/*
Theme Name: DFF
Text Domain: DFF
Version: 1.0
Description: Biz List Theme
Tags: left-sidebar, responsive
Author: T. Crystal Roberts
Author URI:
*/


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ee3577;
    --red: #dc3545;
    --orange: #f68e62;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #767575;
    --gray-dark: #434242;
    --primary: #6f42c1;
    --secondary: #4f4f4f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #c2c2c2;
    --lightgray: #eeeeee;
    --dark: #434242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    /*--sidebar-width: 280px;*/
    --content-max-width: 860px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    margin-top: 0px !important;
}
body {
    overflow-x: hidden;
}

.grayBorder {
    border: solid 1px gainsboro;
    margin-bottom: 25px;
}

.clear {
    clear: both;
}

.underline {
    text-decoration: underline;
}

.textCenter {
    text-align: center;
}

.allCaps {
    text-transform: uppercase;
}

.strikethrough {
    text-decoration: line-through;
}

.greyBg {
    background: #e1e1e1;
}

#header, #footer {
    background: #000;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

#header #logo {
    margin-left: 15px;
    margin-top: 15px;
    max-width: 300px;
    width: 100%;
}

#header #logo img {
    width: 100%;
}

#header #logo a {
    color: #fff;
}

#header #navMenu {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

#header #navMenu li {
    display: inline-block;
    text-align: center;
    width: 13%;
}

#header #navMenu li a, #contentWrap #footer a {
    color: gainsboro;
}

#header #navMenu li a:hover, #header #navMenu .current-menu-item  a {
    color: #8fbc8f;
}

#article, #archive {
    margin-top: 50px;
}

#archive .media {
    display: block;
}

#mainBannerImg {
    background: #f8f8ff;
    padding: 75px 0px;
    margin-bottom: 50px;
}


#listBannerImg {
    background-image: url("https://dinefabfoodie.com/wp-content/themes/dff/assets/images/dine-fab-foodie-palm-beach-county-banner-tinted-1.jpeg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
    transition: background-image 1s ease-in-out;
    width: 100%;
    background-size: cover;
    background-color: rgb(0, 0, 0);
}

#eventsBannerImg {
    background-image: url("https://dinefabfoodie.com/wp-content/themes/dff/assets/images/dine-fab-foodie-events-banner-002-tinted.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    transition: background-image 1s ease-in-out;
    width: 100%;
    background-size: cover;
    background-color: #000; 
}

#background-slideshow {
    background-image: url("https://dinefabfoodie.com/wp-content/themes/dff/assets/images/friends-party-in-a-lounge-bar-6-tinted-bg.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    transition: background-image 1s ease-in-out;
    width: 100%;
    background-size: cover;
    background-color: #000;
}

#background-slideshow  #headlineWrap {
    color: #fff;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 6%;
    text-align: center;
    width: 64%;
}

#background-slideshow  #headlineWrap h1 {
    font-size: 2.5rem;
}

#background-slideshow  #headlineWrap h5 {
    font-size: 1.5rem;
}

#mainBannerImg #headlineWrap {
    color: #000;
    padding: 0px 15px;
    text-align: left;
}

#mainBannerImg #headlineWrap h5 {
    margin-top: 15px;
}

#mainBannerImg .thumb {
    background: none;
    height: auto;
    margin-bottom: 25px;
    padding: 0px 15px;

}

#contentWrap, #fullcontentWrap  {
    padding-left: 15px;
    padding-right: 15px;
}

#fullContentWrap  {
    margin-bottom: 250px;    
}

#contentWrap h2, #fullContentWrap h2, #advertiseContentWrap h1 {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

#contentWrap a, .listWrap a {
    color: #000;
}

#contentWrap a:hover, .listWrap a:hover {
    color: seagreen;
}

.thumb {
    background: #e1e1e1;
    height: auto;
    margin-bottom: 25px;
}

.thumb img {
    width: 100%;
}


#contentWrap h3 {
    margin-bottom: 10px;
    margin-top: 15px;
}

#contentWrap .inquiry-button a {
    background: seagreen;
    color: #fff;
    display: block;
    font-weight: bold; 
    margin-bottom: 25px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}

#contentWrap .inquiry-button a:hover, .advertise .inquiry-button a:hover, .contact .inquiry-button a:hover {
    background: #000;
}

a:hover {
    text-decoration: none;
}

#contentWrap .advertise .thumb {
    margin-top: 25px;
}

.red {
    color: red;
}

#joinMailing, #listRestaurant, #advertiseContentWrap {
    margin: 0 auto 150px;
    max-width: 650px;
    width: 100%;
}

#joinMailing h1, #listRestaurant h1, #events h1, #notFound h1, #privacyWrap h1 {
    margin-top: 25px;
    text-align: center;
}

#joinMailing input, #listRestaurant h1, #advertiseContentWrap input {
    padding: 5px 10px;
    width: 95%;
}

#listRestaurant #mealsWrap label {
    width: 50%;
}

#listRestaurant #mealsWrap input[type="checkbox"] {
    width: 40%;
}

#advertiseContentWrap #event_start_month, #advertiseContentWrap #event_start_day, #advertiseContentWrap #event_start_year, #advertiseContentWrap #event_end_month, #advertiseContentWrap #event_end_day, #advertiseContentWrap #event_end_year,#advertiseContentWrap #event_promo_start_month, #advertiseContentWrap #event_promo_start_day, #advertiseContentWrap #event_promo_start_year, #advertiseContentWrap #event_promo_end_month, #advertiseContentWrap #event_promo_end_day, #advertiseContentWrap #event_promo_end_year, #advertiseContentWrap #event_start_hour, #advertiseContentWrap #event_start_minutes, #advertiseContentWrap #event_start_am_pm, #advertiseContentWrap #event_end_minutes, #advertiseContentWrap #event_end_hour, #advertiseContentWrap #event_end_am_pm {
    display: inline-block;
    padding: 10px;
    width: 31.5%;
}

#advertiseContentWrap h3 {
    width: 100%;
}

#joinMailing select, #listRestaurant select, #advertiseContentWrap select {
    padding: 10px;
    width: 95%;
}

#joinMailing #agree_terms, #listRestaurant #agree_terms {
    width: auto;
}

#joinMailing .mailingButton input, #listRestaurant .mailingButton input, #advertiseContentWrap .inquiry-button input {
    background: #008b8b;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold; 
    margin: 25px auto;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 35%;
}

.advertise .inquiry-button a, .contact .inquiry-button a {
    background: #008b8b;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold; 
    margin: 25px 0;
    max-width: 250px;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#advertiseContentWrap .formRow {
    width: 100%;
}

#advertiseContentWrap .checkbox {
    width: 30px;   
}

.hide {
    display: none;
}

.show {
    display: block;
}

#eventsBannerImg #eventsHeading h1, #listBannerImg h1  {
    color: #fff;
    text-align: center;
}
#eventsBannerImg #eventsHeading p, #listBannerImg p {
    color: #fff;
}
#events h1, #eventsHeading h1 {
    text-align: center;
}

#eventsHeading h2 {
    color: #fff;
    width: 100%;
    text-align: center;  
}

#listBannerImg h1 {
    padding-top: 11%;
}

.listWrap, .restaurantLp h1 {
    margin-top: 50px;
}

.listWrap h1, #eventsHeading h1, .contactHeading h1, #archive h1, .restaurantLp h1, .headlineWrap h1 {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.contact .contactHeading {
    padding-bottom: 50px;
    padding-top: 50px;
}

#eventsHeading {
    padding-bottom: 50px;
    padding-top: 125px;
}

#eventsHeading p, .headingWrap p, .headlineWrap h2, #listBannerImg p {
    font-size: 21px;
    margin: 0 auto 50px;
    text-align: center;
    width: 75%;
}

.contact .contactHeading p {
    font-size: 21px;
    margin: 0 auto 50px;
    text-align: justify;
    width: 100%;
}

#eventContent {
   padding-bottom: 350px;    
}

.listWrap {
    margin-bottom: 500px;
}

.wp-block-group, #archive, #article, #formWrap, .advertise, #listingPackages, #privacyWrap {
    padding-bottom: 250px;
}

.advertiseBg {
    background: #f8f8ff;
    padding-top: 100px;
}

.postWrap, #eventsHeaading h1 {
    margin-bottom: 50px;
}

.postWrap h3 {
    margin: 15px 0px 10px;
}

.postWrap a {
    color: #000;
}

.postImg {
    float: left;
    max-width: 150px;
    width: 100%;
    margin: 15px;
}

.postContent {
    width: 70%;
    float: left;
}

.listWrap .table td {
    vertical-align: middle;
}

.advertise, .contact {
    margin-top: 50px;
}

.advertise h2 {
    margin-bottom: 50px;
    text-align: center;
}

#hours-location h2 {
    margin: 50px auto;
    text-align: center;
}

#hours-location {
    background: ghostwhite;
    margin-top: 25px;
    padding-bottom: 250px;
    padding-top: 25px;
}

#office img {
    max-width: 425px;
    width: 100%;
}

#footer {
    bottom: 0;
    position: relative;
}

#footer p {
    color: #fff;
    text-align: center;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #8fbc8f;
}

#notFound {
    padding-bottom: 450px;
}

/* -- Restaurant LP Styles Start -- */

.restaurantLp {
    margin: 50px 0 250px;
}

.restaurantLp .contactInfo {
    text-align: center;
}

.restaurantLp iframe {
    width: 100%;
    height: 100%;
}

.restaurantLp .reserveBtn a {
    background: seagreen;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
}

.restaurantLp a {
    text-decoration: underline;
}

.restaurantLp .galleryBtn a, .restaurantLp .eventsBtn a  {
    background: seagreen;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 50px auto;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
}

#mealsList, #holidaySpecials {
    padding: 0;
    width: 100%;
}

#mealsList li, #holidaySpecials li {
    list-style: none;
    padding: 10px 0px;
}

.gallery h2 {
    margin: 50px auto;
    text-align: center;
    width: 100%;
}

.videoWrap {
    margin: 50px auto;
    max-width: 600px;
    width: 100%;
}

.videoWrap img {
    width: 100%;
}

.gallery .greyBg {
    margin-bottom: 75px;
}

/* -- Restaurant Lp Styles End -- */



/* -- Listing Packages Start -- */

#listingPackages h1 {
    margin: 50px auto;
    text-align: center;
    width: 100%;
}

#listingPackages h4 {
    margin: 50px auto 25px;
    text-align: center;
    width: 100%;
}

#listingPackages h5 {
    font-weight: 300;
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

#listingPackages #packageOne {
    margin: 0 auto; 
    width: 75%;
}


#listingPackages #packageOne ul {
    float: left;
    padding: 15px;
    width: 100%;
}

#listingPackages ul {
    padding: 15px;
}

#listingPackages ul li {
    line-height: 35px;
}

#listingPackages .buyBtn a {
    background: seagreen;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 25px auto;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
}

[data-id="pp-view-cart"] {
  width: 100%;
}

.buttonColorStyle {
    margin: 0px 15px 25px;
    float: right;
}


/* -- Listing Packages End -- */

/*-- Add Listing Form Start -- */
.addListForm #submitBrowardListBtn, .addListForm #submitMiamiDadeListBtn, .addListForm #submitMonroeListBtn, .addListForm #submitPalmBeachListBtn, .addListForm #submitBrowardListDemoBtn {
    background: seagreen;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 50px auto;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 250px;
}

.addListForm h1 {
    text-align: center;
}

/*-- Add Listing Form End --*/
@media screen and (min-width: 768px) {   
    .restaurantLp .eventsBtn a {
        margin: 50px 0px;
    }

}
@media screen and (max-width: 767px) {   
.advertise .inquiry-button a, .contact .inquiry-button a {
    margin: 25px 0px;
}
    #background-slideshow {
        height: auto;
        padding-bottom: 15%;
    }
    
    #background-slideshow #headlineWrap h1 {
        font-size: 2rem;
    }
     
    #background-slideshow #headlineWrap {
        width: 75%;   
    }
    
    
    #eventsBannerImg {
        padding-bottom: 10%;
        height: auto;
    }
}
@media screen and (max-width: 675px) {   
#header #navMenu li {
    border-bottom: #fff solid 1px;
    display: block;
    width: 100%;
} 
}

@media screen and (max-width: 600px) {
#eventsHeading {
    padding-top: 75px;
} 
}

@media screen and (max-width: 400px) {
.listWrap {
    margin-bottom: 300px;
}
}