/**
 * Section8Finder directory — child theme layout tweaks (Inspiry compatibility).
 */

.s8f-directory-wrapper .site-content {
	padding-top: 0;
}

.s8f-directory--placeholder .s8f-directory-title::after {
	content: "";
}

/* Align directory buttons with theme palette */
.s8f-directory-wrapper .btn-default {
	margin-top: 8px;
}

.s8f-directory-wrapper .widget,
.s8f-directory-wrapper .sidebar {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.s8f-directory-wrapper .sidebar,
	.s8f-directory-wrapper [class*="col-"] {
		float: none;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.s8f-directory-wrapper .btn-default,
	.s8f-directory-wrapper .button,
	.s8f-directory-wrapper input[type="submit"] {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.s8f-directory-wrapper .site-content {
		padding-left: 0;
		padding-right: 0;
	}
}
