.elementor-kit-8{--e-global-color-primary:#1E9A9A;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#F7FDFD;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#1E9A9A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes shrinkImage {
    from { transform: scale(1); transform-origin: bottom right; }
    to { transform: scale(0.7); transform-origin: bottom right; }
}

@keyframes moveButton {
    from { transform: translateY(0px); }
    to { transform: translateY(55px); }
}

#advocheck-small-widget-v2 {
    position: fixed;
    bottom: 10%;
    left: auto;
    right: 15px;
    z-index: 99999;
}

#advocheck-close {
    position: absolute;
    left: auto;
    right: 0;
    top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    width: 20px;
    height: 20px;
    line-height: 1 !important;
    font-size: 15px !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

#advocheck-close:hover { cursor: pointer; }

#advocheck-close span {
    line-height: 1 !important;
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    transform: translate(0px, -1px);
}

#advocheck-small-widget-v2 img {
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .05);
    display: block; 
}

@media all and (max-width: 768px) {
    
    #advocheck-small-widget-v2 {
        bottom: 20px !important;
        right: 10px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    #advocheck-small-widget-v2 img {
        width: 110px !important;
        
        animation-name: shrinkImage;
        animation-timeline: scroll(root);
        animation-range: 0px 157px;
        
        animation-duration: 1ms;
        animation-fill-mode: both;
        animation-timing-function: linear;
    }

    #advocheck-close {
        top: -15px !important;
        right: -5px !important;

        animation-name: moveButton;
        animation-timeline: scroll(root);
        animation-range: 0px 157px;
        
        animation-duration: 1ms;
        animation-fill-mode: both;
        animation-timing-function: linear;
    }
}/* End custom CSS */