/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, article {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
#ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

i, em { font-style: italic; }
b, strong { font-weight: bold; }

.cf:before,.cf:after,.row:before,.row:after{content:"";display:table;}.cf:after,.row:after{clear:both}.cf,.row{zoom:1}
/* end meyer reset */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400&family=Source+Code+Pro&display=swap');

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

input,
select,
textarea {
	font-family: Montserrat, Aria, Tahoma, Verdana, sans-serif;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 15px/1.4 Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	background: #f9f9f9;
}

body.est8_object-template-default,
body.post-type-archive-est8_object {
	background: #fff;
}

p {
	line-height: 2;
	margin: 1em 0;
}

.logo {
	float: left;
	background: url("img/logo.svg") center center no-repeat;
	background-size: contain;
	display: block;
	width: 86px;
	height: 25px;
	white-space: nowrap;
	text-indent: 9999px;
	overflow: hidden;
	font-size: 0;
	transition: all 200ms;
}

.nav {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 35px;
}

.nav .inner-wrapper {
	max-width: none;
	width: auto;
	padding: 0 50px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.nav li {
	display: inline;
}

.nav li a {
	display: inline-block;
	padding-bottom: 20px;
	margin: 0 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 1;
	transition: all 200ms;
}

.nav li a:hover {
	color: #000;
	transform: translateY(2px);
}

.nav .current-menu-item a {
	font-weight: 600;
	border-bottom: 3px solid #00c7b6;
	color: #000;
	margin-bottom: -3px;
}

.scrollbar {
	height: 8px;
	width: 0;
	background: #00c7b6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}


.nav.top li a {
	padding: 0 0 20px 0;
	font-size: 16px;
}

.nav.top .logo {
	width: 120px;
	height: 35px;
	margin-top: 10px;
}

.nav.inverted {
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

.nav.inverted .scrollbar {
	display: none;
}

.nav.inverted li a {
	color: #fff;
}

.nav.inverted li a:hover {
	color: #fff;
}

.nav.inverted .current-menu-item a {
	border-color: #fff;
}

.nav.inverted .logo {
	background-image: url("img/logo-white.svg");
}

.wrapper {
	padding-top: 0px;
}

.header-fold {
	height: 100vh;
	background: #00c7b6 url("img/header.png") top calc(15vh) left calc(50vw) no-repeat;
	color: #fff;
	position: relative;
	min-height: 600px;
}

.header-fold .content {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.header-fold h1 {
	margin-top: 0;
	font-weight: 600;
	font-size: 62px;
	line-height: 1.2;
	color: #fff;
}

.header-fold h1 span {
	font-size: 32px;
	display: block;
	font-style: italic;
}

.header-fold p {
	max-width: 650px;
	font-size: 17px;
}

.inner-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

.button {
	display: inline-block;
	line-height: 1;
	border-radius: 100px;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 10px;
	border: 1px solid #00c7b6;
	background: #00c7b6;
	color: #fff;
	transition: all 200ms;
	margin-top: 1em;
}

.button:hover {
	transform: translateY(2px);
	color: #fff;
}

.button.inverted {
	color: #00c7b6;
	background: #fff;
}

.button.inverted.alt {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.button.inverted.alt2 {
	background: #ffd196;
}

.header-fold p {
	margin-bottom: 3rem;
}

section.default {
	padding: 150px 0;
}

section.smalltop {
	padding-top: 50px;
}

section.smallbottom {
	padding-bottom: 50px;
}

section.nobottom {
	padding-bottom: 0;
}

section.notop {
	padding-top: 0;
}

section.alt .outer-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	background: #fff;
	padding: 150px 0;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

section.alt2 .outer-wrapper {
	color: #fff;
	background: #00c7b6;
}

section.alt2 h2,
section.alt2 h3 {
	color: #fff;
}

section.alt2 h2 {
	border-color: #ffd196;
}

section.price-section .outer-wrapper {
	background-image: url("img/logo-symbol-darker.svg");
	background-size: auto 150%;
	background-repeat: no-repeat;
	background-position: 120% 80px;
}

section.intro p {
	font-size: 18px;
	margin: 0 auto;
	max-width: 1100px;

}

section.moreinfo,
section.intro {
	text-align: center;
}

section.intro h2:after {
	content: '';
	width: 40px;
	border-bottom: 4px solid #00c7b6;
	display: block;
	margin: 20px auto 1em auto;
}

section.moreinfo h2,
section.intro h2 {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	width: auto;
}

section.moreinfo p {
	font-size: 18px;
}

h2 {
	font-weight: 600;
	color: #000;
}

section h2 {
	font-weight: 600;
	font-size: 34px;
	margin: 0 0 1.5em 0;
	width: 40px;
	white-space: nowrap;
	padding-bottom: 20px;
	border-bottom: 4px solid #00c7b6;
	color: #000;
}

h1 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: .5em;
}

h3 {
	font-weight: 600;
	font-size: 22px;
	color: #000;
}

h4 {
	font-weight: 600;
	font-size: 16px;
}

h3.large {
	font-size: 36px;
}

h2.smalltop,
h3.smalltop {
	margin-top: 0.2em;
}

h2.smallbottom,
h3.smallbottom {
	margin-bottom: 0.2em;
}

h3 .momsinfo {
	font-size: 18px;
	font-weight: 400;
}

.col-1-3,
.col-1-4,
.col-1-2 {
	float: left;
	width: 29%;
	margin-right: 5.49%;
	font-size: 14px;
}

.col-1-2 {
	width: 45%;
	margin-right: 7.5%;
}

.col-1-4 {
	width: 21%;
	margin-right: 5.3%;
}

.col-wrapper .col-1-3:last-child,
.col-wrapper .col-1-4:last-child,
.col-wrapper .col-1-2:last-child {
	margin-right: 0;
}

#screenshots img {
	border-radius: 10px;
	box-shadow: 0 0 55px rgba(0, 45, 41, 0.1);
	transition: all 200ms;
	border: 2px solid #00c7b6;
}

#screenshots img:hover {
	transform: scale(1.05);
}

footer {
	background: #333;
	color: #888;
	padding: 100px 0;
}

.post-type-archive-est8_object footer {
	margin-top: 40px;
}

footer h4 {
	margin-bottom: 0.5em;
}

footer img {
	display: block;
	width: 130px;
	height: auto;
	float: left;
	margin: 7px 20px 0 0;
}

footer p {
	font-size: 13px;
	margin-bottom: 0 !important;
}

footer .column-2 p {
	margin-top: 0;
}

footer h4 {
	color: #fff;
}

footer .inner-wrapper {
	max-width: 1600px;
}

footer a {
	color: #00c7b6;
}

footer a:hover {
	color: #fff;
}

footer .column-1,
footer .column-2 {
	float: left;
}

footer .column-2 {
	float: right;
	max-width: 350px;
}

/* clear */

strong,
b {
	font-weight: 600;
}


.inline-modal {
	width: 90%;
	max-width: 700px !important;
	min-width: 350px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.inline-modal h2,
.inline-modal h3 {
	text-align: center;
}

.inline-modal h2 {
	font-size: 32px;
}

.inline-modal form {
	margin-top: 25px;
}

.inline-modal .est8-input {
	padding: 15px 0;
}

.inline-modal .est8-submit {
	padding-bottom: 0;
}

.inline-modal .est8-label {
	display: block;
	margin-bottom: 5px;
}

.inline-modal .est8-mandatory:after {
	content: ' *'
}

.inline-modal .est8-col {
	float: left;
	width: 48%;
}

.inline-modal .est8-col:nth-child(2n+2) {
	float: right;
}

.inline-modal input[type='text'],
.inline-modal textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 15px 20px;
}

.inline-modal textarea:focus,
.inline-modal input[type='text']:focus,
.inline-modal textarea:active,
.inline-modal input[type='text']:active {
	border-color: #00c7b6;
	outline: none;
}

.inline-modal .est8-input-err input[type='text'],
.inline-modal .est8-input-err textarea {
	border-color: #ab3240;
}

.inline-modal .est8-checkbox-input {
	color: #ab3240;
}

.inline-modal textarea {
	height: 150px;
	line-height: 1.5;
}

.inline-modal .est8-form-messages {
	position: relative;
}

.inline-modal .est8-message {
	display: none;
}

.inline-modal .est8-beforesend {
	font-style: italic;
	margin: 20px 0 0 0;
}

.inline-modal .est8-aftersend {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

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

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

body.post-type-archive-est8_object {
	padding-top: 140px;
}

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#00c7b6;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#00c7b6;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#00c7b6;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
.sticky {
}
.bypostauthor {
}

@media screen and (max-width: 1360px)
{
	.header-fold {
		background-position: top calc(15vh) left calc(60vw);
	}
}

@media screen and (max-width: 1075px)
{
	.header-fold p {
		max-width: 450px;
	}

	.header-fold h1 {
		font-size: 52px;
	}

	.header-fold h1  span {
		font-size: 26px;
	}
}

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

	section h2 {
		white-space: initial;
		width: auto;
	}

	.page-wrapper {
		width: auto !important;
		padding: 130px 25px !important;		
	}
	
	.secondary-column {
		display: none;
	}

	.nav {
		padding: 20px;
		background: #00c7b6 !important;
	}

	.nav .inner-wrapper {
		padding: 0 !important;
	}

	.nav.top .logo,
	.nav.inverted .logo,
	.logo {
		margin-top: 0;
		width: 70px;
		height: 20px;
		background-image: url('img/logo-white.svg');
	}

	.nav li a {
		margin: 0 5px !important;
		padding-bottom: 5px !important;
		color: #fff !important;
		margin-bottom: -5px !important;
		font-size: 16px !important;
	}

	.nav .current-menu-item a {
		border-color: #fff !important;
	}

	.inner-wrapper {
		width: auto;
		padding: 0 25px !important;
	}

	.header-fold .content {
		position: relative;
		top: auto;
		transform: none;
	}

	.header-fold {
		background-image: none;
		height: auto;
		padding: 200px 0;
	}

	.button {
		padding: 12px 15px;
		font-size: 13px;
		margin-right: 0;
	}

	.header-fold p {
		max-width: none;
	}

	.header-fold h1 {
		font-size: 38px;
	}

	.header-fold h1  span {
		font-size: 22px;
	}

	.col-1-4 {
		width: 45%;
		margin-right: 7.5%;
	}

	.col-1-3 {
		float: none;
		width: auto;
		margin: 20px 0;
	}

	footer .column-1,
	footer .column-2 {
		float: none;
		max-width: none;
	}

	footer .column-2 {
		margin-top: 30px;
	}
}

/*------------------------------------*\
    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;
	}
}
