/*
Theme Name: Divi Child
Template: Divi
*/
/* Product Page Input and Button*/
.product-input{
	padding: 7px !important;
	width: 100% !important;
    border-radius: 5px;
}
.product-input:focus{
    color: #3cc47c !important;
}
.product-button {
    border: 2px solid #4cb748 !important;
    padding: 12px!important;
    text-align: center;
    color: #fff!important;
    background-color: #4cb748 !important;
	border-radius: 2px;
}
.widget_text, .et_pb_widget, .widget_custom_html{
	background: #eee;
    display: block;
    position: absolute;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bbb;
    filter: drop-shadow(#eee 1px 0px 1px);
}
/* Code for Tabs design */
ul.et_pb_tabs_controls {
    background-color: transparent !important;
}
.et_pb_tab_active {
    border: none !important;
/*    background-color: #7272ff !important; -> TESTING VALUE BELOW */
	background-color: #00213d !important; 

	
}

.et_pb_tab_active a {

    color: #fff !important;
	

}
.et_pb_tabs_1_active a {
	
	color: #fff !important;
}

.et_pb_tabs_controls li {
    box-shadow: 0px 0px 3px gray;
    border-radius: 20px;
    margin-right: 20px;
}
.et_pb_tabs_controls li:last-child {
    margin-right: 0 !important;
}
.et_pb_tabs_controls:after {
    display: none !important;
}
ul.et_pb_tabs_controls {display: inline-block;}
.et_pb_tabs {
    text-align: center !important;
}
/*--------------- END ------------*/


/*Call to Action Buttons in Menu Styling */
/*---------------Menu "Request Call Back" Button---------------*/
 
/* #top-menu li a:hover {opacity: 1!important;} */
             
/*.menu-cta1 a {
    border: 2px solid #3cc47c !important;
    padding: 12px!important;
    border-radius: 25px;
    text-align: center;
	color: #3cc47c!important; 
} 
 
.menu-cta1 a:hover {
    background-color: white;
    color: black!important;
	border-color: black!important;
} 
 */

.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
/*#main-header.et-fixed-header .menu-cta1 a {
color: #fff !important;
}*/
 
/*---------------Menu CTA Button Mobile Settings---------------*/

/*@media only screen and (max-width: 980px) {
.menu-cta1 a {
    background-color: #3cc47c;
    }
} */

/*--------------- END -----------*/


/*---------------Menu "Get A Free Quote/REQUEST CALL BACK" Button---------------*/
 
/* #top-menu li a:hover {opacity: 1!important;}*/
             
.menu-cta2 a {
    border: 2px solid #4cb748 !important;
	/*border: 2px solid #7272ff !important;*/
    padding: 7px!important;
    /*border-radius: 25px;*/
    text-align: center;
	color: #000!important; 
	color: #fff!important;
	background-color: #4cb748 !important;
	/*background-color: #7272ff !important;*/
	
}
 
.menu-cta2 a:hover {
    background-color: #7de86a!important;
    color: white!important;
	border-color: #7de86a!important;
}
 /*New CTA Button*/

.menu-cta3 a {
    border: 2px solid #4cb748 !important;
    padding: 7px!important;
    /*border-radius: 25px;*/
    text-align: center;
	color: #fff!important; 
	background-color: #4cb748 !important; 
}
 
.menu-cta3 a:hover {
    background-color: #7de86a!important;
    color: white!important;
	border-color: #7de86a!important;
}
/* New Button End */
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
/*#main-header.et-fixed-header .menu-cta1 a {
color: #fff !important;
}*/
 
/*---------------Menu CTA Button Mobile Settings---------------*/

@media only screen and (max-width: 980px) {
.menu-cta2 a {
    background-color: #4cb748;
    }
	
}

/*------------ Top Bar Menu -------
#et-secondary-menu .et-social-icons {

    margin-right: -97px !important;

}
#top-header .et-social-icons {

    float: right !important;

} */

/*Top Bar Number & Email */
#et-info {

 /* float: right !important; */
	padding-bottom: 0em !important;
	margin-top: 5px;

} 

/* Top Menu, Search Bar Styling 

.screen-reader-text {
display: none;
}
*/
/* Search Field Styling */ 
input#s {
border-radius: 5px;
}

/*Submit Button Styling */ 
input#searchsubmit {
border: 1px solid #fff;
color: #000;
background-color: #fff;
border-radius: 10px;
}
/* 
form#searchform {
float: right;
}
*/
@media screen and (min-width: 480px) {
#top-header .container 
{
padding-bottom: 5px;
}

}

/* Homepage Top Bar Styling - Reducing Size of Top Bar */

#top-header .container
{
    line-height: 0em !important;
}

#et-info {

    padding-bottom: 0em !important;
    margin-top: -4px;
}

#et-secondary-menu {

    float: right;
    padding-top: 0px;
    margin-top: 2px;

}

#top-menu li {

    margin-bottom: 4px;

}
.setting_for_search{
	position: relative;
	width:100%;
	float: left;
	z-index:2;
}
.search_absolute{
	position: absolute;
    top: 37%;
    float: left;
    left: 44.5%;
	z-index:10;

}

.search-input{
	width: 300px;
    height: 28px;
    border-radius: 13px !important;
	position: relative;

}
@media screen and (max-width: 980px) {
  .search_absolute{
	top: 67px;
    left: 8px;

  }
	.mobile_menu_bar{
		z-index:10;
	}

}
@media screen and (max-width: 452px) {
 .search-input{
	width: 240px;
    height: 28px;
    border-radius: 13px !important;
	
}
	.searchButton_2 {
		margin-left: 228px !important;
	}
}
.searchButton_2 {
	    position: absolute;
    right: -16px;
    left: -31px;
    width: 40px;
    height: 24px;
    border: 1px solid white;
    background: white;
    text-align: center;
/*     // search color */
 	color: #c7c4c4; 
    border-radius: 10px;
    /* cursor: pointer; */
    font-size: 20px;
    margin-left: 289px;
    /* margin-bottom: 45px; */
    margin-top: -27px;
}
@media screen and (max-width: 452px) {
	.searchButton_2 {
		margin-left: 228px !important;
	}
}
.header_right_text_absolute{
	position: absolute;
    top: 5%;
    float: left;
    left: 80%;
	z-index:10;
}


/*Probably Product page Quotation Form Styling*/
.border-zero{
	border-width: 0;
	border: 0px !important;
	border-radius: 5px;
}
/* .sub-menu{
	margin-top: -33px;
} */
.divide-3{
	width: 32% !important;
    float: left;
	margin: 0.7%; 
}
/*For Forms on Product Page & Mobile */
.wid-pos{
	margin-top:-21px !important;
}
.height-pos{
	margin-top: -45px !important;
    float: right !important;
}

/* For Forms on Quote Page */
.wid-pos-page{
	margin-top:-18px !important;
}
.height-pos-page{
	margin-top: -38px !important;
    float: right !important;
}

/* For Beat my Quote Form on Mobile */
@media only screen and (max-width: 980px){
	
	.test1 {
	margin-top: -23px !important;
		
}
.test2{
	margin-top: -48px !important;
    
}
	

}






.stock-pos{
	float: left;
    width: 48% !important;
    margin-top: 13px;
	margin-right: 3px;
}
.adon-pos{
	width: 48% !important;
    margin-top: -24px;
	margin-left: 3px;
}

@media only screen and (max-width: 980px){
	
	.wid-pos {
	margin-top: -19px !important;
		
}
.height-pos{
	margin-top: -42px !important;
    
}
	

}

/* Making 6 Columns of Mega menu
#top-menu li.mega-menu > ul > li:nth-of-type(5n) {
clear: none;
}
#top-menu li.mega-menu > ul > li:nth-of-type(7n) {
clear: none;
}
#top-menu li.mega-menu > ul > li {
width: 16%;
margin: 0;
}*/
/* <<<6 Column code>>>*/


/*Mega Menu Styling */


.fullwidth-menu-nav li.mega-menu>ul>li {
    width: 12.5%!important;
}
.fullwidth-menu li li a {
    padding: 0px 20px 0px 20px!important;
}


/*  -------  */

/* Disabling Website Default Header */

#main-header {
display: none;
}

/* ------- */ 

/* Product Page Mega Menu dropdown Fix */ 

.single #left-area ul li ul {
padding: 20px 0px 20px 0px;
}
.single ul.sub-menu>li>a img {
margin-bottom: -10px;
}
.single .fullwidth-menu-nav li.mega-menu>ul>li {
margin-top: 0px !important;
}

/* New Fix */ 
@media only screen and (min-width: 981px){
.single .fullwidth-menu-nav li.mega-menu > ul > li:nth-child(6n+1) {
clear: both;
}
	.fullwidth-menu-nav li.mega-menu > ul > li:nth-child(6n+1) {
clear: both;
}
	
}

/* -------- */


/*  Mega Menu 3rd Sub-item "view more" Styling  */ 

.f_size {
	
	font-size: 11px;
	text-decoration:underline !important;
	
}

/* Mega Menu "Site-wide" Fix */

@media only screen and (min-width: 981px){
.fullwidth-menu li.mega-menu .menu-item-has-children>a:first-child {
font-weight: bolder !important;
}
.fullwidth-menu li.mega-menu>ul li li a {
font-weight: normal !important;
font-size: 12px !important;
}
}
/* -----  */

/*-----------------Menu Icons to Replace Text---------------- */
/*
.menu-home a {
    font-family: 'ETmodules';
    font-size: 18px!important;
    color: white!important;
}
 
.menu-home a:hover {
    color: #8dc63f!important;
}
*/

/* ---- */
.testing-row123 {
	
	margin: 0 !important;
	padding: 0 !important; 
	background-color: blue !important;
}

.et_pb_tab_active a {

    color: #fff !important;
	

}
/* Product Carousel Font */
.carousel-slider__product h3
{
	font-size: 15px;
	text-align: center;
}

li.et_pb_tab_8 > a:nth-child(1) active a
{
	color: white !important;
}
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a
{
	border-radius: 3px !important;
	
}

/* Mega Menu sub-items spacing */
.fullwidth-menu li li a {
    padding: 0px 20px 3px 20px!important;
}

/* Quote Form Product Page Additional Notes */
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 78px;
    width: -webkit-fill-available;
}

