body {
    background-color: #090936 !important;
}

/* Logo positioning */
header .logo {
	margin-top: -40px !important;
}
header .logo-sticky-active {
	margin-top: 10px !important;
}

/* Vertical align div */
#parent {
    display: table;
}
#child {
     display: table-cell;
     vertical-align: middle;
}

/* Gravity Gallery Social Boarder */
.eds_GravityGallery_Social .edsgg__itemsListContainer > .edsgg__itemContainer .edsgg_thumbnailWrapper > div {
	background-color: #1c1c4f !important;
}

.fnt_t-big {
    font-family: 'Balthazar', serif;
    font-size: calc(6.667rem * 1);
    letter-spacing: 0em;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    word-break: break-word;
    color: #ffffff;
}

.dk-bg .flr_hd, .lt-bg .bg-bx.ulk-bg .flr_hd {
    color: #FFFFFF;
}

/* Roof Divider */
.mstg.v1.alt .flr_hd {
    max-height: 5em;
}

.ta_c .flr_hd {
    justify-content: center;
    margin-bottom: 0;
}

.dk-bg .flr_hd, .lt-bg .bg-bx.ulk-bg .flr_hd {
    color: #FFFFFF;
}

[class*="flr_hd"] {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-bottom: calc((15 * 1px) + (43 - 15) * ((100vw - 320px) / (1920 - 320))); */
}

*, *:before, *:after {
    box-sizing: border-box;
}

.ta_c {
    text-align: center;
}

.ta_c .flr_hd::before, .ta_r .flr_hd::before {
    transform-origin: right center;
}

.show-20 .flr_hd::before, .show-20 .flr_hd::after {
    transform: scalex(1);
}

.flr_hd::before, .flr_hd::after {
    content: '';
    width: 100%;
    max-width: 20.667rem;
    background-color: rgba(255,255,255,0.4);
    height: 2px;
    display: block;
    /* transform: scaleX(0); */
    transition: transform 1s ease 0s;
}

.ta_c .flr_hd > svg {
    margin-left: 0.889rem;
    margin-right: 0.889rem;
    width: 13%;
}

[class*="flr_hd"] > svg {
    height: auto;
    display: block !important;
    margin-bottom: 0;
    /*margin-right: 0.889rem;
    width: calc((35 * 1px) + (34 - 35) * ((100vw - 320px) / (1920 - 320)));*/
}

icon svg, svg[data-use] {
    fill: #ffffff;
}

.dk-bg .flr_hd, .lt-bg .bg-bx.ulk-bg .flr_hd {
    color: #FFFFFF;
}

.ta_c {
    text-align: center;
}

/* Hide the gallery title */
.edsgg_mainTitle {
    display: none !important;
    visibility: hidden !important;
}

.edsgg_description {
    display: none;
    visibility: hidden !important;
}

.eds_GravityGallery_Orbit .edsgg__itemsListContainer .edsgg__itemContainer .edsgg_title a {
	color: #ffffff !important;
	font-size: 20px !important;
}
















