/**
Theme Name: Conproco
Author: MBA Team
Author URI: https://www.mbateam.com
Description: Custom theme for Conproco by MBA Team
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conproco
Template: astra
*/

.site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content .elementor-widget-heading .elementor-heading-title {
	margin-bottom:25px;
}

/* .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
} */

.prod-menu-col .elementor-column-wrap.elementor-element-populated {padding:0!important;}
.prod-menu-col .elementor-nav-menu li:first-child { border-left: 1px solid #cfc1b0;}
.prod-menu-col .elementor-nav-menu li { border-right: 1px solid #cfc1b0;}
.mega-sub-menu .elementor-column-wrap.elementor-element-populated {
    padding: 10px!important;
}
span.uael-menu-toggle.sub-arrow.uael-menu-child-0 {
    right: 0;
    position: absolute;
    margin-top: 2px;
}


.site-content table th {
    background: #ce7018;
    color: #ffffff;
}
.site-content td, .site-content th {
    border: 1px solid #E5CEB9;
}
.site-content tr:nth-child(even) {
    background: #ffffff;
}
.site-content tr:hover {
    background: #fff9f3;
}
.site-content tr {
    background: #fbf8f5;
}
/*
@media screen and (max-width: 968px) {
	.site-content table.responsive {
    	overflow-x: auto;
    	display: block;
    	min-width: 900px;
    	height: auto!important;
	}
}
*/
@media screen and (min-width: 1351px) and (max-width: 1400px){
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {letter-spacing: -.55px!important;}
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
	#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 5px 10px 5px!important;
		font-size:15px!important;
		letter-spacing:-.75px!important;
	}
}

.eael-tabs-nav {
    background: #888888;
}

span.ast-woo-product-category {
    display: none!important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.uael-timeline-desc-content figure{
    background: #fff;
    padding: 3px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.24);
    margin: 2px 5px 5px 5px;
}
figure.aligncenter {
    text-align: center;
    margin: 2px auto 5px auto!important;
}

.uael-timeline-desc-content .wp-caption-text {
    font-size: 14px;
    margin: 0 0;
    padding: 0;
    line-height: 18px;
}

/* ----------------- Products Edits ----------------------------*/

.conpro-long-desc h2, .conpro-long-desc h3, .conpro-long-desc h4, .conpro-long-desc h5 {
    margin-bottom: 0px;
    margin-top: 15px;
}


/* ----------------- Map Edits ----------------------------*/
#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap div label {
    min-width: 120px;
}
#wpsl-result-list li p {
    margin: 0 0 5px 0;
}
#wpsl-wrap #wpsl-result-list li {
    border: 1px solid #ccc;
    margin: 3px;
}
li.wpsl-featured-dealer {
    background: #fff6dd;
}
#wpsl-wrap #wpsl-result-list li.wpsl-featured-dealer {
    border: 1px solid #ce7018;
}


/* ----------------- Force PDF Viewer sizing ------------------------- */
div.pdfemb-viewer {
	width: 100%!important;
}
/* div.pdfemb-inner-div {
	width: 100%!important;
	height: auto!important;
} */
div.pdfemb-viewer canvas {
	width: 100%!important;
}
.pdfemb-pagescontainer {
	width: 100%!important;
}

/* ----------------- Gravity Form styles ------------------------- */
.gform_footer.top_label {
    margin-top: 0;
}

/* ----------------- Color match form styles ------------------------- */

h3.form-option-heading {
    border: 2px solid #000000;
    background: #6f6f6f;
    padding: 3px 15px;
    text-align: center;
    color: #fff;
}

.bordered-box {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.steps-abc h3 {
    margin-bottom: 0px;
    padding-top: 30px;
    font-weight: bold;
}

.steps-abc {
    margin-top: 50px;
}
.sample-size-dimensions {
    text-align: center;
    padding: 3.25em 1.5em;
    background: #ebe8e7;
    border: 1px solid #a48d77;
    border-radius: 6px;
	margin: 0 20px;
}
.sample-size-dimensions h4 {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.sample-size-dimensions p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}


/* ------------ Default styles for UAEL Accordions ----------------- */
.uael-accordion-title {
    background-color: #CE7018;
    padding: 5px 10px 5px 10px;
}

.uael-faq-accordion {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CE7018;
}

.uael-faq-container > .uael-faq-accordion:not(:last-child) {
    margin-bottom: 10px;
}

.uael-accordion-icon.uael-accordion-icon-left {
    margin-right: 15px;
}

.uael-accordion-icon-closed, span.uael-accordion-icon-opened {
    color: #ffffff;
}

.uael-faq-accordion .uael-accordion-title span.uael-question-span, .uael-accordion-icon-closed, span.uael-accordion-icon-opened {
    color: #ffffff;
}

.uael-faq-accordion .uael-accordion-content {
    background-color: #F4F1EC;
    padding: 10px 10px 10px 10px;
}