@import "../../../buzz/assets/css/style.min.css";

@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');


body.rspwn {

}

/* --------------------------------------------------------------------------------------------------------------- */
/* HEADER */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #header {
    width: 100%;
    max-width: 100%;
    background-color: #d02b43;
    height: 90px;
    margin-bottom: 70px;
}
body.rspwn #header .container {
    width: 100%;
    max-width: 1225px;
    padding: 0;
}
body.rspwn #header.logo-right .logo {
    display: block;
    width: 100%;
    margin-top: 0;
    height: 90px;
}
body.rspwn #header .logo .logo-text {
    width: auto;
    float: left;
}
body.rspwn #header .logo .logo-text a {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 60px;
    line-height: 80px;
}
body.rspwn #top-bar {
    float: right;
    width: auto;
    height: 90px;
    line-height: 90px;
}
body.rspwn .wpml-ls-legacy-list-horizontal {
    padding: 0;
    margin: 0;
}

body.rspwn #sub-header {
    background-color: #FFF;
}

body.rspwn .sf-menu li {
    border-right: 1px solid;
}

body.rspwn .sf-menu li a, body.rspwn .menu-no-found, body.rspwn .sf-menu li.pojo-menu-search, body.rspwn .search-header {
    line-height: 30px;
}

body.rspwn .sf-menu li:first-child {
    padding-left: 0px;
}

body.rspwn #header.logo-right .nav-main, body.rspwn .sticky-header.logo-right .nav-main {
    width: 100%;
    max-width: 1225px;
}

body.rspwn .logo {
    margin-bottom: 20px;
}

body.rspwn {
    background-color: #fff;
}

body.rspwn .mc4wp-form {
    margin-right: 10px;
}
body.rspwn .mc4wp-response {
    display: none;
}
body.rspwn .mc4wp-form input[type="submit"] {
    display: none;
}
body.rspwn .mc4wp-form input[type="email"]::placeholder {
    color: white;
}
body.rspwn .mc4wp-form input[type="email"] {
    height: 30px;
    background: transparent;
    color: white;
    font-family: 'Nunito', sans-serif;
    border: 1px white solid;
    border-radius: 2px;
    margin: 27px 5px 0 5px;
    box-sizing: border-box;
    background: url('/wp-content/themes/buzz-child/assets/images/pic_newsletter.png') no-repeat 5px 5px;
    padding-left: 35px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* SOCIAL LINKS */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #top-bar .widget_pojo_social_links .widget-title {
    display: none !important;
}
body.rspwn #top-bar ul.social-links li a .social-icon:before {
    width: 40px;
}
body.rspwn #top-bar .widget_pojo_social_links li {
    margin-top: 20px;
}
/* Facebook */
body.rspwn .widget_pojo_social_links .social-facebook > a > .social-icon:before,
body.rspwn #top-bar .widget_pojo_social_links .social-facebook > a > .social-icon:before {
    content: '';
}
body.rspwn .widget_pojo_social_links .social-facebook > a > .social-icon,
body.rspwn #top-bar .widget_pojo_social_links .social-facebook > a > .social-icon {
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_facebook.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
body.rspwn ul.social-links li.social-facebook a:hover .social-icon:before,
body.rspwn #top-bar ul.social-links li.social-facebook a:hover .social-icon:before {
    background: none;
}
/* Twitter */
body.rspwn .widget_pojo_social_links .social-twitter > a > .social-icon:before,
body.rspwn #top-bar .widget_pojo_social_links .social-twitter > a > .social-icon:before {
    content: '';
}
body.rspwn .widget_pojo_social_links .social-twitter > a > .social-icon,
body.rspwn #top-bar .widget_pojo_social_links .social-twitter > a > .social-icon {
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_twitter.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
body.rspwn ul.social-links li.social-twitter a:hover .social-icon:before,
body.rspwn #top-bar ul.social-links li.social-twitter a:hover .social-icon:before {
    background: none;
}
/* Linkedin */
body.rspwn .widget_pojo_social_links .social-linkedin > a > .social-icon:before,
body.rspwn #top-bar .widget_pojo_social_links .social-linkedin > a > .social-icon:before {
    content: '';
}
body.rspwn .widget_pojo_social_links .social-linkedin > a > .social-icon,
body.rspwn #top-bar .widget_pojo_social_links .social-linkedin > a > .social-icon {
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_linkedin.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
body.rspwn ul.social-links li.social-linkedin a:hover .social-icon:before,
body.rspwn #top-bar ul.social-links li.social-linkedin a:hover .social-icon:before {
    background: none;
}
/* RSS */
body.rspwn .widget_pojo_social_links .social-rss> a > .social-icon:before,
body.rspwn #top-bar .widget_pojo_social_links .social-rss > a > .social-icon:before {
    content: '';
}
body.rspwn .widget_pojo_social_links .social-rss > a > .social-icon,
body.rspwn #top-bar .widget_pojo_social_links .social-rss > a > .social-icon {
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_rss.png');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    display: block;
}
body.rspwn ul.social-links li.social-rss a:hover .social-icon:before,
body.rspwn #top-bar ul.social-links li.social-rss a:hover .social-icon:before {
    background: none;
}


/* --------------------------------------------------------------------------------------------------------------- */
/* LANGUAGE SWITCHER TOP BAR */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #top-bar .wpml-ls-item a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    padding: 0 0 0 5px;
}
body.rspwn #top-bar .wpml-ls-item:hover a:after {
}
body.rspwn #top-bar .wpml-ls-item a:after {
    content: "/";
    display: inline-block;
    padding-left: 5px;
}
body.rspwn #top-bar .wpml-ls-item:last-child a:after {
    content: "";
}
body.rspwn .sf-menu li {
    padding: 0 1em;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* HEADER SEARCH */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn .search-section .form-search {
    padding-right: 0;
}
body.rspwn .search-section {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    padding: 0;
    line-height: 30px;
}

body.rspwn .search-section,
body.rspwn .search-section .form-search .field,
body.rspwn .search-section .form-search .field::placeholder {
    color: #d02b43;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding: 0;
}

body.rspwn .search-section .form-search .field {
    border-bottom: 1px #d02b43 solid;
    margin-left: 30px;
}

body.rspwn .search-section .fa {
    position: absolute;
    left: 0;
    line-height: 30px;
    right: initial;
    font-size: 25px;
    margin-right: 5px;
}

body.rspwn .container {
    width: 100%;
    max-width: 1225px;
    padding: 0px;
}

body.rspwn #content {
    width: 100%;
    max-width: 1225px;
    margin: 0px;
}

body.rspwn .sf-menu a:hover, body.rspwn .sf-menu a:hover span {
    color: #d02b43;
    text-decoration: underline !important;
}

body.rspwn #main {
    padding: 0px;
}

body.rspwn .elementor-section.elementor-section-boxed>.elementor-container {
    width: 100%;
    max-width: 1225px;
}

body.rspwn .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 0 0 20px;
}
body.rspwn .elementor-column-gap-default>.elementor-row>.elementor-column.most-popular>.elementor-element-populated {
    padding: 0;
}
body.rspwn .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-column-left>.elementor-element-populated {
    padding: 10px 0px 10px 0px;
}

body.rspwn .elementor-column-gap-default>.elementor-row>.elementor-column.most-popular>.elementor-element-populated h3 {
    font-weight: normal;
    margin: 0;
}

body.rspwn #main.full-width .media.list-item .media-heading {
    margin-top: 0;
    margin-bottom: 0;
}

body.rspwn #main.full-width .editor-s-corner .media.list-item .media-heading {
    margin: 10px 0;
}
body.rspwn #main.full-width .most-popular .media.list-item .media-heading {
    margin: 10px 0;
}

body.rspwn #main.full-width .media.list-item .most-popular h3.media-heading,
body.rspwn .most-popular .media {
    margin: 0 !important;
}

body.rspwn .entry-meta span:after {
    content: '';
}

body.rspwn .latest-news .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px;
}

body.rspwn .latest-news {
    background-color: #EDF0F3;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.rspwn .latest-news h5 {
    width: 100%;
    text-align: center;
    color: #d02b43;
}

body.rspwn .latest-news::before {
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: -25px;
    margin-top: -30px;
    left: 50%
}

body.rspwn .latest-news::after {
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: -25px;
    margin-top: -20px;
    left: 50%
}

body.rspwn #top-bar ul.social-links {
    line-height: 90px;
}
body.rspwn .wpml-ls-sidebars-pojo-top-bar-right > ul {
    line-height: 83px;
}
body.rspwn #top-bar .wpml-ls-sidebars-pojo-top-bar-right > ul a:hover {
    color: #ffffff;
    text-decoration: underline;
}

body.rspwn .top-article-this-week {
    background-color: #EDF0F3;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

body.rspwn .top-article-this-week::before {
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-left: -10px;
    margin-top: 5px;
    left: 50%;
    padding-top: 10px;
}

body.rspwn .top-article-this-week h5 {
    width: 100%;
    text-align: center;
    color: #d02b43;
}

body.rspwn .top-article-this-week .elementor-column-wrap {
    margin-top: 20px;
}

body.rspwn .most-popular {
    margin: 20px 40px;
    padding: 15px;
    border: 1px solid #d02b43;
}

body.rspwn .most-popular h5 {
    width: 100%;
    text-align: center;
    color: #d02b43;
}

body.rspwn .the-european-scientist-on-twitter h5 {
    color: #d02b43;
}

/*body.rspwn .the-european-scientist-on-twitter .container-twitter iframe {
     height: 310px !important;
}*/


body.rspwn .previous-article-container {
    cursor: pointer;
}
body.rspwn .previous-article-container .btn-previous-article {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: right;
    color: #d02b43;
    width: 169px;
    height: 45px;
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_previous_article.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
body.rspwn .previous-article-container .previous-article-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: black;
    font-style: normal;
    font-weight: bold;
    margin-left: 34px;
    line-height: 20px;
}

body.rspwn .next-article-container {
    cursor: pointer;
}
body.rspwn .next-article-container .btn-next-article {
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: left;
    float: right;
    color: #d02b43;
    width: 169px;
    height: 45px;
    background-image: url('/wp-content/themes/buzz-child/assets/images/btn_next_article.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}
body.rspwn .next-article-container .next-article-title {
    clear: both;
    float: right;
    width: 60%;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    text-align: right;
    color: black;
    font-style: normal;
    font-weight: bold;
    margin-left: 34px;
    line-height: 20px;
}

body.rspwn .nav-prev {
    float: left;
    display: block;
    max-width: 50%;
}
body.rspwn .nav-next {
    float: right;
    display: block;
    max-width: 50%;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* HP EDITORS CORNER */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn .editor-s-corner {
    padding: 15px;
    border: 2px solid #d02b43;
    margin-bottom: 20px;
    height: auto;
}
body.rspwn .editor-s-corner .media {
    margin: 0;
}
body.rspwn .editor-s-corner h5 {
    width: 100%;
    text-align: center;
    color: #d02b43;
}
body.rspwn .editor-s-corner .elementor-widget-container > h5 {
    margin: 0;
}
body.rspwn .elementor-column-gap-default>.elementor-row>.elementor-column.elementor-column-left>.elementor-element-populated {
    padding: 0;
}
body.rspwn .grid-item.grid-three h4.grid-heading {
    font-weight: normal;
    line-height: 1.1em;
    margin-top: 12px;
    margin-bottom: 10px;
}
body.rspwn .grid-item.grid-three.grid-item {
    margin-bottom: 0;
}
body.rspwn .ln-line2 .grid-item.grid-three.grid-item:before {
    content: "";
    display:block;
    width: 40%;
    height: 1px;
    background: #ffffff;
    position: absolute;
}
body.rspwn .recent-post-wrap-grid {
    height: 300px;
}
body.rspwn .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

body.rspwn .editor-s-corner h3.media-heading {
    font-weight: normal;
}

body.rspwn h1 {
    color: #000000 !important;
}

body.rspwn .entry-header {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* SIDBAR */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #sidebar a {
    color: #000000;
}
body.rspwn #sidebar a.category-link, body.rspwn a.category-link {
    color: #093969;
}
body.rspwn #sidebar-language-switcher {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    border: 4px #d02b43 solid;
    border-bottom: 0;
    cursor: pointer;
    display: none;
}
body.rspwn #sidebar-language-switcher .sls-this-lang {
    background: #d02b43;
    color: white;
    padding: 0 16px;
    line-height: 42px;
    height: 42px;
}
body.rspwn #sidebar-language-switcher .sls-this-lang:after {
    content: "";
    position: absolute;
    background: url('/wp-content/themes/buzz-child/assets/images/pic_drop.png') no-repeat center center;
    width: 42px;
    height: 38px;
    right: 34px;
}
body.rspwn #sidebar-language-switcher .sls-other {
    border-bottom: 4px #d02b43 solid;
    display: none;
}

body.rspwn #sidebar-language-switcher .sls-other .sls-lang {
    padding: 8px 16px;
    color: #000000;
}
body.rspwn #sidebar-language-switcher .sls-other .sls-lang:first-child {
    padding: 12px 16px 8px 16px;
}
body.rspwn .wpml-ls-statics-post_translations {
    display: none;
}

body.rspwn #sidebar .category-label {
    font-size: 15px;
    text-align: left;
}
body.rspwn #sidebar .entry-meta {
    padding: 0;
}
body.rspwn #sidebar .entry-title > a {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    transition: all .3s ease;
}
body.rspwn #sidebar .entry-title > a:hover {
    color: #d02b43;
}
body.rspwn #sidebar .posts-group.featured-list-below .media {
    border: 0;
}

body.rspwn #sidebar .widget-title {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.25em;
    width: 100%;
    display: block;
    color: #d02b43;
    padding: 0;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* SIDBAR EDITORS CORNER */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #sidebar .posts-group .media.list-item {
    padding-bottom: 0;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(2) {
    border: 2px #d02b43 solid;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(2) h5.widget-title {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    display: block;
    color: #d02b43;
    padding: 0;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(2) h5.widget-title span:after {
    content: "";
    display: none;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(2) .featured-list-below {
    padding: 0 20px 20px 20px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* SIDBAR ARTICLE OF THE WEEK */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) {
    background: #eef1f4;
    padding-top: 18px;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4):before {
    content: " ";
    display: block;
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin: 0 auto;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) h5.widget-title {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    display: block;
    color: #d02b43;
    padding: 0;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) h5.widget-title span {
    padding: 0 40px;
    line-height: 1.25em;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) h5.widget-title span:after {
    content: "";
    display: none;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) .featured-list-below {
    padding: 0 20px 20px 20px;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) .entry-title > a {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    line-height: 35px;
    transition: all .3s ease;

}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) .category-label {
    font-size: 16px;
    margin: 15px 0 10px 0;
}
body.rspwn #sidebar .widget_pojo_posts_group:nth-child(4) .entry-excerpt p {
    color: #1e1e1e;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    line-height: 1.25em;
}




/* --------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #footer-widgets, body.rspwn #footer-copyright {
    background-color: #d02b43;
}
body.rspwn #footer-widgets {
    padding-bottom: 0;
}
body.rspwn .image-link .category-label {
    position: initial;
    text-align: left;
}
body.rspwn #footer-widgets > .container > .row > section:first-child .widget-title {
    font-size: 40px;
}
body.rspwn .pull-left-copyright {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: white;
    text-transform: none;
    font-weight: normal;
}
body.rspwn #footer-copyright .content-copyright {
    border: 0;
    line-height: 40px;
}
body.rspwn #footer-widgets p {
    margin-bottom: 0;
}
body.rspwn #footer-widgets ul.social-links li {
    margin: 14px 7px 7px 7px;
}
body.rspwn #footer-widgets ul.social-links li:first-child {
    margin-left: 0;
}
body.rspwn #footer-widgets ul li {
    list-style-type: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
}
body.rspwn #footer-widgets .widget_pojo_social_links h5 {
    display: none;
}


/* --------------------------------------------------------------------------------------------------------------- */
/* FIRST CHILD OF ARCHIVE PAGES */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn #content .media-body {
    border: 0;
}

body.rspwn.archive #list-items .media:first-child .media-left {
    width: 55%;
    float: left;
}

body.rspwn.archive #list-items .media:first-child h3 {
    font-size: 45px;
}

body.rspwn.archive #list-items .media:first-child .category-label {
    font-size: 25px;
    margin-top: 20px;
}

body.rspwn.archive #list-items .media .media-left {
    width: 25%;
}

body.rspwn.archive #list-items .media:first-child .media-body {
    width: 45%;
    float: right;
    margin-top: 10px;
}

body.rspwn.archive #list-items .media .media-left-text {
    width: 30%;
    padding-right: 5%;
}

body.rspwn.archive #main.full-width .media.list-item .media-heading {
    margin: 0px;
}

body.rspwn.archive #main.full-width .media:first-child.list-item .media-left>.image-link, body.rspwn.archive #main.full-width .media:first-child.list-item .pull-left>.image-link {
    max-width: 100%;
}

body.rspwn.archive #list-items .media:first-child .media-left .image-link img {
    width: 100%;
}

body.rspwn .elementor-widget-container > h5 {
    margin: 10px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* GRID COVER ONE */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn .recent-post.grid-item.cover-item.grid-one,
body.rspwn .recent-post.grid-item.cover-item.grid-one a {
    height: 430px;
}

body.rspwn .recent-post.grid-item.cover-item.grid-one .category-label {
    color: #ffffff;
}
body.rspwn .recent-post.grid-item.cover-item.grid-one img {
    filter: sepia(1) saturate(1000%) hue-rotate(175deg) brightness(40%)
}
body.rspwn .recent-post.grid-item.cover-item.grid-one h3 {
    font-size: 40px;
}
body.rspwn .recent-post.grid-item.cover-item.grid-one .caption {
    padding: 20px;
    top: 0;
    bottom: initial;
}

body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one,
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one a {
    height: 200px;
}
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one .entry-meta {
    font-size: 15px;
}
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one .category-label {
    font-size: 13px;
}
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one .entry-excerpt {
    font-size: 13px;
}
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one h4 {
    font-size: 22px;
}
body.rspwn .gridcover-small .recent-post.grid-item.cover-item.grid-one .caption {
    padding: 10px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ARTICLE */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn article > .single-article .category-label {
    text-align: center;
    font-size: 30px;
}
body.rspwn article > .single-article .entry-header .page-title h1  {
    text-align: center;
    font-size: 60px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    line-height: 65px;
    margin-top: 15px;
}
body.rspwn article > .single-article .entry-meta {
    border: 0 !important;
    font-size: 16px !important;
    text-align: center;
}
body.rspwn article > .single-article .entry-content {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    line-height: 30px;
}
body.rspwn #main.sidebar-left {
    margin-top: 20px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* CATEGORY */
/* --------------------------------------------------------------------------------------------------------------- */
body.rspwn .category-label {
    background: transparent;
}

body.rspwn #footer-widgets .widget-title {
    margin-top: 0;
}

body.rspwn #comments-container {
    border: 2px #d02b43 solid;
    background: #ffffff;
}
body.rspwn #comments {
    margin-top: 0;
    background: #ffffff;
}
body.rspwn #comments-container h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
body.rspwn #comments-container .comment-author.vcard .fn {
    color: #d02b43;
    line-height: 40px;
}
body.rspwn #comments-container .comment-author.vcard time {
    display: inline-block;
    color: #d02b43;
}
body.rspwn #comments-container .comment-author.vcard time a {
    color: #d02b43;
}
body.rspwn #comments-container .comment-reply-link {
    border: 2px #d02b43 solid;
    color: #d02b43;
    padding: 2px 10px;
    text-transform: none;
    float: right;
}
body.rspwn #comments-container .comment-reply-link:hover {
    background: #d02b43;
    color: #ffffff;
}
body.rspwn #comments-container input[type="url"] {
    display: none;
}
body.rspwn #comments-container .alert {
    padding: 0;
    margin: 0;
    font-style: italic;
    color: #909090;
}
body.rspwn #comments-container .commentlist li {
    border-bottom: 1px #d7d7d7 solid !important;
}

body.rspwn #respond {
    background: #ffffff;
}

body.rspwn .author-info {
    color: #323232;

    background: #eef1f4;
}
body.rspwn .author-info .author-link,
body.rspwn .author-info h3,
body.rspwn .author-info h4,
body.rspwn .author-info h4 small {
    color: #d02b43;
}
body.rspwn .author-info h4 small {
    display: none;
}

body.rspwn #respond {
    border: 1px #d02b43 solid;
}
body.rspwn .comment-subscription-form {
    display: none;
}

@media (min-width: 992px) {
    body.rspwn #primary #main.sidebar-left+#sidebar {
        padding: 20px;
        width: 320px;
    }
    body.rspwn #primary #main.sidebar-left {
        width: calc(100% - 320px);
        padding-left: 20px;
        padding-right: 20px;
        border: 0;
    }

    body.rspwn #footer-widgets section:nth-child(2),
    body.rspwn #footer-widgets section:nth-child(3) {
        padding-left: 100px;
    }
    body.rspwn #footer-widgets section.widget_pojo_social_links {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    body.rspwn .layout-content.boxed {
        width: 100%;
        max-width: 1225px;
    }

    body.rspwn .layout-content.boxed #primary {
        padding: 0;
    }

    body.rspwn article .entry-content {
        padding: 10px;
    }
}
