/*
Theme Name:         G5Plus Auteur Child Theme
Theme URI:          https://auteur.g5plus.net/
Description:        G5Plus Auteur Child Theme
Version:            1.0
Author:             g5plus
Author URI:         http://g5plus.net/
Template:     		g5plus-auteur

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-auteur
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

/* VUKASIN CSS */

.gf-slider-item .entry-thumbnail img {
    object-fit: fill;
    height: 410px;
}

@media(max-width: 1199px) {
    .gf-slider-item .entry-thumbnail img {
        object-fit: fill;
        height: 440px;
    }
}

@media(max-width: 991px) {
    .gf-slider-item .entry-thumbnail img {
        object-fit: fill;
        height: 500px;
    }
}

@media(max-width: 767px) {
    .gf-slider-item .entry-thumbnail img {
        object-fit: fill;
        height: auto;
    }
}

.layout-grid .product-item-inner .woocommerce-Price-currencySymbol, 
.gf-slider-item .price .woocommerce-Price-currencySymbol, 
.woocommerce.widget_products .woocommerce-Price-currencySymbol,
.product-single-layout-01 .woocommerce-Price-currencySymbol {
    display: none !important;
}

#homepage_logo_strip {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 20px;
}

#homepage_logo_strip .vc_column_container {
    width: auto !important;
}