/*
Theme Name: Divi child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");


#logo {
min-height: 80%;
}

#sidebar { display: none !important; }
#main-content .container:before { background: none; } /* Hides the border */
#left-area { width: 100% !important; padding-right: 0 !important; } /* Makes content full width */


#main-content .container:before {
width: 0 !important;
content: none;
height: 0%;
}


ul { margin: 0 0 0 40px; }

.right {float: right;}
.left {float: left;}

.padding0 {padding: 0; }
.padding5 { padding:5px;}
.padding10 {padding: 10px; }
.padding15 {padding: 15px; }
.padding20 {padding: 20px; }
.padding25 {padding: 25px; }
.padding30 {padding: 30px; }

.margin5 {padding: 5px; }
.margin10 {padding: 10px; }

.height50 {height: 50px; }
.height75 {height: 75px; }
.height100 {height: 100px; }
.height125 {height: 125px; }
.height150 {height: 150px; }

.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}

.stretch {
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
}

.videoheader1 .et_pb_slide_video {
  padding-top: 50px !important;
}
.videoheader1 .et_pb_slide_with_image .et_pb_slide_description {
  padding: 100px 50px !important;
  width: 410px;
}

.myheader {height: 50px; padding: 0px 0;}
.myheader .et_pb_fullwidth_header {padding: 0px 0;}
.myheader .et_pb_row { padding: 10px; }

.hundredheader {height: 100px; padding: 10px 0;}
