

.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*/
@font-face {
  font-family: 'GOUDOS';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/81/67c634ac-ae52-4c6f-967e-817143fed12b/GOUDOS.ttf') format('truetype');
}
@font-face {
  font-family: 'Goudy_Bold';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/81/df54777f-aeee-4c50-8e62-cfe488900505/Goudy_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Goudy_Italic';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/81/522bebee-bd38-4547-aaf3-b20aa7c97f18/Goudy_Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/81/0411ca59-cd2d-4135-a591-9da2f25fba50/Inter.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter-Italic';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/81/08486642-0a17-462c-86a2-99228f8f9516/Inter-Italic.ttf') format('truetype');
}



/*Application edits*/

body {
    background-color:#0D283A;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 0px;
}
.ui-update .box {
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #dcc5b6;
}
.ui-update .hdg {
    font-family: 'GOUDOS', serif;
    color: #FFFCF3 !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: 'GOUDOS', serif;
    /*font-size:32px !important;*/
    /*font-weight:bold;*/
    color: #FFFCF3;
    /*text-transform: uppercase;*/
}

.ui-update p,span,li {
    font-family: 'Inter', serif;
    color: #FFFCF3;
}
.ui-update a {
    color: #b3b5da;
}
.ui-update .fieldset-label{
    font-family: 'Inter', serif;
    color: #FFFCF3;
}
.ui-update .fieldset-detail {
    font-size: 13px;
    display: block;
    font-family: inherit;
    color: #FFFCF3;
    margin-top: 5px;
    font-family: 'Inter', 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: 12px;
    border-color: #ffffff;
    background-color: #ffffff;
    font-family: 'Inter';
}


/* Date picker */

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

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

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

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

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

td.ui-datepicker-today .ui-state-highlight {
    color: #E9DECA ;
    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: #E9DECA;
    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: #000000 ;
    color: #000000 ;
    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: #E9DECA ;
    background-color: #000 ;
    color: #E9DECA ;
}

/* Tick boxes */

.ui-update .tick_checkbox input[type="checkbox"]+label:before {
    content: ' ';
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #FFFCF3 ;
    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: #FFFCF3 ;
    border-color: #FFFCF3 ;
}

.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 #FFFCF3 ;
    z-index: 1;
}

.ui-update .txt {
    font-size: inherit;
    font-family: 'Inter';
    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: #FFFCF3 ;
}

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

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

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

.js-customFileInput {
    color: black;
}
