/** changes by sfrenzel **/

.podcast-play .body-wrap .audio-player .iron_widget_radio .player {
	/** margin-bottom: -10px; **/
}
.podcast-play .body-wrap .audio-player .iron_widget_radio .player .control .play {
	position: absolute;
	/** top: -100px; **/
}
.iron-audioplayer .player .wave {
	margin: 20px 40px !important;
}
.podcast-play .body-wrap .audio-player .currentTime, .podcast-play .body-wrap .audio-player .totalTime {
	position: absolute;
    /** top: 25px; **/
}

/** changes by va **/

.most-read-wrapper h2 {font-size:23px;}

/** Home **/
header#masthead .menu-top {
    padding-top: 25px;
    padding-bottom: 35px;
}
header#masthead .menu-top .row > div > a {
    display: block;
}
header#masthead .menu-top .sep-img {
    max-width: 255px;
}
.menu-logo {
    padding-bottom: 5px;
}
.nav-wrap .navigation {
    margin: 0px !important;
}
.nav-wrap #main-nav > ul.navbar-nav > li:first-child {
    margin-left: -8px !important;
}

header#masthead nav .search-form {
    max-width: 255px;
    position: relative;
    right:auto;
}

div.spacing {
    background: #F5F6F7;
    height: 15px;
    display: block;
    width: 100%;
    margin-bottom: 32px;
}
body.single div.spacing, body.archive div.spacing {
    margin-bottom: 0px;
} 

/** Social share **/
.share-wrapper {
    height: 119px;
}
.share-wrapper * {
    font-size: 1.5rem !important;
    text-align: center;
}
.share-wrapper .k-socail-share {
    padding: 0px;
    list-style-type: none;
}
.share-wrapper .k-socail-share li {
    display: inline;
    margin: 0px 10px;
}
/* .share-wrapper .k-socail-share li a {
    color: #fff;
    background-color: #eee;
    border-radius: 50%;
    padding: 30px;
}
 */

/** last news **/
.last-news {
    margin-top: 50px;
    background: #F3F4F5;
    padding: 0px 50px 50px;
}
.last-news .title {
    font-family: Oswald;
    font-weight: 100;
    font-size: 30px;
    line-height: 24px;
    padding: 15px 60px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1e3643;
}
.last-news .cat {
    text-transform: uppercase;
    border: 1px solid;
    padding: 0px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 25px 0px 25px;
    display: inline-block;
}
.last-news .p-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.last-news .excerpt {
    font-size: 16px;
}
.last-news a {
    color:#1e3643;
}
.last-news a:hover {
    text-decoration: none;
}
.last-news .img-cover {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
}
.last-news .img-cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width:1400px){
    .last-news .elm-big .img-cover{
        padding-top: 75%;
    }
} 
@media (max-width:900px){
    .last-news .img-cover {
        padding-top: 0px;
        height: 320px;
    }
}

/** last must read **/
.last-must-read {
    background: #F3F4F5;
    padding: 50px;
    padding-top: 20px;
}
.last-must-read .sec-headline {
    background: #EE4C2E;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 40px;
    font-size: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}
.last-must-read .elm {
    background: #fff;
    padding: 25px;
    padding-bottom: 30px;
}
.last-must-read .elm .head {
    padding: 20px 0px;
}
.last-must-read .elm .head .title {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;

    color:#EE4C2E;
    display: block;
    margin-top: 20px;
}
.last-must-read .elm .content .p-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.last-must-read .elm .content .excerpt {
    font-size: 16px;
}
.last-must-read .elm .content .link {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 20px;
    color:#EE4C2E;
    display: inline-block;
    margin-top: 20px;
}

/** News Top **/
#front-top-teaser .news-teaser-wrap {
    padding-right: 0px;
}

.top-feat-img {
    /* height: 150px;
    width: auto; */
    margin-bottom: 10px;
}
#front-top-teaser .news-teaser-wrap.border-right-none {
    border-right: none !important;
}

/** K Club **/
div.k-club {
    background: #F3F4F5;
    padding: 50px;
    padding-bottom: 60px;
}
div.k-club .card {
    background: #fff;
    border-color: #fff;
    border-radius: 100px;
    padding: 24px 0px;

    height: 182px;
    max-width: 580px;
    width: 75%;
    margin: 0px auto;
}
div.k-club .card img {
    position: absolute;
    top: 0;
    left: 0;
    height: 182px;
}
div.k-club .card .content {
    padding-left: 220px;

    height: 100%;
    display: flex;
    align-items: center;

    font-family: 'Oswald';
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
div.k-club .card .content .title {
    display: block;
    margin-bottom: 15px;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
div.k-club .card .content .link {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e3643;
    font-weight: 400;
}

/** Newsletter box **/
.newsletter-box-wrap {
    margin-top: 50px;
}
.newsletter-box-wrap .newsletter-box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 50px;
}
.newsletter-box-wrap .newsletter-box .newsletter-form input[type=submit] {
    border-radius: 30px;
    margin-left: 20px;
    display: inline-block;
    font-weight: 400;
}
.newsletter-box-wrap .newsletter-box .info {
    font-family: 'Oswald';
    font-size: 30px;
    font-weight: 100;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.newsletter-box-wrap .newsletter-box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.newsletter-box-wrap .newsletter-box .newsletter-form input[type=email] {
    width: 40vw;
    min-width: 320px; 
    max-width: 880px;
}
.newsletter-box-wrap .newsletter-box .info-agb {
    font-size: 16px;
}
.newsletter-box-wrap .newsletter-box .info-agb a {
    color:#fff;
    font-weight: 500;
}

#event-front-box {
    margin-top: 40px;
}
#event-front-box a:not(.holiday) {
    margin: 0px !important;
    padding: 0px !important;
}

#event-front-box .holiday-info {
    padding-bottom: 80px !important;
    margin-top: 32px;
}

#front-top-teaser .news-teaser-wrap h2.teaser-title {
    margin-bottom: 10px;
}
#front-top-teaser div.upfront {
    min-height: 150px;
}
#front-top-teaser div.upfront > div {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
#front-top-teaser div.upfront > div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: auto !important;
    margin: 0px;
}

.russlandabc {
    padding: 20px;
    border:1px solid;
    margin-bottom: 35px;
}
.russlandabc h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 15px;
}
.russlandabc p {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Oswald';
}
.russlandabc a {
    color: inherit;
    margin: 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px !important;
}

.about-karenina {
    padding: 30px;
    background: #F3F4F5;
    margin-top: 35px;
}
.about-karenina h4 {
    font-size: 23px;
    text-transform: uppercase;
    
    margin-bottom: 30px;
    text-align: center;
}
.about-karenina p {
    font-size: 16px;
    font-weight: 500;
}
.about-karenina a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1e3643;
    font-weight: 400;
    font-family: 'Oswald';
}

#event-front-box .event-body {
    font-size: 16px;
}

#event-front-box .event-body > p:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1400px){
    #front-top-teaser .post-thumb {
        margin-right: 32px;
    }
    #front-top-teaser .upfront {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    #front-top-teaser .upfront img {
        height: 150px;
        width: auto !important;
    }
}
@media (max-width: 1200px){
    .top-feat-img {
        height: 150px;
        width: auto !important;
    }
}
@media (max-width: 1132px){
    .podcast-play .body-wrap .player-foot {
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width:900px){
    #front-top-teaser {

		    overflow-x: auto;
    white-space: nowrap;
    display: block;
		
        max-width: none;
        overflow: scroll;
        margin: 0px;
		    border-bottom: 1px solid;
		margin-bottom: 20px !important;
    }
	#front-top-teaser > div { display:inline-block; max-width: 330px;     white-space: initial; margin-right:20px}
    .top-feat-img {
        height: 100px;
    }
    #front-top-teaser .news-teaser-wrap {
        border-right: none !important;
    }
    #front-top-teaser .news-teaser-wrap .post-thumb {
        margin: 0px;
        float: none;
        display: block;
    }
    #front-top-teaser .news-teaser-wrap h2.teaser-title {
        display: block;
        margin-bottom: 5px;
    }
	
	.podcast-play .body-wrap .player-foot .show-as-text {margin-bottom:20px;}
}

@media (max-width: 1500px){
    .menu-top {
        padding-right: 50px;
        padding-left: 50px;
    }
    .extra-space {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width:1240px){
    .m-wrap {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.mobile-nav {
    top:0px;
    z-index: 10;
}

@media (max-width:900px){
    header#masthead .menu-top {
        padding: 20px;
    }
    .menu-logo {
        padding: 0px;
        height: 32px;
    }

    div.k-club .card {
        width: 100%;
        max-width: 100%;
    }

    .newsletter-box-wrap .newsletter-box .newsletter-form input[type=email] {
        width: 100%;
        margin-bottom: 10px;
    }
    .newsletter-box-wrap .newsletter-box .newsletter-form input[type=submit] {
        margin-left: 0px;
    }

    .newsletter-box-wrap .newsletter-box .info-agb {
        display: block;
        line-height: initial;
        margin-top: 15px;
    }

    .last-must-read .sec-headline {
        width: 100%;
    }
}

@media (max-width:590px){
    div.k-club .card {
        height: auto;
        border-radius: 0px;
        padding: 35px;
    }
    div.k-club .card img {
        position: relative;
        top: 0;
        left: 0;
        height: 61;
        margin: 0px auto;
    }
    div.k-club .card .content {
        padding-left: 0px;
        
        text-align: center;
        margin: 0px auto;
        margin-top: 20px;
    }

    div.k-club {
        padding: 50px 0px;
        background: #fff;
    }

    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser {
        padding-left: 30px;
        padding-right: 30px;
    }

    .last-news .title {
        width: 100%;
    }
}

@media (min-width: 591px) and (max-width: 900px) {
    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser, .russlandabc {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1500px) {
    .last-must-read, .newsletter-box-wrap .newsletter-box, .last-news, #front-main-teaser, .russlandabc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/** Pages **/
body.single .extra-space {
    background: #fff;
}
body.single div.spacing {
    margin-bottom: 0px;
}
.single-post #content {
    /* background: #f5f6f7; */
    /* background: #fff; */
}
.breadcrumb-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.audio-player {
    margin-bottom: 45px;
}
body.single {
    /* background-color: #f5f6f7; */
}

/** Sidebar **/
div.sidebar-right {
    /* padding-top: 70px;
    margin-bottom: 50px; */
    margin: 20px;
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px dashed #ee4c2e;
}
div.sidebar-right .latest-news {
    padding: 30px;
    background: #fff;
}
div.sidebar-right .latest-news h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 15px;
    margin-bottom: 25px;
    /* border-bottom: 1px solid; */
    font-family: 'Oswald';
    /* font-weight: 500; */
    letter-spacing: 0.5px;
}
div.sidebar-right .latest-news h2 span {
    font-weight: 500;
}
div.sidebar-right .latest-news .elm .excerpt {
    font-size: 16px;
}
div.sidebar-right .latest-news .elm a.title {
    font-size: 18px;
    color: #1e3643;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    margin-bottom: 5px;
    display: block;
    letter-spacing: 0.5px;
}
div.sidebar-right .latest-news .p-title {
    font-size: 20px;
}
div.sidebar-right .latest-news .elm a.link {
    font-size: 16px;
    position: relative;
    display: block;
    border-bottom: 1px dashed;
    color:#1e3643;
    margin-bottom: 25px;
    padding-bottom: 20px;
    margin-top: 10px;
    font-family: 'Oswald';
    text-transform: uppercase;
    letter-spacing: 1px;
}

div.sidebar-right .latest-news > .elm:last-child a.link {
    border-bottom: none;
    margin-bottom: 0px;
}

div.sidebar-right .latest-news .img-cover {
    position: relative;
    width: 100%;
    /* padding-top: 100%; 1:1 Aspect Ratio */
    height: 250px;
    position: relative;
}
div.sidebar-right .latest-news .img-cover img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

div.sidebar-right .latest-news .excerpt {
    font-size: 16px;
}
div.sidebar-right .latest-news a {
    color:#1e3643;
}
div.sidebar-right .latest-news a:hover {
    text-decoration: none;
}

.author {
    font-style: italic;
}


/** Audio **/
@media (min-width:700px){
body.single .audio-player {
    border: 2px solid;
    border-radius: 80px;
    position: relative;
    max-width: 700px;
}

body.single .audio-player > div {
    margin-top: 0px !important;
    position: absolute;
    font-size: 18px !important;
    text-transform: uppercase;
    top: 59px;
    left: 182px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
body.single .audio-player > article {
    margin: auto;
}
body.single .audio-player .album-player {
    margin-top: 0px !important;
}
body.single.single-post #content .audio-player .player {
    margin: 0px !important;
}

.single #main .post-date {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 50px;
}

.single-post #content #main .post-content{
    padding-top: 50px;
}

.single #main .post-thumbnail {
    margin-top: 0px;
}


}
 
.archive #primary, .search-results #primary, .single-author #primary {
    max-width: 100%;
}

.archive #content {
    /* background-color: #ffffff; */
}

@media (min-width:900px){
    div.related {
        background: #fff;
        margin-right: -155px;
        margin-left: -155px;
    }
}

@media (min-width:901px) and (max-width:1090px){
	div.k-club .card {
		max-width: 100%;
		width:100%;
    }
}


/** author single view **/
.auth__img {
    max-height: 250px;
}
.auth__header {
    background: #fff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding: 10p;
}
.auth__desc { 
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 100;
}
.auth__title {
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}
.auth__title .firstname {
    display:block;
}
.auth__title .lastname {
    color: #ee4c2e;
}
.auth__social {
    font-size: 1rem !important;
    line-height: 1 !important;
}
.auth__social a {
    color: #000;
    font-weight: 400;
}
.auth__share li {
    display:inline-block;
}
.single, .archive #content, .single-post #content, .breadcrumb-wrapper {
    background-color: #f5f6f7;
}
.auth__page_title {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #1e3643;
}

#events-explore {
    padding-top: 50px;
}
.elm {
    height: 100%; 
    display: flex; 
    flex-direction: column; 
}
.show-cookie-box{
    z-index: 99999999 !important;
}

@media (max-width: 900px) {
    .navbar-nav .menu-item{
        text-transform: uppercase;
    }
    .navbar-nav .dropdown-menu .menu-item{
        text-transform: initial;
    }
    .mobile-nav ul li .dropdown-menu {
        border-color: #ee4c2e;
    }
}

a {
    color: #ee4c2e;
}