/* 
    Telegram Neue
    by Marijan Mikolić
*/

/* 
    Basics 
*/
:root {
    --immersive-color: 255, 255, 255;
}
@font-face {
    font-family: "Fjalla One CRO";
    src: url("fonts/fjalla_croat/FjallaOne-Regular.1.woff2") format("woff2"), url("fonts/fjalla_croat/FjallaOne-Regular.1.woff") format("woff"), url("fonts/fjalla_croat/FjallaOne-Regular.1.svg") format("svg"), url("fonts/fjalla_croat/FjallaOne-Regular.1.eot") format("embedded-opentype");
    src: url("fonts/fjalla_croat/FjallaOne-Regular.1.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
*, *::before,
*::after {
    box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}
ul[class],
ol[class] {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/*
    Basic styling
*/

a {
    text-decoration: none;
    color: inherit;
}
b, 
strong, 
.bold { 
    font-weight: 700; 
}
i, 
em, 
.italic { 
    font-style: italic; 
}
.superbold {
    font-weight: 900;
}
.underline {
    text-decoration: underline;
}
:focus { 
    outline: none; 
}
.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
:root {
    font-size: 20px;
}
.main-container {
    overflow-x: hidden;
    background-color: #f8f9fa;
    line-height: 1.5;
    font-family: 'Lora', serif;
    color: #111111;
}

/* Layout */

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1248px;
    height: auto;
    margin: 0 auto;
}
.no-side-pad {
    padding-left: 0px;
    padding-right: 0px;
}
.third {
    width: 33.33%;
}
.two-thirds {
    width: 66.66%;
}
.fourth {
    width: 24.99%;
}
.three-fourths {
    width: 74.99%;
}
.half {
    width: 49.99%;
}
.sixth {
    width: 16.66%;
}
.twelfth {
    width: 8.33%;
}
.five-sixths {
    width: 83.33%;
}
.five-eights {
    width: 62.49%;
}
.three-eights {
    width: 37.49%;
}
.sidebar {
    width: 16.67%;
}
.full {
    width: 100%;
}
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.relative {
    position: relative;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.stretch {
    align-items: stretch;
}
.clickable {
    cursor: pointer;
}
.hidden-by-default, .hide {
    display: none;
}
.shoo-bottom {
    margin-bottom: 24px;
}
.shoo-top {
    margin-top: 24px;
}
.mobile-only {
    display: none;
}
.night-mode, .night-mode .elevate-over-section {
    background-color: #191919;
    color: #f8f9fa;
}
.night-mode .card {
    background-color: black;
    color: #f8f9fa;
}


/* Colors */

.red-text {
    color: #ae3737;
}

/* Header */

header {
    z-index: 10;
    position: relative;
    background-color: inherit;
}
.topbar {
    top: 0;
    background-color: black;
    height: 36px;
    color: #f8f9fa;
}
.sticky-navigation {
    position: fixed;
    z-index: 9;
}
.sticky-navigation .logo svg {
    height: 16px;
    width: auto;
    position: relative;
    top: 4px;
    opacity: 1;
    fill: white;
}
.topbar nav {
    height: 36px;
    align-content: center;
}
.topbar nav .menu  a {
    opacity: .7;
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 24px;
    font-size: 10px;
    font-size: 0.5rem;
    padding-top: 12px;
    padding-bottom: 10px;
}
.sticky-navigation nav a.logo {
    padding-right: 32px;
    opacity: 1;
}
.top-hat {
    padding: 24px 0px;
}
.top-hat .logo {
    width: 80%;
    margin: 0 auto;
    max-width: 350px;
}
.top-hat .logo svg {
    max-width: 350px;
    height: auto;
}
.top-hat .tagline {
    text-transform: uppercase;
    font-family: "Fjalla One CRO";
    opacity: .75;
    font-size: 12px;
    font-size: 0.6rem;
    padding-top: 2px;
}
nav.tag-menu {
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    background-color: rgba(0, 0, 0, 0.04);
    height: 40px;
    align-items: space-between;
}
nav.tag-menu h3 {
    font-family: "Fjalla One CRO";
    color: #ae3737;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    margin-right: 32px;
}
nav.tag-menu a{
    line-height: 40px;
    font-size: 13px;
    opacity: .75;
    margin-right: 24px;
    font-family: 'Nunito Sans', sans-serif;
    position: relative;
}
nav .functions {
    font-size: 16px;
    position: absolute;
    top: 6px;
    right: 24px;
    text-align: right;
}
nav .functions a {
    display: inline-block;
    opacity: .6;
    font-weight: 600;
    padding-right: 24px;
}
nav .functions a.signup-btn {
    position: relative;
    top: -2px;
    font-family: 'Nunito Sans', sans-serif;
    height: 24px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 11px;
    color: white;
    font-weight: 600;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    opacity: 1;
    text-align: center;
}
.sticky-navigation nav .functions a.signup-btn {
    color: #111;
    background-color: none;
    border: 1px solid rgba(0,0,0,0.3);
}
.top-hat .widget-left {
    position: absolute;
    top: 4px;
    left: 24px;
}
.top-hat .widget-right {
    position: absolute;
    top: -2px;
    right: 24px;
}

/* Columns */

.column-vertical-pad {
    padding: 24px 0px;
}
.column-horizontal-pad {
    padding: 0px 24px;
}
.column-full-pad {
    padding: 24px;
}
.column-left-pad {
    padding-left: 24px;
}
.column-right-pad {
    padding-right: 24px;
}
.column-top-pad {
    padding-top: 24px;
}
.columnt-bottom-pad {
    padding-bottom: 24px;
}
.column-right-border {
    border-right: 1px solid #e1e1e1;
}
.column-left-border {
    border-left: 1px solid #e1e1e1;
}
.column-bottom-border {
    border-bottom: 1px solid #e1e1e1;
}
.column-top-border {
    border-top: 1px solid #e1e1e1;
}
.hide-subtitles .article-meta {
    margin-bottom: 0px;
}
.hide-subtitles h4 {
    display: none;
}
.hide-subtitles .article-preview h4 {
    display: block;
}
.reading-line {
    border-left: 1px solid #d7d7d7;
}

/* Articles */

h1, h2, h3, h4, h5 {
    font-family: "Fjalla One CRO";
    line-height: 1.3em;
    margin-bottom: 16px;
    margin-top: 0px;
}
.article-featured {
    display: block;
}
.article-pad {
    padding: 0px 16px;
}
.overtitle {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}
.article-featured h3.overtitle, .article-head h3.overtitle {
    line-height: 32px;
    height: 32px;
    color: white;
    background-color: #ae3737;
    font-size: 18px;
    padding: 0px 12px;
}
.article-featured .article-pad {
    z-index: 3;
    top: -16px;
    position: relative;
}
.article-preview h4 {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
}
.article-preview h4::before {
    content: " ";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1em;
    height: 1em;
    background-image: url("img/tg_list_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}
h3.column-title {
    padding-top: 18px;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -1px;
    margin: 32px 0px;
}
h3.column-title:first-child {
    margin-top: 0px;
}
h3.column-title::before {
    content: " ";
    width: 36px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ae3737;
}
h3.column-title svg {
    fill: #111;
    height: 32px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    bottom: -6px;
}
h3.column-title svg .st0 {
    fill: #111;
}
h3.section-title {
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
h3.section-title::before {
    content: " ";
    width: 7px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -3px;
    background-color: #ae3737;
}
h5.article-meta span {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 10px;
    opacity: .5;
    padding-right: 8px;
    text-transform: uppercase;
}
h5.article-meta span:nth-child(2n) {
    color: #ae3737;
    opacity: 1;
}
.commentary {
    margin-bottom: 16px;
}
.commentary-author {
    position: relative;
}
.commentary-author img {
    width: 60px;
    height: auto;
    margin-right: 24px;
    position: relative;
    z-index: 2;
}
.narrow-commentary .commentary-author img {
    width: 120px;
    margin-right: 0px;
    margin-left: 16px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.commentary-author::before {
    content: " ";
    position: absolute;
    left: 32px;
    bottom: 0px;
    z-index: 1;
    width: 42px;
    height: 42px;
    background-color: black;
    opacity: .1;
}
.narrow-commentary .commentary-author::before {
    left: auto;
    right: 25px;
    width: 80px;
    height: 80px;
}
.narrow-commentary {
    border-top: 1px solid #e1e1e1;
    padding-top: 4px;
    margin-bottom: 24px;
}
.commentary-author h3 {
    font-size: 20px;
    letter-spacing: 4px;
    opacity: .55;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 30px;
}
.narrow-commentary .commentary-author h3 {
    line-height: 1.5em;
    padding-bottom: 16px;
}
.commentary h2 {
    font-family: 'Lora', serif;
    font-size: 18px;
    letter-spacing: -0.05px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.commentary h4 {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-standard {
    padding-bottom: 16px;
    margin-bottom: 0px;
    border-top: 1px solid #e1e1e1;
}
.article-standard:last-child {
    border-bottom: none;
}
.article-standard h2 {
    font-size: 20px;
    margin-bottom: 8px;
}
.article-standard > *:last-child {
    margin-bottom: 8px;
}
.bigger-articles .article-standard h2 {
    font-size: 26px;
    margin-bottom: 8px;
}
.article-standard h3.overtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ae3737;
    margin-top: 8px;
    margin-bottom: 8px;
}
.article-standard h4  {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-featured h4  {
    font-size: 14px;
    font-family: 'Lora', serif;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 8px;
}
.article-snippet .article-preview h4:last-child {
    margin-bottom: 4px;
}
.bigger-articles .article-meta .hidden-by-default {
    display: inline-block;
}
.article-mini {
    margin-bottom: 8px;
}
.article-mini h2, .card h2 {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-bottom: 4px;
}
.card {
    background-color: white;
    border: 1px solid #e9e9e9;
    padding: 16px;
    position: relative;
    margin-bottom: 8px;
}
.card h2 {
    padding-right: 40px;
    margin-bottom: 20px;
}
.card-icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 3;
    opacity: .2;
}
.podcast-cover {
    background-image: url("img/soundwave.jpg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0% 25%;
}
.podcast-controls {
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 16px;
}
.podcast-controls span {
    line-height: 20px;
    padding-right: 8px;
}
.podcast-controls span i {
    font-size: 16px;
    padding-top: 1px;
}
.podcast-controls span:last-child {
    opacity: .5;
}
.classic-btn {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #ae3737;
    color: white;
    border-radius: 3px;
    padding: 6px 30px;
    font-size: 12px;
    border: none;
    outline: none;
}
input[type=text], input[type=email] {
    border: none;
    border-bottom: 1px solid #e9e9e9;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}
input[type=text]::placeholder, input[type=email]::placeholder {
    opacity: .5;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}
.immersive-break {
    min-height: 700px;
    position: relative;
    color: white;
}
.immersive-break .container {
    height: 100%;
    min-height: 700px;
    align-items: center;
    z-index: 5;
}
.immersive-break .container .half {
    position: relative;
    z-index: 5;
    padding-left: 72px;
    padding-right: 24px;
    position: relative;
    left: -15px;
}
.immersive-break .container .half::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    z-index: 6;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
}
.immersive-break .main-image, .immersive-break .blurred-image {
    height: 100%;
    overflow: hidden;
}
.immersive-break .main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 59.99%;
    z-index: 1;
}
.immersive-break .blurred-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 39.99%;
}
.immersive-break .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.immersive-break .blurred-image img {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    object-fit: cover;
    filter: blur(50px);
    object-position: center center;
}
.immersive-fade {
    width: 40%;
    position: absolute;
    z-index: 3;
    left: 20%;
    top: 0;
    height: 100%;
}
.immersive-break .reading-line {
    height: 100%;
    position: absolute;
    top: 0;
    left: 24px;
    z-index: 4;
}
.immersive-break:nth-child(4) .reading-line {
    top: auto;
    height: 50%;
    bottom: 0px;
}
.dark-fade {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
    width: 60%;
    position: absolute;
    z-index: 4;
    left: 0%;
    top: 0;
    height: 100%;
}
.immersive-break h3.overtitle, .subtle-break h3.overtitle {
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 200;
}
.immersive-break h3.overtitle svg, .subtle-break h3.overtitle svg {
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    bottom: -0.2px;
}
.immersive-break h3.overtitle svg {
    color: white;
    fill: white;
}
.immersive-break h2 {
    font-size: 48px;
}
.immersive-break h5.article-meta {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
}
.immersive-break h4 {
    font-weight: 400;
    font-family: 'Lora', serif;
    font-size: 20px;
}
.banner300x250 {
    width: 100%;
    height: 250px;
    margin-bottom: 24px;
    position: relative;
}
.banner300x250 a {
    content: ' ';
    width: 300px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-image: url('img/real_fake_doors.jpg');
    background-size: cover;
}
.banner970x250 {
    width: 970px;
    height: 250px;
    margin: 0 auto;
    background-color: #666;
}
.super1-style .section-title {
    background-image: url("img/pattern-line.svg");
    background-position: left 32px;
    background-size: 8px;
    background-repeat: repeat-y;
}
.super1-style .section-title::before {
    background-color: #bc1039;
}
.super1-style h3.overtitle, .super1-style h5.article-meta span:nth-child(2n) {
    /*color: #069eff;*/
    color: #bc1039;
}
.super1-style .column-title::before, .super1-style .article-featured h3.overtitle {
    background-color: #bc1039;
    color: white;
}
.filled-section-super1-style svg .st0 {
    fill: white;
}
.filled-section-super1-style svg {
    height: 32px;
    width: 165px;
}
.filled-section-telesport-style {
    background-image: url("img/bg-pattern.gif");
}
.filled-section-telesport-style svg {
    width: 165px;
}
.telesport-style .section-title::before, .telesport-style h3.column-title::before {
    background: #069eff;
}
.telesport-style .article-featured h3.overtitle {
    background-color: #069eff;
    color: white;
}
.telesport-style h3.overtitle, .telesport-style h5.article-meta span:nth-child(2n) {
    /*color: #069eff;*/
    color: #0471b7;
}
.mini-sections .article-standard {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
/*.break-box::before {
    content: ' ';
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.04);
}*/
.break-box .article-standard {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.break-box .article-standard .article-meta {
    margin-bottom: 0px;
}
.break-box .column-title {
    top: -3px;
    position: relative;
    margin-bottom: 0px;
}
.break-box .commentary {
    padding: 16px 0px;
    text-align: center;
}
.break-box .commentary-author img {
    width: 50%;
    left: 25%;
    position: absolute;
    bottom: 0;
}
.break-box .commentary-author {
    margin-bottom: 32px;
    padding-top: 50%;
}
.break-box .commentary-author h3{
    position: absolute;
    bottom: -32px;
    width: 100%;
    left: 0px;
}
.break-box .commentary h2{
    font-size: 18px;
}
.break-box .commentary-author::before {
    width: 35%;
    height: 70%;
    left: 30%;
}
.break-box .commentary .article-meta {
    display: none;
}
.mini-sections h3.overtitle {
    display: none;
}
.mini-sections .article-standard h2 {
    padding-top: 24px;
}
footer {
    border-top: #e1e1e1 1px solid;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 48px;
}
footer .logo {
    width: 50%;
    max-width: 240px;
    opacity: .7;
}
footer .copyright {
    padding-top: 4px;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    opacity: .5;
}
footer .separator {
    width: 64px;
    height: 6px;
    background-color: #ae3737;
}
footer .social-links a {
    position: relative;
    display: block;
    margin: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #464647;
    color: white;
}
footer .social-links a:hover {
    background-color: #ae3737;
}
footer .social-links a i {
    top: 10px;
    left: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
}
footer .social-links a .fa-facebook-f {
    top: 9.5px;
    left: 13.5px;
}
footer .social-links a .fa-twitter {
    left: 10.5px;
}
footer .social-links a .fa-instagram {
    font-size: 22px;
    top: 9px;
}
footer .social-links a .fa-rss {
    left: 12px;
    top: 9px;
}
footer .services {
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
footer .services a {
    border-left: 1px solid #aaa;
    padding: 3px 15px;
    opacity: .7;
}
footer .services a:hover {
    color: #ae3737;
    opacity: 1;
}
footer .services a:first-child {
    border-left: none;
}

/* Single.php */

.old-single-style {
    padding-top: 48px;
}
.old-single-style .sticky-navigation .menu {
    display: none;
} 
.old-single-style .sticky-navigation nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.old-single-style .sticky-navigation nav a.logo svg {
    top: 0px;
}
.single-style .sticky-navigation .menu {
    display: none;
} 
.single-style .sticky-navigation nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-style .sticky-navigation nav a.logo {
    padding-right: 0px;
}
.single-style .sticky-navigation nav a.logo svg {
    top: 0px;
}
.single-style .sticky-navigation nav .functions {
    left: 0px;
    width: 100%;
    height: 36px;
    padding: 0px 24px;
}
.single-style .sticky-navigation nav .functions a {
    float: left;
}
.single-style .sticky-navigation nav .functions .signup-btn {
    float: right;
    top: -1px;
    padding: 5px 10px;
}
.single-style .article-body > * {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 24px;
}
.single-style .article-body > img {
    max-width: 840px;
}
.single-style .article-head > * {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.single-style .article-body p {
    margin-bottom: 16px;
    line-height: 1.6em;
}
.single-style .article-head h1 {
    font-size: 46px;
}
.single-style .article-body h2 {
    margin-top: 16px;
    margin-bottom: 16px; 
}
.single-style .article-body > img {
    padding: 0px;
    margin: 24px 0px;
}
.single-style .article-head h2 {
    font-size: 24px;
    font-family: 'Lora', serif;
    opacity: .7;
    font-weight: 400;
}
.single-style img {
    margin-bottom: 32px;
}
.single-style .article-head h5 img {
    height: 40px;
    margin-bottom: 0px;
    bottom: -13px;
    position: relative;
    border-radius: 20px;
    background-color: #e1e1e1;
}

.single-style .article-head h5 > * {
    text-transform: uppercase;
    display: inline-block;
    line-height: 42px;
    margin-left: 8px;
    font-size: 14px;
    opacity: .5;
}
.single-style .article-head h5 > *:first-child {
    margin-left: 0px;
}
.single-style .article-head h5 span:nth-child(2n){
    color: #ae3737;
    opacity: 1;
}
.single-style .article-head h5 span.authors, .single-style .article-head h5 img {
    opacity: 1;
    color: #111;
}
.article-sidebar {
    padding-left: 64px;
    position: relative;
}
.sticky-banner {
    background-color: gray;
    width: 300px;
    height: 600px;
    position: sticky;
    top: 24px;
}
.image-author, figure .wp-caption-text, figure i {
    opacity: .6;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    top: -24px;
}
.single-style .article-body .widget-more-on {
    float: left;
    width: 45%;
    margin-top: 12px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-bottom: 16px;
    margin-right: 32px;
    font-size: 16px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.single-style .article-body .widget-more-on .widget-more-on-title {
    opacity: .6;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.single-style .article-body .widget-more-on a {
    color: #ae3737;
    margin-top: 16px;
}
.widget-more-on-parent {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Hover test */

a h2 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0); /* Safari */   
    text-decoration-color: rgba(0, 0, 0, 0);
}
.article {
    cursor: pointer;
}
a:hover h2 {
    color: #555;
}
a.immersive-break:hover h2 {
    color: white;
}
.super1-style a:hover h2 {
    color: #bc1039;
}
.telesport-style a:hover h2 {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0.2); /* Safari */   
    text-decoration-color: rgba(0, 0, 0, 0.2);
    color: inherit;
}
.subtle-break {
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
    background-color: rgba(0, 0, 0, 0.04);
}
.subtle-break .podcast-cover img {
    height: 200px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.subtle-break  .podcast-cover {
    background-image: url("img/soundwave_alt.jpg");
    padding: 0px;
}
.subtle-break h2 {
    font-size: 36px;
}
.subtle-break h4 {
    font-family: 'Lora', serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
}
.article-standard img {
    margin-bottom: 10px;
}
.bigger-articles .article-standard img {
    margin-bottom: 12px;
}
.article-standard .article-meta {
    margin-bottom: 8px;
}
.top-hat {
    padding-top: 32px;
}
.reading-line {
    border: none;
}
.new-section-title {
    border-top: 2px solid black;
    padding-top: 8px;
}
/*.article-split h2 {
    margin-top: 8px;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'Lora', serif;
    font-weight: bold;
}*/
.filled-section-title {
    background-color: #ae3737;
    color: white;
    fill: white;
    border: none;
}
.filled-section-super1-style {
    background-color: #bc1039;
}
.filled-section-title h3.overtitle {
    margin-bottom: 0px;
}
.elevate-over-section {
    position: relative;
    display: block;
    top: -76px;
    margin-bottom: -76px;
    z-index: 5;
    background-color: #f8f9fa;
}
.elevate-over-section .article-featured img {
    padding-top: 24px;
}
.article-featured h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.elevate-over-section .bigger-articles .article-featured h2 {
    font-size: 36px;
    margin-bottom: 8px;
}
.elevate-over-section .article-pad {
    padding: 0px;
}
.article-split img {
    margin-top: 13px;
}
/*.subtle-break .container .third:first-child {
    padding-left: 32px;
}
.subtle-break .container .third:first-child::before {
    content: ' ';
    position: absolute;
    left: 24px;
    top: 0;
    width: 8px;
    z-index: 6;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
}*/
.break-box {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.break-box h3.overtitle {
    display: none;
}
.price-dana {
    background-color: black;
    position: relative;
}
/*.price-dana::before {
    content: ' ';
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}*/
header {
    background-color: black;
    background-image: url("img/greyThing.png");
    background-size: cover;
}
.top-hat .logo {
    z-index: 5; 
}
.top-hat {
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 3;
}
.topbar {
    background-color: rgba(0,0,0,0.75);
}
.top-hat {
    fill: white;
    color: white;
}
.top-hat .logo svg, .top-hat .logo {
    max-width: 480px;
}
.top-hat .tagline {
    font-size: 0.8rem;
}
.top-hat {
    padding-top: 48px;
    padding-bottom: 36px;
}
.no-article-pad .article-pad {
    padding: 0px;   
}
.sticky-navigation {
    background-color: black;
    color: white;
}
.sticky-navigation nav .functions a.signup-btn {
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}
.topbar-navicon {
    top: 6px;
    opacity: .6;
    position: relative;
    font-size: 16px;
    padding-right: 24px;
}
.price-dana h3.overtitle {
    font-size: 20px;
}
.price-dana .overtitle img {
    display: inline-block;
    height: 20px;
    width: auto;
    padding-right: 16px;
    opacity: 1;
    position: relative;
    bottom: -3px;
}
.stonk {
    font-size: 14px;
    padding-top: 6px;
    padding-right: 8px;
}
.separate-gs .article-meta {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.separate-gs .article:last-child .article-meta {
    border-bottom: none;
}
.green {
    color: #42ae37;
}
.red {
    color: #ae3737;
}
.stonk i {
    padding: 0px 4px;
}

@media only screen and (max-width: 1200px) {
    .flex-responsive {
        width: 100%;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: flex;
    }
    .tag-menu .container {
        height: 45px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: auto;
        flex-wrap: nowrap;
        padding: 0px 24px;
    }
    .tag-menu .container a:last-child {
        padding-right: 24px;
    }
    .article-featured h2, .subtle-break h2, .immersive-break h2 {
        font-size: 24px;
    }
    .column-right-border {
        border-right: none;
    }
    .column-right-pad, .column-left-pad {
        padding: 0px;
    }
    .column-full-pad .column-horizontal-pad, .column-horizontal-pad .column-horizontal-pad {
        padding: 0px;
    }
    .immersive-break {
        min-height: auto;
        margin-bottom: 32px;
    }
    .immersive-break .container .half {
        padding-left: 48px;
    }
    .immersive-break .container .half::before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        z-index: 6;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(60, 15, 151) 0%, rgb(61, 15, 151) 0%, rgb(81, 15, 139) 8%, rgb(104, 15, 126) 14%, rgb(144, 15, 103) 23%, rgb(179, 14, 66) 37%, rgb(182, 12, 46) 47%, rgb(176, 16, 40) 50%, rgb(164, 21, 29) 57%, rgb(160, 31, 21) 65%, rgb(169, 86, 19) 85%, rgb(179, 144, 14) 94%, rgb(182, 162, 12) 97%, rgb(185, 175, 11) 100%);
    }
    .immersive-break .container {
        order: 2;
        padding-top: 60%;
        padding-bottom: 32px;
        min-height: auto;
    }
    .immersive-break .main-image {
        position: absolute;
        top: auto;
        right: auto;
        width: 100%;
        height: 40%;
        z-index: 1;
        order: 1;
    }
    .immersive-break .blurred-image {
        height: 60%;
        overflow: hidden;
        width: 100%;
        bottom: 0;
        top: auto;
    }
    .immersive-break .container .half {
        position: relative;
        z-index: 5;
        padding-left: 42px;
        padding-right: 0px;
        position: relative;
    }
    .immersive-break h2 {
        font-size: 30px;
    }
    .immersive-break h4 {
        font-size: 16px;
    }
    .dark-fade {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.2) 90%,
        rgba(0, 0, 0, 0) 100%);
        width: 100%;
        top: 10%;
        height: 90%;
    }
    .immersive-fade {
        width: 100%;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 30%;
        height: 20%;
    }
    .break-box .commentary {
        padding-top: 64px;
    }
    .break-box .commentary-author img {
       width: auto;
       height: 48px;
    }
    .reading-line {
        border: none;
    }
    .subtle-break .podcast-cover {
        padding: 30px;
    }
    .column-horizontal-pad {
        padding: 0px;
    }
    .column-full-pad {
        padding: 0px;
    }
    footer .column-full-pad {
        padding: 24px;
    }
    .sticky-navigation .column-horizontal-pad {
        padding: 0px 24px;
    }
    .article > *, .commentary > * {
        padding: 0px 24px;
    }
    .article img, .commentary img {
        padding: 0px;
    }
    h3.column-title {
        padding: 0px 24px;
        margin-top: 48px;
    }
    h3.column-title::before {
        left: 24px;
        top: -16px;
    }
    .immersive-break .column-horizontal-pad {
        padding-left: 24px;
        padding-right: 24px;
    }
    nav.tag-menu h3 {
        padding: 0px;
        margin-right: 16px;
    }
    nav.tag-menu a {
        padding: 0px 8px;
        margin-right: 8px;
    }
    .sticky-navigation .logo svg {
        top: 0px;
    }
    .subtle-break .podcast-cover img {
        height: 100px;
    }
    .article-snippet {
        padding-bottom: 24px;
    }
    .card {
        margin: 0px 24px;
    }
    .article-featured {
        border-bottom: 1px solid #e1e1e1;
    }
    .article::last-child {
        margin-bottom: 0px;
    }
    .banner300x250 a {
        position: relative;
        margin: 0 auto;
        display: block;
    }
    .column-top-border {
        border-top: none;
    }
    .article-standard:last-child {
        border-bottom: 1px solid #e1e1e1;
    }
    .twelfth {
        padding: 24px 0px;
    }
    .mini-sections .column {
        padding-top: 32px;
    }
    .single-style .article-head h1, .single-style .article-head h2, .single-style .article-head h5 {
        padding: 0px 24px;
    }
    .single-style .article-head h3.overtitle {
        padding-left: 24px;
    }
    h3.section-title {
        padding-left: 36px;
    }
    h3.section-title::before {
        left: 21px;
    }
    footer {
        padding-top: 24px;
    }
    footer .services a {
        border-left: none;
    }
}
