/* 
    Miasanrot 2019
    (c) 2019 Jan Placht
    Design by Fabian Schneider
*/

/* Imports */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,800,900');

/* Standards */

.red {
    color: #bf000c;
}

.black {
    color: #202d2d;
}

.white {
    color: #ffffff;
}

.bg-light {
    background-color: #efeeee;
}

.bg-dark {
    background-color: #797979;
}

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

.no-padding {
    padding: 0;
}

.float-right {
    float: right;
}

/* Reset Container max-size and remove standard padding */

.container {
    max-width: 1600px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.top24 {
    padding-top: 24px;
}

.bottom60 {
    padding-bottom: 60px;
}

#primary {
    max-width: 1600px;
    margin: 0 auto;
    font-family: "Georgia", serif;
    font-size: 16px;
    color: #302d2d;
}

/* Navigation */

#menu {
    background-color: #bf000c;
    color: #ffffff;
    text-align: left;
}

#menu a {
    color: #ffffff;
    text-decoration: none;
}

a.site-title {
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    color: #ffffff;

}

.toggle img {
    margin-bottom: 5px;
}

.nav-right {
    text-align: right;
    line-height: 22px;
}

.navbar .row {
    margin: 0;
}

.nav-right-meta {
    margin-bottom: 0;
    list-style: none;
}

.nav-right-meta li {
    float: right;
    padding-left: 1.2em;
}

.nav-right-meta a {
    color: #ffffff;
}

.nav-right-meta .search-input input {
    width: 300px;
    background-color: #bf000c;
    border: none;
    color: #ffffff;
}

#menu-topnavi-right {
    list-style: none;
}

.nav-right-meta .search-white-32,
.nav-right-meta .chevron-right-white-32 {
    margin-bottom: -12px;
    margin-top: -12px;
}

#menu-topnavi-right li {
    float: right;
    padding-left: 1.2em;
}

.primary-menu-overlay h3 {
    padding-top: 18px;
    font-size: 14px;
}

.primary-menu-overlay ul {
    padding: 0;
    list-style: none;
}

.primary-menu-overlay ul li {
    padding: 16px 0 16px 0;
    border-bottom: 2px solid #ffffff;
}

.primary-menu-overlay ul li:last-child {
    border: none;
}

.primary-menu-overlay ul li a {
    font-family: "Work Sans", sans-serif;
    color: #ffffff;
}

.primary-menu-overlay ul.nav-right-meta li {
    border: none;
}

.primary-menu-overlay ul.nav-right-meta li.language {
    display: block;
}

@media (min-width: 992px) {

    .container-menu {
        position: relative;
    }

    .primary-menu-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 440px;
        padding: 0 30px 0 30px;
        background-color: #bf000c;
        font-family: "Work Sans", serif;
        color: #ffffff;
        z-index: 999;
    }
}

@media (max-width: 991.98px) {
    .primary-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        background-color: #bf000c;
        z-index: 999;
        color: #ffffff;
        overflow: overlay;
    }
}

li.search-input,
li.search-submit {
    display: none;
}

/* Elements */

.separator-red {
    height: 16px;
}

.answer-red {
    margin-top: -8px;
    padding-right: 5px;
    height: 22px;
}

.chevron-down-white-20 {
    width: 20px;
    margin-top: -3px;
    padding-right: 3px;
}

.chevron-up-32 {
    width: 32px;
}

.chevron-up-22 {
    width: 22px;
}

.chevron-right-white-32,
.search-white-32 {
    width: 32px;
}

.chevron-20 {
    width: 20px;
}

.content-text .widget_custom_html .chevron-20 {
    margin-top: -3px;
}

.chevron-red-right-16 {
    width: 20px;
    margin-top: -2px;
}

.chevron-red-right-32 {
    width: 32px;
    margin-top: -2px;
}

.podcast-icon-26 {
    width: 26px;
    margin-top: -3px;
}

.logo-white-fill {
    height: 50px;
    padding: 0 16px 0 16px;
}

.logo-red-fill {
    width: 52px;
    margin-right: 30px;
    float: left;
}

.menu-white {
    width: 15px;
    height: 19px;
}

.close-no-border-white {
    width: 15px;
}

#comments .meta .comment {
    padding-top: 10px;
}

#comments .meta .comment .comments-box a {
    padding-top: 5px;
}

h4.comment-action {
    display: inline;
    padding-left: 12px;
}

h4.comment-action img {
    margin-top: -4px;
}

h4.comment-action a {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    color: #bf000c;
}

@media (max-width: 1199.98px) {
    h4.comment-action span {
        display: none !important;
    }
}

.plus-all-comments,
.comment-box-image {
    width: 32px;
    margin-top: -16px;
}

.minus-all-comments,
strong.text-minus-all-comments {
    display: none;
}

.comments-box {
    float: right;
    width: 40px;
    height: 32px;
    margin-top: -10px;
    padding: 1px 3px 0 3px;
    display: block;
    text-align: center;
}

.comments-box {
    background: url("../assets/images/comment-red-32@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comments-box a {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff !important;
}

.comments-box-old {
    background: url("../assets/images/comment-lightgrey-32@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.comments-box-old a {
    color: #202d2d !important;
}

.toggle-comment-close {
    display: none;
}

div.comment-guideline-info p {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #202d2d;
}

div.comment-guideline-info p a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: #202d2d;
}

/* Content */

div.site-content {
    clear: both;
}

/* ### ARTICLE BOX */

.article-box {
    padding-bottom: 60px;
}

.article-box .box-content {
    padding: 30px 60px 60px 30px;
}

.article-box .box-content-podcast {
    padding-top: 0;
}



.article-box .box-content h1 {
    line-height: .5em;
}

.article-box .box-content h1 a {
    font-size: 20px;
    color: #bf000c;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    word-break: break-word;
}

.first .article-box .box-content h1 a {
    font-size: 44px;
}

.first .article-box .box-content-podcast {
    padding-top: 30px;
}

.article-box .box-content {
    font-family: "Georgia", serif;
    line-height: 1.63em;
}

.article-box .box-content .podcast-info {
    padding: 8px;
    margin-bottom: 24px;
    background-color: #bf000c;
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.meta {
    padding-bottom: 12px;
}

.meta .author,
.meta .author a {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.meta .author {
    padding-top: 3px;
}

.meta .author a {
    color: #bf000c;
}

.meta .comment {
    text-align: right;
}

.article-box .meta .comments-box,
.article-box .meta .comments-box-old {
    margin-top: 0;
}

.col-md-12 .article-box .box-content h1 a {
    font-size: 44px;
    line-height: normal;
}

.category-link {
    padding-top: 24px;
}

ul.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.post-categories li {
    float: left;
    padding: 3px 12px 6px 12px;
    margin: 0 3px 6px 0;
    background-color: #efeeee;
}

ul.post-categories a {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #797979;
}

/* ### ARTICLE BOX  # MEDIA QUERIES*/

@media (max-width: 1199.98px) {
    .article-box .box-content {
        padding: 24px 20px 0 20px;
    }

    .article-box .box-content h1 a,
    .col-12 .article-box .box-content h1 a {
        font-size: 30px;
    }
}

/* Single */

.post-header {
    background-color: #302d2d;
    text-align: center;
}

.post-title {
    padding-top: 16px;
}

.post-title h1 {
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-word;
    line-height: normal;
    color: #bf000c;
}

@media (min-width: 1200px) {
    .post-title {
        padding-top: 60px;
    }

    .post-title h1 {
        font-size: 44px;
    }
}

.article-container a {
    color: #bf000c;
}

.article-container .comments-box {
    margin-top: 0;
}

.article-container .comments-box a {
    margin-top: 5px;
    color: #ffffff;
}

.article-container .meta {
    padding: 0 0 16px 0;
}

.content-teaser {
    font-size: 20px;
    line-height: 1.7;
}

.content-text {
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 18px;
    line-height: 1.67;
}

.content-text .widget_custom_html {
    padding: 0;
}

.content-text a {
    color: #bf000c;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5 {
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    line-height: normal;
}

.content-text h2 {
    padding: 30px 0 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #bf000c;
}

.content-text h3 {
    padding: 10px 0 10px 0;
    font-size: 20px;
}

.content-text h4,
.content-text h5,
.content-text h6 {
    padding: 10px 0 10px 0;
    font-size: 18px;
}

@media (max-width: 1199.98px) {
    .content-text h2 {
        font-size: 24px;
    }
}

.content-text .patreon {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-text .patreon .patreon-content {
    border-top: 3px solid #bf000c;
    padding: 18px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #202d2d;
}

.content-text .patreon .patreon-button {
    padding: 0;
}

.content-text .patreon .patreon-button a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: normal;
}

.content-meta {
    padding: 30px 0 0 0;
}

.content-meta div.avatar {
    padding-top: 8px;
    text-align: center;
}

.content-meta img.avatar,
.team .avatar img {
    border-radius: 35px;
    margin-bottom: 20px;
}

.content-meta div.avatar a {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.14;
    color: #bf000c;
}

.content-meta .more-meta {
    clear: both;
    padding-top: 30px;
}

.content-meta .more-meta {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    line-height: normal;
}

.content-meta .more-meta strong {
    font-weight: 600;
    color: #bf000c;
}

.content-meta .more-meta a {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.14;
    color: #bf000c;
}

blockquote {
    margin-left: 30px;
    padding: 15px 30px 15px 30px;
    border-left: 4px solid #d8d8d8;
    color: #797979;
}

blockquote cite {
    display: block;
    padding-top: 12px;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #302d2d;
}

@media (max-width: 1199.98px) {
    blockquote {
        margin-left: 0;
    }
}

.wp-block-image {
    text-align: center;
}

figure {
    max-width: 100%;
}

.wp-block-image figcaption,
figure.wp-caption {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #302d2d;
    display: block !important;
}

@media (min-width: 1200px) {
    .wp-block-image figure.alignright {
        max-width: 600px;
        margin-right: -240px;
        padding: 30px 0 30px 120px;
    }

    .wp-block-image figure.alignleft {
        max-width: 600px;
        margin-left: -240px;
        padding: 30px 120px 30px 0;
    }
}

@media (max-width: 1199.98px) {
    .content-sidebar .content-formation {
        margin-top: -30px;
        padding-bottom: 30px;
    }

    .content-sidebar .content-formation {
        text-align: center;
    }

    .content-sidebar .content-formation img {
        max-width: 80%;
    }
}


figure.wp-caption {
    padding: 30px 0 16px 0;
    text-align: center;
}

figure.wp-caption figcaption {
    padding: 6px 0;
}

/* # Content Sidebar */

@media (min-width: 1200px) {
    .content-sidebar {
        float: left;
        width: 360px;
        margin: 0 120px 60px -120px;
    }
}

.content-sidebar h5,
.content-sidebar h5 a {
    padding-bottom: 12px;
    color: #bf000c;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}

.content-sidebar img.formation {
    padding-top: 60px;
}

.content-sidebar .formation-caption {
    padding-top: 6px;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
}

.content-toc {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #efeeee;
}

.content-toc h5 {
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
}

.content-toc ul.toc {
    list-style: none;
    padding-left: 10px;
}

.content-toc ul.toc li {
    padding-left: 18px;
    background: url("../assets/images/chevron-right-red-32@2x.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 16px;
}

.content-toc ul.toc li a {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    color: #302d2d;
}

.content-toc ul.toc li.level-comments a {
    color: #bf000c;
}

.content-toc ul.toc li.level-3 {
    margin-left: 20px;
}

.content-toc ul.toc li.level-4 {
    margin-left: 35px;
}

.content-toc ul.toc li.level-5 {
    margin-left: 50px;
}

.content-tags h5 {
    padding-bottom: 12px;
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #bf000c;
}

.content-tags .tag {
    float: left;
    padding: 3px 12px 6px 12px;
    margin: 0 3px 6px 0;
    background-color: #efeeee;
}

.content-tags .tag a {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: #797979;
}

/* # Comment Sidebar */

#comments {
    padding-right: 60px;
}

#comments .meta {
    padding: 0 15px 0 15px;
}

#comments .meta .author {
    padding: 0;
}

ol.comment-list,
ol.children {
    list-style: none;
    padding: 0;
}

h2.comments-title {
    padding-bottom: 30px;
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    color: #bf000c;
}

#comments li.depth-1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid #302d2d;
}

#comments .comment-author,
#comments .comment-author a {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
}

#comments .comment-author a {
    color: #302d2d;
    font-weight: normal;
}

#comments .comment-author a.url {
    color: #bf000c;
    font-weight: 600;
}

#comments .comment-body .comment-up {
    text-align: right;
}

#comments li.depth-2 .comment-body,
#comments li.depth-3 .comment-body,
#comments li.depth-4 .comment-body {
    margin-bottom: 30px;
    padding: 15px 0 0 0;
    border-left: 4px solid #d8d8d8;
}

#comments li.depth-2 .comment-body {
    margin-left: 26px;
    padding-left: 16px;
}

#comments li.depth-3 .comment-body {
    margin-left: 52px;
    padding-left: 16px;
}

@media (max-width: 1199.98px) {

    #comments {
        padding: 30px 0 0 0;
    }

    #comments li.depth-2 .comment-body {
        margin-left: 0;
    }

    #comments li.depth-3 .comment-body {
        margin-left: 18px;
    }

    h2.comments-title {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    #comments .meta .comment {
        padding-top: 3px;
    }
}

#comments .comment-content {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Georgia", serif;
    font-size: 16px;
    line-height: 1.75;
    word-break: break-word;
    color: #302d2d;
}

#comments .comment-content a {
    text-decoration: underline;
    color: #302d2d;
}

#comments .comment-new {
    border-left-color: #bf000c !important;
}

#comments a.comment-reply-link {
    text-decoration: none !important;
}

#comments li.depth-3 .comment-content {
    padding-bottom: 0;
}

#comments a.comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    color: #bf000c;
}

#respond h3.comment-reply-title {
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    color: #bf000c;
}

#respond h3.comment-reply-title a {
    text-decoration: underline;
    color: #302d2d;
}

#respond .logged-in-as a {
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #302d2d;
}

#respond label,
p.comment-form-gdpr,
p.akismet_comment_form_privacy_notice {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
}

p.akismet_comment_form_privacy_notice a {
    text-decoration: underline;
    color: #302d2d;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #302d2d;
}

#respond input[type="radio"] {
    padding-right: 6px;
}

#respond input[type="submit"] {
    padding: 10px;
    background-color: #bf000c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

#respond input[type="checkbox"] {
    margin-right: 10px;
    border: 2px solid #302d2d;
}

/* Sidebar */

.sidebar-primary {
    background-color: #bf000c;
    color: #ffffff;
}

.sidebar-secondary {
    background-color: #333333;
    color: #ffffff;
}

/* Related Articles */

.related {
    padding: 60px;
}

@media (max-width: 1199.98px) {
    .related {
        padding: 30px;
    }
}

.related img.wp-post-image {
    padding: 24px 0 20px 0;
}

.related h3 {
    font-family: "Work Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #bf000c;
}

.related h4 a {
    padding-bottom: 6px;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #bf000c;
    text-transform: uppercase;
}

.related .comments-box a {
    padding-top: 5px;
}

.related .excerpt {
    font-family: "Georgia", serif;
}

.chevron {
    padding: 5px 0 10px 0;
    text-align: right;
}

/* Page */

#page-single {
    padding: 60px 0 0 0;
}

#page-single .page-content {
    padding-right: 60px;
}

#page-single .page-content a {
    text-decoration: none;
    color: #bf000c;
}

#page-single .page-content h1,
#page-single .page-content h2,
#page-single .page-content h3,
#page-single .page-content h4,
#page-single .page-content h5,
#page-single .page-content h6 {
    padding-bottom: 18px;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

#page-single h1.entry-title {
    padding: 0 30px 18px 30px;
}

#page-single .page-content h1 {
    font-size: 44px;
    font-weight: 800;
    text-transform: uppercase;
    color: #bf000c;
}

#page-single .page-content h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #bf000c;
}

#page-single .page-content h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #302d2d;

}

#page-single .entry-content {
    padding: 0 30px 30px 30px;
}

/* Archive */

#archive {
    padding-top: 60px;
}

.archive-description {
    padding-bottom: 30px;
}

.archive-description a {
    color: #bf000c;
}

h1.page-title {
    font-family: "Work Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: normal;
    color: #bf000c;
}

@media (max-width: 1199.98px) {

    h1.page-title,
    h1.sprd-listpage__title {
        font-size: 20px !important;
    }
}

/* Team */

.team {
    padding-bottom: 30px;
}

.team .avatar {
    text-align: center;
}

/* Footer */

footer.site-footer {
    padding: 20px 30px 60px 30px;
    background-color: #efeeee;
    font-family: "Work Sans", sans-serif;
    font-size: 13px !important;
    font-weight: 600;
}

#menu-footer {
    float: right;
    list-style: none;
}

#menu-footer li {
    float: left;
    padding-left: 30px;
}

@media (max-width: 1199.98px) {

    footer.site-footer {
        padding-bottom: 30px;
    }

    #menu-footer li {
        float: none;
        padding-bottom: 16px;
    }
}

#menu-footer li a {
    color: #bf000c;
    text-decoration: none;
}

/* Pagination */

#pagination {
    padding: 0px 0 60px 0;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
}

#pagination a,
#pagination span {
    margin: 0 5px 0 0;
    padding: 10px 15px 10px 15px;
    background-color: #bf000c;
    text-decoration: none;
    color: #ffffff;
}

#pagination span {
    background-color: #ffffff;
    border: 1px solid #bf000c;
    color: #302d2d;
}

/* Widgets */

.sidebar {
    padding-bottom: 60px;
}

.widget {
    padding: 30px 60px 60px 60px;
    font-family: "Work Sans", sans-serif;
}

.widget h3 {
    padding: 18px 0 30px 0;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff !important;
}

.widget h4 {
    font-size: 20px;
    font-weight: 800;
}

.widget h5 {
    font-size: 14px;
    font-weight: normal;
}

.widget,
.textwidget h6 {
    font-size: 13px;
    font-weight: 600;
}

.button-red {
    padding: 10px;
    background-color: #bf000c;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
}

.button-red a {
    text-decoration: none;
    color: #ffffff;
}

.chevron-left-white {
    background: #bf000c url("../assets/images/chevron-left-white-32@2x.png");
    background-repeat: no-repeat;
    background-position: 2% center;
    background-size: 26px;
}

.chevron-left-white a {
    padding-left: 24px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
}

.chevron-right-white {
    background: #bf000c url("../assets/images/chevron-right-white-32@2x.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 26px;
}

.chevron-right-white a {
    padding-right: 24px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
}

.widget .button-white {
    padding: 10px;
    background-color: #ffffff;
    color: #302d2d;
}

.widget .button-white a {
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    color: #302d2d;
}

.widget .button-left {
    border-right: 10px solid #bf000c;
}

.widget .button-right {
    border-left: 10px solid #bf000c;
}

.button-red-left {
    border-right: 10px solid #fff;
}

.button-red-right {
    border-left: 10px solid #fff;
}

.widget-msr-patreon {
    background-color: #bf000c;
    color: #ffffff;
}

.widget-msr-shop {
    background-color: #302d2d;
    color: #ffffff;
}

.widget-msr-shop .image-teaser {
    padding-bottom: 30px;
    text-align: center;
}

.widget-msr-podcast {
    background-color: #bf000c;
    background: url("../assets/images/podcast-teaser-bg-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

@media (max-width: 1199.98px) {

    .widget {
        padding: 20px 40px 20px 40px;
    }

    .widget-msr-podcast {
        margin-bottom: 30px;
    }

    .widget_text {
        padding: 30px;
    }

    .widget .patreon-image {
        text-align: center;
    }

    .widget .patreon-image img {
        padding-top: 20px;
    }
}

.itunes-icon,
.spotify-icon,
.facebook-icon,
.twitter-icon {
    width: 24px;
}

.widget_text h2 {
    padding: 0 0 30px 0;
    font-size: 30px;
    font-weight: 800;
    color: #bf000c;
}

#mc_embed_signup .button {
    width: 30px;
    background: #bf000c;
}

#mc_embed_signup #mce-EMAIL {
    padding: 5px;
    border: 1px solid #302d2d;
    width: 100%;
}

/* Tablepress */

.tablepress thead tr th {
    background-color: #bf000c;
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    color: #ffffff;
}

.tablepress caption {
    display: none;
}

/* Contact Form 7 */

.wpcf7 p {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.29;

}

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #302d2d;
}

.wpcf7 input[type="radio"] {
    padding-right: 6px;
}

.wpcf7 input[type="submit"] {
    padding: 10px;
    background-color: #bf000c;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

/* ZENO REPORT COMMENTS */

a.zeno-comments-report-link-a {
    color: #bf000c !important;
}

/* PODIGEE Podcast Player */

.podigee-podcast-player {
    margin-bottom: 1em;
}