/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.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... */ 

/*---- Donation Form ----*/
/*---- #give-recurring-form .give-section-break, #give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form .give-section-break, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] .give-section-break, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {background:#2678a2;
padding:5px 25px 5px 5px;
	color:#fff;
	
}----*/

ul#menu-menu-footer {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#menu-menu-footer a {
  text-decoration: none;
	color: #b5b5b5;
  display: block;
  transition: .3s background-color;
}
 
#menu-menu-footer a:hover {
  color: #fff;
}
 
#menu-menu-footer a.active {
  cursor: default;
}

#menu-menu-footer li {
    display: inline-block;
    margin-right: 9px;
  }
 
#nav_menu-4 .fl-widget .widget_nav_menu {
	padding: 0;
	margin: 0;
}

.fl-page-footer {
    border-top: none;
}

.fl-testimonial {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
}


.webinarVideoLink:hover{
	text-decoration: underline;
}

.webinarVideoLink > div > div > h2 > a{
	color: #428bca !important; 
}

div.post-3747{
	height: inherit !important;
}

article.category-webinar>div.fl-post-thumb{
	display: none;
}
/*
article.post-3747>div.fl-post-thumb{
	display: none;
}*/

h3#h3-remove-margin-top{
	margin-top: 0;
}

h3#h3-remove-margin-bottom{
	margin-bottom: 0;
}

div#mug_donation>div.fl-module-content.fl-node-content{
	padding: 20px;
    background-color: #396387;
}