/*
 Theme Name:   Divi Child
 Theme URI:    http://www.barrydesign.ie/source/Divi-child/
 Description:  Divi Child Theme
 Author:       John Doe
 Author URI:   http://www.barrydesign.ie
 Template:     Divi
 Version:      2.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

@import url("../Divi/style.css");

#main-header{display: none!important;
}

#logo {margin-bottom:10px;}

#page-container { -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; }

.et_pb_section {
    padding-top: 0px!important;
	padding-bottom: 0px!important;
margin:0px!important;
border:none!important;
}

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

.et_pb_fullwidth_header {
    padding: 20px 0;
}
@media only screen and (min-width: 768px) {
.custom_blog .et_pb_post {
min-height: 580px!important;
max-height:580px!important;
}
}