.worship-half-section-limit { max-width: 1000px; width: 90%; margin-left: auto; margin-right: auto; font-size: 70px; }

.worship-half-section { border-top: 0; }

.half-block-text { font-size: 21px; }

.resources-contain { min-height: 200px; width: 100%; }

.resources-contain-inner { max-width: 1000px; width: 90%; margin-left: auto; margin-right: auto; }

.resources-row-title { text-align: left; font-weight: 800; font-family: 'proxima-nova'; font-size: 27px; border-bottom: 1px solid #FFF; padding-bottom: 8px; color: #FFF; }

.resources-row-content { margin-top: 22px; height: auto; /* overflow-x: auto; white-space: nowrap; */ width: 100%; padding-bottom: 15px; margin-bottom: 18px;     color: #FFF;
    font-family: 'proxima-nova'; }

.event-form-submit {     -webkit-appearance: none;
    padding: 10px 20px;
    font-weight: 800;
    border: 0;
    background-color: #FFF; }

.resources-row-item { display: inline-block; width: 100%; max-width: 24%; margin-right: 1%; box-sizing: border-box; vertical-align: top; cursor: pointer; margin-bottom: 12px; }

.resources-row-thumb { width: 100%; background-color: #FFF; background-size: cover; background-position: center; }

.resources-row-thumb:after { content: ""; display: block; padding-bottom: 56.5555%; }

.resources-row-item-title { padding-top: 9px; padding-left: 9px; font-family: 'proxima-nova'; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #FFF; }


.resources-list-controls {
    float: right;
}

.move-left {
    width: 30px;
    height: 30px;
    background-image: url('https://churchunlimited.com/worshipunlimited.com/images/uploads/worship-row-left.png');
    display: inline-block;
    background-size: cover;
    cursor: pointer;
}

.move-right {
	width: 30px;
    height: 30px;
    background-image: url('https://churchunlimited.com/worshipunlimited.com/images/uploads/worship-row-right.png');
    display: inline-block;
    background-size: cover;
    cursor: pointer;
}

.entry-button-contain {
	text-align: center;
}

.download-button { -webkit-appearance: none; background-color: #FFF; color: #000; font-family: 'proxima-nova'; font-size: 17px; border-radius: 5px; font-weight: bold; padding: 10px 70px; border: 0; }

.form-label { font-weight: 800;
    font-family: 'proxima-nova';
    color: #FFF;
    font-size: 19px;
    padding: 7px 0px; }
    
.sub-nav-header-links a {
	color: #000;
}

.form-input {
    width: 90%;
    max-width: 400px;
    padding: 6px;
    font-family: 'proxima-nova';
    margin-bottom: 22px;
}

@media (max-width: 626px) {

.resources-row-item {
    max-width: 49%;
}

}