/* Enter Your Custom CSS Here */

html body .recent-videos__module input {
  border-radius: 0px !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none;
}

@media all and (max-width: 767px) {
  html body .recent-videos__module {
   margin-bottom: 30px !important; 
  }
  footer .footer-menu li {
   margin: 8px 8px !important; 
  }
  .social__module {
   margin-bottom: 48px !important; 
  }
  .social__module h2 {
   margin-bottom: 48px !important; 
  }
  .subscribe p {
   margin-top: 8px !important; 
  }
}

html body p {
      margin-top: 1em !important;
    margin-bottom: 1em !important;
 font-family: Georgia, serif !important;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal !important;
}

html body img.alignleft {
 margin-right: 35px !important; 
}

html body img.alignright {
  margin-left: 35px !important; 
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

html body img.aligncenter {
  margin: 60px auto;
}

html body .signature .col-xs-12 {
 margin-top: 60px; 
}