﻿.custom-bg-colour-gradient-purple {
	background: #cc34a2;
	background: -moz-linear-gradient(-45deg, #cc34a2 0%, #233a96 100%);
	background: -webkit-linear-gradient(-45deg, #cc34a2 0%, #233a96 100%);
	background: linear-gradient(135deg, #cc34a2 0%, #233a96 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$col1", endColorstr="$col2",GradientType=1);
}

.custom-bg-colour-gradient-blue {
	background: #86d6db;
	background: -moz-linear-gradient(-45deg, #86d6db 0%, #458093 100%);
	background: -webkit-linear-gradient(-45deg, #86d6db 0%, #458093 100%);
	background: linear-gradient(135deg, #86d6db 0%, #458093 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$col1", endColorstr="$col2",GradientType=1);
}

.landing-hero-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.landing-hero-container.alt-h {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.landing-hero-container .wide-container {
	height: 100%;
	padding-top: 75px;
}

.landing-hero-container .wide-container.alt-options {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.landing-hero-container .wide-container .w100 {
	height: 100%;
}

.landing-hero-container h2 {
	font-size: 38px;
	color: #fff;
	margin-top: 20px;
	max-width: 375px;
	line-height: 1.0;
}

.landing-hero-container .wide-container.alt-options h2 {
	max-width: 425px;
}

.landing-hero-container .sub-icon {
	display: block;
	margin-top: 25px;
	max-width: 550px;
	width: 100%;
}

.landing-hero-container .hero-browse-link span {
	display: inline-block;
	vertical-align: middle;
}

.landing-hero-container .hero-browse-link i {
	margin-left: 10px;
	font-size: 15px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
}

.landing-hero-container .hero-browse-link:hover i {
	margin-left: 20px;
}

.landing-hero-container a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.landing-hero-container .content {
	max-width: 425px;
}

.landing-hero-container .content p {
	color: #fff;
}

.landing-hero-container .hero-image-container {
	height: 100%;
	text-align: right;
	padding-bottom: 120px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
}

.landing-hero-container .hero-image {
	max-height: 100%;
	margin-top: 25px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
	width: 100%;
	max-width: 750px;
}

.landing-hero-container .wide-container.alt-options .hero-image  {
	position: relative;
	box-sizing: border-box;
	margin-top: 80px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
}

.landing-general-section-container {
	position: relative;
	padding: 75px 0;
}

.landing-general-section-container .wide-container {
	height: 100%;
}

.landing-general-section-container h2 {
	font-family: "Oswald",sans-serif;
	max-width: 450px;
}

.landing-general-section-container h2.section-title {
	color: #e5061a;
	font-weight: 300;
}

.landing-general-section-container h2.alt-title {
	font-weight: 700;
	margin-top: 30px;
	color: #181a33;
}

.landing-general-section-container .content {
	max-width: 500px;
}

.landing-general-section-container .content p {
	font-weight: 300;
	font-size: 16px;
}

.landing-general-section-container .browse-link {
	padding: 8px 12px;
	background-color: #e5061a;
	border-radius: 10px;
	margin-top: 15px;
	display: inline-block;
}

.landing-general-section-container .browse-link span {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-weight: 400;
	font-size: 14px;
}

.landing-general-section-container .browse-link i {
	color: #ffffff;
	margin-left: 10px;
	font-size: 12px;
	-webkit-transition: .2s linear all;
	-moz-transition: .2s linear all;
	-ms-transition: .2s linear all;
	-o-transition: .2s linear all;
	transition: .2s linear all;
}

.page-template-tmpl-landing-page {
	.google-map-container {
		display: block;
	}

	.google-map-container iframe {
		height: 300px;
	}
}

.form-wrap .wpcf7 {
	position: relative;
	padding: 35px 35px 15px 35px;
	background-color: #27326b;
	border-radius: 15px;
	width: 100%;
	box-sizing: border-box;
}

.form-wrap .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 14px;
}

.form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-top: 25px;
}

.form-wrap .wpcf7 form .wpcf7-response-output {
	color: #ffffff;
	margin-top: 25px;
}

.landing-contact-control .wpcf7-form-control-wrap input,
.landing-contact-control .wpcf7-form-control-wrap textarea {
	width: 100%;
	background-color: #ffffff30;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	box-sizing: border-box;
	border: 0;
	color: #ffffff;
	font-size: 14px;
}

/* Standard */
.landing-contact-control .wpcf7-form-control-wrap input::placeholder {
	color: #ffffff !important;
	font-family: "Nunito Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* Mozilla Firefox */
.landing-contact-control .wpcf7-form-control-wrap input::-moz-placeholder,
.landing-contact-control .wpcf7-form-control-wrap textarea::-moz-placeholder {
	color: #ffffff !important;
	font-family: "Nunito Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* Webkit (Safari, Chrome) */
.landing-contact-control .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.landing-contact-control .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	color: #ffffff !important;
	font-family: "Nunito Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* Internet Explorer */
.landing-contact-control .wpcf7-form-control-wrap input:-ms-input-placeholder,
.landing-contact-control .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #ffffff !important;
	font-family: "Nunito Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.landing-contact-control .wpcf7-form-control-wrap textarea {
	color: #ffffff !important;
	font-family: "Nunito Sans",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.landing-contact-control .hidden-field {
	display: none;
}

.landing-contact-control .agreement-confirm p {
	font-size: 15px;
}

.landing-contact-control .agreement-confirm a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
}

.landing-contact-control .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.landing-contact-control .wpcf7-acceptance .wpcf7-list-item label input {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	cursor: pointer;
	margin-left: 0;
}

.landing-contact-control .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 15px;
}

.landing-contact-control .full-width p {
	color: #ffffff;
}

.landing-contact-control .wpcf7-spinner {
	display: none;
}

.landing-contact-control .submit-control  {
	position: relative;
}

.landing-contact-control .submit-control .wpcf7-submit,
.landing-contact-control .submit-control .wpcf7-submit p {
	font-family: "Nunito Sans",sans-serif;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 35px 10px 20px;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 10px;
	color: #ffffff;
	transition: all 0.8s ease;
}

.landing-contact-control .submit-control p .wpcf7-submit:hover {
	background-color: #ffffff;
	color: #27326b;
}

.landing-contact-control .submit-control i {
	position: relative;
	top: 0px;
	color: #ffffff;
	left: -22px;
	font-size: 12px;
	transition: all 0.8s ease;
	cursor: pointer;
}

.landing-contact-control .submit-control p:hover i {
	cursor: pointer;
	color: #27326b;
}

.landing-general-section-container .background-element {
	height: 100%;
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #e5061a;
}

.landing-hero-container .background-element {
	position: absolute;
	right: 5%;
	top: 0;
	height: 120%;
	width: auto;
	z-index: -1;
}

.landing-hero-container .background-element-img {
	position: absolute;
	right: -5%;
	top: -10px;
	height: 105%;
	width: auto;
	z-index: -1;
}

.landing-general-section-container .wpcf7-list-item{
	display: block;
	margin-left: 0;
}

.landing-general-section-container .wpcf7-list-item input,
.landing-general-section-container .wpcf7-list-item .wpcf7-list-item-label{
	display: inline-block;
	vertical-align: middle;
}

.landing-general-section-container .wpcf7-list-item input{
	width: auto;
	margin-right: 8px;
	margin-top: -3px;
}

@media screen and (max-width: 1390px) {
	.landing-hero-container .hero-image {
		width: 500px;
	}
}

@media screen and (max-width: 1160px) {
	.landing-hero-container .hero-image {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.landing-hero-container,
	.landing-hero-container.alt-h {
		height: 100%;
	}

	.landing-hero-container .hero-image-container {
		padding-bottom: 50px;
		margin-top: 50px;
		padding-left: 0;
	}

	.landing-hero-container .background-element {
		display: none;
	}

	.landing-general-section-container .background-element {
		bottom: 0;
		width: 100%;
		height: 25%;
		left: 0;
		top: unset;
	}

	.landing-contact-control {
		margin-top: 50px;
	}

	.landing-hero-container .sub-icon {
		width: 100%;
	}

	.landing-contact-control .inner-left-20,
	.landing-contact-control .inner-right-20 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 660px) {
	.landing-hero-container .background-element-img {
		display: none;
	}

	.wide-container.alt-options .hero-image-container {
		margin-top: 0;
		padding: 0;
	}
}