.bm-menu .bm-item-list li:before {
    display: none;
}
 
.bm-menu .bm-item-list li {
    padding: 0px;
    text-align: right;
    margin-bottom: 2rem;
}

.opener {
    position: relative
}

.opener,.opener .overlay,.opener img {
    height: 100%;
    width: 100%
}

.opener .cover.hide {
    display: none
}

.opener .large {
    position: absolute;
    z-index: 999;
    bottom: 5rem;
    right: 0;
    left: 0;
    padding-right: 2rem
}

.opener p {
    width: 25rem;
    opacity: .2;
    bottom: 4rem;
    text-align: right
}

.opener .overlay {
    z-index: 9;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#1d1e20),color-stop(35%,transparent),to(#1d1e20));
    background: linear-gradient(#1d1e20,transparent 35%,#1d1e20)
}

@media screen and (max-width: 800px) {
    .opener {
        margin-top:2rem;
        margin-bottom: 5rem
    }

    .opener,.opener .Image {
        height: 80vw
    }

    .opener p {
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: -6rem
    }
}

.Image {
    display: block
}

.BackgroundImage {
    position: absolute;
    opacity: .1!important;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

.BackgroundImage,.BackgroundImage .Image {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.overlay {
    z-index: 99;
    position: absolute
}

.hero,.hero-footer,.hero-footer .overlay,.hero-footer img,.hero .overlay,.hero img {
    height: 70rem;
    width: 100%
}

.hero {
    margin-top: -10rem
}

.hero,.hero-footer {
    position: absolute;
    z-index: -9
}

.hero-footer {
    bottom: 0
}

.hero-footer .BackgroundImage,.hero .BackgroundImage {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.hero .overlay {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#1d1e20));
    background: linear-gradient(transparent,#1d1e20)
}

.hero-center .overlay {
    background: -webkit-gradient(linear,left top,left bottom,from(#1d1e20),color-stop(transparent),to(#1d1e20));
    background: linear-gradient(#1d1e20,transparent,#1d1e20)
}

.hero-footer .overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#1d1e20),to(transparent));
    background: linear-gradient(#1d1e20 10%,transparent)
}

.title {
    position: relative;
    z-index: 98
}

.large.margin-top {
    margin-top: 12rem
}

.title .small {
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width: 1400px) {
    .large.title {
        padding:0 0 0 2rem;
        overflow: hidden
    }
}

@media screen and (max-width: 670px) {
    .large.margin-top {
        margin-top:8rem
    }

    .title .small {
        top: 1.2rem
    }
}

.Content--Image,.Content img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-bottom: 2.5rem
}

.Content--Iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.Content--Iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 670px) {
    img.Content--Image {
        display:none!important
    }

    .right .Content ul {
        margin-top: -1rem
    }
}

.button {
    background: none;
    border: none;
    width: 12rem;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem auto 0;
    position: relative;
    cursor: pointer;
    display: block
}

.button .circle {
    background: rgba(0,0,0,.3);
    width: 5rem;
    height: 5rem;
    border: 1px solid #aaa;
    border-radius: 100%;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.button:hover .circle {
    background: rgba(0,0,0,.8)
}

.button p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1.7rem
}

.button:focus {
    outline: none
}

.timeline {
    position: relative;
    margin-top: -3rem
}

.line {
    height: 115%;
    padding-bottom: 9rem;
    width: 1px;
    position: absolute;
    left: 0;
    top: -4.3rem;
    margin: auto;
    right: 0;
    background: #aaa
}

.timeline .column {
    width: 48%
}

@media screen and (max-width: 670px) {
    .timeline {
        position:relative;
        margin-top: -9rem
    }

    .line {
        height: 100%;
        right: inherit;
        left: 0;
        top: .5rem;
        padding: 0
    }
}

.timeline .event:nth-child(3) {
    position: absolute;
    top: 0
}

.timeline .event:nth-child(2):after {
    display: none!important
}

.timeline .event:nth-child(2),.timeline .event:nth-child(3) {
    margin-top: -5rem
}

.timeline .event:nth-child(n+5) {
    margin-top: -4rem
}

.event {
    position: relative;
    margin-bottom: 2rem;
    width: calc(50% - .1rem);
    clear: both
}

.event h4 {
    margin: 0
}

.event:nth-child(2n):after,.event:nth-child(2n) h4:after,.event:nth-child(odd):after,.event:nth-child(odd) h4:after {
    content: "";
    position: absolute;
    display: block
}

.event h4:after {
    width: 1px;
    height: 1px;
    background: #aaa;
    top: .6rem;
    -webkit-transition: all .4s;
    transition: all .4s
}

.event.active h4:after {
    width: 4rem
}

.event:nth-child(odd) h4:after {
    right: 0
}

.event:nth-child(2n) h4:after {
    left: 0
}

.event:nth-child(odd) {
    float: left;
    text-align: right!important;
    padding-right: 5rem
}

.event:nth-child(2n) {
    float: right;
    text-align: left;
    padding-left: 5rem
}

.event:after,.event h4,.event p {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0
}

.event.active:after,.event.active h4,.event.active p {
    opacity: 1
}

.event:after {
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    background: #1d1e20;
    border-radius: 100%;
    top: .3rem
}

.event:nth-child(odd):after {
    right: -.4rem
}

.event:nth-child(2n):after {
    left: -.4rem
}

.event.now {
    width: 50%;
    text-align: center!important;
    margin: 4rem auto 0;
    float: none;
    padding: 0
}

.event.now:after,.event.now h4:after {
    left: 0;
    right: 0;
    margin: auto;
    top: -5rem
}

.event.now h4:after {
    height: 1px;
    width: 1px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.event.now.active h4:after {
    height: 4rem
}

@media screen and (max-width: 670px) {
    .timeline .event:nth-child(3) {
        position:relative
    }

    .timeline .event:nth-child(2):after {
        display: block!important
    }

    .timeline .event:first-child {
        margin-top: 3rem
    }

    .timeline .event:nth-child(2),.timeline .event:nth-child(3),.timeline .event:nth-child(n+5) {
        margin-top: 0
    }

    .event:nth-child(2n),.event:nth-child(odd) {
        float: right;
        text-align: left!important;
        padding-left: 5rem;
        padding-right: 0;
        margin-top: 2rem;
        width: calc(100% + .3rem)
    }

    .event.now:after,.event:after {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        background: #1d1e20;
        border-radius: 100%;
        top: .3rem;
        left: 0!important;
        right: inherit;
        position: absolute;
        display: block
    }

    .event.now {
        margin: 0
    }

    .event.now h4:after,.event h4:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 1px!important;
        background: #fff;
        top: .6rem;
        left: 0!important;
        right: inherit
    }

    .event.active h4:after,.event.now.active h4:after {
        width: 4rem
    }
}

.accordion {
    margin-top: 3rem
}

.accordion .item {
    width: calc(100% - 4rem);
    margin: 1rem 0;
    padding: 1.5rem 2rem;
    background: rgba(0,0,0,.3);
    border: 1px solid #aaa;
    position: relative;
    overflow: hidden
}

.accordion .item h4 {
    text-transform: uppercase;
    margin: 0;
    cursor: pointer
}

.accordion .item:after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 1.8rem;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: 10px;
    width: 10px;
    pointer-events: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .item.active:after,.accordion .item:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accordion .item.active:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.accordion .item .expand {
    overflow: hidden;
    display: none;
    -webkit-transition: max-height .9s;
    transition: max-height .9s;
    -webkit-animation: fadeInAccordion .5s ease-in-out;
    animation: fadeInAccordion .5s ease-in-out
}

.accordion .item.active .expand {
    display: block
}

@-webkit-keyframes fadeInAccordion {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes fadeInAccordion {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.more .title {
    overflow: hidden
}

.more .title h2 {
    border: none;
    font-size: 2rem;
    padding-bottom: 5rem
}

.more .small.content {
    margin-top: -11rem
}

@media screen and (max-width: 670px) {
    .more .small.content {
        margin-top:-5rem
    }
}

.right ul.icons {
    margin-top: -5rem
}

ul.icons li {
    margin-bottom: 4rem
}

ul.icons li img {
    margin-top: 0;
    width: 2.5rem;
    height: 2.5rem;
    opacity: .2;
    margin-bottom: 2rem;
    display: block
}

ul.icons li:before {
    margin-top: 5.25rem
}

@media screen and (max-width: 670px) {
    .left ul.icons {
        margin-top:2rem
    }

    .right ul.icons {
        margin-top: 0
    }
}

form.enquiry {
    margin-top: 2rem
}

.enquiry,.input,.label,.select {
    font-family: Sofia Pro;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.6rem;
    font-weight: 100
}

.input,.select {
    padding: 1rem
}

.input:focus,.label:focus,.select:focus {
    outline: none
}

.enquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.enquiry>*+* {
    margin-top: 1rem
}

.label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.input,.select {
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0;
    background: rgba(0,0,0,.3);
    color: #ccc
}

.label.has-arrow:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none
}

.input::-webkit-input-placeholder {
    text-transform: none;
    color: #ccc
}

.input:-ms-input-placeholder,.input::-ms-input-placeholder {
    text-transform: none;
    color: #ccc
}

.input::placeholder {
    text-transform: none;
    color: #ccc
}

.alert {
    width: 100%;
    text-align: center;
    padding: 2rem 0
}

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif
}

hr {
    height: 0
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.bm-burger-button {
    position: absolute;
    width: 1.8rem;
    height: 1.6rem;
    right: 0;
    top: 0
}

span.bm-burger-bars {
    background: #fff;
    height: 1px!important
}

.bm-menu-wrap,.bm-overlay {
    top: 0
}

.bm-menu-wrap {
    width: 20rem!important
}

.bm-menu {
    background: -webkit-gradient(linear,left top,left bottom,from(#000),color-stop(60%,transparent));
    background: linear-gradient(#000,transparent 60%);
    font-size: 1.15em;
    z-index: 99999
}

.bm-overlay {
    background: rgba(0,0,0,.4);
    left: 0
}

.bm-cross-button {
    margin: 0;
    padding: 0;
    top: 2.8rem!important;
    right: 3rem!important
}

.bm-cross-button,span.bm-cross {
    width: 1.8rem!important;
    height: 1.6rem!important
}

.bm-cross-button span {
    position: relative;
    right: 0!important;
    top: 0!important
}

span.bm-cross {
    background: #fff;
    height: 1px!important;
    width: 1.8rem!important;
    margin-top: .8rem
}

.bm-item-list {
    height: auto!important;
    margin-top: 6rem;
    margin-right: 3rem
}

.bm-item-list a {
    text-align: right;
    color: #fff;
    font-weight: 100;
    margin-bottom: 2rem;
    font-family: Cormorant;
    font-size: 1rem;
    text-transform: uppercase
}

@media screen and (max-width: 500px) {
    .bm-menu {
        background:#000
    }

    .bm-menu-wrap {
        width: 100%!important
    }

    .bm-item-list {
        width: calc(100% - 3rem);
        margin: auto;
        margin-top: 10rem;
        margin-right: 0
    }

    .bm-item-list a {
        text-align: left;
        font-size: 1.4rem
    }
}

@media screen and (max-width: 400px) {
    .bm-item-list {
        width:calc(100% - 2rem);
        margin-right: 0
    }
}

.menu .large {
    max-width: calc(100% - 6rem)
}

.menu {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(25%,#1f1f1f),to(transparent));
    background: linear-gradient(#1f1f1f 25%,transparent);
    position: fixed;
    padding: 3rem 0 7rem;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.menu .left,.menu .right {
    position: relative;
    height: 100%
}

.menu .left img {
    height: 1.4rem;
    width: auto
}

@media screen and (max-width: 500px) {
    .menu .left {
        z-index:2222
    }

    .menu .left img {
        height: 1rem;
        margin-top: .1rem
    }
}

@media screen and (max-width: 400px) {
    .menu {
        padding:2rem 0 5rem
    }

    .menu .large {
        max-width: 100%
    }
}

.top {
    width: 95%;
    text-align: center;
    margin: auto;
    position: relative
}

.top .logo {
    height: 3rem;
    width: 3rem;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: auto
}

.top .logo img {
    height: 1rem;
    margin-top: 1rem
}

.top .logo:after,.top .logo:before {
    content: "";
    width: calc(100% / 2 - 4rem);
    margin-top: 1.4rem;
    position: absolute;
    height: 1px;
    background: #aaa
}

.top .logo:before {
    left: 0
}

.top .logo:after {
    right: 0
}

.footer {
    margin-top: 8rem;
    font-size: .6rem
}

.footer .large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3rem 0
}

.footer .column {
    width: auto
}

.footer .column img {
    max-width: 14rem
}

.footer .map a {
    font-family: Garamond;
    display: block;
    margin-bottom: .5rem;
    color: #fff
}

.footer .map:last-child a {
    font-family: sofia-pro
}
.footer .column.map ul li:before {
    display: none;
}
.footer .column.map ul li {
    padding: 0px;
    margin: 0px;
}
.footer .column.map ul {
margin: 0px;
}

@media screen and (max-width: 1520px) {
    .footer .large {
        padding:2rem
    }
}

@media screen and (max-width: 1050px) {
    .footer {
        margin-top:7rem
    }
}

@media screen and (max-width: 900px) {
    .footer .column:first-child {
        width:100%;
        text-align: center;
        padding-bottom: 1rem;
        display: block
    }

    .footer .column img {
        max-width: 10rem
    }
}

@media screen and (max-width: 670px) {
    .footer .column {
        width:100%;
        text-align: center;
        display: block
    }
}

body,html {
    margin: 0;
    background: #1d1e20;
    position: relative;
    z-index: -99;
    -webkit-font-smoothing: antialiased
}

.clear {
    clear: both
}
body.admin-bar .menu {
    top: 32px;
}

h1 {
    font-family: eloquent-jf-pro;
    font-size: 18rem;
    font-weight: 400;
    line-height: 24rem;
    color: rgba(0,0,0,.12);
    margin: 0;
    height: 18rem
}

h2 {
    width: 50%;
    font-family: Garamond;
    font-size: 2rem;
    padding-bottom: 2rem;
    margin: 0;
    border-bottom: 1px solid #aaa
}

h2,h3 {
    font-weight: 100;
    color: #fff;
    text-transform: uppercase
}

h3 {
    max-width: 30rem;
    font-family: sofia-pro;
    font-size: 1rem;
    letter-spacing: 3px;
    padding-left: 6rem;
    margin-bottom: 2rem
}

h3:before {
    content: "";
    width: 3rem;
    height: 1px;
    background: #aaa;
    display: block;
    margin-left: -4rem;
    margin-top: .7rem;
    position: absolute
}

h4,h4 a {
    font-family: sofia-pro;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 2px
}

a,form input,form textarea,li,p {
    font-family: sofia-pro;
    font-weight: 100;
    font-size: .9rem;
    letter-spacing: 1px;
    color: #ccc;
    line-height: 1.6rem
}

ul {
    margin: 2rem 0 0;
    padding: 0;
    list-style-type: none
}

li {
    padding-left: 6rem;
    margin-bottom: 1rem
}

li:before {
    content: "";
    width: 3rem;
    height: 1px;
    background: #aaa;
    display: block;
    margin-left: -4rem;
    margin-top: .8rem;
    position: absolute
}

a {
    text-decoration: none
}

b {
    font-weight: 600;
    font-family: sofia-pro
}

.hide {
    display: none
}

.section {
    margin-bottom: 10rem
}

.large {
    max-width: 90rem;
    margin: auto
}

.small {
    max-width: 65rem;
    margin: auto
}

.column {
    width: 45%
}

.left {
    float: left
}

.left,.right {
    display: inline-block
}

.right {
    float: right
}

.center {
    margin: auto;
    text-align: center
}

img.cover {
    -o-object-fit: cover;
    object-fit: cover
}

.content img {
    width: 100%;
    opacity: .4;
    margin-bottom: 2rem;
    margin-top: -5rem
}

.four04 {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.four04 .footer,.four04 .menu {
    display: none
}

.four04 h1 {
    font-size: 10rem;
    height: 100%;
    line-height: 11rem
}

.four04 h4 {
    margin-top: -6rem
}

.four04 .center {
    max-width: 100%;
    max-height: 40rem
}

@media screen and (max-width: 1520px) {
    .large {
        padding:0 2rem
    }
}

@media screen and (max-width: 1050px) {
    h1 {
        font-size:15rem;
        line-height: 16rem;
        height: 15rem
    }

    .small {
        padding: 0 2rem
    }
}

@media screen and (max-width: 670px) {
    h1 {
        font-size:5rem;
        line-height: 6rem;
        height: 12rem;
        letter-spacing: 2px
    }

    h2 {
        width: 100%;
        font-size: 1.3rem
    }

    h3 {
        font-size: .8rem
    }

    ul {
        margin: 2rem 0 0
    }

    li {
        padding-left: 3rem
    }

    li:before {
        content: "";
        width: 2rem;
        margin-left: -3rem
    }

    .section {
        margin-bottom: 5rem
    }

    .column {
        width: 100%;
        display: block
    }

    .content ul:first-child {
        margin-top: 0
    }

    .four04 h1 {
        font-size: 6rem;
        line-height: 6rem
    }
}

@media screen and (max-width: 500px) {
    .four04 h1 {
        font-size:2rem;
        line-height: auto
    }
}

/* Hamburger CSS Start */
.bm-burger-button {
  position: absolute;
  width: 1.8rem;
  height: 1.6rem;
  right: 0;
  top: 0;
}

span.bm-burger-bars {
  background: white;
  height: 1px !important;
}

.bm-menu-wrap,
.bm-overlay {
  top: 0;
}

.bm-menu-wrap {
  width: 20rem !important;
}

.bm-menu {
  background: linear-gradient(#000, transparent 60%);
  font-size: 1.15em;
  z-index: 99999;
}

.bm-overlay {
  background: rgba(0, 0, 0, 0.4);
  left: 0;
}

.bm-cross-button {
  /* background: pink; */
  margin: 0;
  padding: 0;
  top: 2.8rem !important;
  right: 3rem !important;
}

.bm-cross-button,
span.bm-cross {
  width: 1.8rem !important;
  height: 1.6rem !important;
}

.bm-cross-button span {
  position: relative;
  right: 0 !important;
  top: 0rem !important;
  z-index: 100;
}

span.bm-cross {
  background: white;
  height: 1px !important;
  width: 1.8rem !important;
  margin-top: 0.8rem;
}

.bm-item-list {
  height: auto !important;
  margin-top: 6rem;
  margin-right: 3rem;
}

.bm-item-list a {
  text-align: right;
  color: #fff;
  font-weight: 100;
  margin-bottom: 2rem;
  font-family: 'Cormorant';
  font-size: 1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .bm-menu {
    background: #000;
  }

  .bm-menu-wrap {
    width: 100% !important;
  }

  .bm-item-list {
    width: calc(100% - 3rem);
    margin: auto;
    margin-top: 10rem;
    margin-right: 0;
  }

  .bm-item-list a {
    text-align: left;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 400px) {
  .bm-item-list {
    width: calc(100% - 2rem);
    margin-right: 0;
  }
}
/* Hamburger CSS End */

/* Timeline CSS Start */
.timeline {
  position: relative;
  margin-top: -3rem;
}

.line {
  height: 115%;
  padding-bottom: 9rem;
  width: 1px;
  position: absolute;
  left: 0;
  top: -4.3rem;
  margin: auto;
  right: 0;
  background: #aaa;
}

.timeline .column {
  width: 48%;
}

@media screen and (max-width: 670px) {
  .timeline {
    position: relative;
    margin-top: -9rem;
  }

  .line {
    height: 100%;
    right: inherit;
    left: 0;
    top: 0.5rem;
    padding: 0;
  }
}
/* Timeline CSS End */

/* Accordion CSS Start */
.accordion {
  margin-top: 3rem;
}

.accordion .item {
  width: calc(100% - 4rem);
  margin: 1rem 0;
  padding: 1.5rem 2rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #aaa;
  position: relative;
  overflow: hidden;
}

.accordion .item h4 {
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
}

.accordion .item:after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.8rem;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  height: 10px;
  width: 10px;
  pointer-events: none;
  transform: rotate(45deg);
  transition: all ease-in-out 0.2s;
}

.accordion .item.active:after {
  transform: rotate(225deg);
  transition: all ease-in-out 0.2s;
}

.accordion .item .expand {
  overflow: hidden;
  display: none;
  transition: max-height 0.9s;
  animation: fadeInAccordion 0.5s ease-in-out;
}

.accordion .item.active .expand {
  display: block;
}

@keyframes fadeInAccordion {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
}
/* Accordion CSS End */

/* Contact Form CSS Start */
.column.right .gform_wrapper {
    margin-top: 2rem;
}

.column.right .gform-body input,.column.right .gform-body textarea {
    font-size: 1rem!important;
    color: #fff!important;
    letter-spacing: 1px;
    line-height: 1.6rem;
    font-weight: 100;
    font-family: Sofia Pro;
    -webkit-appearance: none;
    border: 1px solid #aaa;
    border-radius: 0;
    background: rgba(0, 0, 0, .3);
    color: #ccc;
    padding: 1rem!important;
    height: auto;
}
 
.column.right .gform-body input::placeholder,.column.right .gform-body textarea::placeholder {
    color: #ccc;
}
 
.gform_footer.before {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0px!important;
    white-space: nowrap;
    overflow: visible;
    display: flex!important;
    border: 1px solid #aaa;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px!important;
    background: rgba(0, 0, 0, .3);
    position: relative;
}
 
.gform_footer.before input {
    padding: 0px!important;
    width: auto;
    border: none;
    transform: translate(0px, -16px);
}
.gform_footer.before input {
    padding: 0px!important;
    width: auto;
    border: none;
    transform: translate(0px, -16px);
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
}
.gform_ajax_spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
}
.gform_wrapper h2.gform_submission_error.hide_summary {
    width: 100%;
    padding: 0px;
    border: none;
}
/* Contact Form CSS End */

/* Search page CSS Start */
.page-archive-search .small.title {
    z-index: -1;
}
.listing-posts.layout-columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.listing-posts.layout-columns-3 .item-post {
    border: 1px solid;
    padding-left: 20px;
}
.listing-posts.layout-columns-3 .item-post:hover {
    background: #000;
}