@font-face {
    font-family: 'klavikabold';
    src: url('../fonts/klavika/Klavika-Bold.woff2') format('woff2'),
    url('../fonts/klavika/Klavika-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikalight';
    src: url('../fonts/klavika/Klavika-Light.woff2') format('woff2'),
    url('../fonts/klavika/Klavika-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikamedium';
    src: url('../fonts/klavika/Klavika-Medium.woff2') format('woff2'),
    url('../fonts/klavika/Klavika-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikaregular';
    src: url('../fonts/klavika/Klavika-Regular.woff2') format('woff2'),
    url('../fonts/klavika/Klavika-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-primary: #0abaee; /* changed in eblive subtheme */
    --color-eb: #0abaee;
    --color-eblive: #7c6eb0;
}
body, html {
    color: #293133;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}

h1, h2 {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
}
h3, h4 {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}

h1 {
    line-height: 1;
    font-size: 2.4rem;
}

iframe {
    max-width: 100%;
}



.link {
    color: #1d70b7;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

a, .btn-link {
    color: #1d70b7;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text {
    font-size: 14px;
    margin-top: .25em;
}

@media (max-width: 767px) {
    img.alignright, img.alignleft, .alignright, .alignleft {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.btn {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}
.btn-primary {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.btn-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-info {
    background: #1d70b7;
    border-color: #1d70b7;
}
.btn-info:hover {
    background: #1b5d9e;
    border-color: #1b5d9e;
}

.alert {
    padding: 1rem;
}


.alert-primary {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.alert-info {
    background: #1b5d9e;
    color: #fff;
    border-color: #1b5d9e;
}


.badge {
    border-radius: 0;
    text-transform: uppercase;
}
.badge-lg {
    font-size: 90%;
}
.badge-primary {
    background: var(--color-primary);
}

.nav-pills .nav-link {
    text-transform: uppercase;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--color-primary);
}

.loadmore-btn-wrap {
    text-align: center;
}
.loadmore-btn {
    min-width: 200px;
}

.select2-container--disabled {
    opacity: 0.4 !important;
    pointer-events: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: default !important;
}
.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1 !important;
    text-align: center;
    padding-left: 0;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #ced4da;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background: var(--color-primary);
}
.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.sidebar-block .nav-masthead {
    position: relative;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}
.sidebar-block .nav-masthead .nav-link {
    padding: 0 0 8px 0;
    background-color: transparent;
    text-transform: uppercase;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}
.sidebar-block  .nav-masthead li + li {
    margin-left: 15px;
}
.sidebar-block  .nav-masthead .active,
.sidebar-block  .nav-masthead .active:hover {
    color: #293133;
}
.sidebar-block  .nav-masthead .active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: var(--color-primary);
}

.sidebar-block-magazine img {
    width: 100%;
}
.sidebar-block-magazine a {
    text-decoration: none;
}
.sidebar-block-magazine .btn {
    margin-top: 9px;
}

.sidebar-block-newsletter {
    background: var(--color-primary);
    color: #fff;
    padding: 25px 20px 25px 20px;
}
.sidebar-block-newsletter .sidebar-block-title {
    border-bottom: 0;
    margin-bottom: 5px;
}
.sidebar-block-newsletter .sidebar-block-title span:after {
    display: none;
}

.row:not(.no-gutters) {
    margin-left: -10px;
    margin-right: -10px;
}
.form-row {
    margin-left: -5px;
    margin-right: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.row-condensed {
    margin-left: -7px;
    margin-right: -7px;
}
.row-condensed > div {
    padding-left: 7px;
    padding-right: 7px;
}

.ad-content {
    margin: 30px 0 35px 0;
    text-align: center;
    position: relative;
    width: 100%;
}
.ad-sidebar {
    text-align: center;
}
.ad-content img,
.ad-sidebar img {
    max-width: 100%;
}

.container {

    padding-left: 70px;
    padding-right: 70px;

    padding-left: 30px;
    padding-right: 30px;

}



.main-content {
    width: calc(100% - 290px);
    order: 2;
}
.main-sidebar {
    width: 290px;
    padding-left: 30px;
    order: 3;
    padding-top: 20px;
}

.main-content-right {
    order: 3;
}
.main-sidebar-left {
    order: 2;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
}

.home .main-sidebar {
    padding-top:0;
}
.special-sidebar {
    width: 290px;
    padding-right: 30px;
    order: 1;
}



.sidebar-block {
    margin-bottom: 32px;
}
.sidebar-block-title {
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sidebar-block-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}
.sidebar-block-title span.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: var(--color-primary);
}
.sidebar-block-title span + span {
    margin-left: 15px;
}
.sidebar-block-title span:not(.active):hover {
    color: var(--color-primary);
    cursor: pointer;
}

.modal-open {
    overflow:hidden;
}
@media (max-width: 767px) {
    .modal-open {
        position:fixed;
        width: 100%;
    }
}

.modal-title {
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 1.75rem;
}
.modal {
    position: fixed !important; /* plugin easy social share fix */
}
.modal .modal-dialog {
    max-width: 800px;
}
.modal .modal-body {
    padding: 40px 40px 40px 40px;
    background: #F0F2F3;
}
.modal .modal-content {
    border: 0;
}
.modal.modal-loading .modal-dialog .modal-content {
    min-height: 400px;
}
.modal.modal-loading .modal-content:after {
    content: attr(data-modal-loading-text) " ";
    padding-top: 125px;
    display: block;
    height: 100%;
    width: 100%;
    background: url('../img/loader.gif') center 50px no-repeat rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    text-align: center;
}


.modal .close-modal-btn {
    padding: 0;
    position: absolute;
    z-index: 10001;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--color-primary);
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.modal .close-modal-btn .fa {
    font-size: 20px;
    line-height: 38px;
}
.modal .close-modal-btn:hover {
    background: #0a99cb;
}

@media (max-width: 767px) {
    .modal .modal-body {
        padding: 15px;
    }
}
.view-modal .modal-body p {
    margin-bottom: 0;
}
.view-modal .modal-body iframe {
    max-width: 100%;
    display: block;
}

#subscribe-modal .modal-title {
    margin-bottom: 30px;
}

#subscribe-modal .modal-body {

}
#subscribe-modal .modal-dialog {
    max-width: 620px;
}

.subscribe-form label {
    margin-bottom: 0;
    display: block;
}
.subscribe-form label .form-control {
    margin-top: .5rem;
}
.subscribe-form .form-group {
    position: relative;
}
.subscribe-form .list-checkboxes label {
    line-height: 1.3;
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
}
.subscribe-form label strong,
.subscribe-form label span {
    display: block;
}
.subscribe-form label strong {
    font-size: 18px !important;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif !important;
}
.subscribe-form input[type=checkbox] {
    position: absolute;
    top: 3px;
    left: 0;
}
.subscribe-form .list-checkboxes {

}
.subscribe-form .list-checkboxes .form-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.page-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
}

.page-header h1 {
    font-size: 2rem;
    margin-bottom: 0;

    /*
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
    */
}
.page-header h1 span {
    display:inline-block;
    position:relative;
    padding-bottom: 15px;
}
.page-header h1 span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 5px;
    background: var(--color-primary);
}

.specials-page-header {
    display: flex;
    align-items: flex-start;
}
.specials-page-header .specials-options {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.specials-page-header .specials-options .theme {
    width: 200px;
    margin-left: 5px;
}
.specials-page-header .specials-options .year {
    width: 130px;
}
.specials-page-header .specials-options input {
    width: 200px;
}

@media (max-width: 767px) {
    .specials-page-header {
        display: block;
    }
    .specials-page-header .specials-options {
        padding-top: 20px;
        margin-bottom: 15px;
    }
    .specials-page-header .specials-options .year {
        width: 120px;
    }
    .specials-page-header .specials-options .theme {
        width: 180px;
    }
}

.job-teasers-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.job-teasers-list > li {
    line-height: 1.3;
    color: #555;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.job-teasers-list > li > a {
    display: block;
    color: #293133;
    text-decoration: none;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.job-teasers-list > li > a:hover {
    color: #1d70b7;
}
.view-all-jobs-link {
    text-decoration: none;
    display: block;
}
.view-all-jobs-link:hover {
    color: #1d70b7;
    text-decoration: none;
}

.latest-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.latest-news-list .latest-news-link {
    display: flex;
    align-items: center;
    color: #293133;
    text-decoration: none;
}
.latest-news-list li .latest-news-time {
    width: 50px;
    flex-shrink: 0;
    color: #555;
}
.latest-news-list li + li {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.latest-news-list li .latest-news-title {
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
}
.latest-news-list .latest-news-link:hover .latest-news-title {
    color: #1d70b7;
}


.partner-ads-list {
    list-style: none;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.partner-ads-list:after {
    clear: both;
    content: '';
    display: table;
}
.partner-ads-list > li {
    float: left;
    height: 140px;
    width: 140px;
    padding: 10px;
}
.partner-ads-list > li > a {
    background: #ccc;
    display: block;
    width: 100%;
    height: 100%;
}

.upcoming-festivals-list {
    list-style: none;
    padding: 0;
}
.upcoming-festivals-list > li {
    display: flex;
}
.upcoming-festivals-list > li .festival-name a {
    display: block;
    color: #293133;
    text-decoration: none;
}
.upcoming-festivals-list > li .festival-name a:hover {
    color: #1d70b7;
}
.upcoming-festivals-list li + li {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.upcoming-festivals-list .festival-date {
    width: 35px;
    flex-shrink: 0;
    margin-right: 15px;
    color: #555;
}
.upcoming-festivals-list .festival-date .day {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-family: 'klavikalight', Helvetica, Arial, sans-serif;
    text-align: center;
}
.upcoming-festivals-list .festival-date .month {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.upcoming-festivals-list .festival-name {
    font-size: 16px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    margin-bottom: 2px;
    margin-top: 2px;
}
.upcoming-festivals-list .festival-location {
    color: #555;
    line-height: 1.2;
}

.site-header-container {
    display: flex;
    padding-left: 30px;
    padding-right: 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header-wrap {
    position: relative;
    height: 95px;
}
.single-special .site-header-wrap {
    /*height: 0;*/
}
.single-special .social-media-nav,
.page-template-template-festival .social-media-nav {
    visibility: hidden;
}
.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;

}

.site-header:after {
    content: '';
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    display: block;
    z-index: 1;
}
.site-header .site-header-logo {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 15px 20px 15px 0;
    flex-shrink: 0;
    width: 180px;
    text-align: right;

    width: 124px;


}
.site-header .site-header-logo .logo {

    width: 124px;
    width: auto;
    height: 65px;

}

.site-header .social-media-nav {
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
}
.site-header .social-media-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header .social-media-nav ul li a {
    color: #293133;
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display:block;
    font-size: 18px
}
.site-header .social-media-nav ul li a:hover {
    color: var(--color-primary);
}

.site-header.sticky .site-header-logo {
    height: 40px;
    width: auto;
    overflow: hidden;
    text-align: left;

}
.site-header.sticky .site-header-logo .logo {
    height: 45px;
    width: 84px;
}
.site-header.sticky .social-media-nav ul li a {
    height: 20px;
    line-height: 20px;
}


.site-header-content {
    display: flex;
    background: #293133;
    position: relative;
    z-index: 2;
    width: 100%;
    align-items: center;
    padding: 0 25px 0 25px;

    padding-right: 0;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav ul:after {
    clear: both;
    content: '';
    display: table;
}
.main-nav ul li {
    float: left;
}
@media (min-width: 1200px) {
    .main-nav ul li + li {
        margin-left: 10px;
    }
}

.main-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 10px 6px 10px;
    font-size: 15px;
    line-height: 15px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    display: block;
}
.main-nav ul li a:hover {
    color: var(--color-primary);
}
.main-nav ul li.current-menu-item a,
.main-nav ul li.current-menu-item a:hover,
.main-nav ul li.current-menu-parent a,
.main-nav ul li.current-menu-parent a:hover{
    background: var(--color-primary);
    color: #fff;
}

.toggle-mobile-nav-btn {
    display: none;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 20px !important;
    padding: 10px;
}
/*
.side-overlay-o .toggle-mobile-nav-btn .fa:before {
    content: "\f00d";
}
*/

.sub-nav-wrap {
    position: relative;
    z-index: 10;
}
.sub-nav-wrap:after {
    content: '';
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F0F2F3;
    display: block;
    z-index: 1;

}
.sub-nav {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    background: #F0F2F3;
}
.sub-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.sub-nav > ul > li {
    display: inline-block;
}
.sub-nav > ul > li > a {
    display: block;
    padding: 13px 9px 14px 9px;
    background-color: transparent;

    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    color: #293133;

    white-space: nowrap;
}
.sub-nav > ul > li + li {
    margin-left: 5px;
}
.sub-nav > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: transparent;
}
.sub-nav > ul > li.current-menu-item > a,
.sub-nav > ul > li.current-menu-item:hover {
    color: #293133;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}
.sub-nav > ul > li.current-menu-item > a:before,
.sub-nav > ul > li.current-menu-item:hover > a:before {
    background: var(--color-primary);
}
.sub-nav > ul > li > a:hover:before {
    background: #aaa;
}
.sub-nav:empty {
    display: none;
}


.auto-nav-more {
    position: relative;
}
.auto-nav-more-list {
    position: absolute;
    z-index: 99999;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;

    list-style: none;
    background: #F0F2F3;
    padding: 10px 0;
}
.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}
.more-nav-btn {
    display: flex !important;
    align-items:center;
}
.more-nav-btn:after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m12,18L2,8.05h20l-10,9.95Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    width: 8px;
    height: 8px;
    transition: transform .2s ease;
    opacity: 1;
    position: static;
    transform: none;
    margin-left: 5px;
}

.auto-nav-more-list a {
    color: #293133;
    white-space: nowrap;
    display: block;
    padding: 4px 12px;
    border-right: 2px solid transparent;
}
.auto-nav-more-list a:hover {
    border-color: #aaa;
}



@media (max-width: 767px) {
    .sub-nav-wrap {
        height: 43px;
        overflow: hidden;
    }
    .sub-nav-wrap:after {
        display: none;
    }
    .sub-nav-wrap .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .sub-nav ul li + li {
        margin-left: 2px;
    }
    .sub-nav ul li a {
        font-size: 14px;
        padding: 13px 10px 14px 10px;
    }
    .sub-nav  {
        width: 100%;
        height: 75px;
        overflow: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .sub-nav ul {
        white-space: nowrap;
        overflow: visible;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }






}




.mobile-social-media-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-social-media-nav ul > li {
    display: inline-block;
}
.mobile-social-media-nav ul > li + li {
    margin-left: 5px;
}
.mobile-social-media-nav ul > li > a {
    color: #fff;
    font-size: 20px;
}

.close-mobile-nav-btn {
    margin-left: auto;
    margin-top: -4px;
}

.mobile-search-btn {
    display: none;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px !important;
    right: 5px;
    padding: 10px;
}
.toggle-mobile-nav-btn:hover,
.mobile-search-btn:hover {
    color: var(--color-primary);
}

.main-nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav-mobile ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.main-nav-mobile ul > li a {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;


    padding: 8px 20px 7px 17px;

    border-left: 3px solid transparent;
}
.main-nav-mobile ul > li.current-menu-item a {
    border-left: 3px solid #fff;
}
.main-nav-mobile ul > li:last-child > a {
    border-bottom: 0;
}

.site-footer {
    background: #293133;
    color :#fff;
    padding: 50px 0 60px 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.site-footer h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
}


.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav ul li {
}
.footer-nav ul li a {
    color: #fff;
}
.inline-footer-nav {
    margin-top: 12px;
}
.inline-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inline-footer-nav ul li {
    display: inline-block;
}
.inline-footer-nav ul li + li {

}
.inline-footer-nav ul li + li:before {
    width: 1px;
    height: 13px;
    display: inline-block;
    background: #000;
    background: #fff;
    content: '';
    margin: 0 6px 0 3px;
    margin-bottom: -1px;
}
.inline-footer-nav ul li a {
    color: #293133;
    color :#fff;

}
.footer-logo {
    width: 180px;
}
.site-footer .copyright p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-social-media-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social-media-nav ul > li {
    display: inline-block;
}
.footer-social-media-nav ul > li + li {
    margin-left: 5px;
}
.footer-social-media-nav ul > li > a {
    color: #293133;
    color:#fff;
    font-size: 24px;
}
.footer-social-media-nav ul > li > a:hover {
    color: var(--color-primary);
}



.bottom-newsletter {

    background: var(--color-primary);
    color: #fff;
    margin-top: 60px;
    padding: 25px 0;

    position: relative;
    z-index: 2;
}
.bottom-newsletter h4 {
    margin-bottom: 2px;
    font-size: 22px;

}
.bottom-newsletter p {
    margin-bottom: 0;
}

.newsletter-subscribe {
    margin-left: auto;
}
.newsletter-subscribe .btn {
    text-transform: uppercase;
    font-size: 12px;
}

.main-search {
    margin-left: auto;
}
.main-search .btn {
    font-size: 22px;
    color: #fff;
}
.main-search .btn:hover {
    color: var(--color-primary);
}

.main-container {
    padding-top: 30px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.home .main-container {
    padding-top: 25px;
}

.sidebar-block-magazine {
    position: relative;
}

.sidebar-block-specials {
    position: relative;
}


.sidebar-slider .slick-arrow {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    color: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 5;
    cursor: pointer;
}
.sidebar-slider .slick-arrow.slick-prev {
    left: 0;
}
.sidebar-slider .slick-arrow.slick-next {
    right: 0;
}
.sidebar-slider .slick-arrow:hover {
    color: #fff;
}
.sidebar-slider  .slick-arrow.slick-disabled {
    visibility: hidden;
}
.sidebar-slider  .slick-arrow i {
    font-size: 50px;
}

.sidebar-block-dots {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.sidebar-block-dots .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 2px;
}
.sidebar-block-title {
    position: relative;
}

.sidebar-block-dots .slick-dots > li + li {
    margin-left: 6px;
}
.sidebar-block-dots .slick-dots > li:only-child {
    display: none;
}
.sidebar-block-dots .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.75);
    text-indent: -9999px;
    outline: 0;
    box-shadow: none;
    position: relative;
}
.sidebar-block-dots .slick-dots button:hover {
    border-color: #293133;
}
.sidebar-block-dots .slick-dots  li.slick-active button {
    background: #293133;
}



.main-teaser-slider {
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.main-teaser-slider .slick-arrow {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    color: rgba(255,255,255,0.75);
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 5;
    cursor: pointer;
}
.main-teaser-slider .slick-arrow:hover {
    color: #fff;
}
.main-teaser-slider .slick-arrow.slick-disabled {
    visibility: hidden;
}
.main-teaser-slider .slick-arrow i {
    font-size: 66px;
}
.main-teaser-slider .slick-arrow.slick-prev {
    left: 0;
}
.main-teaser-slider .slick-arrow.slick-next {
    right: 0;
}
.main-teaser-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 30px;
    bottom: 24px;
}
.main-teaser-slider .slick-dots > li + li {
    margin-left: .5rem;
}
.main-teaser-slider .slick-dots > li:only-child {
    display: none;
}
.main-teaser-slider .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.75);
    text-indent: -9999px;
    outline: 0;
    box-shadow: none;
    position: relative;
}
.main-teaser-slider .slick-dots button:hover {
    border-color: rgba(255,255,255,1);
}
.main-teaser-slider .slick-dots  li.slick-active button {
    background: #fff;
}
.main-teaser {
    width: 100%;
    position: relative;
    white-space: normal;
    display: inline-block;
}
.main-teaser-header {
    position: absolute;
    bottom: 60px;
    left: 0;
    max-width: 540px;
    right: 50px;
    z-index: 2;
    background: #293133;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 30px 12px 30px;
}
.main-teaser-header:before {
    position: absolute;
    left: -4px;
    left: 0;
    width: 4px;
    background: var(--color-primary);
    top: 0;
    bottom: 0;
    z-index: 2;
    content: '';
}
.main-teaser-header .main-teaser-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
}
.main-teaser-link:hover .main-teaser-title {
    text-decoration: underline;
}

.main-teaser-image {
    display: block;
    padding-top: 56.25%; /* 800x450px */
    height: 0;
}
.main-teaser-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


/*
.main-teaser {
    margin-bottom: 20px;
    position: relative;
}
.main-teaser-header {
    position: absolute;
    bottom: 60px;
    left: 0;
    max-width: 540px;
    right: 50px;
    z-index: 2;
    background: #293133;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 30px 12px 30px;
}
.main-teaser-header:before {
    position: absolute;
    left: -4px;
    width: 4px;
    background: var(--color-primary);
    top: 0;
    bottom: 0;
    z-index: 2;
    content: '';
}
.main-teaser-header .main-teaser-title {
    font-size: 26px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.main-teaser-link:hover .main-teaser-title {
    text-decoration: underline;
}
*/

.teaser .teaser-link {
    display: block;
    text-decoration: none;
}
.teaser .teaser-image {
    display: block;
}
.teaser-header {
    margin-top: -19px;
}
.special-teaser .teaser-header {
    margin-top: -24px;
}
.special-article-teaser .teaser-header {
    margin-top: 8px;
    margin-top: 4px;
}
.special-article-teaser {
    margin-bottom: 20px;
}

.teaser-title {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    color: #293133;
}
.teaser-subtitle {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    min-height: 20px;

    margin-bottom: 6px;
}
.teaser-subtitle > span {
    background: #fff;
    padding-top: 5px;
    padding-right: 8px;
    display: inline-block;
}

.special-article-teaser .teaser-subtitle > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teaser-date {
    font-size: 80%;
    color: #293133;
    margin-top: 5px;
}

.teaser-read-more-btn {
    margin-top: 10px;
}

.special-teaser  .teaser-subtitle {
    height: 25px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}
.special-teaser  .teaser-subtitle > span {
    background: var(--color-primary);
    color: #fff;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    display: inline-block;
}



.teaser-link:hover .teaser-title {
    color: #1d70b7;
}
.teaser-category {
    margin-right: 4px;
    color: var(--color-primary);
    display: inline;
}

.teaser-label {
    font-family: 'klavikalight', Helvetica, Arial, sans-serif;
    color: #293133;
    display: inline;
}
.teaser-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 0;
    color: #293133;
}

.special-teasers {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.specials-intro {
    background: var(--color-primary);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 20px 20px 20px;
    color: #fff;
}
.specials-intro h3 {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
}
.specials-intro p {
    font-size: 16px;
    line-height: 22px;
}



.special {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}

.special-info {
    background: var(--color-primary);
    height: 100%;
    padding: 20px;
    color: #fff;
}
.special-info p {
    font-size: 14px;
}
.special-info .special-title {
    margin-bottom: 5px;
    font-size: 28px;
}


.special-info .special-num-articles {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}



.special-articles-row > div {
    display: none;
}
.special-articles-row > div:nth-child(-n+4){
    display: block;
}
.special.active .special-articles-row > div {
    display: block !important;
}

.category-teasers {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.category-teasers .category-title {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}



.category-teaser {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.small-category-teasers-row > div:last-child .category-teaser {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.small-category-teasers-row .category-teaser .row {
    margin-left: -7px;
    margin-right: -7px;
}
.small-category-teasers-row .category-teaser .row > div {
    padding-left: 7px;
    padding-right: 7px;
}


.more-category-news  .category-teaser:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.category-teaser .teaser-header {
    margin-top: 0;
}
.category-teaser .teaser-subtitle {
    padding-top: 0;
    margin-bottom: 4px;
    min-height: 0;
}
.category-teaser .teaser-subtitle > span {
    padding-top: 0;
}

.more-category-news-title {
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
}

.more-category-news-btn {
    margin-top: 15px;
}


.category-teaser-lg {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.job-teaser .teaser-header {
    margin-top: 0;
}

.job-teaser {
    margin-bottom: 20px;
}
.job-teaser + .job-teaser {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.job-teaser .teaser-title {
    font-size: 20px;
    line-height: 23px;
}

.category-top-teasers {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.post-header {
    padding-right: 50px;
}
.post-content {
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
}

.post-content blockquote {
    position: relative;
    padding-left: 20px;
    border-left: 5px solid var(--color-primary);
    font-size: 32px;
    line-height: 40px;
    font-weight: 100;

    margin: 1.5rem 0 1.5rem 0;
}
.post-content blockquote p {
    display: inline;
}

.post-content blockquote:before {
    content: '\201C';
    color: var(--color-primary);
}
.post-content blockquote:after {
    content: '\201D';
    color: var(--color-primary);
}

@media (min-width: 992px) {
    .single-special .post-content {
        margin: 0 0 0 20px;
    }
}

.job-content {
    max-width: 100%;
}
.post-content-without-hero {
    margin: 0;
}


.post-hero {
    margin-top: 20px;
    position: relative;
}

.post-subtitle {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 6px;
}
.post-title {
    margin-bottom: 8px;
}
.post-date {
    font-size: 16px;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    color: #555;
}
.single-special .post-date {
    max-width: 600px;
    margin: 0 auto;
}


.special-post-intro {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
    font-size: 18px;

    max-width: 600px;
    margin: 10px auto 0 auto;

}



@media (min-width: 992px) {
    .single-special .post-date {
        margin-left: 20px;
    }
    .special-post-intro {
        margin-left: 20px;
    }
}

.post-hero-caption {
    display: block;
    max-width: 400px;
    max-width: 90%;
    position:relative;
    margin-top: -30px;
}
.post-hero-caption .image-caption {
    display: inline-block;
    background: #fff;
    padding: 6px 25px 6px 12px;
    font-size: 14px;
    color: #555;
}
.more-category-news {
    padding-left: 0;
    padding-right: 15px;
}

.essb_links {
    margin: 0 !important;
}

.post-share-bottom {
    margin-top: 30px;
}


.post-tags {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-top: 15px;

}
.post-tags h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'klavikabold', Helvetica, Arial, sans-serif;
    white-space: nowrap;
}
.post-tags ul {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
}
.post-tags ul > li {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}
.post-tags ul > li + li {
    margin-left: 2px;
}

.post-tags ul > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #293133;
    color: #293133;
    padding: 6px 12px;
    text-decoration: none;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}
.post-tags ul > li > a:hover {
    background: #293133;
    color: #fff;
}

@media (max-width: 991px) {
    .post-tags {
        display: block;
    }
    .post-tags ul {
        margin-left: 0;
        margin-top: 5px;
    }
}

.full-width-hero {
    margin-top: -95px;

    height: 500px;

    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color :#ccc;

    padding: 140px 0 20px 0;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
}
.full-width-hero .post-header {
    padding-left: 290px;
    padding-right: 0;
}
.full-width-hero h1 {
    font-size: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
    margin-bottom: 0;

}
@media (min-width: 992px) {
    .full-width-hero h1 {
        margin-left: 20px;
    }
}

.special-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.special-side-nav ul > li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.special-side-nav ul > li > a h4 {
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    font-size: 16px;
}
.special-side-nav li.active a h4 {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}
.special-sidebar .special-title {
    margin-bottom: 20px;
    margin-top: 5px;
}

.search-form .form-control {
    padding-left: 50px;
}

.search-form .input-group-prepend {


    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-form .input-group-prepend .btn {
    color: #999;
    font-size: 20px;
    padding-left: 14px;
    padding-right: 14px;
}
.search-form .input-group-prepend .btn .fa {
    position:relative;
    top: 1px;
}
.search-form .form-control {
    border-color: #343a40;
}
.main-content-search {
    min-height: 300px;
    margin:0 auto;
    width: 640px;
}
.search-header h1 {
    font-size: 2rem;
    margin-bottom: 15px;
}
.search-results-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}


.magazines-overview img {
    width: 100%;
    margin-top: 20px;
}
.magazines-overview .magazine {
    display: none;
}
.magazines-overview .magazine.active {
    display: block;
}
.magazines-overview .nav {
    background: #F0F2F3;
}
.magazines-overview .nav-pills .nav-link {
    border-radius: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.magazines-overview .magazine-title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    text-align: center;
}
.magazines-overview .magazine a {
    text-decoration: none;
}
.magazines-overview .magazine a:hover {
    color: var(--color-primary);
}





@media (max-width: 1199px) {
    .container {

    }
    body, html {
        font-size: 14px;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn {
        font-size: 14px;
    }
    .main-nav ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .main-content {
        width: calc(100% - 250px);
    }
    .main-sidebar {
        width: 250px;
        padding-left: 20px;
    }


    .special-sidebar {
        width: 250px;
        padding-right: 20px;
    }
    .main-teaser-header .main-teaser-title {
        font-size: 22px;
    }
    .teaser-header {
        margin-top: -18px;
    }
    .teaser-title {
        font-size: 16px;
        line-height: 19px;
    }
    .teaser-text {
        font-size: 14px;
        line-height: 20px;
    }
    .teaser-subtitle {
        font-size: 12px;
        line-height: 14px;
        height: 18px;
        height: auto;
        margin-bottom: 4px;
    }

    .teaser-subtitle > span {
        padding-top: 4px;
        border-bottom: 1px solid #fff;
        margin-left: -1px;
        padding-left: 1px;
    }
    .special-teaser .teaser-subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }
    .special-teaser .teaser-subtitle > span {
        margin-left: 0;
        border-bottom: 0;
    }
    .specials-intro h3 {
        font-size: 24px;
    }
    .specials-intro p {
        font-size: 14px;
        line-height: 20px;
    }

    .category-teaser .teaser-subtitle {
        margin-bottom: 2px;
    }

    .sidebar-block-title {
        font-size: 14px;
    }
    .sidebar-block .nav-masthead .nav-link {
        font-size: 14px;
    }
    .latest-news-list li .latest-news-title {
        font-size: 14px;
    }
    .latest-news-list li .latest-news-time {
        width: 40px;
    }
    .job-teasers-list > li > a {
        font-size: 14px;
    }
    .upcoming-festivals-list .festival-name {
        font-size: 14px;
    }
    .upcoming-festivals-list .festival-date .day {
        font-size: 22px;
        line-height: 22px;
    }
    .upcoming-festivals-list .festival-date .month {
        font-size: 14px;
        line-height: 14px;
    }
    .upcoming-festivals-list .festival-date {
        width: 30px;
        margin-right:10px;
    }


    .post-content {
        font-size: 16px;
    }
    .special-post-intro {
        font-size: 16px;
    }

    .full-width-hero h1 {
        font-size: 40px;
    }
    .full-width-hero .post-header {
        padding-left: 250px;
    }
    .full-width-hero {
        height: 400px;
    }
    .special-side-nav ul > li > a h4 {
        font-size: 14px;
    }
    .special-sidebar .special-title {
        margin-bottom: 15px;
        margin-top: 2px;
    }


    .partner-ads-list > li {
        float: left;
        height: 125px;
        width: 125px;
        padding: 10px;
    }

    .search-form .input-group-prepend .btn .fa {
        top: -1px;
    }
}

@media (max-width: 991px) {

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header-wrap {
        height: 59px;
    }
    .site-header .site-header-logo {
        height: 35px !important;
        width: 76px !important;
        overflow: hidden;
    }
    .site-header .site-header-logo .logo,
    .site-header.sticky .site-header-logo .logo {
        height: 40px;
        width: 76px;
        width: auto;
    }
    .mobile-search-btn {
        display: block;
    }

    .site-header:after {
        display: none;
    }
    .site-header-container {
        max-width: 100%;
        background: #293133;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-header .site-header-logo {
        margin: 12px auto;
    }
    .site-header-content {
        display: none;
    }
    .toggle-mobile-nav-btn {
        display: block;
    }
    .main-nav {
        display: none;
    }

    .main-search .btn {
        font-size: 16px;
    }

    .main-container {
        display: block;
    }
    .main-sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .special-sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }


    .main-sidebar {
        display: flex;
        flex-direction: column;
    }
    .sidebar-block-magazine {
        order: 99;
    }
    .sidebar-block-partners {
        order: -1;
        margin-left: auto;
        margin-right: auto;
    }


    .sidebar-block-newsletter {
        display: none;
    }

    .main-content {
        width: 100%;
    }
    .main-sidebar .sidebar-block-magazine {
        max-width: 400px;
        float: left;
        margin-right: 25px;
    }
    .main-sidebar .sidebar-block-magazine img {
        width: 100%;
    }

    /*
    .sidebar-block-ad {
        float: left;
        text-align: center;
        margin-top: 24px;
    }
    */
    .sidebar-block-jobs {
        clear: both;
    }


    .partner-ads-list > li:nth-child(4) {
        clear: both;
    }
    .site-header .social-media-nav {
        display: none;
    }

    .bottom-newsletter h4 {
        font-size: 20px;
    }


    .full-width-hero .post-header {
        padding-left: 0;
    }


    .more-category-news {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-social-media-nav {
        margin-bottom: 20px;
    }
    .footer-social-media-nav ul > li > a {
        font-size: 22px;
    }
}


@media (max-width: 767px) {

    .full-width-hero {
        height: 340px;
    }
    .full-width-hero h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    h1 {
        font-size: 28px;
    }
    .post-date {
        font-size: 14px;
    }
    .post-header {
        padding-right: 0;
    }

    .bottom-newsletter .input-group {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .main-teaser-slider .slick-arrow {
        display: none !important;
    }

}



@media (max-width: 575px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .post-hero {
        margin-left: -15px;
        margin-right: -15px;
    }

    .post-hero-caption .image-caption {
        font-size: 12px;
    }


    .main-teaser-slider {
        margin-left: -10px;
        margin-right: -10px;
    }
    .main-teaser-header {
        bottom: 40px;
        right: 0;
        padding-left: 15px;
    }
    .main-teaser-header .main-teaser-title {
        font-size: 18px;
    }
    .main-teaser-slider .slick-dots {
        bottom: 15px;
        left: 15px;
    }
    .main-teaser-header:before {
        display: none;
    }

    .special-teasers {
        padding-top: 18px;
        margin-top: 15px;
    }
    .specials-intro {
        padding: 20px 10px;
    }
    .specials-intro h3 {
        font-size: 20px;
    }
    .specials-intro .btn {
        font-size: 12px;
    }
    .small-category-teasers-row {
        margin-top: 15px;
    }
    .category-teaser {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .category-teaser .teaser-header {
        margin-top: 5px;
    }

    .category-teaser-lg {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .category-top-teasers {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .category-top-teasers .teaser-text {
        display: none;
    }
    .footer-logo {
        margin-top: 25px;
    }

    .more-category-news .category-teaser,
    .more-category-news .category-teaser:last-child{
        margin-bottom: 20px;
    }

    .magazines-overview .nav-pills .nav-link {
        font-size: 12px;
    }

    .partner-ads-list > li:nth-child(4) {
        clear: none;
    }
    .partner-ads-list > li:nth-child(3),
    .partner-ads-list > li:nth-child(5) {
        clear: both
    }
}



.newsletter-container {
    max-width: 600px;
    padding: 10px 10px;
    margin: 0 auto;
}
.newsletter-first-row > div {
    margin-bottom: 20px;
}
.newsletter-intro {
    height: 100%;
    background: var(--color-primary);
    color: #fff;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
}
.newsletter-logo {
    width: 180px;
    margin-bottom: 20px;
}
.newsletter-intro h1 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: auto;
}
.newsletter-intro h1 span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
}
.newsletter-top {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.online-newsletter-link {
    margin-left: auto;
}

.newsletter-social-media-nav {
    margin-right: auto;
}
.newsletter-social-media-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsletter-social-media-nav ul > li {
    display: inline-block;
}
.newsletter-social-media-nav ul > li + li {
    margin-left: 5px;
}
.newsletter-social-media-nav ul > li > a {
    color: #293133;
    font-size: 22px;
}
.newsletter-social-media-nav ul > li > a:hover {
    color: var(--color-primary);
}
.newsletter-ad {
    text-align: center;
    position: relative;
    width: 100%;
}
.newsletter-ad img {
    max-width: 100%;
}
.row-wide {
    margin-left: -20px;
    margin-right: -20px;
}
.row-wide > div {
    padding-left: 20px;
    padding-right: 20px;
}
.newsletter-section-2 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;

    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.newsletter-partner-ads-list {
    list-style: none;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.newsletter-partner-ads-list:after {
    clear: both;
    content: '';
    display: table;
}
.newsletter-partner-ads-list > li {
    float: left;
    height: 95px;
    width: 95px;
    padding: 5px;
}
.newsletter-partner-ads-list > li > a {
    background: #ccc;
    display: block;
    width: 100%;
    height: 100%;
}

.newsletter-container .teaser:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.newsletter-press-jobs {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .newsletter-container .newsletter-section-2 .teaser,
    .newsletter-container .newsletter-section-2 .teaser:last-child {
        margin-bottom: 20px;
    }

    .newsletter-press-jobs .row > div {
        margin-bottom: 20px;
    }

}

.festival-guide-order-form {
    background: #F0F2F3;
    padding: 20px;
    margin-top: 1rem;
}

.festival-guide-order-form .qty {
    margin-bottom: 1rem;
    margin-top: -.5rem;
}
.festival-guide-order-form .qty input {
    /* form-control copy */
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.festival-guide-order-form .qty strong {
    margin-left: 10px;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif;
}
.festival-guide-order-form .qty br {
    display: none;
}
.festival-guide-order-form .qty small:before {
    content: '(';
}
.festival-guide-order-form .qty small:after {
    content: ')';
}

.festival-guide-order-form #rfmp_checkbox_399 + p + p{
    display: none;
}

.festival-guide-order-form .payment-method {
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
    margin-bottom: 1rem !important;
    margin-top: -.5rem !important;
}
.festival-guide-order-form .payment-method input[type=radio] {
    margin-right: 10px;
}
.festival-guide-order-form .payment-method + input[type=hidden] + br {
    display: none;
}
.festival-guide-order-form p:last-of-type {
    margin-top: 1rem;
}

.festival-guide-order-form p:empty {
    display: none;
}
.festival-guide-order-form p:before {
    content: '';
    clear: both;
    height: 1px;
    background: #ddd;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.festival-guide-order-form p:first-of-type:before {
    display: none;
}

.festival-guide-order-form p > label {
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif;
}


@media (min-width: 768px) {
    .festival-guide-order-form p > label {
        display: inline-block;
        width: 22%;
        margin-bottom: 0;
    }
    .festival-guide-order-form p > .form-control {
        display: inline-block;
        width: 78% !important;
    }
    .festival-guide-order-form p > label + br {
        display: none;
    }
}



.hustle-ui .hustle-info.hustle-info--compact .hustle-layout .hustle-content .hustle-group-title .hustle-title {
    font-family: 'klavikabold', Helvetica, Arial, sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.hustle-ui .hustle-info .hustle-group-content, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-]) {
    color: #293133 !important;
    font-family: 'klavikaregular', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
}
.hustle-ui .hustle-info .hustle-group-content, .hustle-ui .hustle-info .hustle-group-content .subscribe-form label strong {
    font-size: 18px !important;
    font-family: 'klavikamedium', Helvetica, Arial, sans-serif !important;
}

.hustle-ui .hustle-info .hustle-group-content, .hustle-ui .hustle-info .hustle-group-content .subscribe-form .btn-dark span {
    color: #fff !important;
}

.hustle-ui .hustle-info.hustle-info--compact .hustle-layout .hustle-content .hustle-group-content:not(:first-child) {
    padding-top: 0 !important;
    border-top: 0 !important;
}
.hustle-ui .hustle-info.hustle-info--compact .hustle-layout .hustle-content .hustle-group-title:not(:last-child) {
    border-bottom: 0 !important;
}
.hustle-ui .hustle-info,
.hustle-ui .hustle-info * {
    -webkit-font-smoothing: auto !important;
    text-shadow: none !important;
}
@media (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--compact .hustle-layout .hustle-content {
        padding: 20px 40px 40px 40px !important;
    }
    .hustle-ui:not(.hustle-size--small) .hustle-info.hustle-info--compact .hustle-layout .hustle-content .hustle-group-title:not(:last-child) {
        padding-bottom: 5px !important;
    }
}

.hustle-ui.module_id_1 .hustle-button-close {
    color: #fff !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    background: var(--color-primary) !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.cli-tab-footer .cli-btn {
    background: var(--color-primary) !important;
    color: #fff !important;
}


/*
.gform_wrapper ul {
    padding-left: 0;
    list-style: none
}
.gform_wrapper ul li {
    margin-bottom: 1rem;
}
.gform_wrapper .validation_error {
    background: #dc3545;
    color: #fff;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
}
.gform_wrapper .validation_message {
    color: #dc3545;
    font-size: .875rem;
    margin-top: .25rem;
}

.gform_wrapper .gfield_error .form-control {
    border-color: #dc3545;
}

.gform_confirmation_wrapper {
    padding: .75rem;
    background: #eee;
}
*/


body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.contact-info {
    padding: 2rem;
    background: #F0F2F3;
}


/*
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 1rem !important;
    margin-left: 5px !important;
}

.gform_wrapper .hidden_label label {
    display: none;
}

*/

.contact-info {
    padding: 2rem;
    background: #F0F2F3;
}

.ad-container {
    position: relative;
    z-index: 2;
}
.ad-container img {
    margin-top: 2.5rem;
}


.advertise-nav li {
    flex: 1;
    text-align: center;
}

.advertise-hero {
    margin-bottom: 30px;
}


.advertise-hero-slider {
    position: relative;
}
.advertise-hero-slide {
    position: relative;
    height: 360px;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    outline: 0 !important;

    background-color: #999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.advertise-hero-slide-content {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 20px 20px 50px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    background :rgba(0,0,0,0.2);
}
.advertise-hero-slide-content h2 {
    line-height: 1.35;
    font-size: 2.5rem;
    font-weight: 900;
    max-width: 500px;
    margin: 0 auto;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.25);

}


.advertise-hero-slider .slick-arrow {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    color: rgba(255,255,255,0.75);
    position: absolute;
    top: 50%;
    margin-top: -33px;
    z-index: 5;
    cursor: pointer;



}
.advertise-hero-slider .slick-arrow:hover {
    color: #fff;
}
.advertise-hero-slider .slick-arrow.slick-disabled {
    visibility: hidden;
}
.advertise-hero-slider .slick-arrow i {
    font-size: 66px;
}
.advertise-hero-slider .slick-arrow.slick-prev {
    left: 0;
}
.advertise-hero-slider .slick-arrow.slick-next {
    right: 0;
}
.advertise-hero-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}
.advertise-hero-slider .slick-dots > li + li {
    margin-left: .5rem;
}
.advertise-hero-slider .slick-dots > li:only-child {
    display: none;
}
.advertise-hero-slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.75);
    text-indent: -9999px;
    outline: 0;
    box-shadow: none;
    position: relative;
}
.advertise-hero-slider .slick-dots button:hover {
    border-color: rgba(255,255,255,1);
}
.advertise-hero-slider .slick-dots  li.slick-active button {
    background: #fff;
}

.advertise-intro {
    margin: 30px 0 25px 0;
    font-size: 1.125rem;
}

.profile-section {
    margin: 40px 0 30px 0;
    font-size: 1.125rem;
}

.nav-pills .eblive .nav-link.active,
.nav-pills .eblive .show>.nav-link {
    background-color: #a17599;
}


.advertise-stat {
    background: var(--color-primary);
    color: #fff;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 15px;
}
#eblive .advertise-stat {
    background: #a17599;
}
.advertise-stat h3 {
    text-align: center;
    font-size: 2.5rem;
}
.advertise-stat h3 span {
    font-size: 1.25rem;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.advertise-stat img {
    max-width: 100px;
    margin-bottom: 25px;
}

.advertise-visitors {
    margin: 40px 0;
}

.advertise-visitors .graph-container {
    background: #f5f5f5;
    margin-top: 20px;
    text-align: center;
    padding: 30px 15px;
}
.advertise-visitors .graph {
    margin: 20px auto 0 auto;
}

.advertise-download {
    position: relative;
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    flex-direction: column;
    color: #fff !important;

    text-decoration: none !important;
    margin-top: 15px;

    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advertise-download:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.advertise-download h3 {
    padding-top: 20px;
    margin-bottom: 25px;
    font-weight: 900;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.advertise-download h3,
.advertise-download a {
    position: relative;
    z-index: 2;
}
.advertise-download a + a {
    margin-top: 10px;
}

.advertise-infosheet {
    margin: 40px 0;
}

.advertise-infosheet .infosheet-col {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 240px;
}
.advertise-infosheet .text-col {
    background: var(--color-primary);
    padding: 3.75rem;
    color: #fff;
}
.advertise-infosheet .text-col a {
    margin-bottom: 10px;
}

#eblive .advertise-infosheet .text-col {
    background: #a17599;
}

.advertise-infosheet .text-col p {
    margin: 20px 0 30px 0;
}
@media (max-width: 767px) {
    .advertise-infosheet .text-col {
        padding: 25px;
    }
}


.framework-section {
    margin: 50px 0;
    padding: 4rem 0;
    background: #f8f8f8;
}


.framework-slider .framework-item {
    width: 100%;
}
.framework-item h4 {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
}


.framework-item h6 {
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 5px 0 25px;
}

.framework-item .item-text-col {
    padding: 6.3% 6%;
    align-self: center;
}

.framework-item .item-image-col {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;

    min-height: 450px;
}

.framework-item {
    cursor:url("../img/icon-move.png"), pointer;
}

.framework-section .slick-slide {
    outline: 0 !important;
}

.framework-section .slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
}
.framework-section .slick-dots > li {
    display: inline-block;
    margin: 4px;
    width: 16px;
    height: 16px;
}
.framework-section .slick-dots > li > button {
    box-shadow: none;
    outline: 0;
    text-indent: -99999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000;
    padding: 0;
}
.framework-section .slick-dots > li.slick-active button {
    background: #000;
}

.advertise-contact {
    margin: 40px 0;
}
.advertise-contact label {
    color: #777;
    display: block;
    margin-bottom: 10px;
}
.advertise-contact h5 {
    font-weight: bold;
    margin-bottom: 5px;
}
.advertise-contact img {
    margin-bottom: 15px;
}
.advertise-contact .row > div {
    margin-bottom: 25px;
}

.advertise-contact .contact-other {
    text-align: center;
    padding-top: 100%;
    background: #222;
    color: #fff;
    height: 0;
    position: relative;
}
.advertise-contact .contact-other h6 {
    font-weight: bold;
}
.advertise-contact .contact-other .contact-other-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.page-template-template-advertise .lead {
    font-size: 1.125rem;
}


.clients-section {
    margin: 25px 0;
}
.client-logo-slider {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    /*cursor:url("../img/icon-move.png"), pointer;*/
}
.client-logo-slider .client-logo {
    display: inline-block;
    width: 25%;
    padding: 0 25px;
}
.client-logo-slider .slick-slide {
    outline: 0 !important;
}
@media (max-width: 767px) {
    .client-logo-slider .client-logo {
        padding: 0 10px;
    }
}



ol {
    counter-reset: item;
    padding-left: 20px;
}
ol[start]{
    counter-reset: inherit;
}
ol > li {
    display: block;
}
ol > li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
    margin-left: -20px;
}
ol ol {
    counter-reset: item;
}
ol ol > li {
    display: block;
}
ol ol > li::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
    margin-left: -20px;
}






.forminator-ui.forminator-poll {
    padding: 20px !important;
    background: #f5f5f5 !important;
}

.forminator-button {
    font-weight: 700 !important;
    font-size: .75rem !important;
    text-transform: uppercase !important;
    padding: 12px 18px !important;
    letter-spacing: .5px !important;


    color: #fff !important;
    background-color: #343a40 !important;
    background-image: none !important;
    border: 2px solid #343a40 !important;

    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;

    transition: .2s ease all !important;

    cursor: pointer;
}
.forminator-button:hover {
    background-color: #343a40 !important;
    border: 2px solid #343a40 !important;
    color: #fff !important;
}
.forminator-button:after{
    transition: all 300ms ease 0ms !important;
}


.forminator-poll .forminator-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
}


.forminator-poll .forminator-field > label {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    margin-bottom: 0;
}

.forminator-poll .forminator-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.forminator-poll .forminator-radio .forminator-radio--label {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    padding: 12px 18px;
    letter-spacing: .5px;
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border: 2px solid #343a40;
    text-align: center;
    vertical-align: middle;
    transition: .2s ease all;

    cursor: pointer;
}

.forminator-poll .forminator-radio > input:checked ~ .forminator-radio--label {
    background: #343a40;
    color: #fff;
}

.forminator-poll .forminator-poll-header {
    margin-bottom: 10px;
}


.home-takeover {
    display: flex;
    width: 1950px; /* 1150 + 800 */
    max-width: 100%;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    height: calc(100vh - 70px);
    top: 70px;
    display: none;
}
.home-takeover .container {
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1150px;
}
.home-takeover .takeover-banner {
    cursor: pointer;
    width: 350px;
    max-width: 100%;
    max-height: 100%;
}

.home-takeover .takeover-banner .banner-image {
    width: 100%;
    padding-bottom: 250%;  /* 400x1000 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1600px) {
    .home-takeover .takeover-banner .banner-image {
        padding-bottom: 357.14%; /* 280x1000 */
    }
}

@media (max-width: 1400px) {
    .home-takeover .takeover-banner .banner-image {
        padding-bottom: 0;
        height: 400px;
    }
}

@media (min-width: 1200px) {

    .home-takeover {
        display: flex;
    }


    .takeover-active .site-header:before {
        content: '';
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #293133;
        display: block;
        z-index: 1;
    }


    .takeover-active .site-header .social-media-nav {
        background: #293133;
    }
    .takeover-active .site-header .social-media-nav ul {
        display: none;
    }

    .takeover-active .sub-nav-wrap:after {
        display: none;
    }
    .takeover-active .sub-nav-wrap .container {
        background: #F0F2F3;
    }
    .takeover-active .ad-container {
        background: #fff;
    }
    .takeover-active .main-container {
        background: #fff;
    }
}


.row.index > div {
    margin-top: 30px;
}
.advertiser {
    border: 1px solid #293133;
    padding: 25px 20px;
    height: 100%;
    display: block;
    text-align: center;
}

.advertiser .advertiser__image {
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advertiser .advertiser__image img {
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.advertiser h5 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .advertiser h5 {
        font-size: 18px;
    }
}


.custom-tab-pane {
    display: none;
    padding: 1rem;
}
.custom-tab-pane.active {
    display: block;
}
@media (min-width: 768px) {
    .custom-tab-pane {
        display: table-cell !important;
    }
}
.nav-custom-tabs > li > a > span {
    display: block;
}

.custom-tab-pane .checkbox {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    display: inline-block;
}
.custom-tab-pane .checkbox.red {
    background: #e74c3c;
}

.table-packages {
    margin-bottom: 0;
}

.table-packages .td-value {
    text-align: center;
    width: 110px;
}
.table-packages.table thead th {
    border-bottom: 0;
    text-align: center;
}
.table-packages.table thead th.th-explanation {
    text-align: left;
}

.table-packages td,
.table-packages th {
    border-top: 0;
}

.table-packages tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.table-packages thead th:not(:empty),
.table-packages thead td {
    background: #e8913d;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.package-blue .table-packages thead th:not(:empty),
.package-blue .table-packages thead td {
    background: #3572b7;
}

.package-purple .table-packages thead th:not(:empty),
.package-purple .table-packages thead td {
    background: #746fae;
}



.advertise-year-packages {
    overflow: hidden;
}
.nav-custom-tabs {
    background: #e8913d;

    margin-left:-15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.package-blue .nav-custom-tabs {
    background: #3572b7;
}
.package-purple .nav-custom-tabs {
    background: #746fae;
}
.nav-custom-tabs .nav-link {
    width: 95px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.package {
    margin: 10px 0;
}


.table-title {
    position: relative;
    background: #e8913d;

    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.package-blue .table-title {
    background: #3572b7;
}
.package-purple .table-title {
    background: #746fae;
}

.table-title h3 {
    padding: 20px 0;
    text-transform: none;
    color: #fff;
    margin: 0;
}



@media (min-width: 768px) {
    .table-title {
        top: 2px;
        width: 60px;
        height: calc(100% - 2px);
        margin: 0;
        padding: 0;
        margin-right: 2px;
    }
    .package-first .table-title {
        top: 46px;
        height: calc(100% - 46px);
    }


    .table-title h3 {
        position: absolute;
        text-transform: uppercase;
        top: 0;
        left: 52px;
        transform: rotate(90deg);
        transform-origin: 0 0 ;
        white-space: nowrap;
        display: inline-block;
        letter-spacing: 2px;
        padding: 5px 20px;
        font-weight: 900;
        margin: 0;
        color: #fff;
    }

    .table thead td,
    .table thead th {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 0;
    }

    .table tbody td {
        border-left: 2px solid #fff;
    }
}

@media (max-width: 767px) {
    .hide-thead-on-mobile {
        display: none;
    }
    .table-packages .td-value {
        width: 70px !important;
    }
}

.content-block {
    border:1px solid #eee;
    padding:1rem;
    background:#F0F2F3;
    margin-bottom:1rem;
}

.content-block p:last-child {
    margin-bottom: 0;
}



.pagination {
    margin-top: 32px;
}
.page-link {
    color: #293133;
}
.page-link:hover {
    color: #293133;
}
.page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.gform_required_legend {
    display: none;
}

.partner {
    border: 1px solid #293133;
    padding: 25px 20px;
    height: 100%;
    display: block;
    text-align: center;
}

.row.partners-row > div {
    margin-top: 30px;
}
.partner {
    border: 1px solid #293133;
    padding: 25px 20px;
    height: 100%;
    display: block;
    text-align: center;
}

.partner .partner__image {
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner .partner__image img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
.partner h5 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .partner h5 {
        font-size: 18px;
    }
}

.single-partner-logo img {
    height: auto;
    width: auto;
    max-width: 180px;
    max-height: 180px;
}


.site-switcher {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 7px 20px 16px 20px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
    min-width: 100px;

}
.site-switcher > .switch-text {
    text-transform: lowercase;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

body.current-blog-1 .site-switcher {
    background: var(--color-eblive);
}
body.current-blog-3 .site-switcher,
body.current-blog-5 .site-switcher {
    background: var(--color-eb);
}


.site-switcher img {
    display: block;
    height: 14px;
    width: auto;
}
.site-switcher .fas {
    color: #666;
    margin-left: 6px;
    font-size: 13px;
    display: none;
}

@media (max-width: 992px) {
    .site-switcher {
        margin-left: 0;
    }
}


.tooltip.show {
    opacity: 1 !important;
}
/* opposite colors */
.current-blog-1 .tooltip-inner {
    background-color: var(--color-eblive);
}
.current-blog-1 .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--color-eblive) !important;
}
.current-blog-5 .tooltip-inner {
    background-color: var(--color-eb);
}
.current-blog-5 .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--color-eb) !important;
}


.upcoming-festivals .upcoming-festivals__title {
    display: block;
    margin-top: 24px;
}
.festival-slider {
    margin-top: 10px;
}
.festival-slider .festival {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
.festival-slider.slick-slider {
    overflow: hidden;
}
.festival-slider .slick-list {
    margin: 0 -10px;
}
.festival-slider .slick-arrow {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    color: rgba(255,255,255,0.9);
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 5;
    cursor: pointer;
}
.festival-slider .slick-arrow.slick-prev {
    left: 0;
}
.festival-slider .slick-arrow.slick-next {
    right: 0;
}
.festival-slider .slick-arrow:hover {
    color: #fff;
}
.festival-slider  .slick-arrow.slick-disabled {
    visibility: hidden;
}
.festival-slider  .slick-arrow i {
    font-size: 50px;
}