@media only screen and (min-width: 1025px) and (-Webkit-min-device-pixel-ratio: 1.5) {
    #header-section,
    #ut-hero {
        zoom: 80%;
    }
}

@media(max-width: 425px) {
    #ut-hero .hero-title {
        font-size: 40px;
    }
}

#ut-hero .hero-title span.green-highlight {
    display: block;
    color: #9BC762 !important;
}

#ut-hero .hero-description-bottom {
    line-height: 26px;
}

#header-section.ha-transparent {
    background: rgba(27,29,31,.5);
}
#header-section.ha-transparent:hover {
    background: rgba(27,29,31,.7);   
}
#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child {
    padding-top: 20px;
}
#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.categories_slider_wrap {
    padding: 30px 0;
}

.categories-carousel-list {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 35px;
}

.categories-carousel-list .categories-carousel__item {
    padding: 0 15px;
}

.categories-carousel-list figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.categories-carousel-list .categories-carousel__item img {
    max-width: 100%;
    max-height: 100%;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    border: 1px solid #d8d4d4;
    padding: 6px;
    border-radius: 50px;
    transition: all 0.25s ease;
}

.flickity-prev-next-button .flickity-button-icon:hover {
    opacity: 1;
    border-color: rgba(0, 112, 201, 1);
    color: rgba(0, 112, 201, 1);
}

.cat-slider-title {
    font-size: 66px;
    line-height: 72px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 800;
}
.cat-slider-title:after {
    content: "";
    display: block;
    background-color: #333333;
    height: 2px;
    width: 120px;
    margin: 20px auto 0;
}

.flickity-enabled.is-draggable {
    visibility: visible;
}

.categories-carousel-list {
    visibility: hidden;
    position: relative;
    padding: 50px 0;

}


/* CAROUSEL CATEGORIES */

.image-title {
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 600;
}

.flickity-enabled.is-draggable {
    visibility: visible;
}

.flickity-prev-next-button {
    top: unset;
    transform: none;
    bottom: 0;
}


.flickity-rtl .flickity-prev-next-button.previous {
    right: 0;
    left: unset;
}

.flickity-prev-next-button.previous {
    right: 40px;
    left: unset;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: 40px;
    left: unset;
}


.flickity-prev-next-button.next {
    right: 0;
    left: unset;
}

@media (max-width: 767px) {
    .categories-carousel-list .categories-carousel__item {
        text-align: center;
        width: 39%;
    }

    .flickity-prev-next-button {
        display: none;
    }

    .categories-carousel-list {
        padding: 10px 0 10px 0;
    }
}


@media (min-width: 768px) {
    .categories-carousel-list .categories-carousel__item {
        text-align: center;
        width: 27%;
    }
}

@media (min-width: 900px) {
    .categories-carousel-list .categories-carousel__item {
        text-align: center;
        width: 18%;
    }

    .categories-carousel-list[data-slides="6"] .categories-carousel__item {
        width: 18%;
    }

    .categories-carousel-list[data-slides="5"] .categories-carousel__item {
        width: 21%;
    }

    .categories-carousel-list[data-slides="4"] .categories-carousel__item {
        width: 27%;
    }

}

@media (max-width: 374px) {
    .categories-carousel-list a > div {
        font-size: 11px;
    }

    .categories-carousel-list .categories-carousel__item {
        width: 65%;
    }
}

@media (max-width: 425px) {
    .cat-slider-title {
        font-size: 48px;
    }
}

@media (max-width: 375px) {
    .cat-slider-title {
        font-size: 42px;
    }
}

@media (max-width: 320px) {
    .cat-slider-title {
        font-size: 35px;
    }
}

@media (min-width:769px) {
    .new-icons .ut-horizontal-style-align-left {
        display:flex;
        align-items:center;
    }
    .new-icons .wpb_wrapper .ut-service-icon {
        min-width: 64px;
    }
    .align-center {
        display: flex;
        align-items: center;
    }
}

.text-content,
.about-us-section-text {
    margin:0 auto;
    max-width:750px;
}


/* Affiliate Page */

.affiliate-container .affiliate-logo {
    padding-bottom: 30px;
    text-align: center;
}
.affiliate-container #primary .page-header {
    padding-top: 40px;
    margin-bottom: 0;
}
.affiliate-container #primary h1.page-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 45px;
    line-height: 68px;
    color: #000;
}
.affiliate-container #primary h1.page-title::after {
    content: none;
}

.three-steps-item {
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    color: #000;
}

.affiliate-content-banner {
    background: linear-gradient(
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.65)
      ),
    url(https://dev.cbdaffs.com/wp-content/uploads/2023/04/paul-einerhand-39F7_IfT-r0-unsplash-1.png?id=27837) !important;
}
.affiliate-content-banner-text {
    font-size: 20px;
    line-height: 200%;
    font-weight: 500;
}
.affiliate-content-banner-text ul > li::marker {
    color: #fff;
}



.program-pros > span,
.program-cons > span {
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.program-pros > span {
    background-image: url('../img/program-arrow-up.png');
}

.we-are-cbd .section-title > span {
    background-image: url('../img/flower.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 65px;
}
.we-are-cbd-affiliates,
.we-are-cbd-advertisers {
    background-position: top center;
    background-repeat: no-repeat;
}
.we-are-cbd-affiliates {
    padding-top: 90px;
    background-image: url('../img/affiliates.png');
}
.we-are-cbd-advertisers {
    padding-top: 70px;
    background-image: url('../img/advertisers.png');
}

@media (min-width: 768px) {
    .we-are-cbd-affiliates,
    .we-are-cbd-advertisers {
        padding-top: 90px;
        background-position: 12px 0;
    }
    .we-are-cbd-advertisers {
        background-position: 12px 15px;
    }
}

@media (min-width: 992px) {
    .we-are-cbd-affiliates,
    .we-are-cbd-advertisers {
        width: 45%;
        background-position: left top;
        padding-left: 70px;
        padding-top: 5px;
    }
    .we-are-cbd-divider {
        width: 10%;
    }
}

.green-line,
.green-line-2 {
    width: 150%;
    left: -10%;
    overflow: hidden;
    position: relative;
    height: 50px;
}
.green-line {
    background: rgba(155, 199, 98, 0.71);
}
.green-line-2 {
    background: #76964F; /*B8D78F*/
}


/*
 ** FAQ
 */

details {
    padding: 10px;
}
details summary {
    cursor: pointer;
    transition: margin 150ms ease-out;
}
details[open] summary {
    margin-bottom: 10px;
}

.faq-section {
    padding: 40px 0;
    background: rgba(27, 29, 31, 0.06);
}

.faq-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px 10px;
    color: #000;
}
.faq-container {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.faq-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0 40px;
    text-align: center;
    color: #000000;
}

.faq-section-revert,
.faq-section-revert .faq-container,
.faq-section-revert .faq-title {
    color: #ffffff;
}

/* About us page FAQ */
.faq-section a.invisible-link {
    color: #000;
}
.faq-section-revert a.invisible-link {
    color: #fff;
}

/*
 ** FAQ PlusMinus Style
 */

.faq-plus-minus .faq-item {
    border-top: 1px solid #dee2e6;
    padding: 20px 10px 20px 5px;
}
.faq-plus-minus .faq-item-question,
.faq-plus-minus .faq-item-answer {
}
.faq-plus-minus .faq-item-question {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    position: relative;
    cursor: pointer;
}
.faq-plus-minus .faq-item-question::before {
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400;
    content: "\f067";
    position: absolute;
    top: 0;
    right: 7px;
    width: 0;
    height: 0;
}

.faq-plus-minus .faq-item[open] .faq-item-question::before {
    content: "\f068";
}
.faq-plus-minus .faq-item-answer {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
}

/* Article page */

#ut-sitebody .article-container #secondary {
    display: none;
    padding: 50px 20px 30px 30px;
    background: #E7EAFF;

    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
#ut-sitebody .article-container #secondary .sidebar {
    padding-left: 0;
}
#ut-sitebody .article-container #secondary .sidebar p {
    margin-bottom: 0;
}
#ut-sitebody .article-container #secondary .sidebar li.widget-container {
    margin-bottom: 15px;
    text-align: left;
}
#ut-sitebody .article-container #secondary .sidebar h3,
#ut-sitebody .article-container #secondary .sidebar a {
    color: #111315 !important;
}
#ut-sitebody .article-container #secondary .sidebar h3 {
    margin-bottom: 10px;
    line-height: 27px;
}
#ut-sitebody .article-container #secondary .sidebar a {
    font-size: 15px;
    text-decoration: underline;
}

#ut-sitebody .article-container .list-of-three ul {
    padding-left: 5px;
}
#ut-sitebody .article-container .list-of-three ul > li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #111315;
}

@media (min-width: 768px) {
    #ut-sitebody .article-container #secondary {
        display: block;
    }
    #ut-sitebody .article-container .list-of-three ul {
        padding-left: 33px;
    }
}

@media (min-width: 1025px) {
    .article-container #primary {
        width: calc(70% - 90px);
    }
    #ut-sitebody .article-container #secondary {
        margin-left: 90px;
    }

    .article-container section.get-started > .vc_row {
        position: initial !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }
}

.alphabet-list {
    max-width: 880px;
    margin: 0 auto;
}

.alphabet-list ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.alphabet-list ul > li {
    display: inline-block;
    margin-right: 10px;
}
.alphabet-list ul > li:first-child {
    min-width: 26px;
}
.alphabet-list ul > li > a {
    color: #14151a;
}
.alphabet-list ul::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .alphabet-section.vc_section .vc_row-has-fill>.vc_column_container:not(.vc_col-has-fill)>.vc_column-inner {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .alphabet-list ul > li {
        margin-right: 17px;
    }
}

@media (min-width: 910px) {
    .alphabet-list ul > li {
        margin-right: 22px;
    }
}

.alphabet-link {
    margin-bottom: 8px;
    font-family: 'Montserrat';
    text-decoration: underline;
}


/* Brand Affiliate page - modal window */

.RA-modal {
    z-index: 20 !important;
}

.RA-flex-center {
 display: flex;
 justify-content: center;
}
.RA-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.RA-affiliate-section {
   margin-top:0 !important;
}

.RA-affiliate-section h2 {
   margin: 10px 0;
}

.RA-none {
 display: none;
}
.RA-input, .RA-select {
   height:35px;
}

.RA-form-margin {
 margin-top: 20px;
}

#RA-show-signup-form: hover {
 background-color: blue!;
}

@media(max-width: 767px) {
 .RA-form-margin {
   margin-top: 62px
  }
}

/* Brand Affiliate page */

.page-template-page-affiliate .hero-holder.hero-holder-align-items-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-template-page-affiliate .hero-holder.hero-holder-align-items-top .hero-inner {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .page-template-page-affiliate #ut-hero .ut-hero-custom-logo-holder {
        margin-bottom: 15px;
    }
    .page-template-page-affiliate #ut-hero .hero-title {
        font-size: 27px !important;
    }
    .page-template-page-affiliate .hdb {
        margin-top: 15px;
    }
    .page-template-page-affiliate #ut-hero .hero-btn-holder {
        margin-top: 20px;
    }
    .page-template-page-affiliate #ut-hero .hero-btn {
        padding: 0.8em 1em !important;
        font-size: 0.8em !important;
    }
}

@media (max-width: 1500px) {
    .limited-text p > br {
        display: none;
    }
}

@media (min-width: 768px) {
    .page-template-page-affiliate .hero-holder.hero-holder-align-items-top .hero-inner {
        padding-top: 100px;
    }
}

@media (min-width: 1025px) {
    .page-template-page-affiliate .pippete-bg::before {
        content: " ";
        position: absolute;
        width: 18%;
        height: 57%;
        top: 0;
        right: 0;
        z-index: 10;
        background-image: url('../img/Pipette.png');
        background-position: 100% 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .page-template-page-affiliate #ut-hero.hero .hero-inner {
        /*padding-top: 70px;*/
    }
    .page-template-page-affiliate #ut-hero.hero .parallax-image-container {
        background-size: contain !important;
    }
}

@media (min-width: 1400px) {
    .page-template-page-affiliate .pippete-bg::before {
        height: 65%;
    }
}

@media (min-width: 1600px) {
    .page-template-page-affiliate .hero-holder.hero-holder-align-items-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .page-template-page-affiliate .hero-holder.hero-holder-align-items-top .hero-inner {
        padding-top: 0;
    }
}

/* Brand Affiliate Program page */

@media (max-width: 767px) {
    #ut-sitebody .about-cbd .wpb_column:nth-child(2n+2) [id*=ut_inner_column_],
    #ut-sitebody .about-cbd .wpb_column:nth-child(2n+3) [id*=ut_inner_column_] {
        margin-top: 40px !important;
    }

}

/* About Us page */

@media (max-width: 767px) {
    .three-points-row h3 {
        text-align: left !important;
    }
}

/* Header menu - mobile */

@media (max-width: 767px) {
    .ut-mobile-menu .sub-menu {
        display: none;
    }
}

/* Footer */

#ut-sitebody .footer-content .welovecbd {
    color: rgba(240,240,240,1);
}