﻿/*Reset*/

html{
  box-sizing: border-box;
}

*,
*:before,
*:after{
  box-sizing: inherit;
}

*{
	margin: 0px;
	padding: 0px;
}

/*Base Styles*/

body{
    font-family:Roboto, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #262626;
}

img{
     border:none;
     max-width:100%;
     height:auto;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary{
	display: block;
}

input, select, option, textarea{
	font-family:inherit;
}

iframe{
	max-width:100%!important;
}

p{
	margin:20px 0;
}


/*Links*/

a{
	color:#3f94ff;
	text-decoration: underline;
}

a:hover{
	color:#dd7230;
	text-decoration: none;
}

.btn {
	display:inline-block;
	transition:background-color 0.2s ease, color 0.2s ease;
	text-transform: uppercase;
	padding: 15px 35px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.btn.green{
	background: #7fb069;
	border: 2px solid #7fb069;
}
.btn.green:hover {
	background: transparent;
	color: #7fb069;
}

.btn.orange{
	background: #dd7230;
	border: 2px solid #dd7230;
}
.btn.orange:hover {
	background: rgba(255,255,255,0.3);
	color: #dd7230;
}


/*Headings*/

h1, h2, h3, h4, h5 ,h6 {
	line-height: normal;
	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h1{
    font-size: 4.375em; /*70pt*/
    margin: 5px 0 25px;
}
	h1::after {
		content: '';
		display: block;
		width: 25%;
		border-bottom: 4px solid #F08801;
	}

h2{
    font-size: 3.75em; /*60pt*/
    margin: 0 0 15px;
    font-weight: 300;
}

h3{
    font-size: 2.5em; /*40pt*/
    margin: 0 0 10px 0;
}

h4{
    font-size: 1.875em; /*30*/
    margin: 5px 0;
}

h5{
    font-size: 1.5em; /*24pt*/
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

h6{
    font-size: 1.125em; /*18pt*/
    margin: 0 0 5px 0;
    font-weight:bold;
}


/*Lists*/

ul{
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	margin: 10px 0 10px 15px;
}

ol{
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 0 10px 25px;
}

li{
	margin-bottom: 3px;
}

/* Nested Lists*/
ul ul,
ul ul ul,
ol ol,
ol ol ol{
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	margin: 5px 5px 5px 20px;
}

ul ul li,
ul ul ul li,
ul ol li,
ul ol ol li{
	margin-bottom: 3px;
}

.navigation .total-posts {
	font-style: italic;
	color: #6b6b6b;
}
.navigation .pagination ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.navigation .pagination ul li {display: inline;}
.navigation .pagination ul li.active a.btn.orange {background: #fff; color: #dd7230;}

.navigation .pagination ul li a.btn.orange {
	padding: 5px 10px;
}

/*Tables*/

table{
	border-collapse:collapse;
}

.table{
	display:table;
}

.table .cell{
	display:table-cell;
}

/*Columns*/
.columns,
.padded-columns{
    overflow: auto;
    width: 100%;
}

.columns .half,
.columns .third,
.columns .two-thirds,
.columns .quarter,
.columns .three-quarters,
.padded-columns .half,
.padded-columns .third,
.padded-columns .two-thirds,
.padded-columns .quarter,
.padded-columns .three-quarters{
	float:left;
}

.columns .half {
    width: 50%;
}

.columns .third{
    width: 33.33%;
}

.columns .two-thirds{
    width: 66.66%;
}

.columns .quarter{
    width: 25%;
}

.columns .three-quarters{
    width: 75%;
}

/*Padded Columns*/
.padded-columns .half,
.padded-columns .third,
.padded-columns .two-thirds,
.padded-columns .quarter,
.padded-columns .three-quarters{
    margin-right:5%;
    margin-left: 0;
}

.padded-columns .half:last-child,
.padded-columns .third:last-child,
.padded-columns .two-thirds:last-child,
.padded-columns .quarter:last-child,
.padded-columns .three-quarters:last-child{
    margin-right:0;
}


.padded-columns .half {
    width: 47.5%;
}

.padded-columns .third{
    width: 30%;
}

.padded-columns .two-thirds{
    width: 65%;
}

.padded-columns .quarter{
    width: 21.25%;
}

.padded-columns .three-quarters{
    width: 70%;
}


/*Styles*/

.container{
	width:94%;
    max-width: 1000px;
    margin: auto;
}

.screen-reader-text{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.overflow{
	overflow:auto;
}

.overflow .left{
	float:left;
}

.overflow .right{
	float:right;
	text-align:right;
}

.clearfix{
	clear:both;
}

alert-orange {
	text-align: center;
	padding: 10px;
	background-color: #EFEFEF;
	margin: 0px auto 20px;
	border-left: 5px solid #FF8A00;
	width: 70%;
}

/*Header*/

.banner {
	background: #0056c2;
	color: #fff;
	padding: 10px 0;
	text-align:center;
	font-weight: 300;
	font-size: 1.25em; /*20pt*/
	position: relative;
}
.banner span {
	font-size: 0.8em; /*16pt*/
}

.banner .social {
	position:absolute;
	right: 10%;
	top: 10px;
}

.banner a {
	text-decoration: none;
	color: #F08801;
}
/*Social Media Sprites*/
	.sprite {
	    background-image: url(../images/layout/spritesheet.png);
	    background-repeat: no-repeat;
	    display: inline-block;
	    margin: 0 5px;
	    width: 22px;
	    height: 22px;
	}

	.sprite-icon-facebook {
	    background-position: -7px -2px;
	}
	
	.sprite-icon-google {
	    background-position: -39px -2px;
	}
	
	.sprite-icon-twitter {
	    background-position: -5px -34px;
	}
	
	.sprite-icon-youtube {
	    background-position: -37px -34px;
	}

#header{
	margin: 10px 30px;
	background: #fff;
}

#header .right {
	float: right;
	text-align:right;
	text-transform: uppercase;
	font-size: 0.875em; /*14pt*/
}
#header .right a {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
}
/*Search*/
#search-form {
	margin: 15px 0 10px;
}
input.search-input {
	background: #e3e3e3;
	border: 0;
	line-height: 36px;
	height: 36px;
	width: 200px;
	padding: 0 3px;
	vertical-align: top;
}
#header .search-submit {
	background-color: #e3e3e3;
	cursor: pointer;
	position: relative;
	background-image: url('../images/layout/icon-search.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 36px;
	height: 36px;
	border: 0;
	margin-left: -5px;
}

/*Navigation*/
#navTopContainer{
    background: #3f94ff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#navTopContainer ul{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#navTopContainer li{
    display: inline-block;
    line-height:normal;
    position:relative;
	margin:0;
	font-weight: bold;
	text-transform: uppercase;
}

#navTopContainer li a{
	padding:0;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}
#navTopContainer li a:hover {
	background: #7EB2F7;
}

/*Drop Down*/

#navTopContainer ul ul{
	position:absolute;
	width:200px;
	display:none;
	z-index:27;
	text-align: left;
    background: #0056C2;
	font-size: 0.875em;
}
#navTopContainer ul ul ul{
	left: 190px;
	top: 0;
}

#navTopContainer ul ul li{
	display:block;
	line-height:normal;
	margin:0px;
	padding:0px;
}

#navTopContainer ul ul li a{
	display:block;
}

#navTopContainer li:hover > a{
	background: #7EB2F7;
}

#navTopContainer ul li:hover > ul{
    display: block;
}



/*Content*/
#contentBody{
	line-height: 1.5em;
}

.item {
	padding: 50px 0;
}
.item .entry {
	width: 65%;
	float: left;
}

#sidebar {
	float: right;
	width: 300px;
}

.banner-image {
	background: url('../images/layout/banner-bkgd.jpg') no-repeat top center;
	background-size: cover;
	min-height: 120px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	position: relative;
}

.breadcrumbs {
	font-size: 0.875em; /*14pt*/
	background-color: rgba(255,255,255,0.6);
	padding: 10px 0;
	vertical-align: baseline;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-shadow: 0px 1px 1px #fff;
}
.breadcrumbs a {
	color: #6b6b6b;
}

/*Sidebar*/
#sidebar div.widget {
	border-left: 3px solid #F08801;
	padding: 10px 0 10px 20px;
	margin-bottom: 40px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #F08801 !important;
	color: #fff !important;
}
.woocommerce a.button.checkout,
.woocommerce button.button.checkout,
.woocommerce input.button.checkout {background: #7fb069 !important;}

.bottom_text {
	text-align:right;
	font-weight: bold;
}


/*Blog*/
article .meta {color: #6b6b6b;}

/*Index*/
.blog article,
.search-results article {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 4px solid #d3d3d3;
}
.blog h2,
.search-results h2 {font-size: 3.25em; /*48pt down from 60pt*/}
.blog h2 a,
.search-results h2 a {text-decoration: none;}

/*Single*/
.single h1 {font-size: 3.25em; /*48pt down from 70pt*/}


/*Testimonials*/
.entry .listing .prepend .next-posts:before,
.entry .listing .append .next-posts:before {
	content: "Read more testimonials ";
}
.entry .listing .prepend .prev-posts:after,
.entry .listing .append .prev-posts:after {
	content: " Read more testimonials";
}

.entry .listing {
	border-top: 1px solid #F7E036;
}
.entry .listing .list {
	border-bottom: 1px dotted #F7E036;
	padding-bottom: 2em;
}
.entry .listing .list blockquote {
	padding: 0 30px 0;
}
.entry .listing .list .credit {
	font-style: italic;
	color: #5F5959;
	text-align: left;
	padding: 0 0 0 30px;
}


/*Home Page*/
/*Hero Image*/
.hero-image {
	position: relative;
	background: #010534 /*url('<?php echo $hero['background_image']; ?>; no-repeat top center') - attempting ACF as a background image*/;
	max-height: 400px;
	overflow: hidden;
}
.hero-image img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.hero-image .caption {
	position: absolute;
	z-index: 5;
	text-align: right;
	/*top: 15%;*/
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 500px;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
}
.hero-image .caption h3 {
	margin: 0;
	line-height: 1.2em;
	font-weight: 400;
}

/*Content Blocks*/
.block-product,
.block-break,
.block-improve,
.block-happy,
.block-trust,
.block-news {
	padding: 60px 0;
}

.block-break {
	background: transparent url('../images/layout/field-in-sun.jpg') no-repeat top center;
	background-size: cover;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	min-height: 200px;
}

/*BLOCK: PRODUCT*/
.block-product {
}


/*BLOCK: FEEL HAPPIER*/
.block-happy {
	background: transparent url('../images/layout/girl-in-sunshine.jpg') no-repeat top center;
	background-size: cover;
	text-align: right;
	font-weight: 300;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3)
}
.block-happy p {
	font-size: 1.125em; /*18pt*/
	text-shadow: 0px 1px 1px rgba(255,255,255,0.5);
}


/*BLOCK: TESTIMONIALS*/
.block-trust {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+10,d2e2f7+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 10%, #d2e2f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 10%,#d2e2f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 10%,#d2e2f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2e2f7',GradientType=0 ); /* IE6-9 */
}


.block-trust .testimonial {
	text-align:right;
	color: #535353;
	text-shadow: 0px 1px 1px #fff;
	margin-top: 40px;
}
.block-trust .testimonial .credit {font-size: 0.875em; margin-top: 20px; line-height: normal;}


/*BLOCK: BLOG*/
.block-news .container.owl-posts {
  width: 84%;
  position: relative;
  overflow: visible;
}

.block-news .post-wrap{
  margin: 20px 5px;
  overflow: visible;
  box-sizing: border-box;
}

.block-news .post-inner-left{
  width: 30%;
  float: left;
  position: relative;
}

.post-wrap .date-box {
  position: absolute;
  background-color: #eed326;
  padding: 10px 10px 15px;
  top: -5px;
  left: -5px;
  z-index: 100;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 1px 1px 3px rgba(0,0,0,.3);
  text-shadow: 1px 1px 1px #ffffff;
  text-align: center;
  color: #262626;
}

.post-wrap .date-box .day {
    font-size: 36px;
    display: block;
}

.block-news .post-inner-right{
  width: 67%;
  float: left;
  margin-left: 3%;
}

.block-news .post-wrap h4 a{
  color: #262626;
  font-size: 0.875em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 18px;
}

.block-news .post-wrap p{
  margin-top: 10px;
}

/*WooCommerce*/

/*Misc*/
.woocommerce span.onsale {
	background: #3F94FF !important;
	padding: 0 !important;
}

.woocommerce a.add_to_cart_button,
.woocommerce button.button.alt {
	background: #dd7230 !important;
	border: 2px solid #dd7230 !important;
	transition:background-color 0.2s ease, color 0.2s ease;
	text-transform: uppercase;
	color: #fff !important;
}
.woocommerce a.add_to_cart_button:hover {
	background: rgba(255,255,255,0.3) !important;
	color: #dd7230 !important;
}

.woocommerce a.added_to_cart {
	color: #fff;
	background: #7fb069;
	padding: 7px 20px !important;
	margin-top: 5px;
	text-decoration: none;
}


/*Catalog*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 30% !important;
	text-align:center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.5em !important;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
mark.count {display: none;}

/*Category*/
.woocommerce.tax-product_cat ul.products li.product,
.woocommerce-page.tax-product_cat ul.products li.product {
	text-align:left;
}

.content-product-desc h4 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.0em;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
.content-product-desc .sku {
	font-style: italic;
	color: #6d6d6d;
	margin: 0 0 5px 0;
}

.woocommerce ul.products li.product span.price {line-height: 1.2em; color: #0056C2;}
.woocommerce ul.products li.product span.price del::before {content: "Regular Price: ";}
.woocommerce ul.products li.product span.price ins::before {content: "Special Internet Price: ";}
.woocommerce ul.products li.product span.price ins {text-decoration: none !important;}


/*Product*/

span.onsale {display: none;}

.woocommerce div.product div.images.woocommerce-product-gallery {float: right !important;}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {float: left !important;}

body.woocommerce div.product p.price {line-height: 1.2em; color: #0056C2; font-size: inherit;}
body.woocommerce div.product p.price del::before {content:"Regular Price: ";}
body.woocommerce div.product p.price ins::before {content: "Special Internet Price: "; display: inline-block;}

.woocommerce div.product form.cart div.quantity {
	float: none !important;
	margin: 20px 0 10px 0 !important;
}
.woocommerce .quantity .qty {font-size: 1.2em;}

.product_meta {
	font-size: 0.875em;
	color: #6d6d6d;
	font-style: italic;
}
.product_meta span.sku_wrapper,
.product_meta span.posted_in {
	display: block;
}
.product_meta span.posted_in a {text-decoration: none;}

.woocommerce div.product .woocommerce-tabs ul.tabs {margin: 0 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {border-radius: 0px !important; margin: 0 3px 0 0 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {border: none !important; right: 0 !important; left: 0 !important}
.woocommerce div.product .woocommerce-tabs .panel {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 30px !important;
	font-size: 0.875em;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 2em;
}


/*Cart*/

.woocommerce-cart .shop_table tr.order-total, 
.woocommerce-checkout-review-order .shop_table tr.order-total {
	background: #c7eab6;
}

/*Checkout*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 2em !important; padding: 0 0 0 3px;
}
.woocommerce-checkout .checkout h3 {
	border-bottom: 2px solid #d1d1d1;
	font-size: 2em;
}
.woocommerce-checkout .checkout .col-2 h6#ship-to-different-address {
	color: #bf2323;
	margin: 10px 0 20px;
}
.woocommerce-checkout .checkout .col-2 div.note,
p#signature_req_field.form-row.form-row-wide.note {
	display: block;
	font-size: 0.875em;
	font-style: italic;
	padding: 5px;
	border: 2px solid #F7E036;
	background: #FFF9CF;
	line-height: normal;
}

#opt-out {
	border: 2px solid #DFDFDF;
	padding: 5px;
	background: #EFEFEF;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	line-height: 1em;
}
/*Footer*/

.address {
	background: #0056c2;
	color: #fff;
	font-weight: bold;
	text-align:center;
	padding: 15px 0;
	font-size: 0.875em;
	text-transform: uppercase;
}
.address span {
	padding: 0 10px 0 5px;
	border-right: 2px solid #3f94ff;
}
	.address span:last-child {border-right: none;}

.address a {
	color: #ffdd00;
	text-decoration: none;
}

#footer{
	font-size: 0.8125em; /*13pt*/
	padding: 20px 0 30px;
	position: relative;
}

#footer .left {
	float: left;
	width: 45%;
}
#footer .right {
	float: right;
	width: 55%;
}
#footer .right ul {
	text-align:right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer .right ul li {
	display: inline-block;
	margin: 0 0 5px 0;
	border-left: 1px solid #262626;
	line-height: 0.9;
}
	#footer .right ul li.noBorder {border-left: none;}

#footer .right ul li a {
	color: #262626;
	text-decoration: none;
	padding: 0 3px 0 7px;
}
#footer .right ul li a:hover {
	color: #3f94ff;
	text-decoration: underline;
}

#footer:after {
	background: #fff url('../images/layout/border-dashed.jpg') repeat-x bottom left;
	position: absolute;
	content: '';
	height: 8px;
	right: 0;
	left: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*270net Owl Carousel Edits*/

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all .25s ease;
}

.owl-prev{
  left: -30px;
  background-image: url('../images/layout/arrow-left.png');
}

.owl-next{
  right: -30px;
  background-image: url('../images/layout/arrow-right.png');
}

.owl-prev:hover,
.owl-next:hover{
  opacity: .75;
}

/*Admin Bar*/
.admin-bar .sticky-header,
.admin-bar #responsive-menu-container{
  top: 32px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter{
    display: block;
    margin: 5px auto 5px auto;
    text-align:center;
}

.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* = Print Styles
-------------------------------------------------------------- */


@media print{

	body{
    	background-color: transparent;
	}

	.noPrint,
	.no-print{
		display:none;
	}

}
