/*!
 * Marketing 360 WooCommerce Template 102
 */
@font-face {
	font-family:  'Lato', sans-serif;  
	src: url('https://fonts.googleapis.com/css?family=Lato:400,700,900');  
	/*font-weight: 400,700,900;*/ 
}

body { font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
/* ==========================================================================
   Colors
   ========================================================================== */

/* Background Colors */

.btn,
.comment-form .form-submit input[type="submit"],
.woocommerce.widget_product_search [type="submit"],
.button,
.site--top,
.footer-cta {
   background: #ff00ff;
    color: #fff;
}
.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: #ff00ff;
}
a:hover,
a:focus,
.main-nav>ul>li.active>a,
.main-nav>ul>li>a:hover,
.main-nav>ul>li>a:focus {
    color: #e8850e;
}

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

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

/* Forms */

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

/* ==========================================================================
   Header
   ========================================================================== */
.site-header-top {
	background: #ff00ff;
}

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

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

.site-header-main h4.phone a {
	color:#666; font-weight:700;
}

.site-header-main h4.phone a:hover {
	color:#999;
}

/* Navigation */
.site-header {
   background:none!important;
}
.site-header-nav {
   background:rgba(239,239,239,0.3);
}
.main-nav>ul>li>a {
    color: #222;
    text-transform: uppercase;
}

/* ==========================================================================
   Content
   ========================================================================== */

.parallax {
    background-attachment: fixed;
    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);
}

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

.blog .site-sidebar, .single-post .site-sidebar{
    border:1px solid #ddd;
    border-radius: 4px;
    background: #f4f4f4;
}
.blog .site-sidebar .widget-title, .single-post .site-sidebar .widget-title{
    font-size:18px;
}

.site-sidebar ul{
  padding-left: 0px;
  list-style: none;
}

.blog-cta{
  width: 100%;
}
/* ==========================================================================
   Homepage
   ========================================================================== */


/* Home Carousel */

#carousel-homepage {
    background-image: url(../img/hero-bg2.jpg);
	height: 600px;
    margin-bottom: 0;
}

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

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


#carousel-homepage {
    height: 400px;
    margin-bottom: 0;
    position: relative;
}

.cta-overlap {
margin-top: -30px;		
}

/*.cta-text {
	margin-top:360px;
}*/

/* Lookbook Section */
.lookbook { 
width:100%;
height:400px;
background-image: url(../img/lookbook-bg.jpg);
background-size: cover;
background-repeat: none; 
}

.site-content {
    margin-bottom: 10px;
}
/* ==========================================================================
   Posts
   ========================================================================== */


/* ==========================================================================
   Footer
   ========================================================================== */

.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;
}

.site-footer {
    background: #f4f4f4;
}

.footer-widget-inner ul li a {color:#333;}
.footer-widget-inner ul li a:hover {color:#666;}
.footer-widget-inner div p i:hover {color:#666;}

/* ==========================================================================
   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;
    width: 100%;
    padding: 8px 0;
    background: #f4f4f4;
    text-align: center;
}



/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

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

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%

}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
    margin-top: 10px;
	    padding-right: 10px;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
ol.flex-control-nav.flex-control-thumbs {
    padding: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra Small devices ONLY (mobile, anything 767px and DOWN) */
@media (max-width: 767px) {
  .inline-block-xs{
    display: inline-block;
    width: 100%;
  }
}

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

}

/* Medium devices ONLY (desktops, anything 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/*
 * Begin "Not Limited" Media Queries - These pertain to the minimum pixel value and up.
 */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    /* 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;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .font-large {
        margin-bottom: 15px;
        font-size: 1.3em;
    }

    /* Header */

    .site-header-logo .logo {
        margin-top: 11px;
    }

    /* Content */
    .banner-header h2 {
        font-size: 40px;
    }

    /* Home Page Carousel */
	    #carousel-homepage {
        height: 400px;
        margin-bottom: 0;
        position: relative;
    }
    #carousel-homepage {
        height: 550px;
        margin-bottom: 0;
        position: relative;
    }
    .carousel-inner .slide-heading {
        font-size: 42px;
    }

    /* 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) {

}
