_footer.scss 3.31 KB
#wrapper-footer-full{
    p{
        color: #000;
    }
    background-color: #3DB5E6;
    .footer-cols{
        gap: 7em;
        justify-content: space-between;
    .footer-col-one{
        padding: 20px 0;
        max-width: 500px;
        .wp-block-columns{
            margin-bottom: 0px;
        }
        .logo-col-one{  
            display: flex;
            align-items: flex-end;
                .wp-block-image{
                    margin-bottom: 0px;
                }
        }
        .logo-col-two{
            display: flex;
            align-items: flex-end;
                .wp-block-image{
                    margin-bottom: 10px;
                }
        }
       
    }
    .footer-col-two{
        max-width: 500px;
        .wp-block-columns {
            gap:0;
        }
    }
  
    }
    .menu{
        list-style-type: none;
        .menu-item{
            margin: 15px 3px;
            a{
                color: #000;
                text-decoration: none;
                font-size: 1.13rem;
                font-family: "PT Sans", sans-serif;
            }
            a:hover{
                text-decoration: underline;
            }
        }
        .donate{
            display: none;
        }
    }

}

#menu-social,   
#menu-social-1{
    flex-direction: row;
    padding:0;
    list-style: none;
    display: flex;
    margin:0;
    margin-left: 33px;

    li {
        margin-top: 0px !important;
        margin-right:8px;
        height:32px;
        width:32px;
       
        border-radius: 50%;
        position: relative;
        a {
            font-size:0 !important;
            height:32px;
            width:32px;
            background-color: #fff;
            border-radius: 50%;
            display: block;
            
        }
        a:hover {
            background-color: #000;
        }
        
        a::after{
            position: absolute;
            top: 7px;
            left: 9px;
            background-repeat: no-repeat;
            background-size: contain;
            width:15px;
            height: 18px;
            display: block;
        }
    }



    .facebook {
        a::after {
            left: 9px;
            background-image:url("/wp-content/themes/understrap-child/images/Facebook.svg");    
        }
        a:hover::after {
            left: 9px;
            background-image:url("/wp-content/themes/understrap-child/images/Facebook-hover.svg");    
        }
    }
    .instagram {
        a::after {
            background-image:url("/wp-content/themes/understrap-child/images/Instagram.svg");
        }
        a:hover::after {
            background-image:url("/wp-content/themes/understrap-child/images/Instagram-hover.svg");
        }
    }
    .x {
        a::after {
            background-image:url("/wp-content/themes/understrap-child/images/x.svg");
        }
        a:hover::after {
            background-image:url("/wp-content/themes/understrap-child/images/x-hover.svg");
        }
    }
}

#menu-social.page{
    margin-left: 0px;
    li {
        height:48px;
        width:48px;
        margin-right:14px;
        a{
            height:48px;
            width:48px;
          
        }
     
    }
    a::after{
        top: 11px;
        left: 13px;
        width: 22px;
        height: 26px;
    }
    .facebook {
        a::after {
            left: 16px;
        }
    }
}