/*
 Theme Name: Cwicly Child Starter
 Theme URI: https://cwicly.com/
 Template: cwicly
*/
.custom-scroll {
    scrollbar-width: thin; /* Makes the scrollbar thinner in Firefox */
    scrollbar-color: #999 transparent; /* Set thumb and track color in Firefox */
}

/* Webkit-based browsers (Chrome, Safari, Edge) */
.custom-scroll::-webkit-scrollbar {
    width: 7px; /* Width of the scrollbar */
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: transparent; /* Color of the scrollbar track */
    border-radius: 10px;
    transition-duration: .4s;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #999; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Round the thumb */
    transition-duration: .4s;
}

.no-scroll{
    overflow: hidden;
}



section p a:where(:not(.wp-element-button)),[class^="paragraph-"] a:not(.cc-btn):not(.wp-element-button), [class^="list-"] a:not(.cc-btn):not(.wp-element-button)
{
    color: #E8FD95;
    transition-duration: .3s;
}
section p a:hover, [class^="paragraph-"] a:not(.cc-btn):not(.wp-element-button):hover, [class^="list-"] a:not(.cc-btn):not(.wp-element-button):hover{
    color: #696eff;
}

section .light-bg a:where(:not(.wp-element-button, .cc-btn)), .light-bg [class^="paragraph-"] a:not(.cc-btn):not(.wp-element-button), .light-bg [class^="list-"] a:not(.cc-btn):not(.wp-element-button)
{
    color: #696eff;
    transition-duration: .3s;
}

.section-grinhead, .grin-dkhead{
    z-index: 99999;
}

.section-grinhead-wrapper{
    padding: 20px 25px;
}

.kb-table-of-contents-list-sub{
    margin-left: 30px;
}
.text-balance{
    text-wrap:balance;
}
.hang-punctuation::before {
    content: open-quote;
    position: absolute;
    margin-left: -.5em;
}
.hang-punctuation::after {
    content: close-quote;
}

.lazy-load-video {
    opacity: 0;
    transition: opacity .3s ease-in; /* Smooth fade-in effect */
  }
  video.phone-video {
    object-fit: cover;
    z-index: 1;
    height: 100%;
    border-radius: 14%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  
  video.who-we-help-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
  }
  video.full-size-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
  }
  video.case-study-page-video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  video.controls{
    pointer-events: unset;
  }

  
  

/*Ad popup styles*/
.discovery-pop-up-exit-btn {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s ease-in-out;
}

.calc-ad-2 .discovery-pop-up-exit-btn, .calc-ad-1 .discovery-pop-up-exit-btn, .rect-ad-blue .discovery-pop-up-exit-btn, .rect-ad-light .discovery-pop-up-exit-btn  {
    top: 1px;
    right: 3px;
    z-index: 99999;
    background-color: transparent;
    box-shadow: unset;
}
.rect-ad-blue .discovery-pop-up-exit-btn{
    background-color: white;
}

.horizontal-ad-1 .discovery-pop-up-exit-btn, .horizontal-ad-2 .discovery-pop-up-exit-btn, .horizontal-ad-calc-red .discovery-pop-up-exit-btn{
    top: -35px;
    right: 10px;
}

.rect-ad-uber .discovery-pop-up-exit-btn,
.rect-ad-proserve .discovery-pop-up-exit-btn,
.square-ad-light .discovery-pop-up-exit-btn,
.square-ad-intro-d-suite-variant .discovery-pop-up-exit-btn{
    top: 12px;
    right: 12px;
    z-index: 99999;
}



.calc-ad-1 .discovery-pop-up-exit-btn .line1, .calc-ad-1 .discovery-pop-up-exit-btn .line2, .rect-ad-blue .discovery-pop-up-exit-btn .line1, .rect-ad-blue .discovery-pop-up-exit-btn .line2{
    color:#000;
}

.discovery-pop-up-exit-btn .line1, .discovery-pop-up-exit-btn .line2 {
    transition: transform .5s ease-in-out;
    position: absolute;
}

.discovery-pop-up-exit-btn .line1 {
    transition-duration: 0.4s;
    transform: rotate(45deg);
}
.discovery-pop-up-exit-btn .line2 {
    transition-duration: 0.6s;
    transform: rotate(-45deg);
}
.discovery-pop-up-exit-btn .line1.rotated {
    transform: rotate(135deg);
}
.discovery-pop-up-exit-btn .line2.rotated {
    transform: rotate(225deg);
}


/*End Ad popup styles*/

/*Downloadable styles*/
.influencer-resource-template-default .wp-site-blocks > div:first-child > section:nth-child(3) > div > div:nth-child(2){
    grid-template-columns: 1fr;
}
.influencer-resource-template-default .wp-site-blocks > div:first-child > section:nth-child(3) > div > div:nth-child(2) h4{
    text-align: left;
    display: inline-block;
    margin-left: 10px;
}
.influencer-resource-template-default .wp-site-blocks > div:first-child > section:nth-child(3) > div > div:nth-child(2) svg
{
    vertical-align: sub;
}

.influencer-resource-template-default .wp-site-blocks > div:first-child > section:first-child > div > div:first-child{
    width: 65%;
}
.influencer-resource-template-default .wp-site-blocks > div:first-child > section:first-child > div > div:nth-child(2){
    width: 35%;
}
@media screen and (max-width: 992px) {
    .influencer-resource-template-default .wp-site-blocks > div:first-child > section:first-child > div > div:first-child{
        width: 100%;
    }
    .influencer-resource-template-default .wp-site-blocks > div:first-child > section:first-child > div > div:nth-child(2){
        width: 100%;
    }
    .influencer-resource-template-default .wp-site-blocks > div:first-child > section:nth-child(3) > div > div:nth-child(2) h4{
        text-align: left;
    }
}
@media screen and (max-width: 576px) {
    .influencer-resource-template-default .wp-site-blocks > div:first-child > section:nth-child(3) > div > div:nth-child(2) div{
        display: block;
    }
}

/*End downloadable styles*/

.home .cc-mdl{
    z-index: 10000;
}

/* Start Main Menu Styles */
.section-grinhead.grey-grinhead .section-grinhead-wrapper{
    background-color: #1e1e1e;
}

.grey-grinhead .menu-2024 .cc-nav-content .cc-nav-dropdown:hover{
    background-color: #000;
}

.menu-2024 .cc-nav-content .cc-nav-dropdown .cc-nav-dropdown__button{
    background-color: transparent;
}

.menu-2024 .cc-nav-content .cc-nav-dropdown, .menu-2024:not([is-modal=true]) .cc-nav__submenu-header .cc-nav__submenu-header--title{
    transition-duration: .4s;
}

.menu-2024.cc-nav:not([is-modal=true]) .cc-nav-dropdown .cc-nav__section:not(.cc-nav__section--footer) .cc-nav__submenu-item--link:hover .cc-nav__submenu-item--icon__img{
 filter: saturate(100%) !important;
}

.menu-2024 .customers-link{
    position: relative;
}

.menu-2024 .cc-nav__submenu-item--link::after, .menu-2024 .customers-link::after{
    content: url("/wp-content/uploads/2024/09/Arrow-menu.svg");
    width: 15px;
    height: auto;
    position: absolute;
    right: 10px;
    opacity: 0;
    transition-duration: .4s;
}
.menu-2024 .cc-nav__submenu-item--link:hover::after, .menu-2024 .customers-link:hover::after{
    opacity: 1;
}



/* End Main Menu Styles */

/* iframe youtube videos */
.video-iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/*Hide pixel image*/
img[src*="https://t.kmtx.io/ts"] {
    position: absolute;
    height: 0;
  }

/* fix blog lists margin */
.blog-list{
    margin-left: 35px;
}
.kb-table-of-content-nav .blog-list{
    margin-left: 0;
}

/*Hide placeholder event in mobile menu*/
.cc-menu .menu-id-28493{
    display: none;
}

/* Gated Link Popup and Custom Popup*/

.gated-link-popup, .custom-popup{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.gated-link-popup.open, .custom-popup.open{
    display: flex;
}
.gated-link-inner, .custom-popup-inner{
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    width: 50vw;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    max-width: 700px;
}

.gated-link-popup-exit, .custom-popup-exit{
    position: absolute;
    top:0;
    right: 0;
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
}

.seealso{
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}
.seealso.white{
    background-color: white;
}
div.wp-site-blocks .seealso a{
    color: #696eff;
    font-family: 'Roobert';
}
.seealso p{
    margin:0 !important;
    font-family: 'Roobert';
    font-size: 18px;
    font-weight: 400;
}
.seealso p:before{
    content:url('/wp-content/uploads/2022/07/seealso-grin.webp');
    position: relative;
    bottom: -5px;
    left: -7px;
}
.seealso span.gated-link-button{
    font-family: 'SourceSerifPro' !important;
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

.custom-popup-button{
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

span.gated-link-button:hover, .custom-popup-button:hover{
    color:#2c2c51;
}

.popup-halves{
    display: flex;
}

.popup-halves .popup-left{
    width: 65%;
}
.popup-halves .popup-right{
    width: 35%;
}

.popup-halves h2{
    line-height: 1.2;
    margin-bottom: 15px;
}

.custom-popup .popup-inner-warning h2{
    font-size: 1.2em;
    text-align: center;
}
.custom-popup .popup-inner-warning p{
    text-align: center;
}

.grin-purple{
    color: #696EFF;
    transition-duration: .3s;
}
.grin-purple:hover{
    color: #4e54ff;
}

figure.wp-block-image{
    margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
    .gated-link-inner, .custom-popup-inner{
        width: 91vw;
    }
    .popup-halves{
        flex-direction: column-reverse;
    }
    .popup-halves .half{
        width: 100%;
    }
    .popup-halves .popup-right{
        width:50%;
        margin: auto;
    }
    .popup-halves h2, .popup-halves p{
        text-align: center;
    }
}

/* End Gated Link Popup and custom popup*/
.see-grin-container{
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

a.see-grin{
    background: #696eff;
    color: white;
    padding: 20px;
    border-radius: 30px;
    transition-duration: .3s;
    display: inline-block;
}
a.see-grin:hover{
    background: #4e54ff;
}

section.cc-modaler h1{
    text-align: center;
}
section.cc-modaler{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.separated-last-page .last-page-form-container{
    position: relative;
}


@media screen and (max-width: 992px){
    ._fixed_bottom_banner .banner-form-col{
        width: 100% !important;
        padding-bottom: 10px;
    }
}
/*End Bottom banner form style*/

/*Partner banner slick styles*/
.partnerlogos-slick-banner .slick-slide{
    height: 40px;
    width: 150px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnerlogos-slick-banner img{
    height: 100%;
    width: auto;
    object-fit: contain;
}

.partnerlogos-slick-banner .slick-arrow{
    display: none;
}

/* End Partner banner slick styles*/


/*Case study styles*/


/* .case-study-slider{
    height: 375px;
  }
  .case-study-slider .slick-list, .case-study-slider .slick-track, .case-study-slide img, .case-study-slide .case-study-slide-inner, .case-study-slider .cc-vid{
    height: 100%;
  }
  .case-study-slider .cc-vid{
    border-radius: 12px;
  }
  
  .case-study-slider .slick-track
  {
      display: flex ;
  }
  
  .case-study-slider .slick-slide
  {
      height: inherit ;
  }
  .case-study-slide{
    padding: 0 15px;
  } */

  .case-study-slider {
    height: 375px;
    display: block;
}

.case-study-slider .flickity-viewport,
.case-study-slider .flickity-slider,
.case-study-slide img,
.case-study-slide .case-study-slide-inner,
.case-study-slider .cc-vid {
    height: 100%;
}

.case-study-slider .cc-vid , 
.case-study-slider .cc-vid video{
    width: 211px;
    object-fit: contain;
}

.case-study-slide img{
    object-fit: contain;
    width: auto;
}

.case-study-slider .cc-vid {
    border-radius: 12px;
}

/* Padding between the slides (cells) */
.case-study-slide {
    padding: 0 15px;
    height: 100%;
}

/*End Case study styles*/

/*Blog, influencer marketing 101 chapters and news styles*/
.tts__listent_content{
    margin-bottom: 15px;
}

.single-post{
    background-color: black;
}

.single-post h1{
    text-wrap: balance;
}


@media screen and (min-width: 992px){
    .single-post .section-c03a822-wrapper{
        column-gap: 60px;
    }
    .single-post .section-c03a822-wrapper article{
        width: calc(70% - 30px);
    }
    .single-post .section-c03a822-wrapper .div-ce0761d{
        width: calc(30% - 30px);
    }
    .single-post .wp-site-blocks article p, .single-post .wp-site-blocks article ul li, .single-post .wp-site-blocks article ol li, #post-blog-content, .single-post .wp-block-table, .single-news .wp-site-blocks article p, .single-news .wp-site-blocks article ul li, .single-news .wp-site-blocks article ol li, .single-news .wp-block-table{
        font-size: 21px;
    }
}
@media screen and (max-width: 576px) {
    h1.heading-c5f3227 {
        font-size: 32px;
        line-height: 36px;
        text-align: left;
    }
}

.single-news .section-grinhead-wrapper{
    padding: 0px 25px;
}


.single-post section p a:where(:not(.wp-element-button)), .single-post [class^="list-"] a:not(.cc-btn):not(.wp-element-button):hover, .single-news section p a:where(:not(.wp-element-button)), .single-news [class^="list-"] a:not(.cc-btn):not(.wp-element-button):hover{
    color: #E8FD95;
}

.single-news ul, .single-news ol{
    margin: 20px 0;
}

.blog-details .author-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: unset;
    margin-right: 15px;
  }
  .blog-details p{
    margin-bottom: unset;
      color: white;
      font-size: 20px;
      font-style: normal;
      font-weight: 100;
      text-align: left;
  }
  .blog-details p a:not(.cc-btn):not(.wp-element-button){
    text-decoration: none !important;
    color:white;
  }
  .blog-details .dot-separator{
    margin: 0 10px;
  }
  .wp-site-blocks .playht-iframe-player{
    background-color: #f9f9f9 !important;
    border-radius: 8px;
  }
  .play-pause-btn .cc-icn{
    transition-duration: .3s;
  }
  .opacity-zero{
    opacity: 0;
  }

  .single-post .wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header,  .single-post .wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-panel-inner, .single-news .wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-header-wrap .kt-blocks-accordion-header,  .single-news .wp-block-kadence-accordion .wp-block-kadence-pane .kt-accordion-panel-inner{
    background-color: #1e1e1e;
    color: white;
    font-family: 'Roobert';
  }

  .single-post article .wp-block-kadence-tableofcontents.kd-tbcontent{
    display: none;
  }
  .single-post .wp-block-kadence-tableofcontents.kd-tbcontent, .im101-chapter-content .wp-block-kadence-tableofcontents{
    background: white;
    border-radius: 10px;
    font-family: 'Roobert';
    color: black;
    padding: 20px;
  }
  /* .im101-chapter-content .wp-block-kadence-tableofcontents.kd-tbcontent{
    background-color: #000;
    color: white;
  } */
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap{
    padding: 0 !important;
    background-color: white !important;
  }
  /* .im101-chapter-content.black-bg-chapter .kb-table-of-content-nav .kb-table-of-content-wrap{
    padding: 30px 0;
  } */
  .single-post article .kb-table-of-content-nav .kb-table-of-content-wrap, .im101-chapter-content article .kb-table-of-content-nav .kb-table-of-content-wrap{
    padding: 20px 0;
  }
  .single-post .kb-table-of-contents-title-wrap .kb-table-of-contents-title, .im101-chapter-content .kb-table-of-contents-title-wrap .kb-table-of-contents-title{
    color: black !important;
    font-size: 22px;
  }
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list{
    list-style: none;
    padding-left: 1em;
  }
  .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list{
    list-style: none;
    padding-left: 0;
  }
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li{
    font-size: 15px;
    line-height: 18px;
    font-weight: 100;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    color: black;
  }
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li::before, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li::before, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2023/02/chevron-right-purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 9px;
    transform: translateY(-50%);
    filter: grayscale(100) brightness(0);
  }
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li a, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li a{
    transition-duration: .3s;
  }
  .im101-chapter-content .wp-block-kadence-tableofcontents.kb-table-of-content-nav{
    margin-top: 20px;
  }
  .im101-chapter-content .wp-block-kadence-tableofcontents.kb-table-of-content-nav .kb-table-of-content-wrap{
    padding: 0;
  }
  .single-post .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li a:hover, .im101-chapter-content .kb-table-of-content-nav .kb-table-of-content-wrap .kb-table-of-content-list li a:hover{
    color: #696eff;
  }

  .single-post .author-section{
    padding: 60px 0 0 0;
    }
    .single-post .author-container{
        display: flex;
        box-shadow: 0px 0px 20px -10px #2124794f;
        padding: 30px;
        margin: auto;
        margin-bottom: 0;
        background: #1e1e1e;
        border-radius: 8px;
        align-items: center;
    }
    .single-post .author-container .author-image{
        width:30%;
        padding: 0 30px 0 0;
    }
    .single-post .author-container .author-image img{
        width: 100%;
        object-fit: contain;
        border-radius: 50%;
        height: auto;
    }
    .single-post .author-container .author-info{
        width:70%;
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .single-post .author-container .author-name{
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .single-post .author-container .author-bio{
        font-size:18px;
    }
    @media screen and (max-width:768px){
        .single-post .author-container{
            flex-direction: column;
        }
        .single-post .author-container .author-image, .single-post .author-container .author-info{
            width: 100%;
        }
        .single-post .author-container .author-name, .author-bio{
            text-align:center;
        }
        .single-post .author-container .author-image{
            padding: 0;
            display: flex;
            justify-content: center;
        }
        .single-post .author-container .author-image img{
            max-width: 150px;
            margin-bottom: 20px;
        }
    }


.single-post .wp-site-blocks .kb-table-of-contents-icon-trigger{
    background-color:#696eff !important;
}
/*--See Also Widget--*/
.single-post .wp-site-blocks .seealso, .single-news .wp-site-blocks .seealso{
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    margin:15px 0;
}
.single-post .wp-site-blocks .seealso a, .single-news .wp-site-blocks .seealso a{
    color:#E8FD95;
    font-weight: 400;
}
.single-post .wp-site-blocks .seealso p, .single-news .wp-site-blocks .seealso p{
    margin:0 !important;
    font-family: 'Roobert';
    font-size: 19px !important;
}
.single-post .wp-site-blocks .seealso p:before, .single-news .wp-site-blocks .seealso p:before, .wp-site-blocks .im101-chapter-content .seealso p:before{
    content:url('/wp-content/uploads/2022/07/seealso-grin.webp');
    position: relative;
    bottom: -5px;
    left: -7px;
    filter: invert(1)
}

.single-post .wp-site-blocks #post-blog-content .kt-accordion-header-wrap, .single-news .wp-site-blocks #post-blog-content .kt-accordion-header-wrap{
    font-family: 'Roobert';
}

.single-post .wp-site-blocks #post-blog-content .kt-accordion-panel-inner, .single-news .wp-site-blocks #post-blog-content .kt-accordion-panel-inner{
    background: transparent;
    font-family: 'Roobert';
    color: white;
}

#post-blog-content{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.single-post .wp-site-blocks article p, .single-post .wp-site-blocks article h5, .single-post .wp-site-blocks article ul li, .single-post .wp-site-blocks article ol li, #post-blog-content, .single-post .wp-block-table, .single-news .wp-site-blocks article p, .single-news .wp-site-blocks article ul li, .single-news .wp-site-blocks article ol li, .single-news .wp-block-table{
    color: white;
    font-family: 'Roobert';
    font-weight: 300;
}
.single-post .wp-site-blocks article h5{
    font-weight: 500;
    font-size: 22px;
}

#frequently-asked-questions{
    margin-bottom: 20px;
}

.single-post .faq-container{
    margin-top: 30px;
}

.single-post .wp-site-blocks #post-blog-content .author-container .author-name, .single-post .wp-site-blocks #post-blog-content .author-container .author-bio, .single-post .wp-site-blocks #post-blog-content .hand-picked-content p, .single-post .wp-site-blocks #post-blog-content .hand-picked-content .cc-query-item h6{
    color: white;
}

.single-post .wp-site-blocks #post-blog-content .hand-picked-content{
    padding: 60px 0 0 0;
}

.single-post .wp-site-blocks #post-blog-content .hand-picked-content .cc-query-item > a{
    background-color: #1e1e1e;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.single-post .wp-site-blocks #post-blog-content .hand-picked-content p{
    margin: 0 0 0 0;
    line-height: 1.2em;
}

.single-post .wp-site-blocks #post-blog-content .hand-picked-content h6{
    color: white;
    line-height: 1.2em;
}

.single-post .wp-site-blocks #post-blog-content .hand-picked-content .cc-query-item a > div:first-of-type h6{
    color: black;
}


.single-post .wp-site-blocks article h2, .single-news .wp-site-blocks article h2{
    font-family: 'Roobert';
    font-weight:600;
    line-height: 42px;
    margin-top:25px !important;
    color: white;
}
.single-post .wp-site-blocks article h4, .single-post .wp-site-blocks h3, .single-news .wp-site-blocks article h4, .single-news .wp-site-blocks h3{
    font-family: 'Roobert';
    color: #a8eafe;
    margin-top:25px;
    font-weight: 600;
}
.single-post .wp-site-blocks article p, .single-post .wp-site-blocks article h1, .single-post .wp-site-blocks article h2, .single-post .wp-site-blocks article h3, .single-post .wp-site-blocks article h4, .single-post .wp-site-blocks article p, .single-news .wp-site-blocks article h1, .single-news .wp-site-blocks article h2, .single-news .wp-site-blocks article h3, .single-news .wp-site-blocks article h4{
    margin: 25px 0;
}
@media screen and (max-width: 576px){
    .blog-details .dot-separator{
        display: none;
      }
}




  /*End Blog and news styles*/