/*
Theme Name:  Wilddale Child Theme
Description: Child theme for the Wilddale theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    wilddale
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */


.classic-full-button a {
	background: rgb(171, 143, 99) !important;
	color: white !important; 
} 

.classic-full-button a:hover {
	background: black !important;
	color: white !important; 
} 

.before-first-heading {
	  position: relative;
}

:root {
	--wpforms-button-background-color: #ab8f63;
}

.before-first-heading::before {
	content: 'Travel information';
  font-size: 3rem;
  color: #ab8f63;
  font-family: 'Crimson Pro', sans-serif;
  font-weight: 900;
  padding-bottom: 2rem;
  display: block;
  text-transform: uppercase;
}

.wpforms-field-container fieldset, .wpforms-field-number-slider, .wpforms-field.wpforms-field-text {
	flex-direction: column;
  display: flex;
}

.wpforms-field-container fieldset .wpforms-field-description, .wpforms-field-number-slider .wpforms-field-description, .wpforms-field.wpforms-field-text .wpforms-field-description {
	order: 1;
	display: block;
	margin-bottom: 1rem;
}
.wpforms-field-container fieldset ul, .wpforms-field-number-slider input, .wpforms-field.wpforms-field-text input {
	order: 2
}

.wpforms-field.wpforms-field-text input, .wpforms-field.wpforms-field-number input {
	max-width: none;
	width: 100% !important;
}

.wpforms-field-number-slider input, .wpforms-field-row.wpforms-field-medium, .wpforms-field.wpforms-field-email input {
	max-width: none !important; 
	width: 100% !important
}

.wpforms-field-number-slider-hint {
	order: 4;
}

.wpforms-submit {
	width: 100% !important;
  padding: 1.85rem 0 !important;
  height: fit-content !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}