/*
Theme Name: A "bejárat" theme
Theme URI: http://zajtaiorsolya.hu
Description: A basic responsive theme based on Bootstrap 5
Author: Orsolya Zajtai
Author URI: http://zajtaiorsolya.hu/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is a basic theme for Wordpress 6.2 built with Bootstrap 5.
*/


:root {
	/*--bs-dark-rgb: ;
	--bs-dark: ;
	--bs-link-color: #fd7792;
    --bs-link-color-rgb: 253, 119, 146;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #fd7792;
    --bs-link-hover-color-rgb: 253, 119, 146;
    --bs-primary: #fd7792;
    --bs-primary-rgb: 253, 119, 146;*/
    --bs-link-color: #bfa99b;
    --bs-link-color-rgb: 191, 169, 155;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #bfa99b;
    --bs-link-hover-color-rgb: 191, 169, 155;
    --bs-primary: #bfa99b;
    --bs-primary-rgb: 191, 169, 155;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #333;
    --bs-btn-border-color: #333;
    --bs-btn-hover-color: #333;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #333;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #333;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.2px;
	line-height: 2.3;
}
img {
	max-width: 100% !important;
	width:auto;
	max-height: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
.small {
	font-size: 0.85rem;
}
.lh-n {
	line-height:1.2rem;
}
.imageopener {
	bottom:0.5rem;
	right:0.5rem;
}
#top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	padding: 10px 15px;
	border: none;
	color: #222;
}
.text-justify {
	text-align: justify;
	text-justify: inter-word;
}

h1 {
	font-family: "Lobster Two", Arial, sans-serif;
	font-size: 3rem;
}

h2 {
	/*font-family: "Lobster Two", Arial, sans-serif;*/
	font-family: "Playfair Display", Arial, sans-serif;
	font-size: 3rem;
}
@media (max-width: 768px) {
	h2 {
		font-family: 'Playfair Display', Arial, sans-serif;
		font-size: 2.5rem;
	}
}
h3 {
	font-size: 2rem;
}

h4 {
	text-align: center;
	padding-bottom: 0.5rem;
	position: relative;
	font-family: 'Playfair Display', Arial, sans-serif;
	font-weight:400;
	font-size: 1.75rem;
	
}
@media (max-width: 768px) {
	h4 {
		font-size: 1.8rem;
	}
}


h5 {
	padding-bottom: 0.5rem;
	position: relative;
	font-family: 'Playfair Display', Arial, sans-serif;
	font-size: 1.5rem;
	margin-top: 2rem;
	font-weight:400;
}
h6 {
	font-family: 'Playfair Display', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
}
h7 {
	font-family: 'Playfair Display', Arial, sans-serif;
	font-size: 1.5rem;
}

/* --- HEADER --- */

.header-title {
    height: 400px;
    margin-bottom: -5rem !important;
}

/* --- MAIN --- */



/* --- CATEGORIES --- */



/* --- NAVBAR --- */

.navbar-brand {
	/*font-family: 'Lobster Two', Arial, sans-serif;*/
}
.navbar .container {
	padding: 30px 0;
	transition: 0.4s;
}
@media (max-width: 767.98px) {
	.navbar .container {
		padding: 5px 0;
	}
}
.navbar {
	transition: 0.4s;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9rem;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: var(--bs-primary);
}
.navbar-nav .nav-link.bg-warning.active, .navbar-nav .show>.nav-link.bg-warning {
	color: var(--bs-primary);
}
.nav-item {
	position: relative;
	padding-right: 0.5rem;
}
.nav-item:last-child {
	position: relative;
	padding-right: 0px;
}
.nav-link {
	/*padding: 0 2px !important;*/
}
@media (max-width: 991.98px) {
	.nav-pills .nav-item {
		position: relative;
		padding: 0 3px;
		width: 20%;
	}
	.nav-item:before {
		content: " ";
		position: absolute;
		top:0px;
		bottom:9px;
		right: 0;
		padding: 9px 3px;
		opacity: 0.3;
		margin: 0 4px;
	}
	.nav-item:last-child:before {
		content:"";
	}
	.nav-link {
		padding: 1rem 0.2rem;
		width: 100%;
	}
	.navbar {
		background: var(--bs-dark);
	}
}
nav.bg-light {
	/*background: rgba(123, 215, 255, 0.8) !important;*/
	background: #fff !important;
}
/*.whitemenu {
	color:#ffffff;
}*/
@media (max-width: 991.98px) {
	.placeholder-h {
		/*height: 86px;*/
	}
}
.dropdown-menu {
	--bs-dropdown-min-width: 55px !important;
}
.dropdown-toggle::after {
    display: none;
}

/* --- CAROUSEL --- */

.carousel .carousel-main {
    height: 500px;
}
.carousel .carousel-image {
    height: 100%;
    width: 60%;
    right: 0;
    position: absolute;
}
.carousel .carousel-image img {
    height: 100%;
}
.carousel .carousel-description {
    left: 0;
    height: auto;
    max-height: 450px;
    line-height: 1.8rem;
    position: absolute;
    width: 50%;
}
@media only screen and (max-width:991.98px) {
	.carousel .carousel-item, .carousel .carousel-inner {
		height: 100%;
	}
	.carousel .carousel-main {
		height: 100%;
	}
	.carousel .carousel-image {
		height: auto;
		width: 100%;
		right: 0;
		position: relative;
		--bs-aspect-ratio: calc(3 / 4 * 100%) !important;
		
	}
	.carousel .fa-2x {
		font-size: 1.2rem;
		
	}
	.carousel .carousel-description {
		left:0;
		height: 100%;
		max-height: 100%;
		line-height: 1.8rem;
		position: relative;
		width: 100%;
		box-shadow: 0 0rem 0rem rgba(0,0,0,0)!important;
	}
	.carousel-control-next, .carousel-control-prev {
		bottom: inherit;
		top: 210px;
		width: 30px;
	}
	.g-5, .gx-5 {
		--bs-gutter-x: 1.5rem;
	}
}

/* --- REVIEW --- */

.review-logo {
	width: 100px;
	bottom:1rem;
	right:1rem;
}
.review-card {
	height: 230px;
}
.review-rating {
	top: 1rem;
	right: 1rem;
}
@media only screen and (max-width:1199.98px) {
	.review-card {
		height: 265px;
	}
}
@media only screen and (max-width:991.98px) {
	.review-card {
		height: 240px;
	}
}
@media only screen and (max-width:767.98px) {
	.review-card {
		height: 265px;
	}
}
@media only screen and (max-width:575.98px) {
	.review-card {
		height: 300px;
	}
}

/* --- DETAILS --- */

.mphb-loop-room-type-attributes, .mphb-single-room-type-attributes {
	padding:0;
}
.mphb-loop-room-type-attributes li, .mphb-single-room-type-attributes li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(33, 37, 41,.25);
}
.mphb-loop-room-type-attributes li:last-child, .mphb-single-room-type-attributes li:last-child {
	border-bottom: 0px solid #ddd;
}
.mphb-loop-room-type-attributes li span.mphb-attribute-title , .mphb-single-room-type-attributes li span.mphb-attribute-title {
	width: auto;
	display: inline-block;
	margin-right: 5px;
}
.ms-30 {
	margin-left: 30px;
}
.mphb-room-type-facilities .mphb-attribute-value {
	display: block;
	margin-left: 30px;
}
.mphb-room-type-facilities .mphb-attribute-value span {
	width: 55%;
	padding-right: 1rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
}
.mphb-room-type-facilities .mphb-attribute-value span:nth-child(2n) {
	width: 45%;
	padding-right: 0;
}
.mphb-room-type-returning-visitors {
	padding-top: 1.5rem!important;
}
.mphb-room-type-returning-visitors .mphb-attribute-value span::before {
	content: '\f005';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;
	color: var(--bs-primary);
}
.mphb-total-capacity-title::before, .mphb-adults-title::before {
	content: '\f007';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.mphb-facilities-title::before {
	content: '\f0f4';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;

}
.mphb-view-title::before {
	content: '\f1e5';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;

}
.mphb-shower-title::before {
	content: '\f2cc';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;

}
.mphb-size-title::before {
	content: '\f0b2';
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;

}
.mphb-bed-type-title::before {
	content: "\f236";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.prices .mphb-price {
	font-size: 1.8rem;
}
.mphb-room-type-details-title, .mphb-details-title {
	margin-bottom: 2.6rem;
}
.mphb-period-price.mphb-regular-price strong {
	display: block;
}
.card-body {
	line-height: 28px;
}
.mphb-rooms-quantity-wrapper.mphb-rooms-quantity-single {
	background: 
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
	color: #455d58;
	border: 1px solid #ccc;
	padding: 13px 18px;
	line-height: 21px;
	display: block;
	width: 100%;
	background: #faf7f2;
}
.form-select:not(#cswitcher select) {
	color: #455d58;
	border: 1px solid #ccc;
	padding: 13px 18px;
	line-height: 21px;
	display: block;
	width: 100%;
	background-color: #faf7f2;
}
textarea.form-control {
	color: #455d58;
	border: 1px solid #ccc;
	padding: 13px 18px;
	line-height: 21px;
	display: block;
	width: 100%;
	background-color: #faf7f2;
}
.mphb-room-type-custom-attribute {
	
}
.mphb-room-type-custom-attribute .mphb-attribute-title {
	font-weight: bold;
	display: block !important;
}
.mphb-room-type-custom-attribute .mphb-attribute-value span {
	display: block !important;
}
.front-btn + p, .mphb-view-details-button-wrapper {
	display: none;
	margin:0;
	padding:0;
}
.mphb-room-number {
	display: none;
}


/* --- LISTINGS --- */

.post-card-excerpt {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: 100%;
    line-height: 1.5rem;
}

/* --- FORM --- */

ul.form li p {
	margin:0;
}

/* --- PRICES --- */

.price-b {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem !important;
}
.price-b:last-child {
	border-bottom: 0px solid red;
	padding-bottom: 0 !important;
}

/* --- FACILITIES --- */

.gallery img {
	border: none !important;
}
.gallery-item {
	margin: 0 0 0.2rem 0 !important;
}
.gallery-item:first-child {
	margin-left: 0 !important;
}
.gallery-icon {
	padding: 0 0.1rem 0 0.1rem;
}

/* --- GALLERIES --- */

.gallery {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-bottom: 1rem !important;
}
.gallery-item {
	flex: 0 0 auto;
	width: 25%;
}
.abgallery .gallery-item {
	flex: 0 0 auto;
	width: 33.33333333%;
}


/* --- FOOTER --- */

footer p {
    margin: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}