@font-face {
    font-family: 'Gilroy Regular';
    src: url('fonts/Gilroy-Regular.eot');
    src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Regular.woff') format('woff'),
    url('fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

body {
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
}

.left-bar{
    background-color: #e9ecef;
    -webkit-box-shadow: -9px 0px 20px -10px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: -9px 0px 20px -10px rgba(34, 60, 80, 0.2) inset;
    box-shadow: -9px 0px 20px -10px rgba(34, 60, 80, 0.2) inset;
}


/* ------ Monitor Page -------- */
.icons {
    font-size: 2rem;
}

.feed-element::before {
    display: inline-block;
    content: "";
    transform: translateY(-1.1rem);
    width: 100%;
}

.feed-element:not(:first-child)::before{
    border-top: 1px solid white;
}

.feed-element-title {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: black;
}

.feed-channel {
    font-size: 1.1rem;
    color: #646464;
    font-style: italic;
}
.feed-time {
    font-size: 1.2rem;
    color: #646464;
    font-style: italic;
}

.feed-element.selected {
    background-color:#fbfbfb;
    -webkit-box-shadow: 0px 9px 20px -10px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 9px 20px -10px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 9px 20px -10px rgba(34, 60, 80, 0.2);
}

.feed-element.selected::before {
    border-top: none;
}

.content-meta-post-info {
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

.content-meta-post-datetime{
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #3D3D3D;
}

.post-title{
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    }

.post-content{
    font-family: 'Gilroy Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 2rem;
    color: #000000;
}


#clock {
    font-size: 3rem;
}

#sl {
    color: #3D3D3D;
}

#sl .copyright {
    font-size: 0.8rem;
    line-height: 1rem;
}

#sl .contacts{
    font-size: 1rem;
    line-height: 1rem;
}



@media (min-width: 992px) { 

    .feed-element-title {
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .feed-element-date {
        font-size: 0.8rem;
        line-height: 0.5rem;
    }
    
 }

@media (min-width: 1600px) {     
    .feed-element-title {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .feed-element-date {
        font-size: 1rem;
    } 

}


/* -------- Home page ---------- */
