/*
Theme Name: Hotel Bristol
Theme URI: http://www.themesawesome.com
Author: Themes Awesome
Author URI: http://www.themesawesome.com
Text Domain: hotel-bristol
Description: Hotel Bristol is Hotel WordPress Theme
Tags: responsive-layout, custom-colors, custom-menu, featured-images, theme-options
Version: 1.0
License:      GNU General Public License V2
License URI:      license.txt
-----------------------------------------------------------------------------------
    1.  BASE

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat";
  box-sizing: border-box;
  margin: 0;
  min-height: 100dvh;
}

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

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000000;
  font-family: "Montserrat";
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.125;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

a {
  cursor: pointer;
  outline: none;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: #bdd6db;
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0;
}

p {
  font-family: "Montserrat";
  margin: 0 0 20px;
}

/* 
======================
HEADER STYLE
====================== 
*/
.header-mobile-style {
  display: none;
}
.header-wrap {
  display: flex;
  flex-direction: column;
}
.header-wrap-top {
  background-color: #162c31;
  display: flex;
}
.header-container-top {
  margin: 0 auto;
  max-width: 1368px;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-container-top-left {
  display: flex;
}
.header-container-top-left a {
  max-height: 110px;
  max-width: 224px;
  width: 100%;
  flex-shrink: 0;
}
.header-container-top-left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-container-top-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header-container-top-right .language-switcher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.header-container-top-right .language-switcher .lang-name {
  color: #d3e2e6;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
.header-container-top-right .header-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.btn-buchen {
  padding: 16px 18px;
  border: 1px solid #bdd6db;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  color: #bdd6db;
}
.btn-telephone {
  display: block;
  padding: 6px;
  border: 1px solid #bdd6db;
  flex-shrink: 0;
}
.header-wrap-bottom {
  background-color: #1a454e;
  display: flex;
}
.header-container-bottom {
  margin: 0 auto;
  max-width: 1368px;
  width: 100%;
  padding: 48px 20px;
  display: flex;
  justify-content: flex-end;
}
.header-container-bottom ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 20px;
}
.header-container-bottom ul li {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #d3e2e6;
  position: relative;
}
.header-container-bottom ul li a {
  color: #d3e2e6;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.header-container-bottom ul li:last-child,
.menu-item-has-children ul li {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.menu-item-has-children > ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  position: absolute;
  top: 72px;
  left: -28px;
  background-color: #162c31;
  border: 1px solid #ffffff;
  padding: 19px 21px;
  min-width: 100%;
  width: max-content;
  z-index: 999;
}

.menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 48px;
  background: transparent;
}

.header-container-bottom > ul > li.menu-item:not(.menu-item-has-children)::after,
.header-container-bottom > ul > li.menu-item.current-menu-item::after {
  content: "";
  position: absolute;
  left: 43%;
  transform: translateX(-51%);
  bottom: -49px;
  width: 100px;
  height: 37px;
  background-image: url("img/submenu.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  z-index: 4;
}

.header-container-bottom ul li.menu-item:not(.menu-item-has-children):hover::after,
.header-container-bottom ul li.menu-item.current-menu-item::after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.header-container-bottom > ul > li.menu-item-has-children.current-menu-parent::after,
.header-container-bottom > ul > li.menu-item-has-children.current-menu-ancestor::after,
.header-container-bottom > ul > li.menu-item-has-children:hover::after {
  content: "";
  position: absolute;
  left: 43%;
  transform: translateX(-51%);
  bottom: -49px;
  width: 100px;
  height: 37px;
  background-image: url("img/submenu.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 4;
}

.menu-item-has-children:has(.sub-menu .menu-item::after) {
  content: unset;
}
.sub-menu::before {
  content: none;
}
.menu-item-has-children ul li a {
  font-size: 14px;
  line-height: 2.14;
}

/* 
======================
FOOTER STYLE
====================== 
*/

.footer-container {
  display: flex;
  flex-direction: column;
  background-color: #000000;
}
.footer-top-container {
  border-bottom: 1px solid #d3e2e6;
  width: 100%;
  display: flex;
}
.footer-top-wrap {
  margin: 0 auto;
  max-width: 1368px;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
}
.footer-top-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}
.footer-top-left-img-wrap {
  max-width: 122px;
  max-height: 60px;
  display: block;
  flex-shrink: 0;
}
.footer-top-left-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-top-left-text-wrap,
.footer-top-right-text-info,
.footer-bottom-left a,
.footer-bottom-right,
.footer-bottom-copyright p {
  color: #d3e2e6;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
}
.footer-top-center-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 362px;
}
.footer-button {
  border: 1px solid #bdd6db;
  padding: 19px 32px;
  color: #bdd6db;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
}
.footer-top-right-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-end;
}
.footer-top-right-social-icons-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-top-right-text-info,
.footer-bottom-right {
  text-align: end;
}
.footer-bottom-container {
  margin: 0 auto;
  max-width: 1368px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
}
.footer-bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.footer-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-bottom-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom-copyright p {
  margin: 0;
}
.footer-center-mobile {
  display: none;
}

/* single post */
.hotel-bristol-single-post-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hotel-bristol-single-post-image-wrap {
  max-height: 600px;
  height: 600px;
  width: 100%;
  display: block;
}
.hotel-bristol-single-post-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hotel-bristol-single-post-content-container {
  background-color: #D3E2E6;
  padding: 100px 20px;
}
.hotel-bristol-single-post-content-wrap {
  margin: 0 auto;
  max-width: 1328px;
  width: 100%;
}
.hotel-bristol-single-post-content-wrap p {
  color: #1A454E;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: Montserrat;
  margin-bottom: 20px;
}
.hotel-bristol-single-post-content-wrap p strong {
  font-weight: 700;
}
.hotel-bristol-single-post-content-wrap h3 {
  font-family: Montagu Slab;
  font-weight: 200;
  font-size: 26px;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1A454E;
}
.hotel-bristol-single-post-content-wrap h2 {
  font-family: Montagu Slab;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1A454E;
}
.hotel-bristol-single-post-content-wrap h1 {
  font-family: Montagu Slab;
  font-weight: 200;
  font-size: 38px;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1A454E;
}