
/** BLOG PAGE */

#blog {
    padding-top: 200px;
}

#blog .l-col {
    width: 70%;
}

.blog {
    display: flex;
    margin-bottom: 50px;
}

/*.blog-img {
    width: 270px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

.blog-img a {
    display: block;
}

#blog-details .sub-header {
    margin-top: -8px;
}

#blog-details {
    flex: 1;
    margin-left: 50px;
}

#blog .sub-header h2 {
    text-transform: capitalize;
    line-height: 1.13em;
}

#blog-details a {
    color: #000;
}

#blog .sub-header h2 a:hover {
    text-decoration: underline;
}

#date, #event-name {
    margin-right: 20px;
    border-radius: 5px;
    font-weight: 500;
}

#date i, #event-name i {
    color: #2491d0;
    margin-right: 5px;
    font-size: 1.2em;
}

#view-more-section {
    display: none;
}

#paginate .page-numbers {
    display: inline-block;
    color: #fff;
    border: 1px solid #2591d0;
    background-color: #2591d0;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    padding: 10px;
    letter-spacing: 1px;
}

#paginate {
    margin-top: 20px;
}

#sidebar-details.r-col {
    width: 275px;
    box-sizing: border-box;
}

#sidebar-details h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 1.3em;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    color: #555555;
}

#sidebar-details h3:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #c1c1c1;
    position: absolute;
    bottom: 0;
    left: 0;
}

#news-events-dtls .mid-bdr {
    width: 100px;
}

#sidebar-details div {
    border: 1px solid #d9d9d9;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #bbbbbb;
    background-color: #f0f0f0;
}

#sidebar-details ul {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0;
}

#sidebar-details ul li {
    margin-bottom: 5px;
    list-style-type: none;
    border-bottom: 2px dotted #d8d8d8;
    padding: 10px 0px;
}

#sidebar-details ul li:last-child {
    border-bottom: none;
}

#sidebar-details ul li a {
    font-weight: bold;
    color: #828282;
    font-size: 1.05em;
}

#sidebar-details ul li .post-date {
    color: #8b8b8b;
    font-style: italic;
}





/** Mobile Responsive Styles */
@media screen and (max-device-width: 1024px) and (orientation: landscape){/** TABLET LANDSCAPE */



}


@media screen and (max-device-width: 736px) and (orientation: landscape){/** LARGE PHONE LANDSCAPE */

    #blog {
        padding-top: 150px;
    }
    
    .mid-bdr {
        display: none;
    }

    #blog {
        flex-direction: column;
    }

    #blog .l-col {
        width: 100%;
    }

    #sidebar-details.r-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    #recent-post {
        width: 340px;
    }

    #category {
        width: 160px;
    }

}


@media screen and (max-device-width: 640px) and (orientation: landscape){/** SMALL PHONE LANDSCAPE */

    
}


@media screen and (min-device-width: 320px) and (orientation: portrait){/** SMALL PHONE PORTRAIT */

    #blog {
        padding-top: 150px;
    }
    
    .mid-bdr {
        display: none;
    }

    #blog {
        flex-direction: column;
    }

    #blog .l-col {
        width: 100%;
    }

    .blog {
        flex-direction: column;
    }

    .blog-img {
        height: 210px;
        width: 100%;
    }

    #blog-details {
        margin-left: 0;
    }

    #sidebar-details.r-col {
        width: 100%;
        margin-top: 40px;
    }


}


@media screen and (min-device-width: 414px) and (orientation: portrait){/** LARGE PHONE PORTRAIT */


}


@media screen and (min-device-width: 600px) and (orientation: portrait){/** TABLET PORTRAIT */

    #blog-details {
        margin-top: 10px;
    }

    #sidebar-details.r-col {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    #recent-post {
        width: 340px;
    }

    #category {
        width: 160px;
    }

}