/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Apply the font to Slider Revolution */

h1{
	font-family: 'Gazpacho Heavy', sans-serif !important;
}

sr7-txt{
	font-family: 'FranklinGothic', sans-serif !important;
}
sr7-btn{
	font-family: 'Franklin Gothic Book', sans-serif !important;
}


/* Extra large devices (desktops, 1920px and down) */
@media (min-width: 1919px) {
	sr7-module h1{
		font-size:4.5vw !important;
		line-height:4.5vw !important;
	}
	.fusion-builder-row.fusion-row {
		max-width: 70vw !important;
	}
	h1{
		font-size:3vw !important;
/* 		line-height: 3vw !important; */
}
h2{
	font-size:2.5vw !important;
}
h3{
	font-size:2.5vw !important;
}
h4{
/* 		font-size:1.3vw !important; */
}
h5{
	font-size:1.1vw !important;
}
h6,
.fusion-toggle-heading{
	font-size:.9vw !important;
}

.post-content p,
.fusion-testimonials blockquote .awb-quote,
.fusion-content-boxes .content-container,
.fusion-filters a,
span{
/* 		font-size:1vw !important; */
/* 	font-size:20px !important;
	line-height:26px !important;	 */
}
.product-name {
	max-width:45%;
}
}

/* 32-inch monitors (2560px and up) */
@media (min-width: 2560px) {
	h1{
		font-size:4vw !important;
/* 	  line-height: 3vw !important; */
}
h2{
	font-size:2.5vw !important;
}
h3{
	font-size:2.5vw !important;
}
h4{
/* 		font-size:1.2vw !important; */
}
h5{
	font-size:1.1vw !important;
}
h6,
.fusion-toggle-heading{
	font-size:1.2vw !important;
}

}


@media(max-width:1024px){
	sr7-module h1{
		font-size:2.5vw !important;
		line-height:1.5vw !important;
	}
	.fusion-builder-row.fusion-row {
		max-width: 90vw !important;
	}
	.fusion-flex-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.img-width {
		max-width:100% !important;
	}
	.find_logo_box_auto{
		min-height:auto !important;
	}
}



/* span:before */

.p-after{
	position: relative;
}
.p-after:before{
	content:"";
	position:absolute;
	bottom: 3em;
	right:50%;
	width:1px;
	height:90px;
	background:#4A4459;
	z-index:22;
}


/* where to find us */

.find_drop_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.find_logo_box {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px;
/*     width: 211.2px; */
/*     height: 150px; */
border-radius:  8px;
border: 1px solid #FBFBFB;
margin:5px;
}


.find_logos_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.find_logo_box {
	width: calc(20% - 10px);
/*     width: calc(33.33% - 10px);  */
/*     max-width: 210px;  */
max-width:100%;
}

.find_logo_box_inner{
/* 	  width: 50%; */
/*     height: 50%; */
display: flex;
justify-content: center;
align-items: center;
margin:0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.find_logo_box {
		width: calc(50% - 10px);
	}
}

/* @media (max-width: 480px) {
    .find_logo_box {
    width: calc(33.33% - 10px);
			height:auto;
    }
} */


/* .find_logo_box:hover {
  transform: scale(1.02);
} */
.find_logo_box_inner img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: grayscale(1);
}
.find_logo_box_inner:hover img {
	filter: none;
}

.find_us_dropdown_area {
	text-align: center;
	margin-bottom: 3.2vw;
}

.find_us_dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 16px;
	width: 60%;
	border-radius: 50px;
}

.find_drop_list {
	display: none;
	position: absolute;
	margin-top:20px;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ddd;
	max-height: 300px;
	overflow-y: auto;
	z-index:9000;
}

.find_list_item {
	padding: 10px;
	cursor: pointer;
	text-align: left;

}
.find_logo_box_auto{
	min-height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.find_list_item:hover {
	background: #f5f5f5;
}

.no-logos-message {
	text-align: center;
	display: block;
}

/* .d-flex-container{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
} */
@media(max-width:660px){
	.p-after:before {
		height:40px;
	}
	.find_us_dropdown{
		width:100%;
	}

}
