.bottom-header .site-branding img {
    width: 70px !important;
    height: auto !important;
    padding: 10px 0px;
}

.floating {
    position: fixed;
    top: 55%;
    right: 2%;
    padding: 3px 0 10px;
    display: flex;
    flex-direction: column;
    z-index: 99999;
  }
  
 .floating  ul li {
     list-style: none;
     margin-top: 10px;
}


.floating ul li a {
    position: relative;
    width:60px;
    height:60px;
    display:block;
    text-align:center;
    margin:0 10px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration:none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
  }
  
  .floating ul li a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration:none;
  }
  
  .floating ul li a .fab {
    widht: 100%;
    height:100%;
    display:block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: calc(60px - 12px);
    font-size:24px;
    color: #262626;
    transition: .5s;
  }
  
  .floating ul li:nth-child(1) a:hover .fab {
    
    background:  #28D146
  }
  
  .floating ul li:nth-child(2) a:hover .fab {
    background: #833ab4;
    background: linear-gradient(
      to right,
      #833ab4,#fd1d1d,#fcb045)
  }
  
  .floating ul li:nth-child(3) a:hover .fab {
    background: #0165E1;
  }
  
 .floating ul li:nth-child(4) a:hover .fab {
    background:  #FF0000;
  }
  
 .floating ul li:nth-child(5) a:hover .fab {
    color: #e4405f;
  }


  .causes-section .causes-wrap .causes-thumb {
    align-items: center !important;
  }
