/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
body, .sticky-wrapper, .site-info {
	background-color: #fffeff;
}

.has-purple-background-color, .has-purple-background-color:hover {
	background-color: #f3f1f1;
	color: #666666;
}

#colophon > div >a {
	color: #ffffff;
}

@media only screen and (max-width: 769px) {
#colophon > div > a:after { 
float: left !important; 
margin-right: 0px;
}}

.front-testimonials .hentry {
	height: 320px;
}

#post-2 > div > p {
	font-size: 22px;
	color: #666666;
	margin-bottom: 33px;
}

.main-navigation ul ul, .footer-widgets-wrapper, .site-footer, .top-bar {
	background-color: #0f2a5b !important;
}

.contact-map-container {
	margin-bottom: 20px;
}

.main-navigation a:hover {
	color: #fbb00c !important;
	opacity: 1;
}

.widget-title {
	font-size: 1.55rem;
}

.main-navigation ul li:hover>ul {
	left: -100px;
}

#post-73 > div > div.wp-block-button.aligncenter > a,
#post-2 > div > div > a {
	background-color: #0f2a5b;
	border: none;
	color: white;
	border-radius: 6px;
	margin-top: 41px;
	font-size: 20px;
}

.wp-block-button__link {
	background-color: #0f2a5b;
	border: none;
	color: white;
	border-radius: 6px;
	margin-top: 41px;
	font-size: 20px;
}

.main-navigation .current_page_ancestor>a, .main-navigation .current-menu-ancestor>a {
	color: #fff;
}

#top-menu>li>a {
	color: #000;
}

@media (max-width: 767px) {
	.main-navigation ul ul {
		background-color: #fff !important;
	}
}
@media screen and (min-width: 768px) {
	.site-branding-wrapper .site-branding {
		min-width: 0%;
	}
}
/* Set Min Width on Custom Buttons on Front Page - #10764623-hc - JG */
.custom-buttons .wp-block-button__link {
  min-width: 360px;
  max-width: 330px;
}
/* Force Buttons on  About Us to be same width - #10764623-hc - JG */
.custom-buttons2 .wp-block-button__link.has-background {
  display:flex;
  justify-content:space-around;
}
.site-info {
color: white;
	}
.site-info:after {
	content: " ©  © 2019 Queens Falcons ";
	color: #0f2a5b;
	margin-left: 5000px;
}
#bitnami-banner {display:none;}
/* Hide the header image on all pages and posts */
body:not(.home) .custom-header {
    display: none;
}
.page-id-123 .entry-title {
    display: none;
}