/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra WordPress theme.
Author: Theme Admin
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below this line */
.elementor-page .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* WPForms #88 - make all visible fields full width */
#wpforms-88 .wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Make the actual input, select and textarea fill the field */
#wpforms-88 input[type="text"],
#wpforms-88 input[type="email"],
#wpforms-88 input[type="tel"],
#wpforms-88 input[type="number"],
#wpforms-88 input[type="url"],
#wpforms-88 textarea,
#wpforms-88 select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}