/*
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... */ 

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding-bottom: 15px;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item{
	padding-top: 5px;
	padding-bottom: 5px;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu{
	padding-top: 15px;
}

li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
	box-shadow: #80808075 3px 5px 5px !important;
}

.fl-sidebar #text-3.fl-widget.widget_text{
padding: 10px;
border-radius: 10px;
background: rgba(136,191,222,0.25);
border: 1px solid #88bfde;
}

a, .fl-module-content a{
	color: #1b65d1;
}

.single .fl-row-content-wrap{
padding-left: 0px;
}

.single .fl-module-content{
	margin-left: 0px;
	margin-top: 0px;
}

h2.fl-slide-title{
	font-size: 30px;
}

a.fl-slide-cta-link{
	font-weight: 600;
	text-transform: uppercase !important;
}

body.page-id-2018 .fl-list-item-content-text p a{
font-size: 14px;
}

.fl-post-carousel-more{
	text-align: center;
}

.fl-post-carousel-post{
box-shadow: 5px 5px 10px #efecec;
}

.fl-post-carousel-content{
	text-align: center;
}


@media only screen and (max-width: 768px) {
  .fl-builder-content .fl-slide-content{
   background: #1c64d1 !important;
  }
}