@CHARSET "UTF-8";

.toolbar {
    display: none
}
.sidebar .toolbar { display: block; }
.sidebar .toolbar .authorize { display: inline-block; }
.sidebar .user { height: 57px; }
.sidebar .entry-content { display: none; }

.wrapper {
    width: 100%;
    padding: 0;
}

.header-site article.preview {
    padding: 0 40px;
}

.related-posts article.preview .entry-header .entry-title {
    width: 530px;
}
.related-posts .related-also {
    padding-top: 12px;
}
.related-posts .related-also.number-0,
.related-posts .related-also.number-1 {
    padding-left: 20px;
    padding-right: 0;
}

.content-area {
    padding: 0 40px;
}

body header.header-site .search-form input:focus {
    width: 200px;
}
body header.header-site .search-form input:focus + button {
    right: 230px;
}

.skyline .wrapper {
    background: #fff;
    padding-bottom: 0;
}
.skyline .discount-box {
    border: 1px solid #EEE;
    border-radius: 0;
}

#main.podcastair > header .sitename {
    font-size: 74px;
}
.podcastair .authors li {
    padding: 10px 7px;
}

.foreign-posts-list .foreign-post {  width: 51%;  }
.foreign-posts-list .foreign-post.number-3 .description { font-size: 13px;}

body footer.footer-site .trends li:first-child a {
    margin-left: 40px;
}
body footer.footer-site .row {
    margin: 0;
    padding: 0 25px;
}
body footer.footer-site .row .col-1 {
    width: 100%;
}
body footer.footer-site .row .col-3 {
    display: none;
}
body footer.footer-site .copyright {
    display: inline-block;
}
body footer.footer-site .socials {
    margin-top: 4px;
}
body footer.footer-site .socials .icon.icon-brand {
    transform: scale(1.4);
}
body footer.footer-site nav.socials li {
    margin-left: 18px;
}

#zone-a-desktop, #zone-b-desktop {
  display: none;	
}

#zone-a-mobile, #zone-b-mobile {
	display: block;
}


@media only screen and (max-width: 748px) {
    #main.podcastair > header h1 {
        font-size: 72px;
    }
}