﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #262522; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #262522;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: "paralucent", sans-serif;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}
#header-search-bar{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
	border-radius: 90px;
}
#header-search-bar input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
	position: absolute; 
	top: 0;
	left: 0;
	right: 32px;
	bottom: 0;
    font-family: paralucent, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 60px !important;
    height: 100% !important;
    color: #777778;
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 0 24px !important;
    border: none;
	border-radius: 90px;
}
#header-search-bar div{
	-webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
    float: right;
    width: 56px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    padding: 0 6px 0 0;
	border-radius: 0 90px 90px 0;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
	appearance: none;
	outline: none;
    position: relative;
	cursor: pointer;
}
#header-search-bar button{
	-webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
    float: right;
    width: 56px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    background-color: #3d9bf2;
	appearance: none;
	outline: none;
    position: relative;
	cursor: pointer;
}

.hero {
	overflow: hidden;
}
.hero > .col-row.padding-top{
	padding-top: 150px !important;
}

.hero-slideshow{
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
}
.hero-slideshow .slide{
	padding-bottom: 75vh;
	
	background-size: cover;
	background-position: center center;
}
/*---BODY--------------------------------*/

.padding-top{padding-top: 8% !important;}
.padding-bottom{
	padding-bottom: 8% !important;
}


.red{
	color: #f61f26;
}
.blue{
	color: #3d9bf2;
}
.bg-dark-gray .blue, .bg-gray .blue{
	color: #6fbaff;
}

.bg-gray{
	background: #403f3b;
	color: #fff;

}
.bg-dark-gray{
	background: #262522;
	color: #fff;
}
.bg-white{
	background: #fff;
	color: #262522;
}

.bg-img-fitted{
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}


.bg-gray p, .bg-dark-gray p, .bg-white p{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 300;
}

.bg-gray p, .bg-dark-gray p, .gray{
	color: #dfd9e6;
}

.cursive{
	font-weight: 400;
	font-family: yellowtail, sans-serif; 
	text-transform: capitalize!important;
}
.heading-lg{
	font-size: 5.6vw;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 0.9;
	font-weight: 900;
	font-family: paralucent, sans-serif;

}
.heading-md{
	font-size: 54px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 1;
	font-weight: 900;
	font-family: paralucent, sans-serif;

}
.heading-sm{
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 1;
	font-weight: 900;
	font-family: paralucent, sans-serif;

}

.simple-link{
	
	font-family: paralucent, sans-serif;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	display: block;
	padding-left: 32px;
	line-height: normal !important;
	transition: ease all 0.2s;
}
.simple-link:hover{
	filter: brightness(1.1);
}
.simple-link i{
	padding-right: 12px;
	position: absolute;
	left: 0;
	top: -1px;
}

a.blue{
	transition: ease all 0.2s;
}
a.blue:hover{
	filter: brightness(1.1);
}

.cta{
	display: inline-block;
	padding: 25px 40px;
	min-width: 185px;
	text-align: center;
	color: #262427;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.05em;
	font-weight: 500;
	background: #fff;
	border-radius: 12px;
}
.cta-blue{
	color: #262427;
	background: #6fbaff;
}

#cta-row{
	padding: 12px;
	margin-top: -100px;
}
#cta-row a{
	display: block;
	margin: 12px;
	padding: 12% 6%;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
#cta-row a > h2, #cta-row a > h3, #cta-row a > h4, #cta-row a > span{
	position: relative;
}
#cta-row a > div{
	z-index: 0;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.8;
	filter: contrast(1.1);
	transition: ease all 0.3s;
	
}
#cta-row a:hover > div{
	filter: contrast(0.9);
	
}


.rf-breadcrumbs{
	display: flex;
	font-size: 14px !important;
	color: #403f3b !important;
	padding: 2% 8.3333% 0;
	margin-bottom: -6%;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	letter-spacing: 0.05em;
	gap: 10px;
}
.rf-breadcrumbs a {
	display: inline-block;
	padding: 12px;
	border-radius: 5px;
	border: solid 1px #eee;
	background: #fff;
	color: #403f3b;
	font-size: 14px !important;
}


.top-right-icon{
	position: relative;
}
.top-right-icon > i{
	position: absolute;
	top: 8%;
	right: 6%;
	font-size: 36px;
	opacity: 0.5;
	
}

.custom-accordion{
	border-radius: 10px;
	overflow: hidden;
}
.custom-accordion > a{
	padding: 32px 24px;
	background: #403f3b;
	color: #fff;
	display: block;
	
	
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	transition: ease all 0.2s;
}

.custom-accordion > a:hover{
	background: #4D4B47;
}

.custom-accordion > a i{
	color: #6fbaff;
	padding-right: 14px;
}

.custom-accordion > .drop-list{
	padding: 32px 24px;
	background: #262522;
	color: #fff;
	display: block;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}


.social-icons-lg{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 0 ;
	gap: 12px;
}
.social-icons-lg a{
	color: #31302d;
	background: #fff;
	display: block;
	line-height: 90px;
	min-width: 90px;
	font-size: 24px;
	border-radius: 10px;
	text-align: center;
	padding: 0 32px;
	box-sizing: border-box;
}


.gallery-grid{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gallery-grid img{
	max-width: 100%;
	width: 100%;
	border-radius: 5px;
	transition: ease all 0.3s;
}
.gallery-grid img:hover{
	filter: brightness(0.5) contrast(0.9);
}
.gallery-grid div{
	position: relative;
	width: calc(25% - 20px);
	cursor: pointer;
}
.gallery-grid div:after{
	content: "\f065";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #fff;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	transition: ease all 0.3s;
	pointer-events: none;
}
.gallery-grid div:hover:after{
	opacity: 1;
}

#gallery-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 92%;
	max-width: 1200px;
	transform: translate(-50%, -50%);
}

#gallery-modal img{
	max-width: 100%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
}
#gallery-modal i{
	position: absolute;
	font-size: 18px;
	top: 0;
	right: 0;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	border-radius: 0 0 0 10px;
	cursor: pointer;
}

/*--------FORM STYLES--------------------*/

.custom-form input{
	padding: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f9f9f9;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 12px;
	font-family: paralucent, sans-serif !important;
	border-radius: 10px;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 12px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	font-weight: 400;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 12px;
	outline: none;
	border: none;
	background: #f9f9f9;
	font-family: paralucent, sans-serif !important;
	border-radius: 10px;
}

.custom-form button{
	font-family: paralucent, sans-serif !important;
	font-weight: 500;
	cursor: pointer;
	border: none !important;
	outline: none;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel img{
	border-radius: 10px;
	overflow: hidden;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #fff !important;
}


/*-------- FOOTER STYLES ----------------*/
footer{}



.footer{
	
	font-family: "paralucent", sans-serif;
	margin: 8% 8.33% 4.16%;
	border-radius: 20px;
	background: #403f3b;
	color: #d2d2d2;
	text-transform: uppercase;
	text-align: center;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.footer a, .footer p{
	color: #d2d2d2;
	font-weight: 300;
	font-size: 14px !important;
	line-height: 1.1 !important;
	letter-spacing: 0.2em !important;
}



/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/








.vertical-divider{width: 2px; margin: 0 10px; background: #999; opacity: 0.25}

/* COLUMNS */

.col-row{display: flex; flex-wrap: wrap; position: relative;}

@media screen and (min-width: 1200px){
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-hidden{display: none !important;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
	
	#cta-row{
		margin-top: -6%;
	}
	

	.social-icons-lg a{
		font-size: 18px;
		min-width: 75px;
		height: 75px;
		line-height: 75px;
	}

	.gallery-grid div{
		width: calc(33.33333% - 20px);
	}
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
	
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
		
.rf-breadcrumbs{
	padding: 2% 32px 0;
}
	.col-row{padding: 0 32px;}
	
	#cta-row{
		margin-top: 0;
		margin-bottom: 0;
	}

	.footer{
		margin: 100px 0 40px;
	}
	.social-icons-lg a{
		font-size: 18px;
		min-width: 75px;
		height: 75px;
		line-height: 75px;
	}

	.gallery-grid div{
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 767px){
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	
	.col-row{padding: 0 32px;}
	
.rf-breadcrumbs{
	padding: 2% 32px 0;
}
	#cta-row{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.heading-lg, .heading-md{
		font-size: 48px;
	}
	
	.order-1-sm{
		order: 1;
	}
	.order-2-sm{
		order: 2;
	}
	.order-3-sm{
		order: 3;
	}
	

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	
	
	#map{
		height: 450px;
	}

	.footer{
		margin: 100px 0 40px;
	}
	
	
	.social-icons-lg{
		flex-wrap: wrap;
	}
	.social-icons-lg a{
		font-size: 24px;
		flex-grow: 1;
	}

	.gallery-grid div{
		width: calc(50% - 20px);
	}
	
}
@media screen and (max-width: 350px){
	
	.heading-lg, .heading-md, .heading-sm{
		font-size: 30px;
	}
	
}






