/*
Theme Name: Jens Place Custom Theme
Theme URI: https://halfabubbleout.com
Version: 1.0
Description: Custom Theme for Jens Place
Author: halfabubbleout
Author URI: https://halfabubbleout.com
template: bb-theme
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}
p {
    margin: 16px 0;
}
.header-menu-left a, .header-menu-right a {
    color: #df9443;
    letter-spacing: 3px;
    padding: 12px;
}

.header-menu-left a:hover, .header-menu-right a:hover {
    color: #fff;
    text-decoration: none;
}
.header-logo {
    text-align:center;
}
.header-logo .fl-module img {
    max-width: 80%;
}

a img:hover {
    opacity: .80;
}
@media all and (max-width: 1100px) {
  .header-menu-left a, .header-menu-right a {
        letter-spacing: 1px;
    }
    .header-logo .fl-module img {
        max-width: 100%;
    }
}

.header-menu-mobile, .header-logo2 {
    display: none;
}
@media all and (max-width: 900px) {
    .header-menu-left, .header-menu-right, .header-logo {
        display: none;
    }
    .header-logo2, .header-menu-mobile {
        display: block;
    }
}
.footer-left {
    
}
.footer-center {
    
}
.footer-right-a, .footer-right-b, .footer-right-c {
    text-align: left;
}
.footer-right-c {
    font-size: 12px;
}
.footer, .footer a {
    color: #D2D1D0;
}
.footer-right-a a {
    text-transform: uppercase
}
.footer-right-c a {
    text-decoration: underline;
}
.footer a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-right-b {
    font-size: 14px;
    text-transform: uppercase;
    text-align:right;
}
.footer-right-c {
    text-align: right;
}
@media all and (max-width: 768px) {
    .footer-left, .footer-right-a, .footer-right-b, .footer-right-c {
        text-align: center;
    }
}
body.page-id-21 a.drink-menu {
    border-bottom: 1px solid #8c5e2c;
}
body.page-id-37 a.upcoming-events {
    border-bottom: 1px solid #8c5e2c;
}
body.page-id-23 a.meet-jen {
    border-bottom: 1px solid #8c5e2c;
}
body.page-id-25 a.contact-us {
    border-bottom: 1px solid #8c5e2c;
}
.home-header h1 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
@media all and (max-width:900px) {
    .home-header h1 {
        font-size: 30px;
    }
}
@media all and (max-width:600px) {
    .home-header h1 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #df9443;
    font-weight: 900;
    text-align: center;
    margin: 36px 0 18px;
}
.home-intro p {
    font-size: 18px;
    color: #fff;
}
.weekly-happenings h2 {
    font-weight: 900;
    color: #4d2720;
}
.weekly-happenings h2 em {
    font-size: 56px;
    color: #aa7122;
    font-family: 'Pacifico', cursive;
    position: relative;
    bottom: -5px;
    font-weight: 400;
}

.day-picture, .day-of-the-week, .daily-happening {
    background: #352315;
    text-align: center;
    margin: 0 6px;
}
.day-of-the-week h3 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #df9443;
    padding: 0;
    margin: 16px 0 12px;
    
}
.daily-happening h3 {
   font-size: 20px;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 700;
}
.daily-happening h4 {
    color: #df9443;
    font-size: 20px;
    margin: 0;
}
.daily-happening {
    min-height: 130px;
}
@media all and (max-width: 1350px) {
    .day-of-the-week h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .daily-happening h3 {
       font-size: 16px;
    }
    .daily-happening {
        min-height: 110px;
    }
    .daily-happening h4 {
        font-size: 14px;
    }
}
.smaller-width {
    display: none;
}
body.fl-builder-edit .smaller-width {
    display: block;
}
@media all and (max-width: 1230px) {
    .smaller-width {
        display: block;
    }
    .wider-width {
        display: none;
    }
    .daily-happening {
        min-height: 100px;
    }
}
@media all and (max-width: 768px) {
        .day-picture, .day-of-the-week, .daily-happening {
    max-width: 300px;
        margin: 0 auto;
}
    .daily-happening {
        margin-bottom: 24px;
    }

}
.mailing-list h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #000;
}
.mailing-list p {
    font-size: 18px;
    margin: 0 0 12px;
    color: #000;
}
.fl-node-7ygfn41e3wa6.fl-button-lightbox-content, .fl-node-7ygfn41e3wa6.fl-button-lightbox-content {
    background: #e7e1d5;
}
button, input[type=button], input[type=submit] {
    background-color: #38853f;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding: 12px 24px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #38853f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.page-info h1 {
    color: #df9443;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    font-size: 54px;
}
@media all and (max-width:600px) {
    .page-info h1 {
        font-size: 42px;
    }
}
.page-info strong {
    font-weight: 900!important;
    color: #8a4b0b;
    font-size: 120%;
}
.page-info h3 {
    text-align: left;
}
.facebook h2 {
    font-weight: 900;
    color: #4d2720;
}
.facebook h2 em {
    font-size: 56px;
    color: #aa7122;
    font-family: 'Pacifico', cursive;
    position: relative;
    bottom: -5px;
    font-weight: 400;
}
.ti-widget.ti-face .ti-rating-text, .ti-widget.ti-face .ti-rating-text strong, .ti-widget.ti-face .ti-rating-text strong a, .ti-widget.ti-face .ti-rating-text strong span, .ti-widget.ti-face .ti-rating-text span strong, .ti-widget.ti-face .ti-rating-text span, .ti-widget.ti-face .ti-footer, .ti-widget.ti-face .ti-footer strong, .ti-widget.ti-face .ti-footer span, .ti-widget.ti-face .ti-footer strong a {
    font-size: 24px!important;
    color: #aa7122!important;
    margin-top: 20px!important;
}
.fl-photo-caption-below {
    margin-bottom: 40px;
    border-bottom: 6px solid #ccc;
    padding-bottom: 8px;
}
.fl-photo-caption {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    overflow: visible;
    word-wrap: break-word;
}
.hours-top {
    background: #DF9342;
    margin-top: 24px;
    margin-left: 36px;
    
}