/*!
Theme Name:   Josephine Child Theme
Template:     josephine
Version:      1.0.0

Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
License:      GPL-3.0-or-later
License URI:  https://www.gnu.org/licenses/gpl-3.0-standalone.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md

Child theme CSS styles:
*/

/* Generali */
.nascondi-mobile {display: block !important;}
.nascondi-desktop {display: none !important;}

header {background-color: #fff;}
.home header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.home .entry-content {margin-top: 0;}

/* Modulo contatti - generico */
.wpcf7-form-control {width: 100%;}
.cf7-row {display: flex; width: 100%; gap: 10px;}
.cf7-col {width: calc(100%/2);}
#campo-messaggio {height: 95px;}
.wpcf7-acceptance {font-size: 12px; padding-top: 5px;}

/* Blog */
.single-post h1 {font-size: 56px;}
.single-post h2 {font-size: 29px;}
.single-post h3 {font-size: 22px;}


@media screen and (max-width: 768px) {
  .nascondi-mobile {display: none !important;}
  .nascondi-desktop {display: block !important;}

  /* Mobile - Contatti */
  .page-id-183 .cf7-row {flex-direction: column;}
  .page-id-183 .cf7-col {width: 100%;}
  
  /* Singolo articolo blog */
  .entry-type-post.single-post h1 {font-size: 30px !important;}
}