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


/* ==========================================================================
   CUSTOM SELECTORS
   ========================================================================== */

.txt-shadow {
	text-shadow: 2px 2px #000;
}

.accordion-blk-bg .fl-accordion-item .fl-accordion-button {
	background: #353535;
	color: #fff;
}
.accordion-white-bg .fl-accordion-item .fl-accordion-button {
	background: #f5f5f5;
} 

.accordion-yellow-bg .fl-accordion-item .fl-accordion-button {
	background: #fbb829;
} 


.fl-accordion-item .fl-accordion-content {
	padding-top: 20px;
}

 

.testimonials-height .fl-module-testimonials .bx-wrapper {
	min-height: 170px;
}

/* ------------ End of CUSTOM SELECTORS ------------------- */


/* ==========================================================================
   TOP MENU
   ========================================================================== */

.sub-menu .menu-item a {
	border-bottom: 1px solid #888;
}
.sub-menu .menu-item a:hover {
	background-color: #555;
}

/* ------------ End of TOP MENU ------------------- */


/* ==========================================================================
   BLOG ARCHIVE PAGE
   ========================================================================== */

.fl-module-post-grid .fl-post-image {
	text-align: center;
}

/* ------------ End of BLOG ARCHIVE PAGE ------------------- */

/*=====================================
=            MEDIA QUERIES            =
=====================================*/

@media screen and (max-width: 768px) {
	.header-nav-col {
		position: absolute;
		right: 0;
		top: 0;
	}
	.header-nav-col .fl-menu-mobile-clone {
		position: absolute;
		top: 100px;

	}
}

/*=====  End of MEDIA QUERIES  ======*/