/*
Theme Name: Reef Solutions
Description: Reef Solutions Wordpress Theme
Version: 1.0
Author: Viona Lim
Author URI: https://www.behance.net/limviona
Text Domain: reef-solutions
*/


/*
 * Main
 */

*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


html {
	font-size: 62.5%;
}

body {
	font-size: 1.4em;
	font-family: 'Public Sans', sans-serif;
	color: #000;
}

.clear:before, .clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear, .clear-tab {
	*zoom: 1;
}

.clear-tab:before, .clear-tab:after {
	display: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	opacity: 1;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

a img:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

a {
	color: #55B278;
	text-decoration: none;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

a:hover {
	color: #000;
}

a:focus, div:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #000;
}

::selection, ::-webkit-selection, ::-moz-selection {
	background: #666;
	text-shadow: none;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 20px;
}

ul {
	list-style-type: circle;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 15px;
	line-height: 1.5em;
}

blockquote {
	font-size: 1.2em;
	font-style: italic;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1 {
	font-family: 'Public Sans', sans-serif;
	word-wrap: break-word;
	color: #1A1A1A;
	margin: 0 auto;
}

h1, .h1, h2, h3, h4, h5, h6, .h6 {
	font-weight: 800;
}

h1, .h1 {
	font-size: 3em;
}

h1 {
	margin-bottom: 100px;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 3em;
}

h5 {
	font-size: 1.5em;
	line-height: 2em;
}

h6, .h6 {
	font-size: 1.2em;
}

small {
	font-size: small;
}

.button {
	background: #1A1A1A;
	color: #fff;
	font-size: 1.2em;
	padding: 1em 2em;
	position: relative;
	z-index: 1;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.button:hover {
	color: #fff;
	background: none;
}

.button:before {
	background: #55B278;
	background: linear-gradient(90deg, #55B278, #82BE4D);
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.button:hover:before {
	opacity: 1;
}

.button-alt {
	background: none;
	color: #fff;
	font-size: 1.2em;
	padding: 1em 2em;
	position: relative;
	z-index: 1;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.button-alt:hover {
	color: #fff;
	background: #1A1A1A;
}

.button-alt:before {
	background: #55B278;
	background: linear-gradient(90deg, #55B278, #82BE4D);
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	opacity: 1;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.button-alt:hover:before {
	opacity: 0;
}


/*
 * Layout
 */

.wrapper {
	width: 100%;
	margin: 90px auto 0;
	position: relative;
}

main {
	margin-top: 3em;
}

.container, .container-alt {
	height: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	resize: both;
	overflow: visible;
	text-align: center;
}

.container {
	min-height: calc(100vh - 90px);
}

.con-narrow {
	padding: 5%;
}

.con-wider {
	padding: 10%;
}

.con-page {
	padding: 8% 0 5%;
}

.home-about-container {
	width: 100%;
	height: 100%;
	min-height: calc(100vh - 90px);
	display: table;
	position: relative;
}

.home-about-container-mobile {
	height: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	resize: both;
	overflow: visible;
	text-align: center;
}

.home-about-container-mobile {
	display: none;
}

.half {
	width: 50%;
	margin: 0 auto;
}

@-moz-document url-prefix() { 
	.main-container {
		display: flex;
	}
}


/*
 * Header
 */

.header {
	margin: 0;
}

.nav {
	text-align: center;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 90px;
	background-color: #fff;
	color: #000;
	z-index: 9999;
	display: none;
}

.nav a {
	font-family: 'Public Sans', sans-serif;
	font-size: 1em;
	color: #000;
	letter-spacing: 1px;
	display: inline-block;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}

.nav a:hover, .nav a.selected {
	color: #55B278;
}

.nav a.selected:hover {
	color: #000;
}

li.current-menu-item a:before {
	content: "";
	position: absolute;
	top: 100%;
	width: 80%;
	left: 10%;
	height: 3px;
	background: linear-gradient(90deg, #55B278, #82BE4D);
}

.site-logo {
	width: 12%;
	height: 100%;
	float: left;
	margin-left: 2em;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	padding: 1%;
	content: url("/wp-content/themes/reef-solutions/img/logo.svg");
}

a.site-logo {
	opacity: 1;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

a.site-logo:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

#site-navigation {
	display: block;
}

.menu-toggle {
	display: none;
}

.menu-toggle {
	background: none;
	border: 0;
	padding: 0;
	float: left;
}

.menu-toggle:active, .menu-toggle:focus {
	outline: none;
}

ul.main-nav-menu {
	list-style: none;
	margin: 0.8em 0;
	padding: 1%;
	white-space: nowrap;
	text-align: right;
	width: 80%;
	float: right;
}

ul.menu-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li.menu-item {
	display: inline-block;
	padding: 1% 2%;
	position: relative;
	white-space: nowrap;
}

.main-nav-menu .menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover > .sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.main-nav-menu .sub-menu { 
	background-color: #ffffff;
	text-align: left;
	position: absolute;
	padding: 0 15px;
	top: 40px;
	z-index: 1000;
	opacity: 0;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.main-nav-menu .sub-menu li {
	width: 100% !important;
	height: auto;
	display: block;
}

.main-nav-menu .sub-menu li a {
	display: block;
	margin: 0;
	position: relative;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

.main-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}


/*
 * Content
 */

.landing {
	width: 100%;
	height: calc(100vh - 90px);
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}

.landing-copy {
	position: absolute;
	left: 0;
	padding: 0 20%;
	opacity: 0;
	animation: fade-in 2s forwards;
	animation-delay: 3.5s;
	width: 100%;
	margin-bottom: 0;
}

#landing-animation {
	width: auto;
	height: 70vh;
	margin: 0 auto;
}

#landing-animation-out {
	animation: fade-out 3s forwards;
	animation-delay: 2.5s;
}

@keyframes fade-out {
	from { opacity: 1; }
	to { opacity: 0; }
}

.st0 {
	fill: #FFFFFF;
	opacity: 0;
	animation: fade-in 3s forwards;
	animation-delay: 2.5s;
}

.st1 {
	fill: none;
	stroke: url(#SVGID_2_);
	stroke-width: 30;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: draw 1.5s linear forwards, fade-out 3s forwards;
	animation-delay: 0.5s, 2.5s;
}

.st2 {
	fill: none;
	stroke: url(#SVGID_1_);
	stroke-width: 30;
	stroke-linecap: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	animation: draw 1.5s linear forwards, fade-out 3s forwards;
	animation-delay: 1.5s, 2.5s;
}

.st3 {
	fill: none;
	stroke: url(#SVGID_3_);
	stroke-width: 30;
	stroke-miterlimit: 10;
	animation: fade-in 1s forwards, fade-out 3s forwards;
	animation-delay: 0s, 2.5s;
}

@keyframes draw {
	from { stroke-dashoffset: 2000; }
	to { stroke-dashoffset: 0; }
}

@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

.about-1 {
	height: 100%;
	width: 100%;
	min-height: calc(100vh - 70px);
	background-image: url("/wp-content/themes/reef-solutions/img/home-buildings.jpg");
	background-size: cover;
	background-position: center;
}

.about-1-mobile {
	display: none;
}

.about-2 {
	width: 50%;
	padding: 0 5%;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	align-self: center;
}

p.about-2-p {
	font-size: 1.5em;
	margin-top: 0;
}

ul.main-ul {
	color: #1A1A1A;
	font-size: 1em;
	padding-left: 1.5em;
	margin: 0 0 20px;
}

ul.alt-ul {
	color: #1A1A1A;
	font-size: 1.5em;
	padding-left: 1.5em;
	margin: 15px 0;
}

li.reef-icon {
	padding-left: 0.25em;
	list-style-image: url('/wp-content/themes/reef-solutions/img/reef-icon.svg');
}

li::marker {
	font-size: 2em;
}

.home-solutions {
	width: 80%;
	margin: 50px auto;
}

.home-solutions-child {
	width: 33.33%;
	float: left;
	padding: 0 5%;
	margin-bottom: 50px;
}

.home-solutions-img {
	width: 90%;
	height: auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.home-solutions-title {
	color: #000;
}

.home-solutions-title:hover {
	color: #55B278;
}

.clients {
	width: 100%;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.clients::-webkit-scrollbar {
	  display: none;
}

.clients-logo {
	max-width: 20%;
	height: auto;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.logo-arrow {
	position: absolute;
	top: 50%;
	bottom: 0;
	width: 5%;
}

.logo-left-arrow {
	left: 0;
}

.logo-right-arrow {
	right: 0;
}

.sol-heading {
	display: inline-flex;
	align-items: center;
	width: 80%;
	height: 100vh;
	padding-bottom: 15%;
	margin: 0 auto;
}

span.h4 {
	padding: 2%;
}

.sol-line-wrapper {
	position: relative;
	width: 35%;
	height: 10px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sol-line {
	position: absolute;
	width: 100%;
	height: auto;
	-webkit-animation: reveal 3s forwards;
	animation: reveal 3s forwards;
	content: url("/wp-content/themes/reef-solutions/img/line-alt.svg");
	margin-top: 0;
}

@-webkit-keyframes reveal {
	from { left: -300px; }
	to { left: 0; }
}

@keyframes reveal {
	from { left: -300px; }
	to { left: 0; }
}

.sol-large-img {
	position: relative;
	text-align: center;
}

.sol-main-img {
	width: 90%;
	margin-top: -20%;
}

.sol-centered {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -80%);
}

.sol-icon {
	width: 120px;
	height: auto;
	margin-bottom: 30px;
}

.sol-energy, .sol-water, .sol-waste, .models {
	display: inline-block;
	padding: 5%;
}

.sol-energy, .sol-water {
	margin-bottom: 20%;
}

.sol-energy-child, .sol-waste-child {
	width: 50%;
	text-align: center;
	float: left;
	padding: 0 5%;
}

.sol-water-child {
	width: 33.33%;
	text-align: center;
	float: left;
	padding: 0 5%;
}

.sol-child-p {
	text-align: justify !important;
	text-align-last: center !important;
}

.models-main-img {
	width: 90%;
}

.models-child {
	width: 25%;
	text-align: left;
	float: left;
	padding: 0 2%;
}

.models-heading {
	display: inline-flex;
	align-items: center;
}

.models-line {
	width: 65%;
	height: auto;
	padding-left: 5%;
}

.project {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 8%;
}

.project-img {
	width: 100%;
	height: auto;
	padding: 0 10%;
}

.project-text-first {
	width: 55%;
	height: 100%;
	float: right;
	text-align: left;
	padding: 0% 20% 10% 0;
}

.project-img-left {
	width: 45%;
	height: 100%;
	float: left;
	margin-top: -5%;
}

.project-text-right {
	width: 55%;
	height: 100%;
	float: right;
	text-align: left;
	padding: 10% 20% 10% 0;
}

.project-img-right {
	width: 45%;
	height: 100%;
	float: right;
	margin-top: -5%;
}

.project-text-left {
	width: 55%;
	height: 100%;
	float: left;
	text-align: right;
	padding: 10% 0 10% 20%;
	direction: rtl;
}

p.projects-p {
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 800;
}

.team-img {
	width: 80%;
	height: auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.team-child {
	width: 33.33%;
	float: left;
	padding: 0 5%;
	margin-bottom: 50px;
}

.cert-logo {
	width: 25%;
	height: auto;
	padding: 0 3%;
}

.contact-page {
	display: inline-block;
	padding: 5%;
}

.contact-left {
	float: left;
	width: 40%;
	text-align: left;
	padding: 3% 10% 0 0;
}

.contact-form {
	float: right;
	width: 60%;
	height: 100%;
}

#post-404 {
	padding-bottom: 50px;
	text-align: center;
}


/*
 * Posts
 */

.hentry span, a.post-edit-link {
	font-size: 0.8em;
	font-weight: 800;
	text-transform: uppercase;
}

.featured-image {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.featured-image-quotes {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

article.post, article.page {
	margin-bottom: 50px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	width: 60%;
	margin: 0 auto;
}

article.post p, article.page p {
	margin: 25px 0;
}

.comments, .comment-respond {
	margin-top: 40px;
}

#comments {
	padding-top: 30px;
	border-top: 1px dotted #ccc;
}

.comments ul {
	list-style: none;
	-webkit-padding-start: 0;
}

h3#reply-title.comment-reply-title {
	color: #444;
	font-size: small;
	text-align: left;
}

.comment {
	padding: 30px;
}

.bypostauthor {
	background-color: #eee;
}

li.parent {
	border-bottom: 1px dotted #ccc;
}

.comment.even.thread-odd {
	background-color: #fdfdfd;
}

img.avatar {
	margin: 0 20px 0 0;
	float: left;
}

.fn {
	font-size: 1.2em;
	font-weight: bold;
}

.pagination {
	text-align: center;
	margin-bottom: 100px;
}

a.page-numbers, span.page-numbers {
	padding: 15px 20px;
	border: 1px solid #eee;
}

span.page-numbers.current {
	font-weight: bold;
}

a.page-numbers:hover, span.page-numbers.current {
	background-color: #fdfdfd;
	border: 1px solid #ccc;
}

a.prev {
	margin-right: 20px;
}

a.next {
	margin-left: 20px;
}

a.prev, a.next {
	font-family: 'Public Sans', sans-serif;
	background-color: #fff;
	color: #444;
	border: 1px solid #eee;
	padding: 15px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

a.read-more {
	padding: 15px 25px;
	line-height: 3em;
}


/*
 * Contact
 */

div.wpcf7 {
	width: 60%;
	margin-top: 40px;
}

form.wpcf7-form p {
	font-size: 1em;
	text-align: left;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	width: 100%;
	font-size: 1em;
	font-family: 'Public Sans', sans-serif;
	padding: 15px;
	margin: 10px 0;
	border-bottom: 1px solid #1A1A1A;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: transparent;
}

input:focus, textarea:focus, input.search-input:focus {
	outline: none;
	border-bottom: 2px solid #1A1A1A;
}

input[type="submit"] {
	font-size: 1em;
	color: #fff;
	width: auto;
	border: none;
	background-color: #1A1A1A;
	margin-top: 20px;
	padding: 15px 50px;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

input[type="submit"]:hover {
	color: #fff;
	background: linear-gradient(90deg, #55B278, #82BE4D);
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

input, textarea, select, input[type="text"], input[type="button"], input[type="submit"] {
     -webkit-appearance: none !important;
     border-radius: 0;
}


/*
 * Footer
 */

.footer {
	height: 35vh;
	width: 100%;
	color: #000;
	padding: 3em 8em 2em;
	margin: 0 auto;
	background-color: #E8E4DD;
}

.footer-logo {
	float: left;
	width: 15%;
	height: 100%;
    align-items: center;
    display: inline-flex;
}

.site-logo-alt-svg {
	width: 100%;
	max-height: 20vh;
	min-width: 12vw;
}

.footer-copy {
	float: right;
	height: 100%;
	display: inline-flex;
	align-items: center;
}

.footer-copyright {
	font-family: 'Public Sans', sans-serif;
	font-size: 0.95em;
	font-weight: 400;
	text-align: left;
	display: inline-block;
}

.footer-copyright a {
	color: #000;
}

.footer-copyright a:hover {
	color: #47AA82;
}

.svg-inline--fa {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}


/*
 * Responsive
 */

@media only screen and (max-width: 1199px) {

	.half {
		width: 80%;
	}

	.home-solutions {
		width: 100%;
	}
	
	div.wpcf7 {
		width: 65%;
	}
}

@media only screen and (max-width: 1024px) {
	.clear-tab:before, .clear-tab:after {
		content: ' ';
		display: table;
	}
	
	.clear-tab:after {
		clear: both;
	}

	.wrapper {
		margin: 70px auto 0;
	}

	.container {
		min-height: 0;
	}

	.home-about-container-mobile {
		display: block;
	}

	.home-about-container {
		min-height: 20vh;
	}

	.mobile-height {
		min-height: calc(100vh - 70px);
	}

	.half {
		width: 100%;
	}
	
	.nav {
		height: 70px;
	}
	
	.nav ul.main-nav-menu.toggled-on {
    		display: inline-block !important;
		background-color: #fff;
		padding: 0;
		margin: 0;
		width: 100%;
		height: calc(100vh - 70px);
		overflow: auto;
	}

	.nav a {
		font-size: 2em;
	}

	.site-logo {
		width: auto;
		margin-left: 0.5em;
		content: url("/wp-content/themes/reef-solutions/img/logo-mobile.svg");
	}
	
	.menu-toggle {
        	display: block;
		height: 70px;
		margin-right: 1em;
		padding: 1%;
		text-align: right;
		width: 15%;
		float: right;
		font-size: 2em;
	}

	.menu-toggle.toggled-on {
		color: #E8E4DD;
	}

	.nav ul.main-nav-menu, .nav div.main-nav-menu > ul {
		display: none;
	}
	
	.menu-item-has-children:hover > .sub-menu {
		display: none;
	}
	
	li.menu-item {
		display: block;
		line-height: 3em;
		text-align: center;
	}

	li.current-menu-item a {
		color: #55B278;
	}

	li.current-menu-item a:before {
		content: none;
		background: none;
	}

	.about-1 {
		display: none;
	}

	.about-1-mobile {
		display: block;
	}

	.about-2 {
		width: 100%;
		padding: 5%;
	}

	table.home-solutions {
		width: 100%;
	}

	.sol-energy-child, .sol-water-child, .sol-waste-child, .models-child {
		width: 100%;
		text-align: center;
		padding: 5%;
	}

	.models-heading {
		display: block;
	}

	.models-line {
		display: block;
		margin: 0 auto;
		width: 25%;
		height: 1em;
		padding: 0;
	}

	.project {
		display: block;
	}

	.project-text-first, .project-text-left, .project-text-right, .project-img-left, .project-img-right {
		width: 100%;
		margin: 0;
		float: none;
	}

	.project-text-first, .project-text-left, .project-text-right {
		padding: 5% 10% 0;
	}

	.contact-left, .contact-form {
		width: 100%;
		float: none;
		text-align: center;
	}

	div.wpcf7 {
		width: 75%;
		margin: 0 auto;
		padding-top: 10%;
	}

	.footer {
		height: 20vh;
		padding: 3em;
	}
}

@media only screen and (max-width: 768px) {
	.clear-tab:before, .clear-tab:after {
		display: none;
	}

	.home-solutions-img {
		width: 100%;
	}

	.clients-logo {
		max-width: 33.33%;
	}

	.sol-heading {
		display: inline-block;
		padding-top: 10%;
		height: 100%;
		margin-bottom: 10%;
	}

	.sol-line-wrapper {
		width: 1.5%;
		height: 40vw;
		margin: 20px auto;
	}

	.sol-line {
		content: url("/wp-content/themes/reef-solutions/img/line-vertical.svg");
	}

	@-webkit-keyframes reveal {
		from { left: 0; top: -500px; }
		to { left: 0; top: 0; }
	}

	@keyframes reveal {
		from { left: 0; top: -500px; }
		to { left: 0; top: 0; }
	}

	.team-child {
		width: 100%;
	}

	.team-img {
		width: 50%;
	}

	.cert-logo {
		width: 44%;
	}
	
	div.wpcf7 {
		width: 90%;
	}
	
	.footer {
		padding: 2.5em;
	}
	
	.footer-logo {
		width: 30%;
	}
}

@media only screen and (max-width: 480px) {
	.con-narrow {
		padding: 10% 5%;
	}

	.button, .button-alt {
		font-size: 1em;
	}

	.landing {
		padding: 0 5%;
	}

	.landing-copy {
		font-size: 8vw;
	}

	.about-2 {
		padding: 10%;
	}

	.home-solutions-child {
		width: 100%;
	}

	.home-solutions-img, .team-img {
		width: 70%;
	}

	.clients-logo {
		max-width: 50%;
	}
	
	div.wpcf7 {
		width: 100%;
	}

	.footer {
		padding: 1em;
	}
	
	.footer-logo {
		display: none;
	}

	.footer-copy {
		width: 100%;
		justify-content: center;
	}
}


/*
 * Wordpress Core
 */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/*
 * Normalize
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * Print
 */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}