@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i');

body {
    background-color: #333;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

a,
a:hover {
    color: #7B3A12;
}

h1.entry-title {
    font-size: 1.9em;
}

h2 {
    font-size: 1.6em;
}

h1.entry-title.to1 {
    font-size: 2.2em;
    font-weight: 800;
    color: #313437;
}

.ingress.to1 {
    font-weight: 600;
}

@media (min-width: 992px) {
    h2.bigger {
        font-size: 2.5em;
    }

    h1.entry-title.to1 {
        font-size: 4em;
        font-weight: 600;
        margin-bottom: 20px;
    }
}

h4.entry-title {
    font-size: 1.3em;
}

h5 {
    font-size: 0.85em;
}

figure.wp-block-image img {
    height: auto;
}

.wp-block-image figcaption {
    font-size: .85em !important;
}

#extreme-screen-wrapper {
    background-color: #fff;
}

@media (min-width: 1920px) {
    #extreme-screen-wrapper {
        max-width: 1920px;
        margin: 0 auto;
    }
}



@media (max-width: 991px) {

    h2,
    h4.entry-title {
        font-size: 1.2em;
    }
}

h1.news-feed-title {
    font-size: 1.8em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 2px solid #05abed;
}

h1.archive-title {
    font-size: 1.8em;
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 2px solid #05abed;
}

@media (max-width: 991px) {
    h1.archive-title {
        font-size: 1.2em;
    }
}

body.no-top-banner #extreme-screen-wrapper {
    padding-top: 130px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content h2 {
    font-size: 2.5em;
}

.block-2 {
    background-color: #eaebe9;
}

.embed-responsive-27by10 {
    min-height: 70vh;
}

.top-banner-text {
    font-size: 2em;
    /* color: #05e5ed; */
    color: #fff;
}
@media (min-width: 768px) {
    .top-banner-text {
        font-size: 3em;
    }
}

.top-banner-text p {
    /* color: #05e5ed; */
    color: #fff;
}

.top-banner-text.sub-page {
    font-size: 1.8em;
    color: #fff;
}

.top-banner-text.sub-page p {
    color: #fff;
}

.top-banner-text a.btn {
    border-radius: 0 !important;
    font-size: 0.85em;
    font-weight: bold;
    border: 0;
}

.first-grey-block {
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

.top-three-boxes {
    margin-top: 1em;
}

@media (max-width: 767px) {
    .top-three-boxes {
        padding-top: 15px;
    }

    .first-grey-block {
        margin-top: -1em;
    }
}

@media (min-width: 768px) {
    .top-three-boxes {
        margin-top: -3.3em;
    }
}

.infobox {
    padding: 15px 15px 15px 15px;
    margin-bottom: 30px;
}

.row-eq-height .infobox {
    height: 100%;
}

.infobox h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 1em;
}

.infobox h3 {
    font-size: 1.2em;
    line-height: 1.4;
}

.infobox h3 a {
    color: #000;
}

.infobox h5 {
    letter-spacing: 0.1em;
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
}

.infobox input {
    padding: 15px;
    border-radius: 0;
    border: 0;
    padding: 8px 15px;
}

.infobox a.btn {
    text-transform: uppercase;
}

.infobox img {
    width: 100%;
    height: auto;
    margin-bottom: .5em;
}

.infobox iframe {
    max-width: 100%;
}

.infobox.purple {
    background: #05e5ed;
    color: #fff;
}

.infobox.purple a {
    color: #fff;
    font-size: 0.85em;
}

.infobox.gray {
    background: rgba(255, 255, 255, .8);
    color: #000;
}

.home-bakom-kulisserna-block,
.home-tah-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0;
    color: #fff;
}

.home-tah-block h1 {
    color: #fff;
    margin-bottom: .7em;
    font-size: 2em;
}
.home-tah-block a {
    color: #fff;
}
.home-tah-block-gradient {
    background: #FC805A;
}

@media (min-width: 992px) {
    .home-tah-block h1 {
        font-size: 2.5em;
    }
        .home-tah-block-gradient {
        background: #FC805A;
        background: linear-gradient(90deg, #FC805A 30%,#6A6560 100%);
    }

}

.home-bakom-kulisserna-block {
    color: #fff;
}

.home-bakom-kulisserna-block h2 {
    font-size: 2.5rem;
    color: #ae0f0a;
    margin-bottom: .7em;
}

picture.news-list-thumbnail img,
picture.artist-profile-picture img {
    width: 100%;
    margin-bottom: 1em;
}

.tag-box {
    background: rgba(230, 230, 230, 0.3);
    padding: 15px;
    margin-bottom: 1em;
}

ul.tag-list {
    display: inline;
    list-style: none;
    padding-left: 0;
}

ul.link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: -15px;
}

ul.tag-list li,
ul.link-list li {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 5px 15px 0;
}

ul.tag-list li a,
ul.link-list li a {
    color: #fff;
}

ul.tag-list li a:hover,
ul.link-list li a:hover {
    color: #f00;
    text-decoration: none;
}

ul.related-news-list {
    list-style: none;
    padding-left: 0;
}

ul.related-news-list a {
    color: #000;
}


.sort-links {
    font-size: 0.75em;
    padding-bottom: 0.5em;
    color: #999;
}

.sort-links a {
    color: #000;
}

.sort-links a:hover {
    color: #000;
    text-decoration: none;
}

.logo-field {
    background-color: #999;
    background: linear-gradient(180deg, #9a9a9a 0%, #cacaca 100%);
}

.logo-field h2 {
    color: #fff;
}

section.news-item {
    padding: 3em 0;
}

#client-logos {
    background: #fff;
}

.container-fluid {
    max-width: 1500px;
}

.block-play-button {
    height: 80px;
    opacity: 0.5;
}

.background-image-box:hover .block-play-button {
    opacity: 0.8;
}

.background-image-box.person {
    background-color: #666;
}

a.background-image-box.text-black {
    color: #000;
}

.ingress {
    color: #000;
    font-size: 1.4em;
    margin-bottom: 1em;
}

.bg-transp {
    /*  background-color: #fff !important; */
}


/*----NAVBAR-----*/
.navbar-toggler {
    padding: 0.25rem 0;
}

@media (min-width: 526px) {
    .navbar-toggler {}
}

#header {
    padding: 0;
    /* background-color: #000; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0.3+0,0.3+100 */
    /* background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right, rgba(255,255,255,0.3) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
    background-image: url('../custom-gradient-4.png');
    background-position: top center;
    background-size: 100% auto;
    /* background-color: rgba(0,0,0,.3); */
}

body.no-top-banner #header {
    padding: 0;
    /*background-color: #000;*/
    background-image: url('../custom-gradient-4.png');
    background-position: top center;
    background-size: 100% auto;
    
}

#header h2 {
    margin-bottom: 0;
    font-size: 1.4em;
}

h1.news-feed-title {}

#header h3 {
    margin-top: 0.85em;
    font-size: 0.8em;
    font-weight: normal;
}

@media (min-width: 992px) {
    #header h2 {
        font-size: 1.8em;
    }

    #header h3 {
        font-size: 0.9em;
    }
}

.main-logo img {
    padding: 0 15px 0 0;
    max-width: 100%;
    height: auto;
}

.navbar-purple {
    color: #fff;
}

.navbar-purple.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-purple.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

li.invert a.nav-link {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: -8px;
    margin-bottom: -8px;
    padding: 16px 0;
}

li.invert a.nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .navbar-purple li.invert a.nav-link {
        color: #fff !important;
        margin: 0 -15px;
        padding-left: 15px;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media (min-width: 1200px) {
    .navbar {
        padding: 8px 0;
    }

    .navbar-purple.navbar-light .navbar-nav .active>.nav-link,
    .navbar-purple.navbar-light .navbar-nav .nav-link.active,
    .navbar-purple.navbar-light .navbar-nav .nav-link.show,
    .navbar-purple.navbar-light .navbar-nav .show>.nav-link {
        /* color: #05abed; */
        color: #fff;
        font-weight: bold;
    }

    .navbar-purple.navbar-light .navbar-nav .nav-link {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar-purple.navbar-light .navbar-nav li:last-child .nav-link {
        padding-left: 1em;
        padding-right: 0;
    }
}

.navbar-brand img {
    height: 40px;
    width: auto;
    margin-left: -2px;
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 50px;
    }
}

.navbar-toggler {
    border: none !important;
    padding-right: 0;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../menu-toggle-white.png");
}

nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("../menu-toggle-white.png");
}

nav.custom-color .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../menu-toggle-white.png");
}

nav.custom-color .navbar-toggler .navbar-toggler-icon {
    background-image: url("../menu-toggle-white.png");
}

/*------Top banner --------*/
.top-banner {
    height: 100%;
    background-size: cover;
    background-position: right center;
    filter: grayscale(100%);

}
body.home .top-banner {
    filter: grayscale(0%);
}


/*------- Searchbox -------*/
.topnav {
    overflow: hidden;
    padding: 0;
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
}

@media (min-width: 992px) {}

.search-container,
.search-container>form {
    width: 100% !important;
}

.search-container a {
    color: #fff;
}

.topnav .search-container {
    float: right;
}

.topnav input[type=text] {
    width: 120px;
    box-sizing: border-box;
    border: 0px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    /* border-right: 1px solid rgba(255,255,255,0.5);
    margin-right: 15px; */
    font-size: 16px;
    color: #313437;
    background-color: transparent;
    /* background-position: center right 20px;  */
    background-position: center right 0px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding: 12px 30px 12px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.topnav input[type=text]::placeholder {
    color: #fff;
    ;
}
.topnav input[type=text]:focus::placeholder {
    color: #fff;
    ;
}
.topnav input[type=text]:focus {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0px solid rgba(255, 255, 255, 0.5);
    /* border-right: 1px solid rgba(255,255,255,0.5); */
    background-position: center right 20px;
    outline: none;
}

.topnav .search-container button {
    padding: 6px 10px;
    margin-top: 0px;
    margin-right: 0;
    background: #ddd;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}


ul.sidebar-menu {
    margin-bottom: 0;
}

ul.sidebar-menu,
ul.sidebar-menu ul {
    list-style: none;
    padding-left: 0;
}

ul.sidebar-menu>li {
    display: none;
}

ul.sidebar-menu li.current-menu-item,
ul.sidebar-menu li.current-menu-ancestor {
    display: block;
}
ul.sidebar-menu>li.current-menu-item>a:first-child,
ul.sidebar-menu>li.current-menu-ancestor>a:first-child {
    border-top: 1px solid #ccc;
    padding-top: 1em;
}

ul.sidebar-menu>li.current-menu-item>a:only-child,
ul.sidebar-menu>li.current-menu-ancestor>a:only-child {
    display: none;
}

hr.white-line {
    height: 0;
    border-bottom: 1px solid #fff;
}

ul.sidebar-menu li.menu-item a {
    color: #7B3A12;
    display: block;
    margin-bottom: .7em;
}

ul.sidebar-menu li.current-menu-item>a {
    color: #000;
}

ul.sidebar-menu li ul li.current-menu-item>a {
    color: #000;
}

ul.sidebar-menu li ul li.menu-item:last-child {
    margin-bottom: 2em;
}

ul.sidebar-menu li ul li ul {
    color: #000;
    border-left: 4px solid #e3e3e3;
    padding-left: 11px;
}

ul.sidebar-menu li ul li ul li.menu-item>a {
    color: #333;
    font-size: .85em;
}
ul.sidebar-menu li.current-menu-item > a {
    font-weight: bold;

}

#pagination a {
    color: #000;
}

.nominate-box {
    background: rgba(230, 230, 230, 0.3);
    padding: 15px;
    margin-bottom: 1em;
    text-align: center;
}
#owners-element .mf-table,
.widget_mf_widget .mf-table {
    font-size: .75em;
}

.mf-table tbody tr:nth-child(even),
#owners-element .mf-table tbody tr:nth-child(even),
.widget_mf_widget .mf-insider-transactions tbody tr:nth-child(even),
.widget_mf_widget .mf-table tbody tr.mf-insider-table-row:nth-child(odd) {
    background-color: #f3f3f3;
}
.widget_mf_widget .mf-table tbody tr.mf-insider-table-row:nth-child(even),
    .widget_mf_widget .mf-insider-transactions tbody tr.mf-transaction-table-year-header {
    background-color: #fff;
}
.mf-table tr td,
.mf-table tr th,
.mf-sum-row td,
#owners-element .mf-table tr td,
#owners-element .mf-table tr th,
.widget_mf_widget .mf-table thead th,
.widget_mf_widget .mf-insider-transactions tbody tr td,
.widget_mf_widget .mf-table tbody tr.mf-insider-table-row td {
    padding: 8px;
}



.mfn-block .mfn-info-main-1 {
    font-size: 1.6em;
}

.mfn-block .mfn-sub-submit {
    text-transform: uppercase;
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border: 1px solid #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.mfn-block .mfn-sub-submit:disabled {
    border: 1px solid #bbb;
    color: #bbb;

}

.mfn-subscribe ul {
    list-style: none;
    padding: 15px;
    background-color: #f9f9f9;
}

.mfn-subscribe-v2 .mfn-field-row {
    padding: 15px;
    background-color: #f9f9f9;
    display: block;
}

.mfn-subscribe-v2 .mfn-field-row input.mfn-field-input {
    width: 100%;
}

.mfn-policy-approve {
    margin-top: 15px;
    display: block;
}

span.mfn-policy-text {
    display: block !important;
}




.mfn-archive td {
    padding: 10px 0 !important;
}

td.mfn-archive-header {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    padding-left: 15px !important;
}


.mfn-archive .mfn-archive-item img {
    height: 24px !important;

}

.mfn-attachment {
    filter: grayscale(100%);
    filter: contrast(100000000)
}

.mfn-loader-list-container .mfn-tag {
    color: #000 !important;
}

.mfn-loader-list-container {
    margin: 0 0 20px 0 !important;
}

.mfn-loader-list-container .mfn-row {
    background-color: #f9f9f9 !important;
    border-radius: 0 !important;
}

.mfn-loader-list-container .mfn-select,
.mfn-loader-list-container .mfn-search-input {
    border-radius: 0 !important;
}

.mfn-preamble {
    color: #000 !important;
}

.mfn-tag {
    color: #000 !important;
}

.mfn-search-button {
    border-radius: 0 !important;
    padding: 1px 15px !important;
}

.mfn-search-button:hover {
    background-color: #05abed !important;
}

.mfn-pagination-link {
    border-radius: 0 !important;
}

.mfn-pagination-link:hover {
    background-color: #05abed !important;
}
.mf-owner-country-dist,
.mf-owner-type-dist {
    max-width: 350px !important;
} 

#mf_calendar_buttons button,
#mf_calendar_top_buttons button {
    border-radius: 0 !important;
    padding: 1px 15px !important;
    background-color: black !important;
    color: white !important;
    border: 0;
}

#mf_calendar .event_links,
#mf_get_ical,
#mf_download_ical {
    display: none;
}

#mf_calendar_table {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}

footer {
    background: #1e1e1e;
    color: #fff;
    font-size: 1em;
    margin-top: 0em;
    padding-bottom: 3em;
}

footer a,
footer a:hover {
    color: #F9F7F4;
}

footer .fab-bigger {
    font-size: 1.5em;
    margin-right: 0.25em;
}

footer ul.footer-menu {
    list-style: none;
    padding-left: 0;
    line-height: 1.5;
}

footer ul.footer-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: .5em;
    padding-bottom: .5em;
}

footer ul.footer-menu li:last-child {
    border-bottom: 0;
}

footer ul.footer-menu li a {
    color: #F9F7F4;
    font-weight: normal;
}

footer hr {
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 2em 0;
}


/*------- ticker banner------*/


.ticker-banner {
    height: 20px;
    background-color: #313437 ;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    padding-top: 5px;
}

@media (min-width: 992px) {
    .ticker-banner {
        height: 30px;
        color: #fff;
        line-height: 1;
        font-size: 14px;
        padding-top: 8px;
    }
}



table.mf-table {
    width: 100%;
}

#owners-element .source-text {
    font-size: .75em;
}


ul.footer-menu>li {
    list-style: none;
    padding-bottom: 1em;
    padding-left: 0;
}

ul.footer-menu li ul {
    list-style: none;
    padding-left: 0;
}

ul.footer-menu li a {
    font-weight: bold;
}

ul.footer-menu li ul li a {
    font-weight: normal;
    color: #ddd;
}

ul.footer-menu li ul li ul li {
    padding-left: 10px;
    font-weight: normal;
    color: #999;
}

ul.footer-menu li ul li ul li a {
    color: #999;
}





.embed-responsive-27by10::before {
    padding-top: 37.037%;
}

.embed-responsive-40by10 {
    overflow: visible;
}

.embed-responsive-40by10::before {
    padding-top: 75%;
}

@media (min-width: 568px) {
    .embed-responsive-40by10::before {
        padding-top: 75%;
    }
}

@media (min-width: 768px) {
    .embed-responsive-40by10::before {
        padding-top: 45%;
    }
}

@media (min-width: 1200px) {
    .embed-responsive-40by10::before {
        padding-top: 25%;
    }
}


.dropdown-toggle::after {
    display: none;
}


.newsletter-form input[type="text"] {
    background: #eaebe9;
    border: 0;
    padding: 8px 16px;
    width: 100%;
}

.btn-purple {
    color: #fff;
    background-color: #05abed;
    border-color: #05abed;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 1em;
}

.btn-purple:hover {
    color: #fff;
    background-color: #05e5ed;
    border-color: #05e5ed;
}

.btn-secondary {
    background-color: #7d7c7c;
}

.btn-light {
    background-color: #fff;
}



.btn-purple:focus,
.btn-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #05e5ed;
    border-color: #05e5ed;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #05e5ed;
    border-color: #05e5ed;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}


.modal-content {
    border-radius: 0px;
}

.modal-header {
    border-bottom: 0;
}



/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

.hide {
    display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/* Genericons */

.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/* Separators */

.site-content span+.entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span+.byline:before,
span+.comments-link:before,
span+.edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
    content: "\0020\007c\0020";
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Alignment */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

.hide {
    display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens: auto;
    word-wrap: break-word;
}

.post-navigation,
.image-navigation {
    margin: 24px auto 48px;
    max-width: 474px;
    padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%;
}

.post-navigation .meta-nav {
    color: #767676;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
    border-top: 5px solid #eee;
    margin: 48px 0;
}

.paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center;
}

.paging-navigation .page-numbers {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
}

.paging-navigation a {
    color: #05e5ed;
}

.paging-navigation .page-numbers.current {
    border-top: 5px solid #05e5ed;
}

.paging-navigation a:hover {
    border-top: 5px solid #05e5ed;
    color: #05e5ed;
}

.paging-navigation .page-numbers.current #cookie-notice .button {
    display: block;
    background-color: #05abed !important;
    color: #fff !important;
    padding: 5px 10px;
}

#cookie-notice .button:hover {
    background-color: #05abed;
    color: #ddd;
}





.navbar input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.5);
    ;
}

.navbar input[type=text]:focus {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0px solid rgba(255, 255, 255, 0.5);
    outline: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0 !important;
}

.pum-title {
    margin-bottom: 1em;
}



body.home a.mfn-title {
    font-size: 16px !important;
    line-height: 1.5;
}

body.home .mfn-loader-list-container .mfn-row {
    background-color: transparent;
}