/*
Theme Name: Far Country
Theme URI: http://tonatheme.com/newwp/calena/
Template: calena
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: This is Calena theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,rtl-language-support,sticky-post,translation-ready,microformats
Version: 1.2.1595518072
Updated: 2020-07-23 15:27:52

*/

/**CHANGELOG**/
/*jumpy screen issue
to kill sticky nav by adding x to front of fixed header on script.js - need to update when update theme
commented out scroll to top on footer.*/
/*
aweful green color replace all on style.css calena #2dcc8e
added navy-theme.css as backup so at least it never looks minty

IF CHANGING THE NAV
check auto-container min-width and a:link padding for screen size


*/

.main-header .main-box .logo-box {float: none !important;max-width: 300px !important;margin: 0 auto !important;}
.main-header .nav-outer {display: none !important;}
#responsive-menu-container #responsive-menu-wrapper {padding-top: 50px;padding-left: 5%;}


/* MEDIA QUERIES */

@media only screen 
and (max-width : 1024px) {
	.main-header .nav-outer {display: none !important;}
	
}

@media only screen 
and (max-width : 767px) {
	.main-header .nav-outer {display: none !important;}

}