/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.btnDisabled { pointer-events:none; opacity:0.5; transition:0.3s; } /* para prevenir hover y otros eventos */
.btnEnabled { pointer-events:auto; opacity:1; transition:0.4s; } /* para permitir hover y otros eventos */

.txt-justify { text-align:justify; }

.socials-item-tiktok .tiktok_color {
    display:none;
}
.socials-item-tiktok:hover .tiktok_black {
    display:none;
}
.socials-item-tiktok:hover .tiktok_color {
    display:block;
}

#header-socials .socials-item:hover i {
    color:white!important;
}

.content_gastronomia {
    max-width:1270px;
    margin-left:auto!important;
    margin-right:auto!important;
}

.img_gastronomia img {
    object-fit: cover;
    width: 100%!important;
    height: 400px!important;
    object-position: 100% 0;
}