/*
 Theme Name: Twenty Twenty-Four Child
 Theme URI: https://wordpress.org/themes/twentytwentyfour/
 Description: Child theme di Twenty Twenty-Four
 Author: Luca Cappelli
 Author URI: https://www.webmanie.it
 Template: twentytwentyfour
 Version: 1.0.0
 Text Domain: twentytwentyfour-child
*/

.featuredsh {
    /* box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.12) !important; */
}
.featuredsh img {
    border-radius: 4px !important;
}
.slbutton {
    padding: 8px 20px;
    display: inline-block;
    color: #fff !important;
    background: #000;
    margin-top: 20px;
    border-radius: 5px;
}
.topScrollButton {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1000;
    cursor: pointer;
}
select {
    padding: 20px;
    border-color: #a4a4a4;
    border-radius: 3px;
    background: #fff;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"], textarea {
    width: 90%;
    padding: 20px;
    border: 1px solid #a4a4a4;
    border-radius: 3px;
    background: #fff;   
}
.wpcf7-submit {
    background-color: #000;
    color: #fff;
    font-family: 'Jost';
    font-size: 20px;
    border: 0px;
    border-radius: 3px;
    padding: 8px 30px;
}
.wpcf7-submit:hover{
  background-color: #333;
}
.tsmall, .wpcf7-not-valid-tip {
  font-size: 15px;
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }

  body {
    font-size: 1rem; 
    line-height: 1.6;
  }

  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }

  /* Menu, widget */
  .wp-block-navigation a,
  .wp-block-post-title {
    font-size: 1.10rem !important;
  }
}
