.blog_block_content {
    display: block;
    margin: 20px 0;
    max-height: 330px;
    overflow: hidden;
    padding: 0 20px 10px;
    position: relative
}

.blog_block_content a {
    color: #f8ae41
}

.blog_block_content img {
    display: block;
    float: left;
    height: auto;
    margin-right: 17px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: auto
}

.blog_block_content:after {
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ffffff', GradientType=0);
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.defaul_container {
    background: #0198f9;
    margin: 0 auto;
    max-width: calc(100% - 50px);
    padding: 130px 0
}

.page-item.active .page-link {
    background-color: #102b58;
    border-color: #102b58
}

.page-item:first-child .current {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item .current {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    border: 1px solid #102b58;
    background-color: #102b58;
}

.page-item:last-child .current {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-link {
    border-color: #102b58;
    color: #102b58
}

.page-link:hover {
    background: #f8a942;
    border-color: #f8a942;
    color: #fff
}

.sticky {
    background: #ececec
}

.tagcloud a {
    -webkit-transition: .2s;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-size: 13px !important;
    height: 28px;
    line-height: 28px;
    margin: 0 .75em .5em 0;
    max-width: 135px;
    padding: 0 11px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: .2s;
    white-space: nowrap
}

.tagcloud a span {
    -webkit-transition: .2s;
    background-color: #102b58;
    border-radius: 100%;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: .2s;
    width: 26px;
    z-index: 2
}

.tagcloud a span:after {
    border-color: transparent #102b58 transparent transparent;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    content: '';
    height: 0;
    left: -12px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 0
}

.tagcloud a:hover {
    border-color: #0198f9
}

.tagcloud a:hover span {
    display: block;
    right: -30px
}

.widget_categories form label {
    color: #262626;
    letter-spacing: -.2px;
    line-height: 1.35;
    margin-bottom: 0;
    margin-right: 20px
}

.widget_recent_entries {
    /* float: right; */
    margin-bottom: 10px;
    margin-top: -4px;
    max-width: 775px
}

/* .widget_recent_entries li::before {
    color: #f8ae41;
    content: "• ";
    left: 15px;
    position: absolute
} */

.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_recent_entries ul li a {
    color: #fff;
    letter-spacing: -.2px;
    line-height: 1.35;
    margin: 12px 0;
    padding-left: 22px;
    position: relative;
    /*text-indent: -.7em*/
    display: block;
}

.widget_recent_entries ul li span {
    color: #0198f9;
    letter-spacing: -.2px;
    line-height: 1.35;
    margin: 16px 0;
    padding-left: 22px;
    position: relative;
    text-indent: -.7em
}

a.more-link {
    background: #102b58;
    border-radius: 50px;
    color: #fff;
    display: block;
    float: right;
    font-size: 17px;
    margin-top: 15px;
    padding: 6px 15px;
    position: relative
}

a.more-link i {
    margin: 0 13px
}

a.more-link:hover {
    color: #f8ae41;
    text-decoration: none
}

.blog article {
    margin: 0 15px;
}

article header {
    -ms-word-wrap: break-word;
    border-bottom: 1px solid;
    overflow: hidden;
    padding: 5px 20px;
    word-wrap: break-word
}

article header .text-muted {
    color: #000 !important
}

article header .text-muted a {
    color: #000;
    margin: 10px;
    text-decoration: none
}

article header .text-muted a:hover {
    border-bottom: 1px solid
}

article header h2 {
    color: #000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

article header h2 a {
    color: #000
}

article header h2 a:hover {
    color: #f8ae41;
    text-decoration: none
}

blockquote {
    background: #EDEDED;
    border-left: 8px solid #102b58;
    color: #555;
    font-family: Open Sans;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.6;
    margin: 50px auto;
    padding: 1.2em 30px 1.2em 75px;
    position: relative;
    width: 60%
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin-top: 1em
}

blockquote cite a {
    color: #f8ae41
}

blockquote cite a:hover {
    text-decoration: none
}

blockquote::after {
    content: ''
}

blockquote::before {
    color: #102b58;
    content: "\201C";
    font-family: Arial;
    font-size: 4em;
    left: 10px;
    position: absolute;
    top: -10px
}

body.blog {
    background: #0198f9
}

div#content {
    background: #fff;
    /*padding: 60px 15px;*/
    padding: 0px 15px 0px 15px;
    min-height: 50vh;
    position: relative;
}

@media screen and (min-width: 1200px) {
    div#content {
        max-width: 1100px;
    }
}

@media screen and (min-width: 992px) {
    div#content {
        max-width: 1100px;
    }
}

div#content.ptb-60 {
    padding: 60px 15px;
}

div.sidebar {
    padding: 10px 0;
    background: #0198F9;
    color: #fff;
}

div.sidebar .custom_html-2 {
    clear: both;
}

.blog-sidebar-bg-blue {
    background: #0198F9;
    outline: 1px solid #0198f9;
}

.blog-content-padding {
    padding: 10px 0;
}

div#sidebar h2 {
    margin-bottom: 17px
}

section.tag_cloud-2.widget_tag_cloud {
    margin-bottom: 30px
}

time.entry-date.published {
    color: #000
}

ul.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.post-template-default, .archive, .author {
    background: #0198f9;
}

.posts_navigation {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

h1.blog_name {
    width: 100%;
    margin: 20px 0;
    padding-left: 27px;
}

.post-template-default article {
    margin-bottom: 110px;
}

.post-template-default img, .archive img, .author img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.single-content-wrapper .post p {
    font-size: 1.375rem;
}

.posts_navigation a{
    font-size: 19px;
}

body.page{
    background: #18366A;
}

.page #content {
    margin: 50px 0;
    width: 100%;
    max-width: unset;
    color: #fff;
    background: #18366A;
}

.widget_recent_entries ul{
    padding-left: 0;
    list-style: none;
}

/*.widget_recent_entries li:before{*/
/*    font-size: 25px !important;*/
/*    line-height: 30px;*/
/*}*/

.widget_recent_entries a {
    -webkit-transition: .2s;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #000 !important;
    width: auto;
    font-size: 13px;
    font-size: 13px !important;
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 8px;
    padding: 6px 8px !important;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: .2s;
    white-space: nowrap;
}