/*
Theme Name: Sarah Child
Theme URI: https://az-theme.net/downloads/sarah-lifestyle-wordpress-blog-theme/
Description: Premium WordPress Theme
Author URI: https://az-theme.net
Author: AZ-Theme
Version: 1.0.0
Template Version: 3.6
Template: sarah
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarah-child
Tags: blog, portfolio, e-commerce
*/

/* Top bar */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
}
@media (prefers-color-scheme: dark) {
    .topbar {
        background-color: #333;
    }
    .topbar a {
        color: white;
    }
}

/* mobile menu */
@media screen and (max-width: 792px){
    .topbar {
        display: none;
    }
    #nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: rgba(255,255,255,.5);
    }
}

/* Forms */
.wpcf7-spinner {
    position: absolute;
    background-color: var(--accent-color);
    margin-top: 10px;
}

/* Testimonials */
.rtsw-testimonial-content h4 {
	display: none;
}
.rtsw-testimonial-content  .fa.fa-quote-left {
	color: white;
	font-size: 3em;
	margin-bottom: 60px;
}
.rtsw-testimonial-content em {
	font-size: 2em;
}
.rtsw-testimonial-content em:before,
.rtsw-testimonial-content em:after {
	opacity: 0.2;
}

.rtsw-testimonial .slick-dots li button {
	background: white !important;
	border: 0;
}
.rtsw-testimonial .slick-dots li.slick-active button {
	background: var(--bs-yellow) !important;
	border: 0;
}
@media screen and (max-width: 792px){
	.rtsw-testimonial-content em {
		font-size: 1.2em;
	}
	.rtsw-testimonial-content em:before,
	.rtsw-testimonial-content em:after {
		font-size: 1em;
	}
	.rtsw-testimonial .slick-dots {
		position: relative;
		bottom: 0;
	}
}