/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* .footer-icon-group - removed when they decided to drop leading text and all but linkedin */

/*
.fl-icon-group {
	display: inline-block !important;
	width: 100%;
}
.fl-icon-group::before {
	display: inline-block;
	height: 100%;
	position: relative;
	right:10px;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 1.1px;
	color: #005a9c;
	content: 'FOLLOW US ON ';
	
}
*/


/* centered and bullet-less lists */
.mpbf-no-list-list li {
	list-style: none;
	text-align: center;
}

.mpbf-no-list-list ul {
	padding: 0;
	margin: 0;	
}

.mbpf-careers-checklist ul {
  list-style: none;
}

.mbpf-careers-checklist ul li:before {
  content: '✓ ';
  font-size: 3.5rem;
  font-weight: bold;
  color: #005a9c;
}

/* why page logo swoop overlays */
.uabb-image-crop-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 33%;
  background-image: url("http://mpbfinancial.nathan.link/wp-content/uploads/2020/12/logowave-84.png");
  background-size: 84px 19px;
  background-position: center bottom;
  background-repeat: no-repeat;
}



/* mbpf carrers listing form placeholders */
#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #6d6e71;
}
#gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #6d6e71;
}
#gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #6d6e71;
}
#gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #6d6e71;
}



@media (max-width: 992px) { 
	/* mobile menu color hamburger */
	  .fl-page-nav-collapse ul.navbar-nav > li.current-menu-item > a {
	    color: #d4dccd;  /* Rule 2: Sets color for active page menu link */
	  }
	
	  .fl-node-5fb3402a0cd42 .fl-menu-mobile-toggle:hover, .fl-node-5fb3402a0cd42 .fl-menu-mobile-toggle.fl-active {
		  color: #ffffff;
	  }
	  .fl-page-nav .navbar-toggle * {
	    color: red !important; /* Rule 3: Sets color for hamburger icon or MENU text */
	  }
	  .fl-node-5fb3402a0cd42 .menu.fl-menu-horizontal li, .fl-node-5fb3402a0cd42 .menu.fl-menu-horizontal li li {
		  border-color: #1b3668;
		  /* 	  border-width: 13px; */
		padding-top: 20px;
	  }
	  /* 	adjusting swoop on why page team images */  
	  .uabb-image-crop-circle:after {
	  background-image: url("http://mpbfinancial.nathan.link/wp-content/uploads/2020/12/logowave-66.png");
	    background-size: 66px 15px;
		}
	
}

@media (max-width: 768px) { 
	/* 	remove borders in dropdown footer menu on mobile */
	  .fl-node-5fb0307ed6324 .menu.fl-menu-horizontal li, .fl-node-5fb0307ed6324 .menu.fl-menu-horizontal li li {
		  border-color: #e4e4e4 !important;
	/* 	  border-width: 13px; */
		}
	/* turn off animation on mobile   */
	  .fl-animation {
	    -webkit-animation: none !important;
	            animation: none !important;
	    -webkit-transform: none !important;
	            transform: none !important;
	    transition-property: none !important;
	    opacity: 1 !important;
	  }
	  /* why page logo swoop overlays */
		.uabb-image-crop-circle:after {
		  right: 22%;
		  background-image: url("http://mpbfinancial.nathan.link/wp-content/uploads/2020/12/logowave-84.png");
		  background-size: 84px 19px;
		}


	.mbpf-careers-checklist ul li:before {
	  content: '✓ ';
	  font-size: 2.5rem;
	  font-weight: bold;
	  color: #005a9c;
	}

}




