@charset "utf-8";
  #menu-header li.menu-item > a{
color: #ebe9cf !important;
padding: 2.5em 2.2em;
font-size: 13px;
font-style: normal;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.8px;
}
#menu-header li.current-menu-item > a{
color: #c9a050 !important;
}
#menu-header li.menu-item > a:hover{
color: #c9a050;
background-color: #13130d;
}
#custom-contact-form {
input[type="text"],
input[type="email"],
textarea{
width: 100%;
padding: 0.84em 1.8em;
border: 1px solid #ddd;
border-radius: 40px;
}
.columns_wrap{
white-space: nowrap;
letter-spacing: -20px;
margin-right: -20px;
}
.column-1_2{
width: 50%;
}
.column-1_1 {
width: 100%;
}
input[type="submit"] {
font-family: "Metropolis", sans-serif;
font-size: 13px;
font-weight: 600;
font-style: normal;
line-height: 23px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.8px;
color: #ebe9cf;
background-color: #c9a050;
padding: 1.15em 3.8em;
height: auto;
border-width: 0 !important;
-webkit-border-radius: 40px;
border-radius: 40px;
}
input[type="submit"]:disabled{
color: #ebe9cf !important;
opacity: 1 !important;
} .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
.wpcf7-acceptance label {
display: flex;
align-items: flex-start;
gap: 8px;
justify-content: flex-start;
line-height: 1.4;
letter-spacing: normal;
}
.wpcf7-acceptance input[type="checkbox"] {
margin-top: 3px;
flex-shrink: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label {
display: inline;
letter-spacing: normal;
word-spacing: normal;
text-align: left;
white-space: normal;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
text-decoration: underline;
}
}
@media screen and (max-width: 768px) {
#custom-contact-form {
.columns_wrap {
white-space: wrap;
}
.column-1_2 {
width: 100%;
}
}
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon.sc_layouts_iconed_text_icon.trx_addons_icon-menu{
color: #ebe9cf;
}