/*
Theme Name:     Firetree
Theme URI:      
Description:    Bb-theme child theme.
Author:         tgh
Author URI:     http://thegraphichive.com
Template:       bb-theme
Version:        0.1.0
*/

body a:hover {
	text-decoration: none;
	opacity: 0.85;
}


/*** header ***/

.fl-page-bar .fl-button {
	background-color: rgba(0,0,0,0.2) !important;
	padding: 3px 10px;
	border-radius: 5px;
}

@media (max-width: 767px) { 
	.fl-page-bar .fl-button {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
}


/*** footer ***/

.fl-page-footer-widgets {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 30px;
	padding-bottom: 30px;
}

.fl-page-footer-widgets .fl-widget-title {
	font-weight: bold; 
	color: #18552c;
	font-size: 20px;
}

.fl-page-footer-widgets .fl-button {
	display: block;
	padding: 5px 12px;
	border-radius: 5px;
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
}

.fl-page-footer-widgets #text-2 { padding-left: 30px; }

.fl-page-footer-widgets #media_image-2 { margin-bottom: 30px; }

.fl-page-footer-widgets i.fas {
	margin-left: -30px;
	color: #659b5f;
	margin-right: 10px;
}

.fl-page-footer-widgets .post-date { display: block; }


/*** page header ***/

.section-heading-overlay { 
	padding: 60px 20px;
	background-color: rgba(25, 85, 45, 0.9);
}

.section-heading-subhead { color: #ccc; }

.section-heading-subhead a,
.section-heading-subhead a:hover
{ color: #b1deab; }

.section-heading h1 {
	color: #fff;
	font-size: 44px;
	display: inline-block;
/* 	border-bottom: 5px solid #333; */
/* 	text-shadow: 2px 2px 5px rgba(0,0,0,0.5); */
}

.section-heading.section-page-featured-image {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.section-heading-has-featured.section-heading.section-page-featured-image {
	background-attachment: scroll;
}

.section-heading-has-featured .section-heading-overlay { 
	padding: 120px 20px;
	background-color: rgba(25, 85, 45, 0.75);
}

.fl-content > .fl-post > .fl-post-header { display: none; }

.fl-archive .fl-content > .fl-post > .fl-post-header { display: block; }

.fl-404 header.fl-post-header { display: block !important; }

.child-page-container .child-page-item { margin-top: 20px; }

@media (min-width: 768px) {
	
	.child-page-container {
		display: flex;
		flex-wrap: wrap;
	}
	
	.child-page-container .child-page-item {
		display: inline-flex;
		width: 31%;
		margin-right: 1.5%;
	}
	
}

a.child-page-link {
	width: 100%;
	color: #fff;
	background: rgba(255,255,255,0.1);
	padding: 10px 20px;
	line-height: 1.4;
	border-radius: 5px;
	display: inline-flex;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

a.child-page-link:hover {
	text-decoration: none;
	color: #fff;
	background: rgba(255,255,255,0.2);
	opacity: 1;
}


/*** global cta ***/

.section-global-cta { 
	background-color: #18552c; 
	text-align: center;
}

.section-global-cta a { 
	color: #fff !important; 
	font-weight: bold;
	font-size: 140%;
	text-transform: uppercase;
}

.section-global-cta .fl-row-content-wrap {
	padding: 10px 0 0 0;
}

.section-global-cta .fl-module-content {
	margin: 8px;
}


/*** section hero ***/

.section-hero { background-color: #b1d4ad; }

.section-hero a.fl-button {
	width: 300px;
	text-align: center;
}


/*** section circle buttons ***/

.section-circle-buttons { text-align: center; }

.section-circle-buttons h3 {
	text-transform: uppercase;
	border-bottom: 10px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.section-circle-buttons h2 {	
		font-size: 60px;
	}
	
	.section-circle-buttons h3 {
		font-size: 30px;
	}
}

.section-circle-buttons .fl-button {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 300px;
	border-radius: 100% !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 28px !important;
/* 	background-image: url(http://firetree.hiveyoshi.com/wp-content/uploads/2020/04/bg-grass.jpg); */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transition: all 1s ease-in-out;
	border: 5px solid rgba(0,0,0,0.3) !important;
}

.section-circle-buttons .fl-button:hover {
	background-position: center -8px !important;
	opacity: 1;
}

.section-circle-buttons .fl-button * {
	text-shadow: 0px 0px 7px rgba(0,0,0,0.7);
}

.section-circle-buttons .fl-col:nth-of-type(1) a.fl-button {
	background-image: url(images/button-trees.jpg); 
}

.section-circle-buttons .fl-col:nth-of-type(2) a.fl-button {
	background-image: url(images/button-beach.jpg); 
}

.section-circle-buttons .fl-col:nth-of-type(3) a.fl-button {
	background-image: url(images/button-mountains.jpg); 
}

	

/*** buttons ***/

body .fl-button, body a.fl-button, body a.fl-button:visited, 
body button, body input[type=button], body input[type=submit] 
{
	border: 0 !important;
	color: #fff;
	font-weight: bold !important;
	text-transform: uppercase;
	background-color: #659b5f;
}

body .fl-builder-content a.fl-button * { color: #fff !important; }


/*** forms ***/

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
	background: #eee;
	color: #333;
}

.gform_wrapper ul.gfield_radio li label {
	width: 100%;
	max-width: 80%;
	border: 0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 3%;
	border: 1px solid #aaa;
	font-size: 12px;
}

.section-agreement {
	font-size: 12px;
	color: #aaa;
	margin-top: 20px !important;
}

.gform_wrapper .gform_footer { text-align: right; }


/*** misc ***/

.fl-rich-text blockquote {
	font-size: 160%;
	line-height: 1.3;
	margin-bottom: 40px;
	border-color: rgba(255,255,255,0.3);
}


/*** locations ***/

.section-location-info {
	background-color: #edffeb;
	border-bottom: 20px solid #517b4d;
	border-top: 20px solid #517b4d;
}

.section-location-info h2 {
	border-bottom: 10px solid #bddcba;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.section-location-info iframe {
	border: 10px solid #659b5f !important;
}

.section-location-photos img {
	border: 5px solid rgba(0,0,0,0.2);
}


/*** post grid / news ***/

.fl-post-grid-date { 
	font-weight: bold; 
	color: #444;
}

body .fl-builder-pagination li a.page-numbers, 
body .fl-builder-pagination li span.page-numbers 
{
	background: rgba(255,255,255,0.7);
	border: 0;
	border-radius: 5px;
	color: #333;
}

body .fl-builder-pagination li span.page-numbers.current {
	background: rgba(255,255,255,0.3);
}

