/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 18px;
    line-height: 1.5;
}

h1 {
    font-size: 2.5em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h2 {
    font-size: 2.1em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.8em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0 0 20px;
}
h5 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.banner h1 {
    font-size: 2em;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 5px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 5px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
p:last-of-type {
    margin: 0;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}

@media only screen and (max-width: 992px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
        padding: 0 15px 20px;
    }

}

.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col {
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}

.site-table {
    overflow-x: auto;
}
.site-table table {
    min-width: 767px;
}

/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
.nav>li>a,
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
}
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-main .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: var(--fs-color-primary);
}
.header-main .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-main .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
}
.header-main .nav ul.sub-menu a:hover,
.header-main .nav ul.sub-menu .active > a {
    color: var(--fs-color-secondary);
}
.header-main .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-main .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-secondary);
}
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
/* End footer */

.header-main .nav ul.sub-menu {
    background: #ffffff;
    border-radius: 10px;
}
.header-main .nav ul.sub-menu a {
    color: #000000;
}
.header-wrapper .header-language-dropdown:before,
.header-wrapper .header-language-dropdown:after {
    display: none !important;
}
.header-wrapper .header-language-dropdown > a {
    display: none;
}
.header-wrapper .header-language-dropdown .nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    left: auto;
    right: auto !important;
    min-width: auto;
    opacity: 1;
    transition: none;
    visibility: visible;
    z-index: 9;
    gap: 10px;
}
.header-wrapper .header-language-dropdown .nav-dropdown a {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none !important;
    position: relative;
}
.header-wrapper .header-language-dropdown .nav-dropdown li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.4;
    transition: 0.5s;
}
.header-wrapper .header-language-dropdown .nav-dropdown li.active a:after,
.header-wrapper .header-language-dropdown .nav-dropdown li a:hover:after {
    opacity: 0;
}
.header-wrapper .header-language-dropdown .nav-dropdown a .icon-image {
    line-height: 1;
}
.header-wrapper .header-language-dropdown .nav-dropdown a .icon-image img {
    width: 25px;
}
.header-wrapper li.account-item > a {
    display: flex;
    align-items: center;
}
.header-wrapper li.account-item > a .image-icon {
    display: block;
    width: 25px;
    height: 25px;
    order: -1;
    background-image: url("/wp-content/uploads/2025/11/icon-4.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.header-wrapper li.account-item > a .image-icon img {
    display: none;
}
.header-block-block-1 img {
    margin: 0 !important;
}
.header-wrapper .header-main {
    position: absolute;
    width: 100%;
    top: calc(100% + 30px);
    left: 0;
}
.header-wrapper .header-main .flex-left.flex-grow {
    height: 100%;
    padding-right: 30px;
}
.header-wrapper .header-main .flex-left.flex-grow .header-nav-main {
    height: 100%;
    padding-left: 30px;
    background: linear-gradient(90deg, rgba(35, 90, 182, 0.8) 0%, rgba(3, 162, 48, 0.8) 100%);
    border-radius: 100px;
    justify-content: space-between;
}
.nav>li>a, .nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: 1em;
}
.header-wrapper .header-button-1 .button {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    font-size: 1.2em;
}

.footer-wrapper {
    background: linear-gradient(180deg, #276E3C 0%, #235AB6 100%);
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: #98DDAB;
}
.row-socials .col:first-child {
    flex-basis: auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
}
.row-socials .col.col-socials {
    flex: 1;
}
.row-socials .col-socials .col-inner {
    display: flex;
    gap: 16px;
    padding-left: 16px;
}
.row-socials .col-socials .col-inner .img {
    max-width: 40px;
    margin: 0;
}
.footer-wrapper .ux-menu.menu-footer {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: space-between;
}
.footer-wrapper .ux-menu.menu-footer .ux-menu-link {
    padding-bottom: 0;
}
.icon-box.icon-box-style1 {
    height: 100%;
    padding: 25px 10px 10px;
    box-shadow: 0px 4px 10px 0px #00000040;
    background: #ffffff;
    border-radius: 20px;
    transition: 0.5s;
}
.icon-box.icon-box-style1 img {
    transition: 0.5s;
}
.icon-box.icon-box-style1 p {
    max-width: 226px;
    min-height: 48px;
    margin: 0 auto 15px;
    color: #000000 !important;
    transition: 0.5s;
}
.icon-box.icon-box-style1 h3,
.icon-box.icon-box-style1 h4 {
    transition: 0.5s;
}
.icon-box.icon-box-style1:hover {
    background: linear-gradient(180deg, #235AB6 0%, #45BC67 100%);
}
.icon-box.icon-box-style1:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.icon-box.icon-box-style1:hover p,
.icon-box.icon-box-style1:hover h3,
.icon-box.icon-box-style1:hover h4 {
    color: #ffffff !important;
}
.new-deadline-submission {
    position: relative;
}
@media only screen and (min-width: 550px) {
    .new-deadline-submission:before {
        content: "";
        position: absolute;
        width: calc(75% - 30px);
        height: 1px;
        top: 14px;
        left: calc(12.5% + 15px);
        background: #000000;
    }
    .new-deadline-submission > .col > .col-inner {
        position: relative;
        padding-top: 79px;
    }
    .new-deadline-submission > .col > .col-inner:before {
        content: "";
        position: absolute;
        width: 28px;
        height: 28px;
        top: 0;
        left: calc(50% - 14px);
        background: var(--primary-color);
        border-radius: 50%;
    }
}
.blog-wrapper.blog-single {
    padding-bottom: 0;
    padding-top: 160px;
}
.blog-wrapper.blog-single .entry-header .entry-divider {
    display: none;
}

.slider-featured-news .flickity-viewport {
    overflow: visible;
}
.slider-featured-news .flickity-viewport .post-item:not(.is-selected) {
    opacity: 0.2;
}
.slider-featured-news .post-item .box {
    padding: 16px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.5s;
}
.slider-featured-news .post-item .box:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.post-item .box-image {
    border-radius: 9px;
    overflow: hidden;
}
.post-item .box-text-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.post-item .box-text-inner .post-title {
    margin: 0;
}
.slider-featured-news .post-item .box-text-inner .post-title.is-large {
    font-size: 1.4em;
}
.post-item .box-text-inner .post-title a {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.post-item .box-text .from_the_blog_excerpt {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.post-item .box-text .post-meta {
    font-size: 1em;
    opacity: 1;
    color: #000000;
}
.post-item .box-text .is-divider {
    display: none;
}
.slider-featured-news .flickity-prev-next-button {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
    bottom: auto !important;
    top: -81px !important;
}
.slider-featured-news .flickity-prev-next-button.previous {
    right: 51px !important;
}
ul.links {
    font-size: 1em;
    margin: 30px 0;
}
ul.links li {
    display: inline-block;
    margin: 0 !important;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px #EBEBEB solid;
    border-radius: 0;
}
.white.button.is-outline {
    color: #ffffff !important;
}
.white.button.is-outline:hover {
    color: #000000 !important;
}
.site-menu-program.ux-menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
}
.site-menu-program.ux-menu .ux-menu-link__link {
    font-size: 1.5em;
    min-height: auto;
    display: inline-block;
    padding: 0 16px 16px;
    position: relative;
    color: #000000;
    transition: 0.5s;
}
.site-menu-program.ux-menu .ux-menu-link--active .ux-menu-link__link,
.site-menu-program.ux-menu .ux-menu-link__link:hover {
    color: var(--primary-color);
}
.site-menu-program.ux-menu .ux-menu-link--active .ux-menu-link__link {
    font-weight: 700;
}
.site-menu-program.ux-menu .ux-menu-link__link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    transition: 0.5s;
}
.site-menu-program.ux-menu .ux-menu-link--active .ux-menu-link__link:after,
.site-menu-program.ux-menu .ux-menu-link__link:hover:after {
    width: 100%;
}
.select-resize-ghost, .select2-container .select2-choice,
.select2-container .select2-selection {
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    font-size: 1em;
    padding-left: 16px;
    padding-right: 16px;
}
input[type=email], input[type=number],
input[type=search], input[type=tel],
input[type=text], input[type=url], textarea, select {
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    font-size: 1em;
    padding: 4px 16px;
}
input::placeholder,
textarea::placeholder {
    font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: italic;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-style: italic;
}
label {
    color: #000000;
}
.field-yes-no p {
    display: flex;
    gap: 10px;
}
.field-yes-no p label {
    width: auto;
}
.btn-submit {
    text-align: center;
}
.btn-submit .wpcf7-submit {
    min-width: 200px;
    border-radius: 99px;
    font-size: 1em;
    font-weight: 400;
    padding: 4px 16px;
}
.button {
    font-weight: 400;
}
.about-the-organizations {
    background: linear-gradient(180deg, rgba(35, 90, 182, 0.6) 0%, rgba(69, 188, 103, 0.6) 100%);
}
.image-box-organizations {
    padding: 10px;
    background: #ffffff;
    border-radius: 15px;
}
.image-box-organizations .box-image {
    border-radius: 15px;
    overflow: hidden;
}
.image-box-organizations .box-text h4 {
    margin-bottom: 15px;
}
.home-countdown .col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.home-countdown h4 {
    flex: 1;
    white-space: nowrap;
}
.home-countdown .ux-timer {
    display: flex;
    gap: 30px;
    margin: 0;
}
.home-countdown .ux-timer > span {
    flex: 1;
    background: #EDEDED;
    border-radius: 0;
    color: #000000;
    position: relative;
}
.home-countdown .ux-timer > span:after {
    content: ":";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
}
.home-countdown .ux-timer > span:last-child:after {
    display: none;
}
.home-countdown .ux-timer > span strong {
    font-size: 20px;
    text-transform: none;
    color: var(--fs-color-secondary);
    opacity: 1;
}
.box-seminar-Introduction .box-text-inner {
    width: 220px;
    height: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: relative;
}
.box-seminar-Introduction .box-text-inner:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: 20px;
    left: 20px;
    border: 5px var(--fs-color-primary) solid;
    border-radius: 50%;
}
.slider-button-top .flickity-prev-next-button {
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    margin: 0 !important;
    bottom: auto !important;
    top: -81px !important;
}
.slider-button-top .flickity-prev-next-button.previous {
    right: 51px !important;
}
.slider-button-top.slider-custom-width .flickity-prev-next-button {
    right: 15px !important;
}
.slider-button-top.slider-custom-width .flickity-prev-next-button.previous {
    right: 66px !important;
}
.box-speaker.box {
    border-radius: 15px;
    overflow: hidden;
}
.box-speaker.box .box-text {
    background: linear-gradient(180deg, rgba(3, 88, 28, 0) 50.1%, #03581C 91.8%);
}
.box-speaker.box .box-text p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.box-speaker.box:hover .box-text p {
    height: 22px;
    opacity: 1;
    visibility: visible;
}
.gallery-sponsor .box-image {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-sponsor .box-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.woocommerce-additional-fields > h3 {
    display: none;
}

#quick-view-modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:99999;
}
#quick-view-content {
    background: #ffffff;
    width: 80%;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px 0;
    border-radius: 10px;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
#quick-view-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    margin: 0;
}
#quick-view-content .product-main {
    padding: 0;
}
#quick-view-content #product-sidebar {
    display: none;
}
#quick-view-content h1 {
    font-size: 1.5em;
}
#quick-view-content .next-prev-thumbs,
#quick-view-content .is-divider {
    display: none !important;
}
table.variations {
    margin-bottom: 10px;
}
table.variations tbody {
    display: flex;
    flex-flow: row wrap;
}
table.variations tbody tr {
    border: none !important;
}
#quick-view-content .variations label {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 10px;
}
#quick-view-content .variations th.label {
    padding-right: 0;
}
#quick-view-content .variations span.woo-selected-variation-item-name {
    font-weight: 700;
    color: var(--fs-color-secondary);
}
.woo-variation-swatches .variable-item:before,
.woo-variation-swatches .variable-item:after {
    display: none !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto;
    height: 32px !important;
    font-size: 14px;
    border: 1px rgba(0, 0, 0, 0.2) solid !important;
    box-shadow: none !important;
    color: #000000;
    border-radius: 10px;
    transition: 0.5s;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: rgba(215, 255, 233, 1);
    border-color: var(--fs-color-secondary) !important;
    color: #000000;
}
.variations .reset_variations {
    color: red;
}
.single_variation_wrap .woocommerce-variation-price {
    border-top: 1px dashed var(--fs-color-secondary);
    font-size: 1em;
    padding: 15px 0 15px 30px;
    background-image: url("assets/images/icon-price.svg");
    background-position: left center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.single_variation_wrap .woocommerce-variation-price span.amount {
    color: var(--fs-color-secondary);
}
.product-summary .variations_button {
    padding: 0;
}
.product-summary .variations_button .qty-label {
    font-weight: 400;
    margin: 0 0 -10px;
}
.product-summary .variations_button .ux-quantity {
    border-radius: 10px;
    overflow: hidden;
}
.product-summary .variations_button .quantity .button.minus {
    min-width: 40px;
    background-color: #E0E0E0;
    background-image: url("assets/images/icon-arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    font-size: 0;
}
.product-summary .variations_button .quantity .button.plus {
    min-width: 40px;
    background-color: #E0E0E0;
    background-image: url("assets/images/icon-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    font-size: 0;
    border-radius: 0 10px 10px 0;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: none;
}
.product-gallery-slider img, .product-thumbnails img {
    border-radius: 20px;
}
.product-info .price {
    font-size: 1.2em;
}
.single_add_to_cart_button {
    display: none !important;
}
.archive .product-small .box-text .quick-view-btn {
    flex: 1 !important;
}
.buy_now_button {
    flex: 1 !important;
    border-radius: 10px;
}

.product-registration-list {
    padding: 20px;
    background: linear-gradient(180deg, #E0FFE9 0%, #45BC67 171.92%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.product-registration-list table {
    margin: 0;
}
.product-registration-list th,
.product-registration-list td {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #2980E7;
    border-left: 1px solid #2980E7;
}
.product-registration-list th {
    font-weight: 700;
    font-size: 1.25em;
    border-bottom: none;
}
.product-registration-list td {
    border-top: 1px solid #2980E7;
    border-bottom: none;
}
.product-registration-list th:first-child,
.product-registration-list td:first-child {
    text-align: left;
    border-left: none;
}
.product-registration-list td h5 {
    margin-bottom: 10px;
}
.product-registration-list td span.amount {
    font-size: 1.2em;
    color: #000000;
    font-weight: 400;
}
.product-registration-list td .button {
    border-radius: 99px;
    margin: 0;
}
.product-info .breadcrumbs {
    display: none;
}
.quantity input[type=number] {
    padding: 0;
}
.woocommerce-page .checkout-page-title {
    display: none;
}
.page-template-default.page .page-wrapper,
.woocommerce-page .page-wrapper,
.woocommerce-page.woocommerce-account .my-account-header {
    padding-top: 160px;
}
.woocommerce-page.woocommerce-account .page-wrapper {
    padding-top: 30px;
}
.list-files-wrap {
    padding-top: 45px;
}
.list-files-wrap .list-files {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}
@media only screen and (min-width: 850px) {
    .item-top-post .box-text {
        max-width: 50%;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}