/*Red theme
-----------------*/ :root .red {
    --red: #ec0e16;
    --light-grey: #f2f4ff;
    --lighter-grey: #f2f4ff;
    --bg: #e4e6f3;
}
:root .red .post-top, :root .red #post, :root .red .sidebar, :root .red .left.main-content {
    --blue: #ec0e16;
}
.red {
    background-color: var(--red);
    background: var(--bg);
}
.red header .menu-row {
    background: var(--red);
}
.red header .logo svg rect, .red header .logo svg polygon, .red header .logo svg path {
    fill: #fff !important;
}
.red header .menu-row a, nav ul.menu li a:after {
    color: #fff;
}
.red header .user {
    background-image: url(../images/user-white.svg);
}
.red header ul.menu li.weather a {
    background-image: url("../images/weather-white.svg");
}
.red nav ul.menu li a:hover {
    color: var(--red);
    background: #fff;
}
.red .nav-icon.new {
    background-image: url("../images/menu-new-white.svg");
}
.red .nav-icon.new:hover, body.dark-mode.red .nav-icon.new:hover {
    background: url(../images/menu-new-red.svg) center center no-repeat #fff;
    background-size: 26px auto;
}
.red .nav-icon.new.open, .red .nav-icon.new.open:hover, body.dark-mode.red .nav-icon.new.open:hover, body.dark-mode.red .nav-icon.open.new {
    background: url("../images/close-white.svg") center center no-repeat;
    background-size: 20px auto;
}
.red .nav-icon.new.open:hover {
    opacity: 0.7;
}
.red .img-wrap:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    content: "";
    background: -moz-linear-gradient(top, rgba(236, 14, 22, 0) 0, rgba(236, 14, 22, .75) 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(236, 14, 22, 0)), color-stop(70%, rgba(236, 14, 22, .85)));
    background: -webkit-linear-gradient(top, rgba(236, 14, 22, 0) 0, rgba(236, 14, 22, .75) 85%);
    background: -o-linear-gradient(top, rgba(236, 14, 22, 0) 0, rgba(236, 14, 22, .75) 85%);
    background: -ms-linear-gradient(top, rgba(236, 14, 22, 0) 0, rgba(236, 14, 22, .75) 85%);
    background: linear-gradient(to bottom, rgba(236, 14, 22, 0) 0, rgba(236, 14, 22, .75) 85%);
}
.red .img-wrap {
    position: relative;
    float: left;
}
.heading.badge {
    line-height: 1.15;
    margin-bottom: 20px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.heading.badge a {
    font-size: 17px;
    text-align: center;
    color: #fff;
    width: 118px;
    height: 118px;
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    z-index: 1;
    position: relative;
    border: 12px solid rgba(255, 255, 255, 1);
    background: #ec0e16;
    font-family: "ZonaProRegular", Helvetica, Arial, sans-serif;
    transition: background-color 0.4s;
}
.heading.badge a:hover {
    background: var(--blue);
}
.heading.badge a strong {
    font-family: "ZonaProBold", Helvetica, Arial, sans-serif
}
.red .update-time {
    background-image: url(../images/refresh-red.svg);
}
.red .heading-2 {
    background-color: var(--bg);
}
.red #infinite-container a.btn {
    outline: 10px solid var(--bg);
}
@media screen and (max-width: 1280px) {
    #infinite-container article:after {
        background: -moz-linear-gradient(top, rgba(228, 230, 243, 0) 0%, rgba(228, 230, 243, 1) 64%);
        background: -webkit-linear-gradient(top, rgba(228, 230, 243, 0) 0%, rgba(228, 230, 243, 1) 64%);
        background: linear-gradient(to bottom, rgba(228, 230, 243, 0) 0%, rgba(228, 230, 243, 1) 64%);
    }
}
@media screen and (max-width: 660px) {
    .red .audio-player audio {
        box-shadow: none;
        border: none;
    }
    .heading.badge {
        display: none;
    }
    .red#post-page header .fixed.menu-row {
        background: var(--red);
    }
    .red#post-page header .fixed.menu-row li.weather a {
        background-image: url(../images/weather-white.svg);
    }
    .red#post-page header .fixed.menu-row .user {
        background-image: url(../images/user-white.svg);
    }
    .red#post-page .fixed.menu-row .nav-icon.new {
        background-image: url(../images/menu-new-white.svg);
    }
}