/*
Theme Name: Aubergine 2
Template: enlightenment
Author: Brittany Reid
Version: 1.1.1514658042
Updated: 2017-12-30 13:20:42

*/

.navbar-default {
    background: #233e71;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

.navbar .nav {
    font-size: 14px;
    text-rendering: optimizeLegibility;
	font-family: "Oswald", sans-serif;
}

.navbar-right {
    float: left!important;
    margin-right: -15px;
}


.background-parallax:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.custom-query-page .slide-container, .custom-query-pages .slide-container {
    top: 0;
    background: transparent;
}

	.custom-query-slider .slide {
		height: auto;
	}
	
	.sidebar-full-screen .custom-query-slider .slide {
		height: auto;
	}

@media (min-width: 992px) {
	.custom-query-slider .slide {
		height: auto;
	}
	
	.sidebar-full-screen .custom-query-slider .slide {
		height: auto;
	}
}