@charset "utf-8";
/* CSS Document */
/*
Theme Name: Divi-Child
Theme URI: http://www.rachelscanvas.com/themes/Div...
Version: 0.0.1
Description: Divi Child Theme
Author: Rachel Davis
Author URI: http://www.rachelscanvas.com
Template: Divi
*/

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

/* =Theme customization starts here
----------------------------------------­--------------- */
/* Set the slider height */
@media only screen and (min-width:981px) {
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 482px; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 482px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }

.yellow-box-container a{
display: block;
padding: 5px;
}

.yellow-box-container a:hover {
opacity: 0.5;
}

.container-arrow-link-hover a{
display: block;
padding: 5px;
}

.container-arrow-link-hover a:hover {
opacity: 0.5;
}

.gallery-1-quarter-small{
max-height: 150px;
}

}