/*
Theme Name: WP Suarez
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: WP_suarez
*/

/**
 * Table of Contents:
 *
*/
/** Style base site **/
@import "/wp-content/themes/wp_suarez/css/base.css";

/** Style all button site **/

@import URL("/css/buttons.css");

/** Style mobule and type title module **/
@import "/wp-content/themes/wp_suarez/css/module.css";

/** Style all menu site **/
@import "/wp-content/themes/wp_suarez/css/menu.css";

/** Style all shortcode site **/
@import "/wp-content/themes/wp_suarez/css/shortcodes.css";

/** Style base Suarez theme  **/
@import "/wp-content/themes/wp_suarez/css/style.min.css";
@import "/wp-content/themes/wp_suarez/css/custom-home.css";
@import "/wp-content/themes/wp_suarez/css/custom-page.css";

/* Style base for details Portfolio */
@import "/wp-content/themes/wp_suarez/css/portfolio.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";


@media only screen and (max-width: 1000px) {
    .main-logo {
    width: 100% !important;
}
.cs_custom_header_menu {
    position: absolute !important;
    right: -60px !important;
    top: -100px !important;
}
	span.btn-navbar {
    font-size: 25px;
    display: inline-block;
    padding: 30px;
}
}