/*
Theme Name: Ride the Range
Theme URI: http://ridetherange.com/
Description: This is the theme for Ride the Range
Author: Kimberly Kladivo
Author URI: http://wafishermn.com/
License: 
License URI: 
Template: wafish
Version: 0.1
*/
@import url("../wafish/style.css");
@import url("//use.typekit.net/kzp4sgr.css");

@import url("fonts/fontawesome/css/fontawesome.css");
@import url("fonts/fontawesome/css/brands.css");
@import url("fonts/fontawesome/css/solid.css");
@import url("fonts/fontawesome/css/regular.css");
/*@import url("/fonts/fontawesome/css/light.css");*/
/*@import url("/fonts/fontawesome/css/thin.css");*/
/*@import url("/fonts/fontawesome/css/duotone.css");*/
@import url("fonts/fontawesome/css/sharp-solid.css");

@font-face {
    font-family: 'redigregular';
    src: url('fonts/redig-regular-webfont.woff2') format('woff2'),
         url('fonts/redig-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family: poppins, sans-serif;
	color: #1b1b1b;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'redigregular';
	text-transform: uppercase;
	letter-spacing: 1pt;
	line-height: 1em;
}
h1 {
	font-size: 5em;
}
.home h1 {
	color: #000; 
}
.home h1:after, .page h1:after {
	background: url(images/h1-after.png) no-repeat center center;
	content: '';
	background-size: contain;
	width: 140px;
	height: 50px;
	margin: 0 auto 20px; 
	position:relative;
	display: block;
}
h2 {
	font-size: 4em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;	
}
hr {
	border-bottom: 3px solid #e0e0e0;
	max-width: 100px;	
}
p, ul, ol {
	margin-bottom: 10px;
}
ul {
	list-style: disc;
	margin-left: 40px;	
}
ol {
	list-style: decimal;
	margin-left: 40px;	
}
a {
	
}
a:hover {
	opacity: .7;	
	transition: all .5s linear;
}
a.link {
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-weight: 600;	
}
a.link:hover i {
	margin-left: 10px;
	transition: all .5s ease-in;
}
.button {
	background: #ef4223;
	padding-top: 1rem;
	font-weight: 600;	
}
b, strong {
	font-weight: 700;	
}
.row.full {
	max-width:100%;	
}
.row.wide {
	max-width:1400px;	
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	z-index: 3;
	transition: all .5s ease-in;
}
header.scrolled {
	background:rgba(0,0,0,.5);
	height: 70px;	
}
header.scrolled .top-bar-title img {
	height: 55px;	
	transition: all .5s ease-in;
}

.logged-in header {
	top: 32px;
}
.top-bar, .top-bar ul {
	background: none;	
}
.menu > li > a {
	font-weight: 600;
	color: #fff;
	padding: 30px 0 10px;	
	margin: 0 1rem;
	transition: border .5s ease-in;
	border-bottom: 2px solid rgba(255,255,255,0);
}
.menu > li > a:hover, .menu > li.current-menu-item > a {
	border-bottom: 2px solid rgba(255,255,255,.7);
	opacity: 1;
}
header.scrolled .menu > li > a {
	padding-top: 15px;
	transition: all .5s ease-in;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	left: 0;
	right: auto;	
}
.orbit {
	background: #000;	
}
.orbit i {
	font-size: 2em;	
}
.orbit video, .orbit img {
	width: 100%;	
	opacity: .7;
}
.main-content {
	padding: 100px 20px;	
}
section.locations {
	font-size: 1.3em;	
}
.locations .single-location:hover img {
	opacity: .9;
}
.locations .single-location .content {
	position:relative;
	padding: 20% 0;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.locations .single-location .content img {
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .5;
}
.locations .single-location .content .top-label {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #fff;	
	margin-bottom: 12%;
	position:relative;
	z-index: 2;
}
.locations .single-location .content .location-title {
	font-family: 'redigregular';
	text-transform: uppercase;
	font-size: 3.5em;
	color: #fff;
	display: block;
	position:relative;
	z-index: 2;
}

.locations .single-location .content a {
	color: #fff;	
	font-weight: 500;
	display: block;
	margin-top: 12%;
	position:relative;
	z-index: 2;
}
.locations .single-location .content a i {
	font-size: .5em;	
	position:relative;
	top: -2px;
}
.features {
	background: #111111;	
	padding: 100px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}
.features .number {
	display:block;
	font-family: 'redigregular';
	text-transform: uppercase;
	font-size: 8em;
	color:#87D5F1;
	font-weight: 400;
}
.features .number:after {
	background: url(images/feature-after.png) no-repeat center center;
	content: '';
	background-size: contain;
	width: 150px;
	height: 40px;
	margin: 0 auto 20px; 
	position:relative;
	display: block;
}
.features.stay .column:first-of-type .number span:after {
	content: '+';	
}
.features .feature-label {
	
}
.seasons {
	background: #ef4223;	
	position:relative;
}
.seasons img {
	opacity: .8;	
	transition: all .5s ease-in;
}
.seasons:hover img {
	opacity: .6;	
}
.seasons div {
	position: absolute;
	bottom: 20%;
	left: 20%;
	color: #fff;
}
.seasons h2 {
	margin-bottom: 15px;
}
.seasons a {
	color: #fff;
	margin-top: 20px;
	display: block;	
}
.seasons a i {
	font-size: .7em;
	position:relative;
	top: -2px;	
}
.banner {
	background: #ef4223;		
	text-align: center;
	padding: 30px 20px 50px;
}
.banner span {
	font-size: 14em;	
	display: inline-block;
	font-family: 'redigregular';
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2pt;
}
.banner span:before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1em;
	background: url(images/tree.png) no-repeat center 90%;
}
.banner span:after {
	content: '';
	display: inline-block;
	margin-left: 20px;
	width: 40px;
	height: 1em;
	background: url(images/tree.png) no-repeat center 90%;
}
.interior-image {
	text-align: center;
}
footer {
	background: #111111;
	color: #fff;
	text-align: center;
	padding: 50px;
	text-transform: uppercase;
}	
footer .footer-logo {
	display: block;	
	margin-bottom: 20px;
}
footer .location {
	width: 49%;
	float: left;	
	margin: 25px 0;
}
footer .footer-title {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
footer p {
	line-height: 1.2em;
	font-size: .9em;
	margin-bottom: 0;	
}
footer a {
	color: #fff;	
}
footer a:hover {
	color:#ef4223;
}
.copyright {
	width: 100%;
	font-size: .8em;
	text-align: center;
	color: #fff;
	background: #000;
	padding: 10px;
}
.copyright a {
	color: #fff;		
}
.interior-image {
	position:relative;
	background: #000;	
}
.interior-image img {
	opacity: .8;	
}
.interior-image .logo {
	position:absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 50%;
	opacity: 1;
}
.trail-content {
	padding: 50px 100px 50px 50px;
	color: #777777;
}
.trail-content h1 {
	position:relative;
	font-size: 4em;
	margin-left: -40px;
	color: #000;
}
.trail-content h1:before {
	content: '';
	background:
      	linear-gradient(0deg,
     	#6d1000,
        #6d1000  25%,
        #a3290f  25%, 
        #a3290f  50%, 
        #ef4124  50%,
        #ef4124  75%,
        #84d6f8  75%
       );
    width: 20px;
    height: 93%;
    display: block;
    position: absolute;
    top: 8px;
    left: -30px;
}
.trail-content hr {
	margin: 50px auto;	
}
.trail-content a {
	color:#ef4223;
}
.sidebar {
	background: #ef4223;
}
.sidebar .content {
	padding: 50px;	
}
.sidebar .address {
	font-weight: 600;
	line-height: 2em;
}
.sidebar h2 {
	font-family: Poppins, sans-serif;
	font-size: 1.6em;
	text-transform: none;
	color: #000;	
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px;
}
.sidebar a {
	color: #000;	
}
.sidebar .button {
	background: #000;	
	color: #fff;
}

.sidebar .social a {
	font-size: 2em;
	color: #000;	
}
.sidebar .social a:hover {
	opacity: .7;	
}
.feature-gallery {
	background:  #111111;	
	padding-bottom: 100px;
}
.travel {
	text-align: center;
	color: #fff;
	padding-top: 100px;
	font-size: 1.5em;
	font-weight: 600;
}
.travel a {
	color: #ef4223;
}
.travel p {
	margin-bottom: 0;	
}
.travel p.mileage {
	color: #ef4223;
	font-family: 'redigregular';
	text-transform: uppercase;
	letter-spacing: 1pt;
	color:#87D5F1;
	font-weight: 400;
	font-size: 2em;
}
.travel h3 {
	color: #fff;	
	font-size: 3em;
	font-weight: 400;
}
.travel h3:after {
	background: url(images/h1-after.png) no-repeat center center;
	content: '';
	background-size: contain;
	width: 140px;
	height: 50px;
	margin: 20px auto 20px; 
	position:relative;
	display: block;
}
.cvb-links {
	margin-top: 50px;
}
.row.gallery .column {
	margin-bottom: 1.875rem;	
}
.add-cookie {
	display: none;
}
#gdpr {
	position: fixed;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: .8em;
	width: 100%;	
}
#gdpr .close-cookie-banner {
	float: right;
	color: #fff;
	font-weight: 700;
}
#lightgallery div img {
	cursor: pointer;
}
.acf-map {
    width: 100%;
    height: 500px;
}
// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}
.events {
	font-size: 2em;
	padding: 100px 0;	
	background: #111111;
}

.events h3 {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.accordion-title {
	background: #ef4223;
	color: #fff;
	font-size: .6em;
	font-weight: 600;
	border-color: #111111;
}
.accordion-title:hover, .accordion-title:focus, .accordion-title.is-active {
	color: #ef4223;
	opacity: 1;
	background: #fff;
}
:last-child:not(.is-active) > .accordion-title {
	border-color: #111111;	
}
.accordion-content {
	border-color: #111111;
	font-size: .5em;
}
.accordion-content .times {
	opacity: .6;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;	
}
.accordion-content  h2 {
	font-size: 2.5em;
	color: #ef4223;
	margin-bottom: 20px;
}
.accordion-content a {
	color: 	#ef4223;
}

@media screen and (max-width:1024px) {
	body, .off-canvas, .off-canvas.position-right {
		background: #000;
	}
	.top-bar .top-bar-left, .top-bar .top-bar-right {
		width: auto;	
	}
	.top-bar-right a {
		font-size: 2em;
		line-height: 75px;
		color: #fff;	
	}
	section.locations {
		font-size: 1.1em;	
	}
	section.banner span {
		font-size: 6em;	
	}
	section.banner span:before, section.banner span:after {
		background-size: 75%;	
	}
	.trail-content {
		padding: 50px;	
	}
	
}
@media screen and (max-width:640px) {
	#wpadminbar {
		position: fixed!important;	
	}	
	body:not(.home) header {
		position: relative;
		background: #000;
		top: 0!important;
		height: 70px;	
	}
	body:not(.home) header .top-bar-title img {
		height: 55px;
	}
	body:not(.home) header .top-bar-right a {
		line-height: 55px;
	}
	.main-content, .features {
		padding: 50px 20px;	
	}
	section.banner {
		padding: 30px 20px 40px;	
	}
	section.banner span {
		font-size: 4em;	
	}
	section.banner span:before, section.banner span:after {
		background-size: 50%;	
	}
	section.locations {
		font-size: .9em;	
	}
	.locations .single-location .content {
		padding: 30px 20px;
	}
	.seasons div {
		padding: 20px;
		left: 0;
		bottom: 0;
		position:absolute;
	}
	.seasons img {
		max-width: 150%;
	}	
	footer .wide > .columns {
		margin-bottom: 1.875rem;	
	}
	footer .location {
		margin-bottom: 0;	
	}
	footer {
		padding: 20px;	
	}
}
@media screen and (max-width:400px) {
	header {
		position: relative;
		background: #000;
		top: 0!important;
		height: 70px;	
	}
	header .top-bar-title img {
		height: 55px;
	}
	header .top-bar-right a {
		line-height: 55px;
	}
	section.banner {
		padding: 30px 10px 40px;	
	}
	section.banner span {
		font-size: 3em;	
	}
	.banner span:before {
		margin-right: 5px;	
	}
	.banner span:after {
		margin-left: 5px;	
	}
}