.avila-event-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 50px;
    font-family: "futura-pt", Sans-serif;
}

.event-breadcrumb a{
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.3;
}

.event-breadcrumb{
    color: #C44F26;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event-title {
    color: #111;
    font-size: 52px;
    font-style: normal;
    font-weight: 450;
    line-height: 60px;
    text-transform: uppercase;
}

.event-description {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.event-layout {
    display: flex;
    gap: 100px;
    margin-bottom: 50px;
}

.event-dates {
    flex: 2;
}

.event-date-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding: 30px 0;
}

.event-date {
    color: #C44F26;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    min-width: 120px;
}

.event-info {
    flex: 1;
}

.event-time {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

.event-name {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 25px; 
}

.event-location {
    font-size: 18px;
    color: #111;
    display: flex;
    align-items: center;
    font-weight: 300;
    line-height: 24px;
    margin-top: 5px;
}

.event-add-calendar{
    display: flex;
    padding: 5px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(223, 128, 95, 0.35);
}

.event-add-calendar:hover{
    background: #C44F26;
}

.event-add-calendar:hover a{
    color:#F4EFEA;
}

.event-add-calendar a {
    color: #111;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event-image img {
    max-width: 550px;
    border-radius: 8px;
}

.event-location::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url('/wp-content/plugins/avila-events/assets/img/pin.svg') no-repeat center center;
    background-size: contain;
}

.registration-forms{
    padding: 100px 0px;
    display:grid;
    place-items:center;
}

.event-registration{
    position:relative;
    width: 100%;
    max-width: 550px;
}


.registration-form_wrapper h2.gform_title{
    text-align: center;
    color: #C44F26;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
}

/* Form */

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .textarea::placeholder,
.registration-form .gfield input::placeholder{
	opacity: 0.6
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gform_fields {
    row-gap: 16px;
}

.registration-form .gfield input{
    border-radius: 50px !important;
    color: #111 !important;
    font-family: "futura-pt" !important;
    font-size: 18px !important; 
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding: 12px 16px !important;
    min-height: 48px !important;
    border: 0 !important;
	border: 1px solid var(--Salmon---light, #DF805F) !important;
	border-width: 1px !important;
	box-shadow: none !important;
	background: transparent !important;
	transition: 0.5s ease-in-out border-width !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form span.gfield_required.gfield_required_asterisk {
    display: none !important;
}


body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .textarea:focus,
body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .textarea:not(:placeholder-shown),
.registration-form .gfield input[type="text"]:focus,
.registration-form .gfield input[type="email"]:focus,
.registration-form .gfield input[type="tel"]:focus,
.registration-form .gfield input[type="text"]:not(:placeholder-shown),
.registration-form .gfield input[type="email"]:not(:placeholder-shown),
.registration-form .gfield input[type="tel"]:not(:placeholder-shown){
    border: 2px solid var(--Salmon, #C44F26) !important;
	border-width: 2px !important;
	transition: 0.5s ease-in-out border-width !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield_radio {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .gchoice{
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-form legend.gfield_label.gform-field-label,
.registration-form label.gfield_label.gform-field-label {
    color: var(--Black, #111);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Futura-PT";
    font-size: 10px;
    font-style: normal;
    font-weight: 450;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 4px;
    margin-bottom: 8px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .textarea{
    border-radius: 20px;
     color: #111;
    font-family: futura-pt;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
    border: 1px solid var(--Salmon---light, #DF805F);
    box-shadow: none;
    background: transparent;
    min-height: 120px;
	min-block-size: 120px;
	overflow-wrap: break-word !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gform_button.button {
    height: auto !important;
    max-height: 40px !important;
    color: #F9F7F5 !important;
    text-align: center !important;
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: "futura-pt" !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 450 !important;
    line-height: 25px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    background: #C44F26 !important;
    border: 1px solid #C44F26 !important;
    padding: 7px 30px !important;
    border-radius: 50px !important;
    width: 170px !important;
    box-shadow: none !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield.gfield--type-consent{
	width: calc(100% - 180px);
    padding-top: 10px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label, 
body .gform-theme--framework.gform-theme.gform_wrapper .registration-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    color: var(--Black, #111);
    font-family: "Futura-PT";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form label.gform-field-label.gform-field-label--type-inline.gfield_consent_label a{
	color: var(--Salmon, #C44F26);
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield .ginput_container.ginput_container_consent input:checked {
    background: #C44F26 !important;
    color: #F9F7F5 !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield .ginput_container.ginput_container_consent input::before {
    color: #F9F7F5 !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield .ginput_container.ginput_container_consent input {
    border-radius: 50% !important;
    min-height: 24px !important;
    width: 24px !important;
    padding: 0 !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gfield-choice-input{
    border-radius: 50% !important;
    min-height: 24px !important;
    width: 24px !important;
    padding: 0 !important;
}

body .gform-theme--framework.gform-theme.gform_wrapper .registration-form .gform-footer.gform_footer.top_label {
    position: absolute;
    bottom: 0;
    right: 0;
}

.gform-theme--framework input[type=radio]:where(
  :not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)
)::before {
    font-family: var(--gf-icon-font-family) !important;
    content: var(--gf-icon-ctrl-checkbox) !important; /* força o checkmark igual ao do checkbox */
    color: #fff !important; /* cor do ícone */
    background-color: #C44F26 !important; /* fundo laranja */
    block-size: var(--gf-ctrl-checkbox-check-size, 12px) !important;
    inline-size: var(--gf-ctrl-checkbox-check-size, 12px) !important;
    border-radius: 50% !important; /* mantém o radio redondo */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width:22px !important;
    height:22px !important;
    font-size:12px !important;
}
