/*!
Theme Name: Grapes
Theme URI: http://moyca.eu/
Author: Treze Marketing
Author URI: https://treze.es
Description: Description
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: untheme

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.logo-footer img {
    max-width:240px!important;
    height:auto;
    object-fit:contain;
}

.menu-legal-link a {
    font-size: 14px!important;
    margin: 0 8px;
}

.wp-block-quote {
    max-width: 70%!important;
    margin-left: 5%;
}

.item-text {
    display: flex!important;
    flex-direction: column!important;
    gap: 3px!important;
}

.item-text strong, 
.item-text b {
    font-weight: bold!important;
}

.buy-button a {
    padding: 10px 12px !important;
    margin: 4px 0 !important;
    color: white !important;
}

@media (max-width:  991px) {
    .button-extra {
        display: none!important;
    }
    .dropdown-menu {
        box-shadow: none!important;
    }
}

@media (max-width:  768px) {
    .card-body {
        padding: 12px 24px!important;
    }
}
