/*  Global  */

body {
	font-size: 16px !important;
	line-height: 24px !important;
}

.mcb-column .column_attr h2 {
	font-size: 1.6em;
}

.mt-100 {
	margin-top: 100px;
}




/*  Instafeed  */

.elfsight-widget-instagram-feed {
	margin: 100px 0px;
}

#Top_bar .top_bar_left .header-contact-info {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
}

#Top_bar .top_bar_left .header-contact-info a {
	color: var(--dark-text);
	font-size: 18px
}

#Top_bar .top_bar_left .header-contact-info a:hover {
	color: var(--dark-text-hover);
}

#Top_bar .top_bar_left .header-contact-info > div:not(:last-child) {
	margin-right: 70px;
}

#Top_bar .top_bar_left .header-contact-info i {
	color: var(--dark-text);
	margin-right: 10px;
}

#Top_bar .top_bar_left .top-menu .custom-top-menu a {
	color: var(--gold-dark);
	font-size: 20px;
}

#Top_bar .top_bar_left .top-menu .custom-top-menu a:hover {
	color: var(--gold-dark-hover);
}

#Top_bar .top_bar_left .header-contact-info a:hover,
#Top_bar .top_bar_left .top-menu .custom-top-menu a:hover {
	text-decoration: none;
}

#Top_bar .top_bar_left .top-menu {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}

#Top_bar .top_bar_left .top-menu .header-contact-info {
	width: auto;
	margin-right: 10px;
}

#Top_bar .top_bar_left .top-menu .custom-top-menu {
	width: auto;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: end; -moz-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}

#Top_bar .top_bar_left .top-menu .custom-top-menu a:not(:last-child) {
	margin-right: 40px;
}

#Top_bar .menu>li>a {
	margin-top: 47px;
}

#Top_bar #logo {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	-webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
	height: 130px !important;
}

#Top_bar.is-sticky .top_bar_left .top-menu {
	margin-bottom: 15px;
}



/* Custom Post Grid */



.custom-post-grid--header {
	margin-bottom: 50px;
}

.custom-post-grid--header .custom-post-grid--title {
	text-align: center;
    color: #230809;
    font-family: 'Commissioner-bold';
    font-size: 1.6em;
}

.custom-post-grid {
 -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.custom-post-grid .custom-post-grid--item {
	width: 25%;
	position: relative;
	margin-bottom: 50px;
}

.custom-post-grid .custom-post-grid--item:hover {
	cursor: pointer;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item--inner {
	padding: 10px;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__image {
	overflow: hidden;
	height: auto;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__image img {
	-webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
	height: 100%;
}

.custom-post-grid .custom-post-grid--item:hover .custom-post-grid--item__image img {
	transform: scale(1.1);
	filter: brightness(0.80);
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info {
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    left: 0;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
    -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-pack: end; -moz-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info a:hover,
.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info a:focus,
.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info a:visited {
	text-decoration: none;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info .title {
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

.custom-post-grid .custom-post-grid--item .custom-post-grid--item__info .subtitle {
	color: white;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

@media only screen and (min-width: 1240px) {
	#Top_bar.is-sticky .top_bar_left .logo {
		width: 25% !important;
	}

	#Header_wrapper #Top_bar.is-sticky {
		height: 110px !important;
	}

	.logo-no-sticky-padding #Header_wrapper #Top_bar.is-sticky #logo {
		height: 50px!important;
    	line-height: 50px!important;
	}

}

@media only screen and (max-width: 1240px) {
	#Top_bar .top_bar_left .top-menu .header-contact-info,
	#Top_bar .top_bar_left .top-menu .custom-top-menu {
		width: auto;
	}

	#Top_bar .top_bar_left .top-menu .header-contact-info {
		-webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	}

	#Top_bar .top_bar_left .top-menu .custom-top-menu {
		padding: 0px;
	}

	#Top_bar #logo {
		-webkit-box-pack: start; -moz-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	}

	#Top_bar .top_bar_left .top-menu {
		-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	}
}

@media only screen and (max-width: 1024px) {
	.custom-post-grid .custom-post-grid--item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#Top_bar .logo #logo {
		margin-left: 0px !important;
	}
}

@media only screen and (max-width: 600px) {
	.custom-post-grid .custom-post-grid--item {
		width: 100%;
	}
}


/*  Custom Room Grid  */
.custom-room-grid {
	background-color: white;
}
.custom-room-grid .custom-room-grid--title {
	text-align: center;
    color: #230809;
    margin-bottom: 30px;
}

.custom-room-grid .custom-room-grid--description {
	text-align: center;
	max-width: 1140px;
    margin: 0 auto 50px auto;
}

.custom-room-grid .custom-room-grid--body {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 50%; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	padding: 10px;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--image a {
	display: block;
	position: relative;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--image a::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--image:hover a::before {
	opacity: 1;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info {
	-webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    padding: 20px;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--title {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    color: #172e27;
    font-family: 'Commissioner-bold';
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--title:hover {
	color: #31584c;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--desc {
	color: #898989;
	margin-bottom: 40px;
    position: relative;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--desc::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #ccc;
	bottom: -20px;
    position: absolute;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .price {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-ms-flex-pack: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .price p {
	font-size: 22px;
    font-family: 'Commissioner-bold';
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .price .night-text {
	color: #898989;
	font-size: 18px;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--button,
.section-bar-restaurant .section-bar-restaurant--text .section-bar-restaurant--btn {
	color: white;
    background-color: #172e27;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Commissioner-bold';
    letter-spacing: -0.5px;
    -webkit-transition: all 100ms linear 0s;
    -o-transition: all 100ms linear 0s;
    transition: all 100ms linear 0s;
}

.custom-room-grid .custom-room-grid--body .custom-room-grid--item .custom-room--info .custom-room--button:hover,
.section-bar-restaurant .section-bar-restaurant--text .section-bar-restaurant--btn:hover {
	background-color: #31584c;
}

@media only screen and (max-width: 980px) {
	.custom-room-grid .custom-room-grid--body {
		-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	}

	.custom-room-grid .custom-room-grid--body .custom-room-grid--item {
		width: 100%;
	}

	.custom-room-grid .custom-room-grid--body .custom-room-grid--item:not(:last-child) {
		margin-bottom: 30px;
	}
}


/*  Cafe Bar - Restaurant Section  */
.section-bar-restaurant {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  	-webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
}

.section-bar-restaurant .section-bar-restaurant--text {
	-webkit-box-flex: 1; -moz-box-flex: 1; width: 33%; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}

.section-bar-restaurant .section-bar-restaurant--text .section-bar-restaurant--text__inner {
	padding: 0px 30px;
}

.section-bar-restaurant .section-bar-restaurant--text .subtitle {
	font-size: 18px;
}

.section-bar-restaurant .section-bar-restaurant--text .title {
	line-height: 34px;
    color: #230809;
    font-family: 'Commissioner-bold';
    font-size: 1.6em;
}

.section-bar-restaurant .section-bar-restaurant--text .description {
	font-size: 18px;
	margin-bottom: 50px;
}

.section-bar-restaurant .section-bar-restaurant--images {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-flex: 2; -moz-box-flex: 2; width: 67%; -webkit-flex: 2; -ms-flex: 2; flex: 2;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section {
	max-width: 560px;
	position: relative;
	width: 50%;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section .image {
	overflow: hidden;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section:hover img {
	filter: brightness(0.80);
}

.section-bar-restaurant .section-bar-restaurant--images .image-section img {
	width: 100%;
	-webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section:first-child {
	margin-right: 10px;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section:last-child {
	margin-left: 10px;
}

.section-bar-restaurant .section-bar-restaurant--images .image-section span {
	position: absolute;
    bottom: 0px;
    color: white;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  	-webkit-align-items: center; -moz-align-items: center; -ms-flex-align: center; align-items: center;
  	-webkit-box-pack: center; -moz-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
    font-size: 20px;
}