form { margin-bottom: 0; }

.form-contain { min-height: 0 !important; }

.search-bar { border: 0; /* padding-left: 60px; */ }

.new-sermon-hero-right-info { display: none; position: absolute; bottom: 20px; width: 90%; left: 5%; z-index: 2000; }

.new-sermon-hero { width: 100%; height: 632px; background-color: #2d2d2d; overflow: hidden; }

.mobile-sermon-gradient { display: none; position: absolute; left: 0; top: 0; bottom: 0; z-index: 1000; background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(45,45,45,0) 45%); width: 100%; }

.sermon-popup-title { font-weight: 800; font-family: 'proxima-nova'; font-size: 39px; padding-bottom: 8px; color: #2d2d2d; text-align: center; line-height: 126%; }

.new-sermon-call-to-action:hover { background-color: #e8e8e8; }

.new-sermon-call-to-action { background-color: #FFF; color: #2d2d2d; display: inline-block; padding: 15px 120px; border-radius: 7px; cursor: pointer; -webkit-appearance: none; border: 0; font-family: 'proxima-nova'; font-weight: 700; font-size: 20px; margin-top: 20px; }

.new-sermon-view-all { background-color: #2d2d2d; color: #FFF; display: inline-block; padding: 15px 120px; border-radius: 7px; cursor: pointer; -webkit-appearance: none; border: 0; font-family: 'proxima-nova'; font-weight: 700; font-size: 20px; margin-top: 20px; }

.new-sermon-view-all:hover { opacity: 0.8; }

.new-sermon-call-to-action-select { background-color: #FFF; color: #2d2d2d; display: inline-block; padding: 10px 0px; border-radius: 7px; cursor: pointer; -webkit-appearance: none; border: 0; font-family: 'proxima-nova'; font-weight: 700; font-size: 15px; text-align: left; width: 100%; padding-left: 20px; box-sizing: border-box; }

.new-sermon-call-to-action-select:hover { background-color: #e8e8e8; }

.new-sermon-page-hero { width: 100%; background-color: #2d2d2d; overflow: visible; }

.block-content { background-color: transparent !important; }

.new-sermon-hero-left { width: 40%; height: 100%; position: relative; float: left; z-index: 1000; }

.new-sermon-search-hero { width: 100%; height: 300px; background-color: #2d2d2d; overflow: hidden; }

.new-sermon-search-content { width: 100%; height: 100%; position: relative; float: left; }

.new-sermon-hero-right { position: relative; width: 60%; display: inline-block; width: 60%; float: right; background-size: cover; background-position: 32% center; height: 100%; overflow: hidden; }

.new-sermon-icons:hover { opacity: 0.8; cursor: pointer; }

.new-sermon-icons-contain { display: inline-block; width: 50%; text-align: right; vertical-align: top; }


.sermon-thumb-row { margin-top: 22px;
    height: auto;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 15px; margin-bottom: 18px; }
    
.sermon-thumb-row:last-child { margin-bottom: 0; }
    
    

.latest-message-title { color: #FFF; font-size: 30px; font-size: 60px; line-height: 110%; }

.latest-message-line { color: #9a9a9a; font-size: 26px; margin-bottom: 20px; }

.new-sermon-square { width: 50%; position: relative; width: 50%; position: relative; background-size: cover; background-position: center; }

.new-sermon-latest-button {

    background-color: #FFF;
    color: #2d2d2d;
    display: inline-block;
    padding: 15px;
    border-radius: 7px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0;

}

.new-sermon-latest-button:hover { opacity: 0.7; }

.new-sermon-square:after {
  content: "";
  display: block;
  padding-bottom: 56.55%;
}

.new-sermon-thumb { width: 100%; background-color: #2d2d2d; background-size: cover; background-position: center; box-shadow: 1px 1px 6px 0px #0000002b; }

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

.new-sermon-item {

	display: inline-block;
	width: 100%;
    max-width: 26%;
    margin-right: 1%;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    
}

.new-sermon-item:last-child { margin-right: 0; }

.new-sermon-item:hover {

	opacity: 0.8;

}

.new-sermon-search-child {

	display: inline-block;
    width: 100%;
    margin-bottom: 20px;

}

.sermon-gradient { position: absolute; left: 0; top: 0; bottom: 0; z-index: 1000;

background: rgb(45,45,45); background: linear-gradient(90deg, rgba(45,45,45,1) 0%, rgba(45,45,45,0) 100%);

width: 50%;

}

.new-sermon-title { 

	padding-top: 9px;
    padding-left: 9px;
    font-family: 'proxima-nova';
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;


}

.block-sermon-contain { width: 90%; max-width: 1300px; margin-left: auto; margin-right: auto; }

.sermon-sort-button { 

    padding: 10px 10px;
    color: #2d2d2d;
    background-color: #FFF;
    border: 1px solid #2d2d2d;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-family: 'proxima-nova';
    font-weight: 700;
	cursor: pointer;

}
.sermon-sort-button:last-child { margin-right: 0; }

.sermon-sort-button:hover { background-color: #2d2d2d; color: #FFF; }

.sermon-sort-select { background-color: #2d2d2d; color: #FFF; }

.sermon-row-title { text-align: left;
    font-weight: 800;
    font-family: 'proxima-nova';
    font-size: 27px;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 8px; color: #2d2d2d; }
    
    
.sermon-search-contain { position: relative; border-bottom: 1px solid #2d2d2d; padding-left: 60px; box-sizing: border-box; }

.sermon-search-icon { background-image: url(https://churchunlimited.com/images/bayareafellowship/uploads/page_photos/new-sermon-search.png);
    width: 63px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 55% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7; }
    
    .advance-video-contain { width: 100%; padding-top: calc(591.44 / 1127.34 * 100%); position: relative; display: inline-block; float: none; }
    
    .advance-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    
 .new-sermon-icons { width: 55px; height: 56px; background-size: 100% auto; background-repeat: no-repeat; background-position: center; display: inline-block; }
    
 .new-sermon-page-title { font-family: 'proxima-nova'; font-weight: 800; color: #FFF; font-size: 32px; line-height: 135%; }
 
 .new-sermon-description { width: 50%; display: inline-block; }
 
 .new-sermon-page-description { font-family: 'proxima-nova'; font-weight: 400; color: #FFF; font-size: 18px; line-height: 154%; margin-top: 9px; }
 
 .new-sermon-info-contain { margin-top: 20px; overflow: visible; }
 
 .call-to-action-icon { width: 27px; height: 27px; vertical-align: middle; }
 
 .call-to-action-text { display: inline-block; vertical-align: middle; margin-left: 4px; }
 
 .call-to-action-select-text { display: inline-block; vertical-align: middle; margin-left: 8px; }
 
 .new-sermon-call-to-action-contain { padding-bottom: 70px; position: relative; display: inline-block; }
 
 .new-sermon-call-to-action-reveal { width: 370px; position: absolute; background-color: #FFF; z-index: 10; top: -11%; border-radius: 10px; right: -11px; border: 1px solid #b5b5b5; box-sizing: border-box; display: none; overflow: hidden; }
 
 .suggested-search-tag { font-family: 'proxima-nova'; font-weight: 700; margin-bottom: 10px; }
 
 .new-sermon-search-item { width: 33.3333%; display: inline-block; padding-right: 2%; box-sizing: border-box; cursor: pointer; }
 
 .new-sermon-search-item:hover { opacity: 0.8; }
 
 
 .page-tab {
    color: #2d2d2d;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: white;
    /* transition: background-color .3s; */
}

.page-tab.active {
    color: white;
}

.page-tab:hover:not(.active) { background-color: #2d2d2d; color: #FFF;}

.page-tab:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page-tab:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination{
    margin: auto;
    text-align: center;
    padding-top: 18px;
}

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

.move-left {

    width: 30px;
    height: 30px;
    background-image: url(https://churchunlimited.com/images/bayareafellowship/uploads/page_photos/sermon-left.png);
    display: inline-block;
    background-size: cover;
    cursor: pointer;

}

.move-right {

    width: 30px;
    height: 30px;
    background-image: url(https://churchunlimited.com/images/bayareafellowship/uploads/page_photos/sermon-right.png);
    display: inline-block;
    background-size: cover;
    cursor: pointer;
    
}

.move-left:hover { opacity: 0.7; cursor:pointer; }
.move-right:hover { opacity: 0.7; cursor:pointer; }

@media (max-width: 1065px) {

	.new-sermon-hero { height: auto; }

	.new-sermon-hero-right {
    		width: 92%;
    		float: none;
    		display: block;
    		margin: 5% auto;
    		border-radius: 11px;
    		background-position: center;
            height: auto;
    }
    
    .new-sermon-hero-right:after {
  		content: "";
  		display: block;
  		padding-bottom: 80.55%;
	}
    
    .sermon-gradient { display: none; }
    
    .new-sermon-hero-left { display: none; }
    
    .new-sermon-hero-right-info { display: block; }
    
    .new-sermon-hero-right-info br { display: none; }
    
    .new-sermon-latest-button { display: none; }
    
    .latest-message-title { font-size: 36px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    
    .latest-message-line { margin-bottom: 0px; font-size: 16px; color: #ffffff; }

	.mobile-sermon-gradient {
    	display: block;
     }
     
     .sermon-row-title { font-size: 20px; }
     
     .new-sermon-item { max-width: 188px; }
   
   	.new-sermon-search-hero { height: auto; }
    
    .new-sermon-search-content { height: auto; }
    
    .new-sermon-description { width: 100%; }
    
    .new-sermon-page-title { font-size: 26px; }
    
    .new-sermon-page-description { font-size: 16px; }
    
    .new-sermon-icons-contain { text-align: left; margin-top: 15px; width: 100%; }
    
    .new-sermon-search-item { width: 50%; }
    
    .pagination { font-size: 12px; }
    
    .page-tab { padding: 8px 11px; }

	.new-sermon-call-to-action { padding: 12px 21px; font-size: 15px; box-sizing: border-box; }
    
    .call-to-action-select-text { margin-left: 8px; }
    
    .new-sermon-view-all { box-sizing: border-box; padding: 15px 16px; }
    
    .new-sermon-call-to-action-contain { width: 100%; display: block; }
    
    .new-sermon-call-to-action-reveal { left: 0; right: 0; width: 100%; }
    
    .page-numbers { display: none; }
    
    .sermon-list-controls { display: none; }
    
    .block-inner { position: static; }
    
    .block-content { margin-top: 0 !important; padding-top: 29px; margin-bottom: 50px; }
    
    .sermon-sort-button { font-size: 15px; margin-bottom: 6px; margin-right: 5px; }
    
    .sermon-sort-button:last-child { margin-right: 0; }

}


/* Hide scrollbar for Chrome, Safari and Opera */
div::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media only screen and (max-width: 1100px) {
	.advance-video-contain { padding-top: calc(591.44 / 1127.34 * 100%) !important; }
}