/*!
Theme Name: Tafel Lager
Theme URI: http://underscores.me/
Author: TBWA\Hunt\Lascaris
Author URI: https://www.tbwa.co.za
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tafellager
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tafel Lager is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15
}

body {
    color: #404040;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.btn {
    width: fit-content;
}

h1 {
    color: #9f1d2e !important;
    line-height: 1 !important;
    font-family: Montserrat;
    font-weight: 700 !important;
    font-style: normal;
}

h2, h3, h4, h5, h6 {
    color: #9f1d2e;
    font-family: Montserrat;
    font-weight: 700;
}

input[type="checkbox"] {
    min-height: 20px;
    min-width: 20px;
    border: 1px solid #EFEFEF;
    background: transparent;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-right: 10px;
    accent-color: #9f1d2e;
    filter: invert(0%) hue-rotate(18deg) brightness(0.95);
}

.form-group .control-label {
    font-weight: 700;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: Montserrat,sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

b, strong {
    font-weight: 700
}

pre {
    white-space: pre;
    overflow-x: auto
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #fff
}

    body.is-IE {
        overflow-x: hidden
    }

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed, iframe, object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 1em 0
}

.entry-content img {
    max-width: 100%
}

.entry-content h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.entry-content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-weight: 500;
    font-size: 1.1rem;
}

figcaption {
    color: currentColor;
    font-size: undefined;
    line-height: undefined;
    margin-top: undefined;
    margin-bottom: undefined;
    text-align: center
}

.wp-caption {
    color: currentColor;
    font-size: undefined;
    line-height: undefined;
    margin-top: undefined;
    margin-bottom: undefined;
    text-align: center
}

.wp-caption-text {
    color: currentColor;
    font-size: undefined;
    line-height: undefined;
    margin-top: undefined;
    margin-bottom: undefined
}

.wp-block-embed figcaption {
    color: currentColor;
    font-size: undefined;
    line-height: undefined;
    margin-top: undefined;
    margin-bottom: undefined;
    text-align: center
}

.alignleft figcaption, .alignright figcaption, .alignleft .wp-caption, .alignright .wp-caption, .alignleft .wp-caption-text, .alignright .wp-caption-text, .alignleft .wp-block-embed figcaption, .alignright .wp-block-embed figcaption {
    margin-bottom: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

    table.tablepress {
        font-family: Montserrat,sans-serif
    }

        table.tablepress tfoot th, table.tablepress thead th {
            background: #941a1d !important;
            color: #fff
        }

div.cssbox {
    display: inline-block
}

span.cssbox_full {
    z-index: 999999;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

    span.cssbox_full img {
        position: fixed;
        background-color: #fff;
        margin: 0;
        padding: 0;
        max-height: 90%;
        max-width: 90%;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000
    }

a.cssbox_close, a.cssbox_prev, a.cssbox_next {
    z-index: 999999;
    position: fixed;
    text-decoration: none;
    visibility: hidden;
    color: #fff;
    font-size: 36px
}

a.cssbox_close {
    top: 1%;
    right: 1%
}

    a.cssbox_close::after {
        content: "Ã—"
    }

a.cssbox_prev, a.cssbox_next {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%)
}

a.cssbox_prev {
    left: 5%
}

a.cssbox_next {
    right: 5%
}

a:target ~ a.cssbox_close, a:target ~ a.cssbox_prev, a:target ~ a.cssbox_next {
    visibility: visible
}

a:target > img.cssbox_thumb + span.cssbox_full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial
}

a {
    color: #4169e1
}

    a:visited {
        color: purple
    }

    a:hover, a:focus, a:active {
        color: #191970
    }

    a:focus {
        outline: thin dotted
    }

    a:hover, a:active {
        outline: 0
    }

a {
    text-underline-offset: 3px;
    -webkit-text-decoration-skip-ink: all;
    text-decoration-skip-ink: all
}

    a:hover {
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    -webkit-text-decoration: underline 1px dotted currentColor;
    text-decoration: underline 1px dotted currentColor;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: undefined;
    color: undefined;
    text-decoration: none
}

    .is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
        color: undefined
    }

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: rgba(0,0,0,.9);
    color: undefined
}

    .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
        color: undefined
    }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
    outline: 2px solid transparent;
    outline-offset: -2px
}

    .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
        color: #21759b;
        background-color: #f1f1f1
    }

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
    background: none
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
    outline: undefined
}

.has-background .has-link-color a {
    color: undefined
}

.has-background.has-link-color a {
    color: undefined
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,.8);
    line-height: 1;
    padding: .6em 1em .4em
}

    button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        border-color: #ccc #bbb #aaa
    }

    button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
        border-color: #aaa #bbb #bbb
    }

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 10px !important;
}

    input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
        color: #111
    }

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.right-sidebar .site {
    display: grid;
    grid-template-columns: auto 25%;
    grid-template-areas: "header header" "main sidebar" "footer footer"
}

.left-sidebar .site {
    display: grid;
    grid-template-columns: 25% auto;
    grid-template-areas: "header header" "sidebar main" "footer footer"
}

.site-header {
    grid-area: header
}

.site-main {
    grid-area: main;
    overflow: hidden
}

.widget-area {
    grid-area: sidebar
}

.site-footer {
    grid-area: footer
}

.no-sidebar .site {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "header" "main" "footer"
}

.menu-main-menu-container {
    padding: 0 2em;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .menu-main-menu-container:hover {
        background-color: rgba(0,0,0,.5);
        background-color: rgba(255,255,255,.5)
    }

.main-navigation {
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .main-navigation .mega-menu-holder {
        display: none
    }

    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .main-navigation ul ul {
            float: left;
            position: absolute;
            top: 100%;
            top: 30px;
            left: -999em;
            z-index: 99999;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            background-color: transparent
        }

            .main-navigation ul ul ul {
                left: -999em;
                top: 0
            }

            .main-navigation ul ul li {
                display: block;
                padding: 10px 10px
            }

                .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
                    display: block;
                    left: auto
                }

            .main-navigation ul ul > li {
                -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
                box-shadow: 0 3px 3px rgba(0,0,0,.2);
                background: rgba(255,255,255,.9);
                text-align: center
            }

                .main-navigation ul ul > li a {
                    font-weight: normal !important;
                    text-transform: uppercase;
                    font-size: 14px
                }

            .main-navigation ul ul a {
                text-transform: initial;
                width: 200px
            }

        .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
            left: auto
        }

    .main-navigation li {
        position: relative
    }

        .main-navigation li:nth-child(1), .main-navigation li:last-child {
            display: none
        }

        .main-navigation li:hover > a, .main-navigation li.focus > a {
            color: #af7c40
        }

        .main-navigation li.menu-logo-center {
            font-size: 0pt;
            position: relative;
            width: 100px;
            height: 80px;
            display: none;
            /* margin: auto; */
            align-items: center;
        }

    /*.main-navigation li.menu-logo-center::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 80%;
                display: block;
                top: 10%;
                left: 0;
                background-position: center center;
                background-size: contain;
                background-repeat: no-repeat;
                background-image: url("https://dam.distell.co.za/m/1685c7426cc10fa7/original/Tafel-Lager-website-logo-2024.png")
            }*/

    .main-navigation a {
        font-size: 1.2em;
        font-weight: 300;
        color: #6a6a6a;
        color: #000;
        font-family: Montserrat,sans-serif;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
        color: #9f1d2e;
        font-weight: bold
    }

    .main-navigation .custom-logo-link {
        position: absolute;
        right: 10px;
        top: 19px;
        width: 100%;
        max-width: 65px;
        margin: 0 auto
    }

@media screen and (min-width: 37.5em) {
    .main-navigation .custom-logo-link {
        top: 4px;
        max-width: 90px
    }
}

.scroll-active .main-navigation {
    width: 100%;
    background-color: rgba(255,255,255,.8)
}

    .scroll-active .main-navigation.toggled {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.scroll-active.page-id-1274 .main-navigation ul li a, .scroll-active.page-template-page-template-osoka .main-navigation ul li a {
    color: #000
}

.scroll-active .menu-toggle .line {
    background: #404040
}

.scroll-active.scroll-down .main-navigation {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px)
}

    .scroll-active.scroll-down .main-navigation:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.scroll-active.scroll-up .main-navigation {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.page-template-page-template-osoka .main-navigation ul li a {
    color: #fff
}

    .page-template-page-template-osoka .main-navigation ul li a:hover {
        color: #af7c40
    }

.page-template-page-template-osoka .main-navigation ul li.current_page_item > a, .page-template-page-template-osoka .main-navigation ul li.current-menu-item > a, .page-template-page-template-osoka .main-navigation ul li.current_page_ancestor > a, .page-template-page-template-osoka .main-navigation ul li.current-menu-ancestor > a {
    color: #9f1d2e;
    font-weight: bold
}

.page-id-178 .menu-main-menu-container:hover, .page-id-1274 .menu-main-menu-container:hover, .page-template-page-template-home .menu-main-menu-container:hover, .page-template-page-template-osoka .menu-main-menu-container:hover {
    background-color: rgba(0,0,0,.5)
}

.page-id-178 .main-navigation ul li a, .page-id-1274 .main-navigation ul li a, .page-template-page-template-home .main-navigation ul li a, .page-template-page-template-osoka .main-navigation ul li a {
    color: #fff
}

.scroll-active .main-navigation ul li a {
    color: black !important
}

.page-id-178 .main-navigation ul li a:hover, .page-id-1274 .main-navigation ul li a:hover, .page-template-page-template-home .main-navigation ul li a:hover, .page-template-page-template-osoka .main-navigation ul li a:hover {
    color: #af7c40
}

.page-id-178 .main-navigation ul li.current_page_item > a, .page-id-178 .main-navigation ul li.current-menu-item > a, .page-id-178 .main-navigation ul li.current_page_ancestor > a, .page-id-178 .main-navigation ul li.current-menu-ancestor > a, .page-id-1274 .main-navigation ul li.current_page_item > a, .page-id-1274 .main-navigation ul li.current-menu-item > a, .page-id-1274 .main-navigation ul li.current_page_ancestor > a, .page-id-1274 .main-navigation ul li.current-menu-ancestor > a, .page-template-page-template-home .main-navigation ul li.current_page_item > a, .page-template-page-template-home .main-navigation ul li.current-menu-item > a, .page-template-page-template-home .main-navigation ul li.current_page_ancestor > a, .page-template-page-template-home .main-navigation ul li.current-menu-ancestor > a, .page-template-page-template-osoka .main-navigation ul li.current_page_item > a, .page-template-page-template-osoka .main-navigation ul li.current-menu-item > a, .page-template-page-template-osoka .main-navigation ul li.current_page_ancestor > a, .page-template-page-template-osoka .main-navigation ul li.current-menu-ancestor > a {
    color: #af7c40;
    font-weight: bold
}

.menu-toggle {
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .menu-toggle .line, .menu-toggle .box {
        -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    .menu-toggle .line {
        height: 3px;
        width: 45px;
        background: #9f1d2e;
        margin: 5px 0
    }

    .menu-toggle .menu__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #fff;
        border-radius: 50%;
        color: #000;
        margin: 1em;
        border: 2px solid #941a1d;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .menu-toggle .menu__wrapper > div {
            width: 80px;
            height: 80px;
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .menu-toggle .menu__wrapper > div:hover, .menu-toggle .menu__wrapper > div:focus {
                outline: none
            }

        .menu-toggle .menu__wrapper .line:nth-child(2) {
            width: 35px
        }

        .menu-toggle .menu__wrapper .line:nth-child(3) {
            width: 25px
        }

    .menu-toggle:hover .menu__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.page-template-page-template-legal .menu-toggle .line, .page-template-page-template-contact .menu-toggle .line, .page-template-page-template-tafelbraai .menu-toggle .line {
    background: #404040
}

html.menu-open, body.menu-open {
    overflow: hidden
}

.main-navigation.toggled {
    width: 90vw;
    height: 100%;
    position: fixed;
    background: #9f1d2e
}

    .main-navigation.toggled .menu-toggle {
        display: block;
        -webkit-transform: translateX(82vw);
        transform: translateX(82vw)
    }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger .line:nth-child(1) {
            width: 40px;
            -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px)
        }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger .line:nth-child(2) {
            width: 45px;
            display: none;
            visibility: hidden
        }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger .line:nth-child(3) {
            width: 40px;
            -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px)
        }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger:hover .line {
            background: #af7c40
        }

    .main-navigation.toggled .mega-menu-holder {
        height: 100%;
        width: 100%;
        display: block
    }

        .main-navigation.toggled .mega-menu-holder .menu-main-menu-container {
            padding: 50px 0;
            background-color: #9f1d2e;
            height: 100vh
        }

    .main-navigation.toggled .menu-main-menu-container {
        top: 0;
        position: relative
    }

        .main-navigation.toggled .menu-main-menu-container ul {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 10vw;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly
        }

            .main-navigation.toggled .menu-main-menu-container ul li {
                display: block;
                padding-top: 20px;
                padding-bottom: 40px;
                width: 80%;
                border-bottom: 1px dotted #ff5c5c
            }

                .main-navigation.toggled .menu-main-menu-container ul li:first-child {
                    display: block;
                    border-top: none
                }

                .main-navigation.toggled .menu-main-menu-container ul li:last-child {
                    display: block;
                    border-bottom: none
                }

                .main-navigation.toggled .menu-main-menu-container ul li.menu-logo-center {
                    display: none
                }

                .main-navigation.toggled .menu-main-menu-container ul li ul {
                    display: block;
                    position: relative;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 0;
                    overflow: hidden;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    background-color: transparent
                }

                    .main-navigation.toggled .menu-main-menu-container ul li ul li {
                        border: none;
                        padding-top: 0;
                        padding-bottom: 0
                    }

    .main-navigation.toggled a {
        font-size: 2em;
        color: #fff
    }

        .main-navigation.toggled a.custom-logo-link {
            z-index: 1
        }

    .main-navigation.toggled li.current_page_item, .main-navigation.toggled li.current-menu-item, .main-navigation.toggled li.current_page_ancestor, .main-navigation.toggled li.current-menu-ancestor {
        padding-top: 0
    }

    .main-navigation.toggled .current_page_item > a, .main-navigation.toggled .current-menu-item > a, .main-navigation.toggled .current_page_ancestor > a, .main-navigation.toggled .current-menu-ancestor > a {
        color: #af7c40 !important;
        font-size: 3em
    }

@media screen and (min-width: 1024px) {
    .menu-toggle {
        display: none
    }

    .main-navigation .mega-menu-holder {
        display: block
    }

    .main-navigation li:nth-child(1), .main-navigation li:last-child, .main-navigation li.menu-logo-center {
        display: flex;
    }

    .main-navigation > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 0;
        overflow: hidden
    }

        .main-navigation > ul li:nth-child(1), .main-navigation > ul li:last-child {
            display: block
        }
}

@media screen and (max-width: 600px) {
    .menu-toggle .menu__wrapper > div {
        width: 60px;
        height: 60px
    }

    .menu-toggle .menu__wrapper .line {
        width: 25px;
        margin-bottom: 0
    }

        .menu-toggle .menu__wrapper .line:nth-child(2) {
            width: 20px
        }

        .menu-toggle .menu__wrapper .line:nth-child(3) {
            width: 15px
        }

    .main-navigation.toggled .menu-toggle {
        -webkit-transform: translateX(65vw);
        transform: translateX(65vw)
    }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger .line:nth-child(1) {
            width: 20px;
            -webkit-transform: rotate(45deg) translate(1px, 0);
            transform: rotate(45deg) translate(1px, 0)
        }

        .main-navigation.toggled .menu-toggle .menu__item--hamburger .line:nth-child(3) {
            width: 20px;
            -webkit-transform: rotate(-45deg) translate(5px, -5px);
            transform: rotate(-45deg) translate(5px, -5px)
        }

    .main-navigation.toggled .menu-main-menu-container ul li {
        padding-bottom: 20px
    }

        .main-navigation.toggled .menu-main-menu-container ul li a {
            font-size: 1.5em
        }
}

@media screen and (max-width: 440px) {
    .main-navigation.toggled .menu-main-menu-container ul li a {
        font-size: 1em
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment-navigation .nav-next a, .comment-navigation .nav-previous a, .posts-navigation .nav-next a, .posts-navigation .nav-previous a, .post-navigation .nav-next a, .post-navigation .nav-previous a {
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 21px;
    margin: 30px auto;
    color: #fff;
    background-color: #9f1d2e;
    border-radius: 28px;
    border: 1px solid #9f1d2e;
    font-family: Montserrat,sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .comment-navigation .nav-next a:hover, .comment-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover {
        border: 1px solid #cea575;
        background: #cea575
    }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%
}

@media screen and (min-width: 769px) {
    .site-main .post-navigation {
        top: 10vh;
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20vh
    }
}

@media screen and (min-width: 767px)and (max-width: 1366px) {
    .site-main .post-navigation {
        width: 90%
    }
}

@media screen and (max-width: 769px) {
    .site-main .post-navigation {
        margin-bottom: 20vh;
        top: 10vh;
        position: relative
    }

        .site-main .post-navigation .nav-links {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .site-main .post-navigation .nav-links a {
                display: block;
                margin-bottom: 2em
            }
}

@media screen and (max-width: 600px) {
    .site-main .post-navigation .nav-links {
        display: none
    }
}

.menu-footer-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    .menu-footer-holder > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

        .menu-footer-holder > div .footer-title {
            font-weight: bold
        }

        .menu-footer-holder > div:first-child {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .menu-footer-holder > div:first-child ul li {
                margin-bottom: 1em
            }

                .menu-footer-holder > div:first-child ul li a {
                    font-weight: normal
                }

            .menu-footer-holder > div:first-child ul .current_page_item > a, .menu-footer-holder > div:first-child ul .current-menu-item > a, .menu-footer-holder > div:first-child ul .current_page_ancestor > a, .menu-footer-holder > div:first-child ul .current-menu-ancestor > a {
                color: #9f1d2e;
                font-weight: bold
            }

        .menu-footer-holder > div:nth-child(2) {
            padding-top: 8em;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .menu-footer-holder > div:nth-child(2) p:nth-child(2) {
                height: 100%
            }

                .menu-footer-holder > div:nth-child(2) p:nth-child(2) a {
                    color: #9f1d2e
                }

        .menu-footer-holder > div:last-child {
            padding-top: 8em;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .menu-footer-holder ul.social-items {
        width: 190px;
    }

    .menu-footer-holder > div:last-child > div {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu-footer-holder > div:last-child img {
        max-width: 120px;
        position: relative;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 180px;
    }

    .menu-footer-holder > div .social-items li {
        max-width: 50px;
        margin-right: .5em
    }

        .menu-footer-holder > div .social-items li a {
            width: 100%;
            display: block;
            position: relative
        }

            .menu-footer-holder > div .social-items li a svg {
                max-width: 40px
            }

                .menu-footer-holder > div .social-items li a svg g path {
                    fill: #000;
                    -webkit-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out
                }

                .menu-footer-holder > div .social-items li a svg g g {
                    stroke: #000;
                    stroke: transparent
                }

            .menu-footer-holder > div .social-items li a:hover svg g path {
                fill: #9f1d2e
            }

    .menu-footer-holder > div .wpcf7-form {
        position: relative;
        display: block;
        width: 80%;
        margin: 0
    }

        .menu-footer-holder > div .wpcf7-form input {
            width: 100%;
            display: block;
            position: relative;
            outline: none;
            border: 1px solid transparent;
            padding: .5em;
            background-color: rgba(255,255,255,.8);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .menu-footer-holder > div .wpcf7-form input:focus {
                outline: none;
                border: 1px solid #9f1d2e
            }

            .menu-footer-holder > div .wpcf7-form button, .menu-footer-holder > div .wpcf7-form input[type=submit] {
                cursor: pointer;
                background: none;
                outline: none;
                color: #9f1d2e;
                border-radius: 15px;
                max-width: 150px;
                margin: 0;
                border: 1px solid #9f1d2e
            }

                .menu-footer-holder > div .wpcf7-form button:focus, .menu-footer-holder > div .wpcf7-form button:hover, .menu-footer-holder > div .wpcf7-form input[type=submit]:focus, .menu-footer-holder > div .wpcf7-form input[type=submit]:hover {
                    outline: none;
                    color: #ffce85;
                    background-color: #9f1d2e
                }

        .menu-footer-holder > div .wpcf7-form p {
            margin-top: 0;
            margin-bottom: 0
        }

        .menu-footer-holder > div .wpcf7-form input[type=submit] {
            margin-top: 2em;
            margin-bottom: 0
        }

        .menu-footer-holder > div .wpcf7-form .wpcf7-response-output {
            color: #9f1d2e;
            margin-top: 0;
            margin-left: 0;
            background-color: #ffce85
        }

.menu-footer ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .menu-footer ul > li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #ffce85;
        border-bottom: 1px solid #da9836
    }

        .menu-footer ul > li:first-child {
            border-top: none
        }

        .menu-footer ul > li:last-child {
            border-bottom: none
        }

    .menu-footer ul ul {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 20px;
        height: 0;
        overflow: hidden
    }

        .menu-footer ul ul li {
            border: none
        }

            .menu-footer ul ul li a {
                font-weight: 100;
                font-size: .8em
            }

.menu-footer li {
    position: relative
}

    .menu-footer li:hover > a, .menu-footer li.focus > a {
        color: #9f1d2e
    }

.menu-footer a {
    color: #000;
    font-family: Montserrat,sans-serif;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menu-footer .current_page_item > a, .menu-footer .current-menu-item > a, .menu-footer .current_page_ancestor > a, .menu-footer .current-menu-ancestor > a {
    color: #9f1d2e;
    font-weight: bold
}

@media screen and (min-width: 821px) {
    .menu-footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .menu-footer ul li {
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            border: none
        }

            .menu-footer ul li ul {
                height: auto;
                margin-left: 0
            }
}

@media screen and (max-width: 820px) {
    .menu-footer-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .menu-footer-holder .menu-footer ul li {
            margin-bottom: 0 !important;
            padding-bottom: 0;
            border-top: none;
            border-bottom: none
        }

        .menu-footer-holder > div:first-child {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .menu-footer-holder > div:nth-child(2) {
            padding-top: 4em
        }

        .menu-footer-holder > div:last-child {
            padding-top: 2em
        }

            .menu-footer-holder > div:last-child > div {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column
            }

            .menu-footer-holder > div:last-child img {
                max-width: 100px;
                position: relative;
                -webkit-transform: translateY(0);
                transform: translateY(0)
            }

        .menu-footer-holder > div .wpcf7-form p {
            margin-top: 0;
            margin-bottom: 0
        }

        .menu-footer-holder > div .wpcf7-form input[type=submit] {
            margin-top: 2em;
            margin-bottom: 0
        }

        .menu-footer-holder > div .footer-title {
            margin-bottom: 0
        }

    #colophon .site-info {
        margin-top: 0 !important;
        padding-top: 0 !important
    }
}

.home_twitter_section {
    margin-bottom: 50px !important
}

    .home_twitter_section .wpb_wrapper h2 {
        font-size: 1.1em;
        font-family: Montserrat,sans-serif;
        font-weight: 900;
        padding: 25px;
        padding-top: 40px;
        padding-bottom: 0;
        padding-left: 125px;
        color: #fff;
        position: relative
    }

        .home_twitter_section .wpb_wrapper h2:before {
            content: "";
            position: absolute;
            top: 32px;
            left: 55px;
            width: 50px;
            height: 50px;
            border-radius: 100%;
            border: 1px solid #cea575;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("../assets/images/twt-avatar.png")
        }

@media screen and (min-width: 37.5em) {
    .home_twitter_section .wpb_wrapper h2 {
        font-size: 1rem;
        padding-left: 150px
    }

        .home_twitter_section .wpb_wrapper h2:before {
            top: 17px;
            left: 55px;
            width: 76px;
            height: 76px
        }
}

.home_twitter_section #ctf.ctf-type-usertimeline {
    padding: 25px 0
}

    .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-stage-outer {
        overflow-y: visible
    }

    .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-item {
        padding: 20px 45px
    }

        .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-item .ctf-item {
            background-color: #000;
            padding: 20px;
            padding-right: 20px;
            border-radius: 10px;
            -webkit-box-shadow: #000 0 6px 9px 0;
            box-shadow: #000 0 6px 9px 0;
            height: 100%
        }

        .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-item #ctf-more {
            color: #fff;
            font-weight: bold;
            padding: 20px 10px !important;
            background: rgba(0,0,0,.3);
            border-radius: 999px;
            width: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

            .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-item #ctf-more:hover {
                background: rgba(0,0,0,.6)
            }

    .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-dots {
        margin-top: 100px
    }

        .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-dots .ctf-owl-dot span {
            width: 15px;
            height: 15px
        }

        .home_twitter_section #ctf.ctf-type-usertimeline .ctf-tweets .ctf-owl-dots .ctf-owl-dot.active span {
            background: #cea575
        }

#page {
    position: relative
}

.site-main {
    background-color: #eee
}

.single-format-aside .site-main {
    background-color: #af7c40
}

.sticky {
    display: block
}

.post, .page {
    margin: 0 0 1.5em;
    margin: 0 auto
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
    margin: 0 auto
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.entry-content .tafellager-background-dark {
    position: relative
}

    .entry-content .tafellager-background-dark:before {
        content: "";
        display: block
    }

    .entry-content .tafellager-background-dark:before {
        content: "" !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        display: block !important;
        /* z-index: 1; */
    }

.page-template-page-template-home .home-social {
    position: absolute;
    display: block;
    right: 2%;
    top: 32vh;
    z-index: 10001;
    /* z-index: 1; */
}

    .page-template-page-template-home .home-social .social-items__vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .page-template-page-template-home .home-social .social-items__vertical li {
            margin-bottom: 15px
        }

            .page-template-page-template-home .home-social .social-items__vertical li a svg {
                width: 30px;
                height: 30px
            }

            .page-template-page-template-home .home-social .social-items__vertical li.social-item__facebook a svg path, .page-template-page-template-home .home-social .social-items__vertical li.social-item__instagram a svg path, .page-template-page-template-home .home-social .social-items__vertical li.social-item__twitter a svg path {
                fill: #fff !important
            }

            .page-template-page-template-home .home-social .social-items__vertical li.social-item__facebook a svg g, .page-template-page-template-home .home-social .social-items__vertical li.social-item__instagram a svg g, .page-template-page-template-home .home-social .social-items__vertical li.social-item__twitter a svg g {
                stroke: #fff !important
            }

            .page-template-page-template-home .home-social .social-items__vertical li.social-item__tiktok a svg path, .page-template-page-template-home .home-social .social-items__vertical li.social-item__tiktok a svg circle, .page-template-page-template-home .home-social .social-items__vertical li.social-item__youtube a svg path, .page-template-page-template-home .home-social .social-items__vertical li.social-item__youtube a svg circle {
                fill: #fff !important
            }

            .page-template-page-template-home .home-social .social-items__vertical li.social-item__tiktok a svg g, .page-template-page-template-home .home-social .social-items__vertical li.social-item__youtube a svg g {
                stroke: #fff !important
            }

.page-template-page-template-home #our-blog-title, .page-template-page-template-home #our-products-title {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 0
}

.page-template-page-template-home #our-products-title {
    margin-top: 0;
    padding-top: 0
}

.page-template-page-template-home .product-overview-description {
    color: #9f1d2e;
    font-size: 1.5em;
    font-size: 1.5vw;
    line-height: 1.5em
}

@media screen and (min-width: 37.5em) {
    .page-template-page-template-home .home-social .social-items__vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .page-template-page-template-home .home-social .social-items__vertical li {
            margin-bottom: 20px;
            width: 30p;
        }

            .page-template-page-template-home .home-social .social-items__vertical li a svg {
                width: 40px;
                height: 40px
            }
}

@media screen and (max-width: 1024px) {
    .page-template-page-template-home .product-overview-description {
        font-size: 1.5em
    }
}

@media screen and (max-width: 768px) {
    .page-template-page-template-home #our-blog-title, .page-template-page-template-home #our-products-title {
        font-size: 2em;
        line-height: 1.5em;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .page-template-page-template-home #products-section > div > div {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .page-template-page-template-home .product-overview-description {
        color: #9f1d2e;
        font-size: 1em;
        line-height: 1.5em;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .page-template-page-template-home #our-blog-title, .page-template-page-template-home #our-products-title {
        line-height: 1em
    }
}

.page-template-page-template-osoka #osoka-blog-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7em !important
}

.page-template-page-template-osoka .entry-header {
    position: relative;
    padding: 0 50px;
    text-align: center
}

    .page-template-page-template-osoka .entry-header h1, .page-template-page-template-osoka .entry-header h3 {
        margin: 0 auto;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: Montserrat,sans-serif
    }

    .page-template-page-template-osoka .entry-header h1, .page-template-page-template-osoka .entry-header h2 {
        margin-top: 0;
        font-size: 7em
    }

    .page-template-page-template-osoka .entry-header h3 {
        font-size: 3em
    }

    .page-template-page-template-osoka .entry-header .post-thumbnail {
        max-width: 80%;
        margin: 2em auto
    }

        .page-template-page-template-osoka .entry-header .post-thumbnail img {
            border: 1px solid #ccc;
            border-radius: 10px
        }

    .page-template-page-template-osoka .entry-header:before {
        content: "";
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: .2;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-size: contain;
        background-image: url(../assets/images/OSOKA.png)
    }

.page-template-page-template-osoka #blog-holder {
    max-width: 90%;
    margin: 0 auto
}

    .page-template-page-template-osoka #blog-holder .entry-title {
        font-size: 3em
    }

    .page-template-page-template-osoka #blog-holder .hentry {
        position: relative
    }

        .page-template-page-template-osoka #blog-holder .hentry .entry-header {
            padding-bottom: 0
        }

            .page-template-page-template-osoka #blog-holder .hentry .entry-header:before {
                content: none
            }

        .page-template-page-template-osoka #blog-holder .hentry:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: .2;
            background-repeat: no-repeat;
            background-position: bottom center;
            background-color: transparent;
            background-size: contain
        }

    .page-template-page-template-osoka #blog-holder .entry-content {
        max-width: 70%;
        margin: 2em auto;
        text-align: center
    }

.page-template-page-template-osoka #blog-masonry {
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

    .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini {
        position: relative;
        overflow: hidden;
        min-height: 406px
    }

        .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-animated-block {
            width: 100%;
            height: 100%;
            position: absolute
        }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-animated-block:before {
                content: "";
                top: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 1;
                background-color: rgba(0,0,0,.4)
            }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-col {
                z-index: 2
            }

        .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone {
            width: 100%;
            height: 100%;
            padding: 20px 30px;
            padding-bottom: 35px;
            color: #fff;
            position: relative;
            font-family: Montserrat,sans-serif;
            -webkit-transform: none;
            transform: none
        }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_gitem-col {
                z-index: 2
            }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_gitem-post-data-source-post_date {
                margin-bottom: 0
            }

                .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_gitem-post-data-source-post_date p {
                    margin-bottom: 0
                }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_gitem-post-data-source-post_title {
                font-size: 2em
            }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt {
                display: none
            }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_btn3-container a {
                cursor: pointer;
                padding: 10px 30px;
                border-radius: 999px;
                background: #941a1d;
                background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #941A1D), color-stop(33%, #C31A20), color-stop(51%, #CD1A21), color-stop(72%, #C41A20), to(#941A1D));
                background: linear-gradient(0deg, #941A1D 7%, #C31A20 33%, #CD1A21 51%, #C41A20 72%, #941A1D 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#941A1D", endColorstr="#941A1D", GradientType=1);
                font-weight: bold;
                color: #fff;
                border-color: #c41a20;
                margin: 0 auto
            }

                .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-zone .vc_btn3-container a:hover {
                    background: #941a1d
                }

    .page-template-page-template-osoka #blog-masonry .vc_pageable-load-more-btn a {
        cursor: pointer;
        padding: 10px 30px;
        border-radius: 999px;
        background: #941a1d;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #941A1D), color-stop(33%, #C31A20), color-stop(51%, #CD1A21), color-stop(72%, #C41A20), to(#941A1D));
        background: linear-gradient(0deg, #941A1D 7%, #C31A20 33%, #CD1A21 51%, #C41A20 72%, #941A1D 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#941A1D", endColorstr="#941A1D", GradientType=1);
        font-weight: bold;
        color: #fff;
        border-color: #c41a20;
        margin: 30px auto
    }

        .page-template-page-template-osoka #blog-masonry .vc_pageable-load-more-btn a:hover {
            background: #941a1d
        }

@media screen and (max-width: 769px) {
    .page-template-page-template-osoka #osoka-blog-title {
        font-size: 2em !important;
        line-height: 1 !important
    }

    .page-template-page-template-osoka .entry-header {
        padding: 0
    }

    .page-template-page-template-osoka .entry-content h1, .page-template-page-template-osoka .entry-content h2 {
        line-height: 1 !important
    }

    .page-template-page-template-osoka .entry-content h3 {
        font-size: 1em !important;
        line-height: 1 !important
    }

    .page-template-page-template-osoka #blog-holder .entry-content {
        max-width: 100%
    }

    .page-template-page-template-osoka #blog-masonry {
        max-width: 100%
    }

        .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-animated-block {
            background-color: #eee
        }

            .page-template-page-template-osoka #blog-masonry .vc_grid-item-mini .vc_gitem-animated-block::before {
                height: 85%
            }
}

.single-post .entry-header {
    position: relative
}

    .single-post .entry-header:before {
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4)
    }

    .single-post .entry-header h1 {
        color: #fff !important;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 40%;
        font-size: 4em;
        line-height: 1;
        letter-spacing: 2px
    }

        .single-post .entry-header h1 small {
            font-size: 50%;
            text-transform: capitalize
        }

.single-post .post-thumbnail img {
    width: 100%
}

.single-post .entry-content {
    max-width: 70%;
    margin: 5em auto
}

    .single-post .entry-content ul.heateor_sss_sharing_ul {
        margin-top: 1em !important
    }

        .single-post .entry-content ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
            margin-right: 1em !important
        }

            .single-post .entry-content ul.heateor_sss_sharing_ul li.heateorSssSharingRound:last-child {
                margin-right: 0 !important
            }

@media screen and (min-width: 767px)and (max-width: 1366px) {
    .single-post .entry-content {
        max-width: 90%
    }
}

@media screen and (max-width: 769px) {
    .single-post .entry-header h1 {
        font-size: 2em
    }
}

@media screen and (max-width: 37.5em) {
    .single-post .entry-header h1 {
        font-size: 1em
    }

    .single-post .entry-content {
        max-width: 90%;
        margin: 3em auto
    }
}

#leagues_tournaments-list {
    margin: 0 auto !important;
    list-style: none;
    width: 100%
}

.page-template-page-template-osoka .tafellager-carousel .splide__arrows .splide__arrow--prev {
    left: -3em
}

.page-template-page-template-osoka .tafellager-carousel .splide__arrows .splide__arrow--next {
    right: -3em
}

.page-template-page-template-osoka .tafellager-carousel .splide__pagination {
    top: 105%;
    bottom: 0;
    width: 100%;
    left: 50%
}

    .page-template-page-template-osoka .tafellager-carousel .splide__pagination li {
        margin-right: 20px
    }

        .page-template-page-template-osoka .tafellager-carousel .splide__pagination li button {
            border-color: #941a1d
        }

            .page-template-page-template-osoka .tafellager-carousel .splide__pagination li button.is-active {
                -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #941a1d;
                box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #941a1d
            }

#fixtures-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-transform: translateY(-28%);
    transform: translateY(-28%)
}

    #fixtures-holder #calendar {
        width: 320px;
        font-family: Montserrat,sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #fixtures-holder #calendar_weekdays div {
        display: inline-block;
        vertical-align: top
    }

    #fixtures-holder #calendar_content, #fixtures-holder #calendar_weekdays, #fixtures-holder #calendar_header {
        position: relative;
        width: 320px;
        overflow: hidden;
        z-index: 10
    }

        #fixtures-holder #calendar_weekdays div, #fixtures-holder #calendar_content div {
            width: 40px;
            height: 40px;
            overflow: hidden;
            text-align: center;
            background-color: #fff;
            color: #787878
        }

    #fixtures-holder #calendar_content {
        border-radius: 0 0 12px 12px
    }

        #fixtures-holder #calendar_content div {
            float: left
        }

            #fixtures-holder #calendar_content div:hover {
                background-color: #f8f8f8
            }

            #fixtures-holder #calendar_content div.blank {
                background-color: #e8e8e8
            }

            #fixtures-holder #calendar_content div.today {
                color: #fff
            }

            #fixtures-holder #calendar_header, #fixtures-holder #calendar_content div.today {
                zoom: 1
            }

    #fixtures-holder #calendar_header {
        width: 100%;
        height: 37px;
        text-align: center;
        background-color: #ff6860;
        padding: 8px 0;
        border-radius: 12px 12px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        #fixtures-holder #calendar_header h1 {
            font-size: 1.5em;
            line-height: 1;
            color: #fff;
            float: left;
            width: 70%
        }

    #fixtures-holder i[class^=icon-chevron] {
        color: #fff;
        float: left;
        width: 15%;
        border-radius: 50%;
        cursor: pointer
    }

    #fixtures-holder .tabs {
        clear: both;
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        background-color: #941a1d;
        border-radius: 0 0 20px 20px
    }

    #fixtures-holder .tab {
        float: left
    }

        #fixtures-holder .tab label {
            position: relative;
            top: 0;
            cursor: pointer;
            text-transform: uppercase;
            padding: 20px 40px 20px 40px;
            color: #fff;
            background-color: #941a1d;
            font-family: Montserrat,sans-serif;
            border-bottom: 2px solid transparent
        }

        #fixtures-holder .tab [type=radio] {
            display: none
        }

            #fixtures-holder .tab [type=radio]:checked ~ label {
                border-bottom: 2px solid #cea575;
                color: #fff;
                z-index: 2
            }

                #fixtures-holder .tab [type=radio]:checked ~ label ~ .tab__content {
                    z-index: 1;
                    opacity: 1
                }

    #fixtures-holder .tab__content {
        position: relative;
        padding: 40px 10px;
        padding-bottom: 100px;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: opacity .2s cubic-bezier(0.42, 0, 0.34, 1.01);
        transition: opacity .2s cubic-bezier(0.42, 0, 0.34, 1.01);
        opacity: 0;
        background-color: #fff;
        height: 50vh;
        overflow: hidden;
        overflow-y: scroll;
        border-radius: 0 0 20px 20px;
        border: 1px solid #941a1d
    }

    #fixtures-holder .fixtures-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        #fixtures-holder .fixtures-grid:nth-of-type(odd) .tftable:nth-of-type(even) {
            border-left: none
        }

        #fixtures-holder .fixtures-grid:nth-of-type(even) .tftable {
            border-top: none
        }

            #fixtures-holder .fixtures-grid:nth-of-type(even) .tftable:nth-of-type(even) {
                border-left: none
            }

    #fixtures-holder .tftable {
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        color: #333;
        width: 100%;
        margin-bottom: 0;
        border-collapse: collapse;
        border: 1px solid #ccc
    }

        #fixtures-holder .tftable th {
            font-size: 18px;
            background-color: #cea575;
            border-width: 1px;
            padding: 8px;
            border-style: solid;
            border-color: #787878;
            text-align: left;
            text-transform: uppercase
        }

        #fixtures-holder .tftable tr {
            background-color: #fff
        }

            #fixtures-holder .tftable tr.top-drawer {
                border-top: 1px solid #ccc
            }

        #fixtures-holder .tftable td {
            font-size: 14px;
            border-width: 1px;
            padding: 8px
        }

            #fixtures-holder .tftable td h5 {
                text-align: center;
                font-size: 1em
            }

            #fixtures-holder .tftable td .logo {
                display: block;
                width: 20px;
                height: 20px;
                border-radius: 100%;
                background-color: #787878
            }

            #fixtures-holder .tftable td .score-final {
                text-align: center
            }

        #fixtures-holder .tftable tr:hover, #fixtures-holder .tftable tr.top-drawer:hover + tr {
            color: #fff;
            background-color: #941a1d
        }

        #fixtures-holder .tftable tr.top-drawer + tr:hover {
            color: #333;
            background-color: #fff
        }

@media screen and (max-width: 768px) {
    #fixtures-holder {
        -webkit-transform: translateY(-18%);
        transform: translateY(-18%)
    }

        #fixtures-holder .splide__track {
            overflow: visible
        }

        #fixtures-holder .tabs {
            background-color: transparent;
            min-height: 100vh !important
        }

        #fixtures-holder .tab {
            display: block;
            width: 100%
        }

            #fixtures-holder .tab label {
                display: block;
                width: 100%;
                text-align: center
            }

            #fixtures-holder .tab [type=radio]:checked ~ label {
                background-color: #611315
            }

        #fixtures-holder .tab__content {
            top: 220px;
            height: 100%;
            border: none
        }

        #fixtures-holder .tftable .mobi-hide {
            display: none
        }

        #fixtures-holder .tafellager-carousel .splide__arrows .splide__arrow--prev {
            left: 1%;
            top: 7%
        }

        #fixtures-holder .tafellager-carousel .splide__arrows .splide__arrow--next {
            right: 1%;
            top: 7%
        }
}

#matches-upcoming {
    width: 100%;
    max-width: 760px;
    border-radius: 10px
}

    #matches-upcoming h3 {
        border-radius: 10px 10px 0 0;
        padding: 40px 40px;
        margin: 0 auto;
        color: #fff;
        background-color: #941a1d;
        text-align: center;
        text-transform: uppercase
    }

.page-template-page-template-legal #menu-legal-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

    .page-template-page-template-legal #menu-legal-menu li {
        margin-bottom: 20px
    }

        .page-template-page-template-legal #menu-legal-menu li a {
            font-family: Montserrat,sans-serif;
            color: #c4c4c4;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: bold
        }

            .page-template-page-template-legal #menu-legal-menu li a:hover {
                color: #818181
            }

        .page-template-page-template-legal #menu-legal-menu li.current_page_item a {
            color: #9f1d2e
        }

.page-template-page-template-legal .legal-page-content {
    margin: 100px 0;
    margin-top: 0;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    display: block;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
}

    .page-template-page-template-legal .legal-page-content .vc_pagination li a {
        height: 15px;
        width: 15px;
        background: #cea575;
        border: 2px solid #f8f8f8
    }

    .page-template-page-template-legal .legal-page-content .vc_pagination li.vc_active a {
        border: 2px solid transparent;
        -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #9f1d2e;
        box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #9f1d2e
    }

.page-template-page-template-contact .entry-content #depot-forms-download a, .page-template-page-template-contact .entry-content #depot-forms-download button {
    background-color: transparent;
    border: 1px solid #9f1d2e;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    padding: .5em 2em;
    color: #9f1d2e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .page-template-page-template-contact .entry-content #depot-forms-download a:hover, .page-template-page-template-contact .entry-content #depot-forms-download button:hover {
        color: #cea575;
        background-color: #9f1d2e
    }

.page-template-page-template-contact .entry-content .social-items {
    margin: 0;
    max-width: 450px
}

.page-template-page-template-contact .vc_images_carousel .vc_carousel-indicators {
    bottom: -30px
}

    .page-template-page-template-contact .vc_images_carousel .vc_carousel-indicators li {
        margin-left: 10px
    }

@media screen and (max-width: 1024px) {
    .page-template-page-template-contact .entry-content #intro-section {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

        .page-template-page-template-contact .entry-content #intro-section .vc_custom_heading {
            font-size: 2em !important
        }

    .page-template-page-template-contact .entry-content .wpb_content_element.vc_separator {
        margin: 0 auto;
        margin-bottom: 2em;
        text-align: center
    }

    .page-template-page-template-contact .entry-content #depot-forms-download {
        text-align: center
    }

    .page-template-page-template-contact .entry-content .vc_row-o-equal-height.vc_row-o-content-top {
        padding-left: 100px !important;
        padding-right: 100px !important
    }

    .page-template-page-template-contact #page-contact-column-left {
        width: 100%
    }

        .page-template-page-template-contact #page-contact-column-left > .vc_column-inner {
            padding-top: 10px !important;
            padding-left: 50px !important;
            padding-bottom: 0 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: center;
            align-content: center;
            text-align: center
        }

            .page-template-page-template-contact #page-contact-column-left > .vc_column-inner h1 {
                font-size: 2em !important;
                text-align: center !important
            }

            .page-template-page-template-contact #page-contact-column-left > .vc_column-inner #depot-forms-download button {
                margin: 0 auto
            }

    .page-template-page-template-contact #page-contact-column-right {
        width: 100%
    }

        .page-template-page-template-contact #page-contact-column-right > .vc_column-inner {
            padding-top: 0 !important
        }

        .page-template-page-template-contact #page-contact-column-right #form-contact-holder .wpcf7-form {
            max-width: 80%;
            margin: 0 auto
        }

    .page-template-page-template-contact .vc_custom_1620068539509 {
        padding: 50px !important
    }
}

@media screen and (max-width: 580px) {
    .page-template-page-template-contact .entry-content #intro-section {
        padding-top: 50px !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

        .page-template-page-template-contact .entry-content #intro-section .vc_custom_heading {
            font-size: 1.5em !important
        }

    .page-template-page-template-contact .entry-content .vc_row-o-equal-height.vc_row-o-content-top {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .page-template-page-template-contact #page-contact-column-left > .vc_column-inner h1 {
        font-size: 1.5em !important
    }

    .page-template-page-template-contact #page-contact-column-right #form-contact-holder .wpcf7-form {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 40px
    }
}

.page-template-page-template-tafelbraai #hero {
    padding: 20px 50px
}

    .page-template-page-template-tafelbraai #hero h2, .page-template-page-template-tafelbraai #hero h1 {
        margin-top: 0;
        text-align: center
    }

    .page-template-page-template-tafelbraai #hero p {
        text-align: center
    }

@media screen and (max-width: 480px) {
    .page-template-page-template-tafelbraai #hero h2 {
        color: #fff !important
    }

    .page-template-page-template-tafelbraai #hero p {
        color: #fff
    }
}

@media screen and (min-width: 821px) {
    .page-template-page-template-tafelbraai #hero {
        padding: 50px;
        padding-top: 0;
        padding-right: 200px
    }
}

.page-template-page-template-tafelbraai .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3em auto;
    margin-bottom: 5em
}

    .page-template-page-template-tafelbraai .entry-header .post-thumbnail img {
        margin: 0 auto;
        max-width: 150px
    }

@media screen and (min-width: 37.5em) {
    .page-template-page-template-tafelbraai .entry-header .post-thumbnail img {
        max-width: 100%
    }
}

.page-template-page-template-tafelbraai .entry-content {
    padding-top: 50px;
    background: #631519
}

    .page-template-page-template-tafelbraai .entry-content .content-section {
        margin: 0 auto;
        text-align: center;
        padding: 50px
    }

        .page-template-page-template-tafelbraai .entry-content .content-section h3 {
            margin-top: 0;
            font-size: 4em;
            font-family: Montserrat,sans-serif;
            text-transform: uppercase
        }

        .page-template-page-template-tafelbraai .entry-content .content-section p {
            font-family: Montserrat,sans-serif;
            max-width: 50%;
            margin: 0 auto;
            margin-bottom: 100px
        }

@media screen and (min-width: 37.5em) {
    .page-template-page-template-tafelbraai .entry-content {
        background: -webkit-gradient(linear, left bottom, left top, from(#631519), color-stop(69%, #631519), color-stop(69%, #d1d1d1), to(#d1d1d1));
        background: linear-gradient(0deg, #631519 0%, #631519 69%, #d1d1d1 69%, #d1d1d1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#631519", endColorstr="#d1d1d1", GradientType=1)
    }
}

@media screen and (max-width: 768px) {
    .page-template-page-template-tafelbraai .entry-header {
        display: none
    }

    .page-template-page-template-tafelbraai #hero {
        padding: 20px 30px
    }
}

@media screen and (max-width: 680px) {
    #hero + div {
        padding-bottom: 0 !important
    }

    .page-template-page-template-tafelbraai .vc_custom_heading {
        font-size: 2em !important;
        color: #fff !important
    }
}

@media screen and (max-width: 1024px) {
    .page-template-page-template-bravewarriors .carousel-bravewarriors .vc_parallax {
        padding-right: 50px !important;
        padding-left: 50px !important
    }

        .page-template-page-template-bravewarriors .carousel-bravewarriors .vc_parallax .wpb_wrapper h2 {
            font-size: 2em !important
        }
}

.error404 {
    background-color: #631519
}

    .error404 #primary {
        min-height: 63vh;
        padding-top: 100px;
        background-color: #631519
    }

        .error404 #primary .entry-header {
            color: #fff;
            text-align: center
        }

        .error404 #primary .entry-content {
            color: #fff;
            text-align: center;
            padding-bottom: 100px
        }

            .error404 #primary .entry-content a {
                color: #fff
            }

            .error404 #primary .entry-content .contain {
                height: 400px;
                width: 400px;
                margin: 0 auto;
                -webkit-transform: translateX(15%) translateY(20%);
                transform: translateX(15%) translateY(20%)
            }

                .error404 #primary .entry-content .contain svg {
                    vertical-align: top;
                    width: 100%
                }

                    .error404 #primary .entry-content .contain svg .beer {
                        -webkit-animation-name: empty;
                        animation-name: empty;
                        -webkit-animation-fill-mode: forwards;
                        animation-fill-mode: forwards;
                        -webkit-animation-duration: 4s;
                        animation-duration: 4s;
                        -webkit-animation-timing-function: linear;
                        animation-timing-function: linear;
                        fill: #f9cf68
                    }

@-webkit-keyframes empty {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }

    30% {
        -webkit-clip-path: polygon(0 16%, 100% 12%, 100% 100%, 0% 100%);
        clip-path: polygon(0 16%, 100% 12%, 100% 100%, 0% 100%)
    }

    50% {
        -webkit-clip-path: polygon(0 40%, 100% 44%, 100% 100%, 0% 100%);
        clip-path: polygon(0 40%, 100% 44%, 100% 100%, 0% 100%)
    }

    70% {
        -webkit-clip-path: polygon(0 69%, 100% 66%, 100% 100%, 0% 100%);
        clip-path: polygon(0 69%, 100% 66%, 100% 100%, 0% 100%)
    }

    100% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
    }
}

@keyframes empty {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
    }

    30% {
        -webkit-clip-path: polygon(0 16%, 100% 12%, 100% 100%, 0% 100%);
        clip-path: polygon(0 16%, 100% 12%, 100% 100%, 0% 100%)
    }

    50% {
        -webkit-clip-path: polygon(0 40%, 100% 44%, 100% 100%, 0% 100%);
        clip-path: polygon(0 40%, 100% 44%, 100% 100%, 0% 100%)
    }

    70% {
        -webkit-clip-path: polygon(0 69%, 100% 66%, 100% 100%, 0% 100%);
        clip-path: polygon(0 69%, 100% 66%, 100% 100%, 0% 100%)
    }

    100% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
    }
}

@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth
    }
}

#colophon {
    color: #000;
    padding: 0 25px;
    background-color: #ffb800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

    #colophon .custom-logo-link {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-width: 90px;
        margin: 2em 0
    }

    #colophon .site-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 2em;
        padding-top: 2em;
        padding-bottom: 1.5em;
        position: relative
    }

        #colophon .site-info:after {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: #ffd159;
            display: block;
            position: absolute
        }

        #colophon .site-info .legal p {
            font-size: .8em;
            font-family: Montserrat,sans-serif
        }

        #colophon .site-info .saif ul {
            list-style: none;
            margin: 0;
            padding-left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

            #colophon .site-info .saif ul li {
                margin-right: 20px
            }

                #colophon .site-info .saif ul li a {
                    display: block
                }

                #colophon .site-info .saif ul li img {
                    width: 100%;
                    max-width: 35px;
                    margin: 0 auto
                }

@media screen and (min-width: 37.5em) {
    #colophon .site-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

body.is-IE #colophon .custom-logo-link img {
    max-height: 150px
}

.back-to-top-wrapper {
    position: fixed;
    top: 85vh;
    right: 3.5rem;
    bottom: 28em;
    bottom: 10em;
    width: 55px;
    pointer-events: none;
    z-index: 9999999;
}

#scrolltotop {
    right: 20px;
    position: fixed;
    position: sticky;
    pointer-events: all;
    top: calc(100vh - 10rem);
    width: 55px;
    height: 55px;
    z-index: 1;
    display: inline-block
}

    #scrolltotop svg > g > path, #scrolltotop svg > g {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

.scroll-active #scrolltotop svg > g {
    fill: #fff
}

    .scroll-active #scrolltotop svg > g > path {
        fill: #9f1d2e;
        stroke: #9f1d2e
    }

.scroll-active #scrolltotop:hover svg > g {
    fill: #9f1d2e;
    stroke: #9f1d2e
}

    .scroll-active #scrolltotop:hover svg > g > path {
        fill: #fff;
        stroke: #fff
    }

@media screen and (min-width: 37.5em) {
    #scrolltotop {
        display: block
    }
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.breadcrumbs {
    font-family: Montserrat,sans-serif
}

    .breadcrumbs ol {
        margin: 0 auto;
        margin-bottom: 4em;
        padding: 1em 50px;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: #ddd;
        border-radius: 999px;
        border: 1px solid #fff
    }

        .breadcrumbs ol li {
            padding-left: 2.5em;
            position: relative
        }

            .breadcrumbs ol li a, .breadcrumbs ol li a:visited {
                color: #9f1d2e;
                text-decoration: none;
                font-family: Montserrat,sans-serif
            }

                .breadcrumbs ol li a:hover, .breadcrumbs ol li a:visited:hover {
                    color: #cea575
                }

            .breadcrumbs ol li:after {
                content: "â€º";
                right: -20%;
                top: -110%;
                font-size: 3em;
                position: absolute;
                display: block;
                z-index: 1
            }

            .breadcrumbs ol li:first-child {
                padding-left: 0
            }

            .breadcrumbs ol li:last-child:after {
                content: none
            }

@media screen and (max-width: 769px) {
    .breadcrumbs {
        display: none
    }
}

@media screen and (max-width: 37.5em) {
    .breadcrumbs {
        display: none
    }
}

.widget {
    margin: 0 0 1.5em
}

    .widget select {
        max-width: 100%
    }

.widget-area {
    padding: 25px;
    background-color: #b9b9b9
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.page-template-page-template-contact #primary .entry-content h1 {
    margin-top: 0
}

.page-template-page-template-contact #primary .wpcf7-form p {
    margin: 0
}

.page-template-page-template-contact #primary .wpcf7-form label {
    display: block;
    width: 100%
}

.page-template-page-template-contact #primary .wpcf7-form textarea, .page-template-page-template-contact #primary .wpcf7-form select, .page-template-page-template-contact #primary .wpcf7-form input[type=text], .page-template-page-template-contact #primary .wpcf7-form input[type=email] {
    width: 100%;
    display: block;
    border-radius: 999px;
    border-color: #dadada;
    background-color: #efefef;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,1,.2);
    box-shadow: 0 0 6px 0 rgba(0,0,1,.2);
    color: #818181;
    padding: 10px 20px
}

.page-template-page-template-contact #primary .wpcf7-form input[name=your-subject] {
    margin-bottom: 20px
}

.page-template-page-template-contact #primary .wpcf7-form select, .page-template-page-template-contact #primary .wpcf7-form textarea, .page-template-page-template-contact #primary .wpcf7-form input[type=text]:focus, .page-template-page-template-contact #primary .wpcf7-form input[type=email]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-template-page-template-contact #primary .wpcf7-form input[type=submit] {
    padding: 10px 30px;
    margin-top: 30px;
    cursor: pointer;
    background: none;
    outline: none;
    color: #9f1d2e;
    border-radius: 15px;
    width: 100%;
    max-width: 100%;
    margin: 1em auto;
    border: 1px solid #9f1d2e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .page-template-page-template-contact #primary .wpcf7-form input[type=submit]:focus, .page-template-page-template-contact #primary .wpcf7-form input[type=submit]:hover {
        outline: none;
        color: #ffce85;
        background-color: #9f1d2e
    }

    .page-template-page-template-contact #primary .wpcf7-form input[type=submit]:hover {
        background: #941a1d
    }

.page-template-page-template-contact #primary .wpcf7-form .wpcf7-not-valid-tip {
    color: #c41a20;
    padding: 15px 5px;
    padding-bottom: 0
}

.page-template-page-template-contact #primary .wpcf7-form .wpcf7-response-output {
    background: #cea575;
    border-color: #f19320;
    border-width: 1px;
    padding: 20px
}

@media screen and (min-width: 37.5em) {
    .page-template-page-template-contact #primary .wpcf7-form textarea, .page-template-page-template-contact #primary .wpcf7-form select, .page-template-page-template-contact #primary .wpcf7-form input[type=text], .page-template-page-template-contact #primary .wpcf7-form input[type=email] {
        width: auto
    }
}

.page-template-page-template-contact #primary .wpcf7-form[data-status=sent] .wpcf7-response-output {
    background: #bfe6a0
}

.page-template-page-template-contact #primary #form-contact-holder .wpcf7-form label {
    font-weight: bold
}

.page-template-page-template-contact #primary #form-contact-holder .wpcf7-form .wpcf7-form-control-wrap {
    margin: 1em auto;
    display: block
}

.page-template-page-template-contact #primary #form-contact-holder .wpcf7-form textarea {
    height: 100px
}

.page-template-page-template-contact #primary #form-contact-holder .wpcf7-form textarea, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form select, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=text], .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=email] {
    display: block;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    border: 1px solid #9f1d2e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form textarea:focus, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form textarea:active, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form select:focus, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form select:active, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=text]:focus, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=text]:active, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=email]:focus, .page-template-page-template-contact #primary #form-contact-holder .wpcf7-form input[type=email]:active {
        border-color: #9e9e9e;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.page-template-page-template-contact #primary #form-contact-holder .wpcf7-form select {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
    padding-right: 20px
}

#subscription-container {
    position: relative;
    background-color: #631519
}

    #subscription-container #block-left {
        width: 100%;
        position: relative
    }

        #subscription-container #block-left:before {
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: transparent;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url(../assets/images/SVE_7078.png)
        }

        #subscription-container #block-left .vc_column-inner {
            padding: 100px 0 100px 100px;
            background-color: rgba(159,29,46,.8)
        }

    #subscription-container #block-right {
        width: 100%
    }

        #subscription-container #block-right .vc_column-inner {
            padding: 100px 100px 100px 0;
            background-color: #cea575
        }

    #subscription-container #subscription-form-holder {
        border-radius: 10px;
        padding: 25px;
        background-color: #7a7977;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.27);
        box-shadow: 0 3px 6px rgba(0,0,0,.27)
    }

        #subscription-container #subscription-form-holder h2, #subscription-container #subscription-form-holder h5 {
            font-size: 1.5em;
            margin-bottom: 0;
            font-family: Montserrat,sans-serif
        }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=text], #subscription-container #subscription-form-holder .wpcf7-form input[type=email] {
            border-radius: 999px;
            border-color: #dadada;
            background-color: #efefef;
            color: #818181;
            padding: 10px 20px;
            width: 80%
        }

        #subscription-container #subscription-form-holder .wpcf7-form p {
            margin: 0 auto
        }

            #subscription-container #subscription-form-holder .wpcf7-form p:last-of-type .wpcf7-spinner {
                background-color: #9f1d2e
            }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=text]:focus, #subscription-container #subscription-form-holder .wpcf7-form input[type=email]:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #cea575
        }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=submit] {
            cursor: pointer;
            padding: 10px 21px;
            margin: 30px auto;
            color: #fff;
            background-color: #9f1d2e;
            border-radius: 28px;
            border: 1px solid #9f1d2e;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            #subscription-container #subscription-form-holder .wpcf7-form input[type=submit]:hover {
                border: 1px solid #cea575;
                background: #cea575
            }

        #subscription-container #subscription-form-holder .wpcf7-form .wpcf7-not-valid-tip {
            color: #c41a20;
            padding: 15px 5px;
            padding-bottom: 0
        }

        #subscription-container #subscription-form-holder .wpcf7-form .wpcf7-response-output {
            border-radius: 5px;
            margin-top: 0;
            border-width: 1px;
            padding: 20px;
            color: #941a1d;
            line-height: 1;
            border: 1px solid #941a1d;
            background-color: #fff
        }

        #subscription-container #subscription-form-holder .wpcf7-form[data-status=sent] .wpcf7-response-output {
            background: #bfe6a0
        }

@media screen and (min-width: 1025px) {
    #subscription-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 49%;
        background-image: url(../assets/images/tafel_beer_2.png);
        background-repeat: no-repeat;
        background-color: transparent;
        display: block;
        width: 300px;
        height: 100%;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    #subscription-container #subscription-form-holder {
        border-radius: 0 10px 10px 0;
        padding-left: 150px;
        padding-left: 12vw
    }

        #subscription-container #subscription-form-holder h2, #subscription-container #subscription-form-holder h5 {
            max-width: 80%;
            line-height: 1.2em
        }

    #subscription-container #block-left {
        width: 50%
    }

    #subscription-container #block-right {
        width: 50%
    }
}

@media screen and (max-width: 1280px) {
    #subscription-container #block-left .vc_column-inner h5 {
        font-size: 2em !important
    }
}

@media screen and (max-width: 1024px) {
    #subscription-container #subscription-form-holder {
        border-radius: 10px;
        padding-left: 25px;
        padding-right: 25px;
        max-width: 50%;
        margin: 0 auto
    }

        #subscription-container #subscription-form-holder .wpcf7-form label {
            display: block
        }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=text], #subscription-container #subscription-form-holder .wpcf7-form input[type=email] {
            display: block;
            width: 100%
        }

    #subscription-container #block-left .vc_column-inner, #subscription-container #block-right .vc_column-inner {
        padding: 100px 50px
    }

        #subscription-container #block-left .vc_column-inner h5, #subscription-container #block-right .vc_column-inner h5 {
            text-align: center !important
        }

        #subscription-container #block-left .vc_column-inner h5 {
            font-size: 2.5em !important
        }
}

@media screen and (max-width: 700px) {
    #subscription-container #subscription-form-holder {
        max-width: 100%;
        margin: 0 auto
    }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=submit] {
            width: 100%;
            margin-bottom: 0
        }

        #subscription-container #subscription-form-holder .wpcf7-form p:last-of-type {
            margin-bottom: 0
        }

            #subscription-container #subscription-form-holder .wpcf7-form p:last-of-type .wpcf7-spinner {
                margin: 10px auto;
                display: block;
                background-color: #9f1d2e
            }

        #subscription-container #subscription-form-holder .wpcf7-form input[type=text], #subscription-container #subscription-form-holder .wpcf7-form input[type=email] {
            padding: 5px 20px
        }
}

@media screen and (max-width: 480px) {
    #subscription-container #subscription-form-holder h5 {
        font-size: 1em;
        line-height: 1
    }
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption .wp-caption-text {
        margin: .8075em 0
    }

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

ul.social-items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    filter: brightness(100);
    webkit-filter: brightness(100);
}

    ul.social-items.__vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    ul.social-items.__horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 300px
    }

    ul.social-items .social-item a {
        text-decoration: none
    }

        ul.social-items .social-item a:before {
            background-color: transparent !important
        }

        ul.social-items .social-item a:hover {
            opacity: .8
        }

.tafellager-blog-masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .tafellager-blog-masonry .tafellager-blog-masonry-column {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: block;
        width: 100%;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 2em;
            width: 50%;
            height: 300px;
            float: left;
            background-color: transparent;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.ajax-loaded {
                opacity: 0
            }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
                display: block;
                z-index: 1;
                background: rgba(0,0,0,.92);
                background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.92)), color-stop(80%, rgba(255, 255, 255, 0)));
                background: linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(255, 255, 255, 0) 80%);
                background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(255, 255, 255, 0) 80%)
            }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(4n+1), .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
                height: 600px
            }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
                float: right
            }

        .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-title {
            padding: 0;
            font-size: 1.5rem;
            line-height: 1.8rem;
            font-weight: bold;
            color: #fff;
            display: block;
            z-index: 2;
            text-transform: uppercase
        }

        .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-btn {
            background-color: #9f1d2e;
            border-radius: 28px;
            border: 1px solid #9f1d2e;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            font-weight: thin;
            font-family: Montserrat,sans-serif;
            font-size: 15px;
            padding: 10px 21px;
            width: 200px;
            z-index: 2;
            text-decoration: none;
            text-align: center;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-btn:hover {
                background-color: rgba(255,255,255,.096);
                border-color: #9f1d2e
            }

    .tafellager-blog-masonry .masonry-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tafellager-blog-masonry .btnLoadmoreWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin: 2em auto;
        margin-top: 4em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tafellager-blog-masonry .btnLoadmoreWrapper button {
            background-color: #fff;
            background-color: rgba(255,255,255,.096);
            border-radius: 28px;
            border: 1px solid #cea575;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            font-weight: thin;
            font-family: Montserrat,sans-serif;
            font-size: 15px;
            padding: 15px 21px;
            width: 200px;
            z-index: 2;
            text-decoration: none;
            text-align: center;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .tafellager-blog-masonry .btnLoadmoreWrapper button:hover {
                color: #000;
                background-color: #cea575
            }

    .tafellager-blog-masonry .noMorePostsFound {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin: 2em auto;
        margin-top: 4em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tafellager-blog-masonry .noMorePostsFound a {
            background-color: #fff;
            background-color: rgba(255,255,255,.096);
            border-radius: 28px;
            border: 1px solid #cea575;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            font-weight: thin;
            font-family: Montserrat,sans-serif;
            font-size: 15px;
            padding: 10px 21px;
            min-width: 200px;
            z-index: 2;
            text-decoration: none;
            text-align: center;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

            .tafellager-blog-masonry .noMorePostsFound a:hover {
                color: #000;
                background-color: #cea575
            }

    .tafellager-blog-masonry .dcsLoaderImg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .tafellager-blog-masonry .dcsLoaderImg svg {
            color: #ff7361;
            width: 100px;
            height: 100px;
            display: block
        }

            .tafellager-blog-masonry .dcsLoaderImg svg path {
                fill: #ff7361
            }

@media screen and (max-width: 969px) {
    .tafellager-blog-masonry .tafellager-blog-masonry-column {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card {
            width: 100%;
            font-size: 20px
        }

            .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(4n+1), .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
                height: 300px
            }

        .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-title {
            font-size: 1rem;
            line-height: 1.2rem
        }
}

@media screen and (max-width: 360px) {
    .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card {
        padding: 1em .5em
    }

    .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-title {
        font-size: 1rem;
        line-height: 1.1rem
    }

    .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-btn {
        font-size: 12px;
        padding: 7px 10px;
        width: 125px
    }
}

.page-template-page-template-campaign .tafellager-blog-masonry {
    padding: 0
}

    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column {
        padding: 0
    }

        .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row .col {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                width: 50%
            }

            .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row:nth-child(odd) {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse
            }

        .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-card-title {
            font-size: 1.1rem;
            line-height: 1.5rem
        }

        .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card {
            width: 100%
        }

            .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote {
                padding: 0
            }

                .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-author {
                    display: block;
                    font-size: 1rem;
                    line-height: 1rem;
                    text-align: left;
                    margin-top: 0;
                    margin-bottom: 1em;
                    font-weight: bold
                }

@media screen and (max-width: 360px) {
    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-author {
        font-size: .6rem;
        padding-left: 12px
    }
}

.page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-title {
    text-align: left;
    margin-top: 0;
    position: relative;
    padding-left: 12px
}

    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-title:before {
        content: "â€œ";
        position: absolute;
        top: 0;
        left: 0
    }

    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-title:after {
        content: "â€";
        position: absolute;
        bottom: 0
    }

@media screen and (max-width: 360px) {
    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote .tafellager-blog-card-title {
        font-size: .8rem
    }
}

.page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card.block-quote:after {
    content: none
}

.page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(4n+1), .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
    height: 300px;
    height: 30vh;
    min-height: 300px
}

@media screen and (max-width: 969px) {
    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(4n+1), .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
        height: 50vh
    }
}

@media screen and (max-width: 360px) {
    .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(4n+1), .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card:nth-child(6n+5) {
        height: auto;
        min-height: 300px
    }
}

.page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card .tafellager-blog-card-btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-template-page-template-campaign #campaign-stories .tafellager-blog-masonry .tafellager-blog-masonry-column .tafellager-blog-masonry-item-card {
    height: 600px
}

@media screen and (max-width: 969px) {
    .page-template-page-template-campaign #campaign-hero > .vc_column_container.wpb_column.vc_col-has-fill {
        width: 100%;
        height: 60vh;
        padding-top: 5vh
    }

    .page-template-page-template-campaign #campaign-hero > .vc_column_container.wpb_column {
        width: 100%
    }

    .page-template-page-template-campaign #campaign-stories .tafellager-blog-masonry-column .row, .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .page-template-page-template-campaign #campaign-stories .tafellager-blog-masonry-column .row .col, .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row .col {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%
        }

        .page-template-page-template-campaign #campaign-stories .tafellager-blog-masonry-column .row:nth-child(odd), .page-template-page-template-campaign .tafellager-blog-masonry .tafellager-blog-masonry-column .row:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
}

.tafellager-carousel .splide__slide h1, .tafellager-carousel .splide__slide .slide-title {
    font-size: 1.7em;
    line-height: 1;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #fff !important;
}

.tafellager-carousel .splide__arrow {
    width: 40px;
    height: 40px;
    background: #cea575
}

    .tafellager-carousel .splide__arrow path {
        fill: #9f1d2e
    }

.tafellager-carousel .splide__pagination {
    width: 10%;
    left: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

    .tafellager-carousel .splide__pagination li {
        display: block;
        margin-bottom: 30px
    }

        .tafellager-carousel .splide__pagination li button {
            width: 15px;
            height: 15px;
            background: transparent;
            border: 2px solid #fff
        }

            .tafellager-carousel .splide__pagination li button.is-active {
                border: 2px solid transparent;
                -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff;
                box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff
            }

.tafellager-carousel .splide__video__play {
    width: 50px;
    height: 50px;
    background: #ad0129;
    opacity: 1;
    cursor: pointer;
    border: 2px solid #ad0129;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .tafellager-carousel .splide__video__play:hover {
        background: #cea575;
        border: 2px solid #fff
    }

    .tafellager-carousel .splide__video__play:after {
        border-width: 10px 0 10px 19px;
        margin-left: 8px;
        border-color: transparent transparent transparent rgba(255,255,255,.8)
    }

.tafellager-carousel .splide__progress {
    display: block;
    z-index: 2;
    background-color: #9f1d2e
}

    .tafellager-carousel .splide__progress .splide__progress__bar {
        background-color: #cea575
    }

@media screen and (max-width: 768px) {
    .tafellager-carousel .splide__slide h1, .tafellager-carousel .splide__slide .slide-title {
        font-size: 1.5em;
        line-height: 1.2
    }
}

@media screen and (min-width: 1024px) {
    .tafellager-carousel .splide__video__play {
        width: 113px;
        height: 113px
    }

        .tafellager-carousel .splide__video__play:after {
            border-width: 19px 0 19px 37px;
            margin-left: 15px
        }
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-radius: 13px;
    border-color: #cea575
}

#splidenly {
    max-width: 100%;
    margin: 0 auto;
    background: #ccc;
    border-radius: 0
}

    #splidenly .splide__slide a {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        #splidenly .splide__slide a:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.3)
        }

    #splidenly .splide__slide img {
        width: 100%
    }

    #splidenly .splide__slide h1, #splidenly .splide__slide .slide-title {
        margin: 0;
        font-size: 1.7em;
        line-height: 1;
        font-family: Montserrat,sans-serif;
        text-transform: uppercase;
        text-align: left;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 75%
    }

    #splidenly .splide__slide .link-type {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #splidenly .splide__pagination {
        width: 10%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

@media screen and (max-width: 1023px) {
    #splidenly .splide__pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}

#splidevertical #splidevertical-list .splide__slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #cea575;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    overflow: hidden
}

    #splidevertical #splidevertical-list .splide__slide a h1, #splidevertical #splidevertical-list .splide__slide a .slide-title {
        width: 50%;
        padding: 20px;
        text-align: center
    }

    #splidevertical #splidevertical-list .splide__slide a .link-type {
        position: relative;
        width: 50%
    }

        #splidevertical #splidevertical-list .splide__slide a .link-type img {
            width: 100%
        }

        #splidevertical #splidevertical-list .splide__slide a .link-type svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        #splidevertical #splidevertical-list .splide__slide a .link-type:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.3)
        }

    #splidevertical #splidevertical-list .splide__slide a:focus {
        outline: none
    }

#splidevertical #splidevertical-list .splide__video {
    right: 0;
    left: auto;
    width: 50%;
    height: auto
}

#splidevertical #splidevertical-list .splide__video__play {
    display: none !important
}

#splidevertical .splide__pagination {
    top: auto;
    bottom: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#splidevertical.is-playing .splide__slide a .link-type {
    background-color: #000
}

    #splidevertical.is-playing .splide__slide a .link-type img {
        opacity: 0
    }

@media screen and (max-width: 820px) {
    #splidevertical {
        max-width: 80%;
        margin: 0 auto;
        -webkit-transform: translateY(16%);
        transform: translateY(16%)
    }

        #splidevertical #splidevertical-list .splide__slide a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            #splidevertical #splidevertical-list .splide__slide a h1, #splidevertical #splidevertical-list .splide__slide a .slide-title {
                width: 100%;
                padding: 50px 20px;
                font-weight: bold
            }

            #splidevertical #splidevertical-list .splide__slide a .link-type {
                width: 100%
            }
}

@media screen and (max-width: 600px) {
    #splidevertical {
        -webkit-transform: translateY(31%);
        transform: translateY(31%)
    }

        #splidevertical #splidevertical-list .splide__slide a {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            #splidevertical #splidevertical-list .splide__slide a h1, #splidevertical #splidevertical-list .splide__slide a .slide-title {
                width: 100%
            }

            #splidevertical #splidevertical-list .splide__slide a .link-type {
                width: 100%
            }
}

@media screen and (max-width: 480px) {
    #splidevertical {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

        #splidevertical #splidevertical-list .splide__slide a .slide-title {
            padding: 0 10px;
            font-size: 1em
        }
}

#nyl-container-copy {
    padding-top: 5vh;
    padding-bottom: 5vh
}

@media screen and (max-width: 600px) {
    #nyl-container-copy {
        padding-bottom: 0
    }
}

@media screen and (min-width: 769px) {
    #nyl-container-copy {
        padding-top: 10vh;
        padding-right: 100px;
        padding-bottom: 0;
        padding-left: 100px
    }
}

#nyl-container {
    background: #631519;
    background: -webkit-gradient(linear, left bottom, left top, from(#631519), color-stop(48%, #631519), color-stop(49%, #eeeeee), to(#eeeeee));
    background: linear-gradient(0deg, #631519 0%, #631519 48%, #eeeeee 49%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#631519", endColorstr="#eeeeee", GradientType=1)
}

@media screen and (min-width: 821px) {
    #nyl-container {
        padding-top: 100px;
        padding-right: 200px;
        padding-bottom: 0;
        padding-left: 200px
    }
}

@media screen and (max-width: 480px) {
    #nyl-container + div {
        left: 0 !important;
        width: 100% !important;
        margin: 0
    }

        #nyl-container + div .campaign-details {
            width: 100% !important
        }

            #nyl-container + div .campaign-details h2 {
                font-size: 1em;
                margin-top: 2em
            }
}

@media screen and (max-width: 480px) {
    .vc_row-fluid.red {
        left: 0 !important;
        width: 100% !important;
        margin: 0
    }

        .vc_row-fluid.red .campaign-details {
            width: 100% !important
        }

            .vc_row-fluid.red .campaign-details h2 {
                font-size: 1em;
                margin-top: 2em
            }
}

#hero-home {
    background: #631519;
    border-bottom: 2px solid #ad0129
}

    #hero-home .wpb_content_element {
        margin-bottom: 0
    }

    #hero-home #splidehome {
        max-width: 100%;
        margin: 0 auto;
        background: #631519;
        border-radius: 10px
    }

        #hero-home #splidehome .splide__slide a {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: white;
            text-decoration: none;
        }

@media only screen and (min-width: 768px) {
    #hero-home #splidehome .splide__slide a:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.2);
    }
}

#hero-home #splidehome .splide__slide img {
    width: 100%
}

#hero-home #splidehome .splide__slide h1 {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#hero-home #splidehome .splide__slide button.call-to-action {
    background: transparent;
    border-radius: 999px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: Montserrat,sans-serif;
    line-height: 1.1;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 65%
}

    #hero-home #splidehome .splide__slide button.call-to-action:hover {
        background-color: #fff;
        color: #ad0129
    }

#hero-home #splidehome .splide__slide .link-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#hero-home #splidehome .splide__arrow--prev {
    left: 5em
}

#hero-home #splidehome .splide__pagination {
    width: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

@media screen and (min-width: 37.5em) {
    #hero-home #splidehome .splide__slide h1 {
        left: 65%
    }

    #hero-home #splidehome .splide__slide button.call-to-action {
        left: 65%
    }
}

@media screen and (max-width: 768px) {
    #hero-home #splidehome .splide__slide h1, #hero-home #splidehome .splide__slide .slide-title {
        font-size: 1.5em;
        line-height: 1.2;
        left: 50%;
        top: 25%;
    }

    #hero-home #splidehome .splide__slide button.call-to-action {
        top: 90%;
        left: 50%
    }
}

@media screen and (max-width: 360px) {
    #hero-home #splidehome .splide__slide h1, #hero-home #splidehome .splide__slide .slide-title {
        font-size: 1em;
        line-height: 1
    }
}

#splidehorizontalmenu {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

    #splidehorizontalmenu .splide__slide {
        padding: 0 50px
    }

        #splidehorizontalmenu .splide__slide img {
            border-radius: 5px;
            border: 2px solid #999
        }

        #splidehorizontalmenu .splide__slide a {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        #splidehorizontalmenu .splide__slide h1 {
            margin: 0;
            font-size: 1.7em;
            line-height: 1;
            font-family: Montserrat,sans-serif;
            text-transform: uppercase;
            text-align: left;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 75%
        }

        #splidehorizontalmenu .splide__slide .link-type {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    #splidehorizontalmenu .splide__arrow {
        width: 40px;
        height: 40px;
        background: #cea575
    }

        #splidehorizontalmenu .splide__arrow path {
            fill: #9f1d2e
        }

    #splidehorizontalmenu .splide__pagination li {
        display: block;
        margin-bottom: 30px;
        margin-left: 20px
    }

        #splidehorizontalmenu .splide__pagination li button {
            width: 15px;
            height: 15px;
            background: transparent;
            border: 2px solid #fff
        }

            #splidehorizontalmenu .splide__pagination li button.is-active {
                border: 2px solid transparent;
                -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff;
                box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff
            }

#products-section > div {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#products-section.product-showcase-active > div:nth-child(1) {
    width: 100% !important
}

#products-section.product-showcase-active > div:nth-child(2) {
    opacity: 0;
    display: none;
    visibility: hidden
}

#splideproducts {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

    #splideproducts #splideproducts-list {
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    #splideproducts .splide__slide {
        padding: 0;
        position: relative;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

        #splideproducts .splide__slide button {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            outline: none;
            border: none;
            cursor: pointer;
            background-color: transparent
        }

            #splideproducts .splide__slide button img {
                border-radius: 0;
                border: none;
                background-color: transparent;
                max-width: 250px;
                -webkit-transition: all .3s ease-out;
                transition: all .3s ease-out
            }

        #splideproducts .splide__slide:hover button img, #splideproducts .splide__slide.product-showcase-active button img {
            -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05)
        }

    #splideproducts .splide__list:hover > li.splide__slide:not(:hover) {
        opacity: .6
    }

        #splideproducts .splide__list:hover > li.splide__slide:not(:hover) button img {
            -webkit-filter: grayscale(1);
            filter: grayscale(1)
        }

    #splideproducts .product-lightbox {
        font-family: Montserrat,sans-serif;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    #splideproducts .product-lightbox-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        #splideproducts .product-lightbox-heading .product-lightbox-heading-actions {
            position: relative
        }

            #splideproducts .product-lightbox-heading .product-lightbox-heading-actions button {
                width: 50px;
                height: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border-radius: 20px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: auto;
                height: 40px;
                padding: 10px 20px;
                color: #cea575;
                background: #9f1d2e;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

                #splideproducts .product-lightbox-heading .product-lightbox-heading-actions button:hover {
                    color: #9f1d2e;
                    background: #cea575
                }

        #splideproducts .product-lightbox-heading button.close-lightbox.mobile {
            display: none
        }

        #splideproducts .product-lightbox-heading .product-lightbox-heading-title p {
            font-size: 2em;
            color: #9f1d2e;
            line-height: 1em;
            margin: 0;
            padding: 0;
            font-weight: bold
        }

    #splideproducts .product-lightbox-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

        #splideproducts .product-lightbox-description .product-lightbox-description-image {
            position: relative
        }

        #splideproducts .product-lightbox-description .product-lightbox-description-content {
            position: relative;
            color: #9f1d2e
        }

        #splideproducts .product-lightbox-description .product-lightbox-description-content-stats {
            color: #c4a376
        }

            #splideproducts .product-lightbox-description .product-lightbox-description-content-stats .subheading {
                color: #9f1d2e;
                font-weight: bold;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 1em
            }

            #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul {
                list-style: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: 0;
                padding: 0
            }

                #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li {
                    position: relative;
                    width: auto;
                    height: 30px;
                    margin-bottom: 1em;
                    padding-right: 2em;
                    padding-left: 55px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 30px;
                        height: 30px;
                        background-color: transparent;
                        background-size: contain;
                        background-position: center;
                        background-repeat: no-repeat
                    }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-characteristics:before {
                        background-image: url(https://dam.distell.co.za/m/6a61c9532c8b9831/original/Tafel-Lager-website-icon-product-beer-characteristics-2024.png)
                    }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-can:before {
                        background-image: url(https://dam.distell.co.za/m/b8bc57ac9c33d4/original/Tafel-Lager-website-icon-product-beer-can-2024.png)
                    }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-can-500:before {
                        background-image: url(https://dam.distell.co.za/m/1b4e95574c3668ab/original/Tafel-Lager-website-icon-product-beer-can-500-2024.png)
                    }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-bottle:before {
                        background-image: url(https://dam.distell.co.za/m/647d885baed59d12/original/Tafel-Lager-website-icon-product-beer-bottle-2024.png)
                    }

                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-bottle-750:before {
                        background-image: url(https://dam.distell.co.za/m/910854d1e776346/original/Tafel-Lager-website-icon-product-beer-bottle-750-2024.png)
                    }
                    #splideproducts .product-lightbox-description .product-lightbox-description-content-stats ul li.icon-nutrition:before {
                        background-image: url(https://dam.distell.co.za/m/5d51f7a0badbf9a/original/Tafel-Lager-website-icon-nutrition-2025.png)
                    }


    #splideproducts.product-showcase-active #splideproducts-list {
        width: 100%
    }

    #splideproducts.product-showcase-active .splide__pagination {
        display: none
    }

    #splideproducts.product-showcase-active .splide__list:hover > li.splide__slide:not(:hover) {
        opacity: 1
    }

        #splideproducts.product-showcase-active .splide__list:hover > li.splide__slide:not(:hover) button img {
            -webkit-filter: none;
            filter: none
        }

    #splideproducts.product-showcase-active .splide__list > li.splide__slide:not(.product-showcase-active) {
        opacity: 0 !important;
        pointer-events: none
    }

    #splideproducts .product-lightbox.product-showcase-active {
        pointer-events: all;
        width: 100%
    }

    #splideproducts .splide__arrow {
        width: 40px;
        height: 40px;
        background: #cea575
    }

        #splideproducts .splide__arrow path {
            fill: #9f1d2e
        }

    #splideproducts .splide__pagination li {
        display: block;
        margin-bottom: 30px;
        margin-left: 20px
    }

        #splideproducts .splide__pagination li button {
            width: 15px;
            height: 15px;
            background: transparent;
            border: 2px solid #404040
        }

            #splideproducts .splide__pagination li button.is-active {
                border: 2px solid transparent;
                -webkit-box-shadow: 0 0 0 2px #9f1d2e,inset 0 0 0 5px #cea575;
                box-shadow: 0 0 0 2px #9f1d2e,inset 0 0 0 5px #cea575
            }

@media screen and (min-width: 1025px) {
    #splideproducts.product-showcase-active .splide__list > li.splide__slide:not(.product-showcase-active) {
        width: 0 !important
    }
}

@media screen and (max-width: 1280px)and (min-width: 1024px) {
    #splideproducts .splide__slide button img {
        max-width: 100%
    }
}

@media screen and (max-width: 1024px) {
    #products-section > div {
        width: 50%
    }

    #splideproducts-list {
        margin-left: 80px !important
    }

    #splideproducts #splideproducts-list {
        margin-left: 0 !important
    }

    #splideproducts .product-lightbox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    #splideproducts .product-lightbox-heading {
        margin-top: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        #splideproducts .product-lightbox-heading .product-lightbox-heading-title {
            margin-top: 2em
        }

        #splideproducts .product-lightbox-heading .product-lightbox-heading-actions button {
            margin: 0 auto
        }

    #splideproducts.product-showcase-active .splide__list > li.product-showcase-active {
        width: 100% !important
    }

        #splideproducts.product-showcase-active .splide__list > li.product-showcase-active .product-button-cta {
            opacity: .1;
            pointer-events: none
        }

        #splideproducts.product-showcase-active .splide__list > li.product-showcase-active .product-lightbox.product-showcase-active {
            left: 0 !important;
            width: 100% !important;
            min-height: 100vh !important
        }

    #splideproducts .splide__pagination {
        left: -10%
    }
}

@media screen and (max-width: 768px) {
    #products-section > div {
        width: 100%
    }

    #splideproducts .splide__pagination {
        left: 6%
    }
}

.campaign-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 2em
}

    .campaign-holder .tafellager-campaign-carousel {
        width: 100%;
        max-width: 100%
    }

    .campaign-holder .campaign-details {
        width: 100%;
        max-width: 33%;
        padding-left: 2em
    }

        .campaign-holder .campaign-details .campaign-details-title {
            font-size: 2em;
            font-weight: bold;
            text-transform: uppercase
        }

.splidecampaigns {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

    .splidecampaigns .splide__slide {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .splidecampaigns .splide__slide .content-image {
            padding: 2em;
            background-color: #9f1d2e
        }

        .splidecampaigns .splide__slide .campaign-title {
            font-size: 1em;
            margin: 0 auto;
            color: #fff;
            margin-bottom: 1em;
            font-weight: bold
        }

        .splidecampaigns .splide__slide .link-type {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    .splidecampaigns .splide__video__play {
        width: 50px;
        height: 50px;
        background: #ad0129;
        opacity: 1;
        cursor: pointer;
        border: 2px solid #ad0129;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .splidecampaigns .splide__video__play:hover {
            background: #cea575;
            border: 2px solid #fff
        }

        .splidecampaigns .splide__video__play:after {
            border-width: 10px 0 10px 19px;
            margin-left: 8px;
            border-color: transparent transparent transparent rgba(255,255,255,.8)
        }

    .splidecampaigns .splide__arrow {
        width: 40px;
        height: 40px;
        background: #cea575
    }

        .splidecampaigns .splide__arrow path {
            fill: #9f1d2e
        }

    .splidecampaigns .splide__pagination {
        bottom: -100px
    }

        .splidecampaigns .splide__pagination li {
            display: block;
            margin-bottom: 30px;
            margin-left: 20px
        }

            .splidecampaigns .splide__pagination li button {
                width: 15px;
                height: 15px;
                background: transparent;
                border: 2px solid #fff
            }

                .splidecampaigns .splide__pagination li button.is-active {
                    border: 2px solid transparent;
                    -webkit-box-shadow: 0 0 0 2px #9f1d2e,inset 0 0 0 5px #fff;
                    box-shadow: 0 0 0 2px #9f1d2e,inset 0 0 0 5px #fff
                }

.vc_row.brown .campaign-holder .splidecampaigns .splide__arrow {
    background: #cea575
}

    .vc_row.brown .campaign-holder .splidecampaigns .splide__arrow path {
        fill: #9f1d2e
    }

.vc_row.brown .campaign-holder .splidecampaigns .splide__slide .content-image {
    background-color: #9f1d2e
}

.vc_row.red .campaign-holder .splidecampaigns .splide__arrow {
    background: #9f1d2e
}

    .vc_row.red .campaign-holder .splidecampaigns .splide__arrow path {
        fill: #cea575
    }

.vc_row.red .campaign-holder .splidecampaigns .splide__slide .content-image {
    background-color: #cea575
}

.vc_row.red .campaign-holder .splidecampaigns .splide__pagination li button.is-active {
    -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff;
    box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff
}

.vc_row.red .campaign-holder .campaign-details h2, .vc_row.red .campaign-holder .campaign-details p, .vc_row.red .campaign-holder .campaign-details .campaign-details-title, .vc_row.red .campaign-holder .campaign-details .campaign-details-content {
    color: #fff
}

.vc_row.red .campaign-holder h2, .vc_row.red .campaign-holder p, .vc_row.red .campaign-holder .campaign-details-title, .vc_row.red .campaign-holder .campaign-details-content {
    color: #fff
}

@media screen and (max-width: 768px) {
    .campaign-details-title {
        padding: 0 2em;
        font-size: 32px !important
    }

    .campaign-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .campaign-holder .tafellager-campaign-carousel {
            width: 100%;
            max-width: 100%
        }

        .campaign-holder .campaign-details {
            width: 100%;
            max-width: 100%
        }

    .splidecampaigns .splide__slide .content-description {
        width: 100%
    }

        .splidecampaigns .splide__slide .content-description .spice-title {
            font-size: 2em;
            font-weight: bold
        }

    .splidecampaigns .splide__pagination {
        bottom: -70px
    }
}

@media screen and (max-width: 480px) {
    .splidecampaigns .splide__arrows {
        display: none
    }

    .campaign-details-title {
        font-size: 1.5em !important
    }

    .splidecampaigns .splide__slide .campaign-title {
        display: none
    }

    .splidecampaigns .splide__slide .content-image {
        padding: .5em
    }
}

#splidespice {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

    #splidespice .splide__slide {
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #splidespice .splide__slide .content-description {
            width: 50%;
            margin: 0 auto;
            margin-left: 0;
            color: #fff
        }

            #splidespice .splide__slide .content-description .spice-title {
                font-size: 2em;
                margin: 0 auto;
                font-weight: bold
            }

        #splidespice .splide__slide a {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        #splidespice .splide__slide h1 {
            margin: 0;
            font-size: 1.7em;
            line-height: 1;
            font-family: Montserrat,sans-serif;
            text-transform: uppercase;
            text-align: left;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 75%
        }

        #splidespice .splide__slide .link-type {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    #splidespice .splide__arrow {
        width: 40px;
        height: 40px;
        background: #cea575
    }

        #splidespice .splide__arrow path {
            fill: #9f1d2e
        }

    #splidespice .splide__pagination {
        bottom: -100px
    }

        #splidespice .splide__pagination li {
            display: block;
            margin-bottom: 30px;
            margin-left: 20px
        }

            #splidespice .splide__pagination li button {
                width: 15px;
                height: 15px;
                background: transparent;
                border: 2px solid #fff
            }

                #splidespice .splide__pagination li button.is-active {
                    border: 2px solid transparent;
                    -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff;
                    box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff
                }

@media screen and (max-width: 680px) {
    #splidespice .splide__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

        #splidespice .splide__slide .content-description {
            width: 100%
        }

            #splidespice .splide__slide .content-description .spice-title {
                margin-top: 2em;
                font-size: 2em;
                font-weight: bold;
                text-align: center
            }
}

@media screen and (max-width: 480px) {
    #splidespice .splide__arrows {
        display: none
    }
}

.carousel-tafelbraai #splide {
    max-width: 80%;
    margin: 0 auto;
    background: #ccc;
    border-radius: 10px
}

    .carousel-tafelbraai #splide .splide__slide {
        border-radius: 10px
    }

        .carousel-tafelbraai #splide .splide__slide h1 {
            margin: 0;
            font-size: 3em;
            z-index: 1;
            line-height: 1;
            text-align: center;
            width: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        .carousel-tafelbraai #splide .splide__slide:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            display: block;
            background-color: rgba(0,0,0,.5)
        }

.carousel-tafelbraai #splide-navigation {
    max-width: 70%;
    margin: 2em auto;
    top: 0
}

.carousel-tafelbraai .splide--nav > .splide__track > .splide__list > .splide__slide {
    border-radius: 5px;
    border: 2px solid transparent
}

    .carousel-tafelbraai .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border-radius: 5px;
        border-color: #cea575
    }

.carousel-tafelbraai .splide__arrow {
    background-color: transparent
}

    .carousel-tafelbraai .splide__arrow svg path {
        fill: #fff
    }

.carousel-tafelbraai .splide__arrow--prev {
    left: -3em
}

.carousel-tafelbraai .splide__arrow--next {
    right: -3em
}

@media screen and (min-width: 37.5em) {
    .carousel-tafelbraai .splide__slide h1 {
        font-size: 4em
    }

    .carousel-tafelbraai .splide--nav > .splide__track > .splide__list > .splide__slide {
        border-radius: 20px;
        border-width: 8px
    }

        .carousel-tafelbraai .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
            border-radius: 13px
        }

    .splide__arrow--prev {
        left: -5em
    }

    .splide__arrow--next {
        right: -5em
    }

    #splide-navigation {
        top: -6em
    }
}

@media screen and (max-width: 600px) {
    .carousel-tafelbraai #splide .splide__slide h1 {
        font-size: 1.1em
    }
}

@media screen and (max-width: 480px) {
    .carousel-tafelbraai #splide .splide__slide h1 {
        font-size: 1em
    }
}

#splidehorizontal {
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0
}

    #splidehorizontal .splide__slide {
        padding: 0 50px
    }

        #splidehorizontal .splide__slide img {
            border-radius: 5px;
            border: 2px solid #999
        }

        #splidehorizontal .splide__slide a {
            display: block;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        #splidehorizontal .splide__slide h1 {
            margin: 0;
            font-size: 1.7em;
            line-height: 1;
            font-family: Montserrat,sans-serif;
            text-transform: uppercase;
            text-align: left;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 75%
        }

        #splidehorizontal .splide__slide .link-type {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

    #splidehorizontal .splide__arrow {
        width: 40px;
        height: 40px;
        background: #cea575
    }

        #splidehorizontal .splide__arrow path {
            fill: #9f1d2e
        }

    #splidehorizontal .splide__pagination li {
        display: block;
        margin-bottom: 30px;
        margin-left: 20px
    }

        #splidehorizontal .splide__pagination li button {
            width: 15px;
            height: 15px;
            background: transparent;
            border: 2px solid #fff
        }

            #splidehorizontal .splide__pagination li button.is-active {
                border: 2px solid transparent;
                -webkit-box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff;
                box-shadow: 0 0 0 2px #cea575,inset 0 0 0 5px #fff
            }

.affliate-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

    .splide__pagination li {
        list-style-type: none;
        display: inline-block;
        line-height: 1;
        margin: 0
    }

.splide {
    visibility: hidden
}

.splide, .splide__slide {
    position: relative;
    outline: none
}

.splide__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .splide__slide img {
        vertical-align: bottom
    }

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade > .splide__track > .splide__list {
    display: block
}

    .splide--fade > .splide__track > .splide__list > .splide__slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0
    }

        .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
            position: relative;
            z-index: 1;
            opacity: 1
        }

.splide--rtl {
    direction: rtl
}

.splide--ttb > .splide__track > .splide__list {
    display: block
}

.splide--ttb > .splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc
}

    .splide__arrow svg {
        width: 1.2em;
        height: 1.2em
    }

    .splide__arrow:hover {
        cursor: pointer;
        opacity: .9
    }

    .splide__arrow:focus {
        outline: none
    }

.splide__arrow--prev {
    left: 1em
}

    .splide__arrow--prev svg {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    border: none;
    opacity: .7
}

    .splide__pagination__page.is-active {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        background: #fff
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: .9
    }

    .splide__pagination__page:focus {
        outline: none
    }

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent
}

    .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border-color: #000
    }

    .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
        outline: none
    }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

    .splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

    .splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em
}

    .splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

    .splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.splide--ttb > .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.splide__slide--has-video {
    cursor: pointer
}

    .splide__slide--has-video:hover .splide__video__play {
        opacity: 1
    }

.splide__slide__container--has-video {
    cursor: pointer;
    position: relative
}

    .splide__slide__container--has-video:hover .splide__video__play {
        opacity: 1
    }

.splide__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

    .splide__video div {
        height: 100%
    }

    .splide__video iframe, .splide__video video {
        width: 100%;
        height: 100%
    }

.splide__video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .7
}

    .splide__video__play:after {
        content: "";
        display: inline-block;
        border-color: transparent transparent transparent #000;
        border-style: solid;
        border-width: 9px 0 9px 17px;
        margin-left: 4px
    }

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.skip-link:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0
}

@media(prefers-reduced-motion) {
    * {
        -webkit-transition-delay: 0s !important;
        transition-delay: 0s !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important
    }
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

/*# sourceMappingURL=main.css.map*/

/* Our accolades */
.vc_custom {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(https://dam.distell.co.za/m/10713fcf35aa0c47/Large_Desktop_Web_Image-Tafel-website-background-Slide-02_pl-2024.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1643885153206 {
    background-color: #cea575 !important;
}

.vc_custom_1643885166536 {
    background-color: #631519 !important;
}

.vc_custom_1643885192526 {
    padding-bottom: 50px !important;
    background-color: #cea575 !important;
}

.vc_custom_1643879681376 {
    padding-bottom: 50px !important;
    background-color: #631519 !important;
}

.vc_custom_1649333713485 {
    padding-bottom: 15px !important;
}

/* Cheers to Bravery */
.tafellager-blog {
    margin-top: 80px;
}

    .tafellager-blog .row {
        min-height: 600px;
        text-decoration: none !important;
    }

    .tafellager-blog .block-image {
        --shadow: 94px 0px 125px 10px rgba(0,0,0,0.55) inset;
        box-shadow: var(--shadow);
        -webkit-box-shadow: var(--shadow);
        -moz-box-shadow: var(--shadow);
    }

.tafellager-blog-masonry-item-card {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: grid;
    align-content: center;
    padding: 40px;
    min-height: 300px;
}

    .tafellager-blog-masonry-item-card .block-quote {
    }

    .tafellager-blog-masonry-item-card .tafellager-blog-card-btn {
        text-decoration: none !important;
        border: none !important
    }

    .tafellager-blog-masonry-item-card .tafellager-blog-card-title {
        padding: 0;
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: bold;
        color: #fff;
        display: block;
        z-index: 2;
        text-transform: uppercase;
    }

    .tafellager-blog-masonry-item-card .tafellager-blog-card-author {
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        text-align: left;
        margin-top: 0;
        margin-bottom: 1em;
        font-weight: bold;
        color: #fff;
    }

.mh-auto {
    min-height: auto !important;
}

@media only screen and (max-width: 768px) {
    .tafellager-blog {
        margin-top: 0;
    }
}

.text-grey {
    color: #404040 !important;
}

/* Tafel Braai */
.tafelbraai {
    background: -webkit-gradient(linear, left bottom, left top, from(#631519), color-stop(69%, #631519), color-stop(69%, #d1d1d1), to(#d1d1d1));
    background: linear-gradient(0deg, #631519 0%, #631519 69%, #d1d1d1 69%, #d1d1d1 100%);
}

    .tafelbraai .tafelbraai-info h1 {
        color: white !important;
    }

/* Osoka */
.vc_do_custom_heading {
    margin-bottom: 0.625rem;
    margin-top: 0;
}

#osoka-blog-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7em !important;
}

.vc_custom_1671131760164 {
    padding-top: 200px !important;
    padding-right: 50px !important;
    padding-bottom: 300px !important;
    padding-left: 50px !important;
    background-image: url(https://development.tafel.tbwa-cdn.co.za/wp-content/uploads/2022/06/june-web.jpg?id=2102) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1670476517539 {
    background-image: url(https://development.tafel.tbwa-cdn.co.za/wp-content/uploads/2021/05/OSOKA.png?id=1649) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.vc_custom_1670476596563 {
    padding-top: 70px !important;
    background-color: #9f1d2e !important;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.vc_custom_1671131760164 {
    padding-top: 200px !important;
    padding-right: 50px !important;
    padding-bottom: 300px !important;
    padding-left: 50px !important;
    background-image: url(https://development.tafel.tbwa-cdn.co.za/wp-content/uploads/2022/06/june-web.jpg?id=2102) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-red {
    background-color: #631519
}

.bg-darkred {
    background-color: #9f1d2f !important
}

#AgeMessage {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100dvw;
    border-top: 1px solid black;
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: white;
}

.btn-primary-outline {
    padding: 15px 62px !important;
    text-align: center;
    border: 1px solid white;
    background: transparent !important;
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 100vw !important;
}

    .btn-primary-outline:hover {
        background-color: white !important;
        color: #333 !important;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
