/*
Theme Name: Inspiro Child by Atakan Au
Theme URI: https://programs.com.tr
Template: inspiro
Author: Atakan Au
Author URI: https://atakanau.blogspot.com/
Version: 1.0.0-123452
Updated: 2024-08-03
Description: Please contact me for professional support. Modified theme files exist:

inspiro/template-parts/header/search-form.php
	<button class="sb-search-button-open" aria-expanded="false">
	<button class="sb-search-button-open" aria-expanded="false" title="<?php esc_html_e( 'Search', 'inspiro' ); ?>">


*/
.has-header-image .navbar, .has-header-video .navbar {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0)) !important;
}


.wp-block-group > .has-secondary-color, .has-secondary-color-dark{
	color: var(--wp--preset--color--secondary-dark) !important;
}
.dnone{
	display: none;
}
.colorinit > .colorinit, .colorinit{
	background-color: initial;
	color: initial;
}

@media (min-width: 64.0625em) {
	.navbar-nav ul {
		width: 20em;
	}
}

.sidemenu-pdf-docs img {
	max-height: 2em;
}
.sidemenu-pdf-docs > .wp-block-media-text__content {
	padding: 0;
}

#block-14:after,
#block-14:before {
	background-color: yellow;
	background-image: repeating-linear-gradient( 45deg, transparent, transparent 10px, #000 10px, #000 20px );
	content: " ";
	display: block;
	width: 100%;
	height: 9px;
}

.copyright span + span{
	opacity: .5;
	color: #fff;
}

.entry-content > .alignfull {
	/*! max-width: 99.4vw; */
	/*! margin-left: -17px; */
	margin-left: calc(-100vw / 2 + 100% / 2 - 8px);
	/*! margin-right: calc(-101vw / 2 + 99% / 2); */
}


.site-footer {
	color: #9E9E9E;
}
/*
.scrollToTopBtn {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: block;
	padding: 8px 4px;
	cursor: pointer;
	transform: translateY(100px);
	opacity: 0;
	height: 33px;
	width: 33px;
	border-radius: 50%;
	background-color: #bbb;
	z-index: 13;
	transition: transform 0.5s, opacity 0.3s;
}
.scrollToTopBtn svg{
	width: 25px;
}
.showScrollBtn {
	transform: translateY(0);
	opacity: 1;
}
*/
.css-chat-item {
	color: white;
}
