/*
Theme Name: WP Zaria - Customização GDM
Theme URI: http://cmssuperheroes.com
Author: Chinh Duong Manh
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-zaria

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Esconder os btn de saiba mais na area de produtos na index */
#cms-fancy-box-single>div.cms-single-fancybox-content>div.cms-fancybox-foot>a,
#cms-fancy-box-single-2>div.cms-single-fancybox-content>div.cms-fancybox-foot>a,
#cms-fancy-box-single-3>div.cms-single-fancybox-content>div.cms-fancybox-foot>a,
#cms-fancy-box-single-4>div.cms-single-fancybox-content>div.cms-fancybox-foot>a {
    display: none;
}

#text-3>div>div>div.item {
    width: 49.5%;
    /* float: left; */
    display: inline-block;
}

#text-3>div>div>div.item a {
    text-decoration: underline;
}

@media screen and (min-width: 992px) {
    #text-3>div>div>div.item {
        width: 49%;
    }
}