/*
Theme Name: Adomus
Theme URI: https://maestrel.com/adomus/
Author: Maestrel
Author URI: https://maestrel.com/
Description: Adomus is a theme perfectly suited for anybody owning a business in the hospitality industry: hotel, B&B, holiday apartment, campsite...
Version: 1.9
License URI: https://maestrel.com/terms-and-conditions/
Text Domain: hotelwp
*/

/*
1) html tags and general elements
2) hero
    2.1) hero layout
    2.2) header
    2.3) main menu
    2.4) mobile menu
    2.5) header misc
3) booking
4) blog
    4.1) news
    4.2) comments
    4.3) sidebar
5) advanced template layout
    5.1) owner row
    5.2) video block row
    5.3) accom row
    5.4) gallery row
    5.5) testimonials row
    5.6) news row
    5.7) cta row
    5.8) map and contact row
    5.9) pages row
	5.10) text img row
	5.11) gallery slider row
	5.12) misc
6) footer
7) slick slider
8) misc
*/

/* --------------------------------------------------------------------------------- */
/* 1) html tags and general elements */
/* --------------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a {
	font-weight: 800;
}

h5,h6 {
	font-weight: 700;
}

h1 {
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 18px;
}

h2 {
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 22px;
    padding-top: 14px;
}

h3 {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 16px;
	padding-top: 14px;
}

h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

h5 {
	font-size: 15px;
	margin-bottom: 12px;
}

h6 {
	font-size: 15px;
}

.hero-caption .title,
.hero-caption h1 {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.title {
    font-size: 42px;
    font-weight: 800;
    line-height: 60px;
}

.tagline {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
	text-align: center;
	text-transform: uppercase;
}


.below-hero-title,
.section-title {
	text-align: center;
}

.section-title h2 {
    padding-top: 16px;
	margin-bottom: 24px;
}

.section-title p + h2 {
	padding-top: 0;
}

.section-title-followed-by-content h2 {
	margin-bottom: 35px;
}

.below-hero-title p.tagline,
.section-title p {
	color: #888;
	font-weight: 800;
	margin-bottom: 2px;
	padding-top: 14px;
	text-transform: uppercase;
}

.below-hero-title p.tagline {
    padding-top: 38px;
}

.below-hero-title h1,
.below-hero-title .title {
    margin-bottom: 36px;
	padding-top: 12px;
}

.below-hero-title p.tagline + h1,
.below-hero-title p.tagline + .title {
	padding-top: 0;
}

p {
	margin-bottom: 24px;
}

blockquote {
	background: #eee;
	border-left: 3px solid;
	margin-bottom: 11px;
	padding: 11px 20px;
}

table {
    background: #fff;
    border: 1px solid;
	border-collapse: collapse;
	margin: 11px 0 33px;
	width: 100%;
	word-wrap: break-word;
}

table th,
table td {
	border: 1px solid #d4d4d4;
    padding: 17px 20px 18px;
}

table td {
	border-bottom: 0 !important;
	padding: 11px 20px 12px;
}

table tr:first-child th,
table tr:first-child td {
  border-top: 0;
}

table thead tr:last-child th,
table thead tr:last-child td {
    border-bottom: 1px solid #d4d4d4;
}

table tfoot tr:last-child th,
table tfoot tr:last-child td {
    border-top: 1px solid #d4d4d4;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

table caption {
    margin-bottom: 11px;
}

ul {
	list-style-type: none;
	margin-bottom: 22px;
}

ol {
    list-style-position: inside;
    list-style-type: decimal;
	margin-bottom: 22px;
}

ol ol {
    list-style-type: upper-alpha;
}

ol ol ol {
    list-style-type: lower-alpha;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
    margin-left: 20px;
}

.the-content ul:not(.no-bullets-list) li:before,
ul.list-with-bullets li:before,
ul.bullets-list li:before {
    content: "\002022";
    font-size: 18px;
    padding-right: 8px;
    vertical-align: -2px;
}

ol li:before {
    content: '';
    padding-right: 0;
}

hr {
	background: #d4d4d4;
	border: none;
    height: 1px;
    margin: 30px 0 35px;
}

button {
    border: none;
    cursor: pointer;
	outline: none;
    text-decoration: none;
}

label {
    display: block;
    font-weight: 700;
	margin-bottom: 9px;
}

input + label {
	font-weight: 400;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
	background: rgba(0,0,0,0.07);
	border: none;
	box-sizing: border-box;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
	outline: none;
	padding: 10px;
	transition: background 0.4s, border 0.4s;
}

select option {
	font-size: 16px;
}

.hotelwp-select-wrapper {
	display: block;
	max-width: 540px;
	position: relative;
}

.hotelwp-select-wrapper select {
	appearance: none;
	padding-right: 28px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.hotelwp-select-arrow:before {
	content: "\f107";
	display: none;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.hotelwp-select-arrow svg {
	bottom: 21px;
	display: block;
	font-size: 15px;
	position: absolute;
	right: 7px;
	transition: color 0.4s;
}

.widget-area-top-header-left .hotelwp-select-arrow svg,
.widget-area-top-header-right .hotelwp-select-arrow svg {
	bottom: -1px;
}

.top-header input[type="text"],
.top-header input[type="email"],
.top-header select {
	color: #fff;
	margin-bottom: 0;
}

.top-header select option {
	color: #555;
}

select {
	cursor: pointer;
	max-width: 540px;
	position: relative;
	width: 100%;
}

option {
	background: #fff;
}

textarea {
	padding: 10px;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus {
	outline: none;
}

.hotelwp-contact-form input[type="text"],
.hotelwp-contact-form input[type="email"],
.hotelwp-contact-form input[type="number"],
.hotelwp-contact-form select {
	width: 100%;
}

.hotelwp-contact-form textarea {
	height: 129px;
    vertical-align: top;
}

a {
	font-weight: 700;
	text-decoration: none;
	transition: color 0.4s, border 0.4s;
}

input[type="button"],
input[type="submit"],
.button {
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
    font-size: 14px;
    font-weight: 700;
	line-height: 22px;
	min-width: 100px;
	outline: none;
	padding: 10px 15px 9px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
}

input[type="button"],
.button {
	margin-bottom: 11px;
}

input[type="radio"] {
	margin-top: 4px;
}
.button:hover {
	color: #fff;
}

.main-wrapper {
    position: relative;
}

/* end 1) html tags and general elements */


/* --------------------------------------------------------------------------------- */
/* 2) hero */
/* --------------------------------------------------------------------------------- */

/* 2.1) hero layout */

.hero {
    background: #000;
    position: relative;
}

.hero-media-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.hero-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero.hero-is-full-screen {
    padding-bottom: 0;
}

.hero.hero-custom {
    height: auto;
    padding-bottom: 0;
}

.hero.hero-no-padding {
    padding-bottom: 0;
}

.hero-img {
    display: block;
    max-width: none;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s;
}

.hero-slide-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-slide-wrapper small {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
    margin: 11px auto 0;
    max-width: 720px;
}

.hero-slide-wrapper img {
    position: relative;
}

.hero video,
.hero-youtube-video-player {
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s;
}

.hero-caption {
    left: 120px;
    margin-bottom: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    right: 120px;
    transition: opacity 0.4s;
}

.hero-caption-left {
    right: 420px;
}

.hero-caption-right {
	left: 420px;
    right: 120px;
}

.hero-slider.slick-slider {
    position: absolute;
    width: 100%;
}

.hero-slider .slick-prev {
    left: 40px;
}

.hero-wide.hero-caption-right-on-wide-screen .hero-slider .slick-prev {
    left: 340px;
}

.hero-slider .slick-next {
    right: 40px;
}

.hero-wide.hero-caption-left-on-wide-screen .hero-slider .slick-next {
    right: 340px;
}

.hero-slider .slick-arrow {
    background: rgba(0,0,0,0.25);
}

/* end 2.1) hero layout */

/* 2.2) header */

.header {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	height: 100px;
    margin-bottom: 40px;
	position: absolute;
    top: 0px;
    width: 100%;
}

.top-header + .header {
    top: 61px;
}

.top-header {
	border-bottom: 1px solid rgba(255,255,255,0.15);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	min-height: 60px;
    position: absolute;
    top: 0;
	width: 100%;
	z-index: 99;
}

.top-header a {
    color: rgba(255,255,255,0.8);
    transition: color 0.4s;
}

.top-header a:hover {
    color: #fff;
}

.widget-area-top-header-left,
.widget-area-top-header-right {
    height: 60px;
    line-height: 60px;
	position: absolute;
}

.widget-area-top-header-left {
	left: 40px;
	top: 0;
}

.widget-area-top-header-right {
    right: 40px;
    top: 0;
}

.widget-area-top-header-left h3,
.widget-area-top-header-right h3 {
    display: none;
}

.widget-area-top-header-left .widget {
	border-right: 1px solid rgba(255,255,255,0.15);
	float: left;
	height: 60px;
	margin-right: 40px;
	padding-right: 40px;
}

.widget-area-top-header-left .widget_hotelwp_contact_details {
	padding-right: 0;
}

.widget-area-top-header-left .contact-details-trigger {
	padding-right: 40px;
}

.widget-area-top-header-right .widget {
	border-left: 1px solid rgba(255,255,255,0.15);
	float: right;
	height: 60px;
	margin-left: 40px;
	padding-left: 40px;
}

.widget-area-top-header-right .widget_hotelwp_contact_details {
	padding-left: 0;
}

.widget-area-top-header-right .contact-details-trigger {
	padding-left: 40px;
}

.widget-contact-content span {
	border-right: 1px solid rgba(255,255,255,0.15);
	display: inline-block;
	line-height: 60px;
	padding: 0 40px;
}

.widget-area-top-header-left .widget-contact-content span:first-child {
	padding-left: 0;
}

.widget-contact-content span:last-child {
	border-right: none;
}

.widget-area-top-header-right .widget-contact-content span:last-child {
	padding-right: 0;
}

.widget_hotelwp_contact_details {
	position: relative;
}

.contact-details-trigger {
    display: none;
}

.top-header:not(.mobile-top-header) .widget-contact-content {
    display: block !important;
}

.logo,
.site-name {
	float: left;
	font-size: 17px;
    line-height: 100px;
    margin-left: 40px;
}

.logo span {
	display: none;
}

.site-name {
	display:inline-block;
	margin-bottom: 0;
	padding-top: 0;
}

.site-name a {
    color: rgba(255,255,255,0.7);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s;
}

.site-name a:hover {
    color: #fff;
}

.header.is-fixed-header {
	border-bottom: none;
	position: fixed;
	top: 0;
	transition: background 0.4s;
	z-index: 999;
}

.is-fixed-header .list-menu ul {
	top: 100px;
}

.admin-bar .is-fixed-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .is-fixed-header {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .is-fixed-header {
		top: 0px;
	}
}

/* end 2.2) header */

/* 2.3) main menu */

.list-menu {
	opacity: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.list-menu > li {
	float: left;
	line-height: 100px;
	margin-right: 40px;
}

.header-no-bg .header:not(.is-fixed-header) .list-menu > li {
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: border 0.4s;
}

.header-no-bg .header:not(.is-fixed-header) .list-menu > li.current-menu-item,
.header-no-bg .header:not(.is-fixed-header) .list-menu > li.menu-item-hover,
.header-no-bg .header:not(.is-fixed-header) .list-menu > li.current-menu-ancestor {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.list-menu ul li {
    border-top: 1px solid rgba(255,255,255,0.15);
    line-height: 22px;
    padding: 16px 10px;
    position: relative;
}

.list-menu ul li a {
    padding: 0 10px;
}

.list-menu ul ul {
	left: 201px;
	top: 0;
}

.is-fixed-header .list-menu ul ul {
	top: 0;
}

.list-menu ul ul.menu-sub-left {
	 left: -201px;
}

.list-menu > li:last-child > ul {
    right: 40px;
}

.list-menu > li.menu-item-has-children > a:after {
	content: '\f107';
	display: none;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.list-menu > li.menu-item-has-children > a svg {
	margin-left: 5px;
}

.list-menu li.menu-item-has-children li.menu-item-has-children > a:after {
	content: '\f105';
	display: none;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.list-menu li.menu-item-has-children li.menu-item-has-children > a svg {
	left: 88%;
	margin-top: -6px;
	position: absolute;
	top: 50%;
}

ul.list-menu ul {
    margin-left: 0;
}

.list-menu li:before {
    content: "";
    padding-right: 0;
}

.list-menu a {
	color: rgba(240,240,240,0.8);
    display: block;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s;
}

.list-menu .current-menu-ancestor > a,
.list-menu .current-menu-item > a,
.list-menu a:hover {
	color: #fff;
}

.list-menu ul {
    display: none;
    position: absolute;
    top: 101px;
    width: 200px;
    z-index: 999;
}

.list-menu ul li a {
    font-size: 13px;
}

/* end 2.3) main menu */

/* 2.4) mobile menu */

.mobile-menu-trigger {
    color: rgba(255,255,255,0.8);
	display: none;
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 36px;
}

.mobile-menu-trigger:hover {
    color: #fff;
}

.mobile-header .mobile-menu-trigger {
	display: block;
}

.mobile-header ul {
	display: none;
	margin-bottom: 0;
}

.mobile-menu li.menu-item-hover,
.mobile-menu li.current-menu-item {
	border-bottom: none;
}

.mobile-menu {
	background: rgba(0,0,0,0.95);
	display: none;
	left: 0;
	line-height: 55px;
	position: absolute;
	top: 0;
    width: 100%;
    z-index: 999;
}

.mobile-menu {
	font-size: 15px;
	font-weight: 800;
	line-height: 55px;
	text-transform: uppercase;
}

.admin-bar .mobile-menu {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .mobile-menu {
        margin-top: 46px;
    }
}

.mobile-menu ul,
.mobile-menu ul ul {
    margin: 0;
}

.mobile-menu li {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.mobile-menu li:before {
    content: "";
    padding-right: 0;
}

.mobile-menu li li a:before {
    content: "-- ";
    padding-right: 0;
}

.mobile-menu li li li a:before {
    content: "---- ";
}

.mobile-menu a {
	color: rgba(255,255,255,0.9);
	display: block;
    margin: 0 auto;
	max-width: 320px;
    padding: 0 20px;
    transition: color 0.4s;
}

.mobile-menu a:hover {
	color: #fff
}

.mobile-top-header .contact-details-trigger {
    display: block;
}

.mobile-top-header .widget-contact-content {
	background: rgba(0,0,0,0.95);
	display: none;
	max-width: 270px;
	min-width: 170px;
	position: absolute;
	top: 61px;
}

.mobile-top-header .widget-area-top-header-left .widget-contact-content {
	left: 0;
}

.mobile-top-header .widget-area-top-header-right .widget-contact-content {
	right: 0;
}

.mobile-top-header .widget-contact-content span,
.mobile-top-header .widget-area-top-header-left .widget-contact-content span:first-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-right: none;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
}

/* end 2.4) mobile menu */

/* 2.5) header misc */

.video-overlay-close,
.contact-details-close,
.menu-close {
	font-size: 26px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

/* end 2.5) header misc */

/* end 2) header*/


/* --------------------------------------------------------------------------------- */
/* 3) booking */
/* --------------------------------------------------------------------------------- */


.hb-datepick-check-in-out-trigger {
	bottom: 16px;
	cursor: pointer;
	font-family: 'Font Awesome 6 Free';
	font-size: 19px;
	right: 10px;
}

.hb-datepick-check-in-out-trigger:before {
	content: "\f073";
	display: none;
}

.hero-booking-form .hb-datepick-check-in-out-trigger {
	bottom: 9px;
	right: 1px;
}

.hero-booking-form .hb-datepick-check-in-out-trigger {
	color: rgba(255,255,255,0.7);
	transition: color 0.4s;
}

.hero-booking-form .hb-datepick-check-in-out-trigger:hover {
	color: rgba(255,255,255,0.9);
}

.hero-booking-form {
    left: 0;
    margin: 0 40px 40px;
    opacity: 0;
	padding: 22px 20px 0;
    position: absolute;
    right: 0;
    transition: opacity 0.4s;
}

.hero-booking-form-pos-top-hero {
	margin: 40px 40px 0;
}

.hero-booking-form-vertical {
    margin: 40px 0;
    width: 220px;
}

.hero-booking-form-left {
    left: 40px;
    right: auto;
}

.hero-booking-form-right {
    left: auto;
    right: 40px;
}

.hero-booking-form-always-below-hero,
.hero-booking-form-is-below-hero {
    height: auto;
    margin: 0;
    padding: 40px 40px 20px;
    position: static;
}

.hb-hero-search-form-is-vertical .hero-booking-form-always-below-hero,
.hb-hero-search-form-is-vertical .hero-booking-form-is-below-hero {
    padding: 22px 40px 20px;
}

.hero-booking-form h3 {
	display: none;
}

.hero-booking-form select,
.hero-booking-form input[type="text"] {
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 3px;
}

.hero-booking-form select {
	padding-right: 26px;
}

.hero-booking-form select option {
	color: #555;
}

.hero-booking-form .hotelwp-select-arrow svg {
	bottom: 15px;
	color: #fff;
	right: 5px;
}

.hero-booking-form input[type="text"]:focus,
.hero-booking-form select:focus {
	background: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}

.hero-booking-form .hb-horizontal-search-form input[type="submit"] {
	padding-bottom: 11px;
	padding-top: 11px;
}

.hero-booking-form ::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.hero-booking-form ::-moz-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
    opacity: 1;
}

.hero-booking-form :-ms-input-placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.hero-booking-form .hb-search-error {
	color: #fff;
	font-weight: 700;
}

.hb-check-dates-wrapper {
    position: relative;
}

.hero.has-booking-form + .hero-booking-form #hero-search-form .hb-search-error {
    bottom: -42px;
    position: absolute;
}

.hero.has-booking-form + .hero-booking-form #hero-search-form.hb-vertical-search-form .hb-search-error {
    margin-bottom: 0;
}

.hb-search-fields p {
	margin-bottom: 26px;
}

.hb-vertical-search-form p.hb-booking-search-submit {
    margin-bottom: 22px;
}

.hb-vertical-search-form input[type="submit"] {
    width: 100%;
}

.hb-input-datepicker {
    cursor: pointer;
}

.hb-change-search-wrapper input {
	margin-top: -10px;
}

div.hb-accom,
div.hb-resa-summary-content {
	border-radius: 0;
}

div.hb-accom {
	transition: border 0.4s;
}

div.hb-accom.hb-accom-selected,
div.hb-resa-summary-content {
	border-color: rgba(0,0,0,0);
}

input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
textarea.error {
	border-color: #F04826;
}

.hero-booking-form-no-id {
    color: #fff;
}

.hb-stripe-expiration {
	width: 70px;
}

.hb-stripe-expiration,
.hb-stripe-expiration-separator {
	float: left;
}

.hb-stripe-expiration-separator {
	margin: 10px 10px 0;
}

.hb-confirm-area {
	margin-top: 30px;
}

.hb-accom-list,
.hb-booking-details-form {
	margin: 0 auto;
	max-width: 800px;
}

.hb-searched-summary {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 50px;
}

.hbook-wrapper .hb-details-fields input[type="text"] {
    display: inline;
}

.hbook-wrapper .hb-details-fields h3 {
	margin-bottom: 22px;
}

.hbook-wrapper .hb-details-fields hr {
	margin: 12px 0 35px;
}

.hbook-wrapper .hb-details-fields h3 + hr {
	margin-top: 22px;
}

/* end 3) booking */


/* --------------------------------------------------------------------------------- */
/* 4) blog */
/* --------------------------------------------------------------------------------- */

/* 4.1) news */

.column-two-thirds.blog-no-sidebar {
    float: none;
    margin: 0 auto;
}

.blog-has-sidebar .news-title-below-hero,
.blog-has-sidebar .blog-news {
    border-bottom: 1px solid #d4d4d4;
}

.blog-no-sidebar .blog-news {
    margin-bottom: 40px;
}

.blog-news:last-child {
    border-bottom: none;
}

.content-with-padding.news-title-below-hero {
    padding-bottom: 8px;
}

.blog-no-sidebar .content-with-padding.news-title-below-hero {
    padding-top: 70px;
}

.blog-news .content-with-padding {
    padding-bottom: 20px;
    padding-top: 20px;
}

.sticky .content-with-padding {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.blog-news h2 {
    padding-top: 0;
}

.news-thumbnail {
    padding: 40px 40px 10px 0;
}

.blog-no-sidebar .news-thumbnail {
	padding: 40px 0 10px 0;
}

.news-thumbnail img {
	display: block;
	width: 100%;
}

.news-more {
	margin-bottom: 27px;
}

.news-more .svg-inline--fa {
	font-size: 17px;
	margin-left: 4px;
	transition: margin 0.4s;
	vertical-align: -4px;
}

.news-more a:hover .svg-inline--fa {
	margin-left: 9px;
}

.news-meta {
	border-top: 1px solid #d4d4d4;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 12px;
	padding: 27px 0 0;
}

.news-meta a {
	font-weight: 400;
}

.blog-pagination.content-with-padding {
    padding-top: 40px;
}

.page-numbers {
    border: 1px solid #d4d4d4;
    color: #333;
    display: block;
    float: left;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 0;
    overflow: auto;
    text-align: center;
    transition: border 0.4s, color 0.4s;
    width: 40px;
}

.page-numbers.prev,
.page-numbers.next {
	font-size: 19px;
    line-height: 38px;
}

.sticky + hr {
    display: none;
}

.the-meta {
	font-size: 13px;
    font-style: italic;
    padding-bottom: 1px;
}

.the-meta p {
	margin-bottom: 9px;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
	text-align: right;
}

.nav-previous,
.nav-next {
	max-width: 48%;
}

/* end 4.1) news */

/* 4.2) comments */

#comments-list {
    margin-bottom: 40px;
}

#comments h3, #reply-title {
	padding-top: 0;
}

.hr-no-comment {
    margin-top: 40px;
}

.comment {
    margin-bottom: 13px;
    padding-top: 25px;
}

.comment-wrapper {
	border: 1px solid #d4d4d4;
    padding: 20px;
}

.comment-inner {
    margin-left: 30px;
}

.comment-profile {
    float: left;
}

.comment-profile-name {
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 8px;
}

.comment-date {
    font-size: 13px;
    font-style: italic;
}

.comment-meta {
    margin-bottom: 22px;
}

.comment-form p {
	margin-bottom: 22px;
}

.avatar {
    padding-right: 10px;
}

.reply {
	margin-bottom: 22px;
}

/* end 4.2) comments */

/* 4.3) sidebar */

.sidebar {
	background: #e2e2e2;
	border-left: 1px solid #ccc;
    box-sizing: border-box;
	padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.sidebar h3 {
	padding-top: 0;
}

.sidebar ul {
	margin-bottom: 0;
}

.sidebar li {
	margin-bottom: 11px;
}

.sidebar ul ul {
    margin-top: 11px;
}

.sidebar a {
	font-weight: 400;
}

.sidebar .widget {
	border-top: 1px solid #ccc;
	padding: 40px 40px 34px;
}

.widget li:before,
.footer-widget li:before {
    content: "";
    padding-right: 0;
}

.sidebar .widget:first-child {
	border-top: none;
}

.sidebar .current-menu-item a {
	font-weight: 700;
}

/* end 4.3) sidebar */

/* end 4) blog */


/* --------------------------------------------------------------------------------- */
/* 5) advanced template layout */
/* --------------------------------------------------------------------------------- */

/* 5.1) owner row */

.fancy-slider-row {
	min-height: 400px;
	overflow: hidden;
	padding-top: 10px;
}

.fancy-slider-row.row-has-no-owner-img.row-has-no-owner-slider {
    min-height: 0;
}

.owner-slider {
	background: #fff;
    bottom: 77px;
    left: 50%;
    position: absolute;
    top: 70px;
    right: 40px;
}

.row-has-owner-img .owner-slider {
    left: 0;
    width: 33.33%;
}

.owner-slider-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.row-has-owner-img .owner-slider-inner {
    left: 40px;
}

.owner-slide-caption {
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6) );
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 40px 70px 30px;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.owner-slide:not(.owner-slide-no-anim) {
	transition: bottom 0.6s, left 0.6s, opacity 0.6s, right 0.6s, top 0.6s;
}

.owner-slide,
.owner-slide-overlay {
	bottom: 40px;
	left: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.owner-slide {
	opacity: 0;
}

.owner-slide-current {
	bottom: 0;
	left: 0;
	opacity: 1;
	right: 40px;
	top: 40px;
	z-index: 99;
}

.owner-slide-next {
	opacity: 1;
	z-index: 97;
}

.owner-slide-previous {
	bottom: -40px;
	left: -40px;
	right: 80px;
	top: 80px;
	z-index: 100;
}

.owner-slide-previous.owner-slide-next {
    bottom: 40px;
    left: 40px;
    right: 0;
    top: 0;
    z-index: 97;
}

.owner-slide-overlay {
	display: block;
	opacity: 0.7;
	transition: background 0.4s;
	z-index: 98;
}

.owner-slider-to-left,
.owner-slider-to-right {
    background: rgba(0,0,0,0.25);
	bottom: 20px;
	border-radius: 20px;
	display: block;
	height: 40px;
	line-height: 46px;
	position: absolute;
	text-align: center;
	transition: background 0.4s;
	width: 40px;
	z-index: 110;
}

.owner-slider-to-left {
	left: 20px;
}

.owner-slider-to-right {
	right: 60px;
}

.owner-slider-to-left svg,
.owner-slider-to-right svg {
	color: #fff;
	font-size: 24px;
}

.owner-slider-to-left svg {
	margin-left: -2px;
}

.owner-slider-to-right svg {
	margin-left: 3px;
}

.owner-content {
	position: relative;
	width: 49%;
}

[dir="rtl"] .owner-content {
	right: 50%;
}

.row-has-owner-img .owner-content {
	position: relative;
	left: 33.33%;
	width: 33.33%;
}

.row-has-no-owner-img.row-has-no-owner-slider .owner-content {
    width: 100%;
}

.owner-content .content-with-padding {
	padding-bottom: 60px;
}

.owner-name,
.owner-title {
	font-weight: 800;
	text-align: right;
}

.owner-name {
	font-size: 18px;
	font-variant: small-caps;
}

.owner-title {
	color: #888;
	text-transform: uppercase;
}

.row-has-no-owner-img .owner-name,
.row-has-no-owner-img .owner-title {
    text-align: center;
}

.owner-img-wrapper {
    bottom: 0;
    position: absolute;
	right: 0;
    top: 0;
    width: 33.33%;
}

.row-has-owner-img-only .owner-img-wrapper {
    width: 50%;
}

.owner-mobile-img {
	display: none;
}

.owner-img-wrapper img {
	position: absolute;
    top: 60px;
	width: 100%;
}

.owner-signature {
	margin-right: -145px;
	position: relative;
	text-align: right;
    z-index: 1;
}

/* end 5.1) owner row */

/* 5.2) video block row */

.video-section-row {
	min-height: 520px;
	position: relative;
}

.video-block-overlay {
	height: 100%;
	position: absolute;
	width: 100%;
}

.video-block-content {
    min-height: 115px;
}

.video-section-row h2 {
	color: #fff;
}

.video-section-row .section-title p {
	color: rgba(220,220,220,0.85);
}

.video-intro-text {
	color: #fff;
	margin: -6px auto 70px;
	text-align: center;
}

.video-hero-play,
.video-section-play {
	border-radius: 25px;
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	transition: background 0.4s, color 0.4s, opacity 0.4s;
	width: 46px;
}

.video-hero-play {
	margin: 18px auto;
}

.video-section-play {
	margin: 36px auto 0;
}

.video-hero-play .fa-play,
.video-section-play .fa-play {
	color: #fff;
	margin-left: 5px;
}

.video-overlay {
	background: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.video-overlay-container {
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	top : 20px;
}

.video-overlay-container iframe,
.video-overlay-container video {
	left: 50%;
	position: absolute;
	top: 50%;
}

.video-overlay-container video {
    opacity: 0;
    transition: opacity 0.4s;
}

.video-overlay-close {
    color: rgba(137,137,137,0.8);
	font-size: 26px;
	height: 20px;
	position: absolute;
	right: 23px;
	top: 18px;
	width: 20px;
    z-index: 99;
}

.video-overlay-close:hover {
	color: rgba(255,255,255,0.9);
}

/* end 5.2) video block row */

/* 5.3) accom row */

.accom-link {
	background: #000;
    display: block;
}

.accom-title {
	background: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.6) );
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	padding: 40px 40px 38px;
	padding-top: 80px;
	position: absolute;
	width: 100%;
}

.accom-title svg {
	vertical-align: -4px;
}

.accom-title p {
    font-weight: 400;
	margin-bottom: 0;
}

.accom-link,
.accom-link:hover {
	color: #fff;
}

.accom-link .svg-inline--fa {
	font-size: 18px;
	opacity: 0;
	margin-left: -2px;
	transition: margin 0.4s, opacity 0.2s;
	vertical-align: -4px;
}

.accom-link:hover .svg-inline--fa {
	opacity: 1;
	margin-left: 8px;
}

.accom-row {
	padding-bottom: 28.125%;
}

.accom-row-high {
	padding-bottom: 50%;
}

.accom-link.accom-full-width,
.accom-link.column-one-half,
.accom-link.column-one-third {
	background-position: center;
	background-size: cover;
	left: 0;
	overflow: hidden;
	padding-bottom: 28.125%;
	position: absolute;
	top: 0;
	transition: left 0.4s, width 0.4s;
}

.accom-row-high .accom-link {
	padding-bottom: 50%;
}

.accom-full-width {
	width: 100%;
}

.accom-link.column-one-half:nth-child(2) {
	left: 50%;
}

.accom-row-slide-hover.accom-hover-0 .accom-link.column-one-half:nth-child(2) {
	left: 55%;
	width: 45%;
}

.accom-row-slide-hover.accom-hover-1 .accom-link.column-one-half:nth-child(1) {
	width: 45%;
}

.accom-row-slide-hover.accom-hover-1 .accom-link.column-one-half:nth-child(2) {
	left: 45%;
}

.accom-row-slide-hover .accom-link.column-one-half:hover {
	width: 55%;
}

.accom-link.column-one-third:nth-child(2) {
	left: 33.33%;
}

.accom-link.column-one-third:nth-child(3) {
	left: 66.66%;
}

.accom-row-slide-hover:hover .accom-link.column-one-third {
	width: 30%;
}

.accom-row-slide-hover .accom-link.column-one-third:hover {
	width: 40%;
}

.accom-row-slide-hover.accom-hover-0 .accom-link.column-one-third:nth-child(2) {
	left: 40%;
}

.accom-row-slide-hover.accom-hover-0 .accom-link.column-one-third:nth-child(3) {
	left: 70%;
}

.accom-row-slide-hover.accom-hover-1 .accom-link.column-one-third:nth-child(2) {
	left: 30%;
}

.accom-row-slide-hover.accom-hover-1 .accom-link.column-one-third:nth-child(3) {
	left: 70%;
}

.accom-row-slide-hover.accom-hover-2 .accom-link.column-one-third:nth-child(2) {
	left: 30%;
}

.accom-row-slide-hover.accom-hover-2 .accom-link.column-one-third:nth-child(3) {
	left: 60%;
}

.accom-overlay {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s;
}

.accom-link:hover .accom-overlay {
	opacity: 0.6;
}

/* end 5.3) accom row */

/* 5.4) gallery row */

.gallery-row {
	padding: 80px 0;
}

.gallery-row.gallery-layout-desc-center {
    padding: 40px 0 0;
}

.gallery-row.gallery-no-intro {
	padding: 0;
}

.gallery-layout-desc-left .gallery-desc,
.gallery-layout-desc-right .gallery-desc {
	position: absolute;
	width: 33.3333%;
}

.gallery-layout-desc-right .gallery-desc {
    right: 0;
}

.gallery-row .content-with-padding {
	margin-top: -5px;
	padding-top: 0;
}

.gallery-column {
	float: left;
    overflow: hidden;
    position: relative;
    padding-bottom: 16.666666%;
    width: 16.666666%;
}

.gallery-empty {
	background: rgba(0,0,0,0);
    height: 1px;
    padding-bottom: 0;
    width: 33.333333%;
}

.gallery-item {
    overflow: hidden;
    position: absolute;
	transition: background 0.4s;
}

.gallery-column img {
	display: block;
    max-width: 101%;
    position: absolute;
	transition: opacity 0.4s, transform 0.4s;
	width: 101%;
    -webkit-backface-visibility: hidden;
}

.gallery-column .gallery-img-mobile {
    display: none;
}

.row-overlay-hover .gallery-column:hover img {
	opacity: 0.4;
}

.row-zoom-hover .gallery-column:hover img {
	transform: scale(1.1);
}

.gallery-column:hover .gallery-enlarge {
	opacity: 1;
}

.gallery-column .gallery-link-all img {
	opacity: 0.25;
}

.gallery-enlarge {
	border-radius: 20px;
	box-sizing: border-box;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	height: 40px;
	opacity: 0;
	top: 50%;
	transition: opacity 0.4s;
	width: 40px;
}

.gallery-enlarge:before,
.gallery-enlarge:after {
	background: #fff;
	content: '';
	display: block;
	position: absolute;
}

.gallery-enlarge:before {
	height: 10px;
	left: 19px;
	top: 15px;
	width: 2px;
}

.gallery-enlarge:after {
	height: 2px;
	left: 15px;
    top: 19px;
	width: 10px;
}

.gallery-link-all div {
	box-sizing: border-box;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	width: 100%;
}

.gallery-link-all span {
	transition: margin 0.4s;
}

.gallery-link-all .svg-inline--fa {
	font-size: 17px;
	margin-left: 4px;
	transition: margin 0.4s;
	vertical-align: -4px;
}

.gallery-column:hover .gallery-link-all span {
	margin-left: 5px;
}

.gallery-column:hover .gallery-link-all .svg-inline--fa {
	margin-left: 9px;
}

/* end 5.4) gallery row */

/* 5.5) testimonials row */

.testimonials-row {
	position: relative;
}

.testimonial-img {
	background-color: #999;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.testimonials-big-img-right .testimonial-img {
    left: 50%;
}

.testimonials-wrapper {
	box-sizing: border-box;
	left: 50%;
    overflow: hidden;
	position: relative;
	top: 0;
	width: 50%;
}

.testimonials-big-img-right .testimonials-wrapper {
    left: 0;
}

.testimonials-centered .testimonials-wrapper {
    border-bottom: none;
    left: 0;
    width: 100%;
}

.testimonials-slider {
	position: relative;
}

.testimonial {
	opacity: 0;
	position: absolute;
}

.testimonial-container {
	display: table;
	opacity: 0;
	width: 100%;
}

.testimonial-inner {
	display: table-cell;
	vertical-align: middle;
}

.testimonial-caption {
	background: linear-gradient( rgba(0,0,0,0.0), rgba(0,0,0,0.6) );
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 40px;
	padding-top: 80px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.testimonial-name {
	margin-top: 28px;
	text-align: center;
	font-weight: 700;
}

.testimonial-name .testimonial-info,
.testimonial-caption .testimonial-info {
	font-weight: 400;
	font-style: italic;
}

.testimonial-intro {
	text-align: center;
}

.testimonial-content {
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.quote-begin,
.quote-end {
	height: 20px;
	width: 27px;
}

.quote-begin {
	background-image: url(styles/images/laquo.png);
	margin: 16px auto;
}

.quote-end {
	background-image: url(styles/images/raquo.png);
	margin: 20px auto;
}

.testimonials-nav-thumb {
	margin-top: -10px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.testimonials-nav-bullets {
	padding-top: 20px;
	position: relative;
	text-align: center;
}

.testimonial-thumb {
	border-radius: 45px;
    display: inline-block;
	height: 90px;
    margin: 10px;
	opacity: 0.5;
    transition: opacity 0.4s, box-shadow 0.1s;
	width: 90px;
}

.testimonial-thumb {
	box-shadow: inset 0px 0px 0px 3px rgba(0,0,0,0);
}

.testimonial-bullet {
    border: 2px solid #888;
	border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
	height: 14px;
    margin: 5px;
    transition: background 0.4s, border 0.4s;
	width: 14px;
}

.testimonial-bullet.testimonial-current {
	cursor: default;
}

.testimonial-thumb.testimonial-current,
.testimonial-thumb:hover {
	opacity: 1;
}

/* end 5.5) testimonials row */

/* 5.6) news row */

.news-row .content-with-padding {
	padding: 30px 40px 0px;
}

.news-row h3.news-title {
	padding-top: 0;
}

.news-row .news-more {
	margin-bottom: 45px;
}

.news-row .news-meta {
	margin-top: -28px;
	padding: 15px 0 10px;
}

.news-row .news-thumb {
	height:	100%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	width: 50%;
}

.news-row .news-content-right .news-thumb {
	left: 0;
}

.news-row .news-thumb-img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s, transform 0.4s;
}

.row-overlay-hover .news-thumb-img:hover {
	opacity: 0.4;
}

.row-zoom-hover .news-thumb-img:hover {
    transform: scale(1.1);
}

.mobile-news-img {
	display: none;
	width: 100%;
}

/* end 5.6) news row */

/* 5.7) cta row */

.cta-row.content-with-padding {
	padding: 50px 40px 65px;
}

.cta-row h2 {
	margin-bottom: 0;
	padding-top: 4px;
}

.cta-row p {
	margin-bottom: 21px;
	padding-top: 10px;
}

.cta-row a {
	font-weight: 800;
	text-transform: uppercase;
	transition: color 0.4s, margin 0.4s;
}

.cta-row a .svg-inline--fa {
	font-size: 17px;
	margin-left: 4px;
	transition: margin 0.4s;
	vertical-align: -4px;
}

.cta-row a:hover {
	margin-right: -5px;
}

.cta-row a:hover .svg-inline--fa {
	margin-left: 9px;
}

/* end 5.7) cta row */

/* 5.8) map and contact row */

.map-contact-row.columns-wrapper {
	overflow: visible;
}

.map-contact-row {
	position: relative;
}

.contact-row-vertical-border {
    background: #d4d4d4;
    bottom: 0;
	left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}


.hotelwp-contact-form .form-error,
.hotelwp-cf-error {
	color: #F04826;
	display: block;
	font-weight: 600;
	margin-top: 6px;
}

.hotelwp-cf-column-half {
	float: left;
	width: 48%;
}

.hotelwp-cf-column-third {
	float: left;
	width: 30.66%;
}

.hotelwp-cf-column-half,
.hotelwp-cf-column-third {
	margin-right: 4%;
}

.hotelwp-cf-column-half:last-of-type,
.hotelwp-cf-column-third:last-of-type {
	margin-right: 0;
}

.hotelwp-cf-details-form-stacked .hotelwp-cf-column-half,
.hotelwp-cf-details-form-stacked .hotelwp-cf-column-third {
	float: none;
	width: 100%;
}

.hotelwp-cf-explanation {
	font-style: italic;
}

.hotelwp-cf-submit input {
	float: left;
}

.hotelwp-cf-processing {
	background: url(styles/images/loader-2x.gif) no-repeat left center;
	background-size: 24px 24px;
	display: none;
	float: left;
	margin: 8px 0 0 12px;
	height: 24px;
	width: 24px;
}

.hotelwp-cf-error,
.hotelwp-cf-msg-send {
	display: none;
}

.hotelwp-contact-form hr {
	margin: 12px 0 35px;
}

.map-column {
	bottom: -1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 99;
}

.contact-column + .map-column {
	left: 50%;
}

.map-full-width {
	height: 450px;
}

.map-canvas {
	height: 100%;
	width: 100%;
}

.map-marker-container {
    background-color: rgba(255,255,255,0.8);
    border: 2px solid;
    font-size: 15px;
    font-weight: 800;
    min-width: 100px;
    padding: 13px 16px 12px;
    position: absolute;
    text-align: center;
	text-transform: uppercase;
}

.map-marker-container:before,
.map-marker-container:after {
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    border-style: solid;
    content: ' ';
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}

.map-marker-container:before {
    border-width: 12px 10px 0 10px;
    bottom: -12px;
    margin-left: -10px;
}

.map-marker-container:after {
    border-top-color: rgba(255,255,255,0.8);
    border-width: 8px 7px 0 7px;
    bottom: -8px;
    margin-left: -7px;
}

.map-marker-dot {
    border: 2px solid;
	border-radius: 6px;
    bottom: -35px;
    height: 10px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
	transform: rotate(45deg);
    width: 10px;
}

.map-marker-dot-inner {
    height: 6px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 6px;
}

/* end 5.8) map and contact row */

/* 5.9) pages row */

.featured-pages-row {
    position: relative;
}

.featured-pages-row-vertical-border {
    background: #d4d4d4;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.featured-pages-row-full-width .featured-pages-row-vertical-border {
	display: none;
}

.featured-pages-row-two-columns .featured-pages-row-vertical-border {
    left: 50%;
}

.featured-pages-row-three-columns .featured-pages-row-vertical-border {
    left: 33.33%;
}

.featured-pages-row-three-columns .featured-pages-row-vertical-border + .featured-pages-row-vertical-border {
    left: 66.66%;
}

.featured-pages-row .content-with-padding {
    padding-bottom: 30px;
}

.featured-pages-row h3 {
    margin-bottom: 24px;
    text-align: center;
}

.featured-pages-row-has-title h3 {
    margin: -6px 0 33px;
}

.featured-pages-row-img-wrapper {
	overflow: hidden;
}

.featured-pages-row-img-wrapper a {
	display: block;
}

.featured-pages-row-img-wrapper img {
	display: block;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-backface-visibility: hidden;
}

.row-overlay-hover .featured-pages-row-img-wrapper a:hover img {
    opacity: 0.4;
}

.row-zoom-hover .featured-pages-row-img-wrapper a:hover img {
    transform: scale(1.1);
}

.featured-pages-row-full-width .featured-pages-row-img-wrapper {
	margin: 0 auto -16px;
	max-width: 880px;
}

.featured-pages-learn-more-wrapper {
    margin-top: 22px;
    text-align: center;
}

.featured-pages-row-full-width.full-width-content-with-padding {
	padding-bottom: 0;
}

/* end 5.9) pages row */

/* 5.10) text img row */

.column-txt-img-img {
	bottom: 0;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50%;
}

.row-txt-img-txt-right .column-txt-img-img {
	left: 0;
}

.next-row-actually-has-top-border .column-txt-img-img {
	bottom: -1px;
	z-index: 9;
}


/* end 5.10) text img row */

/* 5.11) gallery slider row */

.gallery-slider-row .content-with-padding + .content-with-padding {
	padding-top: 0;
}

.gallery-slider-row .slick-arrow {
	position: absolute;
	top: 50%;
}

.gallery-slider .slick-list {
	transition: height 0.1s;
}

.gallery-slider .slick-prev {
	left: 27px;
}

.gallery-slider .slick-next {
	right: 27px;
}

.gallery-slide-wrapper {
	display: block !important;
	position: relative;
}

.gallery-slide-caption {
	background: rgba(0,0,0,0.5);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.gallery-slider-nav {
	margin-bottom: 30px;
}

.gallery-slider-nav .slick-arrow {
	font-size: 14px;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}

.gallery-slider-nav .slick-arrow svg {
	left: 7px;
	top: 3px;
}

.gallery-slider-nav .slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.3;
}

.gallery-slider-nav .slick-arrow:before {
	height: 6px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 6px;
}

.gallery-slider-nav .slick-prev {
	left: 10px;
}

.gallery-slider-nav .slick-next {
	right: 10px;
}

.gallery-slider-nav .slick-arrow:not(.slick-disabled):hover:before {
	border-color: #fff;
}

.gallery-slider-nav-item {
	box-sizing: border-box;
	display: block !important;
	padding: 1px 1px 0 0;
	position: relative;
}

.gallery-slider-nav-item img {
	display: block;
	transition: opacity 0.4s;
	width: 100%;
}

.gallery-slider-nav-item-border {
	bottom: 0;
	box-sizing: border-box;
	border: 2px solid;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 1px;
	top: 1px;
	transition: opacity 0.4s;
}

.gallery-slider-nav-current .gallery-slider-nav-item-border {
	opacity: 0.8;
}

.gallery-slider-nav-item:hover:not(.gallery-slider-nav-current) img {
	opacity: 0.3;
}

.gallery-slider-nav-current {
	cursor: default;
}

/* end 5.11) gallery slider row */

/* 5.12) misc */

.wrapper-has-bottom-border,
.row-has-bottom-border {
    box-shadow: 0 1px 0px #d4d4d4;
}

.column-has-bottom-border {
    box-shadow: inset 0 -1px 0px #d4d4d4;
}

/* end 5.12) misc */

/* end 5) advanced template layout */

/* --------------------------------------------------------------------------------- */
/* 6) footer */
/* --------------------------------------------------------------------------------- */

footer {
	position: relative;
}

.footer-dark-text .main-footer {
	box-shadow: 0 1px 0px #d4d4d4;
}

.footer-dark-text a {
	color: #333;
	border-bottom: 1px solid rgba(0,0,0,0.17);
}

.footer-dark-text .footer-vertical-border {
	background: rgba(0,0,0,0.17);
}

.footer-light-text {
	color: #ddd;
}

.footer-light-text {
	box-shadow: none;
}

.footer-light-text .sub-footer {
	box-shadow: inset 0 1px 0px rgba(255,255,255,0.05);
}

.footer-light-text a {
	color: #ddd;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-light-text .footer-vertical-border {
	background: rgba(255,255,255,0.05);
}

footer .gallery-wrapper a,
footer .gallery-wrapper a:hover {
	border-bottom: none;
}

footer a.social-link,
footer a.social-link:hover {
	border-bottom: none;
}

.footer-vertical-border {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.footer-three-columns .footer-vertical-border-1 {
	left: 33.33%;
}

.footer-three-columns .footer-vertical-border-2 {
	left: 66.66%;
}

.footer-four-columns .footer-vertical-border-1 {
	left: 25%;
}

.footer-four-columns .footer-vertical-border-2 {
	left: 50%;
}

.footer-four-columns .footer-vertical-border-3 {
	left: 75%;
}

.footer-three-columns .footer-vertical-border-3,
.footer-vertical-border-4 {
	display: none;
}

footer a {
	font-weight: 400;
}

.main-footer .menu {
	margin-bottom: 0;
}

.footer-tagline {
	font-style: italic;
}

.sub-footer {
	min-height: 60px;
	width: 100%;
}

.copyright {
	box-sizing: border-box;
	float: left;
	font-size: 12px;
	padding: 19px 40px 17px;
}

.sub-footer-has-social .copyright {
	width: 50%;
}

.social {
	float: right;
	width: 50%;
}

.social-link {
	color: #fff;
    display: block;
    font-size: 19px;
    float: right;
    height: 60px;
    line-height: 60px;
    text-align: center;
	transition: background 0.4s,color 0.4s;
    width: 60px;
}

.footer-dark-text .social-link {
	color: #fff;
}

.social-link:before {
	display: none;
	font-family: 'Font Awesome 6 Brands';
}

a.social-link:hover {
	background: rgba(255,255,255,0);
}

.social-link.facebook-button {
    background: #3b5998;
}

.social-link.facebook-button:hover,
.social-link.facebook-button:hover:before {
	color: #3b5998;
}

.social-link.facebook-button:before {
	content: '\f39e';
}

.social-link.google-button {
    background: #dd4b39;
}

.social-link.google-button:hover,
.social-link.google-button:hover:before {
    color: #dd4b39;
}

.social-link.google-button:before {
	content: '\f0d5';
}

.social-link.twitter-button {
    background: #00aced;
}

.social-link.twitter-button:hover,
.social-link.twitter-button:hover:before {
    color: #00aced;
}

.social-link.twitter-button:before {
	content: '\f099';
}

.social-link.pinterest-button {
    background: #cb2027;
}

.social-link.pinterest-button:hover,
.social-link.pinterest-button:hover:before {
    color: #cb2027;
}

.social-link.pinterest-button:before {
	content: '\f0d2';
}

.social-link.instagram-button {
	background: #3f729b;
}

.social-link.instagram-button:hover,
.social-link.instagram-button:hover:before {
	color: #3f729b;
}

.social-link.instagram-button:before {
	content: '\f16d';
}

.social-link.youtube-button {
	background: #b31217;
}

.social-link.youtube-button:hover,
.social-link.youtube-button:hover:before {
	color: #b31217;
}

.social-link.youtube-button:before {
	content: '\f167';
}

.social-link.linkedin-button {
	background: #0976b4;
}

.social-link.linkedin-button:hover,
.social-link.linkedin-button:hover:before {
	color: #0976b4;
}

.social-link.linkedin-button:before {
	content: '\f0e1';
}

.social-link.flickr-button {
	background: #ff0084;
}

.social-link.flickr-button:hover,
.social-link.flickr-button:hover:before {
	color: #ff0084;
}

.social-link.flickr-button:before {
	content: '\f16e';
}

.social-link.tripadvisor-button {
	background: #078171;
}

/* end 6) footer */

/* --------------------------------------------------------------------------------- */
/* 7) slick slider */
/* --------------------------------------------------------------------------------- */

.slick-slide {
    outline: none;
}

.slick-dots {
    bottom: -60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.slick-dots li {
    float: left;
    margin-left: 8px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:before {
    display: none;
}

.slick-dots .slick-active button,
.slick-dots .slick-active button:hover {
    background: #aaa;
    border: 2px solid #aaa;
    cursor: default;
}

.slick-dots button,
.slick-arrow {
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0;
    text-indent: -99999px;
}

.slick-arrow {
    border: none;
    border-radius: 20px;
	color: #fff;
	font-size: 24px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    transition: background 0.4s;
    width: 40px;
    z-index: 1;
}

.slick-arrow:before {
	display: none;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.slick-arrow svg {
	position: absolute;
	top: 8px;
}

.slick-prev svg {
	left: 14px;
}

.slick-next svg {
	left: 16px;
}

[dir="rtl"] .slick-slide {
    float: left !important;
}

.slick-slider .slick-list {
	direction: ltr;
}

/* end 7) slick slider */

/* --------------------------------------------------------------------------------- */
/* 8) misc */
/* --------------------------------------------------------------------------------- */

.mobile-only {
	display: none;
}

.background-img {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hightlight,
.highlight {
	font-style: italic;
	font-weight: 800;
}

p + .gallery-wrapper {
    margin-bottom: 33px;
	margin-top: 22px;
}

.content-with-padding .the-content > h2:first-child {
    padding-top: 0px;
    margin-top: -6px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 0 20px 5px 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 0 0 5px 20px;
}

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

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

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 35px;
    position: relative;
}

.video-container iframe {
    height: 100%;
	left: 0;
    position: absolute;
    top:0;
    width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.gallery-caption,
.wp-caption-text {
    font-size: 13px;
    padding: 12px 0 5px;
}

.photoswipe-item {
    display: block;
}

#searchform {
    max-width: 500px;
    position: relative;
}

#searchform input[type="text"] {
    padding-right: 100px;
    width: 100%;
}

#searchform input[type="submit"] {
    border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 12px 15px 11px;
    position: absolute;
    right: 0;
    top: 0;
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.top-header .widget_polylang .lang-item {
    float: left;
    margin-left: 20px;
}

.top-header .widget_polylang .lang-item:first-of-type {
    margin-left: 0;
}

.top-header .qtranxs_widget ul,
.top-header .widget_polylang ul {
    margin-bottom: 0;
}

.top-header .widget_icl_lang_sel_widget ul {
    margin: 0;
}

.back-to-top {
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	bottom: 20px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: background 0.4s, opacity 0.4s;
	width: 40px;
	z-index: 9999;
}

.back-to-top:hover {
	background: rgba(0,0,0,0.8);
	color: #fff;
}

.post-navigation:after,
.the-content:after,
.comment-meta:after,
.sub-footer,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

/* end 8) misc */




/* Copyright Maestrel - https://maestrel.com/ */