/*
	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:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	max-width: 100%!important;
	overflow-x: hidden!important;
}
/* 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;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: #FFF;
	z-index: 999;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

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



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

.panel-grid {
	margin-bottom: 0!important;
}
a#scroll-to-top {
  right: 30px!important;
  bottom: 30px!important;
}

.header .logo img {
	max-width: 95px;
	margin: 20px 0;
}


.nav ul {
	float: right;
}
.nav ul li {
	display: inline;
}
.nav ul li a {
	font-size: 18px;
	font-family: Barlow;
	color: #000;
	font-weight: 600;
	padding: 0 60px;
	line-height: 80px;
	transition: all 0.3s;
}
.nav ul li a:hover {
	color: #FFD220;
	transition: all 0.3s;
	text-decoration: none;
}



.first {
	background-position: right center;
	background-repeat: no-repeat!important;
	background-color: #0D0D0D;
	padding: 100px 0 100px 0;
}
.first h2 {
	font-family: Barlow;
	font-size: 52px;
	font-weight: bold;
	color: #FFF;
	line-height: 64px;
}
.first h2 strong {
	color: #FFB300;
}
.first p {
	font-size: 20px;
	color: #CCCCCC;
	font-weight: 400;
	line-height: 26px;
  margin-top: 45px;
}


.trust {
	margin: 60px 0;
}
.trust h3 {
	font-family: Barlow;
	font-size: 70px;
	color: #0D0D0D;
	font-weight: bold;
	line-height: 1;
}
.trust p {
	font-family: Barlow;
	font-size: 24px;
	color: #0D0D0D;
	line-height: 32px;
	font-weight: 400;
}


.boxes .box {
	background: #0D0D0D;
	position: relative;
}
.boxes .box h5 {
	font-family: Barlow;
	font-size: 24px;
	font-weight: bold;
	color: #FFD220;
	line-height: 40px;
	padding: 30px 0 35px 40px;
}
.boxes .box:before {
	content: " ";
	background: #FFD220;
	width: 200px;
	height: 7px;
	position: absolute;
	top: -7px;
}



.services {
	background-position: right top;
	background-repeat: no-repeat!important;
	padding: 0 0 100px 0;
	margin: 150px 0 0 0;
}
.services h2 {
	font-family: Barlow;
	font-size: 52px;
	font-weight: bold;
	line-height: 64px;
	color: #0D0D0D;
	margin: 0;
}
.services p {
	font-size: 20px;
	color: #787878;
	font-weight: 400;
	line-height: 26px;
  margin-top: 85px;
}
.services ul {
	margin-top: 65px;
}
.services ul li {
	font-family: Barlow;
	font-size: 24px;
	color: #0D0D0D;
	line-height: 40px;
	font-weight: bold;
	list-style: none;
	position: relative;
}
.services ul li:before {
	content: " ";
	background: url("/wp-content/uploads/2020/02/yellow-arrow.png") left center no-repeat;
	position: absolute;
	top: 0;
	left: -40px;
	width: 100%;
	height: 100%;
}
.services-text {
	font-size: 20px;
	color: #787878;
	font-weight: 400;
	line-height: 26px;
  margin-bottom: 85px;
}


.products {
	background-position: left top;
	background-repeat: no-repeat!important;
	padding: 0 0 30px 0;
	background-color: #0D0D0D;
}
.products h2 {
	font-family: Barlow;
	font-size: 52px;
	font-weight: bold;
	line-height: 64px;
	color: #FFD220;
	margin-top: 80px;
}
.products p {
	font-size: 20px;
	color: #787878;
	font-weight: 400;
	line-height: 26px;
  margin-top: 35px;
	margin-bottom: 0;
}
.products ul {
	margin-left: 60px;
	margin-top: 60px;
}
.products ul li {
	margin-bottom: 30px;
	list-style: none;
}
.products ul li h3 {
	list-style: none;
	position: relative;
}
.products ul li h3:before {
	content: " ";
	background: url("/wp-content/uploads/2020/02/yellow-arrow.png") left center no-repeat;
	position: absolute;
	top: 2px;
	left: -40px;
	width: 100%;
	height: 100%;
}
.products ul li h3 {
	font-family: Barlow;
	font-size: 24px;
	color: #CCCCCC;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
}
.products ul li p {
	font-weight: 400;
	margin: 0;
}



.gallery .gallery-item {
	margin-top: 0!important;
	margin-bottom: 0!important;
}
.gallery .gallery-item img {
	border: none!important;
	height: auto!important;
}


.contact-title {
	margin: 100px 0 0 0;
}
.contact-title h3 {
  font-family: Barlow;
  font-size: 52px;
  font-weight: bold;
  line-height: 64px;
  color: #0D0D0D;
  margin: 0;
}
.contact {
	margin: 0 0 50px 0;
}
.contact h5 {
	font-family: Barlow;
	color: #0D0D0D;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.contact p {
	font-family: Barlow;
	font-size: 18px;
	color: #0D0D0D;
	font-weight: 400;
	line-height: 24px;
}
.contact .caldera-grid .form-control {
  border: 2px solid #000000!important;
  border-radius: 10px!important;
  height: 62px;
  color: #CCCCCC!important;
  font-size: 18px;
  font-weight: 400;
}
.contact textarea {
	height: auto!important;
}
.contact .send {
	border: none!important;
	border-radius: 10px!important;
	background: #FFD220!important;
	font-size: 18px!important;
	font-weight: bold!important;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	display: block!important;
	width: 100%;
	margin: 0 auto;
	line-height: 50px!important;
}




.footer {
	border-top: 2px solid #000000;
}
.footer .logo img {
	max-width: 95px;
	margin: 20px 0;
}
.copyright {
	font-size: 18px;
	color: #0D0D0D;
	float: right;
	text-align: right;
	margin: 20px 0;
}



@media screen and (max-width: 1440px) {
h2, h3, h4 {
	font-size: 32px!important;
	line-height: 40px!important;
}
.first {
  padding: 25px 0px 50px 0;
  background-size: contain;
}
.services {
  padding: 0;
  background-size: contain;
	background-position: center right -100px;
	margin-bottom: 30px;
}
.products {
  padding: 0;
  background-size: contain;
	background-position: center left -80px;
}
.products p {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 1280px) {
.boxes .box h5 {
  line-height: 30px;
  padding: 15px 0 20px 25px;
}
.products {
	background-position: center left -120px;
}
}

@media screen and (max-width: 1280px) {
.nav ul li a {
	padding: 0 50px;
}
h2, h3, h4 {
	font-size: 24px!important;
	line-height: 30px!important;
}
.first {
  background-position: center right -100px;
  padding: 0;
}
.trust {
	margin: 30px 0;
}
.services {
  background-position: center right -200px;
}
.products {
	background-position: center left -200px;
}
}
@media screen and (max-width: 800px) {
.nav ul li a {
  padding: 0 50px 0 0;
}
.trust .panel-grid-cell {
	/* max-width: 33%; */
}
.services {
	margin: 50px 0 0 0;
}
}
@media screen and (max-width: 480px) {
.first {
	background-image: none!important;
}
.services {
	background-image: none!important;
}
.services ul li {
  font-family: Barlow;
  font-size: 22px;
  color: #0D0D0D;
  line-height: 38px;
  font-weight: bold;
  list-style: none;
  position: relative;
}
.products {
	background-image: none!important;
}
.products ul {
	margin-left: 0;
}
}
