 /*

Yeomedia Group - Global Stylesheet
https://yeomedia.group/
Handwritten by Oliver Coningham

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; } 
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: 700; }
em { font-style: italic; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.error_message {
	color: #970000;
	font-weight: bold;
	}
	
#copy .error_message ul {
	margin-bottom: 30px;
	}
	
#copy .error_message ul li {
	color: #970000;
	float: none;
	font-weight: 900;
	width: 100%;
	}


																					/* ------------ Defaults ------------ */

body {
	background-color: #fff;
	color: #4b6371;        
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	overflow-x: hidden;
	padding-top: 60px;
	}

body, html {
	height: 100%;
	}


																					/* ------------ Branding ------------ */

#branding {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	position: relative;
	}

#branding .logo {
	float: left;
	height: 125px;
	width: 333px;
	}

#branding .logo img {
	float: left;
	height: auto;
	margin: -14px 0 0 -15px;
	width: 100%;
	}

#navigation-button {
	display: inline-block;
	min-width: 1440px;
	padding: 0 20px;
	position: fixed;
	top: 83px;
	left: 50%;
	text-align: right;
	z-index: 25;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}

#branding .hamburger {
	background-color:rgba(255, 255, 255, 0.75);
	outline: none;
	padding: 24px 15px 15px 15px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#branding .hamburger:focus
#branding .hamburger:active {
	outline: none;
	}

#branding .hamburger-inner, 
#branding .hamburger-inner::after, 
#branding .hamburger-inner::before {
	background-color: #4b6371;
	}

#navigation {
	background-color: #f29106;
	display: none;
	height: 100%;
	padding-top: 120px;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 20;
	width: 100%;
	}

#navigation a {
	color: #fff;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 40px;
	text-decoration: none;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#navigation a:hover {
	color: #4b6371;
	}

#branding .hamburger.is-active {
	background: none;
	}

#branding .hamburger.is-active .hamburger-inner, 
#branding .hamburger.is-active .hamburger-inner::after, 
#branding .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
	}


																					/* ------------ Welcome ------------ */

#welcome {
    background: url("../img/curve-bg.gif") no-repeat bottom left;
	padding-bottom: 200px;
	position: relative;
	}

#welcome-inner {
	margin: 30px auto 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	}

#welcome-inner .column:first-child {
	float: left;
	width: 62%;
	}

#welcome-inner .column:last-child {
	position: absolute;
	top: 0;
	right: -75px;
	width: 40%;
	z-index: 10;
	}

#welcome h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	padding: 60px 0 35px 0;
	text-transform: lowercase;
	}

#welcome h1 span {
    color: #f29106;
	}

#welcome p {
    margin-top: 25px;
	}

#welcome .image {
	float: left;
	overflow: hidden;
	width: calc(50% - 10px);
	}

#welcome .image img {
	float: left;
	height: auto;
	width: 100%;
	}

#welcome .image:nth-child(1) {
	margin: 0 20px 20px 0;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	}

#welcome .image:nth-child(2) {
	margin: 0 0 20px 0;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 0;
	border-radius: 50%;
	border-bottom-left-radius: 0;
	}

#welcome .image:nth-child(3) {
	-webkit-border-radius: 50%;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-topright: 0;
	border-radius: 50%;
	border-top-right-radius: 0;
	}


																					/* ------------ About ------------ */

#about {
	background-color: #f4f5f6;
	position: relative;
	}

#about-inner {
	margin: 0 auto 0 auto;
	max-width: 1440px;
	padding: 60px 20px 150px 20px;
	position: relative;
	z-index: 6;
	}

#about h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	padding: 30px 0 35px 0;
	text-transform: lowercase;
	}

#about h1 span {
    color: #f29106;
	}

#about p {
    margin-top: 25px;
	text-align: left;
	}

#about .panels {
	text-align: center;
	width: 100%;
	}

#about .panels .panel {
	background-color: #fff;
	float: left;
	margin: 60px 60px 0 0;
	padding: 30px;
	width: calc(33.33333333333333% - 40px);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}

#about .panels .panel:last-child {
	margin: 60px 0 0 0;
	}

#about .panels .panel h2 {
    font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
	}

#about .panels .panel p.date {
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 0;
	padding-bottom: 5px;
	text-align: left;
	}

#about .panels .panel:nth-child(1) p.date {
    color: #2cb8c1;
	}

#about .panels .panel:nth-child(2) p.date {
    color: #f29106;
	}

#about .panels .panel:nth-child(3) p.date {
    color: #e61873;
	}

#about .panels .panel .img {
    display: inline-block;
	margin: 10px auto 40px auto;
	width: auto;
	}

#about .panels .panel .button {
	margin-top: 40px;
	text-align: center;
	}

#about .panels .panel .button a {
    background-image: url("../img/button-bg.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 auto;
	padding: 15px 80px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#about .panels .panel:nth-child(1) .button a {
    background-color: #2cb8c1;
	}

#about .panels .panel:nth-child(2) .button a {
    background-color: #f29106;
	}

#about .panels .panel:nth-child(3) .button a {
    background-color: #e61873;
	}

#about .panels .panel .button a:hover {
	background-color: #4b6371;
	}


																					/* ------------ Team ------------ */

#team {
    background: url("../img/curve-bg.gif") no-repeat bottom left;
	padding-bottom: 160px;
	position: relative;
	}

#team .image {
	overflow: hidden;
	position: absolute;
	top: -60px;
	left: -75px;
	width: 30%;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomright: 0;
	border-radius: 50%;
	border-bottom-right-radius: 0;
	}

#team .image img {
	float: left;
	height: auto;
	width: 100%;
	}

#team-inner {
	margin: 0 auto 0 auto;
	max-width: 1440px;
	padding: 0 20px;
	}

#team h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	padding: 60px 0 35px 0;
	text-transform: lowercase;
	}

#team h1 span {
    color: #f29106;
	}

#team .column {
	float: right;
	width: 75%;
	}

#team .members .member {
	float: left;
	margin: 30px 60px 0 0;
	text-align: center;
	width: calc(33.33333333333333% - 40px);
	}

#team .members .member:nth-child(3n+3) {
	margin-right: 0;
	}

#team .members .member h3 {
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	}

#team .members .member p {
	font-size: 16px;
	line-height: 26px;
	}

#team .members .member .copy {
	clear: both;
	}

#team .members .member .img {
	margin: 0 auto 20px auto;
	position: relative;
	width: 70%;
	}

#team .members .member .photo {
	overflow: hidden;
	-webkit-border-bottom-right-radius: 500px;
	-webkit-border-bottom-left-radius: 500px;
	-moz-border-radius-bottomright: 500px;
	-moz-border-radius-bottomleft: 500px;
	border-bottom-right-radius: 500px;
	border-bottom-left-radius: 500px;
	}

#team .members .member .photo img {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
	z-index: 5;
	}

#team .members .member .bg {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 90%;
	width: 100%;
	z-index: 3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	}

#team .members .member-flaydemouse .bg {
    background-color: #2cb8c1;
	}
#team .members .member-aztec .bg {
    background-color: #f29106;
	}
#team .members .member-polkadot .bg {
    background-color: #e61873;
	}


																					/* ------------ Contact ------------ */

#contact {
	background-color: #f4f5f6;
	position: relative;
	}

#contact-inner {
	margin: 0 auto 0 auto;
	max-width: 1440px;
	padding: 0 20px 60px 20px;
	}

#contact h1 {
    font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	padding: 60px 0 35px 0;
	text-transform: lowercase;
	}

#contact h1 span {
    color: #f29106;
	}

#contact .column {
	float: left;
	width: 65%;
	}

#contact p {
    margin-top: 25px;
	}

#contact form {
	padding-top: 20px;
	width: 100%;
	}

#contact form .row {
	clear: both;
	margin-top: 20px;
	width: 100%;
	}

#contact form .row input {
	border: none;
	color: #4b6371;
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;	
	margin-right: 40px;
	padding: 10px 20px;
	width: calc(50% - 20px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}

#contact form .row input:last-child {
	margin-right: 0;
	}

#contact form .row textarea {
	border: none;
	color: #4b6371;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 200px;
	line-height: 23px;	
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	}

#contact form .gdpr {
	margin-bottom: 20px;
	}

#contact form .g-recaptcha {
	margin-top: 20px;
	}

#contact form .checkbox {
	margin: 0;
	padding-top: 0;
	}

#contact form .checkbox label {
	float: none;
	width: auto;
	}

#contact form .checkbox input {
	margin: 7px 10px 0 0;
	padding: 0;
	width: auto;
	}

#contact form .row.submit {
    margin: 0;
	}

#contact .submit button {
    background-color: #f29106;
    background-image: url("../img/button-bg.png");
	background-repeat: no-repeat;
	background-position: left 10px center;
	border: none;
	color: #fff;
	cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin: 40px 0 0 0;
	padding: 15px 80px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#contact .submit button:hover {
	background-color: #4b6371;
	}

#contact-details {
	padding-top: 35px;
	}

#contact-details p {
	color: #9ba7ae;
	display: inline-block;
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	min-height: 83px;
	padding: 10px 0 10px 100px;
	}

#contact-details p:first-child {
    background: url("../img/icon-phone.gif") no-repeat left center;
	margin-right: 60px;
	}

#contact-details p:last-child {
    background: url("../img/icon-email.gif") no-repeat left center;
	}

#contact-details a {
	color: #4b6371;
	font-size: 30px;
	line-height: 35px;
	text-decoration: none;
	}

#contact .map {
	overflow: hidden;
	position: absolute;
	top: -60px;
	right: -75px;
	width: 30%;
	-webkit-border-radius: 50%;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 50%;
	-moz-border-radius-bottomleft: 0;
	border-radius: 50%;
	border-bottom-left-radius: 0;
	}

#contact .map img {
	float: left;
	height: auto;
	width: 100%;
	}


																					/* ------------ Footer ------------ */

#footer {
	background-color: #4b6371;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	padding: 60px 20px;
	text-align: center;
	}

#footer ul {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-top: 40px;
	}

#footer li {
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	}

#furniture li {
    background: url("../img/dot.gif") no-repeat left 10px center;
	padding-left: 25px;
	}

#furniture li:first-child {
    background: none;
	padding: 0;
	}

#furniture li a {
    color: #fff;
	text-decoration: none;
	}

#furniture li a:hover {
	border-bottom: 1px solid #fff;
    color: #fff;
	text-decoration: none;
	}

#footer #social li {
	margin: 0 5px;
	}


																					/* ------------ Fancybox ------------ */

.fancybox-slide--iframe .fancybox-content {
	max-width: 800px;
	}