/*
Theme Name: Firefly Child Theme
Theme URI: https://fireflywebdesign.co
Author: Firefly Web Design
Author URI: https://fireflywebdesign.co
Template: generatepress
Description: Child theme 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/


/****************************************************************
GLOBAL LAYOUT
****************************************************************/


/*NAVIGATION*/

.main-navigation .mobile-bar-items a {
    line-height: 50px;
}
#pre-footer {
    padding: 70px 40px;
}
#site-navigation .inside-navigation {
    border-bottom: 1px solid #f4eee9;
    border-top: 1px solid #f4eee9;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}
.page-template-frontpage .site-content {
    padding: 0;
}

/*search icon*/

nav .fa {
    color: #666;
    font-size: 1.1rem;
}

/*remove login menu item from desktop navigation*/

@media screen and (min-width:768px) {
    .main-navigation:not(.navigation-stick) li.menu-item-10763 {
        display: none !important;
    }
}

/*HEADER*/
.out-of-stock {display:none !important;}

.btn.btn-header {
    display: inline-block;
    float: right;
    padding: 25px 45px 15px;
    background-color: #bcb1b3;
    margin-top: 5px;
}
a.btn.btn-header:hover,
a.btn.btn-header:active,
a.btn.btn-header:focus {
    background-color: #444;
}
.site-logo {
    display: none;
}
.site-logo-svg {
    background-image: url("/wp-content/uploads/2017/12/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.site-logo-svg a {
    display: inline-block;
    width: 165px;
    height: 72px
}

/*FOOTER*/

.widget-title {
    text-align: left;
}
.footer-widgets .widget-title {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-widget-1 .widget {
    margin-bottom: 10PX;
}
.footer-widget-1 .fa {
    font-size: 2.5rem;
    margin-right: 10px;
}
.footer-widgets .footer-widget-1 img {
    max-width: 170px !important;
}
.footer-widget-3 p {
    font-family: 'khula', 'arial';
    margin-bottom: 13px;
}
.footer-widget-3 .fa {
    margin-right: 4px;
}

/****************************************************************
GLOBAL TYPOGRAPHY
****************************************************************/

h1,
.page-template-frontpage h3 {
    text-align: center;
}
h1.entry-title,
h2.heading-line {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media screen and (min-width:768px) {
    h1.entry-title,
    h2.heading-line {
        max-width: 80%;
        margin: 0 auto 40px;
    }
}

/*h1.entry-title:before,
h1.entry-title:after,*/

h2.heading-line:before,
h2.heading-line:after {
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #bcb1b3;
    position: relative;
    top: 0.6em;
}

/*h1.entry-title:before,*/

h2.heading-line:before {
    margin-right: 15px;
}

/*h1.entry-title:before,*/

h2.heading-line:after {
    margin-left: 15px;
}

/*****************************************************************
PAGE SPECIFIC STYLES
******************************************************************/


/* HOME PAGE HERO */


/*make full width*/

body.page-template-frontpage .grid-container {
    max-width: 100%;
}
header.site-header .inside-header.grid-container {
    max-width: 1300px;
}
#hero.grid-container {
    background-image: url("/wp-content/uploads/2017/12/hero-cropped-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
#hero .hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 0 120px 40px;
}
#hero h2 {
    text-transform: none;
    font-size: 2.8rem;
    max-width: 600px;
    text-align: left;
}
#hero .subtitle {
    font-size: 1.3rem;
    max-width: 500px;
}
.hero-btns {
    margin: 30px 0;
}

/*centre woocommerce images on frontpage*/

#new-arrivals a img,
#best-sellers a img {
    text-align: center;
    display: block;
    margin: 15px auto;
    padding: 20px;
}
#best-sellers .best-seller-list,
#new-arrivals .new-arrivals-list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
#best-sellers,
#new-arrivals {
    padding: 70px 0;
}
.page-template-frontpage article {
    background: #f4eee9;
    font-family: 'cormorant upright', arial;
    font-size: 1.3rem;
}
.page-template-frontpage .entry-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 90px 20px 80px;
}
#new-arrivals {
    background: #f4eee9;
}
#best-sellers a img {
    border: solid 1px #f4eee9;
}
#new-arrivals a img {
    border: solid 1px #efdbd4;
}

/* CONTACT PAGE */

.page-id-5 .site-main .grid-33 {
    text-align: center;
}

/*contact page details*/


/*contact page details*/

.page-id-5 .grid-33 a:hover,
.page-id-5 .grid-33 a:active,
.page-id-5 .grid-33 a:focus {
    color: #bcb1b3;
}

/* BUTTONS */

.btn {
    background-color: #444;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 45px 10px;
    width: 110px;
    font-size: 1.2rem;
}
a.btn:visited {
    color: #fff;
}
a.btn:hover,
a.btn:focus,
a.btn:active {
    background-color: #bcb1b3;
    color: #fff;
}

/*center buttons*/

.btn-center {
    text-align: center;
    margin-top: 45px;
}
.btn-cat,
.btn-news {
    text-align: center;
    text-transform: uppercase;
    padding: 45px 0 30px;
    width: 100%;
    font-size: 1.4rem;
    display: inline-block;
}
.btn-cat,
.btn-cat:active,
.btn-cat:focus {
    color: #444;
    background-color: #Bcb1b3;
}
.btn-news,
.btn-news:focus,
.btn-news:active {
    color: #444;
    background-color: #efdbdf;
}
.btn-cat:hover,
.btn-news:hover {
    background-color: #444;
    color: #fff;
}
a {
    transition: all .3s ease-in-out;
}

/*SIDEBARS*/

.one-container .sidebar .widget {
    padding: 25px 20px;
}
.sidebar .widget {
    background-color: #f4eee9;
}

/*****************************************************************
FORMS
******************************************************************/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #f6f3f3;
    border: none !important;
    width: 100% !important;
    font-size: .9rem;
    transition: .3s;
}
label {
    font-size: .9rem;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited {
    transition: .2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus .wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar {
    background-color: #f6f3f3;
    border: none !important;
    width: 100% !important;
}

/*****************************************************************
WOOCOMMERCE
******************************************************************/

h2.woocommerce-loop-product__title {
    text-align: center;
}

/*add border to product and category images*/

.wc-product-image,
.woocommerce-product-gallery__image {
    border: solid 1px #f4eee9;
    padding: 30px 30px 0;
}

/*archive product and category titles*/

.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-transform: uppercase !important;
    font-family: 'khula';
}

/*archive product price*/

.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
    font-family: 'cormorant upright';
    font-size: 1.4rem;
    color: #a49796;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/*centre category images*/

header.woocommerce-products-header {
    text-align: center;
}

/*remove header image from category pages*/

header.woocommerce-products-header img.alignleft {
    display: none;
}
ul.product-categories li.cat-item span.count {
    color: #bcb1b3;
}
ul.product-categories ul.children li.cat-item {
    margin-left: 25px;
}
.woocommerce-tabs h2 {
    text-align: left;
}
.button.checkout.wc-forward {
    color: #fff;
    background-color: #bcb1b3;
}

/*info message*/

.woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message {
    text-align: center;
}
div.woocommerce-info a {
    color: #fff !important;
}

/*remove second description title on single product*/

.woocommerce-tabs h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left !important;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 4px 10px 0;
}

/*woocommerce available on backorder badge*/

.woocommerce .out-of-stock {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background-color: #bcb1b3;
    color: #ffffff;
    z-index: 10;
    padding: 5px 10px;
}
.woocommerce div.product p.stock.available-on-backorder {
    font-size: 1.3rem;
    background-color: #f4eee9;
    color: #444444;
    padding: 20px 30px 10px 30px;
    border: 0;
    border-left: 10px solid rgba(0, 0, 0, .3)
}
.woocommerce div.product .out-of-stock {
    color: #fff;
}

/*.woocommerce ul#shipping_method li:last-child {
    display: none;
}*/


/*TABLES*/

table.shop_table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
}
table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: solid 1px #f4eee9;
}