/* Latest from Blog
-------------------------------------------------- */

.latest-b2 {
    margin: 30px 0;
}

.latest-b2 a:hover {
    text-decoration: underline;
}

.latest-b2-img {
    float: left;
    width: 140px;
    margin-right: 15px;
    min-height: 140px;
}

.latest-b2-cont {
    min-height: 140px;
    padding-right: 10px;
}

h3.latest-b2-title {
    font-size: 17px;
    margin-bottom: 9px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
    line-height: 1;
}

h3.latest-b2-title a {
    color: #2a2a2a;
}

h6.latest-b2-cat,
h5.latest-b2-date {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 2px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

h6.latest-b2-cat a {
    color: #616161;
}

h5.latest-b2-date {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
}

@media only screen and (min-width: 992px) {
    .vc_col-md-8 .col-md-6.col-lg-4,
    .vc_col-md-6 .col-md-6.col-lg-4,
    .vc_col-md-10 .col-md-6.col-lg-4,
    .vc_col-sm-8 .col-md-6.col-lg-4,
    .vc_col-sm-6 .col-md-6.col-lg-4,
    .vc_col-sm-10 .col-md-6.col-lg-4,
    .vertical-header-enabled .col-md-6.col-lg-4 {
        width: 50%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .latest-b2-img {
        width: 100%;
        float: none;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    h3.latest-b2-title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/* # Latest From Blog (Post formats)
	================================================== */

/* owl dots */

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
}

.owl-dots .owl-dot.active {
    background: #437df9;
}

/* Owl navigation */

.latest-b-carousel .owl-nav .owl-prev:after,
.latest-b-carousel .owl-nav .owl-next:after {
    top: 45%;
    color: #437df9;
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    font-family: 'simple-line-icons';
}

.latest-b-carousel .owl-nav .owl-prev:after {
    left: -45px;
    content: "\e605";
}

.latest-b-carousel .owl-nav .owl-next:after {
    right: -40px;
    content: "\e606";
}

.latest-b-carousel.wn-lb-arrow-nav .owl-dots,
.latest-b-carousel.wn-lb-bullet-nav .owl-nav {
    display: none;
}

.post-format-icon {
    background: #fff;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    border-radius: 5px;
    padding: 11px 13px;
    margin-bottom: 10px;
    margin-top: 4px;
    font-size: 20px;
    font-family: 'WnFontAwesome';
    color: #437df9;
    margin-right: 15px;
    float: left;
    box-shadow: 0 5px 25px -6px rgba(0, 0, 0, 0.15)
}

.post-format-icon.image:before {
    content: "\f030";
}

.post-format-icon.link:before {
    content: "\f0c1";
}

.post-format-icon.video:before {
    content: "\f16a";
}

.post-format-icon.aside:before {
    content: "\f15b";
}

.post-format-icon.gallery:before {
    content: "\f03e";
}

.post-format-icon.audio:before {
    content: "\f001";
}

.post-format-icon.quote:before {
    content: "\f10d";
}

/* # Latest From Blog (ExtentBase)
	================================================== */

.latest-b2 {
    margin: 30px 0;
}

.latest-b2 a:hover {
    text-decoration: underline;
}

.latest-b2-img {
    float: left;
    width: 140px;
    margin-right: 15px;
    min-height: 140px;
}

.latest-b2-img img {
    box-shadow: 0 3px 35px -4px rgba(0, 0, 0, 0.28);
}

.latest-b2-cont {
    min-height: 140px;
    padding-right: 10px;
}

h3.latest-b2-title {
    font-size: 17px;
    margin-bottom: 9px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
    line-height: 1;
}

h3.latest-b2-title a {
    color: #2a2a2a;
}

h6.latest-b2-cat,
h5.latest-b2-date {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 2px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

h6.latest-b2-cat a {
    color: #616161;
}

h5.latest-b2-date {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
}

@media only screen and (min-width: 992px) {
    .vc_col-md-8 .col-md-6.col-lg-4,
    .vc_col-md-6 .col-md-6.col-lg-4,
    .vc_col-md-10 .col-md-6.col-lg-4,
    .vc_col-sm-8 .col-md-6.col-lg-4,
    .vc_col-sm-6 .col-md-6.col-lg-4,
    .vc_col-sm-10 .col-md-6.col-lg-4,
    .vertical-header-enabled .col-md-6.col-lg-4 {
        width: 50%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .latest-b2-img {
        width: 100%;
        float: none;
        margin-bottom: 7px;
    }
    .latest-b2-cont {
        min-height: 78px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    h3.latest-b2-title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

/* # Latest From Blog (Post formats)
	================================================== */

/* owl dots */

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
}

.owl-dots .owl-dot.active {
    background: #437df9;
}

/* Owl navigation */

.latest-b-carousel .owl-nav .owl-prev:after,
.latest-b-carousel .owl-nav .owl-next:after {
    top: 45%;
    color: #437df9;
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    font-family: 'simple-line-icons';
}

.latest-b-carousel .owl-nav .owl-prev:after {
    left: -45px;
    content: "\e605";
}

.latest-b-carousel .owl-nav .owl-next:after {
    right: -40px;
    content: "\e606";
}

.latest-b-carousel.wn-lb-arrow-nav .owl-dots,
.latest-b-carousel.wn-lb-bullet-nav .owl-nav {
    display: none;
}

.post-format-icon {
    float: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    border-radius: 5px;
    padding: 11px 13px;
    margin-bottom: 10px;
    margin-top: 4px;
    font-size: 20px;
    font-family: 'WnFontAwesome';
    color: #437df9;
    margin-right: 15px;
    box-shadow: 0 5px 25px -6px rgba(0, 0, 0, 0.15)
}
