body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background: #444D57;
}

::-moz-selection {
	background: rgba(68,77,87,.4);
	color: #fff;
	text-shadow: none;
}

::selection {
	background: rgba(68,77,87,.4);
	color: #fff;
	text-shadow: none;
}

a.border {
	color: #ff6e00;
	position: relative;
	display: inline-block;
	outline: none;
}

a {
	transition: all 0.3s ease-in-out;
}

a.border:hover, 
a.border:focus {
	color: #4632ff;
}

a.border::before,
a.border::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f29627;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
	/* -webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85); */
}

a.border::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

a.border:hover::before,
a.border:hover::after,
a.border:focus::before,
a.border:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

a.border:hover::after,
a.border:focus::after {
	top: 0%;
	opacity: 1;
}

.row {
	max-width: 66.5rem;
}

.button {
	border-radius: 48px;
	display: inline-block;
	font-size: 18px;
	padding: 20px 50px;
	transition: transform .5s;
	white-space: nowrap;
	font-weight: 700;
	color: #9C2C46!important;
	text-decoration: none!important;
	display: inline-block;
	border: 2px solid #9C2C46;
	text-align: center;
	line-height: 40px;
	min-width: 160px;
	cursor: pointer;
	margin: 0 0 2em 0;
	transition: all 0.3s ease-in-out;
}

button:hover, button:focus, .button:hover, .button:focus {
	color: #fff!important;
	background: #9C2C46;
}

.button-active {
	font-family: 'Nunito', sans-serif;
	color: #ff0000;
	display: inline-block;
	border: 1px solid #ff0000;
	border-radius: 22px;
	letter-spacing: -.62px;
	text-align: center;
	line-height: 40px;
	padding: 0 35px;
	min-width: 160px;
	cursor: pointer;	
}

.button-active:hover {
	color: #fff;
	background-color: #ff0000;
}

.tx-cn {
	text-align: center;
}

.container {
	display: inline-block;
	width: 100%;
	margin: 0 0 3em;
}

.container > div {
	padding: 0 2em;
}

/* ---- Type ---- */

* {
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}

h1, h2, h3, h4 {
	font-weight: 700;
	margin-bottom: 1rem;
	color: #444D57;
}

h3 {
	font-size: calc(26em/16);
	letter-spacing: -.4px;
	line-height: calc(36/26);
	margin-top: 0;
}

h4 {
	font-style: normal;
	letter-spacing: .8px;
	line-height: calc(26/16);
	color: #03346e;
}

h5 {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #1b79b4;
}

p {
	font-style: normal;
	letter-spacing: .8px;
	line-height: calc(26/16);
	color: #444D57;
}


/*@media only screen and (max-height: 51.875em) {
	 h1, .hero .hero-content h1 {
		font-size: calc(52rem/16);
	}
	
	.hero .hero-content p {
		font-size: calc(22rem/16);
	}	
} */

@media only screen and (max-width: 40.625em) {
	 h1, .hero .hero-content h1 {
		font-size: calc(46rem/16);
	}
	
	.top .hero {
		padding: 1em 0;
	}
	
	.hero .hero-content p {
		font-size: 1rem;
	}
}

/* ---- Header ---- */

.logo {
	background-image: url(../img/woodend-homes-logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 230px;
	height: 190px;
	display: block;
	background-position: center;
	left: 15px;
	position: relative;
}

.top {
	position: relative;
	width: 100%;
	overflow: hidden;
}

header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 40;
	padding: 3em 0 0;
}

.hero-image {
	position: relative;
	z-index: 2;
}

.hero {
	position: relative;
	width: 100%;
	padding: 2em 0;
}

.hero-content {
	position: relative;
	z-index: 1;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem
}

.hero-content h1 {
	font-size: calc(72rem/16);
	letter-spacing: -3px;
	line-height: 1;
	color: #A0B5B0;
}

.hero-content h1 span {
	color: #fff;
	border-bottom: 5px solid #7baada;
}

.hero-content p {
	font-size: calc(32rem/16);
	letter-spacing: -.4px;
	line-height: calc(42/32);
	color: #fff;
	font-weight: 400;
}

.hero-mask {
	background: url(../img/hero--mask.svg) no-repeat;
	background-position: top;
	background-size: cover;
	height: 0;
	padding: 0px 0 18%;
	position: absolute;
	width: 100%;
	bottom: -2px;
}

.box {
	margin: 4em 0;
	z-index: 10;
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.cards .box {
	text-align: center;
}

.post-event .featured {
	padding-top: 15em;
}

.featured {
	background-color: #f7f9fa;
	position: relative;
	width: 100%;
	padding-top: 20em;
	z-index: 1;
}

.event-info {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5em 0;
}

.event-info .wrap {
	width: 40%;
	margin: 0 auto;
	border-radius: 2em;
	padding: 20px;
	background: linear-gradient(to right, #00c8af, #78d700);
}

.event-info h4, .event-info p {
	color: #fff;
	margin-bottom: 0;
}

.post-event .why-attend {
	padding: 0;
}

.why-attend {
	padding: 1em 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

#text {
	display: none;
}

.book {
	padding: 0 20px;
	text-align: center;
	margin-top: 2em;
}

a.underline {
	color: #9FB5B0;
	text-decoration: underline;
}

a.underline:hover {
	color: #fff;
	background: #9FB5B0;
}

.event-image {
		background-color: #1b79b4;
		width: 220px;
		height: 220px;
		border-radius: 100%;	
}


.featured .event-image.e-2 {
	background-image: url(../img/mark-watson.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.featured .event-image.e-3-1 {
	background-image: url(../img/cloud-colin.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 2em;
}

.featured .event-image.e-3-2 {
	background-image: url(../img/abandoman.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.meta {
	margin-left: 0;
}

.meta li {
	color: #1b79b4;
	margin-bottom: .4em;
	list-style: none;
}

.meta li:last-child {
	margin-bottom: 0;
}

.meta li span {
	display: inline-block;
	position: relative;
	margin-right: .7em;
}

.meta li span.date {
	width: 16px;
	height: 18px;
}

.meta li span.time {
	width: 16px;
	height: 18px;
}

.meta li span.age {
	width: 16px;
	height: 18px;
}

.meta img {
	position: absolute;
	top: 4px;
}

@media only screen and (max-width: 1024px) {
	.event-image {
			margin: 0 1em 2em;
			text-align: center;
			display: inline-block;
		}
}

@media only screen and (max-width: 68.75em) {
	.featured {
		padding-top: 14em;
	}
	
	.why-attend {
		padding: 3em 0 0;
	}
	
	.event-info .wrap {
		width: 55%;
	}
	
	article {
		width: 100%;
	}
	
	.media-wrapper {
		text-align: center;
	}
	
}

@media only screen and (max-width: 40.625em) {
	
	header {
		padding: 0;
	}
	
	.logo {
		width: 200px;
	}	
	
	.featured {
		padding-top: 14em;
	}
}

/* ---- Lower Content ---- */


.media-holder {
	margin: 0 auto;
	position: relative;
	margin-bottom: -11em;
	box-shadow: 0 5px 15px -5px rgba(68,77,87,.1);
}

.media-holder img {
	width: 100%;
}

.cards {
	/*margin-bottom: 140px;*/
	/*margin-top: -120px;*/
	position: relative;
	margin-bottom: 2em;   
}

.exp-card {
	margin-bottom: 2em;
}

.wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 2rem;
	position: relative;
	display: block;
	height: 100%;
	box-shadow: 0 5px 15px -5px rgba(27,121,180,.1);
	min-height: fit-content;
	margin-bottom: -12em;
}

.b-card {
	padding: 0 2em;
}

.b-card h2 {
	line-height: 1;
}

.b-card h2 span {
	color: #A0B5B0;
}

.b-card p.title {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #A0B5B0;
	font-size: 3rem;
	line-height: 1;
	border-bottom: 1px dotted;
	padding-bottom: 1.25rem;
}

h2.w {
	width: 75%;
}

h2.w span {
	
}

.container.images ul {
	margin: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	width: 100%;
	max-height: 600px;
}

.container.images ul li:first-child {
	margin-bottom: 45px;
}

.container.images .large-8 img {
	width: 97.8%;
}

article {
	width: 75%;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	text-align: center;
}

.cards article p {
	margin-bottom: 0;
}

article p:last-child {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.jotform-form {
	padding: 0!important;
}

ul.key > li {
	padding-bottom: 0;
	padding-left: 30px!important;
	position: relative;
}

ul.key > li:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	border: .8px solid rgba(68, 77, 87, 0.34);
	left: 0;
	top: 2px;
}

ul.key li.available:before {
	background: #fff;
}

ul.key li.reserved:before {
	background: #EDA37B;
}

ul.key li.interest:before {
	background: #E7EE7A;
}

ul.key li.sold:before {
	background: #CC4748;
}

@media only screen and (max-width: 1024px) {
		
	h2.w {
		width: 100%;
	}
	
	.container.images .large-8 {
		width: 66.66667%;
	}
	
	.container.images .large-4 {
		width: 33.33333%;
	}

}

@media only screen and (max-width: 953px) {
	.container.images ul li:first-child {
		margin-bottom: 42px;
	}
}

@media only screen and (max-width: 700px) {
	.container.images .large-8 {
		width: 100%;
		text-align: center;
		margin-bottom: 42px;
	}
	
	.container.images .large-8 img {
		width: 677px;
	}
	
	.container.images .large-4 {
		width: 100%;
		text-align: center;
	}
	
	.container.images ul {
		max-height: none;
	}

}


@media only screen and (max-width: 600px) {
	.why-attend .wrapper {
		width: 100%;
	}
	
	.event-info .wrap {
		width: 100%;
	}
	
	article {
		width: 87%;
	}
}


/* ---- Footer ---- */

footer {
	position: relative;
	padding: 3em 0;
	z-index: 0;
	background: #F6F9FA;
	display: inline-block;
	width: 100%;
}

.footer-logo {
	margin: 0 auto;
	width: 30%;
}

footer h4 {
	color: #ff0000;
}

footer a:hover, footer a:focus {
	color: #ffffff;
}

.lower-content-mask {
	width: 100%;
	background: url(../img/footer--mask.svg) no-repeat;
	background-size: cover;
	background-position: center 2px;
	height: 0;
	padding: 0 0 6%;
}

@media only screen and (max-width: 600px) {
	footer {
		text-align: center;
	}
	
	.post-event .why-attend {
		margin-bottom: 0;
	}
		
	.footer-logo {
		width: 50%;
	}	
}

.carousel-container {
	position: relative;
}

.glide__bullets, .glide__bullet {
	margin: 0;
}

.glide__image {
	width: 100%;
    height: 325px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (min-width: 640px) {
	.glide__image {
		height: 460px;
	}
}
@media only screen and (min-width: 960px) {
	.glide__image {
		height: 640px;
	}
}