/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.oew-testimonial-wrapper .oew-testimonial-symbol{
	display:none;
}
.oew-testimonial-wrapper .oew-testimonial-meta.oew-testimonial-image-position-top .oew-testimonial-details {
	display:inline-flex;
}
/* Hide default SVG */
.swiper-button-prev svg,
.swiper-button-next svg{
    display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    content: "" !important;
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Position buttons */
.swiper-button-prev{
    left: 10px !important;
    right: auto !important;
}
.swiper-button-next{
    right: 10px !important;
    left: auto !important;
}
.swiper-button-prev:after{
    background-image:url("https://americanshade.mystagingwebsite.com/wp-content/uploads/2026/06/ARROW-left.png") !important;
}
.swiper-button-next:after{
    background-image:url("https://americanshade.mystagingwebsite.com/wp-content/uploads/2026/06/ARROW-RIGHT.webp") !important;
}
.clientscls .site-main {
	background-color:#FBBA47;
}
.imggal img {
	height:80px;
	object-fit:contain;
}
.imggal .gallery-item {
	margin-bottom:20px !important;
}
.elementor-image-gallery {
	text-align:center;
}
#footer-callout-wrap {
    background-color: transparent;
    border-top: 0;
}
body {
    overflow-x:hidden;
}
a:focus {
    outline:none !important;
}
#site-header {
    background-color: transparent !important;
}
.top-bar-right {
    float: none;
}
#top-bar-wrap {
      background-color: transparent !important;
    border-bottom: none !important;
}
.top-bar-left {
    float: none !important;
}
#topbar-template {
    display: unset;
}