/*
Theme Name: GlobalSpex Church Child Theme
Theme URI: http://www.globalspex.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
/*General*/
.fl-module-content .fl-rich-text a {text-decoration:underline!important}
/*Menu*/
.sub-menu > li > a:hover, .sub-menu > li.current-menu-item > a, .sub-menu > li.current-menu-item > .fl-has-submenu-container > a {color: #cca43b !important;
}

/*buttons*/
a.fl-button, a.fl-button:hover {
	/*-webkit-box-shadow: 3px 3px 1px 1px #CCCCCC !important;
	-moz-box-shadow: 3px 3px 1px 1px #CCCCCC !important;
	box-shadow: 3px 3px 1px 1px #CCCCCC !important;*/
	margin-right: 12px !important;
	margin-bottom: 15px !important;
	border: solid 5px #ccc !important;
	font-size:18px !important;
	color:#fff !important;
}
/*a.fl-button:hover {
		margin-right: 12px !important;
	margin-bottom: 15px !important;
	color:#fff !important;
	border: solid 5px #ccc !important;
	font-size:18px !important;
}*/

/*navigation*/
.fl-page-nav-wrap {border-bottom: 2px #caaa71!important; border-top: 2px #caaa71!important;}
.top-bar-menu .pp-advanced-menu .menu > li > a{text-decoration: underline;}

/*content*/
.row .border1 {border-top: 2px #caaa71!important;}

/*sidebar*/
.fl-sidebar-right {padding-left:0px!important; background:none!important;}
.fl-sidebar-right h2 {font-size:30px}
.fl-widget {margin-bottom:0px!important}

/*** Footer Credit for GlobalSpex, Inc.  ****/
/***  Add .logged-in to view while logged in editor ***/
#gxcredit {display: none;}
.home #gxcredit, .logged-in #gxcredit {color: #ccc; padding:10px 0 30px 0; display:block; text-align:right;}
.home #gxcredit a {color: #ccc;}
