_footer.scss 2.26 KB
#wrapper-footer-full{
    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{
    flex-direction: row;
    padding:0;
    list-style: none;
    display: flex;
    margin:0;
    margin-left: 33px;

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



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

    


}



}