/* main > section {
    margin-bottom: 4.88rem;
} */
body[data-pagetype="single-blog"] .hasBackground:before {
    background-image: url("../img/raad-background-02.webp");
}
html.darkMode body[data-pagetype="single-blog"] .hasBackground:before {
    background-image: none;
}
section.masonry-container {
    margin-bottom: 4.5rem;
}
/*=====================================blogHero-container */
.heroBlogItem .info .mainTitle {
    background: -o-linear-gradient(1deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background: linear-gradient(89deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body[data-pagetype="single-blog"] .heroBlogItem .info .mainTitle {
    color: var(--lightPrimary);
    -webkit-text-fill-color: unset;
}
.heroBlogItem .info  .des {
    width:80%;
}
.heroBlogItem .authorDt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*=======================filtering */
.loading-text {
    font-size: .9rem;
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*=======================filtering */
/*=====================================blogHero-container */
/*=====================================singleBlog =====================================*/
.restOfPage {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 11rem 1fr;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 11rem;
    -moz-column-gap: 11rem;
    column-gap: 11rem;
    margin: 4rem 0;
}
.restOfPage .content{
    position: relative;
}
.restOfPage .content .wp-content {
    padding: 1rem 0 3rem;
}
.restOfPage .content:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: -o-linear-gradient(left, #9AD1C2 79.43%, #FAD590 99.93%);
    background: -webkit-gradient(linear, left top, right top, color-stop(79.43%, #9AD1C2), color-stop(99.93%, #FAD590));
    background: linear-gradient(90deg, #9AD1C2 79.43%, #FAD590 99.93%);
}

aside .blogItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
}
aside .blogItems .blogItem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1rem;
}
aside .blogItems .blogItem:nth-child(even) {
    grid-template-areas:unset;
}
aside .blogItems .blogItem:nth-child(even) > .info {
    grid-area: unset;
}
aside .blogItems .blogItem .info ,
aside .blogItems .blogItem:nth-child(even) > .info {
    padding: 0;
}
aside .blogItems .blogItem .info .title{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 850;
}
.author_share{
    position: relative;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.author_share:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: -o-linear-gradient(1deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background: linear-gradient(89deg, #9AD1C2 61.7%, #84A3C8 98.51%);
}
.author_share:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(1deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background: linear-gradient(89deg, #9AD1C2 61.7%, #84A3C8 98.51%);
}
.author_share .author {
    position: relative;
    padding-bottom: .85rem;
}
.author_share .author:after{
    position: absolute;
    content: '';
    width: 150%;
    height: 1px;
    bottom: 0;
    left: -25%;
    background: -o-linear-gradient(1deg, #9AD1C2 61.7%, #84A3C8 98.51%);
    background: linear-gradient(89deg, #9AD1C2 61.7%, #84A3C8 98.51%);
}
.author_share .author img {
    width: 7.3125rem;
    height: 7.3125rem;
    border: 2px solid #FFF;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.author_share .author .text > * {
    display: block;
    text-align: center;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
}

.author_share .author .text .position {
    font-weight: 200;
}
.author_share .share {
    margin-top: 1rem;
    text-align: center;
}
.author_share .share ul.socialMedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: .75rem;
}

.author_share .share ul.socialMedia a {
    display: block;
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}
.author_share .share ul.socialMedia svg {
    width: 1rem;
    height: 1rem;
}
.author_share .share ul.socialMedia svg path {
    stroke: var(--gray);
}
.author_share .share ul.socialMedia a span {
    font-size: 1rem;
}
.author_share .share ul.socialMedia a span ,
.author_share .share ul.socialMedia svg path{
    -webkit-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
}

.author_share .share ul.socialMedia a:hover span ,
.author_share .share ul.socialMedia a:hover svg path {
    color: var(--primary);
}
html.darkMode .author_share .share ul.socialMedia a:hover span[class^="icon-"]:before,
html.darkMode .author_share .share ul.socialMedia a:hover span[class*=" icon-"]:before {
    color: var(--primary);
}
.author_share .share ul.socialMedia a#copyLink {
    position: relative;
}
.author_share .share ul.socialMedia a#copyLink span {
    position: absolute;
    bottom: 100%;
    font-size: .8rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-15px);
    -ms-transform: translateX(-50%) translateY(-15px);
    transform: translateX(-50%) translateY(-15px);
    opacity: 0;
    display: block;
    white-space: pre;
    -webkit-transition: opacity ease-in-out .35s, -webkit-transform ease-in-out .15s;
    transition: opacity ease-in-out .35s, -webkit-transform ease-in-out .15s;
    -o-transition: opacity ease-in-out .35s, transform ease-in-out .15s;
    transition: opacity ease-in-out .35s, transform ease-in-out .15s;
    transition: opacity ease-in-out .35s, transform ease-in-out .15s, -webkit-transform ease-in-out .15s;
    background-color: var(--primary);
    color: #fff;
    padding: .25rem .45rem;
    border-radius: .45rem;
}

.author_share .share ul.socialMedia a#copyLink:hover span {
    -webkit-transform: translateX(-50%) translateY(-3px);
    -ms-transform: translateX(-50%) translateY(-3px);
    transform: translateX(-50%) translateY(-3px);
    opacity: 1;
}
body[ data-pagetype="single-blog"] .restOfPage {
    -ms-grid-columns: 3fr 5rem 1fr;
    grid-template-columns: 3fr 1fr;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

body[ data-pagetype="single-blog"] .restOfPage .content {
    width: 100%;
}
/*=====================================singleBlog =====================================*/
/*================================responsive================================*/
@media only screen and (max-width: 768px) {
    /* main > section {
        margin-bottom: 4.38rem;
    } */
    .raadIntroItem {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .raadIntroItem .media {
        height: 30vh;
    }
    .raadIntroItem .cta{
        width: 100%;
    }
    .heroBlogItem .info .des , .heroBlogItem .authorDt {
        width: 100%;
    }
    /*=====================================singleBlog =====================================*/
    body[ data-pagetype="single-blog"] .restOfPage , .restOfPage {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 1.38rem;
        margin: -5rem 0 1rem;
    }

    .author_share {
        padding-left: 50%;
    }
    /*=====================================singleBlog =====================================*/
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    .raadIntroItem .cta {
        width: 50%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    body[ data-pagetype="single-blog"] .restOfPage {
        -ms-grid-columns: 2fr 4rem 1fr;
        grid-template-columns: 2fr 1fr;
        -webkit-column-gap: 4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }
    body[ data-pagetype="single-blog"] .restOfPage {
        -ms-grid-columns: 2fr 5rem 1fr;
        grid-template-columns: 2fr 1fr;
        -webkit-column-gap: 3rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }
}