/*
Theme Name: Dollop
Author: Aaron Nace
Description: Dollop wordpress theme including bootstrap
Version: 0.0.1
Tags: bootstrap
*/


.clear {
    clear: both;
}

.center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: lato;
}

p {
    font-family: lora;
}

a {
    color: #e0aa35;
}

a:hover {
    color: #383838;
}

img {
    max-width: 100%;
}

.spacer-10 {
    height: 10px;
}

.spacer-20 {
    height: 20px;
}

.spacer-30 {
    height: 30px;
}

.spacer-60 {
    height: 60px;
}

.spacer-90 {
    height: 90px;
}

.spacer-120 {
    height: 120px;
}

@media only screen and (max-width: 767px) {
    .spacer-30 {
        height: 15px;
    }

    .spacer-60 {
        height: 30px;
    }

    .spacer-90 {
        height: 45px;
    }

    .spacer-120 {
        height: 60px;
    }
}

/* Mobile & Desktop Hide */

.mobile-show {
    display: none;
}

.tablet-show {
    display: none;
}

@media only screen and (max-width: 767px) {
    .tablet-show {
        display: block;
    }

    .tablet-hide {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

/* Desktop Header */

.header-logo-container {
    background-color: black;
    text-align: center;
}

.header-logo {
    padding: 30px 0 10px 0;
}

.header-logo img {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s;

}

.header-logo img:hover {
    transform: scale(1.015);
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .header-logo img {
        transform: scale(0.7);
    }

    .header-logo img:hover {
        transform: scale(0.715);
        opacity: .8;
    }

    .header-logo {
        padding: 10px 0 10px 0;
    }
}

/* BG Treatment */

.light-gray-bg {
    background-color: #f1f1f1;
}

.gray-bg {
    background-color: gray;
}

.black-bg {
    background-color: black;
}

.black-bg-mobile {
    background-color: inherit;
}

@media only screen and (max-width: 575px) {
    .black-bg-mobile {
        background-color: black;
    }
}

/* Link Treatment */

a.white-link {
    color: white;
}

.white-link a {
    color: white;
}

a.black-yellow-link {
    color: black;
}

a.black-yellow-link:hover {
    color: #e0aa35;
    text-decoration: none;
}

a.yellow-black-link {
    color: #e0aa35;
    transition: all .3s;
}

a.yellow-black-link:hover {
    color: black;
    text-decoration: none;
}

/* Image Treatment */

.full-width-image-container {
    width: 100vw;
    position: relative;
}

.full-width-image-container img {
    width: 100%;
}

.full-width-image-text {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    width: 300px;
    height: 250px;
    color: black;

}

.text-box {
    color: white;
    padding: 30px;

    top: 120px;

}

.text-box h2 {
    font-size: 44px !important;
}

.white-button {
    color: black;
    letter-spacing: 1px;
    background-color: white;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    display: block;
    width: fit-content;
}

.white-yellow-button {
    color: #e0aa35;
    letter-spacing: 1px;
    background-color: white;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    border: 4px solid #e0aa35;
    display: block;
    width: fit-content;

}

.white-yellow-button:hover {
    background-color: #e0aa35;
    color: white;
    text-decoration: none;

}

.yellow-button {
    color: #ffffff;
    letter-spacing: 1px;
    background-color: #e0aa35;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    border: 4px solid #e0aa35;
    display: block;
    width: fit-content;
}

.yellow-button:hover {
    text-decoration: none;
    background-color: #d29e31;
    border: 4px solid white;
}

.yellow-white-button {
    color: #ffffff;
    letter-spacing: 1px;
    background-color: #e0aa35;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    border: 4px solid white;
    display: block;
    width: fit-content;
}

.yellow-white-button:hover {
    text-decoration: none;
    background-color: white;
    color: #e0aa35;
    border: 4px solid white;
}


.text-banner h2,
.page h2,
.page h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 0 0 20px 0;
}

.page h2 {
    font-size: 27px;
}

.text-banner p,
.page p {
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.5;
    font-size: 21px;
}

.page-small p {
    font-size: 18px;
}

.text-banner-stars {
    margin-bottom: 40px;
}


.shop-online-square {
    width: 100%;
    height: 280px;
    color: white;
    background: url(https://www.dollopcoffee.com/wp-content/uploads/2020/04/Dollop-Shop-Online.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.shop-online-square:hover img {
    transform: scale(1.5);
}

.square-text {
    top: 45%;
    position: absolute;
    color: white;
    margin: 0 auto;
    width: fit-content;
    line-height: 25px;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.square-container {
    overflow: hidden;
    position: relative;

}

.square-container img {
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s;

    width: 100%;
    transform: scale(1.01);
}

.square-container:hover img {
    transform: scale(1.1);
}

.square-container:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    opacity: .5;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.dark-image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    opacity: .5;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.square-container:hover:after {
    opacity: .8;
}

.dollop-mug {
    position: relative;
    bottom: 0px;
}

.dollop-fresh-roasted-coffee-mobile {
    position: relative;
    width: fit-content;
    margin: -60px 30px 0px 0;
    float: right;
}

.gray-box {
    color: white;

}

.parallax-stars {
    background-image: url("https://www.dollopcoffee.com/wp-content/uploads/2020/04/Dollop_star_logos_parallax.jpg");
    background-attachment: fixed;
    background-position: left 5% bottom 45%;
    background-repeat: no-repeat;
}




/* Homepage Mailchimp Signup Box */

.mailchimp-signup-hp {
    margin: auto;
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .mailchimp-signup-hp {
        width: 80%;
    }
}

#mc_embed_signup {
    background: #e0aa35;
    clear: left;
    color: white;
    padding: 20px
}

#mc_embed_signup label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 0 0 0px 0 !important;
    font-size: 2rem !important;
}

#mc_embed_signup input.email {
    font-size: 16px !important;
    padding: 10px !important;
    margin: 0 0 20px 0 !important;
    min-height: 32px !important;
    width: 100% !important;
    background-color: white !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;

}

.dollop-newslettertext {
    margin: 0 0 40px 0;
    font-family: lora;
    font-size: 18px;
}

#mc_embed_signup input {
    color: white;
    letter-spacing: 1px;
    background-color: #e0aa35;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    border: 4px solid white !important;
    width: 100%;
}

#mc_embed_signup input:hover {
    background-color: white;
    color: #e0aa35;
    text-decoration: none;
}



/* Footer */

.dollop-footer {
    background-color: black;
    padding: 20px;
}

.footer-2 {
    background-color: black;
    padding: 15px;
    color: #868686;
    font-size: 13px;
    font-weight: 600;
    font-family: lato;
    letter-spacing: .3px;
    box-shadow: 0 50vh 0 50vh #000;
}






/* Dollop Locations Page */

.dollop-locations-container {
    margin: 0 0 40px 0;
}

.dollop-locations-image-container {
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.dollop-locations-container h2 {
    line-height: .8 !important;
}

.dollop-locations-container h2 a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    font-size: 18px !important;
}

.dollop-locations-container h2 a:hover {
    color: #e0aa35;

}


.dollop-locations-container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1px;
    line-height: 1.2;
}

.dollop-locations-image-container img {
    width: 100%;
    height: auto;
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s;
    border-radius: 4px;
}

.dollop-locations-image-container img:hover {
    transform: scale(1.1);
}



/* Dollop Single Location Pages */

.header-image {
    position: relative;
}

.header-image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    opacity: .3;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}


.header-image img {
    width: 100%;
}

.header-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 39%;
    z-index: 10;
}

.header-title h1 {
    color: white;
    font-size: 56px;
    font-family: lato;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.location-details h3 {
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
}

.location-details h4 {
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    letter-spacing: .5px;
}

.location-details p {
    font-size: 20px;
}

.location-details-icons img {
    float: left;
    width: 26px;
    margin: 0 10px 0 0;
}

.location-details-icons p {
    margin-bottom: 8px;
}

.location-special-note {
    padding: 0 0 0 15px;
    border-left: 7px solid #e0aa35;
    font-style: italic;
}

.image-width-100 img {
    width: 100%;
    height: auto;
}


.catering h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}

.catering-icon {
    float: left;
    width: 60px;
    margin: 4px 10px 0 0;
}

.catering-details {
    float: left;
    width: calc(100% - 80px);
    margin: 20px 0 0px 10px;
    padding: 0 40px 0 0;
}



.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic img {
    width: 50px;
}

.yellow-line {
    width: 170px;
    border-bottom: 4px solid #e0aa35;
    margin: 0 auto;
}




/* Woocommerce START */

.wocommerce-shop-header h1 {
    color: white;
    position: relative;
    padding-top: 150px;
}

.woocommerce div.product .product_title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 37px;
    margin: 0 0 20px 0;
}

.woocommerce div.product p.price {
    color: #e0aa35;
}

.woocommerce button.button.alt:hover {
    background-color: #e0aa35;
    color: white;
    text-decoration: none;
}


.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
    letter-spacing: 1px;
    background-color: white;
    font-size: 19px;
    padding: 4px 25px;
}



.woocommerce button.button.alt {
    background-color: white;
    color: #e0aa35;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    height: 47px;
    text-align: center;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 4px;
}

.product_meta {
    display: none;
}

.woocommerce button.button.disabled,
.woocommerce button.button.alt.disabled {
    background-color: white;
    color: #d3d3d3;
    border-color: #d3d3d3;
    opacity: 1;
    padding: 10px 40px;

}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {

    background-color: #acacac;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #535353;
    text-align: center;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    display: none;
}

.woocommerce ul.products li.product img {
    transition: all 0.5s ease-in-out;
}

.woocommerce ul.products li.product a:hover img {
    transform: scale(1.1);
}

.woocommerce-Tabs-panel h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .4px;
}

.related h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: .4px;
}

.woocommerce-message {
    border-top-color: #e0aa35;
}

.woocommerce-message::before {
    content: "\e015";
    color: #e0aa35;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: white;
    letter-spacing: 1px;
    background-color: #e0aa35;
    font-size: 19px;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;
    border: 4px solid #e0aa35;
    display: block;
    width: fit-content;

}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: black;
    text-decoration: none;

}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    max-width: 48%;

}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 48%;

}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 150px;
    width: auto;
}

.woocommerce table.shop_table thead{
    background-color: #dbdbdb;
}

.woocommerce-input-wrapper{
    width: 100%;
}
#customer_details{
    margin: 0 0 40px 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;}


@media only screen and (max-width: 768px){
    .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input{
        width: 50%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
        max-width: 100%;
    
    }
    
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        max-width: 100%;
    
    }
    .woocommerce-shipping-fields{
        margin: 40px 0;
    }
}
/* Woocommerce END */











#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;


}

#cssmenu {
    height: 37px;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
    transition: 1s ease-in-out;
    -webkit-transition: all 1s;
    background-color: black;
}

#cssmenu,
#cssmenu>ul>li>ul>li a:hover {}

#cssmenu>ul {
    list-style: inside none;
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}

#cssmenu>ul>li {
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
}

#cssmenu>ul>li>a {
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

#cssmenu>ul>li>a:hover {
    color: #c6c6c6;
}




#cssmenu>ul>li:first-child>a {
    border-radius: 5px 0 0 5px;
}

#cssmenu>ul>li>a:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
    border-color: #3c3c3c;
}

#cssmenu ul li.has-sub:hover>a:after {
    top: 0;
    bottom: 0;
}

#cssmenu>ul>li.has-sub>a:before {
    content: '';
    position: absolute;
    top: 18px;
    right: 6px;
    border: 5px solid transparent;
    border-top: 5px solid #ffffff;
}

#cssmenu>ul>li.has-sub:hover>a:before {}

#cssmenu ul li.has-sub:hover>a {

    z-index: 999;
}

#cssmenu ul li.has-sub:hover>ul,
#cssmenu ul li.has-sub:hover>div {
    display: block;
}

#cssmenu ul li.has-sub>a:hover {}

/* Drop Down Menu */
#cssmenu ul li>ul,
#cssmenu ul li>div {
    display: none;
    width: auto;
    position: absolute;
    top: 37px;
    padding: 10px 0;
    background: black;
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s;



}

#cssmenu ul li>ul {
    width: 200px;
}

#cssmenu ul li>ul li {
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Drop Down Menu Item */

#cssmenu ul li>ul li a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}

#cssmenu ul ul a:hover {
    color: #c6c6c6;
}

#cssmenu>ul>li.has-sub>a:hover:before {
    border-top: 5px solid #ffffff;
}


















/* Mobile Nav */

.mobile-nav-logo {
    width: 60px;
}

.button_container {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 200;
    transition: opacity 0.25s ease;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: white;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
}

.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100vh;
    z-index: 100;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    top: 50px;
    margin-left: 40px;
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

.overlay ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .popBox {
        left: 200px;
        right: 200px;
        bottom: 40%;
    }
}