/**
* Theme Name: Femina Health Child
* Description: This is a child theme of Femina Health.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: femina-health
* Version: 1.2.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: femina-health-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/


.page-template-default:not(.home) .cmsmasters-content {
  margin-top:150px
}

.home-aree .elementor-widget-cmsmasters-slider__slide-container.cmsmasters-container-type-block {
  border-radius: 20px!important
}

.home-aree .elementor-widget-cmsmasters-slider__bg-overlay {
  background: linear-gradient(to top, #94857BE3 30%, transparent 100%);
}

.home-aree .elementor-widget-cmsmasters-slider__content-title {
  word-break: initial;
}


/***PICCOLI AGGIUSTI COLORI AMELIA***/

.am-icon-arrow-right::before,
.am-icon-arrow-left::before{
  color: #fff;
}

/***FINE PICCOLI AGGIUSTI COLORI AMELIA***/



/***CONTATTI**/
.grid-form-2 {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
}
	/*** modifica spinner per raffaele e checkbox per Giallo ***/
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
  position: relative;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0px;
}
/*** fine modifica spinner per raffaele e checkbox per Giallo ***/


@media (max-width: 990px) {
.grid-form-2 {
  grid-template-columns: auto;
	}
.grid-form-item, .grid-form-1, .grid-form-2 {
  padding: 0px!important;
	}
}

.grid-form-1 {
  display: grid;
  grid-template-columns: auto;
  padding: 10px;
}

.grid-form-item {
  padding: 0 20px;
  text-align: center;
}

.form-campo100{width:100%;} 
/*** FINE CONTATTI ***/