/*
Theme Name: Andes Amazon Fund by Yoko Co
Theme URI: https://www.andesamazonfund.org
Version: 1.0
Description: A custom child theme for Beaver Builder. 
Author: Yoko Co
Author URI: https://www.yokoco.com
template: bb-theme
*/

@import url("base.css");


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

.fl-builder-content * a {
	font-weight: 500;
	text-decoration:underline;
}

.fl-builder-content * a:hover {
	transition: .3s ease;
}

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


/* Define default accent background colors. */

.bg1 {
	background-color: #3b8452; 
}

.bg2 {
	background-color: #68937B; 
}

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

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

.has-featured-image .banner-title .fl-heading,
.has-featured-image .custom-breadcrumbs .post-meta-info,
.has-featured-image .custom-breadcrumbs,
.has-featured-image .custom-breadcrumbs a {
	color: #fff;
}

.has-featured-image .breadcrumbs {
	opacity: 1;
}

.custom-breadcrumbs .post-meta-info,
.custom-breadcrumbs,
.custom-breadcrumbs a,
.breadcrumbs .post-meta-info,
.breadcrumbs,
.breadcrumbs a {
	font-weight: normal;
}

.has-featured-image .banner-photo-credit {
	font-size: 13px;
}

.has-featured-image .person-banner-title .fl-heading {
	color: #3b8452;
}

.has-featured-image .banner-title-no-image .fl-heading {
	color: #3b8452;
}

/* Define button styles. */

.fl-page button, .fl-page input[type=button], input[type=submit], .fl-page .fl-builder-content a.fl-button, .fl-page .fl-builder-content a.fl-button:visited, .fl-page .wp-block-button__link, a.button-primary {
	color: #3b8452;
	border-radius: 0px;
    background: rgba(0,0,0,0);
    padding: 9px 0;
	border: 0px;
    border-bottom: 2px solid #3b8452; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	text-decoration: none; 
  	-webkit-transition: background 0.5s; 
  	transition: background 0.5s;
	background-color: rgba(0,0,0,0);
	text-transform: none;
	font-weight: 700;
	font-size: 18px;
}

.fl-page button:hover, .fl-page input[type=button]:hover, .fl-page input[type=submit]:hover, .fl-page a.fl-button:hover, .fl-page .fl-builder-content a.fl-button:hover, .fl-page .wp-block-button__link:hover, a.button-primary:hover {
	color: #68937B; 
	border-radius: 0px;
    border-bottom: 2px solid #68937B;
	text-transform: none;
	font-size: 18px;
}

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

a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
	color: #3b8452;
}

.invert a.fl-button *, .invert a.fl-button:visited *, .invert .fl-builder-content a.fl-button *, .invert .fl-builder-content a.fl-button:visited * {
	color: #fff;
}

.invert a.fl-button, .invert a.fl-button:visited, .fl-page .fl-builder-content .invert a.fl-button, .fl-builder-content .invert a.fl-button:visited {
	border-bottom: 2px solid #fff;
}

.fl-page .invert button:hover *, .fl-page .invert input[type=button]:hover *, .fl-page .invert input[type=submit]:hover *, .fl-page .invert a.fl-button:hover *, .fl-page .fl-builder-content .invert a.fl-button:hover * {
	color: #E8E8D7!important;
}

.fl-page .invert button:hover, .fl-page .invert input[type=button]:hover, .fl-page .invert input[type=submit]:hover, .fl-page .invert a.fl-button:hover, .fl-page .fl-builder-content .invert a.fl-button:hover {
	border-bottom: 2px solid #E8E8D7;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 18px;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: none;
	border: 0px;
	border-bottom: 2px solid #68937B;
	font-size: 18px;
}

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

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

.fl-page-bar {
	border: 0px; 
	z-index: 99;
	position: relative;
	background: rgba(0,0,0,0);
	line-height: 0px!important;
}

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

.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-right .fl-page-header-container {
	padding-bottom: 25px;
	padding-top: 0px;
}

.fl-page-nav-search form {
	background-color: #fff; 
}

.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-header-container {
	padding-top: 8px;
}

.fl-page-nav-right .fl-page-header-container {
	padding-bottom: 12px; 
}

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

.fl-page-bar h1, .fl-page-bar h2, .fl-page-bar h3, .fl-page-bar h4, .fl-page-bar h5, .fl-page-bar h6 {
	padding-top: 5px;
}

.fl-page-bar .fl-social-icons i.fas, .fl-page-bar .fl-social-icons i.fab {
	font-size: 17px;
}

.fl-page-bar a, .fl-page-bar a *, .fl-page-bar a.fas, .fl-page-bar a.fab a {
	padding: 5px;
}

.fab.fa-instagram.mono {
	padding-right: 0px;
}

.fl-page-nav-right .fl-page-header-logo {
	margin-top: -40px;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
	font-size: 16px;
}

.fl-page-header.fl-page-header-fixed.fl-page-nav-right.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-header-logo {
	margin-top: 0px;
}

.no-featured-image .banner-title > .fl-row-content-wrap::after {
	background-image: none;
}

/*****************************************************************************/
/****************************** PAGE TITLES **********************************/
/*****************************************************************************/

.custom-breadcrumbs,
.no-featured-image .post-meta-info {
	color: #5B718C;
}

.has-featured-image .custom-breadcrumbs, .post-meta-info {
	color: #fff;
}

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

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

.footer-main .fl-menu-toggle {
	display: none; 
}

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

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

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

.footer-4col-text,
.footer-4col-text h6,
.footer-4col-text a {
	color: #97AFCD;
	font-weight:700;
	text-decoration:none;
}

.sub-footer-credits,
.sub-footer-credits a {
	color: #97AFCD;
	text-decoration:none;	
}

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

.footer-main .menu a {
	font-size: 14px;
}

.footer-main .menu a,
.footer-sub a {
	font-weight: normal;
}

.footer-cta-bar .button-primary {
	padding: 0px 0px 10px 5px;
}

.footer-cta-bar .invert > .button-primary:hover {
	color: #68937B;
    border-bottom: 2px solid #68937B;
    text-transform: none;
}

.footer-cta-bar span#or {
	padding: 0px 10px;
}

#or-mobile {
	margin: 0px 10px;
}

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

blockquote, .fl-page .fl-content {
	padding: 20px; 
	font-size: 1.3em; 
	border:none;
}

.wp-block-quote {
    border-left: none;
    margin: 20px 0;
    padding-left: 1em;
    border: none;
}

blockquote p {
    font-style: italic;
    color: #64645fdb;
    font-size: 22px;
}

blockquote small {
    font-size: 16px;
    color: #a4afb5;
    font-style: normal;
}

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

.fl-post-feed-post {
	padding-bottom: 40px; 
}

.blog-sidebar .fl-widget + .fl-widget {
	border-top: 1px solid #ddd; 
	padding-top: 30px; 
}

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; 
}

.blog-sidebar .fl-widget .fl-widget-title,
h2.widgettitle,
.fl-icon-text.fl-icon-text-wrap h4,
.event-details-sidebar .tribe-events-meta-group .tribe-events-single-section-title,
.job-post-sidebar h6 {
	color: #9A9A94;
	text-transform: uppercase;
	font-weight: 500;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	text-align: right;
}

.ideal-paragraph p,
.ideal-paragraph ol, 
.ideal-paragraph ul {
	font-size:1.2em;
	line-height:1.6;
}

.archive-feed img {
    padding-bottom: 20px;
}

body .fl-post-grid-content p {
	font-size:1.2em;
	line-height:1.6;
}

a.fl-post-grid-more {
	color: #3b8452;
    border-radius: 0px;
    background: rgba(0,0,0,0);
    padding: 9px 0;
    border: 0px;
    border-bottom: 2px solid #3b8452;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background-color: rgba(0,0,0,0);
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
}

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

.fl-photo-caption-below {
	text-align:right;
	position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
}

.ideal-paragraph ul {
	font-size: 18px;
}

/* Contact Form */

.contact-form li, .contact-form li input {
    width: 100%!important;
}

/* Mailchimp Form */

#mc_embed_signup form {
    padding: 0!important;
}

#mc_embed_signup .mc-field-group input,

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
    background: #FFFFFF;
    border: 1px solid rgba(105, 105, 105, 0.2);
    box-sizing: border-box;
    border-radius: 0;
    height: 50px;
}

#mc_embed_signup input[type="submit"] {
	font-family: "Rubik", sans-serif;
	line-height:2;
	color: #3b8452;
    border-radius: 0px;
    background: rgba(0,0,0,0);
    padding: 9px 0;
    border: 0px;
    border-bottom: 2px solid #3b8452;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background-color: rgba(0,0,0,0);
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
	height: 50px;
	transition: .3s ease;
}

#mc_embed_signup .button:hover,
#mc_embed_signup input[type="submit"]:hover, 
#mc_embed_signup .button:active,
#mc_embed_signup input[type="submit"]:active, 
#mc_embed_signup .button:focus,
#mc_embed_signup input[type="submit"]:focus {
	background:none;
	color: #68937B;
    border-radius: 0px;
    border-bottom: 2px solid #68937B;
    text-transform: none;
    font-size: 18px;
}

label,
#mc_embed_signup label {
    font-size: 14px;
    color: #777;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
	font-family: "Rubik", sans-serif;
}

/*****************************************************************************/
/******************************** HOME PAGE **********************************/
/*****************************************************************************/

.home-mid-banner h1 {
	text-transform: uppercase;
	letter-spacing: 16px;
}

@media screen and (min-width: 768px) {
	.home-banner-header h1 {
		text-transform: uppercase;
		letter-spacing: 16px;
	}
	.fl-col-group-equal-height.fl-col-group-align-center .home-banner-header h1 {
		width: 120%;
	}
}

.home-mid-banner {
	z-index: 97;
	position: relative;
}

.photo-attribution-home-mid .fl-rich-text {
	font-size: 13px;
}

.home-image-full {
	z-index: 96;
	position: relative;
}

.home .fl-page-header.fl-page-header-primary.fl-page-nav-right.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile {
	background: rgba(0,0,0,0);
}

.home-map-grid h2 a {
	font-weight: 600;
}

.home-map-grid a {
	font-weight: normal;
	display: block;
	padding: 70px 20px 90px;
	text-align: center;
	text-decoration: none;
}

.home-map-grid .fl-col-small .fl-col-content:hover:after {
	background-color: #68937B;
}

.home-post-columns .fl-post-grid-text {
	margin-top: 10px;
}

.home-news-grid .fl-post-feed-title a {
    font-family: Rubik, sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 28px;
}

.home-news-grid h2.fl-post-grid-title a {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.home-news-grid .fl-post-grid-meta a,
.home-news-grid .fl-post-feed-terms a {
    color: #97afcd;
    Text-decoration:none;
}

.home-news-grid a.fl-post-grid-more {
    margin-top: 0;
    padding-top: 0;
}

.home-news-grid a.fl-post-feed-more {
    color: #3b8452;
    border-radius: 0px;
    background: rgba(0,0,0,0);
    padding: 9px 0;
    border: 0px;
    border-bottom: 2px solid #3b8452;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-decoration: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background-color: rgba(0,0,0,0);
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
}

.home-news-grid a.fl-post-feed-more:hover,
.home-news-grid a.fl-post-feed-more:active,
.home-news-grid a.fl-post-feed-more:focus,
.home-news-grid a.fl-post-grid-more:hover,
.home-news-grid a.fl-post-grid-more:active,
.home-news-grid a.fl-post-grid-more:focus {
    color: #68937B;
	border-color: #68937B;
}


/*****************************************************************************/
/******************************* IMPACT PAGE *********************************/
/*****************************************************************************/

.created-areas-card ul {
    padding: 0;
    text-align: left;
    opacity: .9;
}

.created-areas-card h3 {
    color:#fff;
}

@media screen and (max-width:1024px) {
	
	.created-areas-card h3 {
		font-size:22px;
	}
	
	.created-areas-card .fl-module-content.fl-node-content {
    	margin: 0;
	}
	
	.created-areas-card li, .created-areas-card li a {
		color: #fff;
		display: block;
		width:100%;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: .5px;
		padding-bottom: 2px;
	}
	
	.created-areas-card li:after {display:none;}
	
}

@media screen and (min-width:1025px) {
	
	.created-areas-card li:after {display:none;}
	
	.created-areas-card h3 {
		font-size:22px;
	}
	
	.created-areas-card li, .created-areas-card li a {
		color: #fff;
		display: block;
		width:100%;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: .5px;
		padding-bottom: 2px;
	}
	
}

.created-areas-card li, .created-areas-card li a {
    color:#fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .5px;
}

.created-areas-card li a:hover,
.created-areas-card li a:focus,
.created-areas-card li a:active {
    opacity:1;
    color:#68937b;
}

.created-areas-card li:after {
    content: "•";
    padding: 0px 0px 0px 3px;
    font-weight: normal;
    font-size:12px;
    opacity: 1;
    color:#758496;
}


/*****************************************************************************/
/******************************** TEAM PAGE **********************************/
/*****************************************************************************/

.thick-text h2.fl-post-title a {
    font-weight: 700;
    text-decoration: none;
}

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

.events-banner .breadcrumbs {
    color: #FFFFFF;
    opacity: 1;
}

/*****************************************************************************/
/***************************** RESOURCES PAGE ********************************/
/*****************************************************************************/

.resources-sections h2.fl-post-feed-title {
	font-size: 26px;
}

.resources-sections div.fl-post-feed-image {
	margin-top: 6px;	
}

.resources-sections .fl-post-feed-post {
	border-bottom: none;
}


/*****************************************************************************/
/****************************** EVENTS STYLES ********************************/
/*****************************************************************************/

.tribe-events-tooltip h3.entry-title  {
	font-size: 20px!important;
}

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading,
#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #3b8452!important;
}

.tribe-events-calendar thead th {
	background-color: #3b8452;
}

.event-details-sidebar h5 {
    color: #9A9A94;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
}

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

/*****************************************************************************/
/*********************************** MAP *************************************/
/*****************************************************************************/

.wpgmza_infowindow_title {
	font-weight: bold;
    color: #2a2a2a;
    font-family: Rubik, sans-serif;
    font-size: 16px;
}

.wpgmza_infowindow_address {
	display: none;
}


/*****************************************************************************/
/********************************** POPUP *************************************/
/*****************************************************************************/

#mc_embed_signup {
	background: rgba(0,0,0,0)!important;
}

#sgpb-popup-dialog-main-div {
	border-style: none!important;
}

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

@media only screen and (max-width: 1155px) and (min-width: 992px) {

}



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

@media only screen and (max-width: 1366px) {
	.fl-page-bar a, .fl-page-bar a *, .fl-page-bar a.fas, .fl-page-bar a.fab a {
		padding: 0;
	}
}


/********************************* BB MEDIUM & IPAD LANDSCAPE **********************************/ 

@media only screen and (max-width: 1024px) {
	.trans-banner .fl-row-content-wrap {
		margin-top: 0px; 
	}
	.fl-page-bar .text-right .fl-social-icons {
		display: block;
	}
}

@media only screen and (max-width: 992px) {
	.fl-page-header-wrap {
		background: #3b8452;
	}
}


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

@media only screen and (max-width: 769px) and (min-width: 768px) {
	.fl-page-nav-right .fl-page-header-container {
		padding-bottom: 0;
	}
	.fl-page-bar .text-right .fl-social-icons {
		display: block;
	}
}



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

@media only screen and (max-width: 767px) {
	h1 {font-size: 30px;}
	h2 {font-size: 24px;}
	h3 {font-size: 21px;}
	h4,h5,h6 {font-size: 18px;}
	.fl-page-nav-right .fl-page-header-logo {
		margin-top: 0px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
		padding-top: 10px;
	}
	.fl-page-header-primary .fl-logo-img {
		height: 60px!important;
		width: auto!important;
	}
	.fl-page-nav-right .fl-page-header-container {
		padding-bottom: 0;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		font-size: 29px; 
		line-height: 26px; 
		margin-top: 0px; 
	}
	.fl-page-bar .text-right .fl-social-icons {
		display: block;
	}
	.fl-page-bar a, .fl-page-bar a *, .fl-page-bar a.fas, .fl-page-bar a.fab a {
		padding: 3px;
	}
	.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; 
	}
	.home-mid-banner h1 {
		letter-spacing: 5px;
	}
	.home-banner-header h1 br {
		display: none;
	}
}