/* =GENERAL
-------------------------------------------------------------- */
html {
	font-size: 62.5%;	/* used to set font sizes using rems 1.2rem = 12px */
}
body {
	color: #808080;
	font-family: "poppins";
	font-size: 1.6rem;
	font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
	font-weight: 700;
}
.h1, h1 {
	font-size: 4.5rem;
}
.h2, h2 {
	font-size: 4rem;
}
.h3, h3 {
	font-size: 2.5rem;
}
.h4, h4, .h5, h5, .h6, h6 {
	font-size: 1.6rem;
}
p {
	margin-bottom: 1em;
}

a {
	color: #000;
}
a:hover {
	color: #aaa;
}

img {
	max-width: 100%;
	height: auto;
}
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.alignright {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.button {
	margin: 0 0 1em;
}
.button a {
	padding: 0 20px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.container {
	max-width: 1300px;
}

/* =HEADER
-------------------------------------------------------------- */
#site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	overflow: hidden;
}
#site-header #logo-link {
	margin: 50px 0 0;
	display: inline-block;
	text-decoration: none;
}
#site-header #logo-link p {
	margin: 0;
	font-size: 1.9rem;
	font-family:"new-hero";
}
#site-header #logo-link p strong {
	font-weight: 700;
}
body.home #site-header #logo-link p {
	color: #fff;
}


/* =CONTENT
-------------------------------------------------------------- */
.container {
	max-width: 1400px;
}

.wpcf7 .wpcf7-list-item {
	display: block;
	margin: 25px 0 15px;
	text-align: center;
	font-size: 1.4rem;
}
.wpcf7 .wpcf7-spinner {
	display: block;
	margin: 10px auto;
}
label {
	display: block;
	margin-bottom: 5px;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	color: #999;
	line-height: 48px;
	text-align: center;
}
input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 0 70px;
	height: 50px;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

/* =CTAS
-------------------------------------------------------------- */
/* text */
.cta-text {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* text and image */
.cta-text-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.cta-text-image .cta-text-image-shape-1 {
	position: absolute;
	width: 1200px;
	height: 800px;
	bottom: 60px;
	right: -4%;
	transform: rotate(-1.5deg) skewX(9deg);
	mix-blend-mode: multiply;
	z-index: 2;
}
.cta-text-image .cta-text-image-shape-2 {
	position: absolute;
	width: 1200px;
	height: 670px;
	bottom: 60px;
	right: -4%;
	transform: rotate(5.5deg);
	mix-blend-mode: multiply;
	z-index: 3;
}

.cta-text-image .cta-text-content {
	position: relative;
	padding-top: 100px;
	padding-bottom: 130px;
	color: #fff;
	z-index: 4
}
.cta-text-image .cta-text-content h1 {
	color: #fff;
	font-size: 6rem;
	line-height: 1em;
	font-weight: normal;
}
.cta-text-image .cta-text-content h1 strong {
	color: #2797fd;
}
.cta-text-image .cta-text-content p strong {
	font-size: 2rem;
}
.cta-text-image .cta-text-content ul {
	padding: 0;
	list-style: none;
}
.cta-text-image .cta-text-content ul li {
	position: relative;
	padding-left: 25px;
}
.cta-text-image .cta-text-content ul li::before {
	position: absolute;
	top: 5px;
	left: 4px;
	content: " ";
	width: 10px;
	height: 10px;
	background-color: #fff;
}


.cta-text-image .cta-form {
	padding-top: 100px;
	padding-right: 10%;
	padding-left: 10%;
	position: relative;
	z-index: 4
}
.cta-text-image .form-intro {
	text-align: center;
}
.cta-text-image .form-intro h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.cta-text-image .form-intro h3 {
	font-weight: normal;
}
.cta-text-image .form-intro h3 span {
	font-weight: 700;
}

.cta-text-image .cta-text-image-shape-3 {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 12%;
	right: -80px;
	transform: rotate(45deg);
	mix-blend-mode: multiply;
	z-index: 2;
}
.cta-text-image .cta-text-image-shape-4 {
	position: absolute;
	width: 130px;
	height: 180px;
	top: 2%;
	right: -99px;
	transform: rotate(-27deg);
	mix-blend-mode: multiply;
	z-index: 3;
}

/* icons and form */
.cta-icons-form {
	padding-bottom: 50px;
}
.cta-icons-form .cta-icons-icon {
	margin-top: 50px;
	text-align: center;
}
.cta-icons-form .cta-icons-icon .icon-wrapper {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}

/* =FOOTER
-------------------------------------------------------------- */



/* =USEFUL
-------------------------------------------------------------- */
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	max-height:0;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* contact forms */
div.wpcf7-response-output {
	border: 0!important;
}
div.wpcf7 .ajax-loader {
	display: none!important;
}
span.wpcf7-not-valid-tip {
	font-size: 1.1rem;
}
div.wpcf7-response-output {
	margin: 0!important;
	padding: 0!important;
	font-size: 2.5rem;
	text-align: center;
}

/* placeholder colours, defined separately otherwise they're ignored by all browsers  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
}

/* prevent automatic styling of telephone numbers */
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* prevent rounded corners on form inputs */
textarea,
input[type=text],
input[type=email],
input[type=image],
input[type=submit] {
	-webkit-appearance: none;
}

/* work around mobile device auto-fitting where text is made too narrow on non responsive sites */
@media only screen and (max-device-width: 800px) {
   h1,h2,h3,h4,h5,h5,p,li,dt,dd {
       background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); 
       background-repeat:repeat;
    }
}


/* =RESPONSIVE
-------------------------------------------------------------- */

@media (max-width: 1300px) {
}

@media (max-width: 1200px) {
	
	/* text and image */
	.cta-text-image .cta-text-image-shape-1 {
		height: 100%;
		right: -9%;
		transform: rotate(-1.1deg) skewX(6deg);
	}
	
}

@media (max-width: 991px) {
	.cta-icons-form .cta-icons-icon {
		margin-top: 20px;
	}
	
}

@media (max-width: 767px) {
	
	/* text and image */
	.cta-text-image .cta-text-content h1 {
		font-size: 4rem;
	}
	.cta-text-image .cta-text-image-shape-1 {
		right: 9%;
	}
	.cta-text-image .cta-text-image-shape-2 {
		right: -3%;
		height: 100%;
	}
	
	.cta-text-image .cta-text-image-shape-3 {
		top: 72%;
	}
	.cta-text-image .cta-text-image-shape-4 {
		top: 63%;
	}

	.cta-text-image .cta-form {
		padding-top: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/* icons and form */
	.cta-icons {
		margin-bottom: 35px;
	}
	
}

@media (max-width: 576px) {
	
	/* header */
	#site-header #logo-link p {
		font-size: 1.6rem;
	}
	
	
}