textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
	border-radius: 0;
	-webkit-appearance: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
::selection {
  background: #000000;
	color: #ffffff;
	text-shadow: none;
}
::-moz-selection {
  background: #000000;
	color: #ffffff;
	text-shadow: none;
}
input:focus,
button:focus,
textarea:focus{
	outline: none;
}
::-webkit-input-placeholder {
  color: #b2b2b1;
	font-family: "Open Sans", sans-serif;
}
::-moz-placeholder {
  color: #b2b2b1;
	font-family: "Open Sans", sans-serif;
}
:-ms-input-placeholder {
  color: #b2b2b1;
	font-family: "Open Sans", sans-serif;
}
:-moz-placeholder {
  color: #b2b2b1;
	font-family: "Open Sans", sans-serif;
}
::-webkit-scrollbar {
  width: 8px; 
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #007696; 
}
body{
  font-family: "Open Sans", sans-serif;
	font-size: 100%;
	margin: 0;
  -webkit-tap-highlight-color: transparent;
}
.content ul,
.content ol {
  margin: 0 0 16px;
  padding: 0 0 0 16px;
}
.content ul li,
.content ol li {
  line-height: 1.5;
}
.content p {
  line-height: 1.5;
  margin: 0 0 16px;
}
.content p:last-child {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
	font-weight: 600;
  text-transform: uppercase;
}
h1 {
  font-size: 2.375rem;
  margin: 32px 0 32px;
}
h1:first-child {
  margin: 0 0 32px;
}
h2 {
  font-size: 1.875rem;
  margin: 32px 0;
}
h2:first-child {
  margin: 0 0 32px;
}
h3 {
  font-size: 1.375rem;
  margin: 32px 0 32px;
}
h3:first-child {
  margin: 0 0 32px;
}
.no-scroll {
  overflow: hidden;
}
.content {
  min-height: 560px;
  padding: 80px 0 0;
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
  color: blue;
	text-decoration: none;
}
.wrap{
	width: calc(100% - 32px);
	max-width: 1440px;
	margin: 0 auto;
}
.page-header {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.1;
}
.header-top {
  padding: 10px 0;
  height: 40px;
  background-color: #007696;
}
.header-top .wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header-opening-times p {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.header-top-menu {
  position: absolute;
  right: 0;
}
.header-top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 400;
}
.header-main {
  position: absolute;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}
.header-main.sticky {
  top: 0;
  position: fixed;
}
.header-main a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s;
}
.header-main img {
  display: block;
}
.header-main .wrap {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.header-main-col {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 40px
}
.header-menu-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.header-menu-toggle:hover .link-hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.header-menu-toggle img {
  height: 24px;
  width: auto;
}
.header-location a {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.header-location img {
  height: 24px;
  width: auto;
}
.header-main-col.header-logo {
  justify-content: center;
}
.header-logo img {
  height: 64px;
  width: auto;
}
.header-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.header-search img {
  height: 24px;
  width: auto;
}
.header-menu {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.header-menu.open {
  display: block;
}
.header-menu.sticky {
  top: 0;
  height: 100%;
}
.header-menu-wrap {
  max-width: calc(100vw / 3);
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
}
.header-menu-wrap::-webkit-scrollbar {
  display: none;
}
.header-menu-wrap-inner {
  width: 100%;
  max-width: 440px;
  float: right;
  padding: 28px 32px;
}
.header-menu-wrap-inner:nth-child(2) {
  border-bottom: 1px solid #007696;
}
.header-menu-close {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.header-menu-close img {
  height: 24px;
  width: auto;
}
.menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-wrap ul li a {
  display: block;
  margin: 0 0 32px;
}
.menu-wrap ul.sub-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}
.menu-wrap ul li:last-child {
  margin: 0;
}
.menu-wrap ul ul {
  display: none;
}
.menu-wrap ul li a {
	color: #000000;
	text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}
.menu-wrap ul li a:hover,
.menu-wrap ul li.current-menu-item a {
  color: #007696
}
.menu-wrap ul li.menu-item-has-children > a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../img/icon-arrow.svg');
  background-size: contain;
  background-position: center;
}
.menu-icon-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 32px;
}
.menu-icon-link:last-child {
  margin: 0;
}
.menu-icon-link a {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.375;
  color: #000000;
  text-decoration: none;
  padding: 0;
}

.menu-icon-link-content {
  flex-basis: 100%;
}
.menu-icon-link-content ul li {
  margin: 0 0 8px !important;
}
.menu-icon-link-content ul li:last-child {
  margin: 0 !important;
}
.menu-icon-link-content a {
  transition: 0.4s;
}
.menu-icon-link-content a:hover {
    color: #007696
}
.menu-icon-link-content p {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.375;
  margin: 0 0 8px;
}
.menu-icon-link-content p:last-child {
  margin: 0;
}
.header-menu-wrap-inner-first .header-menu-search {
  display: none;
}
.menu-wrap > ul.menu.sub-menu-open li {
	display: none;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open {
	display: block;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open > ul.sub-menu, 
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open > ul.sub-menu > li {
	display: block;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open.menu-item-has-children > a::after {
  background: unset;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open.menu-item-has-children > a::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../img/icon-arrow.svg');
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-open.menu-item-has-children > a {
  justify-content: flex-start;
  gap: 16px;
  text-transform: uppercase;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-sub-menu-open > a {
	display: none;
}
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-sub-menu-open, 
.menu-wrap > ul.menu.sub-menu-open li.this-sub-menu-sub-menu-open > ul {
	display: block;
}

/* Buttons */
a.blue-btn,
.blue-btn,
input.blue-btn,
.nav-previous-btn a,
.nav-next-btn a {
  font-family: "Jost", sans-serif;
  height: 48px;
  padding: 0 56px;
  border: 0;
  border-radius: 24px;
  line-height: 48px;
  background-color: #007696;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
  cursor: pointer;
}
a.blue-btn:hover,
.blue-btn:hover,
input.blue-btn:hover,
.nav-previous-btn a:hover,
.nav-next-btn a:hover {
  background-color: #006A87;
  color: #ffffff;
}
/* Buttons end */

/* Links hover */
.link-hover {
  position: relative;
  line-height: 1.5;
}
.link-hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.link-hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
/* Links hover end */


.teletorn-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 500px;
}
.teletorn-search-form .search-form-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url('../img/icon-search.svg');
  background-size: contain;
  background-position: center;
}
.search-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-submit {
  display: none;
  background-image: url('../img/icon-arrow-circle-right.svg');
  background-size: contain;
  background-position: center;
  height: 40px;
  width: 40px;
  border: 0;
  margin-left: auto;
}
.search-field {
  width: 100%;
  line-height: 1.375;
  font-size: 1rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #000000;
}

/* Header search */
.header-side-search {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.header-side-search.open {
  display: block;
}
.header-side-search-wrap {
  float: right;
  width: calc(100vw / 3);
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
}
.header-side-search-wrap::-webkit-scrollbar {
  display: none;
}
.header-side-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 28px 24px;
  border-bottom: 1px solid #005971;
}
.header-side-search-form .teletorn-search-form {
  flex: 1;
  max-width: 100%;
}
.header-side-search-form .search-field {
  border: 0;
}
.header-side-search-close {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-left: auto;
}
.header-side-search-close img {
  height: 24px;
  width: auto;
}
.header-side-search-results {
	padding: 40px 24px;
	min-height: 100px;
	position: relative;
}
.header-side-search-results-excerpt {
	height: 42px;
	overflow: hidden;
}
.header-side-search-results-item h3 a {
	text-decoration: none;
	color: inherit;
}
.header-side-search-results h2 {
  margin: 0 0 24px;
}
.header-side-search-results-item {
  display: flex;
  gap: 16px;
  margin: 0 0 16px;
}
.header-side-search-results-item h3 {
  margin: 0 0 8px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
}
.header-side-search-results-item p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}
.header-side-search-results-image img {
  width: 96px;
  height: auto;
}
.header-side-search-all-results a {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
}
.header-menu-search-results {
	width: 100%;
	position: relative;
}
.searchwp-live-search-results-showing {
	margin-bottom: 40px;
}
/* Header search end */

/* Page Footer */
.page-footer {
  background-color: #007696;
  padding: 40px 0 12px;
}
.page-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
.page-footer-col {
  flex: 1;
  color: #ffffff;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-logo img {
  width: 230px;
  height: auto;
}
.page-footer-col h3 {
  margin: 0 0 24px;
}
.footer-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu-wrap ul li {
  margin: 0 0 16px;
}
.footer-menu-wrap ul li:last-of-type {
  margin: 0;
}
.footer-menu-wrap ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.1;
}
.footer-social-media {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 0 48px;
}
.footer-social-media img {
  height: 40px;
  width: auto;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.footer-logos img {
  height: 60px;
  width: auto;
}
.column-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
}
.column-toggle img {
  display: none;
  height: 24px;
  width: auto;
}
.footer-copyright {
  flex-basis: 100%;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
}
/* Page Footer End */

/* Banner block */
.teletorn-banner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 560px;
  overflow: hidden;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* z-index: -1; */
}
#video-bg {
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  top: 50%;
  left: 50%;
}
.teletorn-banner-content {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 16px 0;
  width: calc(100% - 32px);
  max-width: 656px;
}
.teletorn-banner-content-inner {
  padding: 0 48px;
  color: #ffffff;
}
.teletorn-banner-content-inner h1 {
  line-height: 1.275;
  margin: 0 0 8px;
  text-align: center;
}
.teletorn-banner-content-inner p {
  line-height: 1.5;
  text-align: center;
  margin: 0 0 24px !important;
}
a.banner-button {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 15px 16px 0;
}
.featured-image .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-image-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.featured-image-content-inner {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.f-image-title {
  font-family: "Jost", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}
/* Banner block end */

/* Footer newsletter */
.teleforn-newsletter .wrap {
  padding: 0;
  text-align: center;
}
.footer-newsletter .wrap {
  padding: 96px 0;
}
.teleforn-newsletter .bubbles{
  background-image: url('../img/bubbles.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.teleforn-newsletter h2 {
  margin: 0 0 16px;
}
.teleforn-newsletter p {
  margin: 0 0 32px;
}
.teleforn-newsletter a {
  color: #000000;
  text-decoration: none;
}
.teleforn-newsletter a:hover {
  color: #007696;
  text-decoration: underline;
}
.smaily-form-fields input[type=email] {
  height: 48px;
  border-radius: 3px;
  border: 1px solid #B2B2B2;
  padding: 0 16px;
  width: 100%;
  max-width: 454px;
  margin: 0 0 16px;
}
/* Footer newsletter end */

/* Button blocks */
.button-blocks .wrap {
  padding: 56px 0;
  background-image: url('../img/bubbles.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.button-blocks-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.button-blocks-title {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 0 0 19px;
}
.button-blocks-title h2 {
  margin: 0;
}
.button-blocks-content p {
  margin: 0 0 8px;
}
.button-blocks-content p:last-of-type {
  margin: 0 0 16px;
}
.button-blocks-button {
  margin-top: auto;
}
/* Button blocks end */

/* Instagram */
.teletorn-instagram .icon-title {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin: 32px 0;
}
.teletorn-instagram .icon-title img {
  height: 32px;
  width: auto;
}
.teletorn-instagram .icon-title h2 {
  margin: 0;
}
#sb_instagram #sbi_images {
  padding: 0;
}
/* Instagram end */

/* Featured blocks */
.featured-blocks .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.featured-blocks-col {
  position: relative;
  width: calc(50% - 4px);
  height: 751px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-blocks-col-content {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 16px 0;
  width: calc(100% - 108px);
}
.featured-blocks-col-content-inner {
  padding: 0 24px;
  color: #ffffff;
}
.featured-blocks-col-content-inner h3 {
  line-height: 1.3;
  margin: 0 0 8px;
  text-align: center;
}
.featured-blocks-col-content-inner p {
  line-height: 1.5;
  margin: 0 0 16px !important;
}
/* Featured blocks end */

/* Narrow text block */
.narrow-text-block p {
  margin: 0 0 16px;
}
.narrow-text-block.with-inner-padding .wrap {
  padding: 56px 0;
}
.narrow-text-block .wrap.bubble-bg {
  background-image: url('../img/bubbles.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.narrow-text-block .wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}
.narrow-text-block img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
/* Narrow text block end */

.opening-times {
  padding: 56px 0;
}
.opening-times .wrap-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* CPT: Rooms */
.room-gallery {
  position: relative;
  overflow: hidden;
  margin: 0 0 32px;
}
.room-gallery .room-gallery-item {
  height: 560px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.room-gallery .owl-dots {
  text-align: center;
}
.room-gallery .owl-carousel button.owl-dot {
  background: rgba(216,216,216,0.68) !important;
	width: 56px;
	height: 6px;
	border-radius: 3px;
	margin: 6px 12px;
}
.room-gallery .owl-carousel button.owl-dot:hover,
.room-gallery .owl-carousel button.owl-dot.active{
	background: #06969C !important;
}
.room-gallery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 32px;
}
.room-gallery .owl-nav button {
  height: 48px;
  width: 48px;
  background-image: url('../img/arrow-gallery.svg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-indent: -9999px;
}
.room-gallery .owl-next {
  transform: rotate(180deg);
}
.room-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 24px;
}
.room-info img {
  display: block;
  height: 27px;
  width: auto !important;
}
.room-info  a.btn-white {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  font-family: "Jost", sans-serif;
  height: 48px;
  padding: 0 32px;
  border-radius: 24px;
  line-height: 48px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}
/* CPT: Rooms end */

/* Teletorn rooms block */
.teletorn-rooms h2 {
  margin: 0 0 32px;
}
.single-room-wrap {
  border-radius: 25px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
  margin: 0 0 16px;
}
.single-room-wrap-inner {
  padding: 32px;
  text-align: center;
}
.single-room-wrap-inner h2 {
  margin: 0 0 16px;
}
.owl-stage {
  display: flex;
  align-items: center;
}
.single-room-wrap .featured-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;

}
.all-rooms-wrap {
  overflow: hidden;
}
.all-rooms-wrap .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 32px;
}
.all-rooms-wrap .owl-nav button {
  height: 48px;
  width: 48px;
  background-image: url('../img/arrow-blue.svg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-indent: -9999px;
}
.all-rooms-wrap .owl-prev {
  transform: rotate(180deg);
}
.all-rooms-wrap .owl-dots {
  text-align: center;
}
.all-rooms-wrap  button.owl-dot {
  background: rgba(216,216,216,0.68) !important;
	width: 56px;
	height: 6px;
	border-radius: 3px;
	margin: 6px 12px;
}
.all-rooms-wrap button.owl-dot:hover,
.all-rooms-wrap button.owl-dot.active{
	background: #06969C !important;
}
.all-rooms-wrap .owl-item.active .featured-image {
  height: 350px;
}
.all-rooms-wrap .owl-item.active .single-room-wrap {
  margin-top: 0;
}
.room-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 500px;
  margin: 0 auto;
}
.room-info-row .room-info {
  display: none;
}
.all-rooms-wrap .owl-item.active .room-info-row .room-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Teletorn rooms block end */

/* People block */
.teletorn-people .wrap {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.single-people {
  width: calc(33.33% - 22px);
  text-align: center;
}
.single-people-content a {
  text-decoration: none;
}
.single-people-content a:hover {
  text-decoration: underline;
}
.single-people-image img {
  height: 234px;
  width: auto;
  border-radius: 100%;
}
/* Peolple block end */
.search-results-item {
  max-width: 0 0 16px;
}
.search-results-item a {
  color: #000000;
  text-decoration: none;
  transition: 0.4s;
}
.search-results-item a:hover {
  text-decoration: underline;
}
.search-results-item h2 {
  font-weight: 400;
}

/* Events */
.all-events-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single-event-wrap {
  width: calc(33.33% - 11px);
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-event-wrap-inner {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 16px 0 0;
  width: calc(100% - 32px);
  color: #ffffff;
  text-align: center;
}
.single-event-wrap-inner h2 {
  font-size: 1.25rem;
  padding: 0 16px;
}
.single-event-wrap-inner a {
  color: #ffffff;
  text-decoration: none;
}
.events-actions {
  text-align: center;
  display: flex;
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 0 16px 0;
}
.events-actions a {
  flex: 1;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 16px 0;
}
.event-action.sep {
  border-right: 1px solid #ffffff;
}
.event-authors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 48px;
}
.event-author {
  display: flex;
  gap: 32px;
  width: 100%;
}
.event-author-label {
  flex: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
}
.event-author-name {
  flex: 1;
  text-align: left;
}
.event-button {
  text-align: center;
}
.event-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 48px;
  align-items: center;
}
.event-detail {
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-detail img {
  height: 32px;
  width: auto;
  margin: 0;
}
/* Events end */

/* Pagination */
.pagination-wrap ul {
  padding: 0;
  margin: 48px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.pagination-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
}
.pagination-wrap li a {
  text-decoration: none;
  color: #B2B2B2;
  font-size: 1.3rem;
  font-weight: bold;
}
a.prev.page-numbers,
a.next.page-numbers {
  background-color: #06969C;
  border-radius: 100px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
}
a.prev.page-numbers:hover,
a.next.page-numbers:hover {
  background-color: #DADADA;
}
a.prev.page-numbers img {
  height: 24px;
  transform: rotate(90deg);
}
a.next.page-numbers img {
  height: 24px;
  transform: rotate(-90deg);
}
.pagination-wrap .page-numbers.current {
  color: #000000;
  font-weight: bold;
  font-size: 1.3rem;
}
/* Pagination end */

/* Add to calendar links */
.teletorn_add_to_calendar {
    position: relative;
    display: inline-block;
}

.teletorn_add_to_calendar_links {
    display: block;
    position: absolute;
    border: 1px solid #eeeeee;
    z-index: 999999;
    background: #ffffff;
    left: 0;
    padding: 10px 20px;
    border-radius: 3px;
}

.teletorn_add_to_calendar_links a {
    display: block;
    padding: 5px;
    white-space: nowrap;
    text-decoration: none;
}

.event-detail.event-add-to-calendar {
	cursor: pointer;
}
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 32px 0;
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Gallry block */
.featured-gallery{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.featured-gallery-item{
  width: 23%;
  margin: 10px 1%;
}
.featured-gallery-item img{
  width: 100%;
  height: auto;
}
.lg-backdrop {
  background-color: rgba(0, 118, 150, 0.95) !important;
}
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0) !important;
}
.lg-toolbar .lg-icon {
  color: #fff !important;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  font-size: 26px !important;
}
.lg-progress-bar .lg-progress {
  background-color: rgba(0, 118, 150, 0.95) !important;
}
.gallery-block-title {
  text-align: center;
}
/* Gallery block end */

.dropdown-content-select {
  margin: 0 0 32px;
  position: relative;
  display: inline-block;
}
.dropdown-content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #B2B2B2;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 8px 16px;
  width: 100%;
  min-width: 300px;
}

.dropdown-content-select::after {
  content: '';
  background-image: url('../img/icon-arrow.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}

/* Tablepress */
.tablepress>:where(thead,tfoot)>*>th {
  background-color: #ffffff !important;
  font-weight: 400 !important;
  border-bottom: 2px solid #007696 !important;
}
.tablepress>:where(tbody)>.odd>* {
  background-color: #E6F1F5 !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.8rem !important;
  color: #ffffff !important;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltiptext::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0,0,0,0.7) transparent transparent transparent;
  transform: translateX(-50%);
}
/* Tablepress end */

/* Attractions */
.all-attractions-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single-attraction-wrap {
  width: calc(33.33% - 11px);
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-attraction-wrap-inner {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  padding: 16px 0 0;
  width: calc(100% - 32px);
  color: #ffffff;
  text-align: center;
}
.single-attraction-wrap-inner h2 {
  font-size: 1.25rem;
  padding: 0 16px;
}
/* Attractions end */

/* Contact Forms */
.contact-form-wrapper {
  width: 100%;
}
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 16px;
}
.contact-form-column {
  width: 100%;
}
.form-two-col .contact-form-column {
  width: calc(50% - 8px);
}
.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
}
.wpcf7-not-valid .wpcf7-list-item {
  border-left: 1px solid #ff0000;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form .wpcf7-response-output {
  padding: 2rem;
  border: 2px solid #007696;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #007696;
}
.wpcf7 label {
  margin: 0 0 8px;
  display: block;
  font-size: 0.875rem;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  padding: 0 16px;
}
.wpcf7 input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  padding: 0 16px;
}
.wpcf7 textarea {
  width: 100%;
  height: 200px;
  line-height: 33px;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  padding: 16px;
  resize: none;
  font-family: "Open Sans", sans-serif;
}
.wpcf7 select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  padding: 0 16px;
}
.wpcf7-radio.hinnang {
  display: flex;
  gap: 16px;
}
/* Contact Forms end */
.pager {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.grecaptcha-badge {
  display: none !important;
}
.page-template-newsletter-template .footer-newsletter {
  display: none;
}

.footer-details {
  line-height: 2;
}
.footer-details a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .header-menu-wrap-inner {
    max-width: 100%;
  }
  .featured-blocks .wrap {
    width: 100%;
  }
  .teletorn-rooms .wrap {
    width: 100%;
  }
  .teletorn-banner {
    height:  540px;
  }
}
@media (max-width: 1000px) {
  .footer-details {
    font-size: 0.8rem;
  }
  .opening-times {
    padding: 24px 0;
  }
  .teletorn-banner {
    height: 440px;
  }
  .single-attraction-wrap {
    width: calc(50% - 8px);
  }
  .featured-gallery-item{
    width: 31.33333333333333%;
  }
  .single-event-wrap {
    width: calc(50% - 8px);
  }
  .single-people {
    width: calc(50% - 16px);
  }
  .single-room-wrap-inner {
    padding: 16px;
  }
  .featured-blocks-col-content {
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .featured-blocks-col {
    height: 408px;
  }
  .narrow-text-block.with-inner-padding .wrap {
    padding: 24px 0;
  }
  .room-gallery .room-gallery-item {
    height: 460px;
  }
  .all-rooms-wrap .owl-item.active .featured-image {
    height: 240px;
  }
  .single-room-wrap .featured-image {
    height: 140px;
  }
  .room-gallery .owl-carousel button.owl-dot,
  .all-rooms-wrap button.owl-dot {
    width: 32px;
    height: 4px;
    margin: 6px;
}
  .featured-blocks-col {
    flex-basis: 100%;
  }
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  .header-menu-wrap{
    width: 100%;
    max-width: 440px;
    padding: 0 0 50px;
  }
  .header-top-menu {
    position: relative;
    right: auto;
  }
  .header-main-col {
    gap: 24px;
  }
  .header-logo img {
    height: 48px;
  }
  .footer-logo {
    flex-basis: 100%;
  }
  .teletorn-banner-content {
    bottom: 24px;
  }
  .teletorn-banner-content-inner {
    padding: 0 16px;
  }
  .button-blocks-col {
    flex-basis: 100%;
  }
}
@media (max-width: 650px) {
  .form-two-col .contact-form-column {
    width: 100%;
  }
  .form-group.main-newsletter__input-wrap {
    width: 100%;
  }
  .smaily-form-fields input[type=email] {
    min-width: auto;
    width: 100%;
  }
  .single-attraction-wrap {
    width: 100%;
  }
  .featured-gallery-item{
    width: 100%;
    margin: 10px 0;
  }
  .featured-image-content-inner {
    flex-basis: 100%;
  }
  .single-people {
    width: 100%;
  }
  .room-info-row {
    gap: 0;
  }
  .room-info-row .room-info {
    flex-basis: 100%;
    margin: 0 0 16px;
    flex-direction: row;
  }
  .single-room-wrap-inner h2 {
    font-size: 1.25rem;
  }
  .header-side-search-wrap {
    width: 100%;
  }
  .header-top {
    height: auto;
  }
  .header-top .wrap {
    display: block;
  }
  .header-top-menu {
    text-align: center;
  }
  .header-menu-toggle span,
  .header-location span {
    display: none;
  }
  .header-main {
    font-size: 1rem;
  }
  .header-search {
    display: none;
  }
  .header-cta-link {
    margin-left: auto;
  }
  .footer-logo img {
    width: 185px;
  }
  .page-footer-col {
    flex-basis: 100%;
  }
  .page-footer-col h3 {
    font-size: 1.25rem;
  }
  .column-toggle h3 {
    margin: 0;
  }
  .footer-menu-wrap ul li a {
    font-size: 0.875rem;
  }
  .footer-menu-wrap {
    display: none;
  }
  .column-toggle img {
    display: block;
    transition: 0.4s;
  }
  .column-toggle.open img {
    transform: rotate(-180deg);
  }
  .page-footer .wrap {
    gap: 32px;
  }
  .footer-menu-wrap ul {
    margin: 16px 0 0;
  }
  .single-event-wrap {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .header-menu,
  .header-side-search {
    top: 0;
    height: 100%;
  }
  .header-menu-wrap-inner {
    padding: 24px 16px;
  }
  .header-menu-wrap-inner:nth-child(1) {
    border-bottom: 1px solid #007696;
    padding: 24px 16px;
  }
  .header-menu-wrap-inner-first {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 16px;
  }
  .header-menu-wrap-inner-first .header-menu-search {
    display: block;
    width: calc(100% - 36px);
  }
  .header-menu-search .search-field {
    border: 0;
  }
  .header-menu-close span {
    display: none;
  }
}
