/* Footer Wrapper */

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: var(--footer_max_width);
    margin: auto;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4.5em;
    padding-bottom: 1em;
}

footer {
    background-color: var(--uvwp_footer_bg_color);
}


footer  .uv-section-inner{
    padding-left: 0em;
    padding-right: 0em;
}

footer * {
    color: var(--uvwp_footer_textcolor);
}

footer .h3,
footer h3.wp-block-heading,
footer .h2,
footer .h4,
.uv-navigation-menu-title .navmenu-title {
    color: #B7B7B7;
    font-size: var(--uvwp_footer_titles_font_size);
    text-transform: uppercase;
    font-weight: var(--uvwp_footer_title_font_weight);
    font-family: var(--uvwp_footer_content_font_family);
}

footer p {
    font-family: var(--uvwp_footer_content_font_family);
    font-weight: 400;
}


footer .uv-btn-inl {
    color: var(--uvwp_footer_textcolor);
}

.footer-wrapper .uvwp-widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 2.5em;
}

.footer-wrapper .uvwp-widget .menu li {
    text-transform: uppercase;
}

.footer-wrapper .uvwp-widget .menu li a {
    font-family: var(--uvwp_footer_content_font_family);
    font-size: var(--uvwp_footer_menu_font_size);
    text-decoration: unset;
    transition: all .35s ease-in-out;

}

.uvwp-widget p:first-child,
.uvwp-widget h3:first-child,
.uvwp-widget .acf-innerblocks-container .wp-block-heading:first-child {
    margin-top: 0px;
    line-height: 1;
}

.footer-wrapper .uvwp-widget{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3.5em;
}


/* Socket */
.footer-socket{

    background-color: var(--uvwp_copyright_footer_bg_color);

}

.footer-socket-wrapper{
    display: flex;
    max-width: var(--copyright_footer_max_width);
    margin: auto;
}

.footer-socket-wrapper{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    border-top: solid 1px #fefefe;
}

.footer-socket-wrapper p,
.footer-socket-wrapper a, 
.uvfootercopytext{
    color: var(--uvwp_copyright_footer_textcolor);
    font-family: var(--uvwp_footer_content_font_family);
}

footer .uv-site-socials .single-socials *{
    fill: var(--uvwp_copyright_footer_textcolor);
}

footer .icon-wrapper:hover * {
    fill: var(--uvwp_footer_bg_color);
}
footer .icon-wrapper{
    border: solid 1px var(--uvwp_copyright_footer_textcolor);
    
}

.socket-rigth-section{
    display: flex;
    gap: 25px;
}

.uv-legal-menu ul{
    display: flex;
    list-style: none;
    gap: 15px;
}

.socket-socials{
    display: flex;
    align-items: center; 
}
.uv-legal-menu ul li a{
    font-family: var(--uvwp_footer_content_font_family);
    text-decoration: unset;
    text-transform: uppercase;
    font-size: var(--uvwp_footer_menu_font_size);
}

@media(max-width: 600px) {
    .uv-legal-menu ul {
      
        gap: 20px;
    }
}