/* events plugin overrides */
:root {
    --tec-color-text-primary: #fff;
    --tec-color-text-secondary: #fff;
    --tec-color-background-tooltip: #999;
}

.tribe-events-c-top-bar__today-button,
.tribe-events-calendar-month__calendar-event-tooltip-template,
.tribe-events-c-subscribe-dropdown__list-item a {
    color: #000 !important;
}

.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #fff;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container,
.tribe-events-calendar-list__event-header address {
    display: none;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: block;
}



html,
body {
    background-color: black;
    color: #fff;
    height: 100vh;
    font-family: 'Andale Mono', sans-serif;   
}

header {
    background-color: black;
    width: 100%;
}     

body.page-id-160 header {
    /* background: url(/wp-content/uploads/2022/10/honeycomb-background1.jpg) no-repeat;
    background-position: top center; */
    /* display: none; */
}

#banner {
    background: url(/wp-content/themes/digger/images/honeycombspeakers.jpg) no-repeat; 
    background-size: 150%; 
    width:100%;
    min-height: 50vh;
    background-position-y: top;
}

#gradient {
    position: relative;
    top: -100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100px;
}

#closed {
    position: fixed;
    width: 100%;
    top: 15rem;
    z-index: 9;
    text-align: center;
    padding: 2rem;
    background: rgba(0,0,0,.5);
    border-radius: 1rem;
}

#closed p {
    margin-bottom: 1rem;
}

/* #section-ig {
    position: absolute;
    bottom: 35px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    height: 20%;
    text-align: center;
} */

/* body.page-id-160 #animation_container,
body.page-id-160 #bug-white {
    display: none;
} */

#header-row {
	background: #ab2346;
}

header.mobile {
    height: 60px;
}

.burger {
    position: absolute;
    padding: 15px 8px 15px 11px;
    background-color: black;
    display: inline-block;
    transition: transform 600ms ease;
    font-size: 1.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 1;
}

.menu-items {
    position: absolute;
    width: 100%;
    background-color: black;
    z-index: 2;
    font-family: 'Andale Mono', sans-serif; 
}

.menu-items .nav-link {
    color: #fff;
    padding-bottom: 0;
}

.nav-link {
    padding: .5rem;
}

#location,
#hours {
    display: none;
    position: absolute;
    top: -150px;
    width: 100%;
}

#bug-white {
    bottom: 6rem;
}

#bug-white img {
    max-width: 30%;
}

.bug {
    max-width: 100%;
}



/* #section-ig {
   display: none;
} */

#location p,
#hours p {
    margin-bottom: .5rem;
    font-family: 'Andale Mono', sans-serif;   
}

#hours p strong,
#location p strong {
    font-family: 'Andale Mono', sans-serif !important;
}

h2,
a {
	color: #fff;
}

.yellow {
    color: #F8D064;
}

.white {
    color: #F2ECDB;
}

.red {
	color: red;
}

h1, h2, strong {
    font-family: Avenir-Heavy, sans-serif;
}

h3 {   
    color: #F8D064;
    margin: 0;
}

h5 {
    font-size: 1rem;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: white;
}

.btn-primary {
    background: #F8D064;
    border-color: #F8D064;
    color: black;
}

.btn-primary:hover {
    background: #F2ECDB;
    border-color: #F2ECDB;
    color: black;
}

footer {  
    color: #fff;
    position: fixed;
    bottom: 0;
    padding: 1.5rem;
    width: 100%;
    font-size: 13px;
    text-align: center;
    background-color: #000;
}

.desktop,
.ipad,
.ipad-flex {
    display: none !important;
}

/* MENU PLUGIN */

.erm_description,
.erm_product_desc {
    color:  white;
    /* font-family: SpecialElite, serif; */
}

.erm_product {
    margin: 2.75rem 0;
    /* font-family: SpecialElite, serif; */
    color: white;
}

.with_image .erm_title_price {
    display: block;
    color: white;
}

.erm_title {
    display: none;
}

.erm_product_title {
    color: white;
}

.erm_section {
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    /* font-family: SpecialElite, serif; */
    color: white;
}

.erm_section_title {
    text-transform: uppercase;
    /* font-family: SpecialElite, serif; */
    color: white;
}

.erm_section_desc {
    color: white;
}

.erm_product_title, 
.erm_title_price {
    line-height: normal;
}

.price_price {
    font-size: 1.5em;
    /* font-family: SpecialElite, serif; */
    color: white;
}

.erm_menu .erm_section {
    margin-top: 95px;
    text-align: center;
}

.erm_product_list_price {
    display: flex;
    align-items: center;
}

.erm_product_list_price .price_name {
    margin: 0 .5rem 0 1rem;
}



@media(min-width: 768px) {
    
    /* body:not(.page-id-160) {
        background: url(/wp-content/uploads/background-bar3.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    body:not(.page-id-16):before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        opacity: .1;
        width: 100%;
        height: 100%;
        background: url(/wp-content/uploads/2022/10/honeycomb-shapes-background-1.png);
        background-position: center;
        background-size: contain;
    } */

    body {
        background-size: cover;
        background-position: top center;
    }

    body:not(.page-id-16):before {       
        top: 165px;       
    }

    footer {
        font-size: 1.5rem;
    }
    
    #homepage {
        top: 50%;
        transform: translateY(-40%);
    }
    
    #closed {
        width: 700px;
        left: 50%;
        transform: translate(-50%);
        padding: 1rem;
    }
    
    /* #content,
    header:not(.page-id-16) .row {
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 50%, rgba(0,0,0,0) 100%);
    }
    
    #content {
        display: block;
    }   */

    #banner {
        background-position-y: -100px;
    }

    #location,
    #hours {
        top: -200px;
    }

    #bug-white img {
        max-width: 20%;
    }

    .page-id-16  h1 {
        font-size: 7vh;
    }

    .page-id-16 h2 {
        font-size: 5vh;
    }

    .page-id-16 h3 {
        font-size: 6vh;
    }

    .page-id-16 p {
        font-size: 2.5vh;
    }
    
    .page-id-16 p.small {
        font-size: 1.25rem;
    }

    .price_price {
        font-size: 2rem;
    }

    .with_image .erm_title_price {
        display: flex;
    }
    
    .mobile {
        display: none !important;
    }
    
    .ipad {
        display: block !important;
    }
    
    .ipad-flex {
        display: flex !important;
    }
    
    /* #section-ig {
       display: block;
    } */
}

@media(min-width: 992px) {
    
    .desktop {
        display: block;
    }

    #bug-white {
        padding-top: 0;
    }

    #bug-white img {
        max-width: 12%;
    }
    
}

@media(min-width: 1200px) {

    body:not(.page-id-16):before {       
        top: 365px;       
    }

    #banner {    
        background-position-y: -230px;
        min-height: 60vh;
    }

    #bug-white img {
        max-width: 10%;
    }

    .bug {
        max-width: 50%;
    }
    

    #location,
    #hours {        
        top: -225px;
    }

    footer {
        font-size: 1.15rem;
    }
}

@media(min-width: 1480px) {

    #banner {    
        background-position-y: -270px;
        min-height: 50vh;
    }

    #location,
    #hours {
        top: -300px;
    }

    footer {
        text-align: center;
        right: 0;
    }

   

}