/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/





/* STEP 1 */

/* Título */
.fieldset-cf7mls p > strong {
  margin-left: 10px;
  display: inline-block;
}


/* Acessórios em 2 colunas 
.acessorios-grid .wpcf7-list-item-group,
.acessorios-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}*/


/* Acessórios em 1 colunas */
.acessorios-grid .wpcf7-list-item-group,
.acessorios-grid {
  display: grid;
  gap: 5px 24px;
	margin-left: 10px;
}


/* Cada item */
.acessorios-grid .wpcf7-list-item {
  margin: 0;
}



/*************************************************************************************************/



/* STEP 2 */
/* Wrapper para 2 colunas */
.cf7-grid-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
  margin-bottom: 16px;
}

/* Garantir que inputs/selects ocupam a largura */
.cf7-grid-2 .wpcf7-form-control{
  width: 100%;
  box-sizing: border-box;
}

/* Ajuste para radios/checkbox para não “esticar” estranho */
.cf7-grid-2 .wpcf7-radio,
.cf7-grid-2 .wpcf7-checkbox{
  width: 100%;
}

/* Mobile: 1 coluna */
@media (max-width: 700px){
  .cf7-grid-2{
    grid-template-columns: 1fr;
  }
}


/* CAMPOS CALENDÁRIO */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #ec008e;
  border-color: #ec008e;
}

.flatpickr-day.inRange {
  background: rgba(236,0,142,.15);
}

.flatpickr-calendar.open .flatpickr-months{
	padding-top: 10px;
	padding-bottom: 3px !important;
}

.flatpickr-current-month select,
.flatpickr-current-month input {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 4px !important;
  height: 30px !important;
}

.flatpickr-calendar.open .flatpickr-months{
  box-shadow: inset 0 -1px 0 rgba(236,0,142,.25) !important;
}

.flatpickr-months,
.flatpickr-month,
.flatpickr-current-month {
  overflow: visible !important;
}

/* Header mês+ano numa linha: mês à esquerda, ano à direita */
.flatpickr-current-month{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1px !important;
  width: 70% !important;
}

/* O select do mês não pode ocupar a largura toda */
.flatpickr-current-month .flatpickr-monthDropdown-months{
  flex: 1 1 auto !important;
  max-width: 100px !important; /* ajusta se precisares */
	color: black !important;
}

/* Wrapper do ano “cola” à direita */
.flatpickr-current-month .numInputWrapper{
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

/* Largura do ano (para não saltar linha) */
.flatpickr-current-month input.cur-year{
  width: 50px !important;
  text-align: left !important;
	color: gray !important;
}


/* Botão PROXIMO – CF7 Multi Step */
.cf7mls-btns .cf7mls_next {
  background-color: #ec008e !important;
  border-color: #ec008e !important;
  color: #ffffff !important;
}
.cf7mls-btns .cf7mls_next:hover {
  background-color: #c90078 !important;
  border-color: #c90078 !important;
}



/*************************************************************************************************/



/* Form Martelo: Martelos disponíveis */
.radio-acessorios_martelo .wpcf7-list-item {
  display: block !important;
  margin: 0 0 12px 0 !important;
}

.radio-acessorios_martelo .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px;
  text-align: left;
  line-height: 1.6;
}

.radio-acessorios_martelo input[type="radio"] {
  margin: 3px 0 0 0;
  flex: 0 0 auto;
}

.radio-acessorios_martelo .wpcf7-list-item-label {
  display: block;
  text-align: left;
}



/* Form Martelo: Engate rápido */
.radio-engate .wpcf7-list-item {
  display: block !important;
  margin: 0 0 12px 0 !important;
}

.radio-engate .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px;
  text-align: left;
  line-height: 1.6;
}



/*************************************************************************************************/



/* Campanha Auto Banner */
.banner-auto-home {
	background-color: rgb(255,255,255,0.9);
	
	border: 1px solid #ec008e !important;

}



/*************************************************************************************************/


