/*!
 * Marketing 360 WooCommerce Template 101
 */

/* ==========================================================================
   Colors
   ========================================================================== */
   .top10{margin-top:10px;}.top20{margin-top:20px;}.top30{margin-top:30px;}.top40{margin-top:40px;}.top50{margin-top:50px;}.top60{margin-top:60px;}.top70{margin-top:70px;}.top80{margin-top:80px;}.top90{margin-top:90px;}.top100{margin-top:100px;}
   .bottom10{margin-bottom:10px;}.bottom20{margin-bottom:20px;}.bottom30{margin-bottom:30px;}.bottom40{margin-bottom:40px;}.bottom50{margin-bottom:50px;}.bottom60{margin-bottom:60px;}.bottom70{margin-bottom:70px;}.bottom80{margin-bottom:80px;}.bottom90{margin-bottom:90px;}.bottom100{margin-bottom:100px;}
   
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway=500,500i,700,700i');

body {
    font-family:"Lato",sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Raleway", sans-serif;
font-weight: 700;
}

h1,h2{
    text-transform:uppercase;
}
.cta-heading,
h3.featured-products{
    font-size:21px;
    color:#2593da;
    font-weight:700;
    text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}
.site-sidebar h3{
    font-weight:700;
    color:#2593da;
}
/* Background Colors */

.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button,
.site-header-top,
.footer-cta {
    font-family:"Lato",sans-serif;

    background: #2593da;
    color: #fff;
}
.footer-cta {

background:#2593da;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.comment-form .form-submit .submit:hover,
.comment-form .form-submit .submit:focus,
.button:hover,
.button:focus,
.woocommerce.widget_product_search [type="submit"]:hover,
.woocommerce.widget_product_search [type="submit"]:focus {
    background: #d94444;
}

.btn-secondary,
.woocommerce .onsale {
    background: #f7941d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #e8850e;
}

/* Text Colors */

a {
    color: #fc9a07;
}
a:hover,
a:focus,
.main-nav>ul>li.active>a,
.main-nav>ul>li>a:hover,
.main-nav>ul>li>a:focus {
    color: #2593da;
}

/* ==========================================================================
   Base
   ========================================================================== */

/* Buttons */
.btn{
    text-transform:uppercase;
}
.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button {
    border-radius: 0;
}
.btn-search {
    background: none;
    border: 1px solid #ccc;
    color: #888;
}



/* Forms */

.form-control {
    border-radius: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.site-header {
    margin-bottom: 0;
}
.woocommerce-cart .site-header {
    margin-bottom: 20px;
}

.site-header-top a,
.site-header-top .btn-link {
    color: #fff;
}

#header-top .fa {margin-right: 3px;}

/* Navigation */
.site-header-nav {
    border-bottom:none;
    background: #ff9c06;
}


.main-nav>ul>li>a {
    color: #fff;
    text-transform: uppercase;
	display: block;
    padding: 12px 8px;
    font-size:13px;
    text-decoration: none;
}

#header-top.stuck {
    position: fixed;
    top: 0;
    width: 100%;
	    z-index: 1000;
}
/* ==========================================================================
   Content
   ========================================================================== */
/*.carousel-control {
    display: none;
}*/
.parallax {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-header {
    background: url(../img/bg-banner-header.jpg) top center no-repeat;
    padding: 18px 0;
    margin-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-header h2 {
    background: #222;
    background: rgba(0,0,0,0.30);
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 8px 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

.site-header-main {
    padding: 5px 0;
}
.site-header-main h3 a {
    color: #2593da;
	font-size: 20px;
	text-transform: uppercase;
}

.site-header-main h3 a:hover {
	color: #fc9a07;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */


/* ==========================================================================
   Homepage
   ========================================================================== */

/* Home Carousel */

#carousel-homepage .one {
    background-image: url(../img/slide1-emf.jpg) ;
    background-position:top center;
}

#carousel-homepage .two {
    background-image: url(../img/slide2-relax.jpg) ;
    background-position:top center;
}

#carousel-homepage .three {
    background-image: url(../img/slide3-light.jpg) ;
    background-position:top center;
}

#carousel-homepage .four {
    background-image: url(../img/slide4-pain.jpg) ;
    background-position:top center;
}

#carousel-homepage .carousel-inner>.item {
    padding-top: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#carousel-homepage .carousel-inner .slide-heading {
    text-transform: uppercase;
}

#carousel-homepage .btn{
        background-color:#ff9c06;
		padding: 8px 20px;
    
}

/* Testimonials Carousel */

#testimonials .carousel-inner>.item {
    text-align: center;
	min-height: 54px;
}

#testimonials .carousel-indicators {
    bottom: -30px;
}

#testimonials .carousel-indicators .active {background: #ccc;}
#testimonials .carousel-indicators li {border-color: #ccc;}

/* ==========================================================================
   Posts
   ========================================================================== */
article {
    margin-bottom: 50px;
}
h2.post-header-title {
    border-bottom: 1px solid #ddd;
}
/* ==========================================================================
   Footer
   ========================================================================== */

p.disclaimer {
    font-size: 12px;
}



/* NEWSLETTER */

#newsletter {background: #eee; padding: 20px 0 0;}
#newsletter h4 {color: #666;}
#newsletter .gform_wrapper  label {display: none;}
#newsletter .button {background: #ff9c06;}
#newsletter .button:hover {background: #f39200;}
   
.footer-cta {
    padding: 10px 0;
}
.footer-cta p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}
.footer-cta p strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif; 
}

.site-footer {
    background: #1988d0;
	border-top: 1px solid rgba(255,255,255,0.25);
}
.site-footer-bottom{
background-color:#1988d0;
margin-top:0;
padding-top:10px;
}

.footer-widget-inner {
    min-height: 137px;
}

.site-footer-bottom a{
    color:#ccc;
    text-decoration:underline;
}

.social-links a, .social-links span {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.social-links a {
    color:#fff !important;
        margin-bottom: 5px;
    text-align: center;
    padding: 5px 0px;
    background: #cdcdcd;
    border-radius: 15px;
}

.social-links {
    padding-left: 0;
}
.social-links li {
    display: inline-block;
}

#new-social a {font-size: 18px; line-height: 1.4;}
#new-social .fa {margin-right: 10px; float: left; font-size: 24px;}

.footer-widget a,
.footer-widget{
    color:#ccc;
	font-size: 14px;
}
.footer-widget a:hover {color: #fff;}


.site-footer .widget-title{
color:#fff;}


/* ==========================================================================
   Category Page
   ========================================================================== */


/* ==========================================================================
   Product List
   ========================================================================== */

ul.products li .hover-wrap {
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products>li .hover-wrap .wp-post-image {
    margin-bottom: 0;
}
ul.products li .hover-wrap .add_to_cart_button {
    display: block;
}
ul.products li .info-wrap {
    background: #f4f4f4;
    padding: 7px 0 5px;
}
.woocommerce ul.products>li .price {
    margin-bottom: 5px;
}
ul.products li .info-wrap p {
    margin-bottom: 3px;
}
ul.products li .added_to_cart {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    padding: 8px 0;
    background: #2593DA;
    text-align: center;
}



.info-wrap .price {
    font-weight: 700;
    font-size: 20px !important;
}

.woocommerce ul.products>li .hover-wrap .wp-post-image {
    margin-bottom: 0;
    max-height: 167px;
    width: auto;
}
.info-wrap p {
    min-height: 63px;
}
.product .hover-wrap {
    min-height: 167px;
}

p.stock.out-of-stock{
  font-size:18px;
  font-weight:700;
  color:#ff0000;
  margin-bottom:0;
}
.outofstock .button {
    width: 100%;
}
body #gform_2 .gform_wrapper .top_label div.ginput_container,
body #gform_2 .gform_wrapper ul li.gfield{
    margin-top:0 !important;
}
.site-sidebar .woocommerce .product-categories li.cat-parent ul.children{
    z-index: 20;
}

.woocommerce ul.products li .info-wrap {
    min-height: 109px;
}
.woocommerce ul.products li .hover-wrap {
    min-height: 183px;
}

.woocommerce ul.products li {
    text-align: center;
    padding: 3px;
}
.woocommerce.single-product .product .images .thumbnails a {
    display: inline-block;
    width: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
}
.woocommerce-product-gallery__image {
    width: 25%;
    display: inline-block;
        padding: 5px;
        margin:0 5px;
    border: 1px solid #ddd;
    text-align: center;
}
.woocommerce-product-gallery__image img {
    width:auto;
        max-height:75px;

}
.woocommerce-product-gallery__image:first-child img {
height:auto !important;
    max-height:inherit !important;
}
.woocommerce-product-gallery__image:first-child {
    width: 100%;
    display: block;
    border:none;
    margin-bottom: 10px;
}

body.woocommerce-checkout .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.woocommerce-account-fields {
    display: block;
    width: 100%;
    clear: both;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin: 20px 0;
    min-height: 61px;
}
.badge-holder img{
    max-height:150px;
    margin-right:10px;
}
a.comment-submit.small.checkout-button.button.alt {
    float: right;
    text-transform:uppercase;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra Small devices ONLY (mobile, anything 767px and DOWN) */
@media (max-width: 767px) {

	#carousel-homepage .item {
		background-size: initial;
		background-position: center left;
		text-align: center;
		height: 230px;
	}
	
	#carousel-homepage .carousel-inner .slide-heading {font-size: 24px;}

	#newsletter {text-align: center;}
	#newsletter .gform_wrapper .gform_footer {margin-top:.375em; padding: 0;}
	#newsletter  .gform_button {width: 100%;}
	
	#new-social .fa {float: none;}

}

/* Small devices ONLY (tablets, anything 768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {

}
@media  (max-width:991px){
	#carousel-homepage .one {
    background-image: url(../img/slide1-emf.jpg);
    background-position: top right;
}

	#new-social .fa {font-size: 18px; margin-right: 5px;}
    
}
/* Medium devices ONLY (desktops, anything 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (max-width:1199px){
	#carousel-homepage .three {
    background-position: top right !important;
}
	#new-social a {font-size: 15px;}
   
}
@media (min-width:1200px){
   
}
/*
 * Begin "Not Limited" Media Queries - These pertain to the minimum pixel value and up.
 */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.site-sidebar .woocommerce .product-categories li.cat-parent>a:after {
    right: -8px;
}
/* Home Page Carousel */
	#carousel-homepage {
	    margin-bottom: 40px;
        position: relative;
	}
    #carousel-homepage .item {
        height: 230px;
		background-size: cover;
    }
    .carousel-inner .slide-heading {
        font-size: 24px;
		margin-top: 0px;
    }

section.widget-1.widget-first.footer-widget.nav_menu-2.widget_nav_menu ul {
    -webkit-columns: 2;
    -moz-columns: 2;
}
    /* Buttons */
    .btn.btn-lg {
        padding: 8px 18px;
        /*border: 2px solid #fff;*/
        font-size: 24px;

        text-transform: uppercase;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

    /* Product List */

    ul.products li .hover-wrap .wp-post-image {
        transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -webkit-backface-visibility: hidden;
    }
    ul.products li:hover .hover-wrap .wp-post-image {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    ul.products li .hover-wrap .add_to_cart_button {
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;

    }
    ul.products li:hover .hover-wrap .add_to_cart_button {
        bottom: 10px;
    }
	
	/* NEWSLETTER */
	#newsletter h4 {margin-top: 12px; text-align: center;}

	#newsletter .gform_wrapper {display: inline-block; width: 100%; margin: 0;}
	#newsletter .gform_wrapper ul  { width: 66%; float: left;}
	#newsletter .gform_wrapper ul li.gfield {
		float: left;
		width: 50%;
		clear: none
	}
	#newsletter .gform_wrapper .gform_footer {float: left; clear: none; width: 33%; margin-top:.375em; padding: 0;}
	#newsletter  .gform_button {width: 100%;}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.main-nav>ul>li>ul>li:hover ul {
    display: block;
}
.main-nav>ul>li:hover>ul {
    display: block;
}
    .font-large {
        margin-bottom: 15px;
        font-size: 1.3em;
    }

    /* Header */

    .site-header-logo .logo {
        margin-top: 11px;
    }
	
	/* Home Page Carousel */
	#carousel-homepage {
	    margin-bottom: 70px;
        position: relative;
	}
    #carousel-homepage .item {
        height: 280px;
		background-size: cover;
    }
    .carousel-inner .slide-heading {
        font-size: 32px;
		margin-top: 0px;
    }

    /* Content */
    .banner-header h2 {
        font-size: 40px;
            background: rgba(0,0,0,0.80);
    }

    

	
	/* NEWSLETTER */
	#newsletter h4 {text-align: left;}
	#newsletter .gform_wrapper ul  { width: 75%; float: left;}
	#newsletter .gform_wrapper .gform_footer {width: 25%;}
	
    /* Footer */
	

    .footer-cta p {
        font-size: 15px;
    }
    .footer-cta p strong {
        font-size: 22px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* Home Page Carousel */
	#carousel-homepage {
	    margin-bottom: 70px;
        position: relative;
	}
    #carousel-homepage .item {
        height: 400px;
    }
    .carousel-inner .slide-heading {
        font-size: 38px;
		margin-top: 90px;
    }

}
@media (min-width: 1200px) and (max-width:1400px){
#carousel-homepage .item.three {
     background-position-x: -677px;
}
}
@media (min-width: 1401px) and (max-width:1500px){
#carousel-homepage .item.three {
     background-position-x: -477px;
}
}
@media (min-width: 1501px) and (max-width:1700px){
#carousel-homepage .item.three {
     background-position-x: -277px;
}
}
/* ==========================================================

Mix-In Styles

========================================================== */

/* Enable menu hover drop down functionality */
/*  .has-child-dropdown:hover .dropdown-menu{
    display: block;
  }
  .has-child-dropdown:hover .dropdown-menu .dropdown-menu{
    display: none;
  }
  .has-child-dropdown .dropdown-menu li:hover .dropdown-menu{
    display: block;
  }
  .dropdown-menu .dropdown-split-toggle{
    background-color: transparent;
  }*/
/* End of optional hover menu css */