/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

/*----------------------------------*/
/*-- NEW DESIGN CUSTOM CSS BELOW --*/
/*---------------------------------*/

/*- Common */
body {
	margin: 0;
}
p, .elementor-icon-box-title, .elementor-image-box-title, .elementor-headline {
    margin-top: 0;
}

/*- Video Icon (HOME) -*/
.vdo-icon-effect .elementor-icon::after,
.vdo-icon-effect .elementor-icon::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: -1;
}
.vdo-icon-effect .elementor-icon::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.vdo-icon-effect .elementor-icon::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size, 30px) currentColor;
        box-shadow: 0 0 0 var(--glow-size, 30px) currentColor;
        opacity: 0;
    }
    100% {
        -webkit-box-shadow: 0 0 0 currentColor;
        box-shadow: 0 0 0 currentColor;
        opacity: 0;
    }
}
.vdo-icon-effect .elementor-widget-container{
    line-height: 1;
}

/*- Highlight Button effect -*/
.wiggleEffect {
    animation: wiggle 3.5s ease-in-out infinite;
}
@keyframes wiggle {
0% {
    transform: rotate(10deg) scale(1) translateX(0);
}
5% {
    transform: rotate(-10deg) scale(1.05) translateX(1px);
}
10% {
    transform: rotate(20deg) scale(1.1) translateX(0);
}
15% {
    transform: rotate(-5deg) scale(1.05) translateX(-1px);
}
20% {
    transform: rotate(0deg) scale(1) translateX(0);
}
100% {
    transform: rotate(0deg) scale(1);;
}}

/*- Post Grid Widget -*/
.post-widget .elementor-post__read-more {
    padding-bottom: 5px;
    border-bottom: 2px solid var( --e-global-color-secondary );
}
.post-widget .elementor-post__read-more:hover {
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary);
}

/*- Blog Images (Single Post) -*/
.single.single-post .wp-block-image img {
    border-radius: 10px;
}

/*- CSS Start - Forminator Plugin -*/
.forminator-button.forminator-button-submit {
    text-transform: uppercase;
    line-height: 1em !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 18px 36px 18px 36px !important;
}
.forminator-button.forminator-button-submit:hover {
    box-shadow: none !important;    
}
/*- CSS END - Forminator Plugin -*/

/*- Checkout page - Ultimate Membership PRO (UMP) -*/
.ihc-checkout-page-one-column {
    padding: 0 !important;
}

/*- My Account page (Dashboard) - Ultimate Membership PRO (UMP) -*/
.ihc-account-page-wrapp {
    padding: 0;
}
.ihc-user-page-content-wrapper.ihc-ap-theme-3 {
    display: flex;
    flex-direction: column;
}
.ihc-ap-theme-3 .ihc-ap-menu, .ihc-ap-theme-3 .ihc-ap-wrap {
    width: 100%;
}
@media only screen and (min-width: 769px) {
.ihc-user-page-content-wrapper.ihc-ap-theme-3 {
    flex-direction: row;
}
.ihc-ap-theme-3 .ihc-ap-menu {
    width: 12%;
}
.ihc-ap-theme-3 .ihc-ap-wrap {
    width: 88%;
}}

/*- Start - Woo Shop Page -*/
.elementor-widget-container .widget {
    border: 1px solid var( --e-global-color-f0b9801 );
    padding: 20px;
}
.elementor-widget-container .tmcore-wp-widget-filter h5 {
    font-size: 18px;
}
.elementor-widget-container .tmcore-wp-widget-filter h5 {
    font-size: 18px;
}
.elementor-widget-container .tmcore-wp-widget-filter .widget-content {
    margin-top: 1.2em;
}
.sidebar-widgets-collapsible .tmcore-wp-widget-filter a {
    color: var( --e-global-color-text );
}
.sidebar-widgets-collapsible  .tmcore-wp-widget-filter ul .chosen>a,
.woocommerce ul.products li.product .entry-content-wrap .woocommerce-loop-product__title a:hover {
    color: var(--e-global-color-eeff998) !important;
}
/*Filter*/
.attribute_filter .woocommerce-widget-layered-nav-list li, .woocommerce .widget_product_categories li {
    margin-top: 7px;
}
.attribute_filter .woocommerce-widget-layered-nav-list a, .woocommerce .widget_product_categories a {
    color: var(--e-global-color-text);
    line-height: 26px;
}
.woocommerce .attribute_filter .woocommerce-widget-layered-nav-list a:before {
    border: 1px solid var(--global-gray-400);
    background: var(--global-palette-btn-bg-hover);
    opacity: 1;
    width: 16px;
    height: 16px;
    border-radius: 0;
}
.woocommerce .attribute_filter .woocommerce-widget-layered-nav-list a:hover:before {
    border-color: var( --e-global-color-secondary );
}
.woocommerce .attribute_filter .woocommerce-widget-layered-nav-list li.chosen a:before {
    color: var( --e-global-color-secondary );
    background: transparent;
    border-color: var( --e-global-color-secondary );
    font-size: 16px;
    line-height: 15px;
}
.woocommerce.widget_price_filter h5 {
    margin-bottom: 10px;
}
.product-list-wrapper:not(:has(.product-lists))::after {
  content: 'No products match your filter. Please try different options.';
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #666;
}
/*Categories List*/
.woocommerce.widget_product_categories>ul li a {
    border-bottom: none !important;
}
.woocommerce .widget_product_categories .children .cat-item a {
    font-size: 13px;
}
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.3em;
    padding-bottom: 0 !important;
}
.woocommerce .base-product-toggle-container .base-toggle-shop-layout.toggle-active, 
.woocommerce .base-product-toggle-container .base-toggle-shop-layout:hover {
    color: var(--global-palette-btn-bg-hover);!important;
}
/*- Start - Woo Shop Page -*/

/*- Start - Registeration form (UMP) -*/
@media only screen and (min-width: 767px) {
.iump-register-form .iump-form-first_name, .iump-register-form .iump-form-last_name,
.iump-register-form .iump-form-user_email, .iump-register-form .iump-form-confirm_email, 
.iump-register-form .iump-form-phone, .iump-register-form .iump-form-text:nth-child(7),
.iump-register-form .iump-form-password, .iump-register-form .iump-form-ihc_state, 
.iump-register-form .iump-form-ihc_country, .iump-register-form .iump-form-billing_city,
.iump-register-form .iump-form-billing_state_province, .iump-register-form .iump-form-billing_country, 
.iump-register-form .iump-form-billing_zipcode {
    width: calc(50% - 10px);
    display: inline-block !important;
    margin-right: 10px !important;
}
.iump-register-form .iump-form-billing_city, .iump-register-form .iump-form-billing_state_province, 
.iump-register-form .iump-form-billing_country, .iump-register-form .iump-form-billing_zipcode {
    float: left;
}
.iump-register-form:has(.iump-form-confirm_email) .iump-form-user_login {
    margin-right: 0 !important;
}
.iump-register-form:has(.iump-form-confirm_email) .iump-form-phone {
    margin-right: 10px !important;
}
.iump-register-form .iump-form-last_name, .iump-register-form .iump-form-confirm_email, 
.iump-register-form .iump-form-phone,
.iump-register-form .iump-form-password.iump-form-pass2, .iump-register-form .iump-form-ihc_country,
.iump-register-form .iump-form-billing_state_province, .iump-register-form .iump-form-billing_zipcode {
    margin-right: 0 !important;
}}
/*- END - Registeration form (UMP) -*/

/*- START - Forminator -*/
.forminator-select.forminator-select-dropdown-container--open {
    background-color: #fff;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.2);
}
/*- END - Forminator -*/

/*- START - Single Blog Post -*/
.single-post .elementor-widget-theme-post-content h2, 
.single.single-elementor_library .elementor-widget-theme-post-content h2 {
    font-size: 24px !important;
	line-height: 1;
    margin-bottom: 10px;
}
.single-post .elementor-widget-theme-post-content h3, 
.single.single-elementor_library .elementor-widget-theme-post-content h3 {
    font-size: 18px !important;
    line-height: 1;
    margin-bottom: 7px;
}
.single-post .elementor-widget-theme-post-content p, 
.single.single-elementor_library .elementor-widget-theme-post-content p {
    margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
.single-post .elementor-widget-theme-post-content h2, 
.single.single-elementor_library .elementor-widget-theme-post-content h2 {
    font-size: 28px !important;
}
.single-post .elementor-widget-theme-post-content h3, 
.single.single-elementor_library .elementor-widget-theme-post-content h3 {
    font-size: 22px !important;
    margin-bottom: 5px;
}}
/*- END - Single Blog Post -*/