/* 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 (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 (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;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-line img {
        float: none;
    }
}

/* # 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)
}

.blog-line:hover .img-hover:before {
    -webkit-box-shadow: inset 0 0 0 5px;
    -moz-box-shadow: inset 0 0 0 5px;
    box-shadow: inset 0 0 0 5px;
    color: #437df9;
}

.blog-line h4 {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-line:hover h4 a {
    color: #437df9;
}

.blog-line a {
    color: #000;
    -webkit-transition: color 0.18s ease;
    -moz-transition: color 0.18s ease;
    -o-transition: color 0.18s ease;
    transition: color 0.18s ease;
}

.blog-line p a:hover {
    color: #437df9;
}

.blog-line p,
.blog-line p a {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

.blog-line p.blog-cat a {
    color: #437df9;
    margin-bottom: 7px;
    letter-spacing: 0.3px;
    font-size: 14px;
}

.blog-line p strong {
    font-weight: 400;
}

.blog-line p a:hover {
    text-decoration: underline;
}

.blog-line {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.blog-line img {
    float: right;
    width: 140px;
    height: 110px;
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    -o-transition: all 0.18s ease;
    transition: all 0.18s ease;
}

.img-hover {
    position: relative;
    max-width: 100%;
    float: right;
    margin-left: 15px;
}

.img-hover:before {
    content: "";
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    opacity: 1;
    -webkit-transition: all 0.18s ease;
    -moz-transition: all 0.18s ease;
    -o-transition: all 0.18s ease;
    transition: all 0.18s ease;
}