/*
Theme Name: Creatika WordPress
Theme URI: http://themeforest.net/user/bitpub/portfolio
Description: Creatika WordPress Theme versatile design makes it truly multipurpose. Showcase your services, your portfolio or both. 
Author: Bitpub
Author URI: http://themeforest.net/user/bitpub
Version: 1.0.1
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

@import url('layout/css/base.css');
@import url('layout/css/grid.css');
@import url('layout/css/elements.css');
@import url('layout/css/layout.css');

.ewf-row {
    width: 1090px;
}


@media (min-width: 768px) and (max-width: 1100px) {
		
	.ewf-full-width-section  .ewf-row .ewf-row,
	.ewf-row { width: 705px; }
		
	.hidden-desktop { display: inherit !important; } 
	.visible-desktop { display: none !important; }
	.visible-tablet { display: inherit !important; } 
	.hidden-tablet { display: none !important; }

	#menu { display: none; }
		
	#mobile-menu-trigger { 
		display: block;
		margin-right: 10px;
		margin-bottom: 34px;
	}
	#custom-search-form { right: 65px; }
}