/*----------------------------------------------------------------------------*/
/*#RESPONSIVE STYLE*/
/*----------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) {

    table {
        table-layout: auto;
        word-break: normal;
    }
}
@media only screen and (min-width: 992px) {

    .full-width-content .site-container > .wp-block-table.alignwide { width: calc(100% + 360px); }

    .full-width-content .site-container > .wp-block-table.alignfull {
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        width: 100vw;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left:  -150px;
        margin-right: -150px;
        max-width: calc(100% + 300px); /* 300 equals sum of left and right margin */
        width: auto;
    }

    .alignfull .alignwide,
    .alignwide .alignwide {
        max-width: 1062px;
        margin: 0 auto;
    }

    /* Genesis Menu
    --------------------------------------------- */
/*
    .genesis-nav-menu .menu-item:focus,
    .genesis-nav-menu .menu-item:hover { position: relative; }*/

    .genesis-nav-menu > .menu-bold > a { font-weight: 700; }

    .genesis-nav-menu > .menu-highlight > a {
        background-color: #333;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        margin-left: 1.5rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .genesis-nav-menu > .menu-highlight > a:focus,
    .genesis-nav-menu > .menu-highlight > a:hover { background-color: #0073e5; }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        padding-left: 0;
        position: absolute;
        text-align: left;
        pointer-events: none;
        max-width: 300px;
        -webkit-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
    }

    .genesis-nav-menu .sub-menu a {
        border: 1px solid #eee;
        border-top: 0;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    .genesis-nav-menu .sub-menu .sub-menu { margin: -46px 0 0 179px; }

    /* Responsive Menu
    --------------------------------------------- */

    .genesis-responsive-menu {
        display: block;
        padding-top: 1.5rem;
    }


    /* Header Menu
    --------------------------------------------- */
   

    .nav-primary .menu-primary .menu-item-has-children > a::after {
        content: '\f107';
        font-family: "Font Awesome 5 Pro";
        margin-left: 10px;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        top: 2px;
    }

    /* Site-Inner
    --------------------------------------------- */

    /* .site-inner {
        max-width: 1140px;
    } */

    /* Content
    --------------------------------------------- */

    /* .content {
        float: left;
        width: 65%;
    }

    .sidebar-content .content {
        float: right;
    }

    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar {
        width: 30%;
        flex-shrink: 0;
    } */

    /* Sidebar
    --------------------------------------------- */

    /* .sidebar {
        float: right;
        width: 30%;
    }

    .sidebar-content .sidebar {
        float: left;
    } */

    /* Author Box
    --------------------------------------------- */

    .author-box {
        background-color: #f5f5f5;
        padding: 30px;
    }

    /* After Entry
    --------------------------------------------- */

    .after-entry { padding: 40px 60px; }

    .after-entry .enews {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Column Classes
    --------------------------------------------- */

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths { width: 31.623931623931625%; }

    .four-sixths,
    .two-thirds { width: 65.81196581196582%; }

    .one-fourth { width: 23.076923076923077%; }

    .three-fourths { width: 74.35897435897436%; }

    .one-sixth { width: 14.52991452991453%; }

    .five-sixths { width: 82.90598290598291%; }

    .first {
        clear: both;
        margin-left: 0;
    }

    /* Entry Misc.
    --------------------------------------------- */

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings { margin-bottom: 60px; }

    /* Footer Widgets
    --------------------------------------------- */

    .footer-widgets .wrap { max-width: 1140px; }

    .footer-widget-area {
        float: left;
        margin-bottom: 0;
        width: 100%;
    }

    .full-width-content .entry-content > .alignwide {
        margin-left: -180px;
        margin-right: -180px;
        max-width: calc(100% + 360px);
        width: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .full-width-content .entry-content > .alignwide {
        margin-left: -180px;
        margin-right: -180px;
        max-width: calc(100% + 360px); /* 360 equals sum of left and right margin */
        width: auto;
    }
    /*----------------------------------------------------------------------------------------
    #HORIZONTAL FILTER
    ----------------------------------------------------------------------------------------*/
    .filter-horizontal {
        min-width: initial;
        max-width: initial;
        width: 100%;
    }

    .filter-horizontal .filter-dropdown__current { display: none; }

    .filter-horizontal .filter-dropdown__list {
        position: relative;
        top: auto;
        left: auto;
        background: transparent;
        padding: 0;
        max-height: initial;
        overflow-y: initial;
        opacity: 1;
        pointer-events: auto;
        border-top: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .filter-horizontal .filter-dropdown__list li {
        min-width: initial;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1365px) {

    html { font-size: clamp(8px, 0.721vw, 10px); }

}
@media only screen and (max-width: 1199px) {
    .fancybox__content.fancybox__content>.f-button.is-close-btn {
        right: 0;
        top: -50px;
    }
}
@media only screen and (max-width: 991px)  {
    html { font-size: clamp(8px, 1.009vw, 10px); }    

    .pricing-box.pricing-box--ty .laptop-video::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .laptop-video::before {       
        left: -2rem;
        transform: translateX(0);
        width: 60rem;
    }

    .laptop-video video {      
        left: 5.3rem;
        max-width: 40.5rem;    
        height: 26rem; 
    }

    .pricing-box:not(.pricing-box--ty) .laptop-video::before {
        left: -5rem;
    }

    .pricing-box:not(.pricing-box--ty) .laptop-video video {
        left: 2.9rem;
    }

    .pricing-box.pricing-box--option .pricing-box__list ul li { font-size: 1.8rem; }

    .pricing-box h2 { font-size: 4.5rem; }

    .pricing-box h3 { font-size: 3.8rem; }

    .bg--beige .btn--xl { min-width: 34.5rem; }

    .about-img {
        min-width: auto;
        width: 100%;
        max-width: 50rem;
        margin: 1rem auto 3rem;
    }

    .txt--md-center { text-align: center; }

    .page-template-thank-you-2 .site-header, 
    .page-template-thank-you .site-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .site-header.active,
    .site-header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hero h1 { 
        font-size: 3.2rem; 
        margin-bottom: 2.5rem;
    }

    .hero h5 {
        font-size: 2.3rem;
    }

    .btn--xl { 
        font-size: 3.2rem; 
        min-width: 35rem;
    }

    .hero p { font-size: 1.8rem; }

    h6 { font-size: 2rem; }
    
    .timer__text p { font-size: 1.8rem; }

    .box-img__content h4 {
        font-size: 2.4rem;
    }

    .site-inner { padding-top: 30px; }

    .icon-box {
        padding: 2rem 1.5rem;
    }

    .icon-box__img { margin-bottom: 2rem; }

    body.menu-triggered { overflow: hidden; } 
  
    .genesis-nav-menu .sub-menu { display: none; }

    .section-testimonials {
        padding: 4rem 1.5rem 8rem;
    }

    .wrapper-right {
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: 0;
    }

    .box--left,
    .box--right {
        width: 100%;
        margin: 0;
    }

    .section-testimonials .swiper {
        padding-bottom: 10rem;
    }

    .section-testimonials .section-heading { margin-bottom: 0; }

    .section-testimonials .section-preheading,
    .section-testimonials .section-heading {
        text-align: center;
    }

    .swiper-button-prev, 
    .swiper-button-next { 
        bottom: 0; 
        transform: translateX(-50%);
    }

    .swiper-button-prev {
        left: calc(50% - 4.5rem);
    }
    .swiper-button-next {
        left: calc(50% + 4.5rem);
        transform: translateX(-50%) rotate(180deg);
    }

    .error-box .laptop-video::before {
        left: 50%;
        transform: translateX(-50%); 
    }

    .mb--md-30 {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 782px) {
    .admin-bar .site-header { top: 48px; }
}
@media only screen and (max-width: 781px) {

    .site-container .wp-block-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .txt--sm-center { text-align: center; } 

    .video-wrapper { min-height: auto; }

    .video-wrapper__content {
        padding: 5rem; 
    }

    .box-row {
        flex-direction: column;
    }

    .pricing-box.pricing-box--option .pricing-box__content {
        min-height: auto;
    }
    
    .signup-section.section--padding { padding-top: 8rem; }

    .laptop-video {
        height: 23rem;
        display: flex;
        justify-content: center;
    }

    .laptop-video video {
        position: relative;
        margin: 0 auto;
        top: unset;
        left: unset;
        max-width: 40.5rem;
        height: 25.5rem;
    }

    .laptop-video::before {
        top: -2rem;
        left: calc(50% + 2.5rem);
        transform: translateX(-50%);
        width: 60rem;
    }

    .error-box .laptop-video {
        height: unset;
    }

    .error-box .laptop-video video {
        position: absolute;
    }

    .pricing-box.pricing-box--ty .laptop-video video {
        left: 0;
        transform: translateX(0);
    }

    .pricing-box [class*='col-md-7'] { margin-left: 0; }

    .pricing-box  .laptop-video { height: 18rem; }

    .pricing-box:not(.pricing-box--ty) .laptop-video video { 
        left: 0; 
        top: -6rem;
    }

    .pricing-box:not(.pricing-box--ty) .laptop-video::before {
        left: 50%;
    }

    .title-decor::before {        
        left: 50%;     
        transform: translateX(-50%);      
    }
        
    .signup-section [class*='col-']:first-child { margin-bottom: 13rem; }

    .arrow-down.section--padding { padding-top: 8rem; }

    .pricing-box__list { padding: 0; }

    .pricing-box:not(.pricing-box--ty) .pricing-box__list ul li {
        gap: 1.5rem;
        justify-content: space-between;
    }

    .pricing-box__list ul li

    .wp-block-buttons .wp-block-button {
        margin-bottom: 1.5rem;
    }

    .mb--sm-20 { margin-bottom: 2rem; }
    .mb--sm-30 { margin-bottom: 3rem; }

    .section--padding {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .pt--sm-60 { padding-top: 6rem; }
   
    .footer-widgets {
        padding-top: 6rem;
    }  
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .icon-box { 
        flex-direction: row; 
        align-items: center;
    }
    
    .icon-box__img { 
        margin-bottom: 0; 
        margin-right: 3rem;
    }

    .icon-box--horizontal { gap: 2rem; }

    .icon-box.icon-box--horizontal .icon-box__img { margin-right: 0; }

    .icon-box__content {
        text-align: left;
    }
}
@media only screen and (max-width: 600px) {

    .wp-block-media-text.is-stacked-on-mobile figure { margin-bottom: 20px; }

    .wp-block-button.home-contact,
    .wp-block-buttons.home-contact {
        float: left;
        margin-left: 0;
    }
}
@media only screen and (max-width: 575px) {   

    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li { padding-left: 15px !important; }

    .fancybox__slide.fancybox__slide { padding: 1.5rem; }
    
    html { font-size: clamp( 10px, 0.521vw, 10px ); }

    h2 { font-size: 3rem; }
    h3 { font-size: 3rem; }

    .txt--xs-center { text-align: center; }
    .txt--xs-left { text-align: left; }

    .entry-content ol, .entry-content ul { padding-left: 2rem; }
    
    .privacy-policy .site-inner { padding-top: 7rem; }

    .page-template-thank-you .site-header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .page-template-thank-you-2 .pricing-box.pricing-box--ty {
        margin-bottom: 3rem;
    }

    .video-wrapper__content {
        padding: 3rem 2rem;
    }

    .hero-video iframe { border-radius: 10px; }

    .page-template-thank-you-2 .btn { padding: 2.4rem 2rem; }

    .box-img__content { padding: 1.5rem; }

    .box-img__content h4 {
        font-size: 2.6rem;
        line-height: 1.2;
    }

    .box { padding: 2rem; }

    .box h4 { font-size: 2.6rem; }

    .box-img__image { height: auto; }

    .section--padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .pt--xs-30 { padding-top: 3rem; }

    .mb--xs-0 { margin-bottom: 0; }
    .mb--xs-30 { margin-bottom: 3rem; }

    .timer {
        flex-direction: column;
        padding: 1.5rem 0;
        gap: 1.5rem;
    }

    .timer__text p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .box--left { padding: 0; }

    .hero { 
        margin-top: 23rem;   
        margin-bottom: 3rem;    
    }

    .hero h1 {
        font-size: 3rem;
        line-height: 1.35;
        margin-bottom: 3rem;
    }

    .hero h5 {
        font-size: 2rem;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    .hero p { font-size: 2rem; }

    .video-wrapper__content p { margin-bottom: 2.5rem; }

    .title-area { max-width: 17rem; }

    .genesis-nav-menu a {
        border-radius: 40px;
        background: #EA3C3C;
        color: #fff;
        padding: 1rem 1.4rem;
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
    }

    .genesis-nav-menu a:hover,
    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:active { color: #fff; }

    .nav-primary .genesis-nav-menu li:last-child a { padding-right: 1.4rem; }

    .icon-box { padding: 3rem 2rem; }

    .icon-box.icon-box--horizontal {
        flex-direction: column;
        gap: 2rem;
    }

    .icon-box--horizontal .icon-box__content { text-align: center; }

    .section-preheading { line-height: 1.35; }

    .section-heading {
        margin-bottom: 3rem;
        line-height: 1.35;
    }

    .section-testimonials {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-testimonials .section-heading { margin-bottom: 1rem; }

    .testimonial-box__content p {
        padding: 10rem 2rem 0;
    }

    .section-testimonials .swiper { padding-bottom: 8rem; }

    .pricing-box.pricing-box--option { width: 100%; }

    .footer-widgets {
        padding-top: 3rem;
    }

    .testimonial-box__footer {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .signup-section.section--padding { padding-top: 3rem; }

    .signup-section [class*='col-']:first-child { margin-bottom: 5rem; }

    .laptop-video::before {
        width: 32rem;
        height: 18.1rem;
        left: 50%;
        top: -1rem;
    }

    .pricing-box .laptop-video,
    .laptop-video { height: 13rem; }

    .pricing-box.pricing-box--ty .laptop-video { height: 16rem; }

    .pricing-box.pricing-box--ty .laptop-video video { top: -2rem; }
    .pricing-box.pricing-box--ty .laptop-video::before { top: -3rem; }

    .pricing-box .laptop-video video { height: 12.5rem; }

    .laptop-video video { 
        max-width: 20rem; 
        height: 12.5rem;
    }

    .pricing-box.pricing-box--ty,
    .pricing-box {
        padding: 2rem 1rem;
    }

    .pricing-box .laptop-video::before {
        height: 18rem;
    }

    .pricing-box .laptop-video video {
        max-width: 20rem;
        top: -6rem;
    }

    .pricing-box__list ul li { 
        font-size: 1.6rem; 
        padding-left: 3rem;
    }

    .pricing-box__list ul li:last-child { 
        margin-bottom: 0; 
        padding-bottom: 0;
    }

    .pricing-box__list ul li::before {
        width: 2rem;
        height: 2.1rem;
        top: 0.5rem;
    }

    .pricing-box:not(.pricing-box--option) .title-decor::before {
        background: url('../images/title-decor-mob.svg') no-repeat center /cover;
        width: 29.4rem;
        height: 10.8rem;
        top: 0.5rem;
    }

    .pricing-box.pricing-box--option .title-decor::before { max-width: 28rem; }

    .pricing-box.pricing-box--option .pricing-box__list ul li { font-size: 1.6rem; }

    .pricing-box h2 { margin-bottom: 1rem; }

    .pricing-box.pricing-box--option h4 { font-size: 3rem; }

    .bg--beige .btn--xl { min-width: 100%; }

    .footer-widgets h2 { margin-bottom: 1rem; }

    .social-wrapper { 
        margin-top: 1.5rem; 
        gap: 2rem;
    }

    .site-footer__copyright {
        flex-direction: column;
        gap: 1rem;
    }

    .wp-block-buttons .wp-block-button { margin-right: 0; }
    
    .btn--xl { min-width: 100%; }

    .page-template-thank-you-2 .btn { line-height: 1.1; }

    .play-button {
        width: 4.5rem;
        height: 4.5rem;
        top: calc(50% - 1rem);
    }

    .play-button::before {
        width: 1rem;
        height: 1rem;
    }

    .play-text {
        font-size: 1.6rem;
        top: calc(50% + 4rem);
    }

    @-webkit-keyframes pulse-border {
        0% {
            -webkit-box-shadow: 0 0 10px 0 #EA3C3C;
            box-shadow: 0 0 10px 0 #EA3C3C;
        }
    
        100% {
            -webkit-box-shadow: 0 0 5px 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 5px 20px rgba(255, 255, 255, 0);
        }
    }

    .woocommerce-billing-fields__field-wrapper { min-height: calc(100% - 6.4rem); }

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .payment-plan-option .radio-option:first-child,
    #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row,
    .woocommerce form .form-row { margin-bottom: 2rem; }

    .woocommerce-checkout-review-order, .payment-plan-option, .woocommerce-billing-fields__field-wrapper {
        padding: 1.5rem;
    }

    .payment-plan-option { padding-bottom: 1.5rem; }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order { margin-bottom: 0; }

    .payment-plan-option .radio-option label { font-size: 14px; }

    .woocommerce-additional-fields h3, .woocommerce-billing-fields h3 { 
        padding: 2rem; 
        font-size: 2rem;
    }

    .payment-plan-option .radio-option { padding: 1rem 1.5rem; }

    .payment-plan-option .radio-option label { padding-left: 3rem; }

    .error-page {
        padding: 3rem 0 5rem;
        min-height: calc(100vh - 16.6rem);
    }

    .error-page p { 
        font-size: 1.8rem;
        margin-bottom: 3rem; 
    }

    .error-page h2 {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    .error-page h1 { font-size: 12rem; }

    .error-box a { 
        font-size: 1.8rem; 
        min-width: unset;
        max-width: calc(100% - 3rem);
    }

    .error-box .laptop-video video { left: unset }
}
@media only screen and (max-width: 510px) {

    .ab-block-container.alignfull::before {
        content: " ";
        display: table;
    }

    .ab-block-container.alignfull::after {
        clear: both;
        content: " ";
        display: table;
    }
}
@media only screen and (max-width: 374px) {
    .title-area { max-width: 13rem; }

    .timer__text p { font-size: 1.4rem; }

    .pricing-box h2 { font-size: 3.6rem; }

    .pricing-box h3 { font-size: 3.2rem; }

    .pricing-box:not(.pricing-box--option) .title-decor::before { top: 0; }

    .social-wrapper { gap: 1rem; }

    .page-template-thank-you-2 .btn { font-size: 2.8rem; }
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {

    *,
    *::before,
    *::after {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #333 !important;
        text-shadow: none !important;
    }

    a,
    a:visited { text-decoration: underline; }

    a[href]::after { content: " (" attr(href) ")"; }

    abbr[title]::after { content: " (" attr(title) ")"; }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after { content: ""; }

    thead { display: table-header-group; }

    img,
    tr { page-break-inside: avoid; }

    img { max-width: 100% !important; }

    @page { margin: 2cm 0.5cm; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar { width: 100%; }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar { display: none !important; }

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

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
    }

    .author-box { margin-bottom: 0; }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}