.post-desc {
    cursor: pointer;
}

.post-desc :is(p:first-child, h2:first-child) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5f6368;
}

.post-desc :not(:first-child, :last-child) {
    display: none;
}

.post-btn {
    width: max-content;
    min-width: 130px;
    display: block;
    margin: auto;
}

/* In House Virtual Sports Slider */
.virtual-sports-product .sportType {
    height: 400px;
    border-radius: 4px;
    box-shadow: 0 3px 6px -1px rgb(0 0 0 / 30%);
    position: relative;
}

.virtual-sports-product .sportType .card--product-banner__overlay {
    padding: 210px 30px 20px 30px;
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), #000);
}

.virtual-sports-product .sportType .bannerText {
    font-size: 20px;
    color: #fff;
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.bannerText .seeMore {
    position: absolute;
    width: 140px;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000, #000);
    text-decoration: underline;
    text-align: right;
}

@media (max-width: 768px) {
    .virtual-sports-product .sportType .card--product-banner__overlay {
        padding: 150px 30px 20px 30px;
    }

    .virtual-sports-product .sportType {
        height: 325px;
    }
}

/* sportsbook features section */
.fifa-2022-features {
    padding: 0 20px;
}

.carousel--sportsbook-features-fifa h6.card--feature--semi-transparent__title {
    font-size: 23px;
}

.carousel--sportsbook-features-fifa p {
    font-size: 16px;
}

.carousel--sportsbook-features-fifa .p-sportsbook__carousel-card {
    min-height: 100%;
    height: min-content;
    padding: 30px 10px;
    justify-content: flex-start !important
}

/* FAQ page */
.faq_page_banner.page-hero-wrapper {
    max-height: 425px;
    min-height: 100%;
}

.faq_page_banner .page-hero .img-lazy.loaded {
    object-position: top;
}

/* Single Blog Post */
.author_image {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.author_image img {
    border-radius: 50%;
}

.author_box,
.post_meta_info {
    display: flex;
}

.separator {
    padding: 0 8px;
    line-height: 10px;
    font-size: 22px;
    color: rgba(117, 117, 117, 1);
}

.post_meta_info p {
    margin-bottom: 0;
}


.author_info>p {
    margin-bottom: 5px;
}


.post-views {
    font-size: 15px;
}

.audio_button {
    background: transparent;
    overflow: visible;
    margin: 0;
    outline: unset;
    border: none;
    width: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00aabe;
}

.audio_button svg path {
    fill: #00aabe;
}

.audio-container {
    cursor: pointer;
}

/* post tags */
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #00aabe;
    color: white;
}

.tag:hover::after {
    border-left-color: #00aabe;
}

.tags-back-button {
    position: fixed;
    bottom: 50%;
    left: 10%;
}

/* Banner Description */
@media (min-width: 992px) {
    .page-hero .page-hero__description {
        width: 55%;
        line-height: 40px;
    }
}

/* Blog Page */
.search-banner {
    width: 98%;
    top: 15px;
    right: 0;
}

/* Footer */
.footer-main {
    z-index: 9;
}

/* Centrivo Features */
.centrivo-features-cards .card--product {
    height: auto;
    min-height: 390px;
}

.centrivo-features-cards .card--product__icon {
    width: 52px;
    height: 52px;
}

.centrivo-features-cards.row--with-checks>img {
    transform: scale(0.8);
}

.centrivo-youtube-video {
    width: 100%;
    height: 450px;
}

.centrivo-check {
    padding-left: 16px !important;
}

@media (max-width: 768px) {
    .centrivo-features .header-section {
        margin-bottom: 0;
    }

    .centrivo-youtube-video {
        height: 280px;
    }
}

/* Thank You */
.thank-you-container {
    height: 100%;
    min-height: 95vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background: url('../img/bg/subscription_bg.png') no-repeat center;
    background-size: cover;
}

.thank-you-container .dashicons {
    width: 50px;
    height: 50px;
    font-size: 48px;
    color: #00aabe;
}

.thank-you-cta {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    font-family: 'Roboto';
}

.cta-content {
    min-width: 65%;
    text-align: center;
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    background: rgb(10, 171, 190);
    background: linear-gradient(90deg, rgba(10, 171, 190, 1) 0%, rgba(60, 102, 172, 1) 100%, rgba(0, 212, 255, 1) 100%);
    border-radius: 100px;
    text-transform: uppercase;
    margin-top: 100px;
    padding: 0 15px;
}

.main-text {
    width: 100%;
    text-align: center;
}

.main-text p {
    font-size: 36px;
    color: #000;
}

.thank-you-back-btn {
    display: grid;
    margin-top: 100px;
}

.thank-you-back-btn img {
    width: auto;
}

.thank-you-back-btn span {
    text-align: center;
    color: #B2B3B3;
    font-size: 34px;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .cta-content {
        font-size: 48px;
    }

    .main-text p {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .cta-content {
        font-size: 33px;
    }

    .main-text p {
        font-size: 21px;
    }

    .thank-you-back-btn span {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .thank-you-container {
        min-height: 80vh;
        background-position: right;
    }

    .cta-content {
        font-size: 20px;
        padding: 20px 10px;
    }

    .main-text p {
        font-size: 16px;
        padding: 0 16px;
    }

    .thank-you-back-btn {
        margin-top: 55px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .thank-you-back-btn img {
        width: 70px;
        height: 70px;
    }

    .thank-you-back-btn span {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .cta-content {
        min-width: 95%;
        font-size: 16px;
    }
}

/* Moxi Solution */
.row--with-checks-retail.row--with-checks::before {
    content: '';
    background: url(../icons/round.svg) no-repeat center;
}

.row--with-checks-retail {
    text-transform: lowercase;
    border-bottom: unset;
}

.card--feature-highlights.card--feature-with-index {
    align-items: center;
    min-height: 270px;
}

.bg-retail-secondary {
    background: #E5E5E5 !important;
}

.highlights-number {
    width: 60px;
    height: 40px;
    border: 1.5px solid #00AABE;
    flex-shrink: 0;
    justify-content: center;
    color: #00AABE;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    margin: 0 20px 0 27px;
}

.highlights-content h6 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00AABE;
}

.highlights-content p {
    color: #606368;
    padding-right: 23px;
}

.card--product__features .card--product__icon {
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.card--product__features {
    min-height: 300px;
    border-radius: 24px;
}

.card--product__multi {
    height: auto;
}

.card--product__multi.card--product:hover {
    box-shadow: unset;
    transform: unset;
}

.retail-video-section iframe {
    border-radius: 16px;
}

@media (max-width: 768px) {
    .retail-video-section iframe {
        height: 300px;
    }
}

/* Platform */
.list--flip-cards__platform {
    width: auto;
}

.list--flip-cards__platform .list--flip-cards__card>.front {
    padding: 2px 10px;
    align-items: center;
}

.list--flip-cards__platform .list--flip-cards__card>.front::after {
    content: none;
}

.list--flip-cards__platform>li:hover>.list--flip-cards__card {
    transform: none;
}

.carousel--values__platform.carousel--custom-dots .owl-dots {
    padding-bottom: 0 !important
}

.carousel--values__platform.carousel--custom-dots .owl-dot>span {
    border-color: #00aabe;
}

.carousel--values__platform.carousel--custom-dots .owl-dot.active>span {
    background-color: #00aabe;
}

@media (min-width: 992px) {
    .list--flip-cards__platform li.col-auto.sal-animate {
        width: 25%;
    }
}

.carousel--values__platform iframe {
    height: 300px;
}

/* Menu */
.yellow-link .nav-link span {
    color: rgb(255, 200, 0);
}

.sub-dropdown-menu {
    position: relative;
}

.sub-dropdown-menu .dropdown-menu {
    left: 100%;
}

.sub-dropdown-menu:hover .dropdown-menu {
    display: block;
    top: 24px;
}

@media (max-width: 992px) {
    .sub-nav-link {
        display: flex;
    }

    .sub-dropdown-menu .sub-nav-link .dropdown-item[data-toggle='dropdown'] {
        justify-content: space-between;
    }

    .sub-nav-link-dropdown {
        display: flex;
    }

    .sub-dropdown-menu .sub-nav-link .dropdown-item[data-toggle='dropdown'] .sub-nav-link-dropdown {

        background-image: url(../icons/basic/white/arrow_down.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 12px;
        height: 8px;
        margin-left: auto;
        transition: transform 0.2s ease-in-out;
    }

    .dropdown-item[data-toggle='dropdown'] {
        display: none;
    }

    .dropdown-item[data-toggle='dropdown'].sub_dropdown_show {
        display: block;
    }

    .dg-navbar .navbar-collapse .navbar-nav .dropdown.show .nav-link {
        background-color: inherit;
        color: inherit;
    }

    .dg-navbar .navbar-collapse .navbar-nav .dropdown.show.current-menu-ancestor>.nav-link {
        background-color: #00aabe;
        color: #fff !important;
    }
    .sub-dropdown-menu.dropdown-menu.show a {
        margin-left: 20px;
    }
}


/* Centrivo Animation */
.centrivo-animation-container {
    position: relative;
}

.light_picture img {
    max-width: 830px;
    width: 100%;
}

.dark_picture {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    background-size: cover;
    overflow: visible !important;
    animation: animate ease-in-out 40000ms infinite;
    animation-duration: 15000ms;
}

.dark_picture:before {
    position: absolute;
    top: 50%;
    left: -20px;
    content: '';
    width: 39px;
    height: 38px;
    background-image: url(../img/circle.png);
    background-size: cover;
    z-index: 551;
}

@keyframes animate {
    0% {
        background-position: 0 0;
        width: 50%;
    }

    10% {
        background-position: -50% 0;
        width: 0;
    }

    20% {
        background-position: -50% 0;
        width: 0;
    }

    30% {
        background-position: 0 0;
        width: 50%;
    }

    100% {
        background-position: 0 0;
        width: 50%;

    }
}

@media (max-width: 425px) {
    .centrivo-animation-container {
        width: 90%;
    }
}

/* Our Providers See More/Less Buttons */
.our-providers .btn-icon {
    width: 37px;
    height: 37px;
    border: none;
}

.our-providers .btn-icon--arrow-down-reverce-primary {
    transform: rotate(180deg);
}

/* Monthly Newsletter */
.page-hero__img-cover-no_animation {
    animation: unset;
}

.newsletter-main-container {
    background: #000;
}

.newsletter-container {
    color: #fff;
    width: 100%;
    max-width: 75%;
    margin: auto;
}

.greeting-container {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 80px 0;
}

.newsletter-container p {
    margin-bottom: 25px;
}

.full-title-container {
    height: 116px;
    background: #00AABE;
}

.full-title-container h4 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 116px;
    letter-spacing: 0em;
}

.section-block-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 30px;
}

.pre-footer-text {
    font-size: 40px;
    line-height: 50px;
}

.section-block-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.section-block-img {
    width: 300px;
    height: 300px;

}

.pre-footer-text {
    text-align: center;
}

.section-block-img-container-right {
    order: 2;
}

.each-section-of-newsletter {
    margin-bottom: 70px;
}

.pre-footer-line {
    width: 100%;
    border-top: 4px solid;
    padding-top: 70px;
}

.pre-section-line {
    padding-top: 0px;
    padding-bottom: 70px;
}

.section-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

@media (max-width: 768px) {
    .section-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 425px) {

    .pre-footer-text,
    .section-block-title {
        font-size: 25px;
        line-height: 30px;
    }

    .August.page-hero-wrapper {
        max-height: 220px;
    }

    .section-block-text,
    .greeting-container,
    .full-title-container h4 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Main Slider add class */
.sm-size .col-xl-6 {
    flex: 60% !important;
    max-width: 63.3% !important;
}

.sm-size .display-1 {
    text-transform: none;
    font-size: 4rem;
}

.sm-size .display-1 span {
    font-size: 3.5rem;
    font-weight: 400;
}

@media (max-width: 768px) {
    .sm-size .display-1 {
        font-size: 31px;
    }

    .sm-size .display-1 span {
        font-size: 28px;
    }

    .sm-size .col-xl-6 {
        flex: 0 0 91% !important;
        max-width: 100% !important;
    }
}