.bodybg {
    background: #ffffff !important;
}

.scroll_To_Top {
    color:#98999A;
}

#site-branding {
    position: relative !important;
    top: 0;
    background: #434345;
    box-shadow: 1px 0px 10px -5px black;
}

.sidebar_widget {
    height: 100%;
}

.single_post_content h1,
.single_post_content h2,
.single_post_content h3,
.single_post_content h4,
.single_post_content h5,
.single_post_content h6,
.single_post_content p,
.single_post_content li,
.single_post_content span,
.single_post_content div,
.single_post_content a,
.single_post_content li a,
.single_post_content span a,
.single_post_content div a,
.single_post_content li a,
.single_post_content section a,
.sidebar_widget section a,
section#categories-2 li a,
section#categories-2 li a,
section#recent-posts-2 ul li a,
.tagcloud a,
section#categories-2 li a:hover,
section#recent-posts-2 ul li a:hover,
.sidebar_widget section a:hover,
.tagcloud a:hover {
    color: #000000;
    text-decoration: none;
}

section#categories-2 li a:hover, section#recent-posts-2 ul li a:hover, .sidebar_widget section a:hover, .tagcloud a:hover,
section#categories-2 li:hover, section#categories-2 li:hover a,
section#categories-2 li:hover span{
    color: #216A95;
}

form.search-form input.search-field {
    color:#000000 !important;
}

form.search-form input.search-field::placeholder {
    color:#000000;
}

form.search-form input.search-field::-webkit-input-placeholder {
    color:#000000;
}

form.search-form input.search-field::-moz-placeholder { /* Firefox 19+ */
    color:#000000;
}

form.search-form input.search-field:-ms-input-placeholder { /* IE 10+ */
    color:#000000;
}

form.search-form input.search-field:-moz-placeholder { /* Firefox 18- */
    color:#000000;
}

footer#colophon {
    background: url(../jpg/bg-low.jpg) repeat top left;
}

.post_header {
    margin:80px 0;
}

.post_featured_image {
    margin-bottom: 60px;
}

ul.post_meta_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 5px;
}

ul.post_meta_info li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 60px;
}

ul.post_meta_info li:last-child {
    margin-right: 0px;
}

ul.post_meta_info li i {
    margin-right: 10px;
    font-size: 16px;
}

ul.post_meta_info li a {
    margin-right: 10px;
    text-transform: capitalize;
}

ul.post_meta_info a {
    transition: all 0.3s ease-in;
}

ul.post_meta_info a:hover {
    text-decoration: underline;
}

ul.post_meta_info li a:last-child {
    margin-right: 0px;
}

.social_share p {
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.social_share p::after{
    content:"";
    position: absolute;
    width:200%;
    left:0;
    bottom:-5px;
    height: 1px;
    background: #000000;
}

div.heateor_sss_horizontal_sharing li i{
    margin-right: 15px !important;
}

div.heateor_sss_horizontal_sharing li:last-child i{
    margin-right: 0 !important;
}
.heateor_sss_horizontal_sharing .heateorSssSharing, .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    color: black !important;
    border: 1px solid black !important;
    background-color: transparent !important;
    filter: brightness(0);
    transition: all 0.3s ease-out;
}

.heateor_sss_horizontal_sharing .heateorSssSharing:hover, .heateor_sss_standard_follow_icons_container .heateorSssSharing:hover {
    border-color: transparent;
    filter: none;
    border-color:transparent !important;
}

.heateorSssLinkedinBackground:hover {
    background-color: #0077b5 !important;
}

.heateorSssFacebookBackground:hover {
    background-color: #3c589a !important;
}

.heateorSssTwitterBackground:hover {
    background-color: #55acee !important;
}


.post_block {
    width: 100%;
    background: #98999a;
    position: relative;
    height: 100%;
}

span.post_date {
    position: absolute;
    z-index: 99;
    color: white;
    padding: 10px;
    background: #216A95;
    font-weight: bold;
    border-radius: 0px 0px 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

span.post_date i {
    margin-right: 10px;
}

.blog_post_block_content {
    padding: 40px 40px 60px;
}

.blog_post_block_content p:last-child {
    margin-bottom: 0px;
}

.post_block_section {
    margin-bottom: 30px;
}

p.blog_categoryDateBlock.black {
    font-size: 16px;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

p.blog_categoryDateBlock.black i {
    font-size: 14px;
    margin-right: 10px;
    width: 15px;
}

p.blog_categoryDateBlock span.authorname {
    margin-right: 20px;
}

.blog_post_content.black {
    margin-bottom: 20px;
}

a.blog_read_more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    bottom: 30px;
    color:#000000;
    transition: all 0.3s ease-in;
}

a.blog_read_more i {
    margin-left: 10px;
    margin-top: 4px;
    color: #000000;
    font-weight: bold;
    transition:all 0.3s ease-in;
}

a.blog_read_more:hover {
    text-decoration: none;
}

a.blog_read_more:hover i{
    color:#FFD700;
}

p.blog_categoryDateBlock.black span {
    display: block;
}

.catname {
    text-transform: capitalize;
}

span.post_date {
    text-transform: uppercase;
}

span.post_date sup{
    text-transform: lowercase;
}

.blog_post_block_content h5 {
    font-size: 24px;
    font-weight: bold;
}

.single_post_content {
    position: relative;
    margin-bottom: 10%;
}

.social_share {
    position: absolute;
    bottom: -4.5%;
    left: 0;
}

.related_articles h2.page-title {
    color: #434345;
    text-align: center;
    margin-top: 50px;
}

.heading_section::after {
    bottom: -8px;
}

.container.related_articles {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
    .post_header {
        margin: 50px 0;
    }
    p.blog_categoryDateBlock.black {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1336px){
    ul.post_meta_info li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1201px) {
    ul.post_meta_info li {
        font-size: 14px;
    }
    p.blog_categoryDateBlock.black i {
        font-size: 10px;
        margin-right: 5px;
        width: 10px;
    }
    p.blog_categoryDateBlock.black {
        font-size: 12px;
    }
    .blog_post_block_content h5 {
        font-size: 18px;
    }
    .single_post_content {
        margin-bottom: 15%;
    }

}

@media only screen and (max-width: 993px) {
    section#search-2 {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-bottom: 60px;
    }
    .main_page_content .container {
        padding-top: 0;
    }
    .post_header {
        margin: 40px 0;
    }
    ul.post_meta_info {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.post_meta_info li {
        margin-right: 0;
        width: 48%;
        margin-bottom: 10px;
    }
    h2.post-title {
        font-size: 28px;
    }
    .sidebar_widget {
        height: 100%;
        width: 100%;
        margin-top: 40px;
    }
    .social_share {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .single_post_content {
        margin-bottom: 50px;
    }
    .related_articles h2.page-title {
        color: #434345;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    aside#secondary {
        margin-left: -15px;
        padding: 0 15px;
        margin-right: -15px;
    }
    ul.post_meta_info li a {
        line-height: 20px;
    }
    ul.post_meta_info li:nth-child(3) {
        display: block;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px){
    ul.post_meta_info li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 410px) {
    ul.post_meta_info li:nth-child(3){
        display: block;
    }

}