/*
Theme Name:     Divi 3.0 Child Theme
Description:    Created for www.bigrockplaza.com
Author:         Mike Davidson
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* SLIDER */

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 600px !important;
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 600px;
    }
    .et_pb_slider .et_pb_slide_description {
        position: relative;
     bottom: 100px !important;
        height:auto !important;
        padding-top: 50px !important;
        padding-bottom:0 !important;
    }
}

#wpc-weather.large .now .time_symbol svg {
margin-bottom:-40px !important;
}

.et_pb_portfolio_item .et_overlay {
z-index: 6;
}
 
.et_pb_fullwidth_project .et_pb_project_image h3 {
display: inline-block;
position: relative;
z-index: 6;
}
 
.et_pb_project_item .et_pb_project_image:hover:after {
content:"";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
display: block;
}