/*
Theme Name: Divi Child Theme
Description: A child theme for Divi.
Author: Squirrell Gripp
Template: Divi
*/

@import url("../Divi/style.css");

.et_pb_slide_description h2 {
	font-weight: 600;
	font-size: 44px;
}

.et_pb_slide_content h3 {
	line-height: 1.2em;
}

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 425px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 425px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}