/*Normalize*/
progress,
sub,
sup {
  vertical-align: baseline
}

button,
hr,
input {
  overflow: visible
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

html,
body {
  font-size: 16px !important;
}

body {
  margin: 0
}

figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0
}

optgroup {
  font-weight: 700
}

button,
select {
  text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
  appearance: 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: ButtonText dotted 1px
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

/* Fonts*/
@font-face {
  font-family: 'Avenir-300';
  src: url('../assets/fonts/Avenir_LT_Std_35_Light.woff2') format('woff2'),
    url('../assets/fonts/Avenir_LT_Std_35_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-400';
  src: url('../assets/fonts/Avenir_LT_Std_45_Book.woff2') format('woff2'),
    url('../assets/fonts/Avenir_LT_Std_45_Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-500';
  src: url('../assets/fonts/Avenir_LT_Std_65_Medium.woff2') format('woff2'),
    url('../assets/fonts/Avenir_LT_Std_65_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-500-2';
  src: url('../assets/fonts/AvenirLTProMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-700';
  src: url('../assets/fonts/AvenirLTProHeavy.woff2') format('woff2'),
    url('../assets/fonts/AvenirLTProHeavy.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-900';
  src: url('../assets/fonts/Avenir_LT_Std_95_Black.woff2') format('woff2'),
    url('../assets/fonts/Avenir_LT_Std_95_Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BauerBodoniStd';
  src: url('../assets/fonts/BauerBodoniStd-BoldItalic.woff2') format('woff2'),
    url('../assets/fonts/BauerBodoniStd-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* /Fonts */

/*UrVenue Variables*/
.uv-font-avenir {
  font-family: "Avenir-900", serif;
}

.uv-font-avenir-light {
  font-family: "Avenir-300", serif;
}

.uv-font-avenir-book {
  font-family: "Avenir-400", serif;
}

.uv-font-avenir-medium {
  font-family: "Avenir-500", serif;
}

.uv-font-bauerbodoni {
  font-family: "BauerBodoniStd", serif;
}

html:root {
  --uws-subtle-color: #A6A6A6;
  --uws-primary-color: var(--uv-primary-color);
  --uws-main-color: var(--uv-main-color);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Avenir-400", sans-serif;
  font-weight: normal;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  min-height: 100%;
  position: relative;
}

body {
  background-color: var(--uv-main-bg);
  color: var(--uv-main-color);
}

a,
button {
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

a:focus,
button:focus {
  outline: rgba(0, 0, 0, .8) auto 3px;
}

a:before,
a:after,
button:before,
button:after {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

figure {
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin: 0px;
  font-weight: 400;
  margin-bottom: 0.625em;
}

.h1,
h1 {
  font-size: 4.375em;
  letter-spacing: 0.05em;
  line-height: .928;
  /* font-style: italic; */
  font-family: 'Avenir-700';
}

.h2,
h2 {
  font-size: 1.125em;
  line-height: 1.7777;
  letter-spacing: 0.04em;
  /* font-style: italic; */
  font-family: 'Avenir-700';
}

.h3,
h3 {
  font-size: 1.375em;
  line-height: 1.4545;
  letter-spacing: 0.039em;
  font-family: 'Avenir-700';
}

.h4,
h4 {
  font-size: 1.75em;
  line-height: 1;
  letter-spacing: 0.031em;
  font-family: "Avenir-500", serif;
}

.h5,
h5 {
  font-size: 1.125em;
  line-height: 1.444;
  font-family: "Avenir-900", serif;
}

.h6,
h6 {
  font-family: "Avenir-900", serif;
}

p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 14px;
  letter-spacing: 0.45px;
}

ul {
  padding-left: 1.5em;
}

li {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.45px;
}

.uv-content {
  min-height: calc(100vh - 688px);
}

body .uws-btn,
.uv-btn,
body .uws-btn a,
.uv-btn a {
  border: 2px solid transparent;
  padding: 1em 2.5em;
  font-size: 1em;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
  font-family: 'Avenir-500', sans-serif;
}

body a.uws-btn,
a.uv-btn,
body .uws-btn>a,
.uv-btn>a {
  background-image: url(../assets/icons/chevron_right.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 92%;
}

body .uws-btn a,
.uv-btn a {
  color: #000;
  font-size: 1em;
}

.uv-btn a:hover {
  color: #7C7048;
  font-size: 1em;
}

body .uws-btn-p,
.uv-btn-p {
  background-color: var(--uv-highcontrast-color);
  border-color: var(--uv-highcontrast-color);
  color: #ffffff;
  font-weight: 500;
}

body .uws-btn-p:hover,
.uv-btn-p:hover,
body .uws-btn-p:focus,
.uv-btn-p:focus,
body .uws-btn-p:active,
.uv-btn-p:active {
  background-color: transparent;
  color: var(--uv-highcontrast-color);
}

body .uws-btn-s,
.uv-btn-s {
  /* background-color: transparent;
  border-color: var(--uv-highcontrast-color); */
}

body .uws-btn-s:hover,
.uv-btn-s:hover,
body .uws-btn-s:focus,
.uv-btn-s:focus,
body .uws-btn-s:active,
.uv-btn-s:active {
  /* background-color: var(--uv-highcontrast-color);
  color: #ffffff; */
}

body .uws-btn-t,
.uv-btn-t {
  background-color: transparent;
  border-color: var(--uv-highcontrast-color);
  color: var(--uv-highcontrast-color);
}

body .uws-btn-t:hover,
.uv-btn-t:hover,
body .uws-btn-t:focus,
.uv-btn-t:focus,
body .uws-btn-t:active,
.uv-btn-t:active {
  background-color: var(--uv-highcontrast-color);
  color: #ffffff;
}

body .uws-btn-100,
.uv-btn-100 {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

/*General Classes*/
.uv-dispnone {
  display: none;
}

.uv-hide {
  display: none !important;
}

.uv-dispblock {
  display: block;
}

.uv-dispinblock {
  display: inline-block;
}

.uv-clear {
  clear: both;
}

.uv-clearfix:before,
.uv-clearfix:after {
  display: table;
  content: " ";
}

.uv-clearfix:after {
  clear: both;
}

.uv-row {
  margin-left: -15px;
  margin-right: -15px;
}

.uv-row:before,
.uv-row:after {
  display: table;
  content: " ";
}

.uv-row:after {
  clear: both;
}

.uv-col {
  padding-left: 15px;
  padding-right: 15px;
}

.uv-col-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.uv-fleft {
  float: left;
}

.uv-fright {
  float: right;
}

.uv-wauto {
  width: auto;
}

.uv-w100 {
  width: 100%;
}

.uv-w50 {
  width: 50%;
}

.uv-h100 {
  height: 100%;
}

.uv-h50 {
  height: 50%;
}

.uv-nopadding {
  padding: 0px;
}

.uv-nomargin {
  margin: 0px;
}

.uv-psides {
  padding-left: 30px;
  padding-right: 30px;
}

.uv-wpimgcont {
  margin: 0;
}

.uv-wpimgcont img {
  width: 100%;
  height: auto;
}

.uv-pt5 {
  padding-top: 5px;
}

.uv-pt10 {
  padding-top: 10px;
}

.uv-pt20 {
  padding-top: 20px;
}

.uv-pt30 {
  padding-top: 30px;
}

.uv-pt40 {
  padding-top: 40px;
}

.uv-pt50 {
  padding-top: 50px;
}

.uv-pt60 {
  padding-top: 60px;
}

.uv-pt70 {
  padding-top: 70px;
}

.uv-pt80 {
  padding-top: 80px;
}

.uv-pt100 {
  padding-top: 100px;
}

.uv-pb5 {
  padding-bottom: 5px;
}

.uv-pb10 {
  padding-bottom: 10px;
}

.uv-pb20 {
  padding-bottom: 20px;
}

.uv-pb30 {
  padding-bottom: 30px;
}

.uv-pb40 {
  padding-bottom: 40px;
}

.uv-pb50 {
  padding-bottom: 50px;
}

.uv-pb60 {
  padding-bottom: 60px;
}

.uv-pb70 {
  padding-bottom: 70px;
}

.uv-pb80 {
  padding-bottom: 80px;
}

.uv-pb100 {
  padding-bottom: 100px;
}

.uv-mt0 {
  margin-top: 0px;
}

.uv-mt15 {
  margin-top: 15px;
}

.uv-mb0 {
  margin-bottom: 0px;
}

.uv-mb5 {
  margin-bottom: 5px;
}

.uv-mb10 {
  margin-bottom: 10px;
}

.uv-mb15 {
  margin-bottom: 15px;
}

.uv-mb20 {
  margin-bottom: 20px;
}

.uv-mb25 {
  margin-bottom: 25px;
}

.uv-mb30 {
  margin-bottom: 30px;
}

.uv-mb40 {
  margin-bottom: 40px;
}

.uv-mb50 {
  margin-bottom: 50px;
}

.uv-mb60 {
  margin-bottom: 60px;
}

.uv-mb70 {
  margin-bottom: 70px;
}

.uv-mb80 {
  margin-bottom: 80px;
}

.uv-mb100 {
  margin-bottom: 100px;
}

.uv-mr5 {
  margin-right: 5px;
}

.uv-mr10 {
  margin-right: 10px;
}

.uv-mr15 {
  margin-right: 15px;
}

.uv-mr20 {
  margin-right: 20px;
}

.uv-mr25 {
  margin-right: 25px;
}

.uv-mr30 {
  margin-right: 30px;
}

.uv-center {
  text-align: center;
}

.uv-touppercase {
  text-transform: uppercase;
}

.uv-boxcentered {
  margin-left: auto;
  margin-right: auto;
}

.uv-flexcolscenter {
  justify-content: center;
}

.uv-mauto {
  margin-left: auto;
  margin-right: auto;
}

.uv-maxw700 {
  max-width: 700px;
}

.uv-maxw950.uv-section .uv-section-inner {
  max-width: 950px;
}

.uv-maxw1010.uv-section .uv-section-inner {
  max-width: 1010px;
}

body .uv-maxw650 {
  max-width: 650px;
  margin: auto;
}

body .uv-maxw500 {
  max-width: 500px;
  margin: auto;
}

body .uv-maxw450 {
  max-width: 450px;
  margin: auto;
}

.uv-boxitem {
  display: block;
  position: relative;
  background-color: transparent;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.uv-boxitem.loader {
  background-image: url('../assets/images/loader.box.gif');
}

.uv-boxitem .bg,
.uv-boxitem img,
.uv-boxitem iframe,
.uv-boxitem video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.uv-boxitem .bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.uv-boxitem .color-overlay {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: .2;
  filter: alpha(opacity=20);
  z-index: 6;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
}

.uv-boxitem:hover .color-overlay {
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 10;
}

/**/

/* Social links */
.uv-socialnetwork ul {
  list-style: none;
  display: inline;
}

.uv-socialnetwork ul li .uv-social-label {
  display: none;
}

.uv-socialnetwork ul li {
  display: inline-block;
  padding: 0 5px;
}

/* Social links */

.uv-page-skip {
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: underline !important;
  border: 1px solid #000;
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 1000;
  outline: -webkit-focus-ring-color auto 5px;
}

.uv-page-skip:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/*UrVenue Section*/
.uv-section {
  position: relative;
}

.uv-section .uv-section-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 12;
}

.uv-section.padding-sides .uv-section-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.uv-section .uv-section-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  content: "";
}

.uv-section .uv-section-darkoverlay {
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
}

.uv-section.uv-white-overlay .uv-section-darkoverlay {
  position: absolute;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  top: 0;
  left: 0;
  bottom: 116px;
  width: auto;
  height: auto;
  z-index: 10;
  content: "";
}

.uv-section.alignfull .uv-section-inner {
  max-width: 1980px;
}

@media(max-width: 599px) {
  .uv-section.padding-sides .uv-section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/**/

/*Lazy Images*/
.uv-lazyimage,
.swiper-lazy {
  opacity: 0;
}

.uv-lazyimage:not(.initial),
.swiper-lazy {
  transition: opacity 1s;
}

.uv-lazyimage.initial,
.uv-lazyimage.loaded,
.uv-lazyimage.error,
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

/**/

/*Animations*/
.uvan-slideup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(35px);
  -webkit-transition: all .4s ease-in-out .3s;
  transition: all .4s ease-in-out .3s;
}

body:not(.uv-page-loading) .uvan-slideup.animate {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.uvan-fadein {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease .5s;
}

body:not(.uv-page-loading) .uvan-fadein.animate {
  visibility: visible;
  opacity: 1;
}

.uvan-fadeinup,
.uvan-sectionelems h2,
.uvan-sectionelems p,
.uvan-sectionelems .wp-block-buttons {
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.2s ease, opacity 1.3s ease;
  will-change: transform, opacity;
  transition-delay: .3s;
}

body:not(.uv-page-loading) .uvan-fadeinup.animate,
body:not(.uv-page-loading) .uvan-sectionelems h2.animate,
body:not(.uv-page-loading) .uvan-sectionelems p.animate,
body:not(.uv-page-loading) .uvan-sectionelems .wp-block-buttons.animate {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.uvan-slideleft {
  transform: translateX(40px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.2s ease, opacity 1.3s ease;
  will-change: transform, opacity;
  transition-delay: 200ms;
}

body:not(.uv-page-loading) .uvan-slideleft.animate {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/**/

/*ADA*/
.uv-page-skip {
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: underline !important;
  border: 1px solid #000;
  padding: 10px;
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 1000;
  outline: -webkit-focus-ring-color auto 5px;
}

.uv-page-skip:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

a:focus:not(:-moz-focusring),
button:focus:not(:-moz-focusring) {
  outline: none !important;
}

.uv-using-mouse button:focus,
.uv-using-mouse [role=button],
.uv-using-mouse .swiper-button-prev:focus,
.uv-using-mouse .swiper-button-next:focus {
  outline: none !important;
}

/**/

/*Frame*/
.uv-page-wrapper {
  padding-top: 70px;
}

#uv-menuicon {
  display: none;
  position: fixed;
  width: 22px;
  height: 18px;
  right: 30px;
  top: 25px;
  z-index: 100;
  transition: all .4s ease-in-out;
}

#uv-menuicon>span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: var(--uv-primary-color);
  left: 0;
  opacity: 1;
  visibility: visible;
  border-radius: 2px;
  transition: all 250ms ease-in-out 0ms;
}

#uv-menuicon>span:nth-child(1) {
  top: 0;
  width: 18px;
}

#uv-menuicon>span:nth-child(2) {
  top: calc(50% - 1px);
}

#uv-menuicon>span:nth-child(3) {
  bottom: 0;
  width: 18px;
}

.ovmenuopen {
  overflow: hidden;
}

/*.ovmenuopen #uv-menuicon > span{background-color: #181B41;}*/
.ovmenuopen #uv-menuicon>span:nth-child(1) {
  transform: rotate(-45deg) translate(-7px, 5px);
  width: 22px;
}

.ovmenuopen #uv-menuicon>span:nth-child(2) {
  opacity: 0;
}

.ovmenuopen #uv-menuicon>span:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -4px);
  width: 22px;
}

.uv-overmenu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 100%;
  z-index: 80;
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.ovmenuopen .uv-overmenu {
  visibility: visible;
  opacity: 1;
}

.uv-overmenu-inner {
  padding: 13px 30px 25px;
}

.uv-overmenu-header a {
  font-size: 0;
}

.uv-overmenu-header img {
  height: 42px;
}

.uv-overmenu-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

.uv-overmenu-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.uv-overmenu-menu>ul>li {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: none;
}

.uv-overmenu-menu>ul>li>a {
  display: block;
  color: #000;
  font-size: 22px;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a {
  position: relative;
}

.uv-overmenu-menu ul>li.menu-item-has-children>a:after {
  position: absolute;
  display: block;
  content: " ";
  width: 14px;
  height: 9px;
  background: url('../assets/icons/icon-arrow-drk.svg') center center no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .25s ease;
}

.uv-overmenu-menu ul>li.menu-item-has-children.active>a:after {
  transform: rotate(-180deg);
}

.uv-overmenu-menu>ul>li .uv-submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all .4s ease-in-out;
}

.uv-overmenu-menu>ul>li.active .uv-submenu {
  max-height: 300px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul {
  padding-top: 14px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li {
  padding: 7px 0px;
}

.uv-overmenu-menu>ul>li .uv-submenu ul li a {
  display: block;
  font-size: 1rem;
  padding-left: 26px;
  color: inherit;
}

.uv-page-header {
  position: absolute;
  width: 100%;
  height: 70px;
  background-color: var(--uv-nav-bg);
  top: 0;
  left: 0;
  z-index: 50;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
}

.uv-pagescrolled .uv-page-header {
  position: fixed;
  height: 70px;
}

.uv-preheader {
  display: flex;
  align-items: center;
  height: 46px;
  background-color: #F7F7F7;
  color: #ffffff;
}

.uv-pagescrolled .uv-preheader {
  display: none;
}

.uv-page-header .uv-header-inner {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.uv-page-header>.uv-header-inner {
  padding-top: 13px;
  padding-bottom: 13px;
}

.uv-preheader .uv-header-inner {
  width: 100%;
  justify-content: flex-end;
}

.uv-preheader-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.uv-preheader-menu ul li {
  position: relative;
}

.uv-preheader-menu ul li::before {
  display: block;
  position: absolute;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #A6A6A6;
  opacity: 0.38;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.uv-preheader-menu ul li:first-child::before {
  display: none;
}

.uv-preheader-menu ul li a {
  display: flex;
  position: relative;
  align-items: center;
  color: #000;
  height: 46px;
  font-size: 0.8125em;
  padding: 0 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.0673em;
}

.uv-preheader-menu ul li a:hover,
.uv-preheader-menu ul li a:focus,
.uv-preheader-menu ul li a:active {
  box-shadow: inset 0 0 100px 100px rgb(22 27 71 / 35%);
}

.uv-page-header-logo {
  text-align: center;
  font-size: 20px;
}

.uv-page-header-logo img {
  width: auto;
  height: 42px;
}

.uv-page-header-menu {
  display: flex;
  align-items: center;
}

.uv-page-header-menu>a {
  color: inherit;
}

.uv-nav-mob-cart {
  display: none;
  position: relative;
  margin-right: 0.4em;
}

.uv-nav-mob-cart>a>span {
  display: none;
}

.uv-nav-mob-cart>a,
.uv-nav-mob-cart.uwscartdroptarget>a {
  display: block;
  color: var(--uv-highcontrast-color);
  padding-right: 0;
}

.uv-nav-mob-cart.uwscartdroptarget .uws-count {
  left: 2.2em;
  bottom: 0.3em;
}

.uv-nav-mob-cart>a>i {
  font-size: 2.2em;
}

body .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
  right: -0.4em;
}

.uv-page-header-menu .uv-account-nav-info {
  display: flex;
  align-items: center;
  margin-left: 2.5em;
  font-size: 0.875em;
  color: #000;
}

.uv-page-header-menu .uv-account-nav-info i {
  margin-left: 0.3em;
  font-size: 2em;
  opacity: 0.8;
}

.uv-preheader-menu ul li.uv-nav-search a {
  font-size: 20px;
  height: 34px !important;
  width: 34px !important;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  color: transparent;
  padding: 0 9px;
}

.uv-preheader-menu ul li.uv-nav-search a::before {
  font-family: "uvfonticons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81b";
  font-size: 1rem;
  color: #000;
}

.uv-page-header-menu>ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uv-page-header-menu ul li {
  display: block;
  margin: 0;
  padding: 0 1em;
}

.uv-page-header-menu ul li:first-child {
  padding-left: 0;
}

.uv-page-header-menu ul li:last-child {
  padding-right: 0;
}

.uv-page-header-menu ul li>a {
  display: block;
  position: relative;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0 0.875em;
}

.uv-page-header-menu ul li>a:hover,
.uv-page-header-menu ul li>a:focus,
.uv-page-header-menu ul li>a:active {
  color: var(--uv-primary-color);
}

.uv-page-header-menu ul li.menu-item-has-children {
  position: relative;
  padding-right: 0.4em;
  margin-right: 0.5em;
}

.uv-page-header-menu ul li.menu-item-has-children:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: " ";
  font-family: "uvfonticons";
  content: '\e819';
  transform: rotate(90deg) translateX(-0.1em);
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.2em;
  height: 1.23em;
  right: 0;
  top: 0.2em;
  bottom: 0;
  color: #000;
}

.uv-page-header-menu ul li:last-child {
  margin-right: 0px;
}

.uv-page-header-menu ul li div.uv-submenu {
  position: absolute;
  background-color: #fff;
  width: 285px;
  display: block;
  top: calc(100% + 25px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 1.375em 0;
  border-radius: 5px;
  box-shadow: 0px 0.5em 1em rgb(0 0 0 / 20%);
  transform: translateX(1.56em) translateY(-20px) scale(.97);
  transition: all .37s cubic-bezier(.34, 1.61, .7, 1);
  transition-delay: .3s;
}

.uv-page-header-menu ul li div.uv-submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.uv-page-header-menu ul li:last-child div.uv-submenu {
  transform: translateX(-49%) translateY(-20px) scale(.97);
}

.uv-page-header-menu ul li:last-child div.uv-submenu:before {
  left: auto;
  right: 8%;
}

.uv-page-header-menu ul li.menu-item-has-children:hover div.uv-submenu,
.uv-page-header-menu ul li.menu-item-has-children.uvhover div.uv-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateX(1.56em) translateY(0) scale(1);
  transition-delay: 0ms;
}

.uv-page-header-menu ul li:last-child.menu-item-has-children:hover div.uv-submenu {
  transform: translateX(-49%) translateY(0) scale(1);
}

.uv-page-header-menu ul li div.uv-submenu ul li {
  display: block;
  padding: 0;
}

.uv-page-header-menu ul li div.uv-submenu ul li a {
  position: relative;
  font-size: 0.8125em;
  padding: 1.35em 2.2em;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}

.uv-page-header-menu ul li div.uv-submenu ul li a::after {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  height: 1px;
  background-color: rgba(125, 80, 36, 0.1);
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  margin: auto;
}

.uv-page-header-menu ul li div.uv-submenu ul li:last-child a::after {
  display: none;
}

.uv-page-header-menu ul li div.uv-submenu ul li a:hover,
.uv-page-header-menu ul li div.uv-submenu ul li a:focus,
.uv-page-header-menu ul li div.uv-submenu ul li a:active {
  background-color: var(--uv-primary-color);
  color: #ffffff;
}

.uv-page-header-menu ul li div.uv-submenu ul li:last-child {
  margin-bottom: 0px;
}

footer {
  /* border-top: 3px solid #E1E1E1; */
  padding-top: 75px;
  background-color: var(--uv-footer-bg);
}

footer .footer-inner {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

footer .footer-widgets {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 80px;
}

footer .footer-widgets .uv-footer-col {
  flex: 1;
  padding-top: 26px;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 {
  background-color: rgba(124, 112, 72, 0.11);
  padding: 26px 20px 30px;
  max-width: 340px;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 p {
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 250px;
  line-height: 32px;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 .uv-btn {
  background-color: #7C7048;
  border: 1px solid #7C7048;
  width: fit-content;
  padding: 3px 30px;
  margin-bottom: 0;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 .uv-btn a {
  color: #fff;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.48px;
  font-weight: 500;
  background: none;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 .uv-btn:hover {
  background-color: #fff;
}

footer .footer-widgets .uv-footer-col.uv-footer-col-4 .uv-btn:hover a {
  color: #7C7048;
}

footer .footer-widgets .uv-footer-col-1 img {
  display: block;
  width: 100%;
  max-width: 125px;
  margin-bottom: 28px;
}

footer .footer-widgets p {
  margin: 0;
}



footer .footer-widgets p {
  font-size: 0.857em;
  line-height: 1.357;
}

footer .footer-widgets p strong {
  display: block;
  text-transform: uppercase;
  color: var(--uv-primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.083em;
  font-size: 0.857em;
  margin-bottom: 0.4em;
}

footer .footer-widgets .uv-footer-col-1>div {
  max-width: 243px;
}

footer .footer-widgets .uvwp-widget+.uvwp-widget p strong {
  margin-top: 3em;
}

footer .footer-widgets .h3 {
  font-size: 1em;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #041021;
  margin-bottom: 25px;
}

footer .footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-widgets ul li {
  font-size: 0.9375em;
  margin-bottom: 15px;
}

footer .footer-widgets ul li a {
  position: relative;
  display: inline-block;
  color: inherit;
  padding-bottom: 0.1em;
}

footer .footer-widgets ul li a:after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--uv-primary-color);
  transition: all 300ms ease-in-out;
  opacity: 0;
}

footer .footer-widgets ul li a:hover:after,
footer .footer-widgets ul li a:focus:after,
footer .footer-widgets ul li a:active:after {
  opacity: 1;
}



.uv-copyright-text {
  font-size: 0.9375em;
  color: #041021;
  letter-spacing: 0.45px;
  line-height: 1.4666;
  margin-right: 10px;
}

.uv-copyright-text a {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}

.uv-copyright-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  position: relative;
}

.uv-copyright-footer::before {
  content: "";
  background-color: #dadada;
  height: 1px;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.uv-copyright-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

.uv-copyright-textandmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.uv-copyright-menu ul a {
  position: relative;
  font-size: 0.9375em;
  color: inherit;
  /* text-transform: uppercase; */
  letter-spacing: 0.0625em;
  padding: 0 10px;
}

.uv-copyright-menu ul a:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #041021;
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.uv-copyright-menu ul a:hover,
.uv-copyright-menu ul a:focus,
.uv-copyright-menu ul a:active {
  color: var(--uv-primary-color);
}

.uv-copyright-footer>div:last-child,
.uv-copyright-footer .uv-copyright-text {
  min-width: 170px;
}

.uv-footer-language {
  display: flex;
  justify-content: flex-end;
}

.uv-langdrop a {
  color: inherit;
}

.uv-langdrop.uws-dropdown-cont>a:after {
  font-family: "uvfonticons";
  content: '\e819';
  transform: rotate(90deg) translateX(-0.1em);
}

.uv-langdrop.uws-dropdown-cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .uv-langdrop.uws-dropdown-cont .uws-dropdown {
  top: auto;
  bottom: calc(100% + 1em);
  transform: translateY(20px) scale(.97);
  left: auto;
  right: 0;
}

footer .uv-langdrop.uws-dropdown-cont.uwsactive .uws-dropdown {
  transform: translateY(0) scale(1);
}

body .uws-dropdown-cont .uws-dropdown {
  padding: 1.375em 0;
  border: 0;
  box-shadow: 0px 0.5em 1em rgba(0, 0, 0, 0.2);
}

body .uws-dropdown-cont .uws-dropdown li a,
body .uws-dropdown-cont .uws-dropdown li button {
  position: relative;
  font-size: 0.8125em;
  padding: 1.35em 2.2em;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}

body .uws-dropdown-cont .uws-dropdown li a::after,
body .uws-dropdown-cont .uws-dropdown li button::after {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  height: 1px;
  background-color: rgba(125, 80, 36, 0.1);
  width: calc(100% - 20px);
  left: 0;
  right: 0;
  margin: auto;
}

body .uws-dropdown-cont .uws-dropdown li:last-child a::after {
  display: none;
}

body .uws-dropdown-cont .uws-dropdown li a:hover,
body .uws-dropdown-cont .uws-dropdown li a:focus,
body .uws-dropdown-cont .uws-dropdown li a:active,
body .uws-dropdown-cont .uws-dropdown li button:hover,
body .uws-dropdown-cont .uws-dropdown li button:focus,
body .uws-dropdown-cont .uws-dropdown li button:active {
  background-color: var(--uv-primary-color);
  color: #ffffff;
}

footer .uv-langdrop.uws-dropdown-cont.uwsactive>a:after {
  transform: rotate(-90deg) translateX(0.1em);
}

.uv-page-header-menu ul li.uv-nav-icon-cart>a {
  display: flex;
  align-items: center;
}

.uv-nav-icon-cart>a::before {
  font-family: "uvfonticons";
  font-size: 1.8em;
  content: "\e85b";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: auto;
  margin-right: 0.12em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uv-overmenu-menu .uv-nav-icon-cart a::before {
  display: none;
}

.uv-overmenu-bottommenu {
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.uv-overmenu-bottommenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uv-overmenu-bottommenu ul li {
  margin-bottom: 1.8em;
}

.uv-overmenu-bottommenu ul li:last-child {
  margin-bottom: 0;
}

.uv-overmenu-bottommenu ul li a {
  display: block;
  color: #555555;
  font-size: 1em;
  letter-spacing: 0.0625em;
}

.uv-overmenu-bottommenu ul li.uv-nav-search {
  display: none;
}

.uv-account-nav-info-link {
  color: inherit;
}

.uv-overmenu .uv-account-nav-info {
  font-size: 1.25em;
  color: #000000;
  margin-top: 2.8em;
}

.uv-overmenu .uv-account-nav-info i {
  margin-left: 0.3em;
  font-size: 1.2em;
  opacity: 0.7;
}

h2.uvcomptitle {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: none;
  font-size: 2em;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #7D5024;
  margin-bottom: 1em;
}

.uvtextblack,
.uvtextblack strong {
  font-weight: 900;
}

.uvtextregular {
  font-weight: 500;
}

.uv-content main>.uv-section:first-child .uv-section-inner h1:first-child+p {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.26em;
  line-height: 1.35;
  color: #444444;
}

body .uws-experiences-controls {
  background-color: var(--uv-main-bg);
}

body .uws-experiences-controls .uwsicon-calendar {
  color: var(--uv-primary-color);
}

.uws-experiences-controls .uwsdatesel .uws-dropdown-cont i {
  font-size: 1.5em;
  color: var(--uv-highcontrast-color);
}

.uws-experiences-controls .uwsdatesel .uws-dropdown-cont i::before {
  font-family: "uvfonticons";
  content: "\e84b";
}

.uws-experiences {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

body .uws-experiences .uwslilist li a {
  font-weight: 500;
  color: #000000;
}

body .uws-experiences .uwslilist li a:hover,
body .uws-experiences .uwslilist li a:focus,
body .uws-experiences .uwslilist li a:active,
body .uws-experiences .uwslilist li.uwscurrent a {
  background-color: var(--uv-highcontrast-color);
}

body .uws-experiences-item {
  color: var(--uv-highcontrast-color);
  border: 1px solid #E3E3E3;
  box-shadow: none;
}

.uws-experiences-item .uwsdescr {
  color: var(--uv-main-color);
}

.uv-page-experiences .uv-section:first-child {
  z-index: 10;
}

.uv-page-experiences .uv-section:nth-child(2) {
  z-index: 5;
}

.uws-experiences-filters .uwsexpfilterdate {
  display: none;
}

.uv-page-expcat .uws-experiences-filters .uwsexpfilterdate {
  position: relative;
  display: block;
  z-index: 60;
}

.uv-page-expcat .uws-experiences-filters .uwsexpfiltercat {
  display: none;
}

body .uws-item-header-banner h1 {
  font-size: 6.25em;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.02em;
}

body .uws-item-header-banner-inner {
  padding-bottom: 4.3em;
  max-width: 1270px;
}

body .uws-invitem-page {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

body .uws-invitem-page .uws-breadcrumbs li:last-child a {
  color: var(--uv-highcontrast-color);
}

body .uwsdetslist ul li i {
  color: var(--uv-highcontrast-color);
}

body .uws-invitem-page .uwsdateselectorbox {
  color: var(--uv-highcontrast-color);
  border: 1px solid #E3E3E3;
  box-shadow: none;
}

.uws-inventory-item-pop .uws-itempop-footer::before {
  background-color: #E3E3E3;
}

body .uwsselnum button {
  color: var(--uv-highcontrast-color);
}

.uwsexpfiltercomp i.uwscompicon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url(/wp-content/uploads/2022/12/cropped-fairmont-brandmark.png) center center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.uws-experiences-item .uwsdets .uwscomplimentary::before,
.uws-itempop-body .uwscomplimentary::before {
  display: inline-block;
  content: " ";
  width: 1.25em;
  height: 1.25em;
  background: url(/wp-content/uploads/2022/12/cropped-fairmont-brandmark.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}

.uws-itempop-body .uwscomplimentary::before {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.7em;
}

body .uws-related-experiences {
  max-width: 1073px;
}

.uws-invitem-page h2.h3 {
  text-transform: none;
  margin-bottom: 0.5em;
}

.uwscartdroptarget .uws-count {
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: var(--uws-primary-color);
  color: var(--uws-primary-oposite-color);
  text-align: center;
  font-size: 0.75em;
  line-height: 1.4;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.45em;
  left: 2.5em;
  bottom: 0.1em;
}

.uwscartdroptarget .uws-count:empty {
  display: none;
}

.uv-overmenu .uv-nav-mob-hide {
  display: none !important;
}

.uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
  font-size: 1rem;
}

.uv-section-bglight {
  background-color: #fffeff;
}

.uv-header-video iframe {
  width: 100%;
  /* height: 798px; */
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
}

/* Home Slider*/
.uv-fullvideo {
  max-width: none !important;
}

.uv-fullvideo>div {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}

.uv-fullvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  transition: all 500ms ease;
}

.uv-fullvideo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  transition: all 500ms ease;
}

.uv-fullvideo .fade {
  opacity: 0;
}


.uv-fullvideo .uv-video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;

}

.uv-fullvideo .uv-video-text h1 {
  font-size: 54px;
  font-weight: 500;
  color: #fff;
}

.uv-fullvideo .video-controls {
  position: absolute;
  bottom: 60px;
  right: calc((100vw - 1024px) / 2);
  z-index: 9;
  display: flex;
  gap: 10px;
}


.uvicon-pause:before {
  content: '\e888';
}

/* '' */
.uvicon-play:before {
  content: '\e899';
}

/* '' */


.uv-fullvideo .video-controls button {
  width: 50px;
  height: 50px;
  font-size: 1.333rem;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);

}

.uv-fullvideo .video-controls button:hover {
  color: #fff;
  background-color: #000;

}

.uv-fullvideo .video-controls button .uviconforactive {
  display: none;
}

.uv-fullvideo .video-controls button .uviconforunactive {
  display: inline-block;
  line-height: 2.5;
}

.uv-fullvideo .video-controls button.uvactive .uviconforactive {
  display: inline-block;
  line-height: 2.5;

}

.uv-fullvideo .video-controls button.uvactive .uviconforunactive {
  display: none;
}

/* Two colum section */



.uvtwocolimgs {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}


.uvtwocolimgs>div {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  height: auto;
}

.uv-imgsliderwdesc.overlay .desc {}

.uv-imgsliderwdesc.overlay .desc {

  display: flex;
  flex-direction: column;
}

.uv-imgsliderwdesc.overlay .desc {

  height: auto !important;
}

.display-books-mobile {
  line-height: normal;
}

/*Responsive*/
@media(max-width: 1280px) {

  .uv-copyright-footer>div:first-child,
  .uv-copyright-footer>div:last-child {
    min-width: 100px;
  }
}

@media(max-width: 1230px) {
  .uv-page-header-menu>ul {
    font-size: 14px;
  }

  .uv-page-header-menu ul li {
    padding: 0 1em;
  }

  body .uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
    right: 2.3em;
  }
}

@media(max-width: 1200px) {
  body .uws-item-header-banner h1 {
    font-size: 4.2em;
  }
}

@media(max-width: 1060px) {
  .uv-page-header-menu .uv-account-nav-info span {
    display: none;
  }

  .uv-page-header-menu .uv-account-nav-info i {
    margin-left: 0;
  }

  .uv-page-header-menu .uv-account-nav-info {
    margin-left: 2em;
  }
}

@media(max-width: 950px) {
  .uv-footer-language {
    display: none;
  }

  .uv-copyright-menu ul {
    font-size: 0.8em;
  }

  .uws-related-experiences.uws-expview-agenda .uws-experiences-list>div:nth-child(3) {
    display: none;
  }
}

@media(max-width: 920px) {
  .uv-page-header-menu ul li {
    padding: 0 0.5em;
  }

  .uv-page-header-menu ul li.uv-nav-icon-cart>a {
    padding-left: 0;
  }

  .uwscartdroptarget .uws-count {
    left: 1.2em;
  }

}

@media(max-width: 900px) {
  .uv-reverse-responsive {
    flex-flow: column-reverse !important;
  }
}

@media(max-width: 850px) {

  .uv-page-header .uv-page-header-menu ul {
    display: none;
  }

  .uv-preheader {
    display: none;
  }

  .uv-page-header {
    height: 70px;
  }

  .uv-page-wrapper {
    padding-top: 70px;
  }

  .uv-page-header-menu .uv-account-nav-info {
    margin-left: 0;
  }


  .uv-nav-mob-cart {
    display: block;
  }
}

@media(max-width: 767px) {


  footer .footer-widgets .uv-footer-col-1>div {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer-widgets .uv-footer-col-1 img {
    margin-left: auto;
    margin-right: auto;
  }

  .uv-copyright-footer {
    flex-direction: column;
  }

  .uv-copyright-text {
    text-align: center;
  }
}

@media(max-width: 750px) {
  .uv-page-experiences .uv-section:first-child .uws-experiences-controls {
    display: none;
  }
}

@media(max-width: 600px) {
  /* 
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4,
  .h5,
  h5,
  .h6,
  h6 {
    font-weight: 900;
  } */

  .h1,
  h1 {
    font-size: 2.1875em;
    letter-spacing: 0.057em;
  }

  .h2,
  h2 {
    font-size: 1.125em;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    line-height: 26px;
  }

  /* .h3,
  h3 {
    font-size: 1.625em;
  } */

  .h4,
  h4 {
    font-size: 1.25em;
  }

  .h5,
  h5 {
    font-size: 0.75em;
    font-weight: 700;
  }

  footer .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer {
    padding-top: 50px;
  }

  .uv-copyright-menu {
    margin-top: 1em;
  }

  .uv-copyright-menu ul {
    font-size: 1em;
  }

  .uv-copyright-text {
    max-width: 340px;
  }

  footer .footer-widgets {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  footer .footer-widgets .uv-footer-col {
    order: 2;
    padding: 30px 10px 15px;
    border-bottom: 1px solid #d4d6d9;
    width: 100%;
    background-color: #fff;
  }

  footer .footer-widgets .uv-footer-col.uv-footer-col-4 {
    order: 1;
    text-align: center;
    padding: 20px 10px;
    border-bottom: none;

  }

  footer .footer-widgets .h3 {
    font-size: 1.125em;
    line-height: 26px;
    margin-bottom: 15px;
  }

  footer .footer-widgets .uv-footer-col.uv-footer-col-4 p {
    font-size: 0.9375em;
    line-height: 24px;
    letter-spacing: 0.45px;
    margin-bottom: 40px;
    max-width: 100%;
  }

  footer .footer-widgets .uv-footer-col.uv-footer-col-4 .uv-btn {
    margin: auto;
    padding: 7px 43px;
  }

  footer .footer-widgets ul.menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
  }

  footer .footer-widgets ul.menu.open {
    max-height: 200px;
    overflow: visible;
  }

  .uv-copyright-footer {
    position: relative;
    padding-top: 1.562em;
  }

  .uv-copyright-footer::before {
    display: none
  }

  .uv-content {
    min-height: calc(100vh - 650px);
  }

  .uv-copyright-menu ul {
    flex-wrap: wrap;
  }

  body .uws-experiences-item {
    background-color: transparent;
  }

  body .uws-item-header-banner-inner {
    padding-bottom: 1.5em;
  }

  body .uws-item-header-banner h1 {
    letter-spacing: 0.057em;
    color: #ffffff;
  }

  body .uws-item-header-banner h1 {
    text-align: center;
    width: 100%;
    font-size: 2.1875em;
    line-height: 1.14;
  }

  body .uws-invitem-page h2 {
    text-transform: none;
    font-size: 2.25em;
    line-height: 1.222;
    letter-spacing: 0;
  }

  .uws-related-experiences.uws-expview-agenda .uws-experiences-list>div:nth-child(3) {
    display: block;
  }

  .uws-invitem-page h2.h3 {
    font-size: 1.8em;
  }

  body .uws-itinerary-body .uws-itinerary-filters {
    margin-left: -20px;
    margin-right: -20px;
  }

  .uvtwocolimgs {
    gap: 16px;
  }

  .uv-imgsliderwdesc .desc .desc-content .desc-title {
    font-size: 1.875em;
    letter-spacing: -0.6px;
  }

  .uv-copyright-textandmenu {}

  .uv-copyright-menu {
    margin-top: 0;
  }

  .uv-copyright-menu ul {
    gap: 0 10px !important;
  }

  .uv-copyright-text {
    font-size: 15px;
    letter-spacing: 0.45px;
  }

}

@media(max-width: 450px) {
  body .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
    right: -6.2em;
  }

  .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown::before {
    right: 6.9em;
  }

  .uvtwocolimgs>div {
    min-height: 180px;
    margin-bottom: 16px;
  }
}

@media(max-width: 370px) {
  .uv-copyright-menu ul {
    gap: 2em;
    font-size: 0.8em;
  }

  body .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
    font-size: 0.9em;
  }

  .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown::before {
    top: -0.9em;
  }

  .uws-cart-drop .uws-cart-item .uwspricecont {
    font-size: 0.9em;
  }
}

@media(max-width: 340px) {

  .uv-nav-mob-cart .uws-cart-date-header,
  .uv-nav-mob-cart .uws-cart-date-body,
  .uv-nav-mob-cart .uws-cart-drop>.uwsactions {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }

  .uws-cart-drop .uws-cart-item .uwsinfo {
    font-size: 0.9em;
  }

  body .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown {
    font-size: 0.8em;
  }

  .uv-nav-mob-cart.uws-dropdown-cont.uwscartdroptarget .uws-dropdown::before {
    right: 7.2em;
  }

}

/**/
.uv-main-title {
  font-family: "BauerBodoniStd", serif;
  color: #7c7048;
  font-size: 3.75em;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.uv-main-title2 {
  font-family: "BauerBodoniStd", serif;
  color: #7c7048;
  font-size: 1.875em;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.uv-main-title3 {
  font-family: "BauerBodoniStd", serif;
  color: #7c7048;
  font-size: 1.875em;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  padding-right: 15px;
  max-width: fit-content;
  margin: 0 auto 10px;
  background-image: url(../assets/icons/caret_right_gold.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
}

.uv-legal-grid {
  max-width: 950px;
  margin: auto;
}

@media (max-width: 600px) {
  .uv-main-title {
    font-size: 2.5em;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }

  .uv-main-title2 {
    font-size: 1.5625em;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    line-height: 32px;
  }

  .uv-main-title3 {
    font-family: "BauerBodoniStd", serif;
    color: #7c7048;
    font-size: 1.875em;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-right: 15px;
    max-width: fit-content;
    margin: 0 auto 10px;
    background-image: url(../assets/icons/caret_right_gold.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 100%;
  }
}

@media (min-width: 599px) {
  .uv-mobilebr br {
    display: none;
  }
}


/* video control */
.uv-section-inner.uv-fullvideo {
  position: relative;
  max-width: none;
  padding-top: 56.25%;
}

.uv-section-inner.uv-fullvideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}

.uv-fullvideo .uv-video-controls {
  position: absolute;
  bottom: 5%;
  right: 10%;
  z-index: 9;
  display: flex;
  gap: 10px;
  padding-bottom: inherit;
  background: transparent;
  width: auto;
}

.uv-fullvideo .uv-video-controls button {
  width: 50px;
  height: 50px;
  font-size: 1.333rem;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
}

.uv-fullvideo .uv-video-controls button:hover {
  color: #fff;
  background-color: #000;

}

.uv-fullvideo .uv-video-controls button {
  display: block;
}

.uv-fullvideo .uv-video-controls button i {
  width: 12px;
  margin-left: auto;
  margin-right: auto;
}

.uv-fullvideo .uv-video-controls button img {
  max-width: 25px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.uv-fullvideo .uv-video-controls button.active .uviconforunactive {
  display: inline-block;
  line-height: 2.5;
}

.uv-fullvideo .uv-video-controls button.active .uviconforactive {
  display: none;
  line-height: 2.5;
}

.uv-fullvideo .uv-video-controls button .uviconforunactive {
  display: none;
  line-height: 2.5;
}

.uv-fullvideo .uv-video-controls button .uviconforactive {
  display: inline-block;
  line-height: 2.5;
}

/**/
.uv-fullvideo .video-controls button.active .uviconforactive {
  display: inline-block;
  line-height: 2.5;
}

.uv-fullvideo .video-controls button.active .uviconforunactive {
  display: none;
  line-height: 2.5;
}