/*
 Theme Name:   Aimo Child
 Template:     aimo
 Description:  Child theme for Aimo
 Version:      1.0.0
Author:        1902 Software
Author URI:    https://1902software.com
*/

/*Customizer*/
:root {
    --gradient-color-from: #1a1a1a !important;
    --gradient-color-to: #363636 !important;
      --gradient-color-from2: #1a1a1a !important;
      --gradient-color-to2: #363636 !important;
}
.grecaptcha-badge,
.elementor-g-recaptcha,
.pxl-blog-meta,
.screen-reader-text {
	display:none !important;
}

blockquote {
    padding: 0 !important;
    position: relative;
    font-weight: 400 !important;
    margin: 0 !important;
    z-index: 1;
    background-color: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.pxl-nav-menu .pxl-menu-primary > li:last-child {
    margin-right: 0 !important;
    display: none;
}

.testimonial-content-text.expanded {
    -webkit-line-clamp: initial !important;
}

.post-wrap-link .screen-reader-text,
.post-readmore .screen-reader-text {
 display:block !important;
}

@media screen and (max-width: 1200px) {
      .pxl-header-menu.active {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translateX(0%);
          -khtml-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
          transform: translateX(0%);
      }

      .elementor-page:not(.single-post):not(.single-product) #pxl-main {
        padding-top: 70px !important;
    }
	.single-resources #pxl-main,
	.single-post #pxl-main {
        padding-top: 50px !important;
    }

    #pxl-header-mobile .lang-wrapper,
    #pxl-header-elementor .search-button .lang-wrapper {
       display:none !important;
    }

    #pxl-header-mobile .search-button .pxl-button .btn {
        min-width: 80px !important;
    }

}

	
/*Home Featured Post*/
@media (max-width: 767px) {
    .owtoo-post--subtitle .owtoo-post--readmore-text {
        display: flex;
        flex-wrap: wrap;
    }
}

/*Right Menu Icon List Item Active and Focus*/
.right-menu .read-more-toggle {
    font-size: 15px;
    line-height: 22px;
}
.right-menu .elementor-icon-list-item a.focus, .right-menu .elementor-icon-list-item a.active {
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none !important;
}

.right-menu .elementor-icon-list-item a:focus svg path {
    fill: #fff;
}
.right-menu .elementor-icon-list-item a.focus,
.right-menu .elementor-icon-list-item a.active {
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .right-menu {
        position: static !important;
    }
}

/*Testimonial Slider*/
.footer-testimonial-slider {
	position: absolute;
	bottom: 0;
}
.testimonial-slider-item {
	padding-bottom: 65px !important;
}
.swiper-wrapper.is-expanded .testimonial-slider-item {
	padding-bottom: 0px !important;
}
.swiper-wrapper.is-expanded  .footer-testimonial-slider {
	position: static !important;
}
.testimonial-content-text.expand {
    -webkit-line-clamp: unset !important;
}


 /* Show full content when ref-content has full class */
 .ref-content.full .shortcode-content {
    -webkit-line-clamp: none;
    line-clamp: none;
    display: block;
    overflow: visible;
  }

  @media (max-width: 767px) {
    .testimonial-tabs .testimonial-tab-item {
      padding: 20px 20px 30px !important;
    }
      .right-menu {
          position: static !important;
      }
  }

/*Form validation error Message*/
.owtoo-form .elementor-widget-global .elementor-message,
.owtoo-form .elementor-message.elementor-message-danger {
    color: #ff7575;
    font-size: 14px !important;
    line-height: 16px !important;
	display: block;
}
.owtoo-form .elementor-message.elementor-message-danger:before {
    position: relative;
    top: -1px;
}

.owtoo-form .elementor-widget-global .elementor-message, .owtoo-form .elementor-message.elementor-message-danger {
    color: #ff7575;
    font-size: 14px !important;
    line-height: 16px !important;
}

/*Cookie Consent Message*/
body ul li.CookieCard,
body ul li.CookieCard li {
    list-style: none !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 12px 25px !important;
 border-radius: 0 !important;
 line-height: 28px !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
list-style:none !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonPreferencesInline:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
background-color: #888 !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
align-items: center !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
border-color: #1a1a1a !important;
}

/*Book a consultation*/
@media (min-width:431px) and (max-width: 459px) {
	.cta-book > .elementor-element:last-child > .elementor-element,
	.cta-book > .elementor-element:last-child > .elementor-element .elementor-button {
		width: 100% !important;
	}
}
@media (min-width: 460px) and (max-width: 567px) {
	.cta-book.button-text-long > .elementor-element:last-child > .elementor-element,
	.cta-book.button-text-long > .elementor-element:last-child > .elementor-element .elementor-button {
		width: 100% !important;
	}
}
@media (min-width: 460px) and (max-width: 767px) {
	.cta-book > .elementor-element:last-child {
	    justify-content: flex-end !important;
	}
	.cta-book > .elementor-element:last-child > .elementor-element {
		width: auto !important;
	}
}
@media (min-width: 768px) and (max-width: 880px) {
    .cta-book.button-text-super-long {
        justify-content: flex-end !important;
    flex-direction: row !important;
    }
    .cta-book.button-text-super-long > .elementor-element {
    width: auto !important;
    }
}

@media (max-width: 430px) {
    .cta-book .elementor-widget-button,
    .cta-book .elementor-widget-button .elementor-button {
        width: 100% !important;
    }
}

/*Floating Element*/
.backdrop {
    position: fixed;
    inset: 0;
    z-index: 99991;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.25s ease;
}

.backdrop.visible {
    background: rgba(0, 0, 0, 0.2);
    pointer-events: all;
}

.floating-button-wrapper {
  position: fixed;
  z-index: 99992;
}

.box-floating {
    position: relative;
   
}

.floating-button-wrapper .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor:pointer;
}
    
.box-floating a {
    text-decoration: none;
}

.floating-button-wrapper .btn-flat .elementor-button {
    background-image: none !important;
    background-color: transparent !important;
}

.floating-button-wrapper .btn-flat.btn-close .elementor-button-icon svg {
    width: 24px;
}

@media (min-width: 768px) {
    .floating-button-wrapper {
        left: 0;;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: 250px !important;
    }
    .floating-button-wrapper.danish {
        height: 262px !important;
    }
    .box-floating {
        position: relative;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(-420px);
        z-index: 120;
        width: 400px;
        opacity:0;
        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease;
    }
    .box-floating.open {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
    }
    
    
}

.box-floating .elementor-widget-icon-box {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.box-floating .btn-flat.elementor-widget-button {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.28s, transform 0.3s ease 0.28s;
}

.box-floating.open .elementor-widget-icon-box:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.16s;
}
.box-floating.open .elementor-widget-icon-box:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.22s;
}
.box-floating.open .elementor-widget-icon-box:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.28s;
}

.box-floating.open .btn-flat.elementor-widget-button {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .floating-button-wrapper.mobi .floating-button {
        --e-transform-rotateZ: unset !important;
        top: auto !important;
         width: 100% !important;
    }
    .floating-button-wrapper.mobi .floating-button .elementor-button {
        width: 100% !important;
        max-width: 100% !important;
    }
    .floating-button-wrapper.mobi {
        left: 0 !important;
        top: auto !important;
        transform: unset !important ;
        width: 100% !important;
        height: auto !important;
        bottom: 0 !important;
    }
    
    .back-to-top.show .elementor-button {
        display: none !important;
    }
    
    .floating-button-wrapper.mobi .box-floating {
        position: fixed;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        z-index: 120;
        width: 100%;
        opacity: 0;
        transition:
            transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
            opacity 0.3s ease;
    }
        
    .floating-button-wrapper.mobi .box-floating.open {
        transform: translateY(0);
        opacity: 1;
    }
}

.floating-button .elementor-button-icon svg {
    height: 24px;
    width: 24px;
    transform: rotate(15deg);
}
@media (min-width: 768px) {
    .floating-button .elementor-button-icon svg {
        top: -4px;
        position: relative;
    }
}

@media screen and (max-width: 1200px) {
    .body-overflow #pxl-header-elementor {
        z-index: 99999 !important;
    }
}

@media (max-width: 767px) {
    .body-overflow #pxl-header-elementor {
        z-index: 9999 !important;
    }
    .floating-button .elementor-button .elementor-button-content-wrapper {
            gap: 5px !important;
        }
    .floating-button .elementor-button-text {
        position: relative;
        line-height: 24px;
         background: var(--wpr-bg-3b2ffa70-3d55-419a-92aa-0f49c3c7e8bf) 100% center no-repeat;
         padding-right:30px;
         background-size: 20px;
    }
}
