/*
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 : 26 Feb, 2017, 3:13:10 PM
    Author     : Meena-2
*/

@font-face {
    font-family: 'titilliumtext14lregular';
    src: url('../fonts/titilliumtext14l-bold-webfont.woff2') format('woff2'),
         url('../fonts/titilliumtext14l-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 1200px){
.col-lg-2 {
    width: 13.66666667%;
}}
.home_post{
    margin-bottom:63px;
}

.iframeVideo{
    height:244px;
}

.home_paragraph{background-color:#ffffff;padding:40px;font-family: 'titilliumtext14lregular';}
.home_paragraph p{font-size:12px;}

.entry-title{font-size:13px;margin-bottom:15px;}

.post_date{font-size:11px;margin-bottom:20px;}

.page-heading-title{
    color: black;
    font-family: 'titilliumtext14lregular';
    font-size: 43px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.ytc_title {
    display: -webkit-box;
    max-height: 3.3rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.youtube_channel.ytc_wall_1-6 .ytc_video_container {
    padding: 20px;
    box-sizing: border-box;
    max-width: 33.333%;
}

.youtube_channel.ytc_wall_1-6 .ytc_video_container.ytc_video_1 {
    max-width: 100%;
}

.youtube_channel.ytc_wall_1-6 .ytc_video_container.ytc_video_1 .ytc_title {
    font-size: 2.6rem;
    font-weight: bold;
    display: unset;
    max-height: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    -webkit-line-clamp: unset;
    line-height: unset;
}

@media screen and (max-width: 768px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(.ytc_video_1) {
        max-width: 50%;
    }

    .youtube_channel.ytc_wall_1-6 .ytc_video_container {
        padding: 5px 0px 20px 0px;
    }
}

@media screen and (max-width: 480px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(.ytc_video_1) {
       max-width: 100%;
    }

    .youtube_channel.ytc_wall_1-6 .ytc_video_container.ytc_video_1 .ytc_title {
        display: -webkit-box;
        max-height: 3.3rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6rem;
    }
}
