/*!
Theme Name: Piku Child
Theme URI: http://uicore.co/
Description: Startup & SaaS WordPress Theme
Author: UiCore
Author URI: http://uicore.co/
Template: piku
Version: 1.0.0
Text Domain: piku
*/

 /* Add your custom style here */

.dutchpadel-form input[type="text"],
.dutchpadel-form input[type="date"],
.dutchpadel-form input[type="time"],
.dutchpadel-form input[type="email"],
.dutchpadel-form textarea,
.dutchpadel-form select {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #f6541c;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.dutchpadel-form textarea {
    border-radius: 20px;
    min-height: 100px;
	color: #fff !important;
}

.dutchpadel-form input::placeholder,
.dutchpadel-form textarea::placeholder {
    color: #f6541c;
    opacity: 1;
    font-size:22px
}

.dutchpadel-form label {
		display: flex;
    margin-bottom: 5px;
    font-size: 24px;
    color: #fff;
    flex-direction: column;
    row-gap: 20px;
}
.dutchpadel-form input[type="submit"] {
    background: #fff !important;
    color: #f6541c !important;
    font-size: 20px !important;
    padding: 18px 20px !important;
    border: none;
    border-radius: 50px !important;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.dutchpadel-form input[type="submit"]:hover {
    background: #f6541c !important;
    color: #fff !important;
}
.dutchpadel-form br {
    display: none;
}
.wpcf7-response-output {
    color: #fff;
    padding: 14px !important;
    border-radius: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #f6541c !important;
}

.price_area p.ui-e--highlighted-text span:first-child {
    font-weight: 700 !important;
}

.page-id-494 span.dutchpadel-label {
    display: none;
}