﻿.blog-default {
    margin: 125px 0 0;
}

.post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.post-meta {
    font-size: 0.9em;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0px !important;
}

    .post-meta a {
        color: #999;
    }

.featured-media {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.widget {
    padding-bottom: 40px;
    border-bottom: 1px solid #306095;
    margin-bottom: 40px;
}

.widget-content {
    color: #555;
    font-size: 16px;
    line-height: 27px;
}

.widget_search form {
    position: relative;
}

.post-title, .post-title a {
    color: #2d2d2d;
}

.widget_search input#s {
    -webkit-appearance: none;
    width: 99%;
    padding: 8px 95px 8px 10px;
    background: #FFF;
    border: 1px solid #eee;
    font-size: 14px;
    border-radius: 5px;
}

.widget_search #searchsubmit {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 85px;
    height: 36px;
    background: #471c8f;
    border: none;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.subscription-form-side {
    border: 1px solid #eee;
    padding: 15px 15px 35px;
    border-radius: 5px;
}

.widget-content *:last-child {
    margin-bottom: 0;
}

.subscription-form-side h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 10px 0px 20px;
    font-weight: 600;
}

.subs-inpt {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ddd;
    margin: 0px 0px 15px;
}

.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #444;
}

.widgets-list-layout {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-content > ul > li:first-child {
    border-top: 0;
}

.widget-content ul li {
    padding: 10px 0;
    border-top: 1px solid #EEE;
    line-height: 130%;
}

.featured-media img {
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.widget-content ul li {
    list-style-type: none;
}

    .widget-content ul li a {
        color: #306095;
    }

.children {
    margin: 15px 10px 0px;
}

.abt-author-main {
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin: 25px 0;
}

.author-img {
    float: left;
    width: 120px;
    margin-right: 15px;
}

.author-desc {
    overflow: hidden;
}

    .author-desc p {
        font-size: 14px;
        margin: 0;
        line-height: 22px;
    }

    .author-desc h4 {
        margin: 0 0 5px;
        font-size: 16px;
    }

        .author-desc h4 a {
            color: #053067;
        }

.auth-smm {
    padding-top: 10px;
}

    .auth-smm a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #4a2f8e;
        text-align: center;
        border-radius: 5px;
        color: #6f6b6b;
        margin-right: 2px;
        transition: 0.3s all;
        margin-bottom: 5px;
    }

        .auth-smm a:hover {
            border: 1px solid #4a2f8e;
            color: #fff;
            background-color: #4a2f8e;
        }

.entry-tags a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    padding: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #767676;
    border-radius: 0 2px 2px 0;
}

.pager .previous {
    float: left;
}

.pager .next {
    float: right;
}

.post-categories {
    font-size: 16px;
}

.post-tags {
    margin-top: 20px;
    margin-left: 12px;
}

    .post-tags a {
        position: relative;
        font-size: 14px;
        color: #FFF;
        display: inline-block;
        padding: 1px 10px 3px;
        margin-bottom: 5px;
        margin-right: 20px;
        background: #471c8f;
        border-radius: 0 2px 2px 0;
    }

        .post-tags a::after {
            border-top: 14px solid transparent;
            border-right: 12px solid #471c8f;
            border-bottom: 14px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
        }

        .post-tags a:before {
            content: "";
            display: block;
            position: absolute;
            left: -4px;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #FFF;
            border-radius: 99px;
            z-index: 10;
        }

p.post-categories i {
    color: #4fb7ac;
    font-size: 20px;
    margin-right: 5px;
}

.entry-content ul li {
    margin-left: 20px;
    line-height: 30px;
    font-size: 15px;
}

.entry-content ol li {
    margin-left: 20px;
    line-height: 30px;
    font-size: 15px;
}

@media(max-width:1024px) {
    .post-title, .post-title a {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(min-width:1200px) {
    .sidebar.right {
        padding-left: 35px;
    }
}

.repugen_ad_area iframe {
    width: 100%;
    height: 250px;
    border: none;
    display: block;
    margin: 0 auto;
}

article {
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

    article:last-child {
        border-bottom: none;
    }
/*New css added for list page similar to hoffman blog list page*/

.blog-sec {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0px;
    transition: 0.3s all;
    min-height: 390px;
}

    .blog-sec:hover {
        box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
        transform: scale(1.03) translateY(-5px);
    }

.blog-sec-inner {
    margin-bottom: 25px;
}

.blog-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-para {
    margin: 0px;
}

.blog-heading {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 18px;
    color: #283346;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 26px;
}

.list-blog-sns li {
    display: inline-block;
    margin: 0px 15px 0 0;
}

    .list-blog-sns li a {
        color: #999;
        font-size: 18px;
    }

.srch-box-blog {
    position: absolute;
    right: 20px;
    top: -4px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

input.srch-input-blog {
    width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 35px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.single-tp-post {
    padding: 5px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.065);
    border-radius:5px;
    margin: 0 0 10px;
    overflow: hidden;
}

.single-tp-post:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03) translateY(-5px);
}

    .single-tp-post a {
        padding: 15px 10px;
        display: block;
        transition: 0.3s all;
    }

        .single-tp-post a:hover {
            background-color: #faf9fc;
        }

h4.old-blog-heading {
    font-size: 17px;
    /*font-family: 'Roboto', sans-serif;*/
    /* font-size: 14px; */
    color: #306095;
    font-weight: 600;
    line-height: 18px;
}

.single-tp-post p {
    margin: 0 0 10px;
    font-weight: 600;
    color: #471c8f;
    letter-spacing: 1px;
    line-height: 22px;
}

.single-tp-post h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.single-tp-post h4:hover {
    color: #333;
}

.date-category-sec {
    display: flex;
    justify-content: space-between;
}

.old-blog-dsc {
    font-weight: 300;
    margin: 0px;
}

.recent-post-box-desc h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #4a2f8e;
}
.recent-post-box-desc h3:hover{
    text-decoration:underline;
}

.blog-para {
    margin: 0px;
}

.blog-main {
    font-size: 16px !important;
}

.old-blog-heading {
    font-size: 16px;
    color: #4a2f8e;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.old-blog-heading:hover{
    text-decoration:underline;
}

.pager {
    margin: 30px 0 10px;
}

.date-category-sec p {
    line-height: 22px;
    font-size: 13px;
}
/*END*/

/*css for sidebar form error*/
.error {
    color: red;
    font-weight: 400;
    border-color: red;
}
/*end*/


@media(max-width:767px) {
    .blog-default {
        margin: 0;
    }
}

/*Twitter x icon */
@font-face {
    font-family: "x-twitter";
    src: url("https://cdn.openviowebsites.com/source/fonts/x-twitter.eot");
    src: url("https://cdn.openviowebsites.com/source/fonts/x-twitter.eot?#iefix") format("embedded-opentype"), url("https://cdn.openviowebsites.com/source/fonts/x-twitter.woff") format("woff"), url("https://cdn.openviowebsites.com/source/fonts/x-twitter.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "x-twitter" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "x-twitter";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


a.helpx-twiter {
    margin-bottom: -5px;
    display: flex;
}

.icon-x-twitter {
    position: relative;
}

    .icon-x-twitter:before {
        content: "\61";
        position: inherit;
        left: 0;
        right: 0;
        top: 3px;
        bottom: 0;
    }

/*Twitter x icon END */