/*
Theme Name: Teurastamo
Author: Web-veistamö
Author URI: http://web-veistamo.fi

Template:     twentyfifteen
*/



/* global elements */
body {
    font-family: Tw Cen W01 Light;
}
body * {
    font-family: inherit;
}
body b, body strong {
    font-weight: 400;
    font-family: Tw Cen W01 Medium !important;
}

body, button, input, select, textarea, a, .post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption, .widecolumn label, .widecolumn .mu_register label, span {
    color: #ee2e1f;
    font-size: 20px;
    font-weight: 400;
    /* letter-spacing: -0.8px; */
    line-height: 1.1em;
    transition: 0.5s all;
    hyphens: none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ie-hyphens: none !important;
}
a:focus {outline: none;}

/* fiX overflow issue on admin edit link */
.entry-footer .edit-link {
    white-space: normal;
}
/*
img {
    transition: 0.5s all;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
*/
::-webkit-input-placeholder {
   color: #dedede;
}

:-moz-placeholder { /* Firefox 18- */
   color: #dedede;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #dedede;
}

:-ms-input-placeholder {
   color: #dedede;
}
input[type="text"], input[type="url"] {
    color: #ee2e1f !important;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a, .entry-content .event_name a {
    border: 0;
    z-index:1;
}
.entry-content .event_name a, .entry-content .event_date a, .entry-content .event_name a {position:relative;}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #ee2e1f;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-size: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

h4 {
    font-size: 27px;
    font-size: 2.5rem;
    line-height: 1.1852;
    margin-top: 0em !important;
    margin-bottom: 1.1852em;
}
ul, ol {
    margin:0;
}
.button {
    background-color: #333;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "Noto Sans",sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
    text-transform: uppercase;
}
input.button-primary {
    background-color: #EE2E1F;
    width: 100%;
}
input, textarea, select {
    border: 1px solid #EE2E1F !important;
}

.entry-content {
    hyphens: none !important;
    -moz-hyphens: none !important;
    -webkit-hyphens: none !important;
    -ie-hyphens: none !important;
}
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
    line-height: 1em;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
    font-size: 1.5em;
}
.more-link {
    display: block;
    text-align: right;
}
.red {
    color: #ee2e1f !important;
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom,
.vc_gitem-zone-b .vc_gitem-row-position-bottom {
    position: relative !important;
}/*
.vc_gitem_row.vc_row.vc_gitem-row-position-top {
    background: rgba(255,255,255,0.75);
}
.vc_gitem_row.vc_row.vc_gitem-row-position-top,
.vc_gitem_row.vc_row.vc_gitem-row-position-top div,
.vc_gitem_row.vc_row.vc_gitem-row-position-top a {
    margin: 0;
    display: block;
    overflow-y: hidden;
}*/
.vc_gitem-post-data {
    margin-bottom: 0 !important;
}
.vc_gitem-zone, .vc_gitem-zone a, .vc_gitem-post-data-source-post_date {
    color: #ee2e1f !important;
}
.vc_gitem-post-data-source-post_date {
    font-size: 0.75em !important;
}

.ingressi {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.post-tags {
    padding-top: 20px;
}


/* uniform widths */
#content, .top-header-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 5%;
}
.entry-header, .entry-content, .entry-footer {
    padding: 0 !important;
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 800px !important;
}
.home .entry-header, .home .entry-content, .home .entry-footer {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}


/* site layout */

body {
    background: #fff;
}
    body:before {
        display: none;
    }
    #page {
        max-width: 100%;
    }
        #content {
            float: none;
        }
        .page #content, .search #content {
            margin: 95px auto 0;
        }
        .home.page #content {
            margin: auto;
        }
            #main {
                padding: 0;
            }
                .hentry {
                    box-shadow: none;
                    margin: 0;
                    padding: 0;
                }
.page .entry-title {
    text-align: center;
}
body:not(.home) #content {
    margin-top: 94px;
}
body:not(.home) .entry-content {
    color: #000;
}

.white_background {
    background: #fff;
}


/* header */
.top-header {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    max-width: inherit;
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0px;
    z-index: 10;
}
.home .top-header {
    background: rgba(255,255,255,0);
}
    .home .top-header-center img {
        max-height: 150px;
    }

.home .top-header.small {
    background: rgba(255,255,255,1);
}
    .home .top-header.small .top-header-center img {
        max-height: 75px;
    }

.admin-bar .top-header {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .top-header {
        top: 46px;
    }
}
.top-header-content {
    display: table;
}
.top-header-third {
    width: 33.33333%;
    display: table-cell;
}
.top-header-center {
    text-align:center;
}
    .top-header-center img {
        max-height: 75px;
    }
.top-header-right {
    text-align:right;
}
.top-header-search {
    display:none;
    padding: 30px 0 10px;
}
    input.search-field {
        background: #fff;
        border-width: 3px;
        border-color: #ee2e1f;
        border-left: none;
        border-right: none;
        text-align: center;
        padding: 30px;
    }

a.search-toggle img, a.menu-toggle img {
    max-width: 50px;
}



/* sidebar layout */

#sidebar {
    display: none;
    z-index: 11;
    background: #ee2e1f;
    min-height: 100vh;
    padding: 2.5%;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
}
.admin-bar #sidebar {
    top: 32px;
}
    #secondary {
        display: block;
        background: transparent;
        padding: 0;
    }
    #sidebar .menu-toggle {
        margin-bottom: 3vh;
        display: block;
    }
    #site-navigation {
        margin: 0;
    }
        #site-navigation ul, #site-navigation li {
            border: 0;
        }
        #site-navigation a {
            color: #fff;
            font-size: 150%;
            text-transform:uppercase;
            margin: 5px 0;
            padding: 0;
        }

/* language menu */
/* li.menu-item-language { display:none; } */

.wpml-ls-first-item {
    margin-top: 50px;
}
    .language_menu p {
        margin-bottom: 10px;
    }
        .menu-item-language a {
            color: #fff;
            margin-bottom: 10px;
        }
        .menu-item-language a span {
            color: #fff;
        }
        .menu-item-language a:hover, .menu-item-language a.current {
            border-bottom: 2px solid #fff;
        }

@media(max-height:700px){
    a.search-toggle img, a.menu-toggle img {
        max-width: 40px;
    }
    #site-navigation li a {
        margin: 13px 0;
        font-size: 100%;
    }
    .language_menu {
        margin-top: 20px;
    }
}


/* single items */

.single .entry-content .vc_row:first-child>.wpb_column {
   background: rgba(255,255,255,0.85);
   padding: 20px 7%;
   margin: 0 -5%;
   width: 110%;
}
.single .entry-content .vc_row:first-child {
    padding-top: 50vh;
    text-align: center;
}
    .single .entry-content .vc_row:first-child h1 {
        margin: 10px 0 15px;
    }
.single .entry-header, .single .entry-content, .single .entry-footer {
    max-width: 1024px;
    margin: auto;
}
.single .entry-content {
    color: #000;
    padding-bottom: 40px;
}
.single h1 {
    text-transform: uppercase;
    margin-top: 20px;
}
.single h2 {
    margin-top: 0;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: 100;
}
.single h3 {
    margin-bottom: 0;
}

footer.entry-footer {
    padding-top: 0;
    background: transparent;
    font-size: 0.9em;
}
.post-tags-label {
    font-weight: 700;
}
.post-tags a {
    color: #ee2e1f;
    font-size: 0.9em;
}
.post-tags a:hover {
    border: 0;
}


/* gallery */
.gallery {
    position:relative;
    display: inline-block;
    width: 100%;
}
.gallery .arrow {
    position:absolute;
    bottom: 13%;
    cursor: pointer;
}
.gallery .arrow:hover {
    opacity: 0.3;
}
.gallery .prev {
    left: 10%;
}
.gallery .next {
    right: 10%;
}
.gallery-item {
    display: none;
}
.gallery-item:first-child {
    display: block;
}



/* frontpage gallery */
.frontpage_carousel.gallery {
    text-align: center;
}
    .frontpage_carousel.gallery .arrow {
        top: 60px;
    }
    .frontpage_carousel.gallery .prev {
        /* left: 0; */
    }
    .frontpage_carousel.gallery .next {
        /* right: 0; */
    }
    .frontpage_carousel.gallery .arrow img {
        width: 60px;
    }
    .frontpage_carousel.gallery .gallery-item {
        width: 60%;
        text-align: left;
        margin: auto;
    }
        .frontpage_carousel_post {
            width: 23%;
            margin: 0 1%;
            display: inline-block;
            float: left;
            position: relative;
        }

        .frontpage_carousel.gallery .gallery-item .event-carousel-date{
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            border-bottom: 2px solid #ee2e1f;
            border-right: 2px solid #ee2e1f;
            font-weight: 600;
            padding: .2em;
        }
            .frontpage_carousel_post img {
                height: 120px;
                background: #eee;
            }
            .frontpage_carousel_post .article_title {
                height: 58px;
                overflow-y: hidden;
                display: block;
            }
.frontpage_carousel .article_title {
    font-size: 17px;
    height: 2em;
    display: block;
}
.frontpage_carousel img {
    height: auto;
    margin-bottom: 5px;
}



/******************* front page *****************/
.home .entry-title {
    display: none;
}

#front_header_row {
    padding-top: 15%;
    padding-bottom: 10%;
}
    .front_header_row_shroud {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;1+20,0.3+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.3) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,0.3) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
        
        background: rgba(255,255,255,0.75);

        height: 100%
    }


div#home_howto_links img {
    width: 90%;
}

div#home_howto_links h3 {
    font-size: 1.2em;
}
#home_howto_links h3 a {
    font-family: Tw Cen W01 Medium;
}

.instagram-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.5rem;
    padding: 1rem 0;
    background-color: white;
}
.instagram-links a {
    font-size: 1.5em;
    line-height: 1.5;
}
@media all and (max-width: 550px) {
    .instagram-links a {
        font-size: 1.1em;
    }
}
.lines_background {
    text-align: center;
    margin-top: 50px;
}
    .lines_background h2 {
        line-height: 1em;
        background: #fff;
        display: inline-block;
        padding: 0 30px 4px;
        margin: -3px 0 20px !important;
        width: auto;
    }

.vc_gitem-post-data-source-post_title {
    margin: 0;
}
.vc_gitem-post-data-source-post_date {
    color: #333;
    font-size: 0.9em;
}


.events_list>.wpb_wrapper>p {
    display: none;
}

.events_list .event {
    width: 31.3333%;
    float: left;
    margin: 0 3% 20px 0;
    background: #fff;
    text-align: left;
    border: 2px solid #ee2e1f;
    padding-bottom: 20px;
}
body:not(.home) .events_list .event {
    width: 48%;
    margin: 0 2% 20px 0;
}
.events_list .event:last-child {
    margin-right: 0 !important;
}
    .event_url {
        display: block;
        overflow: hidden;
        max-height: 200px;
        position: relative;
    }
    .event_url img {
        width: 100%;
    }
    .events_list h2 {
        margin: 20px 20px 5px;
        line-height: 1em;
    }
    .events_list h4 {
        margin: 0px 20px 0 !important;
    }
    .events_list ul {
        margin: 10px 20px 0;
    }
    .events_list h4 a {
        font-size: 1em;
    }
    .events_list p {
        margin: 0;
    }
        .event-categories-images {
            display: block !important;
            list-style: none;
        }
        .event-categories-images li, .event-categories-images img {
            display: inline !important;
            height: 30px;
        }
        .event-categories-images {
            position: relative;
            bottom: 0.2em;
        }

.css-events-list .em-pagination {
    display: block;
    clear: both;
    text-align: center;
}
    .css-events-list .em-pagination a,
    .css-events-list .em-pagination span {
        font-size: 1.5em;
        margin: 0.5em;
        dispaly:inline-block;
    }



#home_howto_links h3 {
    margin: 0;
    font-weight: 400;
}
#home_howto_links p {
    margin-bottom: 20px;
}




.event_category {
    display: inline-block;
    width: 33.333%;
    float: left;
    line-height: 1em;
    padding-right: 5px;
    position: relative;
    height: 90px;
}
    .event_category .event_img {
        display: inline !important;
        float: left;
        padding: 10px 5px;
    }
    .event_category>p {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }


.event_place {
    display: inline-block;
}
.event_place_separator {
    padding: 0 10px;
    font-size: 1.4em;
    font-weight: 700;
    position: relative;
    top: 3px;
}
.event_place:last-child .event_place_separator {
    display: none;
}


.event_place_full {
    width: 33.333%;
    float: left;
    height: 220px;
    padding: 2%;
    text-align: center;
}
.event_place_full img {
    padding-bottom:10px;
}


.vc_gitem-zone-a .vc_gitem_row {
    background: #fff;
}

/* instagram */
.ri-shadow:after, .ri-shadow:before {
    display: none;
}
.ri-grid ul li a {
    margin: 5px !important;
}
.ri-grid ul li:nth-child(1) a,
.ri-grid ul li:nth-child(5) a {
    margin-left: 0px !important;
}
.ri-grid ul li {
    background: rgba(255,255,255,0);
}



@media(max-width: 767px){
    .event {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .event_category {
        width: 100% !important;
        line-height: 50px;
    }
}






/************ EVENT ***********/
.event .entry-header {
    display: none;
}
.event .post-thumbnail {
    margin-bottom: 50px;
}
.event .event_date {
    margin-top: 10px;
}
.event_header {
    padding-top: 15px;
}
.event_header_dates {
    color: #EE2E1F;
    font-size: 1.3em;
    margin: 30px 0;
}
.event_header .event-categories-images img {
    height: 60px;
}





/********** EVENT SEARCH ********/
section.no-results.not-found header {
    display: none;
}
.event_search {
    display: inline-block;
    width: 100%;
}/*
    .event_search_col {
        width: 33.333333%;
        float: left;
    }
        .event_search_title {
            padding: 0 20px;
        }
        .event_search_content {
            padding: 0 20px 20px;
            border-right: 2px solid #ee2e1f;
        }
            .event_search_content label {
                width: 30%;
                display: inline-block;
                overflow: hidden;
                text-align: center;
            }*/
            .event_search .event_category {
                cursor: pointer;
            }
            .event_search .event_img {
                padding: 0;
                margin: 10px 5px;
            }
            .event_search .event_category.checked img {
                background: #ddd;
                border-radius:100%;
            }




/*********** SINGLE EVENT ******/
.event_infobox {
    background: #ee2e1f;
    padding: 20px 15px;
    color: #fff;
    position: fixed;
    bottom: 5vh;
    right: 0;
    width: 275px;
    z-index:2;
}
    .event_infobox p {
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .event_infobox_row:last-child p {
        margin-bottom: 0px;
    }
        .event_infobox .fa {
            width: 30px;
            text-align: center;
            margin-left: -30px;
            padding-right: 10px;
        }
        .event_infobox a {
            color: #fff;
        }




/************ LUNCH ***********/

.lunch_days {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
    .lunch_day {
        width: 16.66666%;
        float: left;
        text-align: center;
    }
        .lunch_day.active a, .lunch_day.active span {
            background: #ee2e1f;
            color: #fff;
        }

        .lunch_day a {
            display: block;
            border-right: 1px solid #ee2e1f;
            padding: 10px 0;
        }
        .lunch_day:last-child a {
            border-right: 0;
        }


.lunch_menu {
    display: none;
    max-width: 800px;
    margin: auto;
}
.lunch_menu.active {
    display: block;
}
    .restaurant {
        width: 48%;
        float: left;
        padding: 2%;
        margin: 1%;
        border: 2px solid #ee2e1f;
    }
    .restaurant h3 {
        margin: 0;
        text-transform: uppercase;
    }
    .restaurant i {
        color: #000;
        font-size: 0.8em;
    }
    .lunch_time {
        margin-bottom: 1em;
        color: #555;
    }
    .lunch_menu_content {
        color: #000;
        margin-bottom: 0;
    }
    .lunch_menu_content p {
        margin-bottom: 0.7em;
    }
    .lunch_menu_content ul {
        margin: 0;
    }
    .lunch_menu_content li {
        list-style-type: none;
        padding-left: 22px;
        margin-bottom: 10px;
    }
    .lunch_menu_content li:before {
        content: '> ';
        font-family: monospace;
        margin-left: -22px;
    }


/* lunch list editing */
.wpuf-fields.wpuf_custom_html_9 {
    text-align: center;
    width: 100% !important;
    padding: 20px 0;
    border-top: 2px dotted red;
    border-bottom: 2px dotted red;
    color: #ee2e1f;
    margin: 100px 0 150px;
}
.wpuf-fields.wpuf_custom_html_9 b {
    display: block;
}
.wpuf-fields.wpuf_custom_html_9 img {
    border: 1px solid red;
    margin-bottom: 40px;
    margin-top: 5px;
}
    


/* list articles */

.list_post {
    padding: 70px 0;
    border-bottom: 2px #ee2e1f solid;
    border-top: 2px #ee2e1f solid;
    margin: 6px 0;
}
.list_post:first-child {
    border-top: 0px #ee2e1f solid;
}
.list_post:last-child {
    border-bottom: 0px #ee2e1f solid;
}
    .list_post_img_holder {
        height: 300px;
        background-size: cover;
        background-position: center;
    }
    .list_post_title {
        margin-top: 15px !important;
    }
    .list_post_date {
        display: none;
    }

.list_posts_frontpage .list_post {
    width: 48%;
    float: left;
    border: none;
    margin-right: 4%;
    padding: 0;
}
.list_posts_frontpage .list_post:nth-child(2) {
    margin-right: 0%;
}
@media(max-width:767px){
    .list_posts_frontpage .list_post {
        width: 100%;
        margin-right: 0%;
    }
}



/* search results */
.search_header {
    font-size: 2em;
    line-height: 2em;
}
        .search_result {
            width: 45%;
            margin: 2%;
            border: 2px solid #ee2e1f;
        }
            .search_result img {
                width:100%;
            }
            .search_result h2 {
                font-size: 1.5em;
                line-height: 1em;
                margin: 4%;
            }
            .search_result p {
                margin: 4%;
            }
            .search_result .more-link {
                margin-top: 20px;
            }
            .search_result .more-link:after {
                content: '>';
            }
a.next.page-numbers, a.prev.page-numbers {
    background: transparent;
    color: inherit;
}



/* lightbox */

.slb_data {
    height: 26px !important;
}
.slb_data_title {
    display: none;
}
.slb_data_content {
    text-align: center !important;
}
.slb_group_status {
    font-style: normal !important;
}




/* organize event contact form */

.wpcf7-list-item {
    display: block;
}
.cf7_4th_container {
    display: inline-block;
}
.cf7_4th {
    width: 23%;
    float: left;
    margin-right: 2%;
}
.cf7_3rd_container {
    display: inline-block;
}
.cf7_3rd {
    width: 31.3333%;
    float: left;
    margin-right: 2%;
}
input[type="number"] {
    padding: 0.5278em;
}
.wpcf7-response-output {
    padding: 50px !important;
    font-size: 150%;
    line-height: 1em;
    text-align: center;
    border-width: 15px !important;
    background:
}
    .wpcf7-response-output a {
        color: #ddd;
        font-size: inherit;
    }
div.wpcf7-validation-errors {
    background: lightyellow;
}
div.wpcf7-mail-sent-ok {
    color: #fff;
    background:#0a0;
}




/* location */

h2.hashtag {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 0;
}
.location_related_posts {
    text-align: center;
}
.location .gallery .gallery-item {
    max-width: 580px;
    text-align: left;
    margin: auto;
}
    .location_related_post {
        display: inline-block;
        width: 23%;
        margin: 0 1%;
        display: inline-block;
        float: left;
        font-size: 17px;
        height: 160px;
        overflow-y: hidden;
    }
        .location_related_post img {
            margin: auto;
        }
.location .gallery .arrow {
    bottom: 30%;
}
.location .gallery .prev {
    left: 0;
}
.location .gallery .next {
    right: 0;
}






/* event announcement */


.event-categories label {
    display: none;
}
.event-categories-dummy input {
    margin: 0 0.5em 1em 0;
}
.event-categories-dummy label {
    display: inline;
}

.em-location-data-select th {
    display: none;
}
.em-location-map-container {
    display: none;
}

#event-form #event-name {
    width: 100%;
    padding: 0.5278em;
}
#start-time, #end-time {
    width: 100%;
}
    div.time-picker li {
        height: auto;
    }
.one_half {
    width: 49%;
    float: left;
    margin-right: 2%
}
.one_half:last-child {
    margin-right: 0;    
}
.one_third {
    width: 32%;
    float: left;
    margin-right: 2%
}
.one_third:last-child {
    margin-right: 0;
}






/* Tapahtumailmoitus */

.infobox i.fa.fa-info-circle {
    width: 100%;
    color: #82A6DE;
    font-size: 2em;
}

td {
    padding: 0;
}
select {
    padding: 0.5278em;
}
form#event-form textarea {
    margin-top: 5px;
}






/* footer */
#colophon {
    margin: 100px 0 0;
    width: 100%;
    text-align: center;
    box-shadow: none;
}
    #colophon a {
        margin: 0 5px;
    }
    #colophon a:hover {
        opacity: 0.7;
    }
    #colophon .share_links {
        display: none;
        transition: none;
        font-size: 36px;
        position: relative;
        top: 8px;
    }
    #colophon p {
        margin: 30px 0 30px;
        font-size:0.9em
    }
    #colophon p:last-child {
        margin: 30px 0 100px;
    }
    #colophon p a {
        font-size:0.9em
    }
    
    
    

nav.navigation.post-navigation {
    display: none;
}





@media(max-width:1350px){
    .event_infobox {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
    }
}
@media(max-width:799px){
    .home .top-header .top-header-center img {
        max-height: 75px;
    }
    .events_list .event {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }
    .frontpage_carousel.gallery, .gallery .arrow {
        display: none;
    }
    .cf7_4th {
        width: 100%;
        margin-right: 0%;
    }
}

@media(max-width:700px){
    .restaurant {
        width: 100%;
        margin: 10px 0%;
    }
}

@media(max-width:550px){
    .search_result {
        width:100%;
        margin:0 0 20px;
    }
    .lunch_day_name {
        display: block;
    }
}

/* Frontpage improvements 2019 */

.frontpage-readmore {
    clear: both;
}

.frontpage-readmore a.vc_btn3-size-lg{
    font-size: 1.5em;
    background-color: #EE2E1F!important;
}

.events-fb-link {
    list-style-type: none;
}

.events-fb-link .fa{
    margin-right: .5em;
    vertical-align: baseline;
}

.frontpage-mailchimp-form input[type="submit"]{
    width: 100%;
    background-color: #EE2E1F;
}

#open-businesses-wrap {
    z-index: 999;
}

#open-businesses-wrap > .vc_column_container > .vc_column-inner{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#open-businesses {
    /*position: fixed;
    left: 0;
    top: 15rem;
    z-index: 999;*/
    background: #ee2e1f;
    padding: 1rem;
    color: #fff;
    /*border: 2px solid #ee2e1f;*/
    text-align: center;
}

#open-businesses * {
    color: #fff;
    margin: 0;
}

#open-businesses .business-cols {
    width: 49%;
    display: inline-block;
    padding: 1rem;
    vertical-align: top;
    text-align: left;
}

/*#open-businesses .business-cols:first-child {
    text-align: right;
    vertical-align: middle;
}*/

#open-businesses .cols-2 {
    width: 49%;
}

#open-businesses .cols-3 {
    width: 32%;
}

#open-businesses .cols-4 {
    width: 24%;
}

#open-businesses .business-cols.header-col {
    width: 100%;
    background: #ee2e1f;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#open-businesses .open-businesses-content {
    background: #ee2e1f;
    color: #fff;
    text-align: center;
}

#open-businesses ul {
    list-style-type: none;
}

#open-businesses ul li, #open-businesses ul li * {
    font-size: 2rem;
}

#open-businesses ul li a {
    text-decoration: none;
}

#open-businesses .business-cols .open-businesses-icon {
    vertical-align: middle;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 3rem;
    line-height: normal;
    width: auto;
    height: auto;
}

#open-businesses .business-cols.header-col.collapsed .open-businesses-icon.collapse-icon {
    transform: rotate(180deg);
}

#open-businesses .business-cols.header-col .open-businesses-title {
    font-size: 3rem;
    vertical-align: middle;
}

#open-businesses-edit .acf-field .acf-input {
    font-size: 1.5rem;
}

#open-businesses-edit .acf-field .acf-label label {
    font-weight: 400;
    font-size: 2rem;
}

#open-businesses-edit .acf-field input[type=text] {
    font-size: 2rem;
}

.single-location .acf-ui-datepicker .ui-widget select {
    font-size: 1.5rem;
}

#open-businesses-edit th label, #open-businesses-edit .acf-field p.description {
    font-size: 2rem;
}

#open-businesses-edit .acf-actions {
    padding: 2rem;
}

.business-hours-edit-link {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 2px solid #ee2e1f;
    padding: .5rem;
    display: inline-block;
    text-align: center;
}

.business-hours-edit-link a {
    color: #ee2e1f;
}

.business-hours-edit-link .dashicons {
    line-height: 15px;
}

.business-hours-list-wrapper h2, .business-hours-list-wrapper h3{
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
}

.business-hours-list-wrapper h2 {
    font-size: 2rem;
}

.business-hours-list-wrapper h3 {
    font-size: 2rem;
}

.business-hours-list-wrapper #business-hours-list, .business-hours-list-wrapper #business-hours-exceptions-list {
    list-style-type: none;
    margin-bottom: 1rem;
}

.business-hours-list-wrapper #business-hours-list li, .business-hours-list-wrapper #business-hours-exceptions-list li {
    margin-bottom: .5rem;
}

.businesses-grid-item {
    width: 48%;
    float: left;
    padding: 2%;
    margin: 1%;
    border: 2px solid #ee2e1f
}

.businesses-grid-item .business-hours-list-wrapper h2 {
    font-size: 2.7rem;
    line-height: 1.1852;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #ee2e1f;
    margin-top: 0em;
}

.businesses-grid-item:nth-child(odd){
    clear: left;
}

#open-businesses-floater {
    position: fixed;
    right: 1rem;
    top: 15rem;
    z-index: 999;
    background: #ee2e1f;
    color: #fff;
    padding: 3rem;
    border-radius: 100%;
    width: 8em;
    height: 8em;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
}

#open-businesses-floater a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 3rem;
}

#open-businesses-floater:hover {
    opacity: .8;
}

#open-businesses-floater .floater-inner{
    vertical-align: middle;
    text-align: center;
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#open-businesses-floater a {
    text-decoration: none;
}

#open-businesses-floater a:hover {
    text-decoration: underline;
    color: #fff;
}
@media(max-width: 768px) {
    #open-businesses-collapse {
        display: none;
    }

    #open-businesses-collapse.clicked.collapsing, #open-businesses-collapse.clicked.show {
        display: block;
    }

    #open-businesses .open-businesses-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #open-businesses .cols-3 {
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    #open-businesses-floater {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
        border-radius: 0;
        height: auto;
        padding: 2rem;
    }

    #open-businesses-floater a {
        color: #fff;
        position: static;
        padding: 0;
    }

    #open-businesses-floater .floater-inner{
        transform: none;
    }
}