/*
    Theme Name: Axis WP theme
    Description: Axis is a clean Responsive HTML portfolio Template for Creative Agency & Studio.
    Author: WPHunters
    Author URI: http://wphunters.com
    Version: 1.2
    License: GNU General Public License version 1.0
    License URI: https://www.gnu.org/licenses/gpl-1.0.html
    Theme URI: http://themeforest.net/item/axis-wordpress-portfolio-for-creative-agency/10476123
*/

/* THEME CHECK FALLBACK. */
/* CLASSES ARE IMPLEMENTED IN style.less */

.aligncenter { }
.alignleft { }
.alignright { }
.bypostauthor {}
.gallery-caption {}
.sticky {}
.wp-caption-text {}
.wp-caption {}

@media screen and (min-width: 800px) {
	.menu-toggle,
	.menu {
		display:none;
	}
}
@media screen and (max-width: 800px) {
	.menu800px {
		display:none;
	}
}
.menu800px {
		margin:-70px 0 0;
	}
.navbar-nav li>a {
	color:#000 !important;
}
.navbar-nav li>a:hover {
	background:none !important;
	color:#0C9 !important
}
body {
	color:#666
}