@charset "utf-8";
/*
	Theme Name: Ashton
	Author: Matt Feindell
*/

/* general */

pre {
	color: #333;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#wrapper {
	overflow: hidden;
}
.no-margins,
.no-margins * {
	margin: 0 !important;
}
.no-gutters>.row,
.no-gutters>.row>div[class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
.img-cover,
.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.w90 {
	max-width: 90%;
}
.w75 {
	max-width: 75%;
}
.w60 {
	max-width: 60%;
}
.w50 {
	max-width: 50%;
}
.blue-btn,
.blue-btn:hover {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	background-color: #48536C;
	text-transform: uppercase;
}
.blue-btn:hover {
	background-color: #8EA2AD;
}
.white-txt * {
	color: #fff;
}

/* fonts */

* {
	font-family: "Montserrat", sans-serif;
}
@font-face {
	font-family: "Alessandra";
	src: url('./fonts/Alessandra-Bookery.woff') format('woff');
}
h1, h2, h3, h4, h5, h6 {
	font-family: VanitasRegular;
}
h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
	color: #444446;
}
h1, h2, h3 {
	font-size: 50px;
	line-height: 1em;
	margin-bottom: .25em;
}
h4 {
	font-size: 25px;
}
p {
	color: #444446;
	font-size: 18px;
	line-height: 2em;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
}
strong {
	font-weight: 600;
	letter-spacing: .05em;
}

/* header */

#site-header {
	width: 100%;
	z-index: 1020;
	position: absolute;
}
#logo {
	display: block;
}
.home #logo {
	align-self: center;
}
.page-thank-you #logo {
	align-self: center;
}
#header-register,
#header-register:hover {
	right: 2em;
	color: #fff;
	position: fixed;
	margin-top: 2em;
	font-size: 20px;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	background-color: #E63946;
	text-transform: uppercase;
}
#header-register:hover {
	background-color: #8EA2AD;
}

/* main nav(s) */

.navbar {
	padding: 0;
}
.navbar-expand-lg {}
.navbar-brand {}
.navbar-collapse {}
.navbar-nav {
	width: 100%;
	justify-content: center;
}
.nav-item {}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 15px;
	white-space: nowrap;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {}
.active > .nav-link {}
.dropdown-menu {}
.dropdown-menu > li a {}
.dropdown-item:focus, .dropdown-item:hover {}

/* page content */

#page-content {}
#page-content > .container > .row {}

/* blog content */

#blog-content {}
#blog-content > .container > .row {}

/* single content */

#single-content {}
#single-content > .container > .row {}

/* flexible */

.hero-banner > img,
#flexible > section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#flexible > section:nth-of-type(n+2) {
	z-index: 1015;
	position: relative;
}
.hero-banner,
.hero-banner-slider,
.hero-banner-slider .slide {
	position: relative;
}
.hero-content {
	top: 50%;
	left: 5%;
	z-index: 1010;
	position: absolute;
	transform: translateY(-30%);
}
.hero-content p:first-of-type {
	font-size: 25px;
	margin-bottom: .5em;
}
.hero-content p:nth-of-type(2) {
	margin: 0;
	color: #fff;
	font-size: 82px;
	line-height: 1em;
	font-family: VanitasRegular;
}
.hero-content p:nth-of-type(2) > span > em {
	font-family: "Alessandra";
}
#flexible > section.home-banner {
	position: relative;
	background-color: #F2F0EB;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.home-hero-content {
	top: 5%;
	left: 50%;
	z-index: 1010;
	position: fixed;
	transform: translateX(-50%);
}
.home-hero-content p:first-of-type {
	margin-bottom: 2em;
}
.home-hero-content p:last-of-type {
	line-height: 1.15em;
}
.home-banner > img {
	bottom: 0;
	width: 100%;
	z-index: 1015;
	position: relative;
}
.home-banner h2 {
	color: #fff;
	font-size: 78px;
	margin-bottom: .5em;
}
.home-banner p {
	color: #fff;
}
.pull-up-img img {
	z-index: 1015;
	position: relative;
	margin-top: -40% !important;
}
.flex-content-2 {
	padding-bottom: 4em;
}
.flex-content-2 p:first-of-type,
.flex-content-2 p:nth-of-type(3) {
	line-height: 1.5em;
}
.home .flex-content-3,
.home .flex-content-4,
.home .flex-content-5 {
	padding-top: 4em;
	padding-bottom: 4em;
}
.home .flex-content-2 > .container-fluid > .row > div[class*='col']:last-of-type,
.home .flex-content-3 > .container-fluid > .row > div[class*='col']:first-of-type,
.home .flex-content-4 > .container-fluid > .row > div[class*='col']:last-of-type,
.home .flex-content-5 > .container-fluid > .row > div[class*='col']:first-of-type {
	padding-left: 6em;
	padding-right: 6em;
}
.home .flex-content-2 > .container-fluid > .row > div[class*='col']:last-of-type p:last-of-type {
	margin-bottom: 0;
}
.page-thank-you .flex-content-2 {
	padding-top: 4em;
}
.register {
	padding-top: 6em;
	padding-bottom: 6em;
}
.register > .row > div[class*='col'] {
	background-color: rgba(255, 255, 255, .9);
}
.register > .row > div[class*='col'] > div {
	padding: 4em;
}
.register h3 > span > em {
	font-family: "Alessandra";
}
.register p {
	font-size: 18px;
	margin-bottom: 2em;
}
.keymap {
	max-width: 95%;
	padding-top: 4em;
	padding-bottom: 4em;
}
.slider-with-content p:first-of-type {
	line-height: 1.5em;
}
.slider-w-content {
	position: relative;
}
.slick-nav {
	width: 100%;
	display: flex;
	padding: 1em 0;
	justify-content: start;
}
.slider-w-content .slick-next {
	margin: 0 .5em;
	cursor: pointer;
}
.slider-w-content .slick-prev {
	margin: 0 .5em;
	cursor: pointer;
}

/* footer */

footer {
	background-color: #F2F0EB;
}
footer > .container-fluid {
	max-width: 95%;
}
footer > .container-fluid > .row {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
footer * {
	margin: 0;
	color: #444446;
}
footer p {}
footer p#footer-links,
footer p#footer-fine-print {
	color: #444446;
	font-size: 14px;
	line-height: 1.15em;
}
footer a,
footer a:hover {
	color: inherit;
}
#footer-logo {
	max-width: 55%;
	display: inline-block;
}
footer .socials {
	margin: 0;
	padding: 0;
	display: flex;
	margin-left: 1em;
}
footer .socials > li {
	list-style: none;
}
footer .socials > li > a {
	display: block;
	margin-left: .35em;
}
footer .socials > li:first-of-type > a {
	margin-left: 0;
}

/* form(s) */

#frm_form_2_container {
	margin: 0 auto;
}
#frm_form_2_container label {}
#frm_form_2_container input[type='tel'],
#frm_form_2_container input[type='text'],
#frm_form_2_container input[type='email'] {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	border-bottom: 1px solid #2D2C31;
}
#frm_form_2_container select {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	border-bottom: 1px solid #2D2C31;
}
#frm_form_2_container textarea {
	border-radius: 0;
	box-shadow: none;
	background: none;
	border: 1px solid #2D2C31;
}
#frm_form_2_container .frm_required { color: inherit; }
#frm_checkbox_16-0 label { display: flex; }
#frm_checkbox_16-0 label > input {
	margin-top: 2px;
}
#frm_form_2_container .frm_submit {
	align-items: center;
	justify-content: center;
}
#frm_form_2_container .frm_button_submit {
	color: #fff;
	border: none;
	font-size: 20px;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	padding: .55em 2.5em;
	text-decoration: none;
	display: inline-block;
	background-color: #48536C;
	text-transform: uppercase;
}
#frm_form_2_container .frm_button_submit:after {}
