/*
 Theme Name:   Beaver Builder Theme Child
 Theme URI: http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
 Description:  Beaver Builder Theme Child Theme
 Author:       Fat Free Media
 Author URI:   http://fatfreemedia.com
 Template:     bb-theme
 Text Domain:  bb-theme-child
*/


.fl-page-bar {
	font-size: 14px !important;
	font-weight: 700;
}

.current-menu-item a {
	color: #669933;
}

.title h1 {
	font-size: 60px;
}


/* ------------------------------------------------------------------------
	!TOP BAR BUTTONS
------------------------------------------------------------------------ */

.join-btn a {
    background: #015177;
    padding: 5px 10px !important;
    color: white !important;
}

.join-btn a:hover {
    background: #669933 !important;
}

.donate-btn a {
    background: #669933;
    padding: 5px 10px !important;
    color: white !important;
}

.donate-btn a:hover {
    background: #015177 !important;
}


/* ------------------------------------------------------------------------
	!FOOTER
------------------------------------------------------------------------ */

.fl-page-footer .fl-social-icons .fa-stack {
	width: 3em;
	height: 3em;
	line-height: 3em;
}

.fl-page-footer .fl-social-icons .fa-stack-2x {
	font-size: 40px;
	width: 40px; /*Only adjust when you need more space between the icons*/
}

.fl-page-footer .fl-social-icons .fa-stack-1x {
	font-size: 24px;
	width: 40px; /*Only adjust when you need more space between the icons*/
	line-height: 40px;
}

/* ------------------------------------------------------------------------
	!MISCELLANEOUS
------------------------------------------------------------------------ */

.shadow {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}