/*
Theme Name: Candle Decorator by Deco West
Description: Divi child theme for Candle Decorator by Deco West.
Author: Jai Ferraro
Template: Divi
Version: 1.0.0
Text Domain: candle-decorator-by-deco-west
*/

/* Custom styles for WooCommerce product quantity input */
.single-product .et_pb_wc_add_to_cart form.cart div.quantity, .single-product.woocommerce div.product form.cart div.quantity, .single-product.woocommerce-page div.product form.cart div.quantity {
    margin:0!important;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single-product .quantity:before {
    content: "Quantity: ";
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.single-product .quantity:after {
    content: "Minimum order: 36 Units";
    font-size: 12px;
    color:#777777;
}

.single-product .quantity .input-text.qty.text {
    max-width: 100px;
    color: black;
    font-size: 18px;
    padding: 9px;
    background: white;
    border: 2px solid black !important;
}

.single-product .qty-adjustment-notice {
    display: none;
    max-width: 280px;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.4;
    color: #e87b5a;
    text-align: right;
}

.single-product .qty-adjustment-notice.is-visible {
    display: block;
}

.single-product .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button {
    width: 100%;
}

/* Custom Pricing Table Styles */
.gg-summary-container {
    text-align: right;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

/* Big Subtotal */
/* Container Positioning */
.gg-total-container {
    text-align: right;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

/* Big Subtotal */
.gg-main-subtotal {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 2px;
}

.gg-label {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-right: 10px;
    letter-spacing: 1px;
}

/* Small Unit Price */
.gg-unit-price-line {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* HIDE the default plugin totals showing on your page */
.wapf-product-totals,
.wapf-total-row,
.wapf-grand-total, 
.wapf-product-total, 
.wapf-options-total {
    display: none !important;
}

/* Footer styles moved from inline CSS */
.footer-info {
    text-align: center;
    float: none;
    color: #ffffff;
}
.footer-link {
    color: inherit;
}

/* General styles */

.hide {
    display: none;
}

.green {
    color: #93b797 !important;
}

.orange {
    color: #e87b5a !important;
}

.grey {
    color: #3c4a53;
}

.white {
    color: #ffffff !important;
}

body {
    color: #3c4a53;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.links {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

ul#top-menu li a {
    color: #3c4a53;
    font-weight: 400;
    font-size: 16px;
}

ul#mobile_menu {
    text-align: center;
}

li.nav-btn a {
    display: inline-block;
    padding: 0.8em 1.2em !important;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #93b797;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.2;
    font-size: 18px;
}

li.nav-btn a:before {
    font-family: 'ETmodules';
    content: "\e090";
    padding-right: 5px;
}

.footer-widget li.nav-btn a {
    display: inline-block;
    padding: 0.8em 1.2em !important;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #93b797;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.2;
}

.footer-widget li a {
    font-size: 16px;
}

.nav-btn span {
    font-weight: 400;
}

.mobile_menu_bar:before {
    color: #e87b5a;
}

.et_mobile_menu {
    border-top: 3px solid #e87b5a;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

ul#menu-nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.footer-widget .menu-item-44,
.footer-widget .menu-item-43 {
    padding: 0 20px;
}

div#footer-widgets .footer-widget:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

div#media_image-2 {
    width: 52%;
}

.footer-widget {
    margin-bottom: 20px !important;
}

div#footer-widgets {
    padding-top: 20px;
}

.et_pb_row.et_pb_row_0.home-header-row {
    padding-top: 130px;
}

.holders-text ul {
    list-style-type: none;
    padding: 0;
}

ul.custom-offerings {
    padding-top: 15px;
}

ul.checks-list li {
    display: flex;
    padding: 5px 0;
}

ul.checks-list li:before {
    font-family: 'ETmodules';
    content: "\4e";
    padding-right: 5px;
    color: #e87b5a;
    font-weight: 700;
}

.about-btn {
    font-weight: 700 !important;
}

#triangle-down:after {
    width: 0;
    height: 0;
    content: '';
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 100px solid #93b797;
    bottom: -40px;
    right: 0;
    z-index: 1;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
}

figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption {
    text-align: center;
}

figcaption.orange {
    font-weight: 800;
    padding-top: 20px;
    font-size: 20px;
}

figcaption:last-child {
    font-size: 20px;
}

a.two-line-btn.white {
    display: inline-block;
    padding: 0.8em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    background-color: #e87b5a;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.2;
    font-size: 18px;
}

a.two-line-btn:before {
    font-family: 'ETmodules';
    content: "\e090";
    padding-right: 5px;
}

a.two-line-btn span {
    font-weight: 400;
}

a.single-line-btn {
    display: inline-block;
    padding: 0.5em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 500;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    font-size: 18px;
}

a.contact-btn {
    display: inline-block;
    padding: 0.5em 2.8em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    background-color: #e87b5a;
    text-align: center;
    transition: all 0.2s;
}

.benefits-text a {
    font-weight: 700;
}

.icons-row {
    display: flex;
    align-items: baseline;
}

.about-header p {
    line-height: 1.2em !important;
}

figcaption.white {
    font-size: 20px;
    width: 150%;
    margin-left: -25%;
    padding-top: 20px;
}

ul.custom.checks-list {
    line-height: 18px;
}

.custom.checks-list li {
    display: flex;
    padding: 5px 0;
}

li.custom.checks-list:before {
    font-family: 'ETmodules';
    content: "\4e";
    padding-right: 5px;
    color: #e87b5a;
    font-weight: 700;
}

.call-today-text h3 {
    margin-bottom: 15px;
    line-height: 1.2em;
}

ul.custom-offerings {
    font-size: 16px;
    padding: 15px 0 0 0;
}

@media (max-width: 376px) {
    .contact-header h1 {
        font-size: 45px !important;
    }
}

@media (min-width: 376px) {
    .how-to p br {
        display: none;
    }
}

@media (max-width: 408px) {
    .about-header h1 {
        font-size: 45px !important;
    }

    .about-header p {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: 85%;
        max-width: 1080px;
        margin: auto;
    }
}

@media (max-width: 980px) {
    div#media_image-2 {
        width: 100% !important;
        text-align: center !important;
    }

    ul#menu-nav {
        flex-flow: wrap !important;
        justify-content: center !important;
    }

    li#menu-item-43 {
        padding-bottom: 15px;
    }

    li#menu-item-44 a,
    li#menu-item-43 a {
        font-size: 18px;
    }

    .mobile-show {
        display: block;
    }

    .footer-widget .menu-item-44,
    .footer-widget .menu-item-43 {
        padding: 20px 20px;
    }

    div#main-content {
        min-height: 57vh;
    }
}

@media (min-width: 981px) {
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 40%);
    }

    .mobile-show {
        display: none;
    }

    ul#top-menu {
        display: flex;
        align-items: center;
        margin-bottom: 33px;
    }

    .et_header_style_left #et-top-navigation nav > ul > li > a {
        padding-bottom: 0;
    }

    .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
    .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
        padding-bottom: 0;
    }

    div#et-top-navigation {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 100%;
        max-width: 1180px;
        margin: auto;
    }
}

@media only screen and (max-width: 1320px) and (min-width: 981px) {
    .centered {
        transform: translate(-50%, 50%);
    }
}

@media (min-width: 1350px) {
    .container {
        width: 85%;
        max-width: 1180px;
        margin: auto;
    }
}
