/*
Theme Name: SWP Child Theme
Theme URI: https://superiorwatersheds.org/
Version: 1.0
Description: Custom web design and development for Superior Watershed Partnership & Land Trust.
Author: Sparkworks
Author URI: https://www.sparkworksmarketing.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.blog .fl-archive .row {
	margin-top:98px;
}
.search-results .row > .fl-sidebar {
	display:none;
}

@media(max-width:1200px) {
	.search-results #header-logo {
		top: -10% !important;
	}
}

@media(min-width: 993px) {
	.search-results .row > .fl-content {
	   margin: 180px 20px 40px  !important;
		width:100% !important;
	}
}


@media(max-width:992px) and (min-width: 769px) {
	.search-results .row > .fl-content {
	   margin: 160px 20px 40px  !important;
	}
}

@media(max-width:130px) {
	.blog .fl-archive .row {
		margin-top:98px;
	}
}