/*
Theme Name: Salient Child Theme - by Dutchie
Description: This is a custom child theme for Salient created by Dutchie
Theme URI:   https://thedutchie.ca/
Author: Dutchie
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

header#top .container {
	max-width: 100%;
}

@media screen and (max-width: 400px) {
	
}

@media screen and (min-width: 401px) and (max-width: 420px) {
	
}

@media screen and (max-width: 517px) {
	
}

@media screen and (max-width: 690px) {
	header#top .container {
		padding: 0 30px;
	}
}

@media screen and (min-width: 691px) {
	
}

@media screen and (min-width: 691px) and (max-width: 999px) {
	header#top .container {
		padding: 0 50px;
	}
}

@media screen and (max-width: 999px) {
		
}

@media screen and (min-width: 1000px) {
	header#top .container {
		padding: 0 90px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	
}

@media screen and (min-width: 1400px) {
	
}