

.templatesitefooter {
    height: 30px;
    padding-top: 5px;
    text-align: center;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/

/*FONT*/


.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.oranienbaum-regular {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  font-style: normal;
}


.big-shoulders {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/*@font-face {*/
/*  font-family: '';*/
/*  font-style: normal;*/
/*  src: url('') format('truetype');*/
/*}*/




/*Application edits*/

body {
    background-color: #121e39;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #c8a85f;
}
.ui-update .hdg {
    font-family: 'Oranienbaum', serif;
    color: #c8a85f !important;
    text-transform: uppercase;
    text-align: left;
}

.ui-update .gridList-item_flat {
    margin-bottom: 10px;
}

.ui-update h1,h2,h3,h4,h5,h6 {
    font-family: 'Oranienbaum', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #c8a85f;
    /*text-transform: uppercase;*/
}

.ui-update p,span,li {
    font-family: 'Roboto', serif;
    color: #c8a85f;
}
.ui-update a {
    color: #c8a85f;
}
.ui-update .fieldset-label{
    font-family: 'Roboto', serif;
    color: #C8A85F;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #C8A85F;
    margin-top: 5px;
    font-family: 'Roboto', serif;
    text-transform: none;
}

.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    border-radius: 3px;
    border-color: #ffffff;
    background-color: #ffffff;
    font-family: 'Roboto';
}


/* Date picker */

.ui-widget-content {
    border: 1px;
    background: #121e39;
    color: #c8a85f ;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    border-radius: 0;
}

.ui-datepicker-today .ui-state-highlight {
    color: #c8a85f ;
    font-weight: normal;
}

.ui-datepicker td .ui-state-default:hover {
    background: #000;
    color: #c8a85f ;
}

.ui-update ::selection {
    background: #000000;
    color: #c8a85f ;
}

.ui-datepicker-current-day .ui-state-active {
    font-weight: normal;
    color: #c8a85f ;
    background-color: #000;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #c8a85f ;
    background-color: #000;
    font-weight: normal;
}
/* Buttons */

.ui-update .btn {
    box-sizing: border-box;
    margin: 0;
    outline: none !important;
    border: none;
    box-shadow: none;
    background-color: #c8a85f;
    text-decoration: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
    transition-property: color, border-color, background-color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    border-color: #c8a85f ;
    color: #121e39 ;
    cursor: pointer;
    font-weight: normal;
    padding: 15px 20px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: normal;
}

.ui-update .btn:hover {
    border-color: #c8a85f ;
    background-color: #121e39 ;
    color: #c8a85f ;
}

/* Tick boxes */

.ui-update .tick_checkbox input[type="checkbox"]+label:before {
    content: ' ';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #C8A85F ;
    transition-property: border-color, background-color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    z-index: 1;
}

.ui-update .tick_checkbox input[type="checkbox"]:checked+label:before {
    background-color: #C8A85F ;
    border-color: #C8A85F ;
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.ui-update .tick_radio input[type="radio"]+label:before {
    content: ' ';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 100%;
    border: 1px solid #C8A85F ;
    z-index: 1;
}

.ui-update .tick_checkbox input[type="checkbox"]+label:after {
    content: ' ';
    height: 14px;
    width: 14px;
    position: absolute;
    top: 12px;
    left: 5px;
}

.ui-update .txt {
    font-size: inherit;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    color: #C8A85F ;
}

.ui-update a {
    color: #c8a85f;
}

.ui-update .txt.mix-txt_light {
    color: #C8A85F ;
}

.fab.fa-instagram {
    color: white !important; /* Change to your desired color */
}

.js-customFileInput {
    color: black;
}

/*radio*/

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 5px 15px 5px 30px;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.ui-update .tick_bubble input[type="checkbox"]+label:before, .ui-update .tick_bubble input[type="radio"]+label:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: transparent;
    height: 18px;
    position: absolute;
    left: 14px;
    top: 6px;
    filter: alpha(opacity = 0);
    opacity: 0;
    transition-property: opacity, width;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
}

#label_field_118848_136375-type {
    display: none;
}

#label_field_120528_138049-type {
    display: none;
}