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


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #f1ae2d !important;
}

/*-----------------------------------------------------------------------------CALENDAR*/

.tribe-events-calendar td.tribe-events-present.mobile-active {
 background-color: #287656 !important;
}

.tribe-events-calendar thead th, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header 
{
    background-color: #000000 !important;
    border-left-color: #000000 !important;
    border-right-color: #000000 !important;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] 
{
    background-color: #000 !important;
}

.tribe-events-notices {
    background-color: hsla(359, 77%, 50%, 0.47);
    color: #000;
    text-shadow: none;
    border: 1px solid hsla(359, 77%, 50%, 0.47);
}

#tribe-events-content a, .tribe-events-event-meta a {
	color: #f1ae2d !important;
}


/*--END CALENDAR*/


.fl-page-header-logo-text 
{
	font-weight: bold;
}











.fl-page-bar-text
{
	padding: 25px 0;
}

@media only screen and (max-width : 2560px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 10px 0 0 0px;

	}

}

@media only screen and (max-width : 1440px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 10px 0 0 0px;

	}

}

@media only screen and (max-width : 1200px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 10px 0 0 0px;

	}

}

@media only screen and (max-width : 979px) {

}

@media only screen and (max-width : 768px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 20px 0 0 260px;

	}

}

@media only screen and (max-width : 480px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 10px 0 0 90px;

	}

}

@media only screen and (min-width : 320px) {

	.fl-page-header-logo-text 
	{
		text-align: left;
		padding: 10px 0 0 42px;

	}

	.fl-page-bar-text
	{
		display: none;
	}

}

