@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}


.background_0f0f0f{background-color:#0f0f0f}
.padding_tb_120{padding-top:120px;padding-bottom:120px}
.color_ffffff{color:#ffffff}

a {
    color: #132b7e;
    text-decoration: none;
}
a:hover{
    color: #029ef5;
}

h3.widget-title , h2.entry-title a, h3.widget-title, h3#reply-title{
    font-family: 'Lato', sans-serif;
}
.post-meta .fa{
    color: #029ef5;
}
h2.entry-title a, h3.widget-title, h3#reply-title {
    color: #333333;
}

h2.entry-title a:hover {
    color: #029ef5;
}

h3.widget-title:after {
    background-color: #029ef5;
}
.search_btn:hover{background-color: #029ef5 !important;}
.sub-banner{
    background-size: cover !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #132b7e;
    border-color: #132b7e;
    color: #ffffff
}
.search_btn{background: #132b7e;
    border-color: #132b7e;
    color: #ffffff}

#blog-nav .navigation li a:hover, #blog-nav .navigation li.active a, input#submit {
    background: #132b7e;
    color: #029ef5;
}

.sub-banner  .display-table {
    padding-top: 70px;
}

.display-table {
    display: table-cell;
    vertical-align: middle
}

.nav-links a {
    line-height: 22px
}

.sub-banner h1 {
    font-weight: 500
}
.post-meta span, .post-meta a {
    color: #132b7e;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
}
.post-meta span, .post-meta a:hover {
    color: #ff9600;
}
.ovrly04 .buttons .fa {
    color: #132b7e;
}
.ovrly04 .buttons .fa:hover {
    background: #132b7e;
    color: #fff;
}
.search-form .search-submit .fa {
    color: #029ef5;
}
.widget_categories li:before, .widget_archive li:before, .widget_meta li:before, .widget_nav_menu li:before, .widget_pages li:before {
    color: #333;
}
abbr, acronym {
    color: #333;
}
abbr:hover, acronym:hover {
    color: #029ef5;
}
.sub-banner:before {
    display: none;
}

nav.navigation.post-navigation{
    background: #132b7e;
}
.nav-previous{
    background: #132b7e;
}
.nav-next{
    background: #132b7e;
}
.nav-previous:hover , .nav-next:hover {
    background-color: #029ef5;
}
.navigation.post-navigation a:hover {
    color: #fff;

}
h3#reply-title:before , h3#reply-title:after{
    background-color: #029ef5;

}

a.read-more, a.more-link {
    color:#029ef5;
}
a.read-more:hover, a.more-link:hover {
    color: #029ef5;
}

ul.mks_themeforest_widget_ul li {
    margin: 0 15px 15px 0;
}

ul.mks_themeforest_widget_ul li:last-child {
    margin:0;
}

.author_box {
    background: #029ef5;
}

h4.comments-title, h4.media-heading a, .comment-reply-title {
    color: #333;
}

a.comment-reply-link, a.comment-edit-link {
    background: none;
    border: 2px solid #029ef5;
    color: #029ef5 !important;
}
a.comment-reply-link:hover, a:hover.comment-edit-link {
    background: #132b7e;
    border: 2px solid #029ef5;
    color: #fff !important;
}
p.comment-awaiting-moderation.label.label-info {

    background: #029ef5;
}
.widget ul li + li {
    margin-top: 4px;
}
.author_box a:hover {
    color: #029ef5;
}

.breadcrumb_hostiko ul li{
    display: inline-block;
}
.breadcrumb_hostiko ul li a {
    color: #132b7e !important;
}
.breadcrumb_hostiko ul li {
    color: #fff !important;
}
.breadcrumb_hostiko ul li a {
    color: #029ef5 !important;
    z-index: 0;
}
.breadcrumb_hostiko ul {
    margin: 0;
    padding: 0;
}


body.single .sub-banner {
    position: relative;
}
body.single .sub-banner:after{
    position: absolute;
    content: "";
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
}

@media screen and (max-width: 767px) {
    .sub-banner {
        height: 300px;
    }
    .sub-banner .display-table {
        padding-top: 100px;
    }


    .sub-banner h1 {
        font-size: 30px;
        line-height: 30px;
    }

}

.footer-post a {
    color: #132b7e;
}

#blog-nav .navigation ul {
    list-style-type: none;}
#blog-nav .navigation {
    float: left;
    padding: 40px 0;
    width: 100%;
}

@media screen and (max-width: 425px) {
    .post-meta {
        display: none;
    }
    nav.navigation.post-navigation {
        max-height: initial;
    }
    .sub-banner h1 {
        font-size: 24px;
        line-height: 26px;
        margin: 0;
    }
    h2.entry-title {
        font-size: 18px;
        line-height: 20px;
    }
    .ovrly04 .buttons {
        width: 100%;
    }
    .post-content-wrapper {
        padding: 15px;
        float: left;
        width: 100%;
        text-align: center;
    }
    #content1 {
        padding-left: 0;
        padding-right: 0;
    }
    .breadcrumb {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .sub-banner .display-table {
        padding-top: 65px;
    }
    .page-content, .entry-content, .entry-summary {
        font-size: 12px;
    }
}



