.logo-holder {
    height: 40px;
    top: 15px;
}

.footer-logo img {
    height: 40px;
}

.img-radius{
    border-radius: 50%;
}

.post-widget-item2 {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    
    padding-top: 0;
    margin-bottom: 0;
    border-top: 0;
}

.editor{
    text-align: left;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 15px;
}

/*----------*/
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
    display: none;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

