/*

=	Backgrounds
=	Buttons
= 	Breadcrumbs
= 	Inner Content
= 	Card
= 	Lodging Card
*/

.texture {
	background-image: url('img/bg-texture.jpg');
	background-size: cover;
}

body.mobile .texture {
	background: #221c1e;
	background-size: auto;
}
.wood-bg {
	background-image: url('img/wood-bg.jpg');
	background-size: cover;

}
.mtn-bg {
	background-image: url('img/events-bg.jpg');
}
.sec-padded {
	padding-top: 60px;
	padding-bottom: 60px;
}
.btn,
input[type=submit] {
	color: #fff;
	border: 2px solid #6FDBF0;
	background: #6FDBF0;
	font-weight: 700;
	padding-left: 15px;
	padding-right: 15px;
}

.btn-lg {
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn:hover {
	background: #00aeef;
	border-color: #00aeef;
	color: #fff;
}

.btn.btn-hollow,
.btn.btn-ghost {
	color: #6FDBF0;
	background: transparent;
}

.btn.btn-hollow:hover,
.btn.btn-ghost:hover {
	background: #6FDBF0;
	color: #fff;
	border-color: #6FDBF0;
}

.btn.btn-yellow {
	background-color: #EBBF6D;
	border-color: #EBBF6D;
}

.btn.btn-yellow:hover {
	border-color: #FFC04C;
	background: #FFC04C;
}

.btn.btn-yellow.btn-hollow,
.btn.btn-yellow.btn-ghost {
	background: transparent;
	color: #EBBF6D;
}

.btn.btn-yellow.btn-hollow:hover,
.btn.btn-yellow.btn-ghost:hover {
	background: #EBBF6D;
	color: #FFF;
	border-color: #EBBF6D;
}

.btn.btn-dark {
	background-color: #221C1E;
	border-color: #221C1E;
}

.btn.btn-dark:hover {
	border-color: #FFC04C;
	background: #FFC04C;
}

.btn.btn-dark.btn-hollow,
.btn.btn-dark.btn-ghost  {
	background: transparent;
	color: #221C1E;
}

.btn.btn-dark.btn-hollow:hover,
.btn.btn-dark.btn-ghost:hover {
	background: #221C1E;
	color: #FFF;
	border-color: #221C1E;
}

.btn.btn-white {
	background-color: #f4f2ef;
	border-color: #f4f2ef;
}

.btn.btn-white:hover {
	border-color: #FFC04C;
	background: #FFC04C;
}

.btn.btn-white.btn-hollow,
.btn.btn-white.btn-ghost {
	background: transparent;
	color: #f4f2ef;
}

.btn.btn-white.btn-hollow:hover,
.btn.btn-white.btn-ghost:hover {
	background: #f4f2ef;
	color: #FFF;
	border-color: #f4f2ef;
}

.btn.btn-grey {
	background-color: #666;
	border-color: #666;
}

.btn.btn-grey:hover {
	border-color: #FFC04C;
	background: #FFC04C;
}

.btn.btn-grey.btn-hollow,
.btn.btn-grey.btn-ghost {
	background: transparent;
	color: #666;
}

.btn.btn-grey.btn-hollow:hover,
.btn.btn-grey.btn-ghost:hover {
	background: #666;
	color: #FFF;
	border-color: #666;
}
/* BREADCRUMBS
============================== */
.breadcrumbs {
	z-index: 1;
	margin: 15px 0 0 0;
	font-family: "franklin-gothic-urw",sans-serif;
}

.breadcrumbs ul {
	float: left;
	width: 100%;
}

.breadcrumbs li {
	padding:0;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	list-style:none !important;
	color : #6FDBF0;
	margin: 0 !important;
	display: inline-block;
}

.breadcrumbs li:first-child {
	padding-left: 15px;
}

.breadcrumbs li:last-child {
	padding: 0 5px;
}

.breadcrumbs li i {
	margin: 0;
	font-size: 1.4em;
}

.breadcrumbs li a {
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0 5px;
	color: #878082;
	border-right: 1px solid #f8f8f8;
}

.breadcrumbs li a:hover {
	color: #221c1e;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.breadcrumbs li:first-child {
		padding-left: 10px;
	}
}

/* INNER CONTENT
=========================== */
.inner-content {
	padding: 30px 60px 30px 70px;
	font-family: "Bitter", Clarendon, serif;
}



.inner-content h1 {
	padding-bottom: 20px;
	font-weight: 900;
	font-size: 50px;
	text-transform: uppercase;
	color: #2c3045;
}

.inner-content h2 {
	margin-bottom: 16px 0 10px;
	color: #878082;
	font-size: 30px;
}

.inner-content h3 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}

.inner-content p {
	font-family: "Bitter", Clarendon, serif;
}

.inner-content .btn {
	font-family: 'franklin-gothic-urw',sans-serif;
}

.inner-content ul {
	list-style-type: disc;
	padding-left: 25px;
	line-height: 2em;
}

@media (max-width: 1199px) {
	.inner-content {
		padding: 15px 50px 30px 55px;
	}
}

@media (max-width: 991px) {
	.inner-content h1 {
		font-size: 40px;
	}

	.inner-content h2 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.inner-content {
		padding: 15px 15px 30px;
	}

	.inner-content h1 {
		font-size: 26px;
	}

	.inner-content h2 {
		font-size: 22px;
	}

	.inner-content h3 {
		font-size: 18px;
	}
}



/* CARD WRAPPER
============================ */
.related-wrap {
	margin-left: 7.5px;
	margin-bottom: 20px;
	border-top: 1px solid #eee;
	padding: 30px 0;
}

.related-wrap > h3 {
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #EBBF6D;
}

.card {
	width: 30.33%;
	float: left;
	margin: 1.33%;
	border: 1px solid #DDD;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.card-img-wrap {
	height: 200px;
	position: relative;
}

.card-img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.card .content-area {
	padding: 20px;
	overflow: hidden;
}

.card-wrapper .content-area {
	height: 155px;
}

.card h3 {
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card h3 a,
.card h3 a:visited {
	color: #221c1e;
}

.card h3 a:hover,
.card h3 a:focus {
	color: #00aeef;
}

.card-wrapper p {
	font-size: 14px;
	line-height: 22px;
	height: 48px;
	overflow: hidden;
	padding-bottom: 10px;
	color: #015b7e;
}

@media screen and (max-width: 1199px) and (min-width: 992px), screen and (max-width: 768px) {
	.card {
		width: 30.99%;
		margin: 1%;
	}

	.card .content-area {
		padding: 10px;
	}

	.card-wrapper .content-area {
		height: 105px;
	}

	.card-img-wrap {
		height: 150px;
	}

	.card-wrapper p {
		display: none;
	}

	.card h3 {
		font-size: 18px;
	}

	.card-wrapper h3 {
		text-align: center;
		height: 48px;
	}

	.card .btn {
		width: 100%;
		padding: 3px 12px;
	}
}

@media (max-width: 600px) {
	.related-wrap {
		margin-left: 0;
	}

	.card {
		width: 98%;
		float: none;
	}

	.card-img-wrap {
		width: 40%;
		float: left;
		height: 135px;
	}

	.card .content-area {
		width: 60%;
		float: left;
		height: 135px;
		padding-left: 20px;
	}

	.card h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.card-wrapper h3 {
		text-align: left;
		height: 25px;
	}

	.card-wrapper p {
		display: block;
	}

	.card .btn {
		width: auto;
	}
}





/*	LODGING CARD
============================ */

.lodging-card .card-img-wrap {
	overflow: hidden;
	position: relative;
}

.lodging-card .card-img-wrap img {
	width: 100%;
	position: absolute;
	top: 50%;
    transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -webkit-transform:translate(0, -50%);
}

.lodging-card .content-area h5 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
	height: 36px;
	color: #666;
	text-transform: none;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lodging-card .content-area .spec {
	color: #999;
	font-size: 14px;
	margin: 0 10px 0 0;
	display: inline-block;
	text-transform: uppercase;
}

.lodging-card .content-area p {
	padding-bottom: 10px;
}

.lodging-card .content-area .btn {
	width: 42%;
	margin-right: 15px;
}

@media screen and (max-width: 1199px) and (min-width: 992px), screen and (max-width: 768px) {
	.lodging-card .content-area p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1199px) {
	.lodging-card .content-area .spec {
		display: block;
		line-height: 20px;
	}

	.lodging-card .content-area .btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.lodging-card .card-img-wrap {
		height: 140px;
	}

	.lodging-card .content-area {
		height: 140px;
	}
	.lodging-card .content-area h5 {
		font-size: 14px;
		height: 20px;
	}

	.lodging-card .content-area .spec {
		font-size: 12px;
		display: inline;
	}

	.lodging-card .content-area p {
		margin-top: 0;
		line-height: 18px;
	}

	.lodging-card .content-area .btn {
		width: 40%;
		margin-right: 2%;
	}
}
@media (max-width: 600px) {
	.lodging-card {
		float: left;
	}
}
@media (max-width: 480px) {
	.lodging-card .card-img-wrap {
		height: 170px;
	}

	.lodging-card .content-area {
		height: 170px;
	}
	.lodging-card .content-area .btn {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

@media (max-width: 400px) {
	.lodging-card .card-img-wrap {
		height: 190px;
	}

	.lodging-card .content-area {
		height: 190px;
	}
}

/*	MEDIA CARD
============================ */
.media-card {
	width: 23.2%;
	margin: 1%;
	border: medium none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.related-wrap .media-card {
	width: 30.33%;
	margin: 1.33%;
}

.media-card:nth-child(4n+1) {
	margin-left: 0;
}

.related-wrap .media-card:nth-child(4n+1) {
	margin-left: 1.33%;
}

.media-card .content-area {
	padding: 0;
}

.media-card h3 {
	font-size: 16px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}

.media-card .card-img-wrap.video-card {
	height: auto;
}

@media (max-width: 600px) {
	.media-card {
		float: left;
	}

	.media-card .card-img-wrap {
		width: 100%;
		float: none;
	}

	.media-card .card-img-wrap.video-card {
		height: auto;
	}

	.media-card .content-area {
		width: 100%;
		float: none;
		height: auto;
		padding-left: 0;
	}


}



/* LIST ITEMS
====================== */
.child-wrapper {
	padding: 20px 70px;
	background: #f4f2ef;
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.child-wrapper {
		padding-left: 55px;
		padding-right: 55px;
	}
}

@media (max-width: 767px) {
	.child-wrapper {
		padding: 20px 15px;
	}
}

.child-wrapper .wood-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	top: 0;
	left: 0;
	z-index: -1;
}

.child-wrapper h3 {
	text-transform: uppercase;
	color: #ffb326;
	font-size:18px;
	margin-bottom: 15px;
}

.list-item p {
	font-family: 'franklin-gothic-urw',sans-serif;
}

.list-item .img-responsive {
	margin-top: 2px;
}

.list-item .content-wrap,
.list-item .img-responsive {
	margin-bottom: 30px;
}

.child-wrapper .list-item .content-wrap,
.child-wrapper .list-item .img-responsive {
	margin-bottom: 15px;
}

.list-item h4 {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 0;
}

.list-item h4 a {
	color: #221c1e;
}

.list-item h4 a:hover,
.list-item h4 a:active {
	color: #00aeef;
}

.list-item hgroup {
	padding-bottom: 10px;
}
.list-item hgroup p {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-family: 'franklin-gothic-urw',sans-serif;
}

.list-item hgroup p a {
	color: #6FDBF0;
}

.list-item hgroup p a:hover,
.list-item hgroup p a:active {
	color: #00aeef;
}

.list-item p.post-meta {


}

.list-item p.tagline {

	font-size: 20px;
	text-transform: none;
}

.list-item p {
	font-size: 15px;
	line-height: 20px;
	color: #015B7E;
	padding-bottom: 5px;
}

.list-item a.btn {
	margin-top: 10px;
}

@media (max-width: 675px) {
	.list-item {
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}
	.list-item h4 {
		font-size: 22px;
	}

	.list-item p.tagline {
		font-size: 18px;
	}

	.list-item p.excerpt {
		display: none;
	}
	.list-item a.btn {
		width: 48%;
		float: left;
		margin: 0px;
	}
	.list-item a.btn-grey {
		margin-right: 5px;
	}
}

@media (max-width: 500px) {
	.list-item h4 {
		font-size: 18px;
	}

	.list-item p.tagline {
		font-size: 16px;
		font-weight: 500;
	}
}



/* LOOP NAV
====================== */
.loop-nav {

}

.loop-nav ul.page-numbers,
#tribe-events-footer .tribe-events-sub-nav {
    text-align: center;
    width: 100%;
    border-top: 1px solid #eee;
    margin: 40px auto;
}

#tribe-events-footer .tribe-events-sub-nav {
	border-top: medium none;
}

.loop-nav ul.page-numbers li,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
    display: inline;
    padding: 10px 5px 5px;
    margin : 0 5px;
    border: medium none;
    min-width: 40px;
    text-align: center;
    list-style-type: none;
    font: 900 18px 'franklin-gothic-urw', sans-serif;
}

.loop-nav ul.page-numbers li span {
    color:#878082;
}

.loop-nav ul.page-numbers li a,
ul.tribe-events-sub-nav a {
	color: #221c1e;
}

.loop-nav ul.page-numbers li a:hover,
.loop-nav ul.page-numbers li a:active,
ul.tribe-events-sub-nav a:hover,
ul.tribe-events-sub-nav a:active {
	color: #ffb326;
}




/* MODAL STYLES
========================= */

.mfp-zoom-out-cur {
	cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

.post-meta,
p.post-meta {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-family: 'franklin-gothic-urw',sans-serif;
	color: #EBBF6D;
}

#page-wrapper .inner-content .gform_wrapper .gfield_label {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
	color: #878082;
}

body #page-wrapper .inner-content .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}

#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=email],
#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=number],
#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=password],
#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=tel],
#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=text],
#page-wrapper .inner-content .gform_wrapper .ginput_complex input[type=url],
#page-wrapper .inner-content .gform_wrapper input[type=email],
#page-wrapper .inner-content .gform_wrapper input[type=number],
#page-wrapper .inner-content .gform_wrapper input[type=password],
#page-wrapper .inner-content .gform_wrapper input[type=tel],
#page-wrapper .inner-content .gform_wrapper input[type=text],
#page-wrapper .inner-content .gform_wrapper input[type=url],
#page-wrapper .inner-content .gform_wrapper textarea {
	border: 1px solid #878082;
}











