/*
Theme Name: Magazine News Byte Child
Template: magazine-news-byte
Version: 1.0
Text Domain: magazine-news-byte-child
Author: Tuo Nome
Author URI: URL del tuo sito
Description: Una breve descrizione del tuo tema figlio.
License: GNU General Public License 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
*/

body {
    width: 100%; 
}

@media (min-width: 1001px) {
    body {
        width: 1200px; 
        margin: 0 auto; 
    }
}
.author {
    display: none;
}
#breadcrumbs {
    margin-left: 30px; 
}
.entry-byline-author,
.entry-byline-date,
.entry-byline {
    display: none;
}
.loop-title.entry-title {
  font-size: 24px; 
  font-weight: bold; 
  color: #333; 
}
.lightSlider.hootkitslider-postimage .hootkitslide-img {
  object-fit: cover; 
  width: 100%; 
  height: 200px; 
}
body.home #breadcrumbs {
  display: none;
}
.viewall {
    display: none;
}
#page-wrapper {
    margin: 0;
    padding: 0;
}
#topbar .topbar-inner {
  display: flex;
  flex-wrap: nowrap;
}
#topbar .topbar-part {
  flex: 1;
  white-space: nowrap;
}
#topbar .topbar-part:first-child {
  margin-right: 10px; /* Aggiungi uno spazio tra le due parti se necessario */
}
#topbar-right {
  text-align: right;
}
.mobilemenu-fixed .menu-toggle {
    width: 2em;
    padding: 2px;

    top: 0;
    left: 0;
        top: 0%;
    z-index: 9999999999999;
    border: solid 0px rgba(0, 0, 0, 0.14);
    border-left: none;
}
  .header-supplementary-bottom .mobilemenu-fixed .menu-toggle {
    margin-top: 0px;
  }
/* Stile generale del form */
.custom-mailchimp-form {
    text-align: center;
    background: #bdd6ad; /* Sfondo personalizzato */
    padding: 20px;
    border-radius: 5px;
}

/* Stile del label */
.custom-mailchimp-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Stile dell'input email */
.custom-mailchimp-form input[type="email"] {
    width: 70%; /* Larghezza personalizzata */
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    display: inline-block; /* Imposta il display su inline-block */
}

/* Stile del bottone di invio */
.custom-mailchimp-form button[type="submit"] {
    background: #058d2e; /* Colore personalizzato */
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block; /* Imposta il display su inline-block */
}

/* Stile del bottone al passaggio del mouse */
.custom-mailchimp-form button[type="submit"]:hover {
    background: #0056b3;
}

