/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.26.3.1563888198
Updated: 2019-07-23 13:23:18

*/

/* Grid System (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	.col-medium-12{width:100%;}
	.col-medium-10{width:83%;float:left;}
	.col-medium-8{width:66%;float:left;}
	.col-medium-6{width:50%;float:left}
	.col-medium-4{width:33%;float:left;}
	.col-medium-2{width:16%;float:left;}
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	.col-medium-12{width:100%;}
	.col-medium-10{width:83%;float:left;}
	.col-medium-8{width:66%;float:left;}
	.col-medium-6{width:50%;float:left;}
	.col-medium-4{width:33%;float:left;}
	.col-medium-2{width:16%;float:left;}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	.col-medium-12{width:100%;}
	.col-medium-10{width:83%;float:left;}
	.col-medium-8{width:66%;float:left;}
	.col-medium-6{width:50%;float:left;}
	.col-medium-4{width:33%;float:left;}
	.col-medium-2{width:16%;float:left;}
}
/* Mobile (0-980px)  */
@media only screen and ( min-width: 0px ) and ( max-width: 980px ) { 
	.col-small-12{width:100%;}
	.col-small-10{width:83%;float:left;}
	.col-small-8{width:66%;float:left;}
	.col-small-6{width:50%;float:left;}
	.col-small-4{width:33%;float:left;}
	.col-small-2{width:16%;float:left;}
	
	#header-banner {font-size:12px;padding-top:10px;padding-bottom:10px;}
	.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: fit-content;
	}	
	.et_pb_section_0.et_pb_section {
    padding-top: 100px!important;
	}
	.et_pb_section_0 {
    height: auto!important;
}
	.page-id-20868 .et_pb_section_1 ,
	.page-id-20868 .et_pb_section_2,
	.page-id-20868 .et_pb_section_3,
	.page-id-20868 .et_pb_row_1{display:none;}
}

.et_pb_row{padding:0px!important;}
.et_pb_row_0 {
    min-height: unset!important;
}
.et_pb_section.et_pb_section_3.et_pb_with_background.et_section_regular > div.et_pb_row et_pb_row_1
{
    margin-bottom: 0px!important;
}

.et_pb_tab {
    padding: 0px!important;
}

#header-banner {font-size:14px;line-height:14px;padding-top:7px;padding-bottom:7px;}
#header-banner p {max-width:1280px;}