/*
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
*/

p {
	margin-bottom: 25px;
}

.focus-footer p {
	margin-bottom: 0;
}

.breadcrumb-row p {
	margin-bottom: 0;
}

body .fl-accordion-button-icon-left,
body .fl-accordion-button-icon-right {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.fl-rich-text li {
	margin-bottom: 12px;
}

.fl-menu-vertical .current_page_item a {
	color: #000;
}

.fl-rich-text a{
	text-decoration: underline;
}

/* Breadcrumbs */

.rank-math-breadcrumb {
	font-size: 15px;
}

.rank-math-breadcrumb a {
	text-decoration: underline;
}

/* Tables https://codepen.io/team/css-tricks/pen/wXgJww?editors=1100 */


/* Generic Styling, for Desktops/Laptops */

table { 
  width: 100%; 
  border-collapse: collapse; 
}

/* Zebra striping */

tr:nth-of-type(odd) { 
  background: #fff; 
}
th { 
  background: #013366; 
  color: #fff; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #013366; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.rate-tables table, .rate-tables thead, .rate-tables tbody, .rate-tables .rate-tables th, .rate-tables td, .rate-tables tr { 
		display: block; 
		font-size: 14px;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.rate-tables thead tr,
	.rate-tables th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.rate-tables tr { border: 1px solid #ccc; }
	
	.rate-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.rate-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: 700;
	}
	
	/*
	Label the data
	*/
	.rate-tables td:nth-of-type(1):before { content: "Account Type"; }
	.rate-tables td:nth-of-type(2):before { content: "Annual Percentage Yield"; }
	.rate-tables td:nth-of-type(3):before { content: "Simple Interest Rate"; }
	.rate-tables td:nth-of-type(4):before { content: "Minimum Balance"; }
}


/* ATM Callouts */

.fl-callout-photo-left .fl-callout-photo, .fl-callout-photo-left-text .fl-callout-photo {
    width: 25%;
}


hr {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
    clear: both;
}


.directory-callout h2 {
	font-size: 30px;
}

@media only screen and (max-width: 1023px) {
	.directory-callout h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 768px) {
   .fl-menu .menu {
        left: 0 !important;
        right: 0 !important;
	}
}

/* Jude */