.hs-blog-post .blog-bgcontainer {
    padding-top: 100px;
}

.hs-blog-listing .dnd-section .dnd-column {
    padding: 0;
}

.hs-blog-listing #main-content,
.hs-blog-post #main-content{
    padding: 0!important;
}

/* .body-wrapper.hs-blog-listing,
.body-wrapper.hs-blog-post{
background-size: cover;
background-repeat: no-repeat;
background-position: 58% 100%;
background-image:url('//21061330.fs1.hubspotusercontent-na1.net/hubfs/21061330/raw_assets/public/monetize_360_theme2023/images/Artboard%201%20%E2%80%93%202.png');
} */

.blog-content-wrapper .content-wrapper{
    max-width: 1333px!important;
    padding:0 15px;
    padding-top: 68px;
}

.blog-index__post-image img {
    height: 350px;
    object-fit: cover;
}

.blog-post-featured-img img {
    width: 100%;
}

/* .blog-bgcontainer{
position:relative;
} */

.hs-blog-listing #main-content, .hs-blog-post #main-content{
    background-position: 46% 20%;
    background-repeat: no-repeat;
    background-size: 94% auto;
    background-image:url('//21061330.fs1.hubspotusercontent-na1.net/hubfs/21061330/raw_assets/public/monetize_360_theme2023/images/Artboard%201%203.png');   
        }

.hs-blog-listing .blog-tag-filter,
.hs-blog-post .blog-tag-filter{
    margin-top: -17%;
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin-right: -47px;
    /*     column-gap:40px;
    row-gap:50px; */
}

.blog-index-post{
    padding: 0;
    width: calc(49.8% - 40px);
    margin-bottom: 50px;
    margin-right: 40px;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    box-shadow: 4px 11px 12px #231F2059;
    border-radius: 35px;
    display: flex;
    align-items: stretch;
}

.blog-index__post-inner-card {
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    position: relative;
}

.blog-index__post-image img{
    width:100%;
    vertical-align: middle;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}


.blog-index__post-content h2 a {
    color: #333333;
    text-decoration: none;
    font-weight:700;
}

.blog-index__post-content h2{
    color: #333333;
    min-height: 93.19px;
    font-size: 22px;
    font-family: ArialMT,Sans-serif;
    word-wrap: initial;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-index__post-content{
    display: flex;
    font-family: ArialMT,Sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 31px 31px;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog-index__post-content p{
    font-family: ArialMT,Sans-serif;
    font-size: 18px;
    font-weight: 400;
}



.post_date {
    color: #808080;
    font-size: 14px;
    margin-bottom: 15px;
}

/* .blog-index-post{
display:none;
} */

.blog-post__read-more a {
    font-weight: 700;
    color: #25AD5F;
    font-family: "FranklinGothicATF", Sans-serif;
    font-size: 18px;
}

.blog-post__read-more a:hover{
    color: #25AD5F;
}

.blog-post__read-more{
    text-align:right;
}

.blog-post__read-more a img{
    margin-left:9px;
    vertical-align: middle;
}

.blog-sidebar.span3 {
    padding-left: 40px;
}

.podcast-column-content {
    text-align: center;
}

.blog-post__meta-section {
    align-self: flex-start;
    text-align: right;
    width: 100%;
    margin-top: auto;
    display: inline-block;
}

.blog-post__timestamp span {
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
}


@media (max-width:1267px){
    .blog-index {
        column-gap: 20px;
    }
}

@media (max-width: 992px) {
    .blog-content-wrapper .content-wrapper .row-fluid{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    
    .blog-index-post {
        width: 100%;
    }
    .blog-index {
        margin-right: 0;
    }
}

@media (max-width:1024px){
    .blog-tag-filter {
        padding-top: 68px;
    }
}

@media (max-width:900px){
    .blog-filter-inner {
        padding: 60px 15px 0;
    }
}

@media (max-width:992px){
    .blog-sidebar.span3 {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (max-width:992px){
    .hs-blog-post .blog-bgcontainer {
        padding-top: 60px;
    }
}

@media (max-width:767px){
    .blog-index__post-content{
        height:auto;
    }
    .blog-sidebar.span3 {
        padding-left: 0;       
        padding-top: 40px;
    }
    .blog-index__post-content {
        display: block;
    }
    .blog-index-post {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .blog-content-wrapper .content-wrapper{
        padding: 68px 20px 0;
    }
    .blog-index {
        justify-content: center;
        align-items: center;
        justify-items: center;
    }
}



/* blog post */

.blog-post-wrap {
    background: #F2F2F2 0% 0% no-repeat padding-box;
    border-radius: 35px;
    padding: 42px 47px;
}

.blog-post__timestamp {
    font-weight: 400;
    color: #808080;
    font-size: 14px;
    font-family: ArialMT,Sans-serif;
    margin-bottom: 10px;
}

.blog-post_author a{
    font-weight: 400;
    color: #808080;
    font-size: 14px;
    font-family: ArialMT,Sans-serif;
}

.blog-post_author a img{
    vertical-align:middle;   
}

.blog-post-wrap h3{
    font-weight: 700;
    color: #333333;
    font-size: 26px;
    font-family: ArialMT,Sans-serif;
    margin-bottom: 10px;
}

.blog-post_author {
    margin-bottom: 10px;
}

.blog-post__body p{
    color: #808080;
    font-family: ArialMT,Sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.blog-post-social-share {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 32px 0;
    font-size:0;
}



.blog-post-social-share #hs_cos_wrapper_my_social_sharing{
    display:block;
    height:100%;
}

.blog-post__body a {
    color: #25AD5F;
}

.blog-post-social-share a {
    display: inline-block;
    margin-right: 36px;
}

.blog-post-social-share a img {
    vertical-align: middle;
}

.hs-blog-post .bottom-contact-column {
    margin-top: 20px;
}

p.post-coment {
    margin-top: 1.4rem;
}

.back-to-blog{
    text-align:right;
}

.back-to-blog a {
    color: #25AD5F;
    font-weight: 700;
    font-size: 18px;
    font-family: "FranklinGothicATF", Sans-serif,serif;
}

.back-to-blog a:hover {
    color: #25AD5F;
}

p.description {
    min-height: 72px;
    line-height: 24px;
}

#copyLink
position:relative;
}

@media (max-width:992px){
    .blog-post-featured-img img {
        width: 100%;
    }
}

@media (max-width:767px){
    .blog-post-wrap {
        border-radius: 0;
        padding: 37px 20px;
    }
}

@media (max-width:479px){
    .back-to-blog a {
        font-size: 15px;
    }
    .hs-blog-post .blog-bgcontainer {
        padding-top: 40px;
    }
}