.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: 0px;
}
header.site-header {
    position: relative;
/*     background: #ececec; */
	    padding-top: 0em;
    padding-right: 1em;
    padding-left: 1em;
    background-image: url(http://cowboy-country.mysites.io/wp-content/uploads/2022/05/main-bg.webp);
    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: Poppins-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: #4bbb19;
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins-R !important;
    line-height: 1.8!important;
}
.post-content {
    font-size: 18px;
    margin: 0;
    text-align: left;
    color: #000;
    font-family: Poppins-R !important;
    line-height: 1.8!important;
}
.post-content p {
    margin: 0 0 28px!important;
    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;
}
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;
}
 .main-title, .post-content h1 {
    font-family: Poppins-SB !important;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
    font-size: 55px !important;
    color: #000!important;
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    float: left;
}
.inner-content-main-heading{
    font-family: Poppins-SB !important;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
    font-size: 36px !important;
    color: #000!important;
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    float: left;
}
.post-content h2,.post-content h3, .post-content h4 , .post-content h5{
    margin: 0 0 28px;
    text-align: left!important;
    font-size: 36px !important;
    color: #000000 !important;
    font-family: "Poppins-SB" !important;
    text-transform: uppercase !important;
}
.post-content p, .post-content a, .post-content p a{
    font-size: 18px;
    line-height: 32px;
    color: #252528;
       font-family: Poppins-R !important;
}
.post-content ul li{
   font-size: 18px;
    line-height: 32px;
    color: #252528;
    font-family: "Poppins-SB";
    list-style: none !important;
    padding: 6px 0 6px 34px;
    background: url(/wp-content/uploads/2022/05/li-bg.webp) no-repeat 0 8px;
}
.post-content ul li a{
    font-size: 18px;
     line-height: 32px;
     color: #252528;
     font-family: "Poppins-SB";
 }
 .post-content img.alignright {
    margin: 28px 0px 28px 5px !important;
}
/* Media Start
------------------------- */
@media (max-width: 991px){
    div#main-wrap {
        width: 100%;
        padding: 0;
        max-width: 90%;
    }
}
@media (max-width: 690px){
    .intro-background-image {
        height: 200px!important;
        background-size: 100% 100%!important;
    }
    .circle, .circle img {
        width: 60px!important;
        height: 60px!important;
    }
    .post-content img.fullimage.alignright {
        float: left;
        width: 100%;
        margin-left: 0 !important;
    }
}
@media(max-width:480px){
    .main-title, .post-content h1 {
        font-size: 30px !important;
    }
    .post-content p, .post-content a, .post-content p a {
        font-size: 16px;
        line-height: 26px;
    }
    .post-content h2,.post-content h3, .post-content h4 , .post-content h5{
        font-size: 24px !important;
    }
}
@media (max-width: 420px){
    div#content_rel_posts {
        width: 100%!important;
    }
    .media-info {
        float: left;
        width: 100%;
        margin-top: -20px;
        font-size: 13px;
    }
}
