/*
Theme Name:     Fasionista
Description:    Fasionista is the best theme for fashion stores who are planning to sell items online. This theme is designed with a minimalistic approach so customers will get the attention of your product images first. As a child theme for Storefront, this theme works well with the WooCommerce plugin.
Author:         Wooassist
Author URI:     http://www.wooassist.com/
Version:        1.0.2
Template:       storefront
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           e-commerce, one-column, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, footer-widgets, sticky-post, theme-options
Text Domain:    fasionista
*/

/**
 * General overrides and fixes
 */
.col-full {
    max-width: 100%;
    margin-left: 2.618em;
    margin-right: 2.618em;
}
.site-header {
    padding: 0.1em;
}
.home .site-header {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins';
    font-weight: 600;
}

.brand-nav-wrap {
    position: relative;
    z-index: 5;
    margin: 0 -2.618em;
    padding: 1.0em 2.618em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 2em;
}
.brand-nav-wrap:after {
    content: '';
    display: table;
    clear: both;
}
article.hentry,
.single-product div.product {
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 0;
}
.hentry .entry-header {
    border-bottom: 0;
}
ul.products li.product .button {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 0.9em;
}
.site-branding h1 {
    line-height: 1.0em;
}
.site-header-cart .cart-contents {
    margin-right: 2.618em;
    background-color: rgba(0, 0, 0, 0.12);
    top: 2em;
}
.home .site-header-cart .cart-contents {
    top: 0;
}

/**
 * Header parallax hero
 */
.fasionista-header-hero-block {
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 2em;
}
.fasionista-header-hero-block .content {
    margin-top: 2em;
    text-align: center;
}
.fasionista-header-hero-block .content h1 {
    color: #ffffff;
    font-size: 2.4em;
    letter-spacing: -4px;
    margin-bottom: 0;
}
.fasionista-header-hero-block .content p {
    font-size: 1.1em;
    opacity: 0.6;
}
.fasionista-header-hero-block .cta-button {
    width: 100%;
    max-width:30em;
    background: transparent;
    color: #E3D9CB;
    padding: 0.7em 1.3em;
    display: inline-block;
    text-align: center;
    border: 2px solid #BDB8B1;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1.0;
    margin-bottom: 1em;
}
.fasionista-header-hero-block .cta-button.highlight {
    display: none;
    color: #309c93;
    border-color: #309c93;
    margin-right: 0;
}
.fasionista-header-hero-block .cta-button:hover {
    opacity: 0.7;
}

/**
 * Forms
 */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #eee;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
    background: transparent;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: none;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: none;
    border-color: #e2401c;
}

/**
 * Header parallax hero background
 */
.home .site-header:before {
    content: '';
    background: center top no-repeat fixed;
    background-size: auto 100%;
    width: 100%;
    height: 2000px;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}
.home .site-header:after {
    content: '';
    background: rgba(41, 51, 72, 0.5);
    width: 100%;
    height: 2000px;
    position: absolute;
    left:0;
    top:0;
    z-index: 1;
}

/**
 * Main menu
 */
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a,
.site-header-cart .cart-contents {
    font-family: 'Poppins';
    text-transform: uppercase;
    letter-spacing: -1px;
}
.main-navigation button.menu-toggle {
    padding: 11.5px 0px 11.5px 28px;
    border-color: transparent !important;
}
.main-navigation button.menu-toggle span:before,
.main-navigation button.menu-toggle:after,
.main-navigation button.menu-toggle:before {
    border-radius: 3px;
    width: 30px;
    height: 5px;
    left: 0;
}
.main-navigation:not(.toggled) button.menu-toggle:before {
        -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
}
.main-navigation:not(.toggled) button.menu-toggle:after {
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
}

/**
 * Product Loop
 */
ul.products li.product h3 {
    font-size: 1.3em;
    font-weight: 300;
}
ul.products li.product h3 mark {
    font-weight: 300;
}
ul.products li.product .price {
    font-size: 1.3em;
}

/**
 * Footer parallax background
 */
.site-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.site-footer:before,
.site-footer:after {
    width: 100%;
    height: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-footer:before {
    background-size: auto 100%;
}
.site-footer:after {
    background: rgba(35, 42, 58, 0.94);
}

/**
 * Homepage content
 */
body.page-template-template-homepage .hentry .entry-header h1 {
    text-align: center;
}

@media (min-width: 540px) {

    /**
     * Header parallax hero
     */
    .site-header:before {
        background-size: 100% auto;
    }
    .fasionista-header-hero-block .content {
        margin: 4em 0 2em;
    }
}

@media (min-width: 768px) {
    .brand-nav-wrap {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -5.236em;
    }
    .site-header .site-branding,
    .site-header .site-logo-anchor,
    .site-header .site-logo-link {
        margin-bottom: 0;
        padding: 0.5em 0;
    }
    .site-header .site-branding img,
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img {
        max-height: 40px;
        position: relative;
        top: 5px;
    }
    .woocommerce-active .site-header .main-navigation,
    .main-navigation {
        display: block;
        width: 54.5217391304%;
        clear: none;
        padding-top: 0;
    }
    .primary-navigation ul {
        text-align: right;
    }
    .main-navigation ul.menu > li,
    .main-navigation ul.nav-menu > li {
        float: none;
        display: inline-block;
    }
    .woocommerce-active .site-header .site-header-cart:before {
        content: '';
        display: block;
        width: 1px;
        height: 4.34em;
        border-left: 1px solid rgba(255, 255, 255, 0.07);
        position: absolute;
        left: -1.5em;
    }
    .site-header-cart .cart-contents {
        margin-right: 0;
        background-color: transparent;
        top: 0;
    }
    .site-header-cart.focus .widget_shopping_cart,
    .site-header-cart:hover .widget_shopping_cart {
        left: auto;
        right: -3.219em;
        width: 300%;
        max-width: 300px;
    }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a,
    .site-header-cart .cart-contents {
        font-size: 0.85em;
        padding: 1.8em 1em;
    }
    .woocommerce-active .site-header .site-header-cart {
        width: 15.0434782609%;
        padding-top: 0;
    }
    .site-header-cart .cart-contents .count {
        display: none;
    }
    .site-header-cart .cart-contents:after {
        right: 1.1em;
        top: 1.9em;
    }

    /**
     * Header parallax hero
     */
    .home .site-header:before {
        background-size: 100% auto;
    }
    .fasionista-header-hero-block {
        min-height: 420px;
    }
    .fasionista-header-hero-block .content {
        margin: 10em 0 2em;
        text-align: left;
        max-width: 36em;
    }
    .fasionista-header-hero-block .content h1 {
        font-size: 4em;
    }
    .fasionista-header-hero-block .content p {
        font-size: 1.3em;
    }
    .fasionista-header-hero-block .cta-button {
        width: 47.8260869565%;
        margin-right: 4.347826087%;
        float: left;
    }
    .fasionista-header-hero-block .cta-button.highlight {
        display: inline-block;
        margin-right: 0;
    }

    /**
     * Footer parallax background
     */
    .site-footer:before {
        background-size: 100% auto;
    }
}

@media (min-width: 990px) {
    .fasionista-header-hero-block {
        min-height: 550px;
    }
    .main-navigation ul.menu > li > a,
    .main-navigation ul.nav-menu > li > a,
    .site-header-cart .cart-contents {
        font-size: .938em;
        padding: 1.5em 1em;
    }
    .site-header-cart .cart-contents .count {
        display: inline;
        letter-spacing: 0;
    }
    .fasionista-header-hero-block .content {
        margin: 15em 0 2em;
    }
}
