body {
	background: #fff;
	font-family: 'Libre Baskerville', serif;
	color: #373d3f;
}
.full-width {
	width: 100%;
}

/*oos*/
.border-bottom {
	border-bottom: 1px solid #dadeef;
}
.border-top {
	border-top: 1px solid #dadeef;
}
.border-right {
	border-right: 1px solid #dadeef;
}
.border-left {
	border-left: 1px solid #dadeef;
}
.green {
	color: forestgreen;
}
.red {
	color: crimson;
}
.text-gray {
	color: #A7AFB2;
}
.text--centered {
	text-align: center;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right {
	margin-right: 20px;
}
.margin-left {
	margin-left: 20px;
}
.no-padding {
	padding: 0;
}
.no-gutter-left {
    padding-left:0;
}
.no-gutter-right {
    padding-right:0;
}

/*header*/
.top-info {
	padding: 10px 0;
	background-color: #fff;
}
.date {
	margin-right: 10px;
}
.newsticker {
	display: inline-block;
	padding-left: 0;
	overflow: hidden;
	height: 20px;
	margin: 0 0 0 6px;
	vertical-align: bottom;
}
.newsticker a {
	color: #3cafe4;
}
.site-branding {
	margin: 20px 0;
    min-height: 90px;
}
.logo {
	float: left;
	padding-left: 0;
	text-align: center;
}
.logo img {
	height: 150px;
}
.logo p {
	font-size: 1.8rem;
}
.logo .site-title {
	margin-top: 0;
}
.logo .site-description {
	font-size: 1.2rem;
}
.header-ad {
	float: right;
	padding: 10px 0;
}
.header-ad-close {
	display: none;
}
/*header mobile*/
@media only screen and (max-width : 768px) {
	.stock-ticker {
		display: none;
	}
	.stock-ticker-mobile {
		display: block;
		position: fixed;
		top: 0;
		width: 80vw;
	}
	.logo img {
		height: 22vh;
	}
	.logo p {
		font-size: 1.2rem;
	}
}

/*top navigation*/
.top-nav {
    box-shadow: 0px 3px 3px #888888;
    z-index: 100;
    background: -moz-linear-gradient(#3cafe4, #b1e2f9);
    background: -webkit-linear-gradient(#3cafe4, #b1e2f9);
    color: white;
}
/*.menu-menu-1-container {
	text-align: center;
}*/
.navbar-nav {
	margin: 0;
}
.navbar-default {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.navbar-brand {
	display: none;
}
.navbar-collapse {
	padding-left: 0;
}
#primary-menu {
	margin: 12px 0;
	padding-left: 0;
}
#primary-menu li {
	display: inline-block !important;
	text-align: left;
	margin-right: 3vw;
}
#primary-menu li a {
	/*-webkit-text-stroke: 1px black;*/
   color: white;
   text-shadow:
     -1px -1px 0 #141948,  
      1px -1px 0 #141948,
      -1px 1px 0 #141948,
       1px 1px 0 #141948;
	margin: 10px 0;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
}
#primary-menu li a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 4px #141948;
}
.stock-container {
	background-color: #f2f3f4;
	color: #373d3f;
}
.stock-ticker {
	margin: 15px 0;
}
.fixed-nav {
	position: fixed;
	top: 0;
	z-index: 100;
	/*background: #fff;*/
	opacity: 0.95;
}
.navbar-brand {
	padding: 10px 2vw 10px 0;
}
.navbar-brand img {
	height: 48px;
	margin-top: -9px;
}
.navbar-toggle {
	background-color: #f2f3f4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#primary-menu li a {
		font-size: 1.5rem;
	}
}
/*@media only screen and (max-width : 991px) {
	#primary-menu li {
		width: 13vw;
	}
}*/
@media only screen and (max-width : 767px) {
	#primary-menu li {
		width: 100%;
		margin-bottom: 20px;
	}
	#primary-menu li:first-child {
		padding-top: 20px;
	}
	.top-info {
		font-size: 1rem;
	}
}

/*Footer*/
footer {
	background-color: #dadedf;
	color: #141948;
	padding: 5vh 0 5vh;
}
.site-info img {
	height: 75px;
	margin-bottom: 10px;
}
.social-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.social-footer ul li {
	display: inline-block;
}
.social-footer ul li img {
	height: 65px;
}
.advertise {
	padding-top: 15px;
	border-top: 1px solid #c1c7c9;
}


/*homepage body*/
.site-content {
	margin-top: 20px;
}
.single-article a {
	color: #373d3f;
}
.single-article a:hover {
	text-decoration: none;
	color: #6f7c80;
}
.home-section {
	margin-bottom: 5vh;
}
.home-middle h2 {
	font-size: 1.7rem;
}
.home-middle p {
	display: none;
}
.weather h6 {
	font-weight: 700;
	border-bottom: 1px solid #dadedf;
	padding-bottom: 5px;
}
.weather .forecast {
	font-size: 1.1rem;
	text-align: center;
	padding-bottom: 16px;
}
.forecast i {
	margin-top: 5px;
	font-size: 40px;
	width: 100%;
	padding-bottom: 16px;
	color: #3cafe4;
}
.forecast #temperature {
	font-size: 16px;
}
.section-header {
	/*border-top: 3px solid #373d3f;*/
	/*border-bottom: 1px solid #dadeef;*/
	font-weight: 700;
	padding: 20px 0 10px;
	margin-top: 0;
	background: url('/wp-content/uploads/2016/09/icon_full-color.png') no-repeat top left;
	background-size: contain;
	position: relative;
}
.section-header span {
	padding-right: 10px;
	background-color: white;
	margin-left: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #141948;
}
.section-header::before {
	-webkit-transform: skew(-30deg,0deg);
    -moz-transform: skew(-30deg,0deg);
    -o-transform: skew(-30deg,0deg);
    -ms-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
	content: "";
  	border-top: 10px solid #3cafe4;
  	top: 50%;
  	right: 0;
  	bottom: 0;
    width: 90%;
    z-index: -1;
    position: absolute;
}
.single-article img {
    display: block;
    
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.single-article:hover img {
    opacity: 0.7;
            
}
.home-middle .single-article {
	margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
	.home-middle .single-article {
		border-top: 1px dotted #dadeef;
	}
	.home-middle .single-article img {
		display: none;
	}
	.home-section-below > .single-article {
		border-top: 1px dotted #dadeef;
	}
	.home-section-below > .single-article img {
		display: none !important;
	}
	.below-section .single-article p {
		display: none !important;
	}
}
.call-out {
	background: url('../icons/social-bg.jpg') top center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 5vh 0 10vh;
}
.homepage-widgets {
	padding: 5vh 0;
}

/*Category Pages*/
.category-post img {
	margin-top: 20px;
}
.gradient {
	position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.cat-page-title {
	position: absolute;
	bottom: 0;
	left: 20%;
	font-size: 100px;
	color: #141948;
}

/*Single post*/
.entry-title {
	margin-bottom: 20px;
}
.entry-content {
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
}
.entry-content p {
	margin-bottom: 28px;
}

/*sidebar widgets*/
body {
	counter-reset: counter;
}
.wpp-list {
	margin-left: 0;
	padding-left: 0;
}
.wpp-list li {
	margin-bottom: 15px;
}
.wpp-list li a {
	padding-left: 50px;
	display: block;
	margin-bottom: 20px;
	color: #373d3f;
}
.wpp-list li a:hover {
	text-decoration: none;
	color: #6f7c80;
}
.wpp-list li:before {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #dadeef;
    color: #373d3f;
    content: counter(counter);
    counter-increment: counter;
    font-weight: bold;
    font-size: 2.4rem;
    float: left;
    line-height: 1.2;
    padding: 5px 12px;
    position: absolute;
}

/*General components*/
blockquote {
	color: #8c979a;
    background: #f2f3f4;
    margin: 0 0 20px 10px;
    float: right;
    width: 50%;
    border-left: 5px solid #a7afab;
    font-size: 2rem;
}

/*ecommerce*/
.nav.nav-tabs {
	margin-left: 0;
}
.woocommerce .quantity .qty {
	line-height: 3.8rem;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	box-shadow: none;
}
a.btn:visited {
	color: white;
}
ol.breadcrumb {
	background-color: white;
	margin-left: 0;
	font-weight: 900;
}
.breadcrumb>li+li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
}
#comments {
	margin-bottom: 40px;
}
#comments h2 {
	margin-bottom: 20px;
}
#comments p {
	color: #6f7c80;
}
.comment-respond label {
	color: #6f7c80;
}
.woocommerce #reviews h3 {
	margin-bottom: 20px;
}
.comment-form-rating label {
	margin-right: 15px;
}
.variations label {
	color: #373d3f;
	font-size: 1.6rem;
}
.value select, .country_select, .state_select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.product.has-default-attributes.has-children>.images {
	opacity: 1;
}
.price {
	color: #6f7c80 !important;
	font-size: 1.5rem !important;
}
.product-price {
	color: #6f7c80 !important;
	font-size: 2.4rem;
	margin-bottom: 5vh;
}
div[itemprop="description"] {
	margin-bottom: 5vh;
}
.btn-black {
	background: #373d3f;
	color: white;
	text-shadow: 0 0 0;
	border-radius: 0;
}
.btn-black:hover {
	/*background-color: #131516;*/
	color: white;
	text-shadow: 0 0 0;
}
.btn-primary {
	background-color: #3cafe5;
	background-image: none;
}
.woocommerce ul.products li.product h3 {
	font-size: 2.2rem;
}
label[for="pa_size"] {
	margin-top: 7px;
}
.input-text {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #3cafe5;
    background-image: none;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    text-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.sku_wrapper {
    display: none;
}

/*media queries*/
@media screen and (max-width: 768px) {
	.header-ad {
		/*display: none;*/
		position: fixed;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		padding: 0;
	}
	.header-ad-close {
		display: block;
		color: #8c979a;
	    position: absolute;
	    top: -10px;
	    width: 20px;
	    height: 20px;
	    right: 7px;
	    background: white;
	    z-index: 1001;
	    opacity: 1;
	    border: 1px solid #8c979a;
	    border-radius: 15px;
	    text-align: center;
	    padding-top: 3px;
	    font-size: 1rem;
	}
}

/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
	display: none !important;
    }
}
 
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
 
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
 
.crunchify-whatsapp {
    background: #43d854;
}
 
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #009688;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
.nelioefi {
    background-size: cover;
    width: 800px;
    height: 120px;
}
.pull-right .nelioefi {
    height: 393px;
}
@media screen and (max-width: 768px) {
    .pull-right .nelioefi {
        height: 200px;
    }
}

/*winter*/
/* .home {
	background: url(/wp-content/uploads/2016/12/lex-winter.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#content .container {
	background-color: rgba(255,255,255,0.85);
}
.header-ad {
	background-color: white;
} */