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

/* Global */
/* Z Index */
body:not(.fl-builder-edit) .relative {
	position:relative !important;
}

body:not(.fl-builder-edit) .z-index-2 {
	z-index: 2 !important;
}

/* Colors */
strong {
	color:#2C321B;
}

.red-text {
	color:red !important;
}

.green-text {
	color:#92D500 !important;	
}

.orange-text {
	color: #E8902C !important;
}

/* Sizes */
.font-36 {
	font-size:36px !important;
}

.green-quote .fl-heading-text {
	position:relative;
}

/* BG */
.bg-img .fl-row-content-wrap {
	position:relative;
}

.bg-img .fl-row-content-wrap::before,
.bg-img .fl-row-content-wrap::after {
	content:'';
	display:block;
	position:absolute;
	background:no-repeat center;
	background-size:contain;
}

.bg-img.bg-img-top-right-border .fl-row-content-wrap::before {
	background-image:url('/wp-content/uploads/2023/12/img-border-top-right.png');
	width: 319px;
	height: 459px;
	right: 0;
	top: 0;
}

.bg-img.bg-img-bottom-left-border .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2023/12/img-border-bottom-left.png');
	width: 250px;
	height: 441px;
	left: 0;
	bottom: 0;
}

.bg-img.bg-img-bottom-left-tree .fl-row-content-wrap::before {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-left-tree.png');
	width: 186px;
	height: 486px;
	left: 0;
	bottom: 0;
}

.bg-img.bg-img-bottom-right-tree .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-right-tree.png');
	width: 184px;
	height: 406px;
	right: 0;
	bottom: 0;
}

.bg-img.bg-img-top-left-border .fl-row-content-wrap::before {
	background-image:url('/wp-content/uploads/2023/12/img-top-left-border.png');
	width:223px;
	height:469px;
	top:0;
	left:0;
}

.bg-img.bg-img-bottom-right-deer .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-right-deer.png');
	width: 563px;
	height: 523px;
	bottom: -50px;
	right: -60px;
}

.bg-img.bg-img-bottom-left-tree-white .fl-row-content-wrap::before {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-left-tree-white.png');
	width: 215px;
	height: 405px;
	left: 0px;
	bottom: 0px;
}

.bg-img.bg-img-bottom-right-border-2 .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-right-border-2.png');
	width: 256px;
	height: 500px;
	right: 0px;
	bottom: 0px;
}

.bg-img.bg-img-bottom-right-border-3 .fl-row-content-wrap::before {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-right-border-2.png');
	width: 256px;
	height: 500px;
	right: 0px;
	bottom: 0px;
}

.bg-img.bg-img-bottom-right-deer .fl-row-content-wrap {
	overflow:hidden;
}

.bg-img.bg-img-bottom-right-deer-2 .fl-row-content-wrap::after {
	background-image:url('/wp-content/uploads/2023/12/img-bottom-right-deer-1.png');
	width: 505px;
	height: 214px;
	right: 0px;
	bottom: 0px;
}

.hidden .fl-row-content-wrap {
	overflow:hidden;
}

/* Green Quote */
.green-quote .fl-heading-text::before,
.green-quote .fl-heading-text::after {
	content:'“';
	font-size:inherit;
	color: inherit;
	display:inline-block;
	color: #92D500;
}

.green-quote .fl-heading-text::before {
	margin-right:1rem;
}

.green-quote .fl-heading-text::after {
	content:'”';
	margin-left:1rem;
}

.green-bg p {
	display:inline-flex;
	background:#92D500;
	border-radius: 0px 10px 10px 0px;
	padding:14px 16px;
}

a,
i {
	transition: all 0.3s ease;
}

/* Accordion */
.fl-accordion-button-icon,
.fl-accordion-button-icon *,
.fl-accordion-button-label {
	outline:0 !important;
}

.fl-accordion-button-icon {
	opacity: 1 !important;
}

.fl-accordion-content p {
	color: #2C321B;
}

/* Gravity Form */
::-ms-input-placeholder { /* Edge 12-18 */
	color: #7D7F6F !important;
}

::placeholder {
	color: #7D7F6F !important;
}

html body form .ginput_container input,
html body form .ginput_container select,
html body form .ginput_container textarea {
	height: 60px !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
	color: #7D7F6F !important;
	border: 1px solid #646659 !important;
	background-color: #F9F6F1 !important;
	padding:0 20px !important;
}

html body form .ginput_container textarea {
	height:131px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.gform-theme--framework .gfield_list_group_item::before, .gform-theme--framework .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
	display:none !important;
}

html body .gform_button {
	height: 60px !important;
	background: #F06800 !important;
	width: 100% !important;
	border-radius: 8px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}

html body .gform_button:hover {
	background:#fb6e02 !important;
}

html body .gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
	color:red !important;
	font-weight:400 !important;
}

html body .gform-theme--framework .gform_validation_errors .gform_submission_error {
	color:red !important;
	font-weight:400 !important;
}

html body .gform-theme--framework .gform_validation_errors .gform-icon {
	color:red !important;
	border-color:red !important;
}

html body .gform-theme--framework .gform_validation_errors {
	border-color: red !important;
	margin-bottom: 2rem;
}

html body .gform-theme--foundation .gform_fields {
	row-gap: 20px !important;
}

/* Scroll To Top Button */
#fl-to-top {
	background:#f06800;
}

#fl-to-top:hover {
	background:#fb6e03;
}

/* Slick Slider */
html body .slick-arrow {
	position:absolute !important;
	width:74px;
	height:74px;
	background: #92D500 no-repeat center !important;
	border-radius:50px;
	border:0 !important;
	z-index:5;
	transition:all 0.3s ease;
	transform-origin:center;
}

html body .slick-arrow:hover {
	background-color:#9ae002 !important;
}

html body .slick-arrow::before {
	display:none !important;
}

html body .slick-arrow.slick-prev {
	background-image:url('/wp-content/uploads/2023/12/icon-arrow-left.png') !important;
	left:-75px !important;
}

html body .slick-arrow.slick-next {
	background-image:url('/wp-content/uploads/2023/12/icon-arrow-right.png') !important;
	right:-75px !important;
}

/* Slick Slider Arrow 2 */
html body .slick-slider-arrow-2 .slick-arrow {
	width: 44px !important;
	height: 44px !important;
	background-size: 16px !important;
}

html body .slick-slider-arrow-2 .slick-arrow.slick-prev {
	left:15px !important;
}

html body .slick-slider-arrow-2 .slick-arrow.slick-next {
	right:15px !important;
}

/* Header */
.fl-page-bar-row .text-center {
	text-align:right !important;
}

.fl-page-nav-right .fl-page-header-wrap {
	border:0 !important;
}

/* Nav */
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current_page_parent > a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-page-ancestor > a {
	color: #92d500 !important;
}

/* Callout */
html body .fl-callout-photo-left {
	display:flex;
}

html body .fl-callout-photo {
	width:auto !important;
}

html body .fl-callout-content {
	flex: 1;
}

html body .fl-callout-photo-left .fl-callout-photo, 
html body .fl-callout-photo-left-text .fl-callout-photo {
	padding-right:1.5rem !important;
}

/* Lead Form Popup */
.sgpb-content {
	border:0 !important;
}

.popup-wrap {
	display:grid !important;
	grid-template-columns:1fr 1fr !important;
	gap:0 !important;
	margin:0 !important;
}

.popup-left {
	background:no-repeat center url('/wp-content/uploads/2023/12/bg-popup-left.jpg');
	background-size:cover;
	display:flex;
	flex-flow:column wrap;
	padding-bottom:1rem;
}

.popup-left p {
	font-size: 34px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	padding:40px;
}

.popup-left-23 {
	text-align:right;
	margin-top:auto;
}

.popup-left-legacy {
	text-align: right;
	padding-right: 15px;
}

.popup-right {
	padding: 2.25rem 2.25rem 1.25rem 2.25rem;
}

.popup-right p {
	color: #2C321B;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	line-height:1.5;
	margin-left:auto;
	margin-right:auto;
	max-width:320px;
}

.popup-right form .ginput_container textarea{
	height: 91px !important;
	min-height: 91px !important;
	font-size:14px !important;
	border: 1px solid #E5E9EC !important;
}

.popup-right ::placeholder {
	font-size:12px !important;
}

html body .popup-right .gform-theme--framework .gform_validation_errors {
	display:none !important;
}

/* Popup Radio Button */
html body .popup-right form .ginput_container input {
	border: 1px solid #E5E9EC !important;
	box-shadow: unset !important;
	font-size: 12px !important;
	height: 35px !important;
}

html body .popup-right .gfield_required {
	display:none !important;
}

.popup-right .gchoice {
	background: #F9F6F1 !important;
	padding: 12px;
	text-align: center;
	display: flex !important;
	justify-content: center;
	font-size: 14px !important;
	border-radius:8px !important;
}

.popup-right .gchoice [type="radio"] {
	padding: 0 !important;
	height: auto !important;
	width: auto !important;
	border-radius: 50px !important;
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

.popup-right .gchoice label {
	position:relative;
	margin:0 !important;
	color:#646659;
	font-size:12px !important;
	padding-left:1.5rem !important;
	cursor:pointer;
}

.popup-right .gchoice label::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	background:no-repeat center url('/wp-content/uploads/2023/12/icon-radio-inactive.png');
	background-size:contain;
}

.popup-right .gchoice input:checked + label::before {
	background-image: url('/wp-content/uploads/2023/12/icon-radio-active.png');
}

.popup-right .gfield_radio {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 20px !important;
}

.popup-right .gform_button {
	height: 50px !important;
	font-size:14px !important;
}

.popup-right .gform-theme--framework .gform_validation_errors .gform_submission_error {
	font-size:12px !important;
}

.popup-right .gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)) {
	font-size:10px !important;
}

.popup-right .ginput_container select {
	height:35px !important;
	font-size:12px !important;
	border: 1px solid #E5E9EC !important;
}

/* Popup Label */
.popup-right .gfield_label {
	display: block !important;
	font-size: 10px;
	color: #646659;
}

/* Popup Form */
.sgpb-popup-dialog-main-div-wrapper,
.sgpb-popup-dialog-main-div-theme-wrapper-3,
.sgpb-content,
.sg-popup-builder-content,
.sgpb-popup-dialog-main-div-wrapper {
	overflow:unset !important;
}

.sgpb-popup-dialog-main-div-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: scroll !important;
	z-index: 99999;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-3 {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	max-width: 948px;
	margin: 4rem auto 0 auto;
}

/* Blog */
.blog .fl-builder-content a.fl-button, 
.blog .fl-builder-content a.fl-button:visited,
.blog .fl-builder-content a.fl-button, 
.blog .fl-builder-content a.fl-button:visited {
	font-weight:900 !important;
}

.fl-button-text {
	font-weight:900 !important;
}

/* Single Post */
.single-post h1, 
.single-post h2, 
.single-post h3, 
.single-post h4, 
.single-post h5, 
.single-post h6 {
	margin-bottom:1.5rem;
}

.single-post h3, 
.single-post h4, 
.single-post h5, 
.single-post h6 {
	font-size:24px;
}

.single-post p {
	margin-bottom:1.5rem;
}

.single-post ul,
.single-post ol {
	margin-bottom:1.5rem;
}

.single-post .wp-block-image {
	margin-bottom:1.5rem;
}

.single-post .wp-element-button {
	display: flex;
	height: 60px;
	min-width: 240px;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: var(--Button-Color, #F06800);
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 166%; /* 29.88px */
	letter-spacing: 1.08px;
	text-transform: uppercase;
	text-decoration:none !important;
}

.single-post .wp-element-button:hover {
	background:#ff6f00;
}

.single-post .wp-block-buttons {
	margin-top:3rem;
}

/* Responsive */
/* Tablet */
@media (max-width:1180px) {
	.sgpb-popup-dialog-main-div-wrapper,
	.sgpb-popup-dialog-main-div-theme-wrapper-3,
	.sgpb-content,
	.sg-popup-builder-content,
	.sgpb-popup-dialog-main-div-wrapper {
		overflow:scroll !important;
	}
	
	html body .slick-arrow.slick-prev {
		left:0 !important;
	}
	
	html body .slick-arrow.slick-next {
		right:0 !important;
	}
	
	html body .slick-arrow {
		width:64px !important;
		height:64px !important;
	}
	
	.custom-testi-slide-inner::before {
		width:63px;
	}
	
	/* Mobile Menu	*/
	.fl-page-nav-left .fl-page-header-row, .fl-page-nav-right .fl-page-header-row {
		align-items: flex-start !important;
		flex-flow: column !important;
	}
	
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-header-logo-col, .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile.fl-page-nav-right .fl-page-nav-col {
		max-width:100% !important;
	}
} /* END 1180px */

@media (max-width:910px) {
	.popup-wrap {
		grid-template-columns: 1fr !important;
	}
	
	.single-post .wp-element-button {
		font-size:16px;
		height:55px;
	}
} /* END 910px */

@media (max-width:600px) {
	html body .slick-arrow {
		width: 50px !important;
		height: 50px !important;
		background-size: 16px !important;
	}
	
	.custom-testi-name {
		font-size:20px;
	}
	
	.custom-testi-location {
		font-size:16px;
	}
	
	/* Fonts */
	.m-font-28 {
		font-size:28px !important;
	}
	
	.m-font-32 {
		font-size:32px !important;
	}
	
	/* Form */
	html body form .ginput_container input {
		height:50px !important;
	}
	
	html body .gform_button {
		font-size:16px !important;
		height:55px !important;
	}
	
	html body .gform-theme--framework .gform_validation_errors .gform_submission_error {
		text-align:center !important;
	}
	
	html body .gform-theme--framework .gform_validation_errors .gform-icon {
		margin: auto !important;
	}
	
	/* Popup Form */
	.popup-left p {
		font-size:24px !important;
		padding-bottom:15px !important;
	}
	
	.popup-left-23,
	.popup-left-legacy {
		text-align:center;
	}
	
	.popup-left-23 img ,
	.popup-left-legacy img {
		width:100px;
	}
	
	.popup-right p {
		font-size:24px;
	}
	
	.sgpb-popup-dialog-main-div-theme-wrapper-3 {
		margin-top:0 !important;
	}
	
	.popup-right {
		padding:2rem;
	}
	
	.single-post .wp-block-buttons {
		justify-content:center;
	}
	
	.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
		font-size:20px;
	}
	
	.single-post .wp-element-button {
		height:50px;
	}
} /* END 600px */