@charset "utf-8";
/* Custom CSS Document
 * @package Liotrivi Hotel Template
 * @author Websun Ltd https://websun.gr */
 

/*---------------------------- HEADER CONTAINER ----------------------------*/

@media (min-width:1200px) {
 .container {
  width:1220px;
 }
}

/*---------------------------- OFFCANVAS MENU -----------------------------*/

#offcanvas-toggler {
	line-height: 84px;
	margin-right: 10px;
}
.offcanvas-overlay {
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}
/*body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  right: inherit;
  left: -40px;
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .fa-angle-right:before {
  content: "\f104";
}
body.rtl .offcanvas-menu .offcanvas-inner .sp-module ul > li a:after {
  left: inherit;
  right: -40px;
}*/
.offcanvas-menu .offcanvas-inner {
  right: 400px;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: matrix(1,0,0,1,0,0);
  -webkit-transform: matrix(1,0,0,1,0,0);
  -moz-transition: all .7s cubic-bezier(0.77,0,0.175,1);
  -o-transition: all .7s cubic-bezier(0.77,0,0.175,1);
  -webkit-transition: all .7s cubic-bezier(0.77,0,0.175,1);
  transition: all .7s cubic-bezier(0.77,0,0.175,1);
  overflow: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: none;
  display: block;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  margin-right: 0;
  margin-left: 0;
  padding: 8px 0;
  color: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4px;
  display: inline-block;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
  color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover:after {
  left: -40px;
  width: 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active >a {
  color: #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	padding: 5px 10px;
	cursor: pointer;
	color: #969090;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0;
  /*padding-left: 30px;*/
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul li ul {
  padding: 5px 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul li ul >li >a {
  line-height: 20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
	border-bottom: 1px dotted #e8e8e8;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	padding: 4px 10px;
}

@media (min-width:768px) {
    :lang(de-de) .fa-bars::after {
        content: " MENÜ";
    }
    :lang(en-gb) .fa-bars::after {
        content: " MENU";
    }
}

/*----------------------------- MAIN MENU ---------------------------------*/
.sp-megamenu-parent > li > a {
	letter-spacing: 0.8px;
}

.fa-home::before {
	font-size: 17px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.5);
	border-radius: 6px 6px 6px 6px;
}

.sp-megamenu-parent > li > a {
	/*padding: 0 13.5px;*/
	padding: 0 13px;
}

#sp-menu {
    height: 84px;
    padding-right: 5px;
    padding-left: 5px;
}

.menu-fixed #sp-menu {
    height: 60px;
}

.sp-megamenu-parent {
	height: 84px;
}

.sp-megamenu-parent > li {
	height: 84px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size: 14.5px;
}

/*--------------------------- DROP DOWN MENU -----------------------------*/

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #222222;
	font-weight: 600;
}

/*------------------------ BOOK NOW MENU BUTTON ---------------------------*/

#sp-reservation ul.menu li a {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	/*padding: 8px 15px;*/
	padding: 8px 7px;
	line-height: 100%;
	display: inline-block;
	margin-top: 20px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.menu-fixed#sp-header #sp-reservation ul.menu li a {
	margin-top: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        top: 7%;
        right: 15%;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: 0px;
	}
	.item-733 a {
	    font-size: 11px !important;
	}
}

/*@media only screen and (min-width: 320px) and (max-width: 568px) {
    :lang(en-gb) #sp-reservation ul.menu li a::after {
        content:" ";
    }
}*/

@media only screen and (min-width: 768px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        top: 2px;
        right: 170px;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -5px;
	}
	#sp-reservation ul.menu li a {
	margin-top: 26px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        top: 7px;
        right: 50px;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -5px;
	}
}

@media only screen and (min-width: 812px) and (orientation: landscape) {
    #sp-reservation .top-right-menu {
        position: absolute;
        top: 7%;
        right: 270%;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -6px;
	}
}

@media only screen and (min-width: 992px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        line-height: 78px;
        right: 270px;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -10px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        line-height: 78px;
        right: 70px;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -10px;
	}
}

@media only screen and (min-width: 1280px) {
    #sp-reservation .top-right-menu {
        position: absolute;
        line-height: 78px;
        right: 50px;
    }
    .menu-fixed #sp-reservation .top-right-menu {
        top: -10px;
	}
}

#sp-reservation ul.menu li {
    width: max-content;
}

#sp-reservation .sp-module ul > li {
	border-bottom: none;
}

/*--------------------------- HEADER MENU BG ------------------------------*/
.has-slideshow#sp-header {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 35px;
}

#sp-header {
	height: 84px;
}

#sp-header .logo {
	display: inline-block;
	height: 84px;
	display: table;float: right
}

.has-slideshow#sp-header .sp-megamenu-parent > li > a {
	line-height: 84px;
}

/*--------------------- LOGO WIDTH ON HEADER SCROLLING --------------------*/
.menu-fixed#sp-header .logo img {
	width: 135px;
}

#sp-logo .col-xs-8, .col-sm-2, .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
        display: unset;
        /*max-width: 189px;*/
		max-width: 214px; /* NEW LOGO */
    }
}

@media only screen and (max-width: 320px) {
    #sp-header .sp-default-logo {
        display: unset;
        max-width: 160px;
    }
}

/*@media only screen and (max-width: 767px) {
    #sp-header .logo img {
	width: 99%;
	}
}*/

/*-----------------------  HEADER INNER PAGE TITLE ------------------------*/

.itemid-548 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-548 .sp-page-title {
    background-position: center center;
}

.itemid-548 #sp-title {
    height: 426px;
}

.itemid-686 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-686 .sp-page-title {
    background-position: center center;
}

.itemid-686 #sp-title {
    height: 426px;
}

.itemid-688 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-688 .sp-page-title {
    background-position: center center;
}

.itemid-688 #sp-title {
    height: 426px;
}

.itemid-690 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-690 .sp-page-title {
    background-position: center center;
}

.itemid-690 #sp-title {
    height: 426px;
}

.itemid-693 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-693 .sp-page-title {
    background-position: center center;
}

.itemid-693 #sp-title {
    height: 426px;
}

.itemid-697 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-697 .sp-page-title {
    background-position: center center;
}

.itemid-697 #sp-title {
    height: 426px;
}

.itemid-701 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-701 .sp-page-title {
    background-position: center center;
}

.itemid-701 #sp-title {
    height: 426px;
}

.itemid-702 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-702 .sp-page-title {
    background-position: center center;
}

.itemid-702 #sp-title {
    height: 426px;
}

.itemid-703 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-703 .sp-page-title {
    background-position: center center;
}

.itemid-703 #sp-title {
    height: 426px;
}

.itemid-704 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-704 .sp-page-title {
    background-position: center center;
}

.itemid-704 #sp-title {
    height: 426px;
}

.itemid-705 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-705 .sp-page-title {
    background-position: center center;
}

.itemid-705 #sp-title {
    height: 426px;
}

.itemid-706 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-706 .sp-page-title {
    background-position: center center;
}

.itemid-706 #sp-title {
    height: 426px;
}

.itemid-720 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-720 .sp-page-title {
    background-position: center center;
}

.itemid-720 #sp-title {
    height: 426px;
}

.itemid-721 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-721 .sp-page-title {
    background-position: center center;
}

.itemid-721 #sp-title {
    height: 426px;
}

.itemid-722 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-722 .sp-page-title {
    background-position: center center;
}

.itemid-722 #sp-title {
    height: 426px;
}

.itemid-723 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-723 .sp-page-title {
    background-position: center center;
}

.itemid-723 #sp-title {
    height: 426px;
}

.itemid-724 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-724 .sp-page-title {
    background-position: center center;
}

.itemid-724 #sp-title {
    height: 426px;
}

.itemid-725 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-725 .sp-page-title {
    background-position: center center;
}

.itemid-725 #sp-title {
    height: 426px;
}

.itemid-726 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-726 .sp-page-title {
    background-position: center center;
}

.itemid-726 #sp-title {
    height: 426px;
}

.itemid-727 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-727 .sp-page-title {
    background-position: center center;
}

.itemid-727 #sp-title {
    height: 426px;
}

.itemid-728 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-728 .sp-page-title {
    background-position: center center;
}

.itemid-728 #sp-title {
    height: 426px;
}

.itemid-729 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-729 .sp-page-title {
    background-position: center center;
}

.itemid-729 #sp-title {
    height: 426px;
}

.itemid-730 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-730 .sp-page-title {
    background-position: center center;
}

.itemid-730 #sp-title {
    height: 426px;
}

.itemid-731 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-731 .sp-page-title {
    background-position: center center;
}

.itemid-731 #sp-title {
    height: 426px;
}

.itemid-732 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-732 .sp-page-title {
    background-position: center center;
}

.itemid-732 #sp-title {
    height: 426px;
}

.itemid-734 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-734 .sp-page-title {
    background-position: center center;
}

.itemid-734 #sp-title {
    height: 426px;
}

.itemid-735 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-735 .sp-page-title {
    background-position: center center;
}

.itemid-735 #sp-title {
    height: 426px;
}

.itemid-737 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-737 .sp-page-title {
    background-position: center center;
}

.itemid-737 #sp-title {
    height: 426px;
}

.itemid-738 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-738 .sp-page-title {
    background-position: center center;
}

.itemid-738 #sp-title {
    height: 426px;
}

.itemid-741 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-741 .sp-page-title {
    background-position: center center;
}

.itemid-741 #sp-title {
    height: 426px;
}

.itemid-742 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-742 .sp-page-title {
    background-position: center center;
}

.itemid-742 #sp-title {
    height: 426px;
}

.itemid-784 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-784 .sp-page-title {
    background-position: center center;
}

.itemid-784 #sp-title {
    height: 426px;
}

.itemid-788 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-788 .sp-page-title {
    background-position: center center;
}

.itemid-788 #sp-title {
    height: 426px;
}

.itemid-789 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-789 .sp-page-title {
    background-position: center center;
}

.itemid-789 #sp-title {
    height: 426px;
}

.itemid-857 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-857 .sp-page-title {
    background-position: center center;
}

.itemid-857 #sp-title {
    height: 426px;
}

.itemid-858 #sp-title .sp-page-title {
	text-align: center;
	padding: 230px 0 100px 0;
	height: 426px;
}

.itemid-858 .sp-page-title {
    background-position: center center;
}

.itemid-858 #sp-title {
    height: 426px;
}


/*-------------------------- HOME PAGE SLIDER -----------------------------*/

.liotrivi-slider .sppb-slideshow-fullwidth-item-bg::before {
	background-color: rgba(0,0,0,0.3);
}

.liotrivi-slider .liotrivi-slider-content > div {
	/*margin-top: 425px;*/
	margin-top: 150px; /*Because of smaller zoom*/
}

@media only screen and (max-width: 480px) {
    .liotrivi-slider .liotrivi-slider-content > div {
        /*margin-top: 300px;*/
		margin-top: 120px; /*Because of smaller zoom*/
    }
}

/*--------------- WEB HOTELIER CUSTOM AVAILABILITY SEARCH -----------------*/

.liotrivi-search #checkavailability-form {
	/*width: 100%;*/
	display: inline-block;
	float: none;
	margin: 30px 0 40px 0;
}

.liotrivi-search label {
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 5px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    z-index: 999 !important;
}

#checkin-picker, #webhotelier-nights, #wh-rooms, #wh-adults, #wh-children, #wh-infants  {
    width: 120px;
    display: block;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: inherit;
    }
    #cwidth {
        width: 130px;
    }
}

/*----------------------- SUITES & ROOMS HOME PAGE  -----------------------*/

.sppb-item.sppb-item-has-bg > img {
	border-radius: 8px;
}

.rooms-suits .sppb-addon-cta .text-center .sppb-cta-subtitle span {
	font-size: 19px;
	text-shadow: none;
}

.rooms-suits .sppb-cta-title {
    text-shadow: none;
}

@media only screen and (max-width: 480px) {
    .rooms-suits .sppb-addon-content img {
        margin-top: 0px;
    }
    
    .rooms-suits .sppb-addon-single-image {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .rooms-suits .sppb-addon-content img {
        margin-top: 0px;
    }
    
    .rooms-suits .sppb-addon-single-image {
        margin-top: 0px;
    }
}

.img-shadow {
    filter: drop-shadow(9px 9px 9px rgba(85,85,85,0.8));
}

.carousel-shadow {
    filter: drop-shadow(9px 9px 9px rgba(85,85,85,0.8));
}

/*---------------------------- TESTIMONIALS  ------------------------------*/
.liotrivi-testimonials .sppb-carousel-inner .sppb-item::before {
	color: inherit;
}


.gutter .sppb-col-md-4 {
    padding-right: 0px;
    padding-left: 2px;
}

.sppb-addon-testimonial-pro-footer img {
    display: inline-block;
    margin-right: 10px;
    height: 32px;
}

/*------------------------- TEMPLATE BOTTOM LAYOUT  -----------------------*/

#sp-bottom {
	padding: 80px 0 80px 0 !important;
	color: white;
    background-color: rgba(0, 0, 0, 0.6);
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
	margin-top: 0;
	background-image: url(/images/main/liotrivi-bottom-parallax-bg.jpg);
	background-size: cover;*/
	background-size: contain auto;
	background-attachment: fixed;
	background-position: 50% 10%;
}

#sp-bottom1, #sp-bottom2, #sp-bottom3 {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 5px;
    width: 32%;
}

@media only screen and (max-width: 480px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3 {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.7);
        margin: 5px;
        width: 97%;
        padding: 20px;
        }
}

@media only screen and (max-width: 768px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3 {
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.7);
        margin: 10px;
        width: 100%;
        padding: 20px;
        }
}

#sp-bottom .container .row {
	display: flex;
	flex-wrap: wrap;
}

#sp-bottom3 img {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

/*----------------------------- TITLE HEADING -----------------------------*/

.liotrivi-title-heading .sppb-section-title {
	margin-top: 110px;
}

/*------------------------- STICKY PHONE ICON ------------------------------*/

.helix-sticky-icon-wrapper {
  display:none; 
  position: fixed;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper ul.sticky-icon {
   display:none;
  list-style: none;
    /*display: inline-block;*/
    padding: 0;
    margin: 0;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper ul.sticky-icon >li {
     display:none;
  /*display: block;*/
    width: 50px;
    height: 50px;
    text-align: center;
    /*background: rgba(0,0,0,0.5);*/
    background: #e1ad4fe6;
    font-size: 22px;
    margin-bottom: 5px;
    border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper ul.sticky-icon >li a {
    color: #fff;
    display: block;
    line-height: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper ul.sticky-icon >li a:hover.phone,
.helix-sticky-icon-wrapper ul.sticky-icon >li a:focus.phone {
    background-color: #4867AA;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper ul.sticky-icon >li:hover a,
.helix-sticky-icon-wrapper ul.sticky-icon >li:focus a {
    color: #ffffff;
    border-radius: 8px;
}
.helix-sticky-icon-wrapper.left {
    right: initial;
    left: 15px;
    border-radius: 8px;
}

.helix-sticky-icon-wrapper.top-left {
    left: 15px;
    right: initial;
    top: 115px;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 8px;
}

.helix-sticky-icon-wrapper.top-right {
    left: initial;
    right: 15px;
    top: 115px;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 8px;
}

.helix-sticky-icon-wrapper.bottom-left {
    left: 15px;
    right: initial;
    top: initial;
    bottom: 15px;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 8px;
}

.helix-sticky-icon-wrapper.bottom-right {
    left: initial;
    right: 15px;
    top: initial;
    bottom: 15px;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 8px;
}

/*-------------------------- DROP SHADOW ----------------------------------*/

.shadow {
	-webkit-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	-moz-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	-o-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
}

/*------------------------------ BLOG PAGE --------------------------------*/

.full-image img {
    border-radius: 8px;
}

#sp-right .sp-module .sp-module-title {
	margin: 20px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
}

#sp-right .mod-articles-category-title {
	font-weight: 400;
	font-style: italic;
	line-height: 24px;
}

#sp-right .mod-articles-category-introtext {
    margin:0 0 5px;
}

/*-------------------------- LATEST BLOG POSTS ----------------------------*/

.sppb-addon-latest-posts .latest-posts .latest-post .latest-post-inner {
	-webkit-box-shadow: 0px 10px 80px 0px rgba(85,85,85,0.8);
	-moz-box-shadow: 0px 10px 80px 0px rgba(85,85,85,0.8);
	-o-box-shadow: 0px 10px 80px 0px rgba(85,85,85,0.8);
	box-shadow: 0px 10px 80px 0px rgba(85,85,85,0.8);
}

/*-------------------------- SUITES & ROOMS PAGES -------------------------*/

.custom-overlay {
	border-radius: 8px;
}

.custom-overlay {
	-webkit-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	-moz-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	-o-box-shadow: 0px 50px 100px 0px rgba(85,85,85,0.8);
	box-shadow: 0px 50px 60px 0px rgba(85,85,85,0.7);
	border-radius: 8px;
}

#galImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#galImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.left, .right {
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
}

@media only screen and (max-width: 567px) {
    .left, .right {
        display: inline;
    }
}

.amenities-icon {
    position: relative;
}    
.amenities-icon::before {
	content: "\f046";
	font-family: FontAwesome;
	padding-right: 4px;
	top: 0;
}

/*---------------------- DESTINATION PAGE SLIDER -----------------------------*/

div#n2-ss-5 .n2-font-ca4f999b129e01f74b11d13996059004-simple {
	color: #ffffff !important;
	font-size: 85% !important;
}

div#n2-ss-4 .n2-font-ca4f999b129e01f74b11d13996059004-simple {
	color: #ffffff !important;
	font-size: 85% !important;
}

div#n2-ss-4 .n2-style-11e54743152b55e248619ef9fb17518b-simple {
	width: 150px;
}

div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div {
	width: 150px !important;
}

div#n2-ss-5 .n2-font-ca4f999b129e01f74b11d13996059004-simple {
	width: 150px;
}

div#n2-ss-5 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div {
	width: 150px !important;
}

div#n2-ss-5 .n2-style-212bc038722a745370525b28619fc402-dot {
	background-color: rgba(255,255,255,0.5) !important;
	margin-right: 1px !important;
}

div#n2-ss-5 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div.n2-active {
	background-color: #e1ad4f !important;
}

div#n2-ss-4 .n2-style-212bc038722a745370525b28619fc402-dot {
    background-color: rgba(255,255,255,0.5) !important;
    margin-right: 1px !important;
}

div#n2-ss-4 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div.n2-active {
    background-color: #e1ad4f !important;
}

div#n2-ss-4 .n2-style-11e54743152b55e248619ef9fb17518b-simple {
	/*border-right: 1px solid rgba(0,0,0,0.5) !important;*/
}

div#n2-ss-5 .n2-style-11e54743152b55e248619ef9fb17518b-simple {
    /*border-right: 1px solid rgba(0,0,0,0.5) !important;*/
    padding-right: 1px !important;
}

div#n2-ss-4 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div {
    border-radius: 8px 8px 0px 0px;
}

div#n2-ss-5 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group > div {
	border-radius: 8px 8px 0px 0px;
}

/*------------------------------ ROOMS HEADER ------------------------------- */

.sppb-cta-title, .sppb-cta-subtitle {
	text-shadow: 1px 1px #777;
}

/*------------------------------- HISTORY PAGE  ------------------------------*/

.history .sppb-addon-cta .text-center .sppb-cta-subtitle span {
	font-size: 19px;
	text-shadow: none;
}

.history .sppb-cta-title {
    text-shadow: none;
}

/*------------------------- HEADER TITLE INNER PAGES -------------------------*/

.itemid-548 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-690 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-693 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-697 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-701 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-703 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-704 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-705 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-706 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-722 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-723 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-724 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-725 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-727 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-728 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-730 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-731 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-732 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-734 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-735 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-737 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-738 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-788 .sp-page-title {
	text-shadow: 1px 1px #777;
}

.itemid-789 .sp-page-title {
	text-shadow: 1px 1px #777;
}

/*------------------------------- BORDER RADIUS ------------------------------*/

.round-border {
    border-radius: 8px;
}

/*-------------------------------- WEATHER ICON ------------------------------*/

/*.sp-liotrivi-weather .sp-weather-current .sp-weather-icon, .sp-liotrivi-weather .sp-weather-forcasts .sp-weather-icon {
	font-size: 18px;
	line-height: 24px;
}

.sp-condition-humidity {
    display: none;
}*/

/*----------------------------- LANGUAGE SWITCHER ----------------------------*/

/*.pretext {
    float: left;
    padding-right: 5px;
}*/

/* div.mod-languages {
    width: max-content;;
}

div.mod-languages img {
	border: none;
	display: inline-block;
	margin-top: -1px;
}

div.mod-languages .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-slideshow #sp-reservation .sp-module {
	line-height: 84px;
	margin-top: 0px;
}

.menu-fixed #sp-reservation .sp-module {
	line-height: 60px;
	margin-top: 0px;
}

.caret {
	color: #ffffff;
	width: 10px;
	height: 5px;
}

div.mod-languages ul.lang-block li {
	display: block;
	width: 65px;
}

div.mod-languages .dropdown-menu {
	min-width: 65px;
} */

.top3-right {
    float: right;
    margin-right: 37px;
}

/*-------------------------- LIOTRIVI WORLD PAGES ----------------------------*/

@media screen and (min-device-width: 1348px) and (max-device-width: 1366px) {
  .sp-page-builder .page-content #section-id-1535950433882 {
    padding-top: 15px !important;
	padding-bottom: 35px !important;
	}
	
	.sp-page-builder .page-content #section-id-1535950434281 {
	padding-top: 0px !important;
	padding-bottom: 16px !important;
	}
	
	.sp-page-builder .page-content #section-id-1535950434351 {
    padding-top: 30px !important;
	padding-bottom: 50px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551798638364 {
	padding-top: 0px !important;
	padding-bottom: 16px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551798638440 {
	padding-top: 15px !important;
	padding-bottom: 35px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551798638449 {
	padding-top: 0px !important;
	padding-bottom: 17px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551798638454 {
	padding-top: 35px !important;
	padding-bottom: 45px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551798638463 {
	padding-top: 0px !important;
	padding-bottom: 16px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551812958004 {
	padding-top: 0px !important;
	padding-bottom: 16px !important;
	}
	
	.sp-page-builder .page-content #section-id-1551887262933 {
	padding-top: 15px !important;
	padding-bottom: 35px !important;
	}
}

.image-layout-preset-style-card .sppb-addon-image-layout-content {
	background: 0 0;
	padding: 25px 30px 0px;
}

/* -------------------------- DESTINATION PAGE ------------------------------ */

.itemid-736 .liotrivi-title-heading .sppb-section-title {
	margin-top: 50px;
}

.itemid-739 .liotrivi-title-heading .sppb-section-title {
	margin-top: 50px;
}

@media screen and (min-device-width: 1348px) and (max-device-width: 1366px) {
  .sp-page-builder .page-content #sppb-addon-1552834387667 {
      margin: 20px 50px 15px 50px !important;
  }
  .sp-page-builder .page-content #sppb-addon-1552834387694 {
      margin: 0px 50px 15px 50px !important;
  }
  .sp-page-builder .page-content #sppb-addon-1552834387694 .sppb-addon-content {
      font-size: 15.5px !important;
      line-height: 20px !important;
  }
  .sp-page-builder .page-content #sppb-addon-1552834387741 {
      margin: 30px 50px 30px 50px !important;
  }
  .sp-page-builder .page-content #sppb-addon-1552834387794 {
      margin: 65px 50px 65px 50px !important;
  }
  .sp-page-builder .page-content #sppb-addon-1552834387811 {
      margin: 55px 50px 55px 50px !important;
  }
}

#sp-page-builder .sppb-section-title .sppb-title-heading, .liotrivi-history .sppb-addon-cta .sppb-cta-title {
	color: #333;
}

#sp-page-builder .sppb-section-title .sppb-title-heading, .liotrivi-culture-tradition .sppb-addon-cta .sppb-cta-title {
	color: #333;
}

.separator-bullet::before {
    content: "\2022";
	margin-right: 5px;
	font-size: 32px;
	vertical-align: middle;
	color: #4C4141;
}

/* ------------------------- MODERN PILLS ---------------------------------- */

@media only screen and (max-width: 768px) {
    .sppb-nav-modern {
        min-width: 100%;
        display: inline-grid;
    }
    .sppb-addon-tab .sppb-image-layout-title {
        margin: 15px 0px 15px 0px !important;
    }
}

.image-layout-preset-style-card .sppb-img-responsive {
    height: auto;
}

.sppb-tab-content>.sppb-tab-pane:focus {
    outline: none;
}

.sppb-tab-content>.active {
    border-style: none;
}

/* ------------------------------ GALLERY ---------------------------------- */

.ba-gallery select.ba-select-filter {
    color: #333 !important;
}

/* ---------------------------- ROOM GALLERY ------------------------------- */

.speasyimagegallery-modal-wrapper {
	z-index: 9999;
	background: rgba(0,0,0,0.9);
}

/* ---------------------------- FLIP BOXES --------------------------------- */

.sppb-flipbox-panel, .threeD-item {
	height: 820px;
}

/* ------------------ NEW HOME SLIDER IMAGES LESS ZOOM --------------------- */

@media only screen and (max-width: 768px) {
	.liotrivi-slider .sppb-slideshow-fullwidth-item-bg {
	min-height: auto !important;
	}

	.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
	height: 300px !important;
	}
						
	.liotrivi-slider, .liotrivi-slider .liotrivi-slider-wrapper {
	min-height: auto !important;
    }
			
	.liotrivi-slider .liotrivi-slider-content h1 + p {
	margin: 30px 0 30px;
	}
}
