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

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'sharp_grotesk_smbold_25Rg';
    src: url('fonts/sharpgrotesksmbold25-regular-webfont.woff2') format('woff2'),
         url('fonts/sharpgrotesksmbold25-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sharp_grotesk_book_25regular';
    src: url('fonts/sharpgroteskbook25-regular-webfont.woff2') format('woff2'),
         url('fonts/sharpgroteskbook25-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sharp_sansbold';
    src: url('fonts/sharpsans_12-webfont.woff2') format('woff2'),
         url('fonts/sharpsans_12-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    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 {
	color:#000;
	font-size:14px;
	font-family: Verdana,Geneva,sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	transition: all 0.5s ease-out;
}

a:hover {
	color:#000;
	opacity:0.6;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul{
	padding-left:0;
	list-style: none;
}

p{
	font-size:14px;
}

.wp-block-cover__inner-container h1{
	font-family: 'sharp_grotesk_book_25regular',Verdana,Geneva,sans-serif;
}

h1{
	font-family: 'sharp_grotesk_smbold_25Rg',Verdana,Geneva,sans-serif;
}

h1.hero-header{
	line-height:60px !important;
}

section.single{
	padding-top:100px;
	max-width: 800px;
    margin: 0 auto;
    width: 98%;
}

h2{
	font-family: 'sharp_sansbold',Verdana,Geneva,sans-serif;
}

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

.full-width{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {

}
/* logo */
.logo {
position: absolute;
top: 20px;
z-index: 999999;
left: 5%;
}
.logo-img {
width: 150px;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.footer a{
	color:#fff;
	text-decoration:underline;
}

.footer h2{
	margin-top: 0;
}

.footer li{
	margin: 0;
}

.footer .wp-block-social-links{
	margin-top:0;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
	font-family: 'sharp_grotesk_book_25regular',Verdana,Geneva,sans-serif;
}

.mt-100{
	margin-top:100px !important;
}

.mt-150{
	margin-top:150px !important;
}


.mt-200{
	margin-top:200px !important;
}

.has-small-font-size{
	font-size:14px !important;
}

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

.contact-form-submission .go-back-message{
	display:none;
}

.contact-form-submission{
	border:none !important;
	text-align: center;
}

table tr{
	background-color: #fff !important;
}

.wp-block-table.is-style-stripes{
	border-bottom: none;
}

form#wpforms-form-121{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

form#wpforms-form-121 input{
	width: 100%;
	max-width: 100%;
}

form#wpforms-form-121 input[type=radio]{
	width: inherit;
	max-width: inherit;
}

ul.ez-toc-list{
	margin: 50px 0;
	font-size: 16px;
}

ul.ez-toc-list li{
	padding: 5px 0;
	text-decoration: underline;
}

ul.ez-toc-list li a{
	transition: color 200ms linear;	
}

ul.ez-toc-list li a:hover{
	color:#2e85ff;
}

.wp-block-button__link{
	transition: all 0.5s ease-out;
	font-family: 'sharp_grotesk_book_25regular',Verdana,Geneva,sans-serif;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

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

}
@media only screen and (max-width:480px) {
	
	.wp-block-cover{
		min-height: 300px !important;
	}
	
	.footer .wp-block-social-links svg{
		color:#222 !important;
	}
	
	.footer p{
		font-size:10px;
		color:#222 !important;
	}
	
	.footer a{
		color:#222;
	}
	
	.footer h2{
		font-size: 14px;
		color:#222 !important;
	}
	
	h1, body.home .wp-block-cover h1, .has-x-large-font-size{
		font-size: 3rem !important;
		line-height: 4rem !important;
	}
	
	.footer .wp-block-column{
		text-align: center;
	}
	
	.footer .wp-block-social-links{
		margin: 0 auto;
		display: inline-flex;
		text-align: center;
	}
	
	.wp-block-spacer{
		height:25px !important;
	}
	
	.wp-block-cover h1{
		font-size: 40px !important;
		line-height: 40px !important;
	}
	
	h1{
		fonts-size:40px;
	}

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

.wp-block-button__link.no-border-radius, .wp-block-button__link{
	border:none;
}

.wp-block-button__link:hover{
	opacity:0.8;
}

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