/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Service List - HOME PAGE */
.service-list .fl-callout-photo img {
	width:360px;
	max-height:250px;
	object-fit: cover;
} 
.service-list .fl-callout h3.fl-callout-title {
	padding:0px 20px;
}
.service-list .fl-callout .fl-callout-text-wrap {
	padding:10px 20px 30px 20px;
}
.service-list .fl-callout .fl-callout-text-wrap a.fl-callout-cta-link {
	padding-top:10px;
	color:#2C2C54;
	font-weight:bold;
	text-decoration: none;
	
}
.fl-module-content .fl-callout-text p {
    padding: 0 15px 0px 0 !important;
}

i.fl-accordion-button-icon.dashicons.dashicons-before {
	text-decoration:none;
}
.recommended-products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	gap: 40px;
}

.recommended-products .recproduct_container {
	max-width:340px;
	order: 1;
	flex-grow: 1;
	flex-basis: auto;
	background-color:#ffffff;
	border-radius:12px;
}
.recommended-products .recproduct_container img {
	object-fit: cover;
	width:100%;
	height:320px;
	border-radius:12px 12px 0px 0px;
}
.recommended-products .recproduct_container h3 {
	font-size:24px;
	padding:0px 20px;
}
.recommended-products .recproduct_container p {
	padding:0px 20px;
}

/* TEAM MEMBERS */
.team {
	border:none;
	border-radius:8px;
}
.team .fl-post-text {
	text-align: center;
}
.team .fl-post-text h3 a {
text-decoration: none;
font-size:24px;
}
.team .fl-post-meta p {
	font-size:18px;
}
.team .fl-post-meta p a {
	text-decoration: none;
}
.team .fl-post-meta p.team_position {
	font-weight: bold;
}
/* Leading BRANDS */
.leading-brands .leading-brand {
	border-radius:12px;
	border:none;
	background-color:rgba(0,0,0,0);
}
.leading-brands .leading-brand .fl-post-image {
	height:160px;
	width: 100%;
}
.leading-brands .leading-brand .fl-post-image img {
	width: 190px !important;
	height: 160px !important;
	margin:0 auto;
	display: block;
	object-fit: scale-down;
	object-position: center;
}
/* BRANDS LIST */
.fl-module-post-grid.brands .fl-post-grid {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
.brands .brand {
	border-radius:12px;
	background-color:#2a2d52;
	flex-grow: 1;
}
.brands .brand .fl-post-image {
	background-color: #ffffff;
	height:160px;
	width: 100%;
}
.brands .brand .fl-post-image img {
	width: 210px;
	height: 160px;
	margin:0 auto;
	display: block;
	object-fit: scale-down;
	object-position: center;
}
.brands .brand .fl-post-text h3.fl-post-title a {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom:10px;
}
.brands .brand .fl-post-text, .brands .brand .fl-post-text h3.fl-post-title a {
	color:#ffffff;
}
.brands .brand .fl-post-text {
	min-height: 250px;
	position: relative;

}
.brands .brand .fl-post-more-link {
	position: absolute;
	bottom:20px;
	width: 87%;
}
.brands .brand .fl-post-more-link a {
	width: 100%;
	text-align: center;
}

/* FORMS */
.gform_drop_area button {
	color:#fff;
	background-color:#2a2d52;
	border:solid 1px #0e0f1b;
}
.gform-footer button, input[type=button], input[type=submit] {
    Width:100%;
	padding:18px;
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
}

@media screen and (min-width: 2561px) {
  /* CSS styles to apply when the viewport is 768px or wider */
.fl-node-azyo19dig703.fl-row-custom-height > .fl-row-content-wrap
 {
    min-height: 950px;
}
	.fl-node-ormfyu5tx3l9.fl-module-heading {
		margin-top:110px;
	}
}


