/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@media only screen and (min-width: 1249px) and (max-width: 1300px) { 
   .navbar-style-one {
       right: -62px;
}
}

#site-navigation-wrap {
	/*right: -55px;*/
}