<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: LaChulapa
Theme URI: https://github.com/elementor/hello-theme-child/
Description: 
Author: AGQ
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: lachulapa
*/

/*
	* Header
*/
.logo-title a {
	font-family: "IM Fell French Canon", sans-serif;
	font-weight: 900;
}

.nav-booking &gt; .elementor-item {
    background: #b22221;
    border-radius: 40px;
    color: #FFF !important;
}

.nav-booking &gt; .elementor-item:hover {
    background: #741716;
    color: #FFF !important;
}


/*
	* Footer
*/
.elementor-location-footer .elementor-heading-title a {
    font-family: "IM Fell French Canon", sans-serif;
}

/*
    * Form
*/
.wpcf7-response-output {
    background: white;
    text-align: center;
    display: block;
    padding: 20px !important;
}

.wpcf7-response-output:empty {
    display: none;
}

.wpcf7-form .form-row {
    display: flex;
    gap: 20px;
}

.wpcf7-form .form-row .elementor-column &gt; * {
    width: 100%;
}

.wpcf7-form .form-row .elementor-column span[data-name="reservation-date"] input,
.wpcf7-form .form-row .elementor-column span[data-name="reservation-time"] select {
    width: auto !important;
    min-width: 200px;
}

.wpcf7-form .form-row a:hover {
    color: #FFF;
    text-decoration: underline;
}

form.wpcf7-form textarea[name="allergies"] {
    max-height: 90px;
    width: 100%;
}

form.wpcf7-form .wpcf7-form-control {
    outline: none;
}

form.wpcf7-form label {
    margin-bottom: 10px;
    font-style: italic;
}

form.wpcf7-form select.wpcf7-form-control.wpcf7-select {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
    accent-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-4811037);
    border-radius: 4px 4px 4px 4px;
    padding: 13px 20px 12px 20px;
    width: 100%;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 10px;
    display: block
}

form.wpcf7-form .wpcf7-not-valid-tip:empty {
	display: none;
}

form.wpcf7-form .wpcf7-submit {
    margin: auto;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

@media(max-width: 767px) {
	.wpcf7-form .form-row {
	    flex-direction: column;
	}
	
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-date"] input,
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-time"] select {
	    width: 100% !important;
	    text-align: center;
        min-height: 51px;
	}
	
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-time"] select,
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-date"] input{
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-time"] select {
	  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
	  background-repeat: no-repeat;
	  background-position: right 1rem center;
	  background-size: 1rem;
	}
	.wpcf7-form .form-row .elementor-column span[data-name="reservation-date"] input {
	  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7V3M16 7V3M4 11h16M5 5h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2z'%3E%3C/path%3E%3C/svg%3E");
	  background-repeat: no-repeat;
	  background-position: right 1rem center;
	  background-size: 1rem;
	}
		

}


/*
	*	TPV
*/


form#order_review {
    border: 0;
    padding: 10px;
}
</pre></body></html>