/**
 * Genesis Framework.
 *
 * Add your custom CSS here 
 *
 * @package Genesis\Templates
 * Author:      Cloud Mountain Marketing LLC
 * Author URI:  https://cloudmountainmarketing.com/
 * @license GPL-2.0+
 */
 
/* The following styles are specific to the installation of the theme */

#slider {
    height: 370px;
}
.metaslider .caption-wrap {
    bottom: 185px !important;
    left: 0;
    background: rgba(0,0,0,0.5) !important;
    color: white;
    opacity: 0.7;
    margin: 0;
    width: auto;
    max-width: 470px !important;
    line-height: 1.4em;
    min-height: 120px;
    bottom: 10% !important;
}
@media screen and (max-width: 600px) {
    .metaslider .caption-wrap {
        max-width: auto;
    }
}
@media screen and (min-width: 896px) {
	#widgetFooterContainer{
		padding:0px 60px;
	}
	.widgetFooter{
		width:25%;
	}
    .metaslider .caption-wrap {
        margin-left: 20px !important;
    }
}