@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');


/* ================================================
			GENERAL
================================================ */

html, body {
	margin: 0 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #4d4e4e;
}
header, section, .wrapper, footer {
	width: 100%;
	clear: both !important;
	float: none !important;
}
section {
	padding-top: 80px;
	padding-bottom: 100px;
}
.page-center {
	width: 100%;
	box-sizing: border-box;
	max-width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}
.clear-fix {
	clear: both !important;
	height: 1px;
	float: none !important;
	display: block !important;
}
img {
	margin: 0 0 0 0;
	display: block;
}
h3 {
	font-size: 36px;
	font-weight: 300;
	margin: 0 0;
}
h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 40px;
	letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
	.page-center {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* ================================================
			HEADER
================================================ */
.wd-logo {
	width: 260px;
	height: 70px;
	background: url('../images/wd-logo.png');
	background-size: 100% auto;
}
.navigation {
	padding-top: 10px;
}

/* ================================================
			HERO
================================================ */
.header-hero {
	min-height: 600px;
	height: 100vh;
	background: url('../images/home/hero-bg-2.jpg');
	background-size: 100% 100%;
	background-position: center top;
	background-attachment: fixed;
}
.hero-headline {
	padding-top: 10vh;
}
.hero-headline h1 {
	font-size: 48px;
	margin: 0 0;
	color: #dd5251;
	text-shadow: -1px 1px 3px #000000;
}
.wdred {
/*	color: #dd5251; */
	color: #ffffff;
}
.cta-button-wd {
	display: inline-block;
	/* background: rgba(255,255,255,.8); */
	background-color: #dd5251;
	border: 2px solid #dd5251;
	color: #ffffff;
	border-radius: 4px;
	text-decoration: none;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 40px;
	letter-spacing: 1px;
}
.cta-button-wd:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: -2px 2px 5px rgba(0,0,0,.9);
}
.hero-cta {
	margin-top: 40px;
}
@media screen and (max-width: 1200px) {
	.header-hero {
		height: auto;
		background-attachment: scroll;
		background-size: cover;
	}
}
/* ================================================
			SERVICES
================================================ */
.services-section {
	text-align: center;
}
.services-headline h3 {
	margin-bottom: 40px;	
	color: #df514d;
	box-sizing: border-box;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.services-section .service-box {
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	margin-bottom: 100px;
}
.services-section .service-description {
	text-align: left;
}
@media screen and (max-width: 1000px) {
	.services-section .service-box {
		width: 100%;
		display: inline-block;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	.services-section .service-box img {
		margin: 0 auto;
	}
	.service-title h4 {
		margin-bottom: 18px;
	}
}
/* ================================================
			VALUES
================================================ */
.values-section {
	background-color: #b8e1f2;
	background-image: url("../images/textures/tweed.png");
	padding-top: 0px;
/*	min-height: 1480px; */
}
.values-banner img {
	width: 100%;
	height: auto;
	display: block;
}
.values-headline {
	background: #3d5a82;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
.values-headline h3 {
	color: #ffffff;
}
.kevin-section {
	margin-top: 60px;
	margin-bottom: 0px;
	box-shadow: -5px 5px 10px rgba(77,78,78,0.4);
	min-height: 478px;
	box-sizing: border-box;
	background-color: #ffffff;
}
.kevin-intro {
	width: 60%;
	float: left;
	padding: 80px 80px 100px;
	box-sizing: border-box;
	background: #ffffff;
}
.kevin-pic {
	width: 40%;
	background: url('../images/home/kevin-wheatcraft.jpg');
	height: 478px;
	background-size: cover;
	float: right;
}
.value-point-wrapper {
	background: #ffffff;
	font-size: 0px;
	box-shadow: -5px 5px 10px rgba(77,78,78,0.4);
}
.value-point {
	background: #3d5a82;
	padding: 40px 40px 60px;
	color: #ffffff;
	margin-bottom: 0px;
	display: inline-block;
	font-size: 16px;
}
.flexibility-section {
	width: 60%;
	background: #3d5a82;
	color: #ffffff;
	box-sizing: border-box;
}
.experience-section {
	width: 40%;
	float: right;
	background: #ffffff;
	box-sizing: border-box;
	color: #4d4e4e;
}
@media screen and (max-width: 1200px) {
	.kevin-intro,
	.kevin-pic,
	.flexibility-section,
	.experience-section {
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		padding: 20px 20px;
		float: none;
	}
	.kevin-pic {
		height: 243px;
		width: 243px;
		float: none;
		padding: 0 0 0 0;
		margin: 20px 20px;
	}
}
/* ================================================
			LOGOS
================================================ */
.client-logo-wrapper {
	margin-top: 80px;
	background: #f5f5f5;
	text-align: center;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.client-logo-wrapper img {
	max-width: 100%;
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.33);
}
/* ================================================
			TESTIMONIALS
================================================ */
.testimonials {
	padding-top: 0px;
}
.client-jennifer {
	background-image: url('../images/home/clients-jennifer.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.client-bob {
	background-image: url('../images/home/clients-bob.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.client-aaron {
	background-image: url('../images/home/clients-aaron.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.testimonial-pic {
	height: 147px;
	background-size: 147px auto;
	background-position: center top;
	background-repeat: no-repeat;
	width: 354px;
}
.testimonial-box {
	width: 28%;
	min-width: 240px;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	box-sizing: border-box;
	padding-bottom: 100px;
}
.testimonial-headline {
	background: #b0474e;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	margin-bottom: 60px;
}
.testimonial-headline h3 {
	color: #ffffff;
}
@media screen and (max-width: 1000px) {
	.testimonial-pic,
	.testimonial-box,
	.testimonial-headline {
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		padding: 20px 20px;
	}
	.testimonial-headline {
		margin-bottom: 30px;
	}
	.testimonial-box {
		margin: 0 0 30px 0;
	}
	.testimonial-pic {
		height: 110px;
	}
	.testimonials {
		padding-bottom: 40px;
	}
}
/* ================================================
			CONTACT FOOTER
================================================ */
.contact-footer {
	margin-top: 100px;
	clear: both;
	min-height: 457px;
	box-sizing: border-box;
	background: url('../images/home/footer-contact.jpg') no-repeat center top transparent;
	background-size: cover;
}
.contact-footer-description {
	width: 42%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 100px;
	vertical-align: top;
}
.contact-footer-description h3 {
	margin-bottom: 40px;
}
.contact-footer-form {
	width: 57%;
	padding-left: 8%;
	display: inline-block;
	box-sizing: border-box;
	min-height: 100px;
}
body .hbspt-form .hs-form-field label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #4d4e4e;
	font-size: 21px;
}
body .hs-form .hs-button.primary.large {
	display: inline-block;
	/* background: rgba(255,255,255,.8); */
	background-color: #dd5251;
	border: 2px solid #dd5251;
	color: #ffffff;
	border-radius: 4px;
	text-decoration: none;
	padding: 16px 24px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 40px;
	letter-spacing: 1px;
	/* hubspot styling corrections */
	background: #dd5251 !important;
	text-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent;
	font-family: 'Montserrat', sans-serif !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
body .hs-form .hs-button.primary.large:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
	box-shadow: -2px 2px 5px rgba(0,0,0,.9);
}
body .hs-form .actions {
	margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
	.contact-footer-description,
	.contact-footer-form {
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		padding: 20px 20px;
		float: none;
	}
	.contact-footer {
		margin-top: 0px;
		padding-bottom: 0px;
	}
}

/* ================================================
			SITE FOOTER
================================================ */
footer {
	background: #252525;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 100px;
}
.footer-column {
	min-width: 200px;
	float: left;
	min-height: 70px;
}
footer .footer-logo {
	width: 260px;
	height: 70px;
	background: url('../images/wd-logo-light.png');
	background-size: 100% auto;
	margin-right: 100px;
	position: relative; 
	top: -24px;
}
footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 21px;
	font-weight: 700;
}
@media screen and (max-width: 1200px) {
	.footer-column {
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		padding: 20px 0px;
		float: none;
		text-align: center !important;
	}
	footer .footer-logo {
		width: 260px;
		height: 70px;
		margin: 0 auto;
	}
}
/* ================================================
			PORTFOLIO
================================================ */
.our-work {
/*	padding-top: 20px; */
	padding-bottom: 140px;
	background-color: #4d4e4e;
}
.our-work-wrapper {
	width: 100%;
	box-sizing: border-box;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
	font-size: 0px;
}
.our-work-headline {
	text-align: center;
	margin-bottom: 100px;
}
.our-work-headline h3 {
/*	color: #df514d; */
	color: #ffffff;
}
.our-work-box {
	width: 400px;
	height: 350px;
	box-sizing: border-box;
	padding: 30px;
	float: none;
	display: inline-block;
	margin: 0 0 0 0;
	position: relative;
	transition: 0.6s ease all;
	overflow: hidden;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.9);
}
.our-work-box:hover {
/*	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset; */
	cursor: pointer;
/*	transition: 0.6s ease all;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.9); */
}
.our-work-box .work-box-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.6s ease all;
	background-repeat: no-repeat;
}
.our-work-box:hover .work-box-bg {
	transform: scale(1.2);
	box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
	cursor: pointer;
	transition: 0.6s ease all;
}
.our-work-box h5 {
	margin-bottom: 30px;
	transition: 0.6s ease all;
}
.our-work-box:hover h5 {
	font-size: 36px;
	transition: 0.6s ease all;
}
.our-work-box p {
	transition: 0.6s ease all;
	font-size: 18px;
	margin-bottom: 20px;
}
.our-work-box:hover p {
	font-size: 24px;
	transition: 0.6s ease all;
}
.portfolio-description {
	position: absolute;
	bottom: 0;
	left: 30px;
}
.our-work-box h5 {
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
}
.our-work-box p {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
}
.portfolio-greenfeet .work-box-bg {
	background-image: url('../images/home/portfolio-greenfeet-thumb.jpg');
}
.portfolio-playbook .work-box-bg {
	background-image: url('../images/home/portfolio-playbook-thumb.jpg');
}
.portfolio-doveway .work-box-bg {
	background-image: url('../images/home/portfolio-doveway-thumb.jpg');
}
.portfolio-koupon .work-box-bg {
	background-image: url('../images/home/portfolio-koupon-thumb.jpg');
}
.portfolio-longs .work-box-bg {
	background-image: url('../images/home/portfolio-longs-thumb.jpg');
}
.portfolio-bigkahuna .work-box-bg {
	background-image: url('../images/home/portfolio-bigkahuna-thumb.jpg');
}
.our-work-box .external-link-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: relative;
	right: -8px;
	top: 2px;
	opacity: 0;
	transition: 0.6s ease all;
}
.our-work-box:hover .external-link-icon {
	opacity: 1;
	transition: 0.6s ease all;
}
@media screen and (max-width: 1280px) {
	.our-work {
		text-align: center;
	}
	.our-work-headline {
		margin-bottom: 40px;
	}
	.our-work-wrapper {
		max-width: 880px;
		box-sizing: border-box;
		display: inline-block;
		float: none;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.our-work-box {
		text-align: left;
		box-sizing: border-box;
		display: inline-block;
		padding: 20px 20px;
		float: none;
	}
	.our-work-box .external-link-icon {
		opacity: 1 !important;
		transition: 0.6s ease all;
	}
}
@media screen and (max-width: 900px) {
	.our-work-wrapper {
		max-width: 440px;
	}
	.our-work-box {	
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.our-work-box .external-link-icon {
		opacity: 1 !important;
		transition: 0.6s ease all;
	}
}
@media screen and (max-width: 480px) {
	.our-work-wrapper {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.our-work-box {
		max-width: 100%;
	}
}
/* ================================================
			RESPONSIVE
================================================ */
@media screen and (max-width: 1200px) {
	html, body {
		font-size: 16px;
	}
	body h1 {
		font-size: 28px !important;
		font-weight: 700 !important;
	}
	body h2 {
		font-size: 24px !important;
		font-weight: 700 !important;
	}
	body h3 {
		font-size: 21px !important;
		font-weight: 700 !important;
	}
	body h4, body h5 {
		font-size: 18px !important;
		font-weight: 700 !important;
	}
}
