/*
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
*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


img.fl-slideshow-image-img{
	border-radius: 3px;
}
.cmplz-link.cookie-statement{
	display: none;
}
.fl-node-uih6g3cd2mkl > .fl-col-content{
	box-shadow: none !important;
}

.fl-button-lightbox-content{
	border-radius: 8px;	
	font-family: "Plus Jakarta Sans", sans-serif;
	 font-weight: 500;
	  font-size: 16px;
}
.fl-button-lightbox-content button#wpforms-submit-199{
	background-color: #E05252;
	font-family: "Plus Jakarta Sans", sans-serif;
	 font-weight: 500;
	border-radius: 8px;	
	  font-size: 16px;
	width: 100%;
}

.FooterForm .wpforms-container.inline-fields .wpforms-field-container{
	display: block !important;
}
.FooterForm div.wpforms-container-full:not(:empty){
	margin-top: 0 !important;
}

/* Add your custom styles here... */ 
.fl-callout-photo-left .fl-callout-photo, 
.fl-callout-photo-left-text .fl-callout-photo{
	width: 22%;
	vertical-align: middle;
}
#menu-main-menu li.current_page_item a span {
    border-bottom: 5px solid #E05252;
}

/* Spares */

.pp-infolist-wrap .pp-list-item-content{
	align-items: initial;
}




/* Global Form */


    /* Portrait and Landscape */
    @media only screen and (min-width: 768px) and (max-width: 1024px) {

}
/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
}

/* Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media only screen and (min-width: 375px) and (max-width: 767px) { 
	.FooterForm .wpforms-container.inline-fields .wpforms-field-container{
		display: flex !important;
	}
}
