/*
Theme Name: America's Blood Centers
Theme URI: https://americasblood.org
Version: 1.0
Description: A custom child theme for America's Blood Centers
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");

/*****************************************************************************/
/******************************* THE BASICS **********************************/
/*****************************************************************************/

/* Set your maximum container width here. Only use the customizer width to set the width for the header */

.fl-page-content .container {
	max-width: 1100px; 
}

/* Set this to the same as you set the content width in the customizer. */

.max-fix .fl-row-fixed-width {
	max-width: 1600px; 	
}

/* Text Styles */

.leadin, .leadin .fl-heading, .leadin h1, .leadin h2, .leadin h3, .leadin h4, .leadin h5, .leadin h6 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.7) !important;
}

.larger {font-size: 20px;}

/* Define default accent background colors. */

.bg1, .bg1 > .fl-row-content-wrap, .bg1 > .fl-col-content, .bg1.fl-module {
	background: linear-gradient(137.49deg, #0F3E6D 5.24%, #032648 51.91%);
}

.bg2, .bg2 > .fl-row-content-wrap, .bg2 > .fl-col-content, .bg2.fl-module {
	background-color: #EDF3F9; 
}

.bg3, .bg3 > .fl-row-content-wrap, .bg3 > .fl-col-content, .bg3.fl-module {
	background-color: #F5F8FA; 
}

/* How to size page banners without a featured image. */

.no-featured-image .banner-title .fl-row-content-wrap {
	padding-top: 120px; 
}

/* Define button styles. */

/* Default button */
button, input[type=button], input[type=submit], .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .wp-block-button__link, .button {
	padding: 12px 24px;
	border: 1px solid #054483; 
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	background: #054483;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all 0.5s;
}

.button, button.alt-button, input[type=button].alt-button, input[type=submit].alt-button, .fl-builder-content .alt-button a.fl-button, .fl-builder-content .alt-button a.fl-button:visited  {
	background: #022547; 	
}

.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover, a.fl-button:hover, .fl-builder-content a.fl-button:hover, .wp-block-button__link:hover, .fl-builder-content .alt-button a.fl-button:hover {
	color: #fff; 
	border: 0px; 
	background: #C73645;
	border: 1px solid #C73645; 
}

button:hover *, input[type=button]:hover *, input[type=submit]:hover *, a.fl-button:hover *, .fl-builder-content a.fl-button:hover * {
	color: #fff; 
}

.fl-widget .button {
	margin-top: 15px; 
	display: inline-block; 
}

.fl-widget .button:hover {
	background: #054483; 
}

.wp-block-button__link {
	margin-top: 10px; 
}

/* Alt Button */

.fl-page button.alt-button,
.fl-page .button.alt-button,
a.button.alt-button,
.fl-page .alt-button input[type=button],
.fl-page .alt-button input[type=submit],
.fl-page .fl-builder-content .alt-button a.fl-button,
.fl-page .fl-builder-content .alt-button a.fl-button:visited,
.fl-page .alt-button.wp-block-button__link {
	background-color: #C73645;
	border: 1px solid #C73645;
}

.fl-page button.alt-button:hover,
.fl-page .button.alt-button:hover,
a.button.alt-button:hover,
.fl-page .alt-button input[type=button]:hover,
.fl-page .alt-button input[type=submit]:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:hover,
.fl-page .fl-builder-content .alt-button a.fl-button:visited:hover,
.fl-page .alt-button.wp-block-button__link:hover {
	background-color: #054483;
	border: 1px solid #054483;
}

/* Ghost button */

.button, button.ghost-button, input[type=button].ghost-button, input[type=submit].ghost-button, .fl-builder-content .ghost-button a.fl-button, .fl-builder-content .ghost-button a.fl-button:visited  {
	background: rgba(0,0,0,0);
	border: 1px solid #054483;
	color: #054483;
}

button.ghost-button *, input[type=button].ghost-button *, input[type=submit].ghost-button *, .ghost-button a.fl-button *, .fl-builder-content .ghost-button a.fl-button * {
	color: #054483; 
}

.button.ghost-button:hover, button.ghost-button:hover, .ghost-button input[type=button]:hover, .ghost-button input[type=submit]:hover, .ghost-button a.fl-button:hover, .fl-builder-content .ghost-button a.fl-button:hover, .ghost-button .wp-block-button__link:hover, .fl-builder-content .ghost-button a.fl-button:hover {
	color: #fff;
	background: #054483;
}

button:hover *, input[type=button]:hover *, input[type=submit]:hover *, a.fl-button:hover *, .fl-builder-content a.fl-button:hover * {
	color: #fff; 
}

/*************************************** SIMPLE BUTTON ***************************************/

.fl-page button.simple-button,
.fl-page .button.simple-button,
a.button.simple-button,
.fl-page .simple-button input[type=button],
.fl-page .simple-button input[type=submit],
.fl-page .fl-builder-content .simple-button a.fl-button,
.fl-page .fl-builder-content .simple-button a.fl-button:visited,
.fl-page .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #C73645;
	padding: 12px 0px 0px 0px;
	display: flex;
	gap: 15px;
}

.fl-page button.simple-button .fl-button-text::after,
.fl-page .button.simple-button .fl-button-text::after,
a.button.simple-button .fl-button-text::after,
.fl-page .simple-button input[type=button] .fl-button-text::after,
.fl-page .simple-button input[type=submit] .fl-button-text::after,
.fl-page .fl-builder-content .simple-button a.fl-button .fl-button-text::after,
.fl-page .fl-builder-content .simple-button a.fl-button:visited .fl-button-text::after,
.fl-page .simple-button.wp-block-button__link .fl-button-text::after,
.fl-post-more-link a.button.simple-button .fl-button-text::after {
	display: block;
	content: '';
	width: 0;
	right: 0;
	border-bottom: 2px solid #C73645;
	padding-top: 7px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.fl-page button.simple-button *,
.fl-page .button.simple-button *,
a.button.simple-button *,
.fl-page .simple-button input[type=button] *,
.fl-page .simple-button input[type=submit] *,
.fl-page .fl-builder-content .simple-button a.fl-button *,
.fl-page .fl-builder-content .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #C73645;
}

.fl-page button.simple-button::after,
.fl-page .button.simple-button::after,
a.button.simple-button::after,
.fl-page .simple-button input[type=button]::after,
.fl-page .simple-button input[type=submit]::after,
.fl-page .fl-builder-content .simple-button a.fl-button::after,
.fl-page .fl-builder-content .simple-button a.fl-button:visited::after,
.fl-page .simple-button.wp-block-button__link::after {
	content: url(/wp-content/themes/bb-theme-child/images/red-arrow.svg);
	margin-top: 2px;
}

.fl-page .invert button.simple-button,
.fl-page .invert .button.simple-button,
.invert a.button.simple-button,
.fl-page .invert .simple-button input[type=button],
.fl-page .invert .simple-button input[type=submit],
.fl-page .fl-builder-content .invert .simple-button a.fl-button,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited,
.fl-page .invert .simple-button.wp-block-button__link {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #fff;
 	-webkit-transition: border-bottom 0.5s;
 	transition: border-bottom 0.5s;
	padding: 12px 0px;
	border-bottom: 2px solid rgba(0,0,0,0);
}

.fl-page .invert button.simple-button *,
.fl-page .invert .button.simple-button *,
.invert a.button.simple-button *,
.fl-page .invert .simple-button input[type=button] *,
.fl-page .invert .simple-button input[type=submit] *,
.fl-page .fl-builder-content .invert .simple-button a.fl-button *,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited *,
.fl-page .simple-button.wp-block-button__link * {
	color: #fff;
}

.fl-page .invert button.simple-button::after,
.fl-page .invert .button.simple-button::after,
.invert a.button.simple-button::after,
.fl-page .invert .simple-button input[type=button]::after,
.fl-page .invert .simple-button input[type=submit]::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited::after,
.fl-page .simple-button.wp-block-button__link::after {
	content: url(/wp-content/themes/bb-theme-child/images/white-arrow.svg);
}

.fl-page .invert button.simple-button .fl-button-text::after,
.fl-page .invert .button.simple-button .fl-button-text::after,
a.invert .button.simple-button .fl-button-text::after,
.fl-page .invert .simple-button input[type=button] .fl-button-text::after,
.fl-page .invert .simple-button input[type=submit] .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button .fl-button-text::after,
.fl-page .fl-builder-content .invert .simple-button a.fl-button:visited .fl-button-text::after,
.fl-page .invert .simple-button.wp-block-button__link .fl-button-text::after,
.invert .fl-post-more-link a.button.simple-button .fl-button-text::after {
	border-bottom: 2px solid #fff;
}

.fl-page button.simple-button:hover .fl-button-text::after,
.fl-page .button.simple-button:hover .fl-button-text::after,
a.button.simple-button:hover .fl-button-text::after,
.fl-page .simple-button input[type=button]:hover .fl-button-text::after,
.fl-page .simple-button input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .simple-button a.fl-button:hover .fl-button-text::after,
.fl-page .simple-button.wp-block-button__link:hover .fl-button-text::after,
.fl-page button.simple-button.invert:hover .fl-button-text::after,
.fl-page .button.simple-button.invert:hover .fl-button-text::after,
a.button.simple-button.invert:hover .fl-button-text::after,
.fl-page .invert.simple-button input[type=button]:hover .fl-button-text::after,
.fl-page .invert.simple-button input[type=submit]:hover .fl-button-text::after,
.fl-page .fl-builder-content .invert.simple-button a.fl-button:hover .fl-button-text::after,
.fl-page .invert.simple-button.wp-block-button__link:hover .fl-button-text::after,
.fl-post-more-link a.button.simple-button:hover .fl-button-text::after {
	width: 100%;
}

/* MailChimp buttons */

#mc_embed_signup .button {
	background-color: #0F5DA9!important;
	border-radius: 50px!important;
}

/* TEC Buttons */

.tribe-events-event-url-label {
	display: none;
}

.tribe-events-event-url {
	margin: 20px 0!important;
}

.tribe-events-event-url .button {
	color: #fff;
}

/* Heroicons */

.heroicon {
	height: 20px;
    width: 20px;
    padding: 10px;
	background-color: rgba(0,0,0,0);
}

.heroicon svg {
    stroke-width: 2px;
    stroke: #C73645;
}

/*****************************************************************************/
/********************************* HEADER ************************************/
/*****************************************************************************/

.fl-page-header-primary {
	position: relative; 
	z-index: 99; 
}

.fl-page-nav-right .fl-page-header-wrap {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	margin-right: 2px; 
}

.fl-page-nav-search form {
	background-color: #fff; 
	border-top: 0px;
	border-radius: 8px;
}

.fl-page-nav-search form input.fl-search-input {
	border-color: #ddd; 
	background-color: #fff; 
	color: #333!important; 
}

.custom-subtitle h3 {
	font-weight: 400; 
}

.mobile-nav-search {
	margin-top: 10px; 
}

.mobile-nav-search label {
	width: 82%; 
	display: block; 
	float: left; 
}
.mobile-nav-search input[type=search] {
	
}

.mobile-nav-search button {
	background: rgba(0,0,0,0);
	padding: 6px 20px; 
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-of-type {
	border: 0px; 
}

.fl-page-bar {
	border-bottom: 0px; 
}

.fl-page-bar .fl-social-icons {
	margin-top: 3px; 
}

.fl-page-bar-nav>li>a {font-size: 14px;}

.fl-page-bar .navbar-nav li.top-highlight>a {
	background: #59A1EA; 
	padding: 6px 18px; 
	font-weight: 700; 
}

.fl-page-bar .navbar-nav li.top-highlight>a:hover {
	background: #C73645; 
	color: #fff; 
}

.fl-page-bar .navbar-nav li.blue-button>a {
	background: #C73645;
	padding: 6px 18px; 
	font-weight: 700; 
}

.fl-page-bar .navbar-nav li.blue-button>a:hover {
	background: #59A1EA; 
	color: #fff; 
}

.fl-page-bar .fl-page-bar-container {
	padding: 10px 0px; 
}

.fl-page-bar .text-right {
	padding-right: 10px; 
}

.fl-page-bar .text-right .fl-page-bar-nav {display: inline-flex;}

.fl-page-bar li.member-login {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}

.fl-page-bar li.member-login::before {
	content: url(/wp-content/themes/bb-theme-child/images/user.svg);
	height: 20px;
    width: 20px;
	margin-left: 10px;
	margin-top: 2px;
}

.banner-title .fl-row-content-wrap {
	background-blend-mode: multiply;
}

.home-dual-banner .alt-button a.fl-button {
	background-color: #59A1EA!important; 
}

.fl-page-nav ul.sub-menu {
	border-radius: 8px;
	color: #234970;
	border-top: 0px;
	padding: 0;
}

.fl-page-nav ul.sub-menu li>a {color: #234970 !important;}
.fl-page-nav ul.sub-menu li:hover, .fl-page-nav ul.sub-menu li.current-menu-item {background: #F5F8FA;}
.fl-page-nav ul.sub-menu li:first-of-type:hover, .fl-page-nav ul.sub-menu li.current-menu-item:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.fl-page-nav ul.sub-menu li:last-of-type:hover, .fl-page-nav ul.sub-menu li.current-menu-item:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

@media screen and (min-width: 768px) {
	.fl-page-header, .fl-page-header-wrap {
		width: 100%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		position: absolute;
		z-index: 10;
		top: 22px;
		color: #fff;
	}
	.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a, .fl-page-nav-right .fl-page-nav-wrap a.fas {color: #fff;}
	.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container {background-color: #021F3C;}
	.fl-page-header-fixed .fl-page-header-wrap {
		background: #021F3C; 
		top: 0;
	}
}

/*****************************************************************************/
/********************************* FOOTER ************************************/ 
/*****************************************************************************/

.footer-main .fl-row-content-wrap .menu .fl-has-submenu .sub-menu {
	display: none; 
}

.footer-sub {
	font-size: 13px; 
}

.footer-main .menu a {
	padding: 10px 0px; 
}

.footer-main a:hover {
	text-decoration: underline; 
}

.footer-main .top-highlight {
	display: none; 
}

/*****************************************************************************/
/******************************* POST MODULE *********************************/
/*****************************************************************************/

.fl-post-feed-post {
	padding-bottom: 30px;
	margin-bottom: 20px !important;
}

.event-list {
	display: flex;
	align-items: center;
}

.event-list .event-date {
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 4%);
	border-radius: 8px;
	padding: 20px;
	flex-grow: 2;
}

.event-list .fl-post-text {flex-grow: 40;}

.event-list .fl-post-text .fl-post-meta {padding-bottom: 0px !important;}

.event-list .fl-post-more-link {
	margin-right: 10px;
	flex-grow: 1;
}

.complex-list-image .fl-post-image img {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.complex-list-image .feed-item-left {padding: 20px 40px 20px 60px;}

.complex-list-image .feed-meta-value {
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	color: #6A727C;
}

.complex-list-image .post-taxonomy {margin-bottom: 20px;}

.complex-list-image h2.fl-post-title {margin-bottom: 15px;}

.complex-list-image h2.fl-post-title a {color: #054483;}

.complex-list-image hr {
	border-top: 1px solid #E4ECF1;
	width: 60%;
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.complex-list-image .fl-post-image img {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 8px;
	}
}

/* Full Bleed Card */

.full-bleed .fl-post-grid-post {
	border: 0px;
	border-radius: 8px;
	height: 400px;
}

.full-bleed-card-container {
	position: relative; 
	width: 100%; 
	padding-bottom: 100%;
	border-radius: 8px;
}

.full-bleed-card-content {
	position: absolute;
	width: 100%; 
	height: 400px;
	display: flex; 
	flex-direction: column; 
	background: rgb(0,0,0);
	background: -moz-linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	background: -webkit-linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	background: linear-gradient(20deg, rgba(0,0,0,0.7) 7%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.full-bleed-card-content .event-date {
	color: #5DCBFB;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.full-bleed-link {
	position: absolute; 
	display: block; 
	width: 100%; 
	height: 100%;
	top: 0; 
	left: 0; 
}

.full-bleed-card-top {
	width: 100%;
	align-self: flex-start;
}

.full-bleed-card-top .feed-meta-block {
	background: #fff; 
	padding: 4px 6px;  
	float: right; 
}

.full-bleed-card-bottom {
	width: 100%;
	align-self: flex-end;
	margin-top: auto; 
	padding-bottom: 0px; 
	transition: padding-bottom 0.25s; 
}

.full-bleed-card-content .more-icon-link {
	font-size: 16px;
}

.full-bleed-card-bottom a, 
.full-bleed-card-bottom h2 {
	color: #fff; 
}

.full-bleed-card-container:hover .full-bleed-card-bottom {
	padding-bottom: 10px; 
}


.fri-feed .fl-post-feed-post {
	border: 0px; 
}

/* Fri Flex Rows */

.fri-flex-row {
	display: flex; 
	flex-direction: row; 
    flex-wrap: wrap;
	gap: 30px;
}

.fri-flex-row-center {
	align-items: center;
}

.fri-flex-1 {
        flex: 1;
}

.fri-flex-2 {
        flex: 2;
}

.fri-flex-3 {
		flex: 3; 
}

.fri-flex-4 {
		flex: 4; 
}

.fri-flex-5 {
		flex: 5; 
}

/* Media Queries */

@media screen and (max-width: 767px) {
	.fri-flex-row {
			flex-direction: column;
			gap: 0px;
		}
	.fri-flex-1, .fri-flex-2, .fri-flex-3, .fri-flex-4, .fri-flex-5 {
		flex: 100%; 
		width: 100%; 
	}
	.full-bleed .fl-post-grid-post, .full-bleed-card-content {height: 350px;}
}

/*****************************************************************************/
/******************************* COMPONENTS **********************************/
/*****************************************************************************/

.icon-top .fl-icon {
	vertical-align: top; 
}

.bigger h2 {
	font-size: 48px; 
}

.search-results .fl-post-feed-content {
	color: #888; 
}

.blog-sidebar .fl-widget + .fl-widget {
}

h2.widgettitle {
	font-size: 21px; 
}

.widget_recent_entries li + li {
	margin-top: 15px; 
}

.widget_recent_entries .post-date {
	display: block; 
	font-size: 13px;
	opacity: 0.5; 
}

.post-meta-category, .post-meta-author, .fl-post-feed-meta {
	color: #888; 
}

.post-sharing {
	text-align: right; 
	color: #888; 
}

.preshare-text {
	display: inline; 
}

.addtoany_shortcode {
	float: right; 
	margin-left: 10px; 
}

.breadcrumbs {
	font-size: 13px; 
	opacity: 0.5; 
}

.ecs-grid .ecs-wrap {
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border: 1px solid #eee; 
}

.ecs-grid .ecs-wrap img {
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px; 
}

.ecs-grid .ecs-event-title {
	font-size: 21px; 
}

.ecs-grid .ecs-date {
	color: #888; 
}

.fl-module-content .compact.compact-1 .ecs-event .date_thumb {
	color: #054483; 
	background-color: #EDF3F9;
}

.ecs-grid .ecs-wrap .summary {
	padding: 0px 20px 20px; 
}


.advanced-sidebar-menu {
	background-color: #EDF3F9; 
	padding: 12px 20px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	font-size: 21px; 
}

.parent-sidebar-menu .child-sidebar-menu {
	margin-top: 15px; 
	font-size: 16px; 
}

.parent-sidebar-menu .child-sidebar-menu li {
	padding-left: 15px; 
	border-top: 1px solid #d9e2ea; 
	padding-top: 7px; 
	margin-top: 5px; 
}

.parent-sidebar-menu .current_page_item > a {
	font-weight: 700; 
	color: #333;
}

.parent-sidebar-menu .current_page_parent > a {
	margin-bottom: 10px; 
}

.sidebar-find-blood-center {
	background-color: #C73645; 
	background-image: url('/wp-content/uploads/2019/02/bg-droplets-red-small.png');
	background-size: 200%;
	padding: 12px 20px; 
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.stat-counter .fl-number .fl-number-text, .stat-counter .fl-number .fl-number-circle-container {
	text-align: left; 
}

.simple-sidebar-item {
	border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px 20px 20px;
	margin-top: -20px;
}

/*****************************************************************************/
/**************************** CUSTOM POST TYPES ******************************/
/*****************************************************************************/

.team-grid-title {
	margin-bottom: 20px; 
	opacity: 0.5; 
}

.bio-meta {
	opacity: 0.5; 
	font-weight: 400; 
}

.bio-meta h2, .bio-meta h3, .bio-meta h4, .bio-meta h5, .bio-meta h6 {
	font-weight: 400; 
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-size: 24px; 
}

.tribe-venue {
	font-weight: 700; 
}

.tribe-events-cal-links .tribe-events-button {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #555; 
}

.tribe-events-page-title {
	text-align: left; 	
}

.job-list .fl-post-feed-post {
	padding-bottom: 0px; 
	margin-bottom: 20px; 
}

/*****************************************************************************/
/********************************** FORMS ************************************/
/*****************************************************************************/

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: 400; 
}

body .gform_wrapper ul li.gfield {
	margin-top: 20px;
}

/* .gform_wrapper {
    border: 1px solid #ddd;
    padding: 10px 18px 30px 32px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
} */

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 4px; 
}

/*****************************************************************************/
/****************************** STORE LOCATOR ********************************/ 
/*****************************************************************************/

.wpsl-search {
	background: #EDF3F9;
}

#wpsl-search-wrap div label {
	line-height: 38px;
}

#wpsl-category, .wpsl-input, .wpsl-select-wrap {
	margin-bottom: 6px;
}

#wpsl-search-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 24px;
    border-radius: 34px!important;
    -moz-border-radius: 34px!important;
    -webkit-border-radius: 34px!important;
    color: #fff!important;
    background: #0F5DA9;
    border: 1px solid #0F5DA9!important;
    height: auto!important;
    margin-bottom: 15px;
}


#wpsl-search-btn:hover {
	background: #C73645;
	border: 1px solid #C73645!important;
}

.wpsl-search .wpsl-input label, .wpsl-search #wpsl-search-wrap div label {
	width: auto; 
	text-align: right; 
}

#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 30px;
    float: left;
}

/*****************************************************************************/
/****************************** MEDIA QUERIES ********************************/ 
/*****************************************************************************/

@media only screen and (max-width: 1100px) and (min-width: 992px) {
	
}
@media screen and (min-width: 1200px) {
	.home-main-header h1 {
		font-size: 40px; 
		font-weight: 700; 
	}
}


/****************************** IPAD LANDSCAPE ********************************/ 

@media only screen and (max-width: 1024px) {
	
}


/********************************* BB MEDIUM **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
}




/****************************** IPAD PORTRAIT ********************************/ 

@media only screen and (max-width: 769px) and (min-width: 768px) {
	
}



/******************************* SMARTPHONE **********************************/ 

@media only screen and (max-width: 767px) {
	
	h1 {font-size: 30px;}
	h2, .bigger h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-header-primary .fl-logo-img {
		max-height: 60px!important; 
		width: auto!important;
	}
	.no-featured-image .banner-title .fl-row-content-wrap {
	padding-top: 80px; 
		background-position: right;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		top: 15px; 
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 4px; 
	}
	.bio-photo img {
		max-width: 220px; 
		display: block; 
		margin: 0 auto; 
	}
	.footer-main .fl-menu-toggle {
		display: none; 
	}
	.footer-sub .fl-rich-text p {
		text-align: center; 
	}
	.fl-page-bar {display: none;}
	.post-sharing, .addtoany_shortcode {
		text-align: left; 
	}
	.addtoany_shortcode, .preshare-text {
		float: left; 
	}
}