/*
Theme Name: Gold Eagle Lodge
Author: YasTech
Author URI: http://www.yastech.ca/
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
*/

.amenities {
	display: flex;
	flex-wrap: wrap;
	
}
.amenities .amenities-content .row {
	margin-left: 0;
	margin-right: 0;
}

.amenities .amenities-content p {
	color: #fff;
}
@media screen and (max-width: 991px) {
.amenities .amenities-content,
.amenities .amenities-image {
	width: 100%;
}
}
.memo {
	background: #dda245;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
}

.rewards-promo {
	background: url('img/line-texture.png') left 0 repeat;
	background-color: #ad2843;
	text-align: center;
	color: #fff;
	padding: 45px 20px 35px;
}

.rewards-promo.black {
	background-color: #272223;
}

.rewards-promo h2,
.rewards-promo p {
	font-family: "chaparral-pro", serif;
	margin: 0px;
	
}

.rewards-promo h2 {
	font-size: 34px;
	font-weight: 400;
	margin: 6px 0px;
	
}

.content-block .rewards-promo h2 {
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	line-height: 37px;
	max-width: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
}

.rewards-promo span {
	font-size: 12px;
	text-transform: uppercase;
}

.rewards-promo-inner {
	position: relative;
}

.rewards-promo-inner:before {
	content: '';
	position: relative;
	background: url('img/feather-cta.png');
	width: 44px;
	height: 49px; 
	max-width: 44px;
	display: block;
	margin: 0px auto 20px;
}

@media screen and (min-width: 760px) {
.rewards-promo-inner {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
.rewards-promo-inner:before {
	position: absolute;
	top: 20px;
	left: 0;
}
.rewards-promo-inner:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	background: url('img/feather-cta-right.png');
	width: 44px;
	height: 49px;
	max-width: 44px;

}
}

#hidden-content {
	max-width: 500px;
}

@media screen and (min-width: 768px) {
	.list-listings:before {
		display: none !important;	
		
	}
}