/*
 Theme Name:     Mellow Child
 Theme URI:      http://mellow.tanshcreative.com
 Description:    Mellow Child Theme.
 Author:         tansh
 Author URI:     http://themeforest.net/user/tansh
 Template:       mellow
 Version:        1.0.0
*/

/* Pulsante principale (filled) bianco */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyButtonAccept {
  background-color: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
  border-radius: 4px;
  font-weight: 600;
}

/* Pulsante secondario (outline) bianco */
#CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  background-color: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 4px;
  font-weight: 600;
}

/* Hover states */
#CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}

#CybotCookiebotDialogBodyButtonDecline:hover,
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

.h1-home h1 {
  font-size: 24px !important;
  font-weight: 400 !important;
}
