/*
    Theme Name:   Sunset Coffee
    Description:  Calling coffee shops, cafés, restaurants and bars - make your customers feel right at home with this simple elegant Layers theme.
    Template:     layerswp
    Version:      1.0.0
    Version: 1.0.0
    Author: Obox
    Author Description: Creators of Layers.
    Author URI: http://layerswp.com/
    Theme URI: http://sites.layerswp.com/coffee/
    License URI: http://www.gnu.org/licenses/gpl.html

    *-----------------------------*
    WARNING! DO NOT EDIT THIS FILE!
    *-----------------------------*

    To make updates to your theme, do not edit the styles in this file. Rather use
    the Custom CSS field in Theme Options to add your style changes. By copying a style from this
    file and pasting it in Theme Options, you will override the style in this file and avoid
    losing changes with theme updates or reinstalls.
*/

/*---------------------*/
/*- SETUP -------------*/
a{
    color: #000;
}
a:hover{
    color: #f90;
}
.heading{
    text-transform: uppercase;
}
.large .heading{
    font-weight: 900;
}
table,
table th,
table td{
    background: #fff;
    border-color: #ccc;
}


textarea,
input,
select{}

/*---------------------*/
/*- DEFAULTS ----------*/

.header-site .nav-horizontal{
    text-transform: uppercase;
    font-size: 1.4rem;
}
.wrapper-content{
    background: #e2e2e2;
}

.button,
input[type="button"],
input[type="submit"],
button{
    background: transparent;
    color: #000;
    border: 2px solid #000;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover{
    background: #000;
    color: #fc0;
}
.button.btn-large{
    padding: 5px 15px;
    font-size: 1.4rem;
}

    /*-----------------*/
    /*- OFF CANVAS ----*/
    section[class*=' off-canvas-'] .button,
    section[class*=' off-canvas-'] input[type="button"],
    section[class*=' off-canvas-'] input[type="submit"],
    section[class*=' off-canvas-'] button{
        background: #000;
        color: #fff;
    }


/*---------------------*/
/*- SIDEBYSIDE LISTS --*/
@media only screen and (min-width: 768px){

    .side-by-side-list .column{
        margin-bottom: 0px;
    }
    .side-by-side-list .column:last-child{
        margin-bottom: 0px;
    }
    .side-by-side-list .media{
        margin-bottom: 0;
        height: 400px;
    }
    .side-by-side-list .media-body{
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 30px;
    }
    .side-by-side-list .media-image{
    }

    .side-by-side-list .media-body .heading{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

}

/*---------------------*/
/*- HEADER CONTAINER ---*/
.header-site, .header-site.header-sticky {
    background-color: #ffffff;
}

/*---------------------*/
/*- TITLE CONTAINER ---*/
.title-container{
    background-color: #222222;
}
.title-container .heading{
    color: #fff;
}
.title-container .excerpt{
    color: #777;
}
.title-container li, .title-container a, .title-container span{
    color: #777777;
}
.title-container a:hover{
    color: #fc0;
}

/*---------------------*/
/*- WOOHOO ------------*/
.woocommerce-info,
.checkout_coupon{
    background: #fff;
}
.header-cart{
    background: #fff;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.header-cart .cart{
    color: #000;
}
.header-cart .amount{
    color: #000;
}
.header-cart:hover{
    background: #000;
}
.header-cart:hover .cart{
    color: #fff;
}
.header-cart:hover .amount{
    color: #fff;
}

.onsale{
    border-radius: 0;
    background: transparent;
    border: 2px solid #c00;
    color: #c00;
}

.amount{
    color: #000;
}
.product-top{
    position: relative;
}

.products .product{
    background: transparent;
    text-align: center;
}

.purchase-options-container{
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.purchase-options-container .quantity{
    margin-bottom: 10px;
}
.quantity .qty{
    border: none;
}
.woocommerce-tabs .tabs{
    background-color: transparent;
}

.woocommerce-tabs .tabs .active a,
.woocommerce-tabs .panel{
    background: #fff;
}
.products .product .star-rating {
    position: static;
    margin: 0 auto 10px;
}

@media only screen and (min-width: 768px){
    .purchase-options-container{
        padding: 40px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}


/*---------------------*/
/*- COPYRIGHT ---------*/
.copyright .column{
    float: none;
    margin: auto !important;
    text-align: center
}
.site-text{
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.copyright .nav-horizontal{
    margin-top: 10px;
    float: none !important;
}
.copyright .nav-horizontal li{
    margin: 0 8px;
}
.copyright .nav-horizontal a{
    color: #999;
}
.copyright .nav-horizontal a:hover{
    color: #fc0;
}


/*---------------------*/
/*- STORY -------------*/
.story blockquote{
    padding: 10px 0 10px 20px;
    background: transparent;
    border-left: 4px solid #333;
    color: #333;
}