:focus {
    outline: 0;
}

.site-header {
    position: relative;
}

.site-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 62%; */
    height: 57%;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 5px rgb(0, 0, 0, 0.05);
    z-index: -1;
}

.site-header .ast-primary-header-bar {
    position: relative;
    background-color: transparent;
    margin-bottom: -110px;
    /* overflow-x: hidden; */
}

.site-header.ast-logo-title-inline .ast-site-identity {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.site-header.ast-logo-title-inline .site-logo-img {
    padding-right: 0;
}

.site-header.ast-logo-title-inline .site-logo-img .custom-logo-link svg {
    display: block;
    max-width: 140px;
    width: 100%;
}

.site-header .ast-builder-grid-row {
    align-items: flex-start;
}

.site-header .site-above-header-wrap .site-header-above-section-right.site-header-section {
    height: auto;
    padding-top: 18px;
    gap: 10px;
    position: relative;
    z-index: 9;
}

.site-header .main-header-bar-wrap {
    top: -110px;
}

.site-header .ast-main-header-wrap .ast-grid-right-section {
    flex-direction: column-reverse;
    height: auto;
    padding: 25px 0 0;
    /* background: #fff; */
    position: relative;
    align-items: flex-end;
}

.site-header .ast-grid-right-section:before,
.site-header .ast-grid-right-section:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: -500%;
    width: 500%;
    top: 0;
    z-index: -1;
    background: #fff;
    display: none;
}

.site-header .ast-grid-right-section:after {
    left: auto;
    right: -500%;
}

.site-header .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    /* padding: 0 0 25px; */
}

.site-header .header-widget-area[data-section="sidebar-widgets-header-widget-1"] p:empty {
    display: none;
}

.site-header .header-widget-area[data-section="sidebar-widgets-header-widget-1"] .widget {
    margin-bottom: 0;
}

.site-header .header-widget-area[data-section="sidebar-widgets-header-widget-1"] .widget .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
}

.site-header .header-widget-area[data-section="sidebar-widgets-header-widget-1"] .widget .wp-block-buttons .wp-block-button .wp-block-button__link {
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 30px;
}

.site-header .ast-builder-layout-element.site-header-focus-item.ast-header-account .ast-header-account-wrap .ast-header-account-link:after {
    content: "Member Login";
    display: block;
    color: #354463;
    font-weight: 600;
    font-size: 15px;
    width: auto;
    white-space: nowrap;
}

.logged-in .site-header .ast-builder-layout-element.site-header-focus-item.ast-header-account .ast-header-account-wrap .ast-header-account-link:after {
    content: "My Account";
}

.site-header .ast-builder-layout-element.site-header-focus-item.ast-header-account .ast-header-account-wrap .ast-header-account-link .ahfb-svg-iconset {
    margin-right: 10px;
}

.site-header #ast-desktop-header .ast-builder-menu-1.ast-builder-menu {
    padding-right: 0;
}

.site-header .main-header-menu .menu-link {
    line-height: normal;
}

.site-header .main-header-menu li>.menu-link {
    padding-bottom: 20px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.site-header .main-header-menu li.mobile-menu-links-vs {
    display: none;
}

.site-header .main-header-menu li li>.menu-link {
    padding-bottom: 1em;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 40px !important;
    align-items: center;
    width: 500px;
    padding-right: 10px;
}

#ajaxsearchlite1 .probox .proinput input[type="search"] {
    font-size: 14px !important;
    height: 40px !important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none !important;
}

#breadcrumbs {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: -15px;
    position: relative;
    z-index: 9;
}

#breadcrumbs a {
    color: inherit;
    text-decoration: underline;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

body .gcds-popup-video {
    animation-iteration-count: infinite;
}

body .gcds-popup-video .elementor-open-lightbox:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

body .gcds-popup-video .elementor-open-lightbox:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

body .gcds-popup-video .elementor-custom-embed-image-overlay img {
    width: auto;
    height: auto;
    margin: 0 auto;
    visibility: hidden;
}

body .gcds-popup-video .elementor-custom-embed-image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid rgb(29, 152, 186);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-radius: 5px;
}

.gcds-latest-news-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.gcds-news {
    background: #fff;
}

.gcds-news .gcds-news-img-wrap a {
    position: relative;
    padding-top: 80%;
    display: block;
}

.gcds-news .gcds-news-img-wrap a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gcds-news .gcds-new-info-wrap {
    padding: 15px 30px 30px;
    color: #000000;
    font-weight: 400;
}

.gcds-news .gcds-new-info-wrap h4 a {
    text-decoration: none;
    color: var( --e-global-color-secondary);
    transition: all 0.3s ease;
}

.gcds-news .gcds-new-info-wrap h4 a:hover {
    color: var( --e-global-color-primary);
}

.gcds-news .gcds-new-info-wrap>span {
    color: #898989;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

.gcds-news .gcds-news-more a {
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    background: transparent;
    border: 2px solid var( --e-global-color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    color: var( --e-global-color-secondary);
    text-decoration: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

.gcds-news .gcds-news-more a:hover {
    background: var( --e-global-color-secondary);
    color: #fff;
}

.home .gcds-news .gcds-news-more a,
.gcds-view-all a {
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    background: var( --e-global-color-primary);
    border: 2px solid var( --e-global-color-primary);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
}

.home .gcds-news .gcds-news-more a:hover,
.gcds-view-all a:hover {
    background: transparent;
    color: var( --e-global-color-primary);
}

.gcds-view-all a {
    text-decoration: none !important;
}

.gcds-view-all {
    text-align: center;
    margin-top: 30px;
}

.mc4wp-form .mc4wp-form-fields .mcform-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;
}

.mc4wp-form .mc4wp-form-fields .mcform-row input[type="text"],
.mc4wp-form .mc4wp-form-fields input[type="email"] {
    min-width: 230px;
    outline: 0;
    border: 2px solid transparent;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
}

.mc4wp-form .mc4wp-form-fields input[type="email"] {
    margin-left: 0;
    min-width: 330px;
}

.mc4wp-form .mc4wp-form-fields .mcform-row input[type="text"] {
    min-width: 230px;
    min-height: 45px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.mc4wp-form .mc4wp-form-fields .mcform-row input[type="text"]:last-of-type,
.mc4wp-form .mc4wp-form-fields .mcform-row input[name="LNAME"] {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -3px;
}

.mc4wp-form .mc4wp-response .mc4wp-alert {
    text-align: center;
    color: #fff;
}

.mc4wp-form .mc4wp-response .mc4wp-alert p {
    margin-bottom: 0;
}

.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    background: var( --e-global-color-secondary);
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 2px solid var( --e-global-color-secondary);
    font-size: 13px;
    padding-left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    color: var( --e-global-color-secondary);
    background: transparent;
    border-color: var( --e-global-color-secondary);
}

.main-navigation #ast-hf-menu-2 .header-login {
    padding-bottom: 15px;
    margin-top: 15px;
}

.main-navigation #ast-hf-menu-2 .header-login>a {
    position: relative;
    padding-left: 30px;
    padding-bottom: 0px;
    padding-right: 0;
    white-space: nowrap;
}

body:not(.logged-in) .main-navigation #ast-hf-menu-2 .header-login>a {
    position: relative;
    padding: 12px 20px 12px 50px;
    color: #fff;
    background-color: #354463;
    white-space: nowrap;
    border-radius: 30px;
    font-size: 15px;
}

body:not(.logged-in) .main-navigation #ast-hf-menu-2 .header-login>a:hover {
    background-color: #1d98ba;
}

.main-navigation #ast-hf-menu-2 .header-login>a:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    background: url('../images/user-icon-blue.svg');
    transform: translateY(-50%);
}

body:not(.logged-in) .main-navigation #ast-hf-menu-2 .header-login>a:before {
    left: 20px;
    filter: brightness(0) invert(1);
}

.main-navigation #ast-hf-menu-2 .header-login .sub-menu {
    box-shadow: none;
    border: 2px solid #e6e6e6;
}

.main-navigation #ast-hf-menu-2 .header-login .sub-menu:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 8px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    left: 23px;
    z-index: 1;
}

.main-navigation #ast-hf-menu-2 .header-login .sub-menu:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    top: 0;
    border: 11px solid #e6e6e6;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    left: 20px;
    position: absolute;
    transform: translateY(-100%);
    z-index: 0;
}

.main-navigation #ast-hf-menu-2 .header-login .sub-menu li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.main-navigation #ast-hf-menu-2 .header-login .sub-menu li a:hover {
    color: #1d98ba;
}

.main-navigation #ast-hf-menu-2 .header-login .dropdown-menu-toggle {
    display: none;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    padding: 0;
}

.site-footer {
    overflow-x: hidden;
}

.site-footer .site-footer-section .footer-widget-area .widget {
    margin-bottom: 20px;
}

.site-footer .site-footer-section .footer-widget-area .widget .menu {
    display: flex;
    justify-content: center;
}

.site-footer .site-footer-section .footer-widget-area .widget .menu li {
    padding-right: 25px;
    font-size: 15px;
}

.site-footer .site-footer-section .footer-widget-area .widget .menu li:last-child {
    padding-right: 0;
}

.site-footer .site-footer-section .footer-widget-area .widget .menu li a {
    color: #000;
    text-decoration: none;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links,
.site-footer .site-footer-section .footer-widget-area .widget .wp-block-buttons {
    position: relative;
    z-index: 1;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links {
    justify-content: center;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li {
    background: #f8f8f8;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:hover {
    transform: scale(1.0);
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:first-child {
    padding-left: 10px;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:last-child {
    padding-right: 10px;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li a {
    background-color: #354463;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li a:before {
    display: block;
    font-size: 15px;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li a:hover {
    background-color: #000;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:first-child a:before {
    content: "\f39e";
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:nth-child(2) a:before {
    content: "\f099";
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:nth-child(3) a:before {
    content: "\f08c";
}


/* .site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li:last-child a:before {
    content: "\f167";
} */

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links li a svg {
    display: none;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-social-links:before,
.site-footer .site-footer-section .footer-widget-area .widget .wp-block-buttons:before {
    content: "";
    display: block;
    background: #dadada;
    width: 1000%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 0;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-buttons .wp-block-button {
    margin-bottom: 0;
    z-index: 1;
    padding: 0 10px;
    background: #f8f8f8;
}

.site-footer .site-footer-section .footer-widget-area .widget .wp-block-buttons .wp-block-button .wp-block-button__link {
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.site-footer .site-footer-section .footer-widget-area .widget#block-13 {
    margin-bottom: 10px;
}

.site-footer .site-footer-section .footer-widget-area .widget#block-16 {
    margin-bottom: 0px;
}

.wpcf7 .gcds-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.wpcf7 .gcds-form-row p {
    margin-bottom: 0;
}

.gcds-image-box {
    height: 100%;
}

.gcds-image-box .elementor-widget-container {
    overflow: hidden;
    height: 100%;
}

.gcds-image-box .elementor-widget-container .elementor-image-box-img {
    margin-bottom: 0 !important;
    display: block;
}

.gcds-image-box .elementor-widget-container .elementor-image-box-img a {
    display: block;
    overflow: hidden;
}

.gcds-image-box .elementor-widget-container .elementor-image-box-img img {
    transition: all 0.5s ease;
}

.gcds-image-box:not(.no-hover):hover .elementor-widget-container .elementor-image-box-img img {
    transform: scale(1.2);
}

.gcds-image-box .elementor-widget-container .elementor-image-box-content {
    padding: 10px 20px;
}

.gcds-image-box .elementor-widget-container .elementor-image-box-content .elementor-image-box-title {
    margin-bottom: 0;
}

.gcds-image-box .elementor-widget-container .elementor-image-box-content .elementor-image-box-title a {
    text-decoration: none;
}

.elementor-widget-text-editor table thead tr td {
    background: var(--e-global-color-secondary);
    color: #fff;
    text-align: center;
}

.elementor-widget-text-editor table tr th {
    background: #1d98ba;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.elementor-widget-text-editor table tr td img {
    display: block;
    margin: 0 auto;
}

.elementor-widget-text-editor ol {
    margin-left: 0;
    counter-reset: my-ol-counter;
    list-style: none;
}

.elementor-widget-text-editor ol li {
    counter-increment: my-ol-counter;
    padding-left: 45px;
    position: relative;
    margin-bottom: 1.6em;
}

.elementor-widget-text-editor ol li p:last-child {
    margin-bottom: 0;
}

.elementor-widget-text-editor ol li:before {
    content: counter(my-ol-counter);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 30px;
    width: 30px;
    background: var( --e-global-color-secondary);
    font-size: 15px;
    color: #fff;
    border-radius: 100%;
    left: 0;
}

.elementor-tab-content ul,
.elementor-widget-text-editor ul,
.single-product .woocommerce-product-details__short-description ul {
    margin-left: 0;
    list-style: none;
}

.elementor-tab-content ul li,
.elementor-widget-text-editor ul li,
.single-product .woocommerce-product-details__short-description ul li {
    position: relative;
    margin-bottom: 1.3em;
    padding-left: 25px;
}

.elementor-tab-content ul li:last-of-type {
    margin-bottom: 0;
}

.elementor-tab-content ul li:before,
.elementor-widget-text-editor ul li:before,
.single-product .woocommerce-product-details__short-description ul li:before {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    border: 2px solid #354463;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

.single-product .woocommerce-product-details__short-description ul {
    margin-top: 20px;
}

.single-product .woocommerce-product-details__short-description ul li {
    margin-bottom: 10px;
}

.teachpress_cloud {
    display: none;
}

.teachpress_pub_list h3.tp_h3 {
    padding: 20px 0 10px;
    border-bottom: 1px solid #eee;
    color: #22396f;
    font-weight: 300;
    font-size: 28px;
}

.teachpress_pub_list div.tp_pub_info {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #cdcdcd !important;
}

.teachpress_pub_list .tp_pub_info p {
    margin-bottom: 20px !important;
    font-size: 16px !important;
}

.teachpress_pub_list .tp_pub_info p.tp_pub_title,
.teachpress_pub_list .tp_pub_info p.tp_pub_title a {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0;
    height: 30px;
    width: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle span span {
    display: none;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle span.mobile-menu-toggle-icon {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    background: #000;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle span:before,
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle span:after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    width: 70%;
    background: #000;
    height: 100%;
    left: 0;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle span:after {
    top: auto;
    bottom: -9px;
}

.ast-mobile-popup-drawer .ast-mobile-popup-overlay {
    display: none;
}

#ast-mobile-header .ast-main-header-wrap .header-widget-area #block-12 a {
    display: block;
    height: 27px;
    width: 27px;
}

#ast-mobile-header .ast-main-header-wrap .header-widget-area #block-12 a svg {
    height: 100%;
    width: 100%;
    display: block;
}

body .ast-mobile-popup-drawer {
    position: fixed;
    top: 0 !important;
    right: -280px;
    height: 100%;
    bottom: 0;
    width: 280px;
    transition: all 0.5s ease !important;
    z-index: 99;
    display: block;
    background: #000;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    left: auto !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner {
    width: 100%;
    max-width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: relative !important;
    height: 100%;
    top: 0 !important;
    transition: none !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
    padding: 0;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close svg {
    height: 30px;
    width: 30px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.mobile-menu-links-vs {
    background: #354463;
    margin-top: 20px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.mobile-menu-links-vs>a {
    color: #fff !important;
    position: relative;
    padding-left: 45px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.mobile-menu-links-vs .icon-arrow svg {
    fill: #fff;
}

.ast-builder-menu-mobile .main-navigation .menu-item.mobile-menu-links-vs>a:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 20px;
    background: url('../images/user-icon.svg');
    transform: translateY(-50%);
    margin-top: -2px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.mobile-menu-links-vs .sub-menu a {
    color: #fff;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
    border: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle:focus {
    background-color: transparent;
    outline: 0;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle svg {
    margin-top: 0;
    margin-left: 0;
}

.site-header .ast-grid-right-section .ast-header-search .ast-search-menu-icon {
    position: static;
}

.site-header .ast-grid-right-section .ast-header-search .ast-search-menu-icon .ast-icon.icon-search svg {
    margin-top: 7px;
}

.site-header .ast-grid-right-section .ast-header-search .asl_w_container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    width: 0;
    transition: opacity 0.5s ease;
    overflow: hidden;
}

.site-header .ast-grid-right-section .ast-header-search .ast-search-menu-icon.ast-dropdown-active .asl_w_container {
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
}

.site-header .ast-grid-right-section .ast-header-search .asl_w_container .proinput {
    display: flex;
    align-items: center;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item.menu-item-object-logout {
    display: none;
}

.media-coverage-section .elementor-widget-text-editor table tr th,
.media-coverage-section .elementor-widget-text-editor table tr td {
    padding: 20px;
}

.showbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 999;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 70px;
}

.loader::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 899, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100% {}
    0% {
        stroke: #1d98ba;
    }
    40% {
        stroke: #354463;
    }
    66% {
        stroke: #1d98ba;
    }
    80% {}
    90% {
        stroke: #354463;
    }
}

.gcds-home-video .elementor-background-video-hosted {
    height: 100% !important;
    width: 100% !important;
}

.equal-height-boxes .elementor-column .elementor-widget-image-box,
.equal-height-boxes .elementor-column .elementor-widget-image-box .elementor-widget-container {
    height: 100%;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    align-items: flex-start;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 3px;
}

.membership-table table a {
    background: #8dc63f;
    color: #fff;
    padding: 8px 15px;
    border: 2px solid #8dc63f;
    text-align: center;
    margin: 0;
    display: block;
    text-decoration: none !important;
    transition: all 0.5s ease;
    font-weight: 500;
    min-width: 150px;
}

.membership-table table a:hover {
    background: transparent;
    color: #8dc63f;
}

.single-product #content .ast-container .content-area {
    padding-top: 120px;
}

.woocommerce-cart #content .ast-container .content-area,
.woocommerce-checkout #content .ast-container .content-area {
    padding-top: 50px;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
    display: none;
}

.woocommerce-account .site-content {
    padding: 50px 0;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    margin-bottom: 30px;
}

.woocommerce div.product .product_title strong {
    font-weight: inherit;
    color: #1d98ba;
}

#product-5859 .single-product-category,
#product-6325 .single-product-category,
#product-5859 .product_meta,
#product-6325 .product_meta {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
    background:#1d98ba !important;
}

#product-5859 #tab-title-description a,
#product-6325 #tab-title-description a {
    color: #1d98ba;
}

.site-footer .site-footer-section .footer-widget-area .widget#block-20 svg {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 2em auto 0;
}

.site-footer .site-footer-section .footer-widget-area .widget#block-20 svg .cls-1 {
    fill: #f8f8f8;
}

.ast-site-header-cart .ast-woo-header-cart-info-wrap {
    display: none !important;
}

.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
    background: #354463;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 1.5em;
    border: 2px solid #354463;
    transition: all 0.5s ease;
    color: #fff;
}

.woocommerce-page table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover {
    background: transparent;
    color: #354463;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #354463;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #354463;
}

.ast-footer-copyright a {
    color: inherit;
}

.ast-footer-copyright a:hover {
    color: #354463;
}

.gcds-donation-form form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.woocommerce-cart .shop-page-info,
.woocommerce-checkout .shop-page-info {
    display: none;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    display: none;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title.gcds-wc-orders-details_title {
    display: block;
}

.woocommerce-account.logged-in .woocommerce {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 50px;
}

.woocommerce-account .woocommerce:before {
    display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
    text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-form-login {
    max-width: 500px;
    margin: 0 auto;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin: 20px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-cart .woocommerce-message .button {
    display: none;
}

.aiip-img-gallery .elementor-image-gallery .gallery .gallery-item img {
    height: 300px;
    object-fit: cover;
}

.archive .sidebar-main .widget .wp-block-group,
.single .sidebar-main .widget .wp-block-group {
    padding: 0;
}

.archive .sidebar-main .widget h2,
.single .sidebar-main .widget h2 {
    padding: 10px;
    text-align: center;
    font-size: 26px;
    background: #354463;
    color: #fff;
    margin-bottom: 20px;
}

.archive .sidebar-main .widget .wp-block-group ul li,
.single .sidebar-main .widget .wp-block-group ul li {
    margin-bottom: 15px !important;
    line-height: 1.5em;
}

.archive .sidebar-main .widget .wp-block-group ul li:last-child,
.single .sidebar-main .widget .wp-block-group ul li:last-child {
    margin-bottom: 0 !important;
}

.archive .sidebar-main .widget .wp-block-group ul li a,
.single .sidebar-main .widget .wp-block-group ul li a {
    line-height: normal;
}

.single-tools #primary {
    width: 100%;
}

.single-tools #primary .tools {
    max-width: 900px;
    margin: 0 auto;
}

.elementor-widget-sidebar .elementor-widget-container .widget_nav_menu .menu {
    background-color: #354463;
}

.elementor-widget-sidebar .elementor-widget-container .widget_nav_menu .menu li a {
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: normal;
    border: 2px solid #354463;
}

.elementor-widget-sidebar .elementor-widget-container .widget_nav_menu .menu li.current-menu-item a {
    background: #fff;
    color: #354463;
    font-weight: 600;
}

.teachpress_pub_list .teachpress_filter #usr {
    display: none;
}

.woocommerce-order-details .woocommerce-order-details__title {
    display: none;
}

.woocommerce-order-details .woocommerce-order-details__title.gcds-wc-orders-details_title {
    display: block;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    display: none !important;
}

.gcds-custom-top-bar {
    background-color: #354463;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
}

.gcds-custom-top-bar p:last-of-type {
    margin-bottom: 0;
}

.gcds-custom-top-bar a {
    color: inherit;
    text-decoration: underline;
}

.gcds-custom-top-bar a:hover {
    text-decoration: none;
}

.woocommerce form .form-row .password-input {
    display: block;
    position: relative;
}

.woocommerce form .form-row .password-input .show-password-input {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    height: 16px;
    width: 25px;
    background-image: url('../images/show-password.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.woocommerce form .form-row .password-input .show-password-input.display-password {
    background-image: url('../images/hide-password.svg');
    height: 18px;
}

.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap {
    display: flex;
    border: 0;
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li {
    padding-right: 23px;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    min-height: 47px;
}

body .half-overlay-img-section .elementor-background-overlay {
    width: 50%;
    height: 100%;
}

body .half-overlay-img-section.right .elementor-background-overlay {
    left: auto;
    right: 0;
}

.postid-5404 .post-thumb,
.postid-5420 .post-thumb {
    display: none;
}

.single-joy-course-lesson #content .ast-container {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
}

.gcds-lesson-page {
    padding: 70px 0 70px 0;
}

.gcds-lesson-page .container {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.gcds-lesson-wrap {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 40px;
    align-items: flex-start;
}

body .gcds-lesson-wrap h2 {
    font-size: 38px;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}

.gcds-lesson-wrap .gcds-lesson-sidebar h4 {
    margin-bottom: 15px;
}

.gcds-lesson-wrap .gcds-lesson-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #354463;
}

.gcds-lesson-wrap .gcds-lesson-sidebar ul li a {
    display: block;
    padding: 12px 18px;
    color: #fff;
    border: 2px solid #354463;
    text-decoration: none;
}

.gcds-lesson-wrap .gcds-lesson-sidebar ul li.active a {
    color: #354463;
    background-color: #fff;
    font-weight: 600;
}

.gcds-lesson-nav {
    margin-top: 40px;
}

.gcds-lesson-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.gcds-lesson-nav ul li.next {
    margin-left: auto;
}

.gcds-lesson-nav ul li a {
    background-color: var( --e-global-color-primary );
    border: 2px solid var( --e-global-color-primary );
    color: #fff;
    transition: all 0.5s ease;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.gcds-lesson-nav ul li a:hover {
    background-color: transparent;
    color: var( --e-global-color-primary );
}

.woocommerce.postid-5859 div.product form.cart div.quantity,
.woocommerce.postid-6325 div.product form.cart div.quantity {
    display: none;
}

.gcds-member-login-msg,
.joy-membership-link {
    padding: 15px 20px;
    background-color: #1c97b9;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #fff;
    border-radius: 10px;
}

.joy-membership-link {
    display: block;
    color: #fff !important;
    border-width: 2px;
    text-decoration: none !important;
}

.joy-membership-link:hover {
    color: #1c97b9 !important;
    border-color: #1c97b9;
    background-color: transparent;
}

.gcds-member-login-msg p:last-of-type {
    margin-bottom: 0 !important;
}

.gcds-member-login-msg a {
    color: inherit;
    text-decoration: underline;
}

.single-product .woocommerce-product-details__short-description blockquote {
    margin: 0;
    padding: 15px;
    background-color: #ffffb6;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #f9f900;
    margin-bottom: 20px;
    font-style: normal;
}

.single-product .woocommerce-product-details__short-description blockquote p:last-of-type {
    margin-bottom: 0 !important;
}

.single-product .woocommerce-product-details__short-description {
    margin-top: 20px;
}

.woocommerce span.onsale {
    display:none;
}

body.postid-6325:not(.logged-in) .single_add_to_cart_button.button {
    display: none;
    /* pointer-events: none;
    background-color: grey !important; */
}

.joy-course-box {
    display: none !important;
}

.has-jc .joy-course-box {
    display: block !important;
}

.woocommerce div.product .out-of-stock {
    display: none;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description a {
    text-decoration: underline;
    color: #000;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description a:hover {
    text-decoration: none;
}

.single-post #main h1 {
    font-size: 40px;
}

.single-post #main .entry-content .wp-block-embed {
    margin-bottom: 20px;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .post-navigation {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-billing-fields #hear_about_us_other_field,
.woocommerce-billing-fields #hear_about_us_other_field .optional,
.woocommerce-js ul.products li.product .ast-shop-product-out-of-stock, .woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
    display: none;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}

.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-weight: 400;
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
    display: block;
}

.woocommerce-js .sold-individually div.quantity {
    margin: 0 !important;
}

.woocommerce-js .sold-individually .button.single_add_to_cart_button {
    margin-left: 0 !important;
}

.footer-address {
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.footer-address:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzFkOThiYSIgY2xhc3M9InctNiBoLTYiPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xMS41NCAyMi4zNTEuMDcuMDQuMDI4LjAxNmEuNzYuNzYgMCAwIDAgLjcyMyAwbC4wMjgtLjAxNS4wNzEtLjA0MWExNi45NzUgMTYuOTc1IDAgMCAwIDEuMTQ0LS43NDIgMTkuNTggMTkuNTggMCAwIDAgMi42ODMtMi4yODJjMS45NDQtMS45OSAzLjk2My00Ljk4IDMuOTYzLTguODI3YTguMjUgOC4yNSAwIDAgMC0xNi41IDBjMCAzLjg0NiAyLjAyIDYuODM3IDMuOTYzIDguODI3YTE5LjU4IDE5LjU4IDAgMCAwIDIuNjgyIDIuMjgyIDE2Ljk3NSAxNi45NzUgMCAwIDAgMS4xNDUuNzQyWk0xMiAxMy41YTMgMyAwIDEgMCAwLTYgMyAzIDAgMCAwIDAgNloiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4NCjwvc3ZnPg==');
}

.joy-purchase-msg {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff4a0;
}

.joy-purchase-msg p {
    margin-bottom: 15px;
}

.joy-purchase-msg p:last-of-type {
    margin-bottom: 0;
}

.single-post .wp-block-gallery .wp-block-image a {
    padding-top: 70%;
}

.single-post .wp-block-gallery .wp-block-image a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-post .wp-block-gallery .wp-block-image .wp-element-caption {
    display: none;
}

.gcds-survey-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

.gcds-survey-popup-wrap .gcds-survey-popup-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: #fff;
    max-width: 700px;
    border-radius: 10px;
    width: 90%;
}

.gcds-survey-popup-wrap .gcds-survey-popup-inner .survey-close {
    display: block;
    position: absolute;
    top: -15px;
    height: 35px;
    width: 35px;
    right: -10px;
    color: #fff;
    background: #1d98ba;
    border-radius: 100%;
    padding: 0;
    z-index: 99;
}

.gcds-survey-popup-wrap .gcds-survey-popup-inner .gcds-survey-popup-content {
    padding: 0px;
    max-height: 600px;
    overflow-y: auto;
}

.woocommerce-js form .form-row#account_password_field {
    padding: 15px;
    background-color: #ffffb6;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-js form .form-row#account_password_field label {
    margin-bottom: 10px;
}

.woocommerce form .form-row .password-input .show-password-input {
    background-color: transparent;
    padding: 0;
    border: none;
}

.woocommerce div.product p.price,
.woocommerce-js div.product p.price, 
.woocommerce-js div.product span.price {
    font-size: 24px;
    line-height: 1.2em;
    color: #3a3a3a;
}

.gcds-booklet-link {
    margin-top: 10px;
}

.gcds-booklet-link a {
    display: inline-block;
    border: 2px solid #1c97b9;
    color: #1c97b9;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.gcds-booklet-link a:hover {
    background-color: #1c97b9;
    color: #fff;
}

.member-tiles .elementor-image-box-wrapper .elementor-image-box-img {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
}

.member-tiles .elementor-image-box-wrapper .elementor-image-box-img a {
    display: block;
}

.member-tiles .elementor-image-box-wrapper .elementor-image-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gcds-library-search,
.gcds-resource-search {
    position: relative;
    margin-bottom: 15px;
}

.gcds-library-search svg,
.gcds-resource-search svg {
    position: absolute;
    top: 13px;
    left: 15px;
}

.gcds-library-search input,
.gcds-resource-search input {
    display: block;
    width: 100%;
    padding-left: 46px;
    border-radius: 30px;
}

.gcds-member-library ul li {
    padding: 0;
}

.gcds-member-library ul li:before {
    display: none;
}

.gcds-member-library ul li a {
    padding: 20px 20px 20px 50px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    display: block;
    text-decoration: none !important;
    transition: all 0.5s ease;
    color: #354463;
    position: relative;
}

.gcds-member-library ul li a:hover {
    background-color: #354463;
    color: #fff;
}

.gcds-member-library ul li a:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iIzM1NDQ2MyIgY2xhc3M9InNpemUtNiI+DQogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTEzLjUgNkg1LjI1QTIuMjUgMi4yNSAwIDAgMCAzIDguMjV2MTAuNUEyLjI1IDIuMjUgMCAwIDAgNS4yNSAyMWgxMC41QTIuMjUgMi4yNSAwIDAgMCAxOCAxOC43NVYxMC41bS0xMC41IDZMMjEgM20wIDBoLTUuMjVNMjEgM3Y1LjI1IiAvPg0KPC9zdmc+');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 20px;
    transition: all 0.5s ease;
}

.gcds-member-library ul li a:hover:before {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1240px) {
    .site-header .main-header-menu li>.menu-link {
        font-size: 13px;
    }
    .site-footer .site-footer-section .footer-widget-area .widget .menu li {
        font-size: 14px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1140px) {
    body {
        position: relative;
        right: 0;
        transition: right 0.5s ease;
    }
    body.ast-popup-nav-open,
    body.ast-popup-nav-open.ast-theme-transparent-header #masthead {
        right: 280px;
    }
    .ast-popup-nav-open .ast-mobile-popup-drawer {
        right: 0;
    }
    .site-header .ast-primary-header-bar {
        margin-bottom: -85px;
    }
    .site-header .main-header-bar-wrap {
        top: 0;
    }
    .site-header .ast-builder-grid-row {
        align-items: center;
    }
    .site-header .ast-main-header-wrap .ast-grid-right-section {
        padding-top: 0;
        margin-top: -40px;
        flex-direction: row;
        align-items: center;
    }
    .site-header.ast-logo-title-inline .site-logo-img .custom-logo-link svg {
        max-width: 100px;
    }
    .site-header:before {
        height: 62%;
    }
}

@media screen and (max-width: 767px) {
    .site-header:before {
        height: 62%;
    }
    .site-header.ast-logo-title-inline .site-logo-img .custom-logo-link svg {
        max-width: 80px;
    }
    html #wpadminbar {
        top: -46px;
    }
    .site-header .ast-grid-right-section {
        margin-top: -50px;
    }
    .gcds-latest-news-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .gcds-latest-news-wrap .gcds-news-img-wrap img {
        width: 100%;
    }
    .site-footer .site-footer-section .footer-widget-area .widget .menu {
        flex-direction: column;
    }
    .site-footer .site-footer-section .footer-widget-area .widget .menu li {
        padding-right: 0;
    }
    .site-header.ast-logo-title-inline .ast-site-identity {
        padding: 12px;
    }
    .elementor-widget-text-editor table {
        display: block;
        max-width: 767px;
        overflow-x: auto;
    }
    .site-header .ast-grid-right-section .ast-header-search .ast-search-menu-icon.ast-dropdown-active .asl_w_container {
        min-width: 250px;
        left: auto;
    }
    .mc4wp-form .mc4wp-form-fields .mcform-row {
        flex-direction: column;
        gap: 20px;
    }
    .mc4wp-form .mc4wp-form-fields input[type="text"],
    .mc4wp-form .mc4wp-form-fields .mcform-row input[type="text"]:last-of-type,
    .mc4wp-form .mc4wp-form-fields .mcform-row input[name="LNAME"],
    .mc4wp-form .mc4wp-form-fields input[type="email"],
    .mc4wp-form .mc4wp-form-fields input[type="submit"] {
        width: 100%;
        border-radius: 30px;
        margin-left: 0;
    }
    .mc4wp-form .mc4wp-form-fields input[type="email"] {
        margin-left: 0;
        min-width: 100%;
    }
    .site-header .ast-grid-right-section .ast-header-search .asl_w_container .proinput input {
        font-size: 12px;
    }
    body .gcds-popup-video .elementor-custom-embed-image-overlay img {
        max-width: 25%;
    }
    body .gcds-popup-video .elementor-custom-embed-image-overlay {
        min-height: 90px;
    }
    body .gcds-popup-video .elementor-open-lightbox:before,
    body .gcds-popup-video .elementor-open-lightbox:after {
        width: 60px;
        height: 60px;
    }
    body .gcds-popup-video .elementor-custom-embed-image-overlay:before {
        left: 5px;
        border-left: 18px solid rgb(29, 152, 186);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-radius: 0;
    }
    .woocommerce div.product .product_title {
        font-size: 34px;
    }
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .woocommerce-account.logged-in .woocommerce {
        grid-template-columns: 1fr;
    }
    .gcds-donation-form form {
        flex-direction: column;
    }
    .gcds-donation-form form input[name="donation_amount"] {
        width: 100%;
    }
    .ast-header-break-point .ast-header-search .asl_w_container {
        height: 0;
        width: 0;
        opacity: 0;
        visibility: hidden;
    }
    body .half-overlay-img-section .elementor-background-overlay {
        display: none;
    }
    .gcds-lesson-wrap {
        grid-template-columns: 1fr;
    }
    .gcds-lesson-nav ul {
        flex-direction: column;
        align-items: center;
    }
    .gcds-lesson-nav ul li {
        margin-bottom: 20px;
    }
    .gcds-lesson-nav ul li.next {
        margin-left: 0;
        margin-bottom: 0;
    }
    body .gcds-lesson-wrap h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 580px) {
    .gcds-latest-news-wrap,
    .wpcf7 .gcds-form-row {
        grid-template-columns: 1fr;
    }
    .gcds-news .gcds-new-info-wrap {
        padding: 15px 20px 20px;
    }
}