/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
}

@font-face {
  font-family: 'hyphen';
  src: url('fonts/hyphen.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hyphen' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google2:before {
  content: "\ea88";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-location:before {
  content: "\e947";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-user:before {
  content: "\e971";
}
.icon-google:before {
  content: "\ea89";
}
.icon-email:before {
  content: "\e908";
}

.icon-youtube:before {
	content: "\ea9d";
}


body {
	margin: 0;
	padding:0;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	line-height: 1.6;
	color: #373d41;
	font-size: 18px;
}

abbr[title] {
	text-decoration: none;
}

.blue {
	color: #19499a;
}

.red {
	color: #c52127;
}

a {
	text-decoration: none;
	color: #c52127;
}

a:hover {
	color: #19499a;
}

a.button {
	display: inline-block;
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
	background: #c52127;
	color: #fff;
	font-size: 16px;
	text-shadow: none;
}

article .gform_footer input[type=submit],
article .caldera-grid .btn-default {
	text-transform: uppercase;
	color: #fff;
	background: #19499a;
	display: block !important;
	border: none;
	padding: 10px;
	width: 100%;
}

article .gform_wrapper .gfield_required,
article span.field_required {
	color: #fff !important;
}


a.button:hover {
	background: #f5f5f5;
	color: #333;
	transition: all 0.5s ease;
}

h1,
h2,
h3,
h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: #19499a;
}

img {
	max-width: 100%;
}

.one-half {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}	

.title-area {
	float: left;
}

.hdr-logo {
	text-indent: -9999px;
	width: 296px;
	padding: 10px 0;
	margin: 0;
}

.hdr-logo a {
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 296px;
	background-size: contain;
	height: 96px;
}

.top-header {
	font-size: 20px;
	padding: 30px 0 5px; 0;
	border-bottom: 1px solid #19499a;
	color: #19499a;
	text-align: right;
height: 50px;
}

.top-header .bbb {
	float: left;
	height: 60px;
	overflow: hidden;
	margin-top: -10px;
}

.top-header bbb img {
	max-height: 100%;
}

.top-header .header-element {
	display: inline;
	text-indent: -27px;
	margin-right: 30px;
}

.top-header .header-element:last-child {
	margin-right: 0;
}

.top-header a {
	color: #19499a;
}

.top-header [class^="icon-"], 
.top-header [class*=" icon-"] {
	margin: 0 5px;
	color: #19499a;
}

.banner {
	padding: 20px 10px;
}

.banner h2,
.banner h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.home-middle {
	background: #f5f5f5;
}

.header-right {
	text-align: right;
	float: right;
	margin-top: 10px;
}


footer {
	background: #19499a;
	padding: 20px 0 5px 0;
	text-align: center;
	color: rgba(255,255,255, 0.8);
	clear: both;
	font-size: 14px;
}

footer a {
	color: rgba(255,255,255,0.7);
}

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

footer h4 {
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
}

.footer-column {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 1% 40px 1%;
	line-height: 1.8;
}

.nav-main {
	margin-top: 20px;
}

.nav-main li a {
	padding: 14px;
	color: #19499a;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-main li.menu-item:last-child a {
	padding-right: 0;
}

.nav-main li a:hover {
	color: #19499a;
}

.nav-main li.menu-item:hover > ul.sub-menu {
	border-top: 5px solid #19499a;
	background: #fff;
	box-shadow: 2px 2px 5px #000;
}

.nav-main li.sub-menu-item {
	background: none;
	display: block;
	text-align: left;
}

.nav-main li.sub-menu-item a {
	text-transform: none;
}

.nav-footer li.menu-item {
	display: block;
}

.header .wrapper,
footer .wrapper,
.home .content-wrapper .home-middle .wrapper,
.home .content-wrapper .home-bottom .wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.home .content-wrapper .wrapper {
	max-width: 100%;
}

.content-wrapper .wrapper {
	max-width: 1100px;
	clear: both;
	margin: 0 auto;
}

.single .content-wrapper,
.archive .content-wrapper {
	padding: 10px;
}

.home-top {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	clear: both;
	display: table;
	background: #19499a;
}

.home-top-left,
.home-top-right {
	display: table-cell;
	margin: 0;
	vertical-align: top;
	overflow: hidden;
	max-width: 500px;
}

.home-top-left {
	width: 50%;
	color: #fff;
	padding: 30px;
}

.home-top-right {
	width: 50%;
	line-height: 0;
text-align: center;
vertical-align: middle;
}

.home-top-right img {
	width: auto;
	height: 100%;
	max-width: none;
}

.home-top-left h1,
.home-top-left h2 {
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
	max-width: 550px;
}

.home-top-left h3 {
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.home-bottom {
	padding-top: 20px;
}

.home-top-left a.button {
	display: block;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	border: 2px solid #fff;
}

ul.benefits {
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.benefits li.benefit {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 10px;
}

li.benefit p {
	text-align: left;
}

li.benefit h4 {
	line-height: 1.1;
}

article {
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 20px;
}

.article-content {
	padding: 20px 10px;
}

.sidebar-content {
	float: right;
	width: 30%;
	background: #f5f5f5;
	padding: 20px;
}

.tease-post h2 {
	margin-bottom: 5px;
	padding: 0;
}

.tease-post {
	clear: both;
	padding-bottom: 20px;
}

.tease-post img {
	float: left;
	margin: 0 20px 20px 0;
}

.article-content.side-content {
	float: right;
	width: 60%;
}

.post-type-archive-career_opening article {
	padding-bottom: 10px;
}

.callouts {
	text-align: center;
	padding: 20px 0;
}

.woocommerce-product-gallery figure {
	margin: 0;
}

li.woocommerce-MyAccount-navigation-link {
	display: block;
	padding: 10px;
	background: #f5f5f5;
	margin: 5px 0;
}


.media-content {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}


ul.social-icons {
	padding: 0;
	margin: 0;
}

ul.social-icons li {
	list-style-type: none;
	font-size: 22px;
	display: inline-block;
	margin: 0 5px;
}

ul.social-icons a:hover {
	text-decoration: none;
}

.home-bottom .woocommerce ul.products {
	text-align: center;
}

.home-bottom .woocommerce ul.products li.product {
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	font-size: 16px;
}

.woocommerce div.product .product_title {
	line-height: 1;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 46%;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background: #c52127 !important;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #19499a !important;
}

.site-main {
	clear: both;
	max-width: 1140px;
	margin: 0 auto;
}

.related.products {
	clear: both;
}

.woocommerce.home-products ul.products li.product {
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 10px #000;
}

form.variations_form {
	background: #fff;
	padding: 20px;
	border: 3px solid #c52127;
}

.woocommerce div.product form.cart .variations select {
	padding: 5px;
	font-size: 18px;
}

@media only screen and (max-width: 1200px) {
	.wrapper {
		width: 100%;
	}

	.title-area {
		padding-left: 20px;
	}

	.header-content {
		padding-right: 20px;
	}

	.nav-main {
		text-align: center;
	}

	.nav-main li a {
		font-size: 16px;
		padding: 12px;
	}

	.pre-footer {
		width: 95%;
		margin: 10px auto;
	}
}

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

	.top-header .header-element:last-child {
		margin-right: 30px;
	}

	.nav-main li.menu-item:last-child a {
		padding-right: 14px;
	}

	.nav-main {
		text-align: center;
	}

	.header-right {
		width: 100%;
	}

	.title-area {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.hdr-logo {
		float: none;
		margin: 0 auto;
	}
}

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

	.home-top-left h1 {
		font-size: 26px;
	}

	.home-top-left h2 {
		font-size: 22px;
	}

	.home-top-left .one-half {
		width: 100%;
		display: block;
	}
}

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

	.header .responsive-menu-icon {
		float: left;
		width: 100%;
		padding: 10px 0;
	}
	
	.responsive-menu-icon,
	.responsive-menu li {
		background: #f5f5f5;
	}

	.responsive-menu ul.sub-menu {
		box-shadow: none;
	}

	.nav-main li.menu-item:hover > ul.sub-menu {
		box-shadow: none;
	}

	.nav-main li.sub-menu-item {
		background: #fff;
	}

	.header-content a.button {
		padding: 6px;
		font-size: 14px;
	}

	.top-header .header-element {
		display: block;
		text-align: left;
		margin: 10px 10px 10px 30px;
		font-size: 14px;
	}

	.header-right {
		padding-right: 10px;
	}

	.article-content.side-content {
		width: auto;
	}

	.footer-column {
		width: 47%;
	}

	.home-top {
		display: block;
		float: left;
	}

	.home-top-left,
	.home-top-right {
		
	}

	.home-top-left {
		width: 42%;
		display: block;
		float: left;
		padding: 2%;
	}

	.home-top-right {
		float: right;
		display: block;
		width: 54%;
	}

	.home-top-left h1 {
		font-size: 22px;
	}

	.home-top-left h2 {
		font-size: 18px;
	}

	.home-top-left .one-half img {
		max-height: 140px;
	}

	.home-top-left .one-half.last {
		text-align: center;
	}

	.pricing-extended td {
		display: block;
	}

	.pricing-extended td:before {
		color: #19499a;
		font-weight: bold;
		margin-right: 10px;
	}

	.pricing-extended td.column-2:before {
		content: "Price:";
	}

	.pricing-extended td.column-3:before {
		content: "Shipping:";
	}

	.pricing-extended td.column-4:before {
		content: "Activation:";
	}

	.pricing-extended td.column-5:before {
		content: "Contract:";
	}

	.pricing-extended td.column-6:before {
		content: "Equipment:";
	}

.top-header {
height: auto;
}
.top-header .bbb {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 580px) {
	
	.site-title,
	.header-content {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 0;
		float: none;
	}

	.header {
		text-align: center;
	}

	.title-area {
		padding-left: 0;
		float: none;
	}

	.hdr-logo a {
		margin: 0 auto;
	}

	.header-content h2 {
		font-size: 24px;
	}

	.header-right {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		padding: 0;
	}

	a.button {
		font-size: 18px;
	}

	.hdr-logo {
		width: auto;
		margin: 0;
	}

	.hdr-logo a {
		background-size: contain;
		background-position: center;
	}

	.tease-post img {
		float: none;
	}

	.footer-column {
		width: 98%;
		text-align: center;
		margin: 0 auto;
	}

	.footer-column h4 {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.home-top-left {
		width: 96%;
		padding: 2%;
		max-width: none;
	}

	.home-top-right {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.home-top-right img {
		width: 100%;
		height: auto;
	}

}