.chrome a.js-sermon-audio {
  display:none !important;
}
.cs-design-zone .facebook {
  display:block !important;
}
img#cornerstone-watermark {
  min-width:162px;
}
#website-static-watermark-placeholder {
  padding-bottom:30px !important;
  background-color:#2f2f2f;
  height:0;
}
#website-static-watermark {
  height:30px !important;
}
.max1920 {
  max-width:1920px;
  margin-left: auto; margin-right: auto;
}
.max1900 {
  max-width:1900px;
  margin-left: auto; margin-right: auto;
}
.centered {
 margin-left: auto; margin-right: auto; 
}
.white-text-center {
  color:white;
  text-align:center;
}
.right-column-page .widget:before {
  display: none;
}
.cs-p-homepage main .cs-design-zone {
  margin-top:200px;
}
.cs-p-homepage main .cs-design-zone:before {
 height: 200px;
content: "DESIGN MODE ON";
position: absolute;
text-align: center;
width: 100%;
padding-top: 100px;
box-sizing: border-box;
top:0px;
background: grey;
  color:white;
}
@media (max-width: 767px) {
  .white-button {
    padding: 5px 20px;
  }
  .slider--wide .slider__preview-img {
    max-width: 250%
}
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }