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

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.4 'Barlow Semi Condensed', sans-serif;
	color:#000;
	 background: rgb(255,255,255);
background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e6e6e6",GradientType=1); 
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

strong {
	font-weight: 600;
}

.wp-block-image {
	margin-bottom: 0;
	margin-top: 2em;
}

.wp-block-image img{
	height: auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}

main {
	padding: 20px;
	position: relative;
	width: 600px;
	/*left: -10%;
	opacity: 1;
	transition: all 0.5s;*/
}

.dom_ready main {
	left: 0;
	opacity: 1;
}

.mcd main {
	/*left: 10%;
	opacity: 1;*/
}

section {
	 background: rgb(244,244,244);
background: -moz-linear-gradient(45deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(45deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1); 
	font-size: 19px;
	line-height: 150%;
	font-weight: 400;
	display: inline-block;
	font-family: 'Barlow Semi Condensed', sans-serif;
}

main > section {
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	width: 100%;
}

.bottom_border {
	 background: rgb(132,31,43);
background: -moz-linear-gradient(45deg, rgba(132,31,43,1) 0%, rgba(203,42,61,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(132,31,43,1) 0%, rgba(203,42,61,1) 100%);
background: linear-gradient(45deg, rgba(132,31,43,1) 0%, rgba(203,42,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#841f2b",endColorstr="#cb2a3d",GradientType=1); 
	height: 20px;
}


/* header */
.header {
	position: fixed;
	z-index: 10;
}
/* logo */
.logo {
	position: fixed;
	top: 20px;
	right: 0;
	text-align: right;
	padding-right: 20px;
	width: 400px;
	 background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}
.logo-img {
	height: 80px;
	width: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* nav */

.nav_wrapper {
	position: fixed;
	right: -105vw;
	top: 120px;
	padding-left: 20px;
	padding-right: 100px;
	width: 100%;
	transition: all 0.5s;
}

.menuopen .nav_wrapper {
	right: 0;
}

.nav {

}

.nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.nav li {
	list-style: none;
}

.nav li a {
	font-size: 21px;
	padding: 0 0.5em;
	height: 80px;
	background-color: #fff;
	font-weight: 400;
	display: flex;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	align-items: center;
	white-space: nowrap;
	transition: all 0.5s;
}

.nav li a:hover {
	background-color: #CBE4F4;
}

.nav li.current_page_item a {
	background-color: #157DBF !important;
	color: #fff !important;
}

.menu_icon_wrapper {
	position: fixed;
	width: 80px;
	height: 80px;
	right: 20px;
	top: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #841F2B;
	cursor: pointer;
	z-index: 10;
	transition: all 0.5s;
}

.menu_icon_wrapper:hover {
	background-color: #f4f4f4;
}

.menu_icon_wrapper:hover .menu_icon_line  {
	background-color: #841F2B;
}


.menu_icon_line {
	width: 30px;
	height: 3px;
	margin: 4px 0;
	background-color: #fff;
	transition: all 0.5s;
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_bg {
	position: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	z-index: -1;
	transition: all 0.5s;
	opacity: 1;
}

.dom_ready .page_bg {
	opacity: 1;
}

.mcd .page_bg {
	opacity: 1;
}

section p, section h2, section h3 {
	padding-left: 30px;
	padding-right: 30px;
}


/*------------------------------------*\
    HOME
\*------------------------------------*/

.intro_wrapper {
	position: absolute;
	height: 100vh;
	width: 100%;
	z-index: -1;
	display: flex;
	align-items: center;
}

.intro_content {
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 60px 20px;
	width: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}

.intro_content h2 {
	font-weight: 600;
	font-size: 64px;
}

.intro_content h3 {
	font-weight: 300;
	font-size: 32px;
	letter-spacing: 0.05em;
}



/*------------------------------------*\
    FORMS
\*------------------------------------*/


.wp-block-contact-form-7-contact-form-selector {
	padding-bottom: 3em;
}

.wpcf7-text, .wpcf7-textarea {
	padding: 0.8em;
	border: none;
	background-color: rgba(255,255,255,1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
	color: #000;
	width: 100%;
	max-width: 500px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.wpcf7-textarea {
	height: 6em;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border-bottom: 2px solid rgba(0,0,0,0.2);
}

.wpcf7-submit {
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 1em 2em;
	background-color: rgba(0,0,0,0.07);
}

.wpcf7-submit:hover {
	background-color: #157DBF;
	color: #fff;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	line-height: normal;
}

h1 {
	background-color: #157DBF;
 background: rgb(17,100,152);
background: -moz-linear-gradient(45deg, rgba(17,100,152,1) 0%, rgba(29,152,231,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(17,100,152,1) 0%, rgba(29,152,231,1) 100%);
background: linear-gradient(45deg, rgba(17,100,152,1) 0%, rgba(29,152,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#116498",endColorstr="#1d98e7",GradientType=1); 
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 46px;
	text-align: center;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	letter-spacing: 0.05em;
}



/*------------------------------------*\
    SLIDERS/ANIMATIONS
\*------------------------------------*/

/* slick */

.slick_ct {
	position: relative;
	height: 100vh;
}

.slick-wrapper, .slick-list, .slick-track, .slick-slide, .slick_item {
	height: 100%;
}

.slick_nav {
	position: absolute;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	-webkit-border-radius: 100px;
border-radius: 100px;
	cursor: pointer;
	transition: all 0.5s;
	background-color: rgba(238, 113, 95, 0);
}

.slick_prev {
	left: 20px;
	top: 50%;
	margin-top: -30px;
	padding-right: 10px;
}

.slick_next {
	right: 20px;
	top: 50%;
	margin-top: -30px;
	padding-left: 10px;
}

.slick_nal {
	width: 30px;
	height: 7px;
	background-color: rgba(255,255,255,1);
	position: absolute;
	transition: all 0.5s;
}

.nal1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.nal2 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.slick_next .nal1, .slick_prev .nal2 {
	margin-top: 16px;
}
.slick_next .nal2, .slick_prev .nal1  {
	margin-top: -16px;
}

.slick_nav:hover {
	background-color: rgba(238, 113, 95, 1);
}

.slick_nav:hover .slick_nal {
	background-color: rgba(255,255,255,1);
}


.slick_item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1000px) {
	
	.header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 60px;
		background-color: #fff;
	}
	
	.logo {
		position: absolute;top: 0;
		right: auto;
		left: 20px;
		text-align: left;
		background: none;
		width: auto;
		height: 60px;
		padding: 5px 0;
	}
	
	.logo-img {
		height: 100%;
		width: auto;
		padding: 0;
	}
	
	.menu_icon_wrapper {
		position: absolute;
		width: 60px;
		height: 60px;
		top: 0;
		right: 0;
	}
	
	.nav_wrapper {
		top: 60px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.nav ul {
		flex-direction: column;
	}
	
	.nav li a {
		justify-content: center;
	}
	
	.page_bg {
		position: relative;
		height: 60vw;
		top: 60px;
		margin-bottom: 60px;
	}
	
	main {
		padding: 0;
		width: 100%;
		left: 0;
		top: -10%;
	}
	
	.dom_ready main {
		left: 0;
		top: 0;
	}
	
	.mcd main {
		left: 0;
		top: -10%;
	}
	
	.home .page_bg {
		position: absolute;
		height: 100vw;
		top: 0;
		margin-bottom: 0;
	}
	
	.intro_content h2 {
		font-size: 42px;
	}
	
	.intro_content h3 {
		font-size: 28px;
	}
	
	.intro_content {
		font-size: 21px;
		padding: 40px 20px;
	}
	
	
}

@media only screen and (max-width: 600px) {
	
	.nav li a {
		font-size: 18px;
		height: 50px;
	}
	
	section {
		font-size: 16px;
	}
	
	h1 {
		font-size: 28px;
	}
	
	
	.intro_content h2 {
		font-size: 32px;
	}
	
	.intro_content h3 {
		font-size: 24px;
	}
	
	.intro_content {
		font-size: 18px;
		padding: 20px 20px;
	}
	
	section p, section h2, section h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}


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

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	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 {

}

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