/*
Theme Name: Albergo Child
Theme URI: http://albergo.elated-themes.com
Description: A Modern Hotel and Accommodation Booking Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: albergo
Template: albergo
*/

.eltd-main-menu ul li.only-mobile-menu {
	display: none;
}
.eltd-header-standard .eltd-menu-area.eltd-menu-left .eltd-vertical-align-containers .eltd-position-left-inner, .eltd-header-standard .eltd-menu-area.eltd-menu-left .eltd-sticky-header header-appear .eltd-sticky-holder .eltd-vertical-align-containers .eltd-position-right-inner {
    height: 100%;
}

/* Apartments ---------------------------------------------------*/
.apart-title-desktop { display: block; }
.apart-title-mobile { display: none; }
.apartments-list .eltd-hrl-item{
    padding-bottom:30px;
}

.apartments-list .eltd-hrl-item .eltd-item-holder{
    display: flex;
    justify-content: space-between;
}


.apartments-list article .eltd-hrl-item-image img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-transition: all 0.35s cubic-bezier(0.32, 0.93, 0.49, 0.77) 0.05s;
    -moz-transition: all 0.35s cubic-bezier(0.32, 0.93, 0.49, 0.77) 0.05s;
    transition: all 0.35s cubic-bezier(0.32, 0.93, 0.49, 0.77) 0.05s;
}

.apartments-list article .eltd-hrl-item-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.apartments-list .eltd-hrl-link.eltd-block-drag-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.apartments-list article .eltd-item-holder .eltd-hrl-item-image, 
.apartments-list article .eltd-item-holder .eltd-hrl-item-content {
    position: relative;
    width:50%;
    overflow: hidden;
}

.apartments-list article .eltd-item-holder .eltd-hrl-item-content {
    padding: 0px 0px 35px 30px;
}

.apartments-list .eltd-hrl-item-title.entry-title{
    margin: 0;
}

.apartments-list article .eltd-item-holder .eltd-hrl-item-content .eltd-hrl-item-content-inner .eltd-hrl-price {
    margin: 10px 0 32px 0;
    font-size: 18px;
}

.apartments-list article  .eltd-item-holder .eltd-hrl-item-image .eltd-hrl-item-content-inner p.eltd-pli-excerpt, 
.apartments-list article  .eltd-item-holder .eltd-hrl-item-content .eltd-hrl-item-content-inner p.eltd-pli-excerpt {
    margin: 10px 0 20px;
}

.eltd-owl-slider .owl-stage-outer{
    height: auto;
}

.eltd-owl-slider+.eltd-slider-thumbnail.eltd-slider-columns-six .eltd-slider-thumbnail-item>img{
    cursor:pointer;
}

ul.eltd-comment-list,
ul.eltd-comment-list li{
    list-style: none;
    padding:0;
    margin:0;
}
ul.eltd-comment-list li{
    border-top: 1px solid #ebebeb;
    padding: 25px 0; 
}

ul.eltd-comment-list li:first-child{
    border-top:0;
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal,
.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul{
    display:flex;
    flex-wrap: nowrap;
}
#icl_lang_sel_widget-2{
    height:100%;
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal{
    height: 100%;
    align-items: center;
    padding-right:10px;
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li{
        padding:0 10px;
        border-right:1px solid #212112;
        margin:0;
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li:last-child{
        border:0;
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li a{
        position: relative;
        color: #212112;
        font-size: 12px;
        line-height: 23px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        font-weight: 400;        
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #212112;
    -webkit-transition: all .2s cubic-bezier(.32,.93,.49,.77) 50ms;
    -moz-transition: all .2s cubic-bezier(.32,.93,.49,.77) 50ms;
    transition: all .2s cubic-bezier(.32,.93,.49,.77) 50ms;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    transform: scale(0,1);
}

.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li a:hover:after,
.wpml-ls-sidebars-eltd-header-widget-menu-area.wpml-ls.wpml-ls-legacy-list-horizontal>ul>li.wpml-ls-current-language a:after{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    display:none;
    position: absolute;
    background: #fff;
    padding: 10px;
    text-align: left;
    border: 1px solid #212112;    
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li{
    line-height: 1;
    margin:0;
    padding-bottom: 10px;
    color: #212112;  
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
    color: #212112;  
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover{
    text-decoration: underline;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child{
    padding-bottom: 0;
}

.wpml-ls-legacy-dropdown{
    display:flex;
    height: 100%;
    align-items: center;
    padding-left:20px;
}


.wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle{
    position: relative;
    color: #212112;
    padding-right:25px;
}

.wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle.wpml-ls-item-toggle:after {
    font-family: Linearicons-Free;
    content: "\e874";
    display:block;
    position:absolute;
    right:0px;
    top:3px;
    line-height: 1;
}

.psb-publicform {
	margin-bottom: 60px;
}
.psb-publicform .psb-roomdetails {
	border-left: 0;
}
.psb-publicform .psb-pricedescript {
	width: 100%;
	border: 0;
	margin: 40px auto 40px auto;
	padding: 0;
	border-radius: 0;
	background-color: #f8f8f8;
}
.psb-publicform .psb-pricedescript-title {
	background-color: #49bcbf;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
}
.psb-publicform table tbody tr, .psb-publicform table thead tr {
	border: 0;
}
.psb-publicform table tbody tr td {
	border-bottom: 1px solid #efefef;
}
.psb-publicform table tbody tr:last-child td {
	border-bottom: 0;
}
.psb-publicform table tbody tr td {
	border-right: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
}
.psb-publicform table tbody tr td:last-child {
	border-right: 0;
}
.psb-publicform .psb-roomtitle a {
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	font-size: 22px;
	color: #545454;
}
.psb-publicform .psb-roomhead {
	display: block;
}
.psb-publicform .psb-roomhead > div {
	display: inline-block;
	vertical-align: top;
}
.psb-publicform .psb-roomhead .psb-roomthumb {
	width: 400px;
	float: unset;
	margin: 0px;
}
.psb-publicform .psb-roomhead .psb-roomhead-texts {
	padding: 20px 20px 0 20px;
	width: calc(100% - 444px);
}




#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.dayDisabled {
	background-color: red;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.dayDisabled span {
	color: #fff;
	cursor: default;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.dayStart {
	background-color: #fff;
	position: relative;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.dayStart span {
	color: #49bcbf;
	cursor: default;
	border-bottom: 1px solid #49bcbf;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.dayStart:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
y ei??   0;
	border-style: solid;
	border-width: 25px 0 25px 12px;
	border-color: transparent transparent transparent #49bcbf;
}
#submitdiv {
	margin-top: 30px;
	margin-bottom: -20px;
}
#submitdiv button {
	color: rgb(255, 255, 255);
	background-color: rgb(73, 188, 191);
	border-color: rgb(73, 188, 191);
	margin: 0px;
}
.eltd-res-email, .eltd-res-name {
	cursor: text !important;
}
.eltd-hotel-room-reservation-holder .eltd-label-text {
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1px;
}
.eltd-grid-col-12 textarea {
	width: 100%;
	margin: 0 0 20px;
	padding: 14px 18px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	font-weight: inherit;
	color: #121212;
	background-color: transparent;
	border: 1px solid #ebebeb;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	cursor: text !important;
	box-sizing: border-box;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
#dolceErrorDiv {
	position: absolute;
	background-color: #212121;
	color: #fff;
	padding: 4px 10px;
	width: calc(100% - 20px);
	margin-top: 6px;
	z-index: 999;
}
#dolceErrorDiv:before {
	position: absolute;
	content: "";
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #212121 transparent;
}
.thanks-back {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: darkgray;
	opacity: 0.7;
	z-index: 1000;
}
.thanks {
	background-color: #fff;
	position: absolute;
	z-index: 1001;
	top: 100px;
	width: 600px;
	max-width: calc(100vw - 20px);
	left: calc(50% - 300px);
	padding: 20px;
	border: 1px solid #49bcbf;
	box-shadow: 0 0 30px #777;
}
.thanks h4 {
	margin: 10px 0 20px 0;
	font-size: 17px;
}
.thanks p {
	margin: 10px 0px -3px 0px;
	color: darkgray;
}
.thanks-list {
	width: calc(100% - 40px);
	margin: 0 auto;
	padding: 10px 20px;
}
.thanks-row > div {
	display: inline-block;
	padding: 0px;
	vertical-align: top;
}
.thanks-row > div.label {
	width: calc(40% - 24px);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
}
.thanks-row > div.value {
	width: calc(60% - 24px);
	color: #121212;
	font-size: 14px;
}
.thanks-separator {
	margin: 6px -20px;
	border-top: 1px solid #d7d7d7;
}
.thanks-button {
	text-align: center;
	padding: 30px 0 0 0;
}
.pagechange-back, .pagechange-animation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.pagechange-back {
	background-color: #fff;
	opacity: 0.85;
	z-index: 1001;
}
.pagechange-animation {
	position: fixed;
	z-index: 1002;
	background: transparent url(/wp-content/themes/albergo/assets/img/spinner.gif) top center no-repeat;
	background-position-y: 300px;
	background-size: 200px;
}
.eltd-hotel-room-single-outer .eltd-tabs .eltd-comment-holder-inner {
	margin-top: 20px;
}
.eltd-comment-holder .eltd-comment-text {
	padding-left: 0px;
}
.eltd-comment-holder .eltd-comment-list li {
	padding-top: 20px;
}
.eltd-comment-holder .eltd-comment {
	padding-bottom: 0px;
}
.eltd-hr-item-reviews-display-wrapper {
	border-bottom: 0px;
}
.ladolce-badges {
	margin: 60px auto 0 auto;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.ladolce-badges > * {
	margin: 0 auto;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.ladolce-badges > script {
	display: none;
}
.eltd-owl-slider .owl-stage-outer {
  height: unset;
  max-height: 540px;
}
.comm-gdpr {
	margin-top: 20px;
}
.comm-gdpr-identy {
	margin-top: 14px;
}
.comm-gdpr .psb-form-row {
	width: 326px;
	vertical-align: top;
}
.comm-gdpr .psb-form-row.eltd-hotel-room-reservation {
	margin-top: 37px;
}
.comm-gdpr .psb-form-row.eltd-hotel-room-reservation a,
.comm-gdpr .psb-form-row.eltd-hotel-room-reservation a:focus,
.comm-gdpr .psb-form-row.eltd-hotel-room-reservation a:visited {
	color: #fff;
	text-decoration: underline;
}
.comm-gdpr .psb-form-row.eltd-hotel-room-reservation a:hover {
	color: #fff;
	text-decoration: none;
}
.comm-gdpr .eltd-hotel-room-reservation input.eltd-res-extra-service-checkbox + .eltd-checkbox-frame {
	background-color: transparent;
	border-color: #fff;
}
.comm-gdpr .eltd-hotel-room-reservation input.eltd-res-extra-service-checkbox:checked + .eltd-checkbox-frame {
	background-color: #fff;
}
.comm-gdpr .eltd-hotel-room-reservation input.eltd-res-extra-service-checkbox + .eltd-checkbox-frame {
	color: #49bcbf;
}
.comm-gdpr textarea, .comm-gdpr input[type="text"] {
	color: #fff;
}
.comm-gdpr input[type="text"]:focus {
	border-color: #fff;
}
#psb-check-dates {
	background-color: #49bcbf;
}
#psb-check-dates .psb-roominputs {
	max-width: 690px;
}
#psb-check-dates .psb-roomdetails {
	background-color: #fff;
	margin-left: -10px;
	width: calc(100% + 10px);
	margin-bottom: -10px;
	padding-top: 10px;
}
.eltd-hotel-room-filter-button-holder {
	width: 100%;
	text-align: center;
	padding: 30px 0 10px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.psb-form-row #dolceErrorDiv {
	min-width: 200px;
	max-width: 200px;
}

.psb-disabled-day {
	background-color: red;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-calendar tr td.psb-disabled-day span {
	color: white;
}


@media only screen and (max-width: 1024px) {
	.apart-title-desktop { display: none; }
	.apart-title-mobile { display: block; }
	.apartments-list .eltd-hrl-item .eltd-item-holder {
		display: block;
		width: 100%;
	}
	.apartments-list .eltd-hrl-item .eltd-item-holder .eltd-hrl-item-image,
	.apartments-list .eltd-hrl-item .eltd-item-holder .eltd-hrl-item-content {
		display: block;
		width: 100%;
		padding: 0px 0px 35px 0px;
	}
	.eltd-title-holder.eltd-standard-with-breadcrumbs-type .eltd-breadcrumbs-info {
		margin-top: -4px;
	}
	.apart-title-mobile h2.eltd-hrl-item-title.entry-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 769px) {
	.apart-title-mobile h2.eltd-hrl-item-title.entry-title {
		font-size: 30px;
	}
}
@media only screen and (min-width: 767px) {
	.eltd-title-holder .eltd-title-wrapper h1.eltd-page-title.entry-title {
    font-size: 40px !important;
	}
}
@media only screen and (min-width: 481px) {
	.eltd-title-holder .eltd-title-wrapper h1.eltd-page-title.entry-title {
    font-size: 36px !important;
	}
	.eltd-title-holder.eltd-standard-with-breadcrumbs-type .eltd-breadcrumbs-info {
		margin-top: 4px;
	}
}
@media only screen and (max-width: 480px) {
	.eltd-title-holder.eltd-standard-with-breadcrumbs-type .eltd-breadcrumbs-info {
		margin-top: 10px;
	}
	.apart-title-mobile h2.eltd-hrl-item-title.entry-title {
    font-size: 24px;
	}
}
@media only screen and (max-width: 680px) {
	h1 {
		font-size: 28px;
	}
}

.apblock-title {
	margin-bottom: 30px;
}
.apblock-title.eltd-section-title-holder > .eltd-section-title-inner {
	max-width: 100%;
}


/* main menu */
@media only screen and (max-width: 1311px) {
	header.eltd-page-header { display: none; }
	header.eltd-mobile-header { display: block; }
	.eltd-main-menu ul li.only-mobile-menu {
		display: list-item;
	}
	.eltd-mobile-header .eltd-mobile-nav ul li.only-mobile-menu a {
		position: relative;
		color: #49bcbf;
    font-weight: bold;
    font-size: 12px !important;
  }
  /*
  .eltd-mobile-header .eltd-mobile-nav ul li.only-mobile-menu a span:after {
  	content: "🛎";
  	position: absolute;
		top: 3px;
		margin-left: 8px;
		display: inline-block;
  	color: #49bcbf;
    font-weight: bold;
    font-size: 32px !important;
  }
  */
}


/* booking */
.psb_radios_list li {
	vertical-align: top;
}
@media only screen and (max-width: 1000px) {
	.eltd-page-content-holder .psb_radios_list li {
		width: 50%;
	}
	.eltd-page-content-holder .psb-publicform .psb-roomhead .psb-roomthumb {
		float: none;
		max-width: calc(100% - 10px);
	}
	.eltd-page-content-holder .psb-publicform .psb-roomhead .psb-roomhead-texts {
		width: calc(100% - 50px);
	}
}
@media only screen and (max-width: 768px) {
	.eltd-page-content-holder #psb-check-dates .comm-gdpr .psb-form-row.eltd-hotel-room-reservation {
    margin-top: 0px;
	}
	.eltd-page-content-holder #psb-check-dates .eltd-hotel-room-filter-button-holder {
		margin-top: 20px;
	}
	.eltd-page-content-holder #psb-check-dates .psb-form-row {
		margin-top: 16px;
	}
	.eltd-page-content-holder #psb-check-dates .comm-gdpr {
		margin-top: 0px;
	}
	.thanks {
		max-width: calc(100vw - 80px);
		left: 20px;
	}
}
@media only screen and (max-width: 680px) {
	.eltd-page-content-holder .psb_radios_list li {
		width: 100%;
	}
	.eltd-container-inner, .eltd-grid, .eltd-row-grid-section {
    width: unset;
    max-width: calc(100% - 40px);
	}
	.eltd-page-content-holder #psb-check-dates {
		text-align: center;
	}
	.eltd-page-content-holder #psb-check-dates * {
		text-align: left;
	}
	.eltd-page-content-holder #psb-check-dates .eltd-hotel-room-filter-button-holder {
		text-align: center;
	}
	.eltd-page-content-holder #psb-check-dates .psb-roominputs {
		max-width: 344px;
    display: inline-block;
    width: unset;
    margin: -10px auto 10px auto;
	}
}
@media only screen and (max-width: 420px) {
	.eltd-page-content-holder #psb-check-dates .psb-roominputs {
		max-width: calc(100% - 20px);
	}
	.eltd-page-content-holder #psb-check-dates .psb-form-row {
		margin-top: 16px;
	}
	.eltd-page-content-holder #psb-check-dates .psb-form-row,
	.eltd-page-content-holder #psb-check-dates .custom-select,
	.eltd-page-content-holder #psb-check-dates .psb-calendar-holder {
		width: 100%;
	}
}
#ui-datepicker-div {
	display: none;
}