/*
Theme name: Calvary Chapel Ft Lauderdale Front-end
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

/* Overlay Styles */

#list-frame {

  background-color: #0606b4;
}

.search-tabs > ul > li > .search-tab-nav {
  visibility: unset !important;
}

#menu-item-1517 .postimg-msg{
	display:none;
}

.mppw-loggedout--username {
  color: #fff !important;
}

.mppw-loggedout--label{
	color: #fff !important;
}

.popup-inner .nav-utilities li{
	background: #00b6f0;
	border-radius: 30px;
	padding: 10px 20px 10px 20px;	
}

.popup-inner .mppw-loggedout--username {
  color: #fff;
}

.mj-sub-title{
	padding-top:10px;
	
}
	
.overlay {
	
	
		
	opacity: 0.8;
		
	filter: alpha(opacity=80);
		
	position: absolute;
		
	top: 0px;
		
	bottom: 0px;
		
	left: 0px;
		
	right: 0px;
		
	z-index: 100;
		
	}
		
/* Popup */
	
.popup {
	
	background: #F5F5F5;
		
	position: absolute;
		
	top: 0;
		
	left: 0;
		
	bottom: 0;
		
	right: 0;
		
	z-index: 101;
		
	width: 500px;
		
	/*Change your width here*/
		
	height: 250px;
		
	/*Change your height here*/
		
	margin: auto;
		
	/* Popup Inner */
	
}
	
@media (max-width: 768px) {
	
	.popup {
		
	width: 90%;
		
	margin: auto 5%;
		
	}
	
}
	
.popup .popup-inner {
	
	position: relative;
		
	padding: 2em;
	
	color: #4684ca;
	
	text-align:center;
}
	
.nav-utilities ul li::before{
  content: none !important;
}
	
.popup .popup-inner input.s3-btn-close {
	
	position: absolute;
		
	top: -0.5em;
		
	right: -0.5em;
		
	background: black;
		
		
	color: white;
		
	cursor: pointer;
		
	border-radius: 15px;
		
	outline: none;

	width: 31px;
		
}

.mpp-card--title{
	color: #005e94  !important;
}

.mpp-card--subtitle {
   color: #005e94 !important;
}

.page-template-login .field-secondary {
  width: auto !important;
}

.page-template-login .section-login .section__content.section__login {
  max-width: 100%;

}

.mj-my-acount-menu{
	display:none;
}

.ministryplatform-loged .mj-my-acount-menu{
	display:block;
}


.ministryplatform-loged .mj-login-menu{
	display:none;
}

.livestream-chat{
	background: transparent !important;
}

.mppw-icon-unlock {
  background: url(https://calvaryftl.org/wp-content/themes/calvary-chapel-ft-lauderdale/resources/images/unlock.png) no-repeat top center;

}