/**
 * 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 {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.smartphonenav .btn2 {
	/*padding: 10px;*/
}

#slider {
    height: 500px;
}
.metaslider .caption-wrap {
    bottom: 10px !important;
    margin-left: 10px !important;
    width: 670px !important;
    min-height: 80px;
    left: 0;
    background: rgba(0,0,0,0.5) !important;
    color: white;
    opacity: 0.7;
    margin: 0;
    line-height: 1.4em;
}
@media screen and (min-width: 895px) {
	#widgetFooterContainer{
		padding:0px 120px;
	}
	.widgetFooter{
		width:33%;
	}
}

/* For affiliate disclosures */
.aff-disclosure {
}
.aff-disclosure p {
	margin: 0; padding: 7px 0;
	font-style: italic;
}
.aff-disclosure.aff-before-post:after {
	display: block;
	content: '';
	width: 50px; height: 1px;
	background: #cccccc;
	margin: 10px 0 30px 0;
}
.aff-disclosure.aff-after-post:before {
	display: block;
	content: '';
	width: 50px; height: 1px;
	background: #cccccc;
	margin: 30px 0 5px 0;
}