/*
Theme Name: Alboretti Child
Theme URI: http://modigliani.meetodo.it
Description: Tema Child per il tema modigliani
Author: Meetodo
Author URI: http://www.meetodo.it
Template: modigliani
Version: 0.1.0
*/

@import url("../modigliani/style.css");

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

/* Branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}


header .row > a > picture {
    display: block;
    width: 200px;          /* metti larghezza del logo */
    height: 80px;          /* altezza del logo */
    background-image: url('https://www.aglialboretti.com/content/uploads/2019/05/logoalboretti-home.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Nascondo l'img “vuota” */
header .row > a > picture img {
    opacity: 0;
}

.header .logo .row {
    justify-content: center;   /* centro orizzontalmente */
    align-items: center;       /* centro verticalmente */
}

.header .logo picture {
    margin: 0 auto;
}