/*
 Theme Name:     DIVI Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("style-5.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
#top-header {
	display: table-cell;
	width: auto;
	height: 140px;
	max-width: none;
}


#footer-widgets .footer-widget li:before {
display: none; 
} 
#footer-widgets {
    margin: auto;
    width: 60%;

}
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
line-height: 26px; 
padding-left: 0px; 

}



@media only screen and (  min-width:981px ) {
/* Set the slider height */
.myslider, .myslider .et_pb_container {
height: 435px !important;
}
.myslider, .myslider .et_pb_slide {
max-height: 435px;
}
.myslider .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
}

@media only screen and (  max-width:981px ) {
/* Set the slider height */
.myslider, .myslider .et_pb_container {
height: 335px !important;
}
.myslider, .myslider .et_pb_slide {
max-height: 335px;
}
.myslider .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
}

@media only screen and (  max-width:800px ) {
/* Set the slider height */
.myslider, .myslider .et_pb_container {
height: 235px !important;
}
.myslider, .myslider .et_pb_slide {
max-height: 235px;
}
.myslider .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
}

@media only screen and (  max-width:600px ) {
/* Set the slider height */
.myslider, .myslider .et_pb_container {
height: 135px !important;
}
.myslider, .myslider .et_pb_slide {
max-height: 135px;
}
.myslider .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}
}


/* Set the slider height */
.myslider2, .myslider2 .et_pb_container {
height: 700px !important;
}
.myslider, .myslider2 .et_pb_slide {
max-height: 700px;
}
.myslider2 .et_pb_slide_description {
position: relative;
top: 15%;
padding-top: 0 !important;
padding-bottom:0 !important;
height:auto !important;
}







