/* 
Telegram Neue
by TG Studio 
*/

/* Basics */

@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;
  }
html {
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
    font-family: 'Lora', serif;
    color: #111111;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; -webkit-font-smoothing:antialiased; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: inherit;
}
b, strong { 
    font-weight: 700; 
}
i, em { 
    font-style: italic; 
}
:focus { 
    outline: none; 
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Layout */

.container {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
}
.flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.third {
    width: 33.33%;
}
.two-thirds {
    width: 66.67%;
}
.fourth {
    width: 24.99%;
}
.three-fourths {
    width: 74.99%;
}
.half {
    width: 49.99%;
}
.full {
    width: 100%;
}
.fourty {
    width: 39.99%;
}
.sixty {
    width: 59.99%;
}
.center-text {
    text-align: center;
}
.right-text {
    text-align: right;
}
.relative {
    position: relative;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shoo-top {
    margin-top: 25px;
}
.shoo-bottom {
    margin-bottom: 25px;
}
.shoo-left {
    margin-left: 25px;
}
.shoo-right {
    margin-right: 25px;
}

/* Colors */

.gray-text {
    color: #847e7e;
}
.red-text {
    color: #ae3737;
}

/* Top-hat */

.top-hat {
    font-family: 'Lab Grotesque';
}
.top-hat .logo-row {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dddddd;
}
.top-hat .weather {
    position: absolute;
    bottom: 7px;
    left: 0px;
}
.top-hat .the-date {
    position: absolute;
    bottom: 7px;
    right: 0px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
}
.top-hat .top-logo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.top-logo svg {
    width: 100%;
}
.top-hat nav {
    font-size: 13px;
    border-bottom: 2px solid black;
}
.top-hat nav div {
    padding: 10px 15px;
    display: inline-block;
}
.widgets-row {
    border-bottom: 2px solid black;
    align-items: stretch;
}
.widgets-row > .fourth {
    padding: 15px 15px 5px 15px;

    border-left: 1px solid #dddddd;
}
.widgets-row > .fourth:first-child {
    padding-left: 0px;
    border-left: none;
}
.image-widget {
    min-height: 85px;
    font-size: 12.5px;
}
.image-widget div {
    padding-left: 65px;
}
.image-widget p {
    color: #666161;
}
.image-widget img {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 55px;
    height: 55px;
}
.widgets-row > .fourth:first-child img {
    left: 0px;
}
.widgets-row > .fourth:last-child {
    padding-right: 0px;
}
.green {
    color: #68c424;
}
.red {
    color: #d72240;
}
.stonks {
    font-size: 13px;
}
.stonks > .half:last-child {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}

/* Content */

.gray-divider {
    margin-top: 2px;
    border-top: 1px solid #dddddd;
}
.black-divider {
    border-bottom: 2px solid black;
}
.content-block {
    padding-top: 20px;
    padding-bottom: 30px;
}
.content-break {
    padding-top: 10px;
    padding-bottom: 20px;
}
.hero-block .three-fourths {
    width: 73.99%;
}
.hero-block .fourth {
    width: 25.99%;
}
.article-tag {
    font-family: 'Lab Grotesque';
    color: #494646;
    border-bottom: 2px solid #ae3737;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.pad-right {
    padding-right: 15px;
}
.pad-left {
    padding-left: 15px;
}
.pad-me {
    padding: 15px;
}
.pad-top {
    padding-top: 15px;
}
.vertical-gray-divider {
    border-right: 1px solid #dddddd;
}
.horizontal-gray-divider {
    border-bottom: 1px solid #dddddd;
}
.g1 .article-title {
    font-family: "Fjalla One CRO";
    font-size: 40px;
    letter-spacing: -0.2px;
    line-height: 46px;
    padding-top: 20px;
}
.g1 .article-subtitle {
    font-size: 15px;
    margin: 15px 0px;
    color: #535252;
}
.g1 .g1-image-parent {
    width: 100%;
    padding-bottom: 71.5%;
}
.g1 .article-image {
    padding: 0px 15px;
}
.g1 .article-image-credit {
    font-family: 'Lab Grotesque';
    font-weight: 300;
    color: #868282;
    font-size: 9px;
    padding-right: 20px;
    padding-top: 7px;
    text-align: right;
    text-transform: uppercase;
}
.column-title {
    font-family: 'Anton', sans-serif;
    text-decoration: underline;
    color: #494646;
    font-size: 16px;
    text-transform: uppercase;
}
.break-title {
    font-family: 'Anton', sans-serif;
    color: #494646;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.col-author img {
    display: inline-block;
    width: 37px;
    position: relative;
    z-index: 3;
}
/*.col-author span::before{
    position: absolute;
    z-index: 1;
    content: ' ';
    width: 20px;
    height: 20px;
    bottom: 0px;
    left: 15px;
    background-color: #dddddd;
}*/
.col-author span {
    font-family: 'Lab Grotesque';
    color: #494646;
    padding-bottom: 2px;
    border-bottom: 2px solid #494646;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    position: relative;
}
.col-author img {
    bottom: -10px;
    position: relative;
    margin-right: 10px;
}
.article-info {
    font-size: 10px;
    font-family: 'Lab Grotesque';
    letter-spacing: -0.25px;
    color: #999999;
    text-transform: uppercase;
}
.article-info span {
    padding: 0px 2px;
}
.article-info span:first-child {
    padding-left: 0px;
}
.article-info span:last-child {
    padding-right: 0px;
}

.g-col .article-title {
    font-family: 'Lora';
    font-weight: 700;
    letter-spacing: -0.08px;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
}
.g-col .article-subtitle {
    padding: 0px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #535252;
    text-align: center;
    margin-bottom: 15px;
}
.g-col {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.g-col:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.g2 {
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 30px;
}
.g2 .article-title {
    font-family: "Fjalla One CRO";
    font-size: 27px;
    line-height: 34px;
}
.g2 .article-subtitle {
    font-size: 15px;
    margin: 8px 0px;
    color: #535252;
}
.g2 .article-tag {
    margin-top: 15px;
}
.g3 .article-image {
    float: right;
    width: 190px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
}
.g3 {
    position: relative;
    align-items: stretch;
    padding: 30px 15px 7px 15px;
}
.g3 .article-title {
    font-family: "Fjalla One CRO";
    font-size: 17px;
    padding-right: 5px;
    line-height: 23px;
}
.g3 .article-subtitle {
    font-size: 13px;
    margin: 8px 0px;
    color: #535252;
}
.g3 .article-info span:first-child {
    color: #555555;
}
.g2, .g3, .g4 {
    border-bottom: 1px solid #dddddd;
}
.g2:last-child, .g3:last-child, .g4:last-child {
    border-bottom: none;
}
.g2:first-child, .g3:first-child {
    padding-top: 0px;
}
.g4 {
    padding: 15px 0px 15px 15px;
}
.g4 .article-title {
    font-family: "Fjalla One CRO";
    font-size: 16px;
    padding-right: 5px;
    line-height: 23px;
    margin-bottom: 10px;
}
.placeholder-banner {
    background-color: #ae3737;
    width: 300px;
    height: 250px;
}
.g5 {
    text-align: center;
}
.g5 .article-title {
    font-family: 'Lora';
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.17px;
    padding: 15px 10px 10px 10px;
}
.g5 .article-subtitle {
    padding: 0px 10px;
    font-size: 13px;
    line-height: 17px;
    color: #535252;
    margin-bottom: 15px;
}
.g5 {
    border-right: 1px solid #dddddd;
}
.g5:last-child {
    border-right: none;
}
.g5 .article-tag {
    margin-bottom: 0px;
    margin-top: 15px;
}
.content-break .flex {
    align-items: stretch;
}
.content-break .fourth {
    border-left: 1px solid #dddddd;
}
.content-break .fourth:first-child {
    width: 24.49%;
    padding-right: 1%;
    border-left: none;
}
.content-break .fourth:nth-child(2) {
    width: 25.49%;
    padding-left: 1%;
    padding-right: 1%;
}
.content-break .fourth:nth-child(3) {
    width: 25.49%;
    padding-left: 1%;
    padding-right: 1%;
}
.content-break .fourth:last-child {
    width: 24.49%;
    padding-left: 1%;
}
.placeholder-billboard {
    width: 970px;
    height: 250px;
    margin: 30px 0px;
    background-color: #ae3737;
}
.g3-wide .half {
    padding-bottom: 15px;
}
.g3-wide .article-image {
    padding-left: 15px;
}
.g3-wide {
    padding-top: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #dddddd;
}
.g3-wide:first-child {
    padding-top: 0px;
}
.g3-wide:last-child {
    border-bottom: none;
}
.g3-wide .article-title {
    font-family: "Fjalla One CRO";
    font-size: 19px;
    line-height: 25px;
}
.g3-wide .article-subtitle {
    font-size: 13px;
    margin: 10px 0px;
    color: #535252;
}
.g3-wide-alt .article-title {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.085px;
}
.g3-wide-alt .article-subtitle {
    font-size: 12px;
    line-height: 15px;
}
.vertical-gray-divider .g3-wide {
    padding-right: 15px;
}
.sixty .third .g4:first-child {
    padding-top: 0px;
}
.g5-alt {
    text-align: left;
}
.g5-alt .article-title {
    font-family: "Fjalla One CRO";
    font-size: 19px;
    line-height: 25px;
    padding: 15px 0px;
}
.g5-alt .article-subtitle{
    padding: 0px;
}
.banner-parent {
    width: 24.49%;
}

