/**
 * Theme Name:   Caffeine (Divi Child)
 * Theme URI:    https://caffeine.toretthemes.com
 * Description:  Caffeine (Divi Child)
 * Author:       Vladislav Musilek, Jan Drábek
 * Author URI:   https://toretthemes.com
 * Template:     Divi
 * Version:      1.0
 */

/* ----------------------------------------------------------------------------
 * Add your Child Theme css styles 
 * ------------------------------------------------------------------------- */

 /*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*BLURBS NUMBERS*/
.blurb-one.et_pb_blurb h4:before {
content: "01";
font-size: 42px;
color: #c7a17a;
font-weight: bold;
padding-right: 5px;
}

.blurb-two.et_pb_blurb h4:before {
content: "02";
font-size: 42px;
color: #c7a17a;
font-weight: bold;
padding-right: 5px;
}

.blurb-three.et_pb_blurb h4:before {
content: "03";
font-size: 42px;
color: #c7a17a;
font-weight: bold;
padding-right: 5px;
}

/*BOOK TABLE*/
@media (max-width: 1000px) {
 
.book-table p.et_pb_contact_field {
max-width: 100% !important;
}
}

/*SHOP GRID*/
.shop-grid .woocommerce ul.products li.product .price del {
display: initial;
padding-right: 5px;
}

.shop-grid .woocommerce ul.products li.product .button {
color: #fff;
width: 100%;
text-align: center;
}

/*WC PAGE STYLING*/
.woocommerce-page.et_fixed_nav #main-header {
background: #000 !important;}

/*FOOTER*/
#main-footer {
background-image: none; /* url("http://caffeine.toretthemes.com/wp-content/uploads/2017/08/footer-bg.jpg"); */
background-position: center;
}

#footer-widgets .footer-widget li:before {
display: none;
}

#footer-widgets .footer-widget li {
padding-left: 0;
}

/*BARISTA IMAGE*/
.barista-image img {
border-radius: 100%;
}

/*PRODUCT DETAILS*/
body.woocommerce .woocommerce-tabs {
border: none;
text-align: center;
}

body.woocommerce .woocommerce-tabs h2 {
display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
background: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: 0px;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #c7a17a !important;
text-transform: uppercase;
font-size: 20px;
border-bottom: 2px solid;
font-family: Oswald,sans-serif;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 20px;
border-bottom: 2px solid #eee;
font-family: Oswald,sans-serif;
background: #fff;
text-transform: uppercase;
}

.woocommerce #review_form #respond textarea {
background: #f9f4ed;
}