/*
Theme Name: TF Speak
Theme URI: https://www.poppmedia.dk
Version: 1.0
Description: Theme udviklet af poppmedia. Maj 2020.
Author: Bjørn, poppmedia
Author URI: https://www.poppmedia.dk
template: bb-theme
*/


/*
	Accent color: #cc3f26
	Background: #a3a09b
	Gray: #797979
*/

.fl-page-nav-right .fl-page-header-wrap {
	border: none !important;
}

.fl-page-header-primary .fl-logo-img {
	height: 100px !important;
}

.fl-post-grid-post {
	border: none !important;
}




/*
	Transparent Header
	https://kb.wpbeaverbuilder.com/article/237-merge-page-content-into-the-header
*/

@media (min-width: 768px) {
	
	.text_columns {
		column-count: 2;
		column-rule: 1px solid rgba(0,0,0,0.1);
	}

}

@media (min-width: 992px) {

	.text_columns {
		column-count: 3;
		column-rule: 1px solid rgba(0,0,0,0.1);
	}

	.fl-page-bar {
		position: absolute;
		top: 0;
		z-index: 11;
		width: 100%;
	}

	.fl-page-header.fl-page-header-primary, .fl-page-header-primary .fl-page-header-wrap {
		background-color: transparent;
		border-bottom-style: none; /* Removes the 1px border below the menu */
		position: absolute;
		top: 0px; /* Height of top bar */
		width: 100%;
		z-index: 10;
	}

}

