
/*!
Theme Name: SEOWP - Child
Theme URI: http://seowp.lumbermandesigns.com/
Author: Lumberman Designs
Author URI: http://themeforest.net/user/lumbermandesigns
Template: seowp
Description: SEOWP is a clean theme specially designed for Digital Marketing Agencies and their clients.
Version: 2.2.3
License: GNU General Public License
License URI: http://themeforest.net/licenses
Tags: white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/

/* You can place custom CSS below... */;.pseudo-preloader .global-container{z-index:100;position:relative}.pseudo-preloader .global-wrapper:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;position:fixed;height:100vh;-webkit-transition:all 0.3s;-webkit-transition-delay:0.2s;-moz-transition:all 0.3s 0.2s;-o-transition:all 0.3s 0.2s;transition:all 0.3s 0.2s;z-index:999999;background:#fff}.pseudo-preloader .global-wrapper:after{width:80px;height:80px;content:"";background:#fff0 url(/s/img/wp-content/themes/seowp/images/preloader.gif) no-repeat;background-size:80px 80px;position:fixed;display:block;left:50%;top:50vh;margin-left:-40px;z-index:1000000;-webkit-transition:all 0.4s;-webkit-transition-delay:0.4s;-moz-transition:all 0.4s 0.4s;-o-transition:all 0.4s 0.4s;transition:all 0.4s 0.4s}html.content-loaded .global-wrapper:before,html.content-loaded .global-wrapper:after{opacity:0;z-index:-1;color:#fff0;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}body,.global-wrapper{background-color:#fff}body.boxed-page-layout{background-color:#668290}body.boxed-page-layout:before{opacity:}.notification-panel{background-color:#1865a0}.notification-panel,.notification-panel *{color:#bde3fc}.notification-panel:before{min-height:50px}.notification-panel:hover{background-color:#0f77c8}.notification-panel:hover,.notification-panel:hover *{color:#fff}a{color:#00a7e7}a:hover{color:#a0ce4c}div.editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background),.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background){background-color:#00a7e7}.has-primary-background-color{background-color:#00a7e7}.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color){color:#00a7e7}body,body .dslc-module-front{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;line-height:27px;font-weight:300;color:#41484d}.site{font-size:17px}p{margin-bottom:20px}h1{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:42px;line-height:48px;font-weight:200;margin-bottom:25px;color:#46484b}h2{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:31px;line-height:38px;font-weight:300;margin-bottom:20px;color:#46484b}h3{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:24px;line-height:33px;font-weight:300;margin-bottom:20px;color:#9396e1}h4{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:21px;line-height:29px;font-weight:300;margin-bottom:18px;color:#6e5bab}h5{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:17px;line-height:27px;font-weight:500;margin-bottom:25px;color:#101011}h6{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-size:17px;line-height:27px;font-weight:400;margin-bottom:25px;color:#46484b}.calltoaction-area{background-color:#363d41;height:160px;line-height:160px}.calltoaction-area,.calltoaction-area *{color:#fff}.calltoaction-area:hover{background-color:#56aee3}.calltoaction-area:hover,.calltoaction-area:hover *{color:#fff}.calltoaction-area__content{font-family:'Rubik',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-weight:300;font-size:35px}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{background:#fff}
/**
 * Theme Name: SEOWP
 * Styles used to provide basic content styling
 * when no required MegaMainMenu plugin installed.
 *
 * These styles are not used on normal theme work.
 */

.site-header.mega_main_menu-disabled {
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgb(238, 238, 238);
	min-height: 120px;
	padding-top: 40px;
}

.site-header.mega_main_menu-disabled .default-header-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.nomegamenu-logo {
	display: inline-block;
	margin-top: -12px;
}

.nomegamenu-logo a {
	display: block;
}

.site-header.mega_main_menu-disabled .menu {
	/* float: right; */
	/* margin-top: 6px; */
}

.site-header.mega_main_menu-disabled ul.menu > li {
	display: inline-block;
}

.site-header.mega_main_menu-disabled ul.menu > li .sub-menu{
	display: none;
}

.site-header.mega_main_menu-disabled ul.menu li {
	position: relative;
}
.site-header.mega_main_menu-disabled ul.menu li:hover > .sub-menu{
	display: block;
	position: absolute;
	z-index: 2;

	background-color: #f7f7f7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;

	min-width: 200px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, 0.8), 0px 2px 1px rgba(0, 0, 0, 0.15), 3px 5px 10px rgba(0, 0, 0, 0.19);
}

.site-header.mega_main_menu-disabled ul.menu li:hover > .sub-menu li:hover > .sub-menu {
	top: 0;
	left: 98%;
}

.site-header.mega_main_menu-disabled ul.menu li:hover > .sub-menu > li {
	padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: #ededed;
	border-width: 1px;
}

.site-header.mega_main_menu-disabled ul.menu li:hover > .sub-menu > li:hover {
	background-color: #56aee3;
}

.site-header.mega_main_menu-disabled ul.menu > li li a {
	color: #909497;
	font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    text-transform: none;
}

.site-header.mega_main_menu-disabled ul.menu > li li:hover > a {
	color: #fff;
}


.site-header.mega_main_menu-disabled ul.menu > li > a {
	padding-left: 16px;
	padding-right: 16px;
	color: rgba(0, 0, 0, 0.91);
}

.site-header.mega_main_menu-disabled ul.menu > li > a:hover {
	color: #56AEE3;
}.wp-call-button{display:none}@media screen and (max-width:650px){.wp-call-button{display:block;position:fixed;text-decoration:none;z-index:9999999999;width:60px;height:60px;border-radius:50%;left:20px;bottom:20px;background:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+) center/30px 30px no-repeat #269041!important}}.cmplz-hidden{display:none!important}.lazyload{background-image:none!important}.lazyload:before{background-image:none!important}#estimation_popup.wpe_bootstraped[data-form="101"]{background-color:#fff;color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker{background-color:#34495e;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th span:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker thead tr:first-child th:hover{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]+label::after,#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::after{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::before{border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .checkboxCt-primary input[type="checkbox"]:checked+label::before{background-color:#A3C244!important;border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_paymentMethodBtns .btn.btn-secondary{background-color:#bdc3c7!important}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel{background-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_loader{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_imgTitle{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_totalBottomContainer hr{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_select.lfb_fxZoom{text-shadow:-2px 0 #fff}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_stripeContainer{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_payFormFinalTxt{color:#34495e}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummary:before{border-color:#fff0 #fff0 #A3C244 #fff0}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryInner{border-color:#A3C244}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer{border-color:#bdc3c7}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer .lfb_imageButtonHeader{background-color:#bdc3c7}body #estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] p,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip .tooltip-inner,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_quantity,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse{background-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.top .tooltip-arrow{border-top-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.bottom .tooltip-arrow{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .gform_button,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price,#estimation_popup.wpe_bootstraped[data-form="101"] .progress-bar,#estimation_popup.wpe_bootstraped[data-form="101"] .quantityBtns a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.active>a,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.lfb_focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control:focus{border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn),#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):hover,#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):active,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable.checked span.icon_select,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice,#estimation_popup.wpe_bootstraped[data-form="101"] .ginput_product_price,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked .second-icon,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked .second-icon{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img{max-width:64px;max-height:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img.lfb_imgSvg{min-width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone{color:#bdc3c7;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .input-group-addon{background-color:#bdc3c7;color:#fff;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-control{background-color:#fff0;color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone .dz-preview .dz-remove{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-menu:not(.datetimepicker){background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li a{color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-off label{border-color:#bdc3c7;background-color:#7f8c9a}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default .bs-caret>.caret{border-bottom-color:#fff;border-top-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price{font-size:18px}#estimation_popup.wpe_bootstraped[data-form="101"] .itemDes{max-width:240px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField{width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField .wpe_qtfield{margin-left:-18px}body .lfb_datepickerContainer .ui-datepicker-title{background-color:#A3C244}body .lfb_datepickerContainer td a{color:#A3C244}body .lfb_datepickerContainer td.ui-datepicker-today a{color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-left{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table thead,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table thead{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table th.sfb_summaryStep,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table th.sfb_summaryStep{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table #lfb_summaryTotal,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table #lfb_summaryTotal{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .input-group.focus .input-group-addon,.bootstrap-datetimepicker-widget .input-group.focus .input-group-addon{background-color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group .focus .input-group-addon{color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"]{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-handle,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice span:nth-child(2){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_colorPreview{border-color:#bdc3c7}#lfb_bootstraped.lfb_bootstraped[data-form="101"] #estimation_popup[data-previousstepbtn="true"] .linkPrevious{background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"]>.bootstrap-timepicker-widget{color:#fff;background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] [class*="datetimepicker-dropdown"]:before,#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-weight:200;font-size:55px}#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle,#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .form-control,#estimation_popup.wpe_bootstraped[data-form] #mainPanel,#estimation_popup.wpe_bootstraped[data-form] p,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#41484d}#estimation_popup.wpe_bootstraped p{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .lfb_startBtnContainer .btn-primary{padding:25px 40px;font-size:24px;font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary{background:#A2C438;box-shadow:none;padding:15px 20px;font-size:15px;font-weight:400}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary:hover{background:#56aee3}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary.checked{box-shadow:0 0 0 8px #F8F9FA,0 0 0 10px #a4c14d;opacity:1}#estimation_popup.wpe_bootstraped .lfb_startBtnContainer{margin-top:40px}#estimation_popup.wpe_bootstraped[data-form] .genPrice .progress .progress-bar-price{background:#5AAFE1;box-shadow:none}#estimation_popup.wpe_bootstraped[data-form] .progress-bar{background:#1E5181}#estimation_popup.wpe_bootstraped[data-form] #mainPanel .genSlide .genContent div.selectable .img{max-width:200px;max-height:none}#lfb_bootstraped #estimation_popup .large-dark{font-size:50px;display:block;opacity:.4;color:#000;margin:0;margin-left:6px;padding:10px}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{border-color:#1f5180}#estimation_popup.wpe_bootstraped[data-form] .has-switch span.switch-left{background:#5EB0DF}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{background:#fff}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc{min-width:270px}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"]{background-color:rgb(189 195 199 / .3)}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-range{background-color:#21527F}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#5EB0DF}#estimation_popup.wpe_bootstraped label,.bootstrap-datetimepicker-widget label{font-size:21px;font-family:inherit}body:not(.wp-admin) #estimation_popup.wpe_bootstraped[data-form],html body .lfb_datepickerContainer,#lfb_bootstraped.lfb_bootstraped,.bootstrap-datetimepicker-widget html{font-family:inherit}#estimation_popup.wpe_bootstraped .linkPrevious{margin-top:36px}#estimation_popup.wpe_bootstraped[data-form="101"]{background-color:#fff;color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker{background-color:#34495e;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th span:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker thead tr:first-child th:hover{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]+label::after,#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::after{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::before{border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .checkboxCt-primary input[type="checkbox"]:checked+label::before{background-color:#A3C244!important;border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_paymentMethodBtns .btn.btn-secondary{background-color:#bdc3c7!important}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel{background-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_loader{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_imgTitle{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_totalBottomContainer hr{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_select.lfb_fxZoom{text-shadow:-2px 0 #fff}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_stripeContainer{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_payFormFinalTxt{color:#34495e}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummary:before{border-color:#fff0 #fff0 #A3C244 #fff0}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryInner{border-color:#A3C244}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer{border-color:#bdc3c7}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer .lfb_imageButtonHeader{background-color:#bdc3c7}body #estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] p,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip .tooltip-inner,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_quantity,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse{background-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.top .tooltip-arrow{border-top-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.bottom .tooltip-arrow{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .gform_button,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price,#estimation_popup.wpe_bootstraped[data-form="101"] .progress-bar,#estimation_popup.wpe_bootstraped[data-form="101"] .quantityBtns a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.active>a,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.lfb_focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control:focus{border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn),#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):hover,#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):active,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable.checked span.icon_select,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice,#estimation_popup.wpe_bootstraped[data-form="101"] .ginput_product_price,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked .second-icon,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked .second-icon{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img{max-width:64px;max-height:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img.lfb_imgSvg{min-width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone{color:#bdc3c7;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .input-group-addon{background-color:#bdc3c7;color:#fff;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-control{background-color:#fff0;color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone .dz-preview .dz-remove{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-menu:not(.datetimepicker){background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li a{color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-off label{border-color:#bdc3c7;background-color:#7f8c9a}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default .bs-caret>.caret{border-bottom-color:#fff;border-top-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price{font-size:18px}#estimation_popup.wpe_bootstraped[data-form="101"] .itemDes{max-width:240px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField{width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField .wpe_qtfield{margin-left:-18px}body .lfb_datepickerContainer .ui-datepicker-title{background-color:#A3C244}body .lfb_datepickerContainer td a{color:#A3C244}body .lfb_datepickerContainer td.ui-datepicker-today a{color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-left{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table thead,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table thead{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table th.sfb_summaryStep,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table th.sfb_summaryStep{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table #lfb_summaryTotal,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table #lfb_summaryTotal{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .input-group.focus .input-group-addon,.bootstrap-datetimepicker-widget .input-group.focus .input-group-addon{background-color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group .focus .input-group-addon{color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"]{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-handle,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice span:nth-child(2){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_colorPreview{border-color:#bdc3c7}#lfb_bootstraped.lfb_bootstraped[data-form="101"] #estimation_popup[data-previousstepbtn="true"] .linkPrevious{background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"]>.bootstrap-timepicker-widget{color:#fff;background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] [class*="datetimepicker-dropdown"]:before,#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-weight:200;font-size:55px}#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle,#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .form-control,#estimation_popup.wpe_bootstraped[data-form] #mainPanel,#estimation_popup.wpe_bootstraped[data-form] p,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#41484d}#estimation_popup.wpe_bootstraped p{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .lfb_startBtnContainer .btn-primary{padding:25px 40px;font-size:24px;font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary{background:#A2C438;box-shadow:none;padding:15px 20px;font-size:15px;font-weight:400}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary:hover{background:#56aee3}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary.checked{box-shadow:0 0 0 8px #F8F9FA,0 0 0 10px #a4c14d;opacity:1}#estimation_popup.wpe_bootstraped .lfb_startBtnContainer{margin-top:40px}#estimation_popup.wpe_bootstraped[data-form] .genPrice .progress .progress-bar-price{background:#5AAFE1;box-shadow:none}#estimation_popup.wpe_bootstraped[data-form] .progress-bar{background:#1E5181}#estimation_popup.wpe_bootstraped[data-form] #mainPanel .genSlide .genContent div.selectable .img{max-width:200px;max-height:none}#lfb_bootstraped #estimation_popup .large-dark{font-size:50px;display:block;opacity:.4;color:#000;margin:0;margin-left:6px;padding:10px}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{border-color:#1f5180}#estimation_popup.wpe_bootstraped[data-form] .has-switch span.switch-left{background:#5EB0DF}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{background:#fff}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc{min-width:270px}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"]{background-color:rgb(189 195 199 / .3)}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-range{background-color:#21527F}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#5EB0DF}#estimation_popup.wpe_bootstraped label,.bootstrap-datetimepicker-widget label{font-size:21px;font-family:inherit}body:not(.wp-admin) #estimation_popup.wpe_bootstraped[data-form],html body .lfb_datepickerContainer,#lfb_bootstraped.lfb_bootstraped,.bootstrap-datetimepicker-widget html{font-family:inherit}#estimation_popup.wpe_bootstraped .linkPrevious{margin-top:36px}#estimation_popup.wpe_bootstraped[data-form="101"]{background-color:#fff;color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker{background-color:#34495e;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover:active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.active.disabled:hover.active,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th.day:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr td span:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker table tr th span:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .datetimepicker thead tr:first-child th:hover{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]+label::after,#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::after{background-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .radioCt-primary input[type="radio"]:checked+label::before{border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] .checkboxCt-primary input[type="checkbox"]:checked+label::before{background-color:#A3C244!important;border-color:#A3C244!important}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_paymentMethodBtns .btn.btn-secondary{background-color:#bdc3c7!important}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel{background-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_loader{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_imgTitle{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .genSlide .lfb_totalBottomContainer hr{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_select.lfb_fxZoom{text-shadow:-2px 0 #fff}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_stripeContainer{border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_payFormFinalTxt{color:#34495e}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummary:before{border-color:#fff0 #fff0 #A3C244 #fff0}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryInner{border-color:#A3C244}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer{border-color:#bdc3c7}#lfb_bootstraped #estimation_popup.wpe_bootstraped[data-form="101"] .lfb_imageButtonContainer .lfb_imageButtonHeader{background-color:#bdc3c7}body #estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] p,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip .tooltip-inner,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable span.icon_quantity,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse{background-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.top .tooltip-arrow{border-top-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .tooltip.bottom .tooltip-arrow{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .gform_button,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price,#estimation_popup.wpe_bootstraped[data-form="101"] .progress-bar,#estimation_popup.wpe_bootstraped[data-form="101"] .quantityBtns a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.active>a,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-inverse li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:hover,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary:active,#estimation_popup.wpe_bootstraped[data-form="101"] .btn-primary.active,#estimation_popup.wpe_bootstraped[data-form="101"] .open .dropdown-toggle.btn-primary{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.lfb_focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone:focus,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control:focus{border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn),#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):hover,#estimation_popup.wpe_bootstraped[data-form="101"] a:not(.btn):active,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable.checked span.icon_select,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice,#estimation_popup.wpe_bootstraped[data-form="101"] .ginput_product_price,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked,#estimation_popup.wpe_bootstraped[data-form="101"] .checkbox.checked .second-icon,#estimation_popup.wpe_bootstraped[data-form="101"] .radio.checked .second-icon{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img{max-width:64px;max-height:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .img.lfb_imgSvg{min-width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel,#estimation_popup.wpe_bootstraped[data-form="101"] .form-control{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .form-control,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone{color:#bdc3c7;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .input-group-addon{background-color:#bdc3c7;color:#fff;border-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-control{background-color:#fff0;color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_dropzone .dz-preview .dz-remove{color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default,#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .has-switch span.switch-right,#estimation_popup.wpe_bootstraped[data-form="101"] .dropdown-menu:not(.datetimepicker){background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li a{color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a,#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_bootstrap-select.btn-group .dropdown-menu li.selected>a:hover{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-off label{border-color:#bdc3c7;background-color:#7f8c9a}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch>div.switch-on label{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .btn-default .bs-caret>.caret{border-bottom-color:#fff;border-top-color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"] .genPrice .progress .progress-bar-price{font-size:18px}#estimation_popup.wpe_bootstraped[data-form="101"] .itemDes{max-width:240px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField{width:64px}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .genSlide .genContent div.selectable .wpe_itemQtField .wpe_qtfield{margin-left:-18px}body .lfb_datepickerContainer .ui-datepicker-title{background-color:#A3C244}body .lfb_datepickerContainer td a{color:#A3C244}body .lfb_datepickerContainer td.ui-datepicker-today a{color:#34495e}#estimation_popup.wpe_bootstraped[data-form="101"] .has-switch span.switch-left{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table thead,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table thead{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table th.sfb_summaryStep,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table th.sfb_summaryStep{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #lfb_summary table #lfb_summaryTotal,#estimation_popup.wpe_bootstraped[data-form="101"] #lfb_floatingSummaryContent table #lfb_summaryTotal{color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"] .bootstrap-datetimepicker-widget .form-group.focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"]:not([data-stylefields="light"]) .input-group.focus .input-group-addon,.bootstrap-datetimepicker-widget .input-group.focus .input-group-addon{background-color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group.lfb_focus .input-group-addon,#estimation_popup.wpe_bootstraped[data-form="101"][data-stylefields="light"] .form-group .focus .input-group-addon{color:#A3C244;border-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"]{background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel .wpe_sliderQt .ui-slider-handle,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-range,#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#A3C244}#estimation_popup.wpe_bootstraped[data-form="101"] #mainPanel #finalPrice span:nth-child(2){color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] .lfb_colorPreview{border-color:#bdc3c7}#lfb_bootstraped.lfb_bootstraped[data-form="101"] #estimation_popup[data-previousstepbtn="true"] .linkPrevious{background-color:#bdc3c7;color:#fff}#estimation_popup.wpe_bootstraped[data-form="101"]>.bootstrap-timepicker-widget{color:#fff;background-color:#bdc3c7}#estimation_popup.wpe_bootstraped[data-form="101"] [class*="datetimepicker-dropdown"]:before,#lfb_bootstraped.lfb_bootstraped [class*=" datetimepicker-dropdown"]:after{border-bottom-color:#34495e}#estimation_popup.wpe_bootstraped #lfb_mainFormTitle{font-weight:200;font-size:55px}#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle,#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .form-control,#estimation_popup.wpe_bootstraped[data-form] #mainPanel,#estimation_popup.wpe_bootstraped[data-form] p,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody td,#estimation_popup.wpe_bootstraped[data-form] #lfb_summary tbody #sfb_summaryTotalTr th:not(#lfb_summaryTotal){color:#41484d}#estimation_popup.wpe_bootstraped p{font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .lfb_startBtnContainer .btn-primary{padding:25px 40px;font-size:24px;font-weight:300}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary{background:#A2C438;box-shadow:none;padding:15px 20px;font-size:15px;font-weight:400}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary:hover{background:#56aee3}body #estimation_popup.wpe_bootstraped[data-form] .btn-primary.checked{box-shadow:0 0 0 8px #F8F9FA,0 0 0 10px #a4c14d;opacity:1}#estimation_popup.wpe_bootstraped .lfb_startBtnContainer{margin-top:40px}#estimation_popup.wpe_bootstraped[data-form] .genPrice .progress .progress-bar-price{background:#5AAFE1;box-shadow:none}#estimation_popup.wpe_bootstraped[data-form] .progress-bar{background:#1E5181}#estimation_popup.wpe_bootstraped[data-form] #mainPanel .genSlide .genContent div.selectable .img{max-width:200px;max-height:none}#lfb_bootstraped #estimation_popup .large-dark{font-size:50px;display:block;opacity:.4;color:#000;margin:0;margin-left:6px;padding:10px}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{border-color:#1f5180}#estimation_popup.wpe_bootstraped[data-form] .has-switch span.switch-left{background:#5EB0DF}#estimation_popup.wpe_bootstraped[data-form] .has-switch>div.switch-on label{background:#fff}#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent .itemBloc{min-width:270px}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"]{background-color:rgb(189 195 199 / .3)}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-range{background-color:#21527F}#estimation_popup.wpe_bootstraped[data-form] #mainPanel [data-type="slider"] .ui-slider-handle{background-color:#5EB0DF}#estimation_popup.wpe_bootstraped label,.bootstrap-datetimepicker-widget label{font-size:21px;font-family:inherit}body:not(.wp-admin) #estimation_popup.wpe_bootstraped[data-form],html body .lfb_datepickerContainer,#lfb_bootstraped.lfb_bootstraped,.bootstrap-datetimepicker-widget html{font-family:inherit}#estimation_popup.wpe_bootstraped .linkPrevious{margin-top:36px}