/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Template: bridge
Author: Qode Interactive
Author URI: http://qodethemes.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready
Version: 18.1.1654155895
Updated: 2022-06-02 07:44:55

*/

.current-restaurant {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: right;
}
.current-restaurant {
    background: #18181a; 
    color: white;
}

.current-restaurant a {
    color: white;
    display: inline-block;
    margin-left: 10px;
    font-family: 'Arvo', sans-serif;
    margin: 0 10px;
}

.current-restaurant a:hover,
.current-restaurant a.active {
    color: #e94e1b;
}

nav.main_menu > ul > li > a {
    text-transform:lowercase;
}

@media only screen and (max-width: 1000px) {
    header {
        top: 35px!important;
    }    

    .current-restaurant {
        text-align: center;
    }

    .current-restaurant a {
        margin: 0 20px;
    }
}

/* Events */

.event-details {
    list-style: none;
}

.event-details li {
    font-family: "Nunito", sans-serif;
    display: inline-block;
    position: relative;
    background: #e94e1b;
    font-size: .8rem;
    line-height: 1;
    padding: 0.2rem 0.8rem;
    color: white;
}

.single-event .post_text {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.single-event .post_text p {
    margin-bottom: 20px;
}

.single-event .event-buttons {
    list-style: none;
    margin: 30px 0;
}

.single-event .event-buttons li {
    display: inline-block;
    margin-right: 20px;
}

.single-event .event-buttons a {
    position: relative;
    float: left;
    padding: 10px 30px;
    border: 1px solid #e94e1b;
    background: #e94e1b;
    color: white;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.single-event .event-buttons a:hover {
    color: #e94e1b;
    background: white;
}

.single-event .title.has_fixed_background {
    background-size: cover !important;
}

.post-type-event .edit-post-visual-editor p,
.single-event .post_text p {
    margin-bottom: 20px;
}

footer .wp-block-social-links a {
    font-size: 24px;
}

footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: #e94e1b;
}

footer .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover svg {
    color: white;
} 
