.fade-in {
    opacity: 0
}

@media only screen and (max-width : 768px) {
    .fade-in {
        opacity: 1
    }
}

.slide-up {
    opacity: 0;
    position: relative;
    top: 200px
}

@media only screen and (max-width : 768px) {
    .slide-up {
        opacity: 1;
        top: 0
    }
}

.slide-right {
    position: relative;
    left: -50vw
}

@media only screen and (max-width : 768px) {
    .slide-right {
        width: auto
    }
}

@media only screen and (max-width : 600px) {
    .slide-right {
        left: unset
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
.h1 {
    margin-top: 10px;
    margin-bottom: 30px
}

@media only screen and (max-width : 768px) {

    h1,
    .h1 {
        font-size: 54px !important
    }
}

@media only screen and (max-width : 600px) {

    h1,
    .h1 {
        font-size: 32px !important
    }
}

@media only screen and (max-width : 600px) {

    h3,
    .h3 {
        font-size: 21px !important
    }
}

h4 {
    margin-bottom: 0
}

@media only screen and (max-width : 600px) {
    main {
        padding-right: 30px;
        padding-left: 30px
    }
}

.animation-element {
    opacity: 0;
    position: relative;
    top: 200px
}

.constrained-width {
    width: 100%;
    max-width: 1828px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0
}

@media only screen and (max-width : 1900px) {
    .constrained-width {
        padding-right: 45px;
        padding-left: 45px
    }
}

@media only screen and (max-width : 1200px) {
    .constrained-width {
        padding-right: 30px;
        padding-left: 30px;
        margin-top: 125px;
    }
}

@media only screen and (max-width : 600px) {
    .constrained-width {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 125px;
        margin-bottom: 0px;
    }
}

.constrained-width-narrow {
    width: 100%;
    max-width: 1084px;
    margin: 0 auto
}

.the-content-wrapper {
    padding: 45px 0 45px 0
}

@media only screen and (max-width : 1900px) {
    .the-content-wrapper {
        padding: 45px 45px 45px 45px
    }
}

@media only screen and (max-width : 1200px) {
    .the-content-wrapper {
        padding: 20px 35px
    }
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.alignfull,
.align-wrap-full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw
}

.alignfull img {
    width: 100vw
}

@media only screen and (max-width : 1900px) {
    .wp-block-columns {
        padding: 45px 45px 45px 45px
    }
}

@media only screen and (max-width : 1200px) {
    .wp-block-columns {
        padding: 30px 30px 30px 30px
    }
}

@media only screen and (max-width : 768px) {
    .wp-block-columns {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width : 768px) {
    .wp-block-column:nth-child(2n) {
        margin-left: 0
    }
}

@media only screen and (max-width : 1900px) {
    .wp-block-spacer {
        max-height: 80px
    }
}

@media only screen and (max-width : 768px) {
    .wp-block-spacer {
        max-height: 40px
    }
}

hr,
hr.wp-block-separator {
    border: 0;
    height: 1px;
    background: #cfcfcf;
    max-width: 1828px
}

figure.wp-block-image {
    margin: 0;
    margin-bottom: 0
}

.wp-block-image figure.alignright img {
    margin-left: 25px
}

.wp-block-image figure.alignleft img {
    margin-right: 25px
}

.wp-block-image figure.size-large img {
    width: auto
}

.no-margin {
    margin: 0
}

@media only screen and (max-width : 600px) {

    .hide-on-small-only,
    .hide-on-small-and-down {
        display: none !important
    }
}

@media only screen and (max-width : 1200px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width : 1201px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 600px)and (max-width: 1200px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width : 1901px) {
    .hide-on-large-only {
        display: none !important
    }
}

@media only screen and (min-width : 1901px) {
    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width: 600px)and (max-width: 1200px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (max-width : 600px) {
    .show-on-small {
        display: block !important
    }
}

@media only screen and (min-width : 1201px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

.show-on-medium-and-down {
    display: none
}

@media only screen and (max-width : 1200px) {
    .show-on-medium-and-down {
        position: absolute !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        display: block !important;
        z-index: 9999;
    }
}

.show-on-large-and-down {
    display: none
}

@media only screen and (max-width : 1900px) {
    .show-on-large-and-down {
        display: block !important
    }
}

@media only screen and (max-width : 1900px) {
    .hide-on-large-and-down {
        display: none !important
    }
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#skip a:focus {
    position: static;
    width: auto;
    height: auto
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: Recoleta;
    font-weight: normal;
    font-style: normal;
    src: url("../../../assets/fonts/Latinotype-Recoleta-Black.otf")
}

@font-face {
    font-family: Clavo;
    font-weight: normal;
    font-style: normal;
    src: url("../../../assets/fonts/DadaStudio-Clavo.otf")
}

@font-face {
    font-family: TrendSans;
    font-weight: normal;
    font-style: normal;
    src: url("../../../assets/fonts/Latinotype-TrendSansOne.otf")
}

@font-face {
    font-family: TrendSlab;
    font-weight: normal;
    font-style: normal;
    src: url("../../../assets/fonts/Latinotype-TrendSlabOne.otf")
}

.btn {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 35px;
    margin: 10px 0;
    text-decoration: none;
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.btn:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header-booking-bar {
    background: #473a31;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100px
}

.header-booking-bar .outer-container .booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.header-booking-bar .outer-container .booking .label {
    font-size: 23px
}

@media only screen and (min-width : 1901px) {
    .header-booking-bar .outer-container .booking .label {
        font-size: 29px
    }
}

.header-booking-bar .outer-container .booking .label,
.header-booking-bar .outer-container .booking .input {
    margin: 0 10px
}

@media only screen and (min-width : 1901px) {

    .header-booking-bar .outer-container .booking .label,
    .header-booking-bar .outer-container .booking .input {
        margin: 0 15px
    }
}

.header-booking-bar .outer-container .booking .input {
    position: relative
}

.header-booking-bar .outer-container .booking .input .icon-calendar {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.header-booking-bar .outer-container .booking .input .icon-calendar img {
    padding: 7px 11px;
    cursor: pointer
}

.header-booking-bar .outer-container .booking input[type=text],
.header-booking-bar .outer-container .booking input[type=number] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 18px;
    height: 42px;
    width: 185px;
    border: 0;
    outline: none;
    font-size: inherit
}

.header-booking-bar .outer-container .booking .quantity {
    position: relative
}

.header-booking-bar .outer-container .booking .quantity input {
    width: 150px
}

.header-booking-bar .outer-container .booking input[type=number]::-webkit-inner-spin-button,
.header-booking-bar .outer-container .booking input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.header-booking-bar .outer-container .booking input[type=number] {
    -moz-appearance: textfield
}

.header-booking-bar .outer-container .booking .quantity input:focus {
    outline: 0
}

.header-booking-bar .outer-container .booking .quantity-nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px
}

.header-booking-bar .outer-container .booking .quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.header-booking-bar .outer-container .booking .quantity-up img,
.header-booking-bar .outer-container .booking .quantity-down img {
    max-width: 18px;
    display: inline-block;
    margin: 0
}

.header-booking-bar .outer-container .booking .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0
}

.header-booking-bar .outer-container .booking .quantity-button.quantity-up img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-booking-bar .outer-container .booking .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%
}

.header-booking-bar .outer-container .booking .btn.btn-primary {
    margin: 0;
    padding: 11px 19px;
    border: none
}

#wpadminbar {
    position: fixed
}

#wpadminbar {
    position: fixed
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    /* margin-top: -100px; */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(#000000, transparent);
    z-index: 11;
}
/* background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
background: -o-linear-gradient(top, black, transparent);
background: linear-gradient(180deg, black, transparent) */


@media only screen and (max-width : 600px) {
    .header {
        padding: 0;
        margin-top: 0px
    }
}

/* .header.no-header-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=0)
} */

.header.snapped {
    position: fixed;
    left: 0;
    right: 0;
    min-height: 83px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media only screen and (min-width: 1201px) {
    .header.snapped .header-wrapper .constrained-width {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 1828px;
    }
}

@media only screen and (min-width: 1310px) {
    .header.snapped .header-wrapper .constrained-width {
        padding-left: 45px;
        padding-right: 45px
    }
}

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped {
    display: block !important
}

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped a img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: auto;
    width: auto;
    max-height: 44px;
    max-width: 200px
}

@media only screen and (max-width : 768px) {
    .header.snapped .header-wrapper .constrained-width .header-logo-wrapper-snapped a img {
        height: auto
    }
}

.header.snapped .header-wrapper .constrained-width .header-logo-wrapper {
    display: none
}

.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 83px
}

.header.snapped .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper .booking-btn {
    padding: 0;
    margin: 0;
    min-height: 83px;
    min-width: 210px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

.header.snapped nav span {
    display: none
}

.header.snapped nav .header-menu-wrapper {
    margin-top: 0;
    padding: 0 !important
}

.header.snapped nav .header-menu-wrapper .menu-primary-header-nav-container {
    border-right: none
}


@media only screen and (max-width : 1200px) {
.alert-banner-wrapper {
    position: absolute;
    top: 75px;
    height: auto;
    width: 100%;
}
}

/* .header .alert-banner-wrapper .alert-banner-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
} */

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-message p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 15px;
    color: inherit;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    cursor: pointer;
    border: none;
    background: none
}

.header .alert-banner-wrapper .alert-banner-wrapper-inner .alert-banner-close:hover {
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 1
}

.header .header-wrapper .constrained-width {
    max-width: 1828px
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width {
        max-width: 100%;
        padding: 0
    }
}

.header .header-wrapper .constrained-width .desktop-header-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color, .2s;
    -o-transition: background-color, .2s;
    transition: background-color, .2s
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width : 768px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper {
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper {
        position: absolute;
        left: 0;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper a img {
    max-width: 135px;
    height: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper a img {
        padding: 10px;
        width: 100%
    }
}

@media only screen and (max-width : 600px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper a img {
        height: auto;
        max-width: 150px
    }
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-logo-wrapper-snapped {
    display: none
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper {
    z-index: 4
}

@media only screen and (max-width : 768px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper {
        display: none
    }
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-booking-wrapper {
        height: 75px
    }
}

.header .header-wrapper .constrained-width .desktop-header-wrapper nav {
    width: 100%;
    text-align: right
}

.header .header-wrapper .constrained-width .desktop-header-wrapper nav .address,
.header .header-wrapper .constrained-width .desktop-header-wrapper nav .phone {
    margin-left: 20px
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div {
    border-right-width: 1px;
    border-right-style: solid;
    margin-right: 24px
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 20px 0 0;
    height: 57px
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item {
    position: relative;
    white-space: nowrap
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item:not(:last-child) {
    margin-right: 50px
}

@media only screen and (max-width : 1900px) {
    .header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item:not(:last-child) {
        margin-right: 30px
    }
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item a:hover {
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item .sub-menu {
    padding: 23px 0 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .25s linear;
    -o-transition: visibility 0s, opacity .25s linear;
    transition: visibility 0s, opacity .25s linear;
    z-index: 4;
    list-style: none
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item .sub-menu li {
    background-color: #fff;
    width: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: left;
    cursor: pointer
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item .sub-menu li:first-of-type {
    border-top-width: 4px;
    border-top-style: solid
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item .sub-menu li a {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 10px;
    font-size: inherit;
    color: initial;
    line-height: 1.2;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item.open .sub-menu,
.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .current-menu-item a,
.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper>div .menu .current-page-ancestor a {
    opacity: 1
}

.header .header-wrapper .constrained-width .desktop-header-wrapper .header-menu-wrapper .btn {
    padding: 10px 25px;
    white-space: nowrap
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .sliding-menu-button {
    width: 50px;
    border: none
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .sliding-menu-button-close {
    display: none
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-header-logo-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-header-logo-wrapper a img {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 150px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-header-top-row .mobile-top-right {
    padding: 0 15px;
    font-size: 24px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-book {
    padding: 10px !important;
    margin: 0 !important;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    min-width: 210px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu {
    display: block;
    height: 100%;
    padding-left: 15px
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu {
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper {
    position: relative;
    display: none
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper {
        display: block
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content {
    position: absolute;
    z-index: -1;
    /* top: 0; */
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100vh;
    width: 40vw;
    padding: 30px 30px 30px 30px;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    overflow-y: scroll;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    padding-top: 125px;
    padding-bottom: 125px
}

@media only screen and (max-width : 768px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content {
        width: 60vw
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-close-2 {
    color: #fff;
    font-size: 32px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    padding: 10px
}

@media only screen and (max-width : 600px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content {
        width: 90vw
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-close-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    letter-spacing: .37px;
    text-transform: uppercase;
    padding-top: 17px;
    padding-left: 28px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-close-wrapper i {
    font-size: 31px;
    margin-right: 8px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 30px 30px 30px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper .header-social-icon:not(:last-child) {
    margin-right: 40px
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-social-media-wrapper .header-social-icon img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 20px 35px;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (max-width : 1200px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn {
        padding: 10px
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn i {
    margin-right: 5px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-bottom-row .btn:first-child {
    margin-right: 1px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .5);
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper a {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    padding: 30px 0;
    color: #fff
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .mobile-menu-content-cta-wrapper a:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, .5)
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li {
    margin-bottom: 10px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li.menu-item-has-children>a {
    margin-bottom: 20px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li a {
    display: block;
    padding: 0px 25px;
    text-decoration: none
}

@media only screen and (max-width : 768px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li a {
        line-height: 1.2
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu li a {
    padding-left: 50px
}

@media only screen and (max-width : 768px) {
    .header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .menu ul li .sub-menu li a {
        line-height: 1.2
    }
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address,
.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    opacity: .7;
    padding-bottom: 20px
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address i,
.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone i {
    font-size: 24px;
    margin-bottom: 20px;
    display: block
}

.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-address a,
.header .header-wrapper .constrained-width .mobile-header-wrapper .mobile-menu-wrapper .sliding-menu-content .header-mobile-contact-wrapper .header-mobile-phone a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

footer {
    position: relative;
    margin-top: 50px
}

footer .footer-row-contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 850px
}

footer .footer-row-contact-wrapper.layout-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width : 768px) {
    footer .footer-row-contact-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: unset
    }

    footer .footer-row-contact-wrapper.layout-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

footer .footer-row-contact-wrapper .footer-row-contact-map-column-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

footer .footer-row-contact-wrapper .footer-row-contact-map-column-wrapper a>img.footer-row-contact-map,
footer .footer-row-contact-wrapper .footer-row-contact-map-column-wrapper img.footer-row-contact-map {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 45px 45px 45px
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper {
        padding: 30px 30px 30px 30px
    }
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-row-column-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 70px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-row-column-social-media .footer-social-icon {
    padding: 0 20px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-row-column-social-media .footer-social-icon i {
    color: inherit;
    font-size: 40px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-top-logo {
    margin-bottom: 50px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-headline {
    margin-bottom: 50px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-content {
    text-align: center
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-content p {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: .67px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-text-rows {
    text-align: center
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-text-rows .footer-contact-text-row-single-wrapper .contact-row-icon {
    font-size: 28px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-text-rows .footer-contact-text-row-single-wrapper .contact-row-text {
    color: inherit;
    font-size: 20px
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-text-rows .footer-contact-text-row-single-wrapper .contact-row-text a:not(.btn) {
    color: inherit;
    text-decoration: none
}

footer .footer-row-contact-wrapper .footer-row-contact-text-column-wrapper .footer-contact-text-rows .footer-contact-text-row-single-wrapper .contact-row-text a:not(.btn):hover {
    color: inherit
}

footer .footer-separator {
    height: 10px;
    width: 100%
}

footer .footer-row-icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 45px 30px 45px
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-icons-wrapper {
        padding: 30px 30px 30px 30px
    }
}

footer .footer-row-icons-wrapper a img,
footer .footer-row-icons-wrapper img {
    margin: 50px;
    max-height: 150px
}

@media only screen and (max-width : 1200px) {

    footer .footer-row-icons-wrapper a img,
    footer .footer-row-icons-wrapper img {
        margin: 30px 30px 30px 30px
    }
}

footer .footer-row-wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 45px
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper {
        padding-top: 30px
    }
}

footer .footer-row-wrapper .footer-row {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 0 0 0
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row {
        padding: 30px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-row-wrapper .footer-row.full-width {
    width: 100%
}

footer .footer-row-wrapper .footer-row.full-width.align-column-left {
    padding-left: 45px
}

footer .footer-row-wrapper .footer-row.full-width.align-column-right {
    padding-left: 45px
}

footer .footer-row-wrapper .footer-row .footer-row-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 5px 25px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column {
        background-image: none !important;
        display: block
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column img {
    max-width: 100%;
    height: auto
}

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left {
        text-align: center
    }
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column.align-column-left {
        padding: 0 10px
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column.align-column-right {
        text-align: center
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center .footer-row-column-social-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center p,
footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center div,
footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center i,
footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center ol,
footer .footer-row-wrapper .footer-row .footer-row-column.align-column-center ul {
    text-align: center
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column {
        padding: 0
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a {
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a:hover {
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-social-media a i {
    font-size: 20px;
    margin: 0 10px 20px
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content {
    width: 100%
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content {
        text-align: center
    }

    footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content a:not(.btn) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content a:not(.btn):hover {
    color: inherit;
    text-decoration: underline
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content p {
    color: inherit
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body {
    width: 100%;
    max-width: 100%
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
    text-align: left;
    padding-bottom: 10px
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder {
    font-style: italic;
    opacity: .7
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder {
    font-style: italic;
    opacity: .7
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder {
    font-style: italic;
    opacity: .7
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::-ms-input-placeholder {
    font-style: italic;
    opacity: .7
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
    font-style: italic;
    opacity: .7
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_footer {
    position: absolute;
    right: 10px;
    top: 10px
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-content .gform_wrapper form .gform_footer input[type=image] {
    margin-bottom: 0 !important;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form {
    position: relative;
    width: 100%;
    text-transform: uppercase
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form {
        padding: 0 30px 0 30px
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 0
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form {
    position: relative
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body ul {
    list-style: none;
    padding: 0
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .gfield {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body label {
    display: none
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container {
    margin-bottom: 0
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input {
    display: inline-block;
    color: inherit;
    opacity: .7;
    border-bottom: 2px solid #fff;
    background: rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    max-width: 80%
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-webkit-input-placeholder {
    color: #fff
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-moz-placeholder {
    color: #fff
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input:-ms-input-placeholder {
    color: #fff
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::-ms-input-placeholder {
    color: #fff
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_body .ginput_container input::placeholder {
    color: #fff
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper form .gform_footer input[type=submit] {
    padding: 15px 45px
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error {
    margin-top: calc(180px - 3vw);
    position: relative
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error form {
    position: static
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error .validation_error {
    position: absolute;
    top: calc(-170px + 3vw)
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .gform_wrapper.gform_validation_error .validation_message {
    position: absolute
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .widget {
    width: 200px;
    margin-top: 30px;
    margin-left: calc(100% - 200px)
}

footer .footer-row-wrapper .footer-row .footer-row-column .footer-row-column-form .widget .awesome-weather-wrap .awesome-weather-current-temp {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav {
        margin: 30px 0
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-two ul {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-three ul {
    display: block;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-three ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-four ul {
    display: block;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-four ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-five ul {
    display: block;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav.footer-menu-columns-five ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li {
    text-align: left
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:before {
    content: "|";
    padding: 0 10px
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:before {
        padding: 0 15px;
        text-align: center;
        display: none
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li:first-of-type::before {
    content: ""
}

@media only screen and (max-width : 1200px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav ul li {
        margin: 0
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li a:not(.btn) {
    color: inherit;
    text-decoration: none;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

footer .footer-row-wrapper .footer-row .footer-row-column nav ul li a:not(.btn):hover {
    opacity: 1;
    text-decoration: underline;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

@media only screen and (max-width : 600px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav ul li {
        text-align: center
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li {
    display: inline-block
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li:before {
    display: none
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul li:not(:last-child):after {
    content: "|";
    margin: 0 5px
}

@media only screen and (max-width : 1900px) {
    footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-horizontal ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-vertical ul {
    -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
}

footer .footer-row-wrapper .footer-row .footer-row-column nav.align-footer-menu-vertical ul li:before {
    display: none
}

footer .footer-row-wrapper .footer-row-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (min-width : 1201px) {

    footer .footer-row-wrapper:nth-child(1) .footer-row .footer-row-column.align-column-center div,
    footer .footer-row-wrapper:nth-child(1) .footer-row .footer-row-column.align-column-center p {
        text-align: right
    }
}

footer .footer-row-wrapper:nth-child(2) .footer-row {
    padding-top: 0
}

footer .footer-bg-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

footer .footer-bg-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer .footer-bg-wrapper.blur-image img {
    filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='8' result='b'/%3E%3CfeMorphology operator='dilate' radius='8'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a")
}

body.page-id-4259 .wp-block-columns .wp-block-column p a {
    text-decoration: none;
    position: relative;
    line-height: 1.2
}

body.page-id-4259 .wp-block-columns .wp-block-column p a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0
}

body.page-id-4259 .footer-top-row-wrapper,
body.page-id-4259 .footer-contact-row-wrapper {
    display: none
}

body.page-id-4259>.constrained-width>hr {
    display: none
}

.row {
    margin-right: 0;
    margin-left: 0
}

.rbs_gallery_button {
    margin-bottom: 70px
}

.rbs_gallery_button .button {
    text-transform: lowercase;
    letter-spacing: 2.7px !important;
    font-family: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-width: 1px !important;
    text-shadow: none !important;
    width: 286px !important;
    height: 100px !important;
    font-size: 20px !important;
    padding: 15px 38px !important;
    text-align: center !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rbs_gallery_button .button:nth-child(n+2) {
    margin-left: 65px
}

#sb_instagram .sbi_hover_bottom {
    height: 0;
    width: 100%;
    position: absolute;
    top: 35%;
    pointer-events: none
}

#sb_instagram .sbi_hover_bottom .sbi_meta {
    opacity: .9;
    width: 100%
}

#sb_instagram .sbi_hover_bottom .sbi_meta span {
    font-size: 48px
}

#sb_instagram .sbi_hover_bottom .sbi_meta i,
#sb_instagram .sbi_hover_bottom .sbi_meta svg {
    font-size: 33px;
    margin-right: 20px !important
}

.sbi_likes {
    padding-right: 45px
}

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer button,
.gform_wrapper form .gform_footer input[type=submit] {
    font-family: inherit
}

.gform_wrapper form {
    text-align: center !important
}

.gform_wrapper form .gform_heading .gform_title {
    text-transform: uppercase;
    letter-spacing: 12px !important;
    font-size: 48px;
    font-weight: 375;
    margin-bottom: 60px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:not(:checked)+label:after {
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf;
    top: 10px;
    border-radius: 2px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked+label:after {
    top: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf;
    z-index: 0;
    border-radius: 2px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox]:checked+label:before {
    top: 12px;
    left: 2px;
    width: 14px;
    height: 14px
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.gform_wrapper .top_label .gfield_label {
    text-transform: uppercase;
    font-weight: 375;
    font-size: 18px;
    letter-spacing: 4.5px;
    line-height: 1.3
}

.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
    padding: 0 100px !important
}

.gform_wrapper input[type=text] {
    text-align: center;
    color: #2d2a26;
    font-family: Clavo, sans-serif;
    text-align: left;
    border: 1px solid #000
}

.gform_wrapper textarea {
    max-width: 85%
}

.ginput_container input[type=text]:focus,
.ginput_container input[type=email]:focus,
.ginput_container input[type=tel]:focus,
.ginput_container input[type=url]:focus,
.ginput_container input[type=number]:focus,
.ginput_container input[type=password]:focus,
.ginput_container select:focus,
.ginput_container textarea:focus {
    outline: none !important;
    border: 1px solid #2f2f2f !important
}

.addtoany_content_bottom {
    margin: 50px 0 !important
}

.simple-sitemap-wrap {
    max-width: 1084px;
    margin: 0 auto
}

.simple-sitemap-wrap ul.simple-sitemap-page {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    list-style: none
}

@media only screen and (max-width : 1200px) {
    .simple-sitemap-wrap ul.simple-sitemap-page {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width : 768px) {
    .simple-sitemap-wrap ul.simple-sitemap-page {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px
    }
}

@media only screen and (max-width : 600px) {
    .simple-sitemap-wrap ul.simple-sitemap-page {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.simple-sitemap-wrap ul.simple-sitemap-page li.sitemap-item {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px
}

.simple-sitemap-wrap ul.simple-sitemap-page li.sitemap-item ul.children {
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 20px
}

.simple-sitemap-wrap ul.simple-sitemap-page li.sitemap-item ul.children li.sitemap-item {
    margin-top: 0;
    margin-bottom: 0
}

.simple-sitemap-wrap ul.simple-sitemap-page li.sitemap-item ul.children li.sitemap-item a {
    line-height: 1.2
}

.gcom-awards-table thead tr th {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none
}

@media only screen and (max-width : 600px) {
    .gcom-awards-table thead tr th {
        font-size: 12px;
        font-weight: normal;
        letter-spacing: normal
    }
}

.gcom-awards-table thead tr th:after {
    color: #d1d1d1
}

.gcom-awards-table thead tr th.sorting_asc,
.gcom-awards-table thead tr th.sorting_desc,
.gcom-awards-table thead tr th.sorting:hover {
    background-color: #f3f3f3
}

.gcom-awards-table tbody:before {
    content: "@";
    display: block;
    line-height: 65px;
    text-indent: -99999px
}

.gcom-awards-table tbody tr td {
    vertical-align: middle
}

@media only screen and (max-width : 600px) {
    .gcom-awards-table tbody tr td {
        font-size: 12px
    }
}

.gcom-awards-table tbody tr td.column-1 {
    padding: 23px 50px 23px 10px
}

@media only screen and (max-width : 600px) {
    .gcom-awards-table tbody tr td.column-1 {
        padding: 7px 7px 7px 0
    }
}