/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2020 | 12:32:09 */
.current_page_item > a {
    color: #CBB03C !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

vertical>li>ul>li a, .nav-vertical>li>a {
    flex-grow: 0 !important;
}

.off-canvas .nav-vertical>li>a {
  position: relative;
  display: block;
  cursor: pointer;
}

.off-canvas .nav-vertical>li>a:before, .off-canvas .nav-vertical>li>a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 50%;
  margin-top: -0.5px;
  background: #CBB03C;
}

.off-canvas .nav-vertical>li>a:before {
  left: -2.5px;
}
.off-canvas .nav-vertical>li>a:after {
  right: 2.5px;
  background: #CBB03C;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.off-canvas .nav-vertical>li>a:hover:before {
  background: #CBB03C;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.off-canvas .nav-vertical>li>a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.our_rooms.type-our_rooms .elementor-post__text .elementor-post__title a:hover{
  color: #CBB03C;
  text-decoration: line-through;
}
/**************************************************/


.mfp-ready .mfp-close {
    opacity: .8;
    transform: translateY(0) translateZ(1px);
    color: white;
    font-size: 53px;
    right: 22px;
  	margin-top:15px;
}

.off-canvas .nav-vertical>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 15px;
    font-family: poppins;
    margin-left: 80px;
}

.nav-sidebar.nav-vertical>li+li{
  border:none !important;
}

.off-canvas .nav-vertical>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-size: 15px;
    font-family: poppins;
    margin-left: 80px;
}

.mfp-container{
  background:#111111;
}

.mfp-content{
  background:#111111 !important;
  box-shadow:none !important;
}

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
    color: #fff;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}