/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
    font-weight: 400 !important;
}

sup {
  line-height: normal;
  font-size: 8px;
  vertical-align: super;
}

.entry-content ul {
    padding: 0 0 1em 1.2em !important;
    line-height: 1.4em !important;
    list-style-type: disc;
}

.header-redline h1 {
	border-bottom: 5px solid #ed1d24;
	    width: fit-content;
}

.links-redline a {
    display: block;
    color: #000;
    border-bottom: 1px solid #ed1d24;
    line-height: 14px;
    margin-bottom: 5px;
}

.links-whiteline a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 14px;
    margin-bottom: 5px;
}

.download-redline a {
    display: block;
    color: #ed1d24;
    border-bottom: 0px solid #ed1d24;
    line-height: 14px;
    margin-bottom: 5px;
    /* text-indent: 30%; */
    margin-right: 20px;
    text-align: right;
}

.data-links {
    margin-right: 20px;
    margin-top: 0px;
}
.data-links a {
    display: inline-block;
    padding: 0 10px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul li:first-child {
  display: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav>ul {
  padding-top: 5px !important;
}

.fullwidth-menu li.current-menu-item > a,
.fullwidth-menu li.current_page_item > a {
    padding-bottom: 5px !important;
    border-bottom: 5px solid #ed1d24 !important;
}

.page-footer .et_pb_widget_area_left {
    padding-right: 10px;
    border-right: 0px solid rgba(0,0,0,.1);
}
.page-footer ul {
    padding: 10px 0 0 0 !important;
    line-height: 1.4em;
    list-style-type: none;
}
.page-footer .et_pb_social_media_follow li {
    margin: 0 0 0 0 !important;
}
.page-footer .et_pb_social_media_follow li a {
    margin: 0 0 0 0 !important;
}


.menu-products-container a {
	display: block;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 14px;
    margin-bottom: 20px;
}
.menu-products-container li.current_page_item a {
	border-bottom: 1px solid #ed1d24;
}


#menu-primary li {
    font-weight: 400 !important;
}

#menu-primary li.current-menu-item, #menu-primary li.current_page_item {
	font-weight: 400 !important;
}

#menu-primary .current-menu-item a::before,
#menu-primary .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#menu-primary li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 top: 85%;
    background: #ccc;
    height: 1px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#menu-primary li a:hover {
 opacity: 1 !important;
}
#menu-primary li a:hover:before {
 right: 0;
}
#menu-primary li li a:before {
 bottom: 10%;
}

#gform_wrapper_2 {
    margin: 0px 0 !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

.gform_wrapper input {
    font-size: inherit;
    font-family: inherit;
    padding: 10px 0px !important;
    letter-spacing: normal;
    border-bottom: 1px solid #ccc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: rgba(255,255,255,0) !important;
	color: #000;
	text-align: center!important;
}

.gform_wrapper textarea {
    border-bottom: 1px solid #ccc !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: rgba(255,255,255,0);
	color: #808080;
	text-align: center!important;
}

.gform_wrapper input:focus, .gform_wrapper textarea:focus {
    background-color: rgba(255,255,255,.1);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    color: #ffffff !important;
    letter-spacing: 3px;
    font-family: 'American Typewriter', serif !important;
    font-weight: 600 !important;
    position: relative;
    padding: .3em 1em;
    border: 0px solid #ffffff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(175,213,144,.8) !important;
    font-size: 20px;
    line-height: 1em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer !important;
    width: 80% !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: table !important;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: rgba(175,213,144,1) !important;
  color: #ffffff;
  border: 0px solid #ffffff !important;
  text-decoration: none;
}

#field_1_6 {padding-top: 1px !important;}

.gform_wrapper textarea {
    padding: 6px 15px !important;
}


@media (max-width: 768px) {
	.et_pb_social_media_follow_1 .et_pb_text_align_right {
		text-align: right !important;
	}
	
	.footer-three-box-border {
		border-width: 2px !important;
		border-color: #bfcc7c !important;
		border-top-width: 2px !important;
		border-top-color: #bfcc7c !important;
		border-right-width: 2px !important;
    	border-right-color: #bfcc7c !important;
		border-bottom-width: 2px !important;
    	border-bottom-color: #bfcc7c !important;
    	border-left-width: 2px !important;
    	border-left-color: #bfcc7c;
		margin: 20px !important;
	}
	.data-links p {
		margin-right: 20px;
		margin-top: 20px;
	}
	
	.menu-products-container {
		padding-top: 20px;
	}
}

@media only screen and (max-width:980px) and (min-width:0px) {
  
  .menu-products #mobile_menu1, .menu-products .et_mobile_nav_menu { 
    display: none !important;
  }
	.menu-products .et_pb_fullwidth_menu.fullwidth-menu-nav {
    display: block !important;
}
	.menu-products .fullwidth-menu-nav, .menu-products .fullwidth-menu {
    display:block !important;
  }
	.menu-products .fullwidth-menu li {
    display: block !important;
    padding-right: 0px;
    font-size: 16px;
		    padding-bottom: 5px;
}
	
	.menu-products .fullwidth-menu li>a {
    padding-bottom: 10px;
    word-wrap: break-word;
}
	.menu-products .fullwidth-menu li.current-menu-item > a,
	.menu-products  .fullwidth-menu li.current_page_item > a {
    padding-bottom: 1px !important;
    border-bottom: 1px solid #ed1d24 !important;
		    margin-bottom: 10px;
}
	
}

@media (max-width: 980px) {
.menu-products.et_mobile_nav_menu {
    display: none;
}
	.one-half {
  		float: none; width: auto;
	}
	.one-third {
  		float: none; width: auto;
	}
}

@media (min-width: 979px) {
	.one-half {
  		float: left; width: 50%;
	}
	.one-third {
  		float: left; width: 33.33%;
	}

}

@media print {
         .dont-print {display: none !important; visibility: hidden !important;}
}
