/* 
Theme Name: Oberon Lai Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


li.mega-menu-item a {
    transition: all .2s ease !important;
}

li.mega-menu-item.hidden {
    display: none !important;
}

li.mega-menu-item a:hover {
    color: #a0b2b9 !important;
}

li.nav-divide a {
    border-bottom: 1px solid #efefef !important;
    pointer-events: none;
}

li.nav-divide a span {
    font-size: 13px;
    color: #bbb;
}

li.nav-hot a span {
    position: relative;
    top: -5px;
    font-size: 10px;
    color: red;
    margin-left: 5px;
    animation: blinker 2s linear infinite;
}

@media screen and (max-width: 1220px) {
    li.nav-hot a span {
        display: none;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.jet-listing-grid__slider .jet-slick-dots li.slick-active, .jet-listing-grid__slider .jet-slick-dots li:hover {
    background-color: #ffdc73;
}

.jet-listing-grid__slider .jet-slick-dots {
    margin: 20px 0;
}

.jet-listing-grid__slider-icon.slick-arrow {
    top: 25%;
    opacity: .8;
    transition: all .2s ease;
}

.jet-listing-grid__slider-icon.slick-arrow:hover {
    background: #ffdc73;
    opacity: 1;
}

.jet-listing-grid__slider-icon.slick-arrow {
    top: -50px;
    left: auto;
    right: 90px;
}

.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
    right: 25px;
}

.jet-listing .slick-initialized .slick-slide {
    transition: opacity .2s ease;
}

.jet-listing .slick-initialized .slick-slide:hover {
    opacity: .8 !important;
}

@media screen and (max-width: 600px) {
    .jet-listing-grid__slider-icon.slick-arrow {
        display: none !important;
    }
}

.wp-block-quote {
    margin: 30px 0px;
    padding: 25px;
    background-color: white;
}

.wp-block-quote p {
    margin: 0px;
}

/*Blog*/
.blog a,
.h2-link a,
.page-id-17 .elementor-text-editor a,
.page-id-17 .timeline-item__card-desc a,
.wp-block-quote a,
.remove-activation-button,
.link-underline,
.sld_field-description a {
    text-decoration: none;
    position: relative;
    color: #222 !important;
    z-index: 2;
    white-space: nowrap;
}

.blog a:before,
.h2-link a:before,
.page-id-17 .elementor-text-editor a:before,
.page-id-17 .timeline-item__card-desc a:before,
.wp-block-quote a:before,
.remove-activation-button:before,
.link-underline:before,
.sld_field-description a:before {
    content: '';
    background-color: #ffdc73;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 4px;
    z-index: -1;
    transition: all .2s ease;
}

.blog a:hover,
.h2-link a:hover,
.page-id-17 .elementor-text-editor a:hover,
.page-id-17 .timeline-item__card-desc a:hover,
.wp-block-quote a:hover,
.remove-activation-button:hover,
.link-underline:hover,
.sld_field-description a:hover {
    color: #222;
}

.blog a:hover::before,
.h2-link a:hover::before,
.page-id-17 .elementor-text-editor a:hover::before,
.page-id-17 .timeline-item__card-desc a:hover::before,
.wp-block-quote a:hover::before,
.remove-activation-button:hover::before,
.link-underline:hover::before
.sld_field-description a:hover::before {
    bottom: 0;
    height: 100%;
}

.blog h2,
h3.title-comments {
    font-family: "noto serif tc", Sans-serif;
    font-size: 24px;
    padding-left: 20px;
    margin-top: 50px;
    border-left: solid 4px #ffdc73;
}

#reply-title {
    padding-left: 20px;
    border-left: solid 4px #ffdc73;
}

.blog h3 {
    font-size: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #a0b2b9;
}

.blog h4 {
    font-size: 20px;
}

.blog p {
    color: #333;
    font-size: 17px;
    line-height: 34px;
}

.blog ul, ol {
    margin-bottom: 30px;
}

[type=button], [type=submit], button {
    border: 0;
}

.x-blog h2 {
    counter-increment: h2Counter;
    counter-reset: h3Counter;
    font-size: 20px;
    margin-bottom: 10px;
}

.x-blog h2:before {
    content: counter(h2Counter, trad-chinese-informal) '、';
    font-size: 20px;
    display: inline-block;
}

.x-blog h3 {
    counter-increment: h3Counter;
    font-size: 18px;
    margin-bottom: 10px;
}

.x-blog h3:before {
    content: counter(h2Counter) '.' counter(h3Counter) ' ';
    margin-right: 5px;
}

.banner {
    margin-bottom: -10px;
}


.banner h1 {
    position: relative;
    margin-top: -20px;
    margin-bottom: -60px;
    z-index: 10;
}

.banner span {
    position: relative;
    padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .banner h1 {
        margin-bottom: -80px;
    }
}

@media screen and (max-width: 767px) {
    .banner h1 {
        margin-top: 0;
        margin-bottom: -20px;
    }
}

.banner span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 1px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    animation: scale-width 2s 1s;
    animation-fill-mode: forwards;
}

@keyframes scale-width {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

pre[class*=language-]::selection, pre[class*=language-] ::selection, code[class*=language-]::selection, code[class*=language-] ::selection {
    background: #ffdc73;
}

span.required {
    color: red;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
    border: 0;
    border-radius: 0;
}

#commentform #submit,
.order-again a {
    border-radius: 0;
    border: 1px solid #060606;
    background-color: #ffdc73;
    transition: all .2s ease;
    color: #060606;
}

#commentform #submit:hover,
.order-again a:hover {
    border-color: #f2f2f2;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

#comments .comment-meta {
    flex-wrap: wrap;
    align-items: center;
}

.comment-author.vcard {
    font-size: 18px;
}

.comment-author.vcard .url {
    color: #060606;
}

.comment-metadata time {
    font-size: 14px;
}

.comment-awaiting-moderation {
    display: block;
    flex-basis: 100%;
    background: #efefef;
    margin: 20px 0 0 0;
    padding: 10px;
}

.comment-content {
    font-size: 16px;
}

.comment-reply-link {
    font-size: 14px;
}

.comment-awaiting-moderation {
    font-style: normal;
}

.jet-listing.jet-listing-dynamic-link a {
    transition: all .2s ease;
}

.single-cta {
    background: #fff;
    padding: 20px;
}

.jet-listing-grid__item {
    transition: opacity .2s ease;
}

.jet-listing-grid__item:hover {
    opacity: .8;
}

@media screen and (max-width: 1024px) {
    #elementor-popup-modal-2298 {
        display: none !important;
    }

    .elementor-1144 .elementor-element.elementor-element-9478a19 > .elementor-widget-container {
        margin: 0 !important;
    }
}

.jet-ajax-search:hover {
    height: 320px;
}

.jet-ajax-search input:focus {
    outline: none;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #ffdc73;
}

.jet-ajax-search__item-title {
    color: #060606;
    font-size: 14px;
    font-weight: normal
}

.jet-ajax-search .jet-ajax-search__full-results,
.mp-submit,
.download-btn {
    display: block;
    width: 100%;
    color: #060606 !important;
    background: #ffdc73 !important;
    padding: 5px 8px;
    border: 1px solid #060606;
    transition: border-color .2s ease;
    border-radius: 0 !important;
}

.woocommerce-button.button.view,
.button.wc-backward,
.woocommerce-Button.button {
    color: #060606 !important;
    background: #ffdc73 !important;
    padding: 5px 8px;
    border: 1px solid #060606 !important;
    transition: border-color .2s ease;
    border-radius: 0 !important;
}

.jet-ajax-search .jet-ajax-search__full-results:hover,
.mp-submit:hover,
.download-btn:hover,
.woocommerce-button.button.view:hover,
.button.wc-backward:hover,
.woocommerce-Button.button:hover {
    border-color: #f2f2f2 !important;
    color: #060606;
}

.mp-submit {
    width: auto;
    padding: 5px 30px;
}

input.mp-demo-email[type=email] {
    border: 0;
}

input.mp-demo-email[type=email]:focus {
    outline: none;
}

.woocommerce-MyAccount-navigation li.is-active {
    background-color: #ffdc73;
}

.woocommerce-cart .jet-ajax-search,
.woocommerce-checkout .jet-ajax-search {
    display: none;
}

.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f2f2f2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #060606;
    background: #ffdc73;
}

.woocommerce-message {
    border-top-color: #ffdc73;
}

.woocommerce-message::before {
    color: #ffdc73;
}

.elementor-1273 .elementor-element.elementor-element-7367e79 .elementor-mark-required .elementor-field-label:after {
    color: red !important;
}

.wp-block-quote {
    border-left: 4px solid #ffdc73;
}

.elementor-334 .elementor-element.elementor-element-555f53a .elementor-spacer-inner,
.elementor-414 .elementor-element.elementor-element-87998c3 .elementor-spacer-inner {
    aspect-ratio: 16/9;
}

.tag-list .jet-listing-dynamic-terms__prefix {
    border: 1px solid #060606;
    padding: 5px 8px;
    color: #060606 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background: none;
}

.license-key-activations {
    display: block !important;
}

.license-product-info {
    width: 100% !important;
    flex-wrap: wrap;
}

.license-toggle-info,
.order-again,
.woocommerce-customer-details {
    display: none !important;
}

.download-btn {
    display: inline-block;
    width: auto;
}

.license-key-code {
    background-color: #fff !important;
}

.appsero-activation-item {
    color: #060606 !important;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
    border-left: 4px solid #ffdc73;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    .license-key-code {
        margin-left: 0 !important;
        margin-bottom: 10px
    }

    .license-product-info > div {
        width: 100%;
    }
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 10px !important;
}

.single_variation_wrap .quantity {
    display: none !important;
}

.single-product .elementor-widget-wc-add-to-cart .quantity + button, .woocommerce div.product.elementor .quantity + button {
    margin-left: 0 !important;
}

.single-product .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #060606;
    font-size: 16px;
    padding-bottom: 10px;
}

.single-product table.variations tbody tr:hover > td, table.variations tbody tr:hover > th {
    background: none;
}

.single-product table.variations th.label {
    display: none !important;
}

.single-product table.variations td {
    padding: 0 !important;
}

.single-product table.variations td.value {
    position: relative;
}

.single-product table.variations td.value select {
    appearance: none;
    border: 1px solid #060606;
    outline: none;
}

.single-product table.variations td.value.value:after {
    content: '\f347';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: absolute;
    background: transparent;
    right: 10px;
    top: 8px;
}

.single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 20px !important;
}

.reset_variations {
    display: none !important;
}

.wp-block-separator {
    border-top: 0;
    margin-bottom: 16px !important;
    border-color: #ccc;
}

.e-coupon-anchor-description {
    display: none;
}

.e-apply-coupon {
    border: 1px solid #293132 !important;
    color: #293132 !important;
    background: #ffdc73 !important;
    border-radius: 0 !important;
}

.e-apply-coupon:hover {
    background: #ffdc73 !important;
    color: #293132 !important;
    border-color: #fff !important;
}

.fst_client_portal .fs_button_groups button.fs_btn_active {
    background-color: #FFDC73 !important;
    color: #293132 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.fst_client_portal .fs_button_groups button:hover,
.fst_client_portal .fs_tk_preview:hover {
    color: #293132 !important;
}

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

.wedocs-shortcode-wrap .wedocs-search-input {
    display: none !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list {
    padding: 20px !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single {
    border: 0 !important;
    margin-top: 60px !important;
    box-shadow: none !important
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections ul.children > li,
.article-child.well > h3 + ul li {
    list-style: none !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections ul.children > li a {
    color: #222 !important;
    display: block;
    background: #FFDC75;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0 10px 10px 0 !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections ul.children > li a:hover {
    background: #222;
    color: #fff !important;
}

.page-id-4189 .wedocs-shortcode-wrap.pro ul.wedocs-doc-sections ul.children.has-icon {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

#wedocs-messaging-bubble-root .right-14,
.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .divider,
.wedocs-shortcode-wrap.pro ul.wedocs-docs-list li.wedocs-docs-single .wedocs-doc-link,
.wedocs-shortcode-wrap.pro ul.wedocs-doc-sections > li a:not(:hover) + svg,
.single-docs .jet-ajax-search,
.article-child.well > h3 {
    display: none !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single .inside {
    height: auto !important;
}

.doc-nav-list ul li a,
.doc-nav-list li a {
    color: #222 !important;
    border-radius: 0;
}

.doc-nav-list li a:hover,
.doc-nav-list ul li a:hover {
    background: #ffdc73 !important;
}

footer.entry-footer.wedocs-entry-footer .feedback-content {
    width: 100% !important;
}

.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections > li {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.wedocs-single-wrap > div + div {
    background: #F8F9F9;
}

.woocommerce .star-rating span {
    color: #F1AD4E;
}

.single #reply-title,
.akismet_comment_form_privacy_notice {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    background-color: #fff
}

.woocommerce .star-rating {
    float: none;
}

.woocommerce #review_form #respond .form-submit input {
    background: #FFDC74;
    border: 1px solid #222;
    border-radius: 0;
    transition: all .2s ease;
}

.woocommerce #review_form #respond .form-submit input:hover {
    border-color: #fff;
}

blockquote .has-white-color a {
    color: #fff !important;
    font-weight: bold;
}

blockquote .has-white-color a:hover {
    color: #222 !important;
}

blockquote .has-white-color a:before {
    height: 0 !important;
}

#wc-payuni-pro-credit-subscription-new-payment-method,
#wc-payuni-pro-credit-subscription-payment-token-new,
#wc-payuni-pro-credit-subscription-payment-token-1,
#wc-payuni-pro-credit-new-payment-method {
    width: 16px !important;
    margin-right: 0 !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
    border: 0 !important;
}

.woocommerce-table__product-name.product-name a,
.woocommerce-orders-table__cell a {
    color: #222 !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px !important;
}

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

.woocommerce-MyAccount-navigation ul {
    display: flex;
    margin: 20px 0;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    width: 150px;
    list-style: none;
    text-align: center;
    border: 1px solid #ccc;
    border-right: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-right: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0;
    display: block;
    color: #222;
    white-space: nowrap;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #222;
    background: #ffdc73;
}

.woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .woocommerce-MyAccount-navigation ul li {
        width: 100%;
        border: 0 !important;
        border-bottom: 1px solid #efefef !important;
    }
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
    background: #FFDC74;
    border: 1px solid #222;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
    border-color: #fff;
    background: #FFDC74;
}

.modal.micromodal-slide, .modal.micromodal-slide + a {
    display: none !important;
}

.sld-pagination_pages {
    display: flex;
}

.sld-ap-nav {
    border-right: 1px solid #DADCE0;
}

ul.sld-ap-nav_menu > li a {
    border-radius: 0 !important;
}

ul.sld-ap-nav_menu > li a:hover {
    color: #222 !important;
    background: #efefef !important;
}

ul.sld-ap-nav_menu > li a.active {
    background: #FFDC74;
    border: 0;
    color: #222 !important;
    border-radius: 0 !important;
    border-left: 2px solid #222 !important;
}

ul.sld-ap-nav_menu > li a.active:hover {
    background: #FFDC74 !important;
}

ul.sld-ap-nav_menu > li a.active svg.sld-ap-nav_menu-icon {
    fill: #222 !important;
}

.sld-ap-grid_container {
    border-radius: 0 !important;
    border: 0 !important;
    grid-template-columns: 200px 1fr;
}

.sld-ap-header,
.sld-ap-info > .sld-ap-info_col .sld-ap-info-box.sld-ap-mr20:nth-child(2),
.sld-ap-registration-component .sld-ap-form_notice.info,
.solid-affiliate-affiliate-portal_admin-helper,
#edit-affiliate-custom_slug + p {
    display: none !important;
}

.sld-ap-affiliate-link a {
    background: #FFDC74;
    color: #222;
    border: 1px solid #222;
    padding: 5px 7px;
}

.sld-ap-affiliate-link a:hover {
    border: 1px solid #fff;
    color: #222;
}

.sld-ap-info-box-top {
    font-size: 14px !important;
}

#delete_affiliate_custom_slug,
#submit_new_custom_slug_for_affiliate,
#submit_affiliate_portal_update_settings,
#submit_affiliate_registration {
    background: #FFDC74;
    color: #222;
    border: 1px solid #222 !important;
    border-radius: 0 !important;
}

#delete_affiliate_custom_slug:hover,
#submit_new_custom_slug_for_affiliate:hover,
#submit_affiliate_portal_update_settings:hover,
#submit_affiliate_registration:hover {
    border: 1px solid #fff !important;
    color: #222;
}

.sld-ap-form_notice {
    border-radius: 0 !important;
}

.sld-ap-form_checkbox input#is_accept_affiliate_policy {
    width: 20px !important;
}

.sld-ap-form_box {
    border: 0 !important;
}

.sld_field-description a,
.description.sld_field-description {
    font-size: 14px;
}

.affiliate-rule ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}


@media screen and (max-width: 760px) {
    .sld-ap-grid_container {
        display: block !important;
    }

    ul.sld-ap-nav_menu > li span.sld-ap-nav_menu-title {
        display: inline-block !important;
    }
}

ul.wp-block-list, ol.wp-block-list {
    margin: 0 0 10px 20px
}

ul.wp-block-list li {
    list-style: disc;
}

ol.wp-block-list li {
    list-style: decimal;
}