header {
    position: relative;
}

a:hover {
    text-decoration: none;
    color: #374853;
}

a {
    color: #374853;
}

.list--item__img {
    height: 140px;
	border-radius: 8px;
}


.list--item__img-col-12 {
	height: 450px !important;
}

.list--item__img-col-6 {
	height: 225px !important;
}

.list--item {
    position: relative;
}

.list--item__img img {
    width: 100%;
 	height: 100%;
	border-radius: 8px;
    object-fit: cover;
}

.blog {
    padding: 40px 0 0 0;
}

.list--item__surface {
    position: absolute;
    bottom: -3%;
    left: 50%;
	width: 100%;
    transform: translateX(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
	/*width: fit-content;*/
}

.list--item__surface span {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #8e191d;
    color: #fff;
    padding: 4px 9px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.list--item__title {
    padding: 25px 0 0 0;
}

.list--item__title a {
    font-size: 18px;
    font-weight: 600;
    color: #454647;
    overflow: hidden;
    height: 47px;
    margin-bottom: 2px;
    text-decoration: none;
    text-align: justify;
}

.list--item__title a:hover {
    color: #d03135;
}

.list--item__author {
    display: flex;
    justify-content: space-evenly;
}

.author__cmt {
    color: #FF7F50;
}

.blog__list--item {
	position:relative;
    margin: 0 0 25px 0;
}

.posts--img img {
    max-width: 100%;
}

.list__posts {
    padding: 10px;
	border-radius: 8px;
    border: 1px solid #ddd;
}

.posts__title {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
	    text-transform: uppercase;
}

.list__link--left {
    margin: 0 10px 0 0;
	width: 40%;
}

.list__link--left img {
    height: 60px;
	width: 100%;
	object-fit: cover;
}

.list__link--right {
	width: 60%;
}

.posts__list {
	position: relative;
    border-bottom: 1px solid #ddd;
	margin: 10px 0px;
	padding: 10px 0;
}

.list__link {
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
    display: block;
    display: flex;
	width: 100%;
}

.list__link--right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posts__top--tag {
    justify-content: space-between;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.posts__top--tag li a {
    display: block;
    background: #cdc9c5;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 7px;
    text-decoration: none;
}

.list--item__text p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #081c36;
}

.list--item__text p > span {
	color: #081c36 !important;
}

#book-room-tab label.error {
    color: red;
}
#book-room label.error {
    color: red;
}

/* Cool share button made by: csozi | Website: english.csozi.hu*/

.buttons {
	z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    display: grid;
    place-items: center;
    height: fit-content;
    width: fit-content;
    transition: 0.3s;
    border-radius: 5px;
	border: 3px solid #fff;
	display:flex;
	align-items:center;
	justify-content:center;
}

.buttons:hover {
    padding: 0px;
}

.buttons:hover .button {
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.main-button {
    position: relative;
    display: grid;
    place-items: center;
    width: 30px;
	height: 30px;
    border: none;
    background: #8e191d;
    border-radius: 5px;
    transition: 0.2s;
    z-index: 100;
	display:flex;
	align-items:center;
	justify-content:center;
}

.main-button i {
	color: #fff;
}

.button {
    position: absolute;
    display: grid;
    place-items: center;
    width: 30px;
	height: 30px;
    border: none;
	outline: none;
    background: #8d191c;
    box-shadow: 5px 5px 12px rgba(202, 202, 202, 0), -5px -5px 12px rgba(255, 255, 255, 0);
    transition: 0.3s;
    border-radius: 5px;
	cursor: pointer;
	display:flex;
	align-items:center;
	justify-content:center;
}

.button i {
	color: #fff;
}

.twitter-button:hover {
    background: #1CA1F1;
}

.buttons:hover .twitter-button {
    translate: -10px 40px;
    box-shadow: 0px 0px 22px #cacaca, 0px 0px 15px #00000066;
}

.messenger-button:hover {
    background: #0093FF;
}

.buttons:hover .messenger-button {
    translate: -40px 10px;
    box-shadow: 0px 0px 22px #cacaca, 0px 0px 15px #00000066;
}

.instagram-button:hover {
    background: linear-gradient(45deg, #ff9a00, #d300c5);;
}

.buttons:hover .instagram-button {
    translate: -45px -15px;
    box-shadow: 0px 0px 22px #cacaca, 0px 0px 15px #00000066;
}


@media (max-width: 992px) {
	.list--item__img {
    	height: 350px;
	}


	.list--item__img-col-12 {
		height: 350px !important;
	}

	.list--item__img-col-6 {
		height: 355px !important;
	}
}

@media (max-width: 420px) {
	.list--item__img {
    	height: 250px;
	}


	.list--item__img-col-12 {
		height: 250px !important;
	}

	.list--item__img-col-6 {
		height: 250px !important;
	}
}