#colophon .bottom-bar {
    display: none;
}

#colophon p,
#colophon a {
    margin-bottom: 0;
    font-size: 1.33rem;
}

#scroll-to-top {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.243' height='24' viewBox='0 0 25.243 24'%3E%3Cg id='Icon_feather-arrow-up' data-name='Icon feather-arrow-up' transform='translate(-5.379 -6)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M18,28.5V7.5' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M7.5,18,18,7.5,28.5,18' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
}

#content {
    background: #fff;
    padding-bottom: 50px;
}


@media screen and (min-width: 769px){
    
    #page {
        padding-bottom: var(--footer-height);
    }

    #content {
        padding-bottom: 5vw;
        z-index: 100;
        position: relative;
    }
    
    .site-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }
}


/*sectio 2*/
#footer-section-2 .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#footer-section-2  #footer-logo {
    flex: 1 1 500px;
    text-align: center;
}

#footer-section-2 #footer-logo img,
#footer-section-2 #footer-logo svg {
    width: 160px !important;
    height: 80px !important;
    object-fit: contain;
}


@media screen and (max-width: 768px){
    
    #footer-section-2 .vc_column-inner > .wpb_wrapper {
        flex-wrap: wrap;
    }
}
/*sectio 2*/