.align-center{
    margin: 0 auto;
}
.mt-2{margin-top: 20px!important;}
.mt-3{margin-top: 30px!important;}
.mb-4{margin-bottom: 40px!important;}
.mt-5{margin-top: 50px!important;}
.mb-5{margin-bottom: 50px!important;}
div#main-wrap {
    margin-top: 20px;
}
header.site-header {
/*     position: relative;
    background-image: url(/wp-content/uploads/2022/06/herobgwithlayer.png);
    background-position: 0% 0%; */
}
.hero-banner.inner-page {
   /*  display: none; */
}
.intro-background-image {
    height: 520px!important;
    width: 100%!important;
    background-repeat: no-repeat!important;
}
.avatar {
    float: left;
}
.author-info {
    margin-top: 15px;
    overflow: inherit!important;
}
.circle, .circle img {
    border-radius: 50%;
    margin-left: 6px!important;
    margin-top: -22px!important;
    width: 80px!important;
    height: 80px!important;
}
.user-info {
    float: left;
    margin-right: 18px;
}
.media-info{
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: Raleway-R!important;
    line-height: 1.8!important;
}
.media .pull-right {
    margin-left: 20px;
}
.pull-right {
    float: right!important;
}
span.CategoryClass {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #84b2cd;
    font-size: 18px;
    font-weight: 400;
    font-family: Raleway-R!important;
    line-height: 1.8!important;
}
.post-content {
    font-size: 18px;
    margin: 0;
    text-align: left;
    color: #000;
    font-family: Raleway-R!important;
    line-height: 1.8!important;
}
.post-content p {
    margin: 0 0 28px!important;
    text-align: left;
    font-weight: 400;
}
.related-posts.align-center.mt-5.mb-5 {
    display: inline-block;
    width: 100%;
}
div#content_rel_posts {
    width: 33.3333333%;
    float: left;
    padding: 10px;
    line-height: 0;
}
div#content_rel_posts a.image {
    display: block;
    min-height: 200px;
    background: url(/wp-content/themes/genesis-child/blog_inc/includes/featured_gethired.jpg) no-repeat center;
    background-size: auto 100%;
}
div#content_rel_posts img {
    height: 200px!important;
    object-fit: cover;
width:100%;
}
div#content_rel_posts p.title-class {
    position: relative;
    margin: 0;
}
p.title-class a {
    background-color: #23292e9e;
    color: #fff;
    display: block;
    padding: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1.3;
}
.inner-content-main-heading, .main-title {
    font-family: Tinos-B!important;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
    font-size: 28px !important;
    color: #000!important;
    margin-top: 0;
    width: 100%;
    float: left;
}
.post-content h2, .post-content h4 {
    font-size: 28px;
    margin: 0 0 28px;
    text-align: left!important;
    font-family: Tinos-B!important;
    line-height: 1.2em;
    color: #000!important;
}
/* Media Start
------------------------- */
@media (max-width: 991px){
    div#main-wrap {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 690px){
    .intro-background-image {
        height: 200px!important;
        background-size: 100% 100%!important;
    }
    .circle, .circle img {
        width: 60px!important;
        height: 60px!important;
    }
}
@media (max-width: 420px){
    div#content_rel_posts {
        width: 100%!important;
    }
    .media-info {
        float: left;
        width: 100%;
        margin-top: -20px;
        font-size: 13px;
    }
}
