/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Apr, 2020, 9:12:46 PM
    Author     : Nishad Unnikrishnan
*/

::-moz-selection { /* Code for Firefox */
    color: #808080;
    background: #FFF;
}

::selection {
    color: #808080;
    background: #FFF;
}
@font-face {
    font-family: Roboto-Medium;
    src: url(Roboto-Medium.ttf);
}
.at-section__title {
    margin: 0 0 70px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 2.625rem;
    text-align: center;
}
.at-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFF;
    /*border: 1px solid #E2E9ED;*/
}
.at-grid[data-column="1"] .at-column {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-basis: 100%;
}
.at-grid[data-column="2"] .at-column {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    flex-basis: 50%;
}
.at-grid[data-column="3"] .at-column {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    height: auto;
    overflow: hidden;
}
.at-grid[data-column="3"] .at-column-empty {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    height: 0px;
    overflow: hidden;
    border: 1px solid #FFF;
}
.at-grid[data-column="4"] .at-column {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    flex-basis: 25%;
}
.at-grid[data-column="5"] .at-column {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    flex-basis: 20%;
}
.at-grid[data-column="6"] .at-column {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    flex-basis: 16.6666666667%;
}
.at-grid[data-column="7"] .at-column {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    min-width: 14.2857142857%;
    flex-basis: 14.2857142857%;
}
.at-grid[data-column="8"] .at-column {
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    flex-basis: 12.5%;
}
.at-grid[data-column="9"] .at-column {
    width: 11.1111111111%;
    max-width: 11.1111111111%;
    min-width: 11.1111111111%;
    flex-basis: 11.1111111111%;
}
.at-column {
    z-index: 0;
    position: relative;
    background: #FFF;
    border: 5px solid red;
    box-shadow: 0 0 0 1px #E2E9ED;
    border: 1px solid #E2E9ED;
    padding: 0px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease,  -webkit-transform 0.2s ease;
}
.at-column-empty {
    z-index: 0;
    position: relative;
    background: #FFF;
    /*box-shadow: 0 0 0 1px #E2E9ED;*/
    padding: 0px;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.at-column:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.at-column:hover {
    z-index: 1;
    box-shadow: 0 0 0 1px #E2E9ED;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}

@media (max-width: 800px) {
    .at-column {
        width: 50% !important;
        max-width: 50% !important;
        min-width: 50% !important;
        flex-basis: 50% !important;
    }
}
@media (max-width: 600px) {
    .at-column {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        flex-basis: 100% !important;
    }
}
.at-user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.at-user__avatar {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.at-user__avatar img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.at-user__name {
    color: #313435;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.625rem;
}
.at-user__title {
    color: #6F808A;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 2.375rem;
}
.at-read-more{
    color: #808080;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 2.375rem;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background: #FFF;
    position: relative;
    top: 10px;

}
.at-read-more:focus{
    background: #FFF !important;
    color: #808080;
}
.at-read-more:active, .at-read-more:hover, .at-read-more:focus, .at-read-more:visited, .at-read-more:link{
    background:#FFF!important;
    color: #808080;
}
a.at-read-more:active{
    background:#FFF!important;
    color: #808080;
}


.at-social {
    margin: 0 0 -18px;
    opacity: 1;
    transition: margin 0.2s ease, opacity 0.2s ease;
}
.at-social__item {
    display: inline-block;
    margin: 0 10px;
}
.at-social__item a {
    display: block;
}
.at-social__item svg {
    fill: #515F65;
    display: block;
    height: 18px;
    transition: fill 0.2s ease;
}
.at-social__item svg:hover {
    fill: #788D96;
}

.at-info{
    width: 100%;
    min-height: 350px;
    height: auto;
    padding: 10px 30px;
    background-color:#FFF;
    text-align:center;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    position: absolute;
    top: 350px;
}
.at-info{
    font-size: 15px;
    line-height: 25px;
}

.at-user__avatar {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .at-user__avatar {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        margin: 0 auto 20px;
        overflow: hidden;
    }
}

.link-btn{
    position: relative;
    top: 12px;
    left: 5px;
}
.info{
    opacity: 0;
}
a
{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}

.videobox{
    padding: 0px;
    border: 1px solid #E2E9ED;
    border-radius: 0px;
    min-height: 490px;
}
.news-box{
    min-height: 570px; 
}
@media (max-width: 1050px) {
    .news-box{
        min-height: 650px;  
}
}
@media (max-width: 950px) {
    .news-box{
        min-height: 700px;  
}
}
@media (max-width: 800px) {
    .news-box{
        min-height: 610px;  
}
}
.video_thumbnail {
    position: relative;
}

.video_thumbnail:hover {

}
.video_thumbnail img{
    width: 100%;
}

.video_thumbnail .play-btn {
    background: #FFFFFF;
    background: #757577;
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    border-radius: 50%;
}
/*.video_thumbnail .play-btn:hover{
    background: #87c7ed;
}*/
.at-user:hover .play-btn{
    background: #87c7ed;
}
.video_thumbnail .play-btn:after {
    content: "";
    display: block;
    position: relative;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent white;
}

.post-content {
    background: #fff;
    padding: 20px 25px;
}
.post-content h2 {
    color: #313435;
    font-size: 24px;
    font-family: Roboto-Medium, 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top:20px;
}
.post-content p {
    color: #6f808a;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 14px;
}
.html5-image{
    padding: 0 !important;
}
#html5-watermark{
    display: none !important;
}
