/*
Theme Name: Range RV
*/

body {
   font-weight: 400;
   font-size:18px;
   color:#3D3935;
   font-family: 'Overpass', sans-serif;
   background: #FBF6E9;
}

.greenbg{
	background: #5B6135;
	color: #FBF6E9 !important;
}

.yellowbg{
	background: #C4B200;
}

.greenbg h2{
	color: #FBF6E9;
}

.serif{
	font-family: 'Source Serif Pro', serif;
}

.textondark{
	color:#FBF6E9;
}

.textondark a{
	color:#FBF6E9;
	text-decoration:none;
}

#socialicons{
	padding:0px;
	margin:0px;
}

#socialicons li{
	display: inline-block;
	margin-right:12px;
}

header{
	background: #FBF6E9;
	height: 96px;
}

footer{
	background: #3D3935;
	min-height: 100px;
	padding:60px 0px;
}

.rangeblue{
	color: #B6CED0;
}

h1{
	font-size:48px;
	font-weight: bold;
}

h2{
	color: #3D3935;
	font-size:30px;
	line-height:37px;
	font-weight: bold;
}

hr{
	opacity: 1;
	margin: 21px auto 29px auto;
}

hr.mustard{
	border-bottom: 2px solid #C4B200;
	background-color: #C4B200;
}

hr.blue{
	border-bottom: 2px solid #B6CED0;
	background-color: #B6CED0;
}

hr.light{
	border-bottom: 2px solid #FBF6E9;
	background-color: #FBF6E9;
}

hr.small{
	width: 68px;
}

.boldlink{
	font-weight:bold;
	text-decoration: none;
	color: inherit;
}

.boldlink:hover{
	color:inherit;
}

.underlinelink{
	text-decoration: underline;
	color:inherit;
}

.underlinelink:hover{
	color:inherit;
}

.centerme{
	text-align: center;
}

.button{
	color: #3D3935;
	padding: 12px 23px 10px 23px;
	border-radius: 40px;
	border: 2px solid #3D3935;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	transition: all .3s ease;
}

.button.reversed{
	color: #FBF6E9;
	background-color: transparent;
	border: 2px solid #B6CED0;
	transition: all .3s ease;
}

.button.reversed:hover{
	color: #3D3935;
	background-color:#B6CED0;
}

.bluebutton, input[type="submit"]{
	background: #B6CED0;
	padding: 12px 23px 10px 23px;
	border-radius: 40px;
	color: #3D3935;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-block;
	border: 2px solid #B6CED0 !important;
	transition: all .3s ease;
}

.bluebutton:hover, input[type="submit"]:hover{
	border: 2px solid #B6CED0 !important;
	color: #3D3935;
	background-color: transparent;
}

input[type="submit"]:hover{
	color: #FBF6E9 !important;
}

.bluedivider{
	width: 2px;
	height:430px;
	background: #B6CED0;
}

.mainbody{
	padding: 90px 0px
}

#herovid{
    width: 100%;
    height: 560px;
    overflow: hidden;
    z-index: -1;
    top: 0;
    text-align: center;
    position: relative;
}

#hero h1, #herovid h1{
	color: #FBF6E9;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#heroinner{
	padding: 0px 30px;
	max-width: 916px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	display: block;
	left: 50%;
	margin-left: -458px;
}

#heroinner p, #herovidinner p{
	font-size: 24px;
	line-height:32px;
	color: #FBF6E9;
	font-weight: 200;
}

#innernav{
	display: flex;
}

#navwrap{
	width:100%;
	margin-top:38px;
}

#hero{
	/*background: url('/wp-content/themes/range/images/hero.png') no-repeat top center;*/
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	min-height: 560px;
	text-align: center;
	position:relative;
	background-attachment: fixed;
	background-position-y: -365px;
}

.heroshort{
	min-height:400px !important;
}

#logo{
	margin-top:20px;
}


#mobileburger{
	float: right;
    margin-top: 0px;
    cursor:pointer;
    position:relative;
    display: none;
    width:45px;
    height:32px;
}

#mobileburger span{
	width: 45px;
    height: 5px;
    display: block;
    background: #C4B200;
    position: absolute;
    transition:all .2s ease-in-out;
    left:0;
}

#mobileburger span:nth-child(2), #mobileburger span:nth-child(3){
	top:13px;
}

#mobileburger span:nth-child(4){
	top:26px;
}

#mobileburger.open span:nth-child(2){
	transform: rotate(45deg);
}

#mobileburger.open span:nth-child(3){
	transform: rotate(-45deg);
}

#mobileburger.open span:first-child, #mobileburger.open span:nth-child(4) {
    width: 0px;
    left:50%;
    top:13px;
}

.amen img{
	width:100%;
}

.clear{
	clear:both;
}

.whitebg{
	background: #ffffff;
	min-height: 60px;
}

.mainnav{
	padding:0;
	margin:0;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
    width: 100%;
}

.mainnav > li{
	display: block;
    margin-left: 30px;
}

.mainnav li{
	list-style-type: none;
	position: relative;
}


.mainnav > li > a{
	color: #3D3935;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.mainnav > li.active > a, .mainnav > li > a:hover{
	border-bottom: 2px solid #C4B200;
	padding-bottom: 5px;
}

.mainnav li:last-child a{
	background: #B6CED0;
	padding: 12px 23px 10px 23px !important;
	border-radius: 40px;
	border-bottom: 0px !important;
	border: 2px solid #B6CED0 !important;
	transition: all .3s ease;
}

.mainnav li:last-child a:hover{
	border-bottom: 0px !important;
	border: 2px solid #B6CED0 !important;
	background: #FBF6E9;
}

.vertical-center{
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:12px;
}

.ablock{
	max-width: 189px;
	text-align: center;
	margin: 40px 0px 0px 0px;
	transition: all .3s ease;
}

/*.ablock img{
	opacity: .3;
}*/

.ablock.active img{
	opacity: 1;
}

.ablock p{
	padding:20px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 1.5px;
}

.subhead{
	padding:5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 1.5px;
}

.yellow{
	color: #C4B200;
}

.footerh3{
	color:#B6CED0;
	font-size:30px;
	font-weight: bold;
}

.page-id-18 .footerh3{
	color: #FBF6E9;
}

.cupab{
	margin-top:13px;
	margin-bottom:30px;
}

.page-id-18 hr{
	margin: 12px auto 17px auto;
}

.nopad{
	padding:0px;
}

.bold{
	font-weight:bold;
}

.mainbody li{
	margin:15px 0px;
}

.faq-block {
	border-bottom: 1px solid #B6CED0;
	margin: 20px 0px 15px 0px;
	position: relative;
	cursor: pointer;
	padding-bottom:7px;
}

.faq-block.open .faq-plus {
	background: #B6CED0;
}

.faq-block.open .fplus {
	transform: rotate(-45deg);
	display: block;
}

.faq-plus {
	width: 32px;
	height: 32px;
	background: #C4B200;
	float: left;
	margin: 2px 15px 0px 0px;
	text-align: center;
	line-height: 32px;
	font-size: 30px;
	color: white;
	font-family: Arial;
	padding: 0;
	position: absolute;
	left: 0;
	transition: all .3s ease;
	cursor: pointer;
	border-radius: 32px;
}

.faq-title {
	font-size: 24px;
	font-weight:bold;
	padding-left: 45px;
}

.faq-content {
	display: none;
	padding: 15px 45px 5px 45px;
}

.fplus{
	transition: all .3s ease;
}

.gfield_required_asterisk{
	color:white !important;
}

.gfield_label{
	text-transform: uppercase;
	font-size: 14px !important;
	letter-spacing: 1px;
}

input, textarea{
	background-color:#FBF6E9;
	border:none;
}

.padme90{
	padding: 90px 0px;	
}

.contacthr{
	margin: 20px 0px 25px 0px;
}

#gform_1 .gform_footer{
	float:right;
	padding:0;
}

.page-id-18 .inforow{
	display: none;
}

.galleryimg{
	max-width: 100%;
}

.greenbg a{
	color: #FBF6E9;
}

.reviewblock{
	margin-top:30px;
	background: #3D3935;
	border-radius: 25px;
	padding:25px;
	min-height: 400px;
}

.reviewquote{
	margin-top: 25px;
	color: #FBF6E9;
}

.stars{
	margin-top:15px;
}

.stars svg {
    width: 35px;
    display: inline-block;
    fill: #C4B200;
}

.reviewauthor{
	color: #B6CED0;
	font-weight: bold;
}

#reviewsection{
	padding-top: 30px;
}

.blog img{
	max-width:100%;
	height: auto;
}

.postblock{
	margin-top: 30px;
	margin-bottom: 30px;
}

.featuredimg img{
	width:100%;
	height: auto;
}

@media(min-width:2560px){

}

@media(min-width:1400px){

}

@media(max-width: 1399px){
	.reviewblock{
		margin-top:30px;
		background: #3D3935;
		border-radius: 25px;
		padding:25px;
		min-height: 455px;
	}
}

@media(max-width: 1199px){
	.mainnav > li {
		margin-left:20px;	
	}
	.reviewblock{
		min-height: auto;
	}
}

@media(max-width: 991px){
	#mobileburger{
		display: block;
	}
	.mainnav{
		display: none;
		position: absolute;
		width: 100%;
		background: #FBF6E9;
		z-index: 9;
		left: 0;
		top: 80px;
		padding: 15px 15px 30px 15px;
		text-align: center;
	}
	.mainnav > li{
		flex:none;
		margin: 15px 0px 30px 0px;
	}
	.mainnav > li > .sub-menu{
		position: relative;
		display: none;
	}
	#heroinner {
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}
	#navwrap{
		margin-top:32px;
	}
	.bluedivider{
		width: 100%;
		height: 2px;
		margin:50px 0px;
	}
}

@media(max-width: 767px){
	.desktop{
		display: none !important;
	}
	.mobile{
		display: block !important;
	}
	h1{
		font-size:38px;
	}
	header{
		height:75px;
	}
	#logo{
		margin-top:8px;
	}
	#navwrap{
		margin-top:22px;
	}
	.mainnav{
		top:70px;
	}
	.heroshort{
		min-height:275px !important;
	}
}

@media(max-width:575px){
	#mobileburger {
		margin-right:15px;	
	}
	h1{
		font-size:30px;
	}
	#heroinner p {
		font-size: 18px;
		line-height: 28px;
	}
}