﻿
.list_block .upcoming_events .meta {
    padding: 0;
    border-bottom: 0;
    margin: 0;
}

.list_block {
    border: 1px solid #dce4ea;
    padding: 15px 12px 25px;
    border-top: 3px solid #0b3c5d;
    margin: 0 0 20px;
}

    .list_block.custom {
        padding: 15px 12px 25px;
    }

        .list_block.custom p {
            margin: 0;
        }

        .list_block.custom h4 {
            font-weight: 400;
            font-family: open sans, sans-serif;
            margin: 10px 0 20px;
            float: left;
            width: 100%;
        }

    .list_block .upcoming_events .meta {
        padding: 0;
        border-bottom: 0;
        margin: 0;
    }

.related_post_sec h3 {
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce4ea;
    margin: 0 0 18px;
    font-size: 22px;
}

@media(min-width:768px) {
    .related_post_sec h3 {
        font-size: 18px;
    }
}

@media(min-width:1200px) {
    .related_post_sec h3 {
        font-size: 22px;
        font-weight: 600;
    }
}

.related_post_sec ul li {
    padding: 0 0 6px;
    margin: 0 0 18px;
    border-bottom: 1px solid #dce4ea;
    display: block;
    clear: both;
    width: 100%;
    float: left;
}

@media(max-width:767px) and (max-height:450px) {
    .related_post_sec ul li {
        padding: 0 0 24px;
    }
}

.related_post_sec ul li:last-child {
    border: 0;
}

.related_post_sec a.more_post {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 44px;
    border: 1px solid #0060b1;
    text-align: center;
    color: #000;
    display: block;
    clear: both;
}

.upcoming_events .related_post_sec.single_post {
    margin-bottom: 70px;
    position: relative;
    float: left;
}

@media(max-width:767px) {
    .upcoming_events .related_post_sec.single_post {
        margin-bottom: 0;
    }
}

.upcoming_events .related_post_sec.single_post .date-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.upcoming_events .related_post_sec.single_post span.date {
    display: block;
    margin-right: 20px;
}

.upcoming_events .related_post_sec.single_post .rel_right {
    padding-left: 90px;
    float: left;
}

.upcoming_events li.related_post_sec.single_post {
    float: none;
    margin-bottom: 16px;
}

.upcoming_events .related_post_sec.single_post:hover span.date {
    color: #e91e63;
    transition: color .3s;
}

.upcoming_events .related_post_sec.single_post:hover h4 a {
    color: #000;
    transition: color .3s;
}

.videoNine .single_post.related_post_sec ul li {
    border-bottom: 0;
}

    .videoNine .single_post.related_post_sec ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

@media(max-width:767px) {
    .videoNine .single_post.related_post_sec ul li:last-child {
        padding: 0 0 25px;
        margin: 0 0 22px;
    }
}

.news-section .related_post_sec h3 {
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0 0 5px;
}

@media(min-width:992px) {
    .news-section .related_post_sec h3 {
        margin: 0 0 25px;
    }
}

.news-section .single_post.related_post_sec .rel_thumb {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    display: block;
}

.news-section .upcoming_events .related_post_sec.single_post .rel_right {
    padding-left: 0;
    float: none;
}

.video-section .videoLeft .single_post.related_post_sec .rel_thumb {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    display: block;
}

.video-section .videoRight .single_post.related_post_sec .rel_thumb {
    margin: 0;
    width: 34%;
}

.video-section .videoRight .single_post.related_post_sec ul li {
    border-bottom: 0;
}

    .video-section .videoRight .single_post.related_post_sec ul li:last-child {
        margin: 0;
        padding: 0;
    }

.single_post.related_post_sec h4 a {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .6);
    line-height: 21px;
    margin: 0 0 8px;
    text-decoration: none;
}

    .single_post.related_post_sec h4 a:hover {
        color: #000;
    }

.single_post.related_post_sec .rel_thumb {
    margin-right: 20px;
    width: 34%;
}

@media(max-width:479px) {
    .single_post.related_post_sec .rel_thumb {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.single_post.related_post_sec .meta {
    padding: 0;
    border: 0;
    margin: 0 0 15px;
}

    .single_post.related_post_sec .meta > span {
        border: 0;
    }

.single_post.related_post_sec p {
    margin: 0;
}

.videoNine .single_post.related_post_sec p {
    clear: none;
}

.upcoming_events ul li {
    display: table;
    float: none;
    position: relative;
}

.upcoming_events span.date {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    transition: color .3s;
    padding: 5px 0;
    border: 3px solid #dce4ea;
    display: inline-block;
    width: 70px;
    text-align: center;
    margin-right: 10px;
}

    .upcoming_events span.date span {
        font-weight: 700;
        font-size: 36px;
        display: block;
        line-height: 30px;
    }

.upcoming_events .btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px;
    margin-top: 15px;
    color: #fff !important;
    height: 40px;
}

.upcoming_events .meta,
.single-event .meta {
    margin: 15px 0;
}

    .upcoming_events .meta span,
    .single-event .meta span {
        font-size: 13px;
        color: rgba(0, 0, 0, .5);
        font-weight: 400;
        font-style: normal;
        line-height: 20px;
        padding-right: 0;
        margin-right: 25px;
        border-right: 0;
    }

        .upcoming_events .meta span i,
        .single-event .meta span i {
            font-size: 16px;
            padding-right: 10px;
        }

@media(max-width:479px) {
    .upcoming_events.event-col .col-xs-6 {
        width: 100%;
    }
}

.upcoming_events ul li:hover span.date {
    color: #e91e63;
    transition: color .3s;
}

.upcoming_events ul li:hover h4 a {
    color: #000;
    transition: color .3s;
}

.upcoming_events .row {
    overflow: hidden;
}

.upcoming_events h4 a {
    font-family: roboto slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    transition: color .3s;
    line-height: 24px;
    text-decoration: none;
    display: table-cell;
}

.news-section .upcoming_events .meta span.publish-date {
    color: #000;
    margin-right: 0;
    margin-top: 30px;
    display: block;
}

@media(min-width:1200px) {
    .single_post h1 {
        margin: 0 0 30px;
    }
}

.single_post p {
    margin: 0 0 45px;
}

.single_post .block_quate {
    margin: 40px 0;
}

.single_post ul li {
    padding: 0 0 25px;
    margin: 0 0 22px;
    float: left;
    display: block;
}


    .single_post ul li:last-child {
        border-bottom: 1px solid #dce4ea;
    }

.rel_thumb {
    width: auto;
    float: left;
    height: auto;
    margin: 5px 10px 0 0;
}

.rel_right h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.rel_right span.date {
    font-weight: 400;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

    .rel_right span.date a {
        text-decoration: none;
        color: #49c32c;
        font-weight: 400;
    }

.meta {
    padding: 0 0 6px;
    border-bottom: 1px solid #dce4ea;
    margin: 0 0 25px;
}

    .meta span {
        font-weight: 400;
        font-style: italic;
        line-height: 20px;
        display: inline-block;
        padding-right: 20px;
        margin-right: 10px;
        border-right: 1px solid #dce4ea;
    }

        .meta span a {
            color: #49c32c;
            text-decoration: none;
            font-weight: 400;
        }

        .meta span.date {
            border: 0;
            padding: 0;
            margin: 0;
        }

.news-section .rel_right h4 {
    margin-bottom: 15px;
}

.video-section .rel_right h4 {
    margin-bottom: 10px;
}

.video-section .videoRight .rel_right {
    margin-left: 40%;
}

.footer-address .place {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
}

    .footer-address .place:hover,
    .footer-address .place:focus {
        color: #000;
    }

    .footer-address .place i {
        font-size: 20px;
        padding-right: 7px;
        vertical-align: middle;
        color: rgba(0, 0, 0, .3);
    }
