@charset "UTF-8";
/*
Theme Name: Berkeley Travel
Theme URI: http://underscores.me/
Author: KasGraphics
Author URI: http://www.kasgraphics.com
Description: The default Berkeley Travel theme
Version: 1.0.7.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: berkeley-travel
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Berkeley Travel is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

@font-face {
  font-family: "freight_big_prolight_italic";
  src: url("freight_big_pro_light_italic-webfont.woff2") format("woff2"),
    url("freight_big_pro_light_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.freight_big_prolight_italic {
  font-family: "freight_big_prolight_italic";
}

@font-face {
  font-family: "freight_big_prolight";
  src: url("freight_big_pro_light-webfont.woff2") format("woff2"),
    url("freight_big_pro_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.freight_big_prolight {
  font-family: "freight_big_prolight";
}

@font-face {
  font-family: "granderegular";
  src: url("grande-webfont.woff2") format("woff2"),
    url("grande-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.granderegular {
  font-family: "granderegular";
}

@font-face {
  font-family: "zapfino_forte_lt_proregular";
  src: url("zapfinoforteltpro-webfont.woff2") format("woff2"),
    url("zapfinoforteltpro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.zapfino_forte_lt_proregular {
  font-family: "zapfino_forte_lt_proregular";
}

@font-face {
  font-family: "gill_sansregular";
  src: url("gill_sans-webfont.woff2") format("woff2"),
    url("gill_sans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gill_sansregularlight";
  src: url("GillSans-Light.woff") format("woff2"),
    url("GillSans-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

.gill_sansregular {
  font-family: "gill_sansregular";
}

.gill_sansregularlight {
  font-family: "gill_sansregularlight";
}

h1.pg-title {
  text-align: center;
  font-family: "granderegular";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

::-moz-selection {
  color: rgba(255, 255, 255, 1);
  background: rgba(110, 110, 110, 0.8);
}

::selection {
  color: rgba(255, 255, 255, 1);
  background: rgba(110, 110, 110, 0.8);
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  font-size: 13px;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

main#main {
  max-width: 1500px !important;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: rgba(110, 110, 110, 1);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  display: block;
  font-size: 2.4rem;
  margin-before: 0.67em;
  margin-after: 0.67em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: normal;
}

h2 {
  display: block;
  font-size: 2.4rem;
  margin-before: 0.83em;
  margin-after: 0.83em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: normal;
}

h3 {
  /* Contact Us sidebar */
  display: block;
  font-size: 2.4rem;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: normal;
}

h4 {
  /* Tile image caption */
  display: block;
  margin-before: 1.6rem;
  margin-after: 1.33em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: normal;
}

h5 {
  /* Read More */
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  margin-before: 1.67em;
  margin-after: 1.67em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: italic;
}

h6 {
  /* Location titles */
  display: block;
  font-size: 1.2em;
  margin-before: 2.33em;
  margin-after: 2.33em;
  margin-start: 0;
  margin-end: 0;
  font-weight: 300;
  font-style: normal;
}

p {
  margin-bottom: 1.5em;
}

b,
strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

dfn,
cite,
em,
i {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
  background-color: rgba(110, 110, 110, 0.5);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.hr {
  padding: 0;
  height: 20px;
}

.hr .left,
.hr .right {
  width: 40%;
  height: 20px;
  float: left;
}

.hr .left:before {
  width: 103%;
}

.hr .left:before,
.hr .right:before {
  display: block;
  content: "";
  height: 1px;
  position: relative;
  top: 10px;
  background: rgba(110, 110, 110, 0.5);
}

.hr .center {
  width: 20%;
  height: 20px;
  float: left;
  text-indent: -9999px;
  background: url("images/hexagon.svg") center no-repeat;
  background-size: 23px 20px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  background-color: rgba(110, 110, 110, 0.25);
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: transparent;
  border-radius: 0;
  background: rgba(110, 110, 110, 0.25);
  box-shadow: none;
  color: rgba(110, 110, 110, 1);
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.35em 0.9em 0.25em 0.85em;
  text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(110, 110, 110, 1);
  border-color: transparent;
  box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: transparent;
  box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  color: rgba(110, 110, 110, 1);
  border: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
  color: rgba(110, 110, 110, 1);
  outline: none;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea[name="message"] {
  padding: 7px 0 5px 15px;
  margin: 0 5px 0 0;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a:link,
a:visited {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
  transition: border-bottom 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
}

.asl_w_container {
  display: none;
}

.search_field .asl_w_container {
  display: block !important;
  position: relative;
  top: 73px;
}
.search_field .asl_w_container #ajaxsearchlite1 {
  width: 96% !important;
}

.search_field .asl_w_container #ajaxsearchlite1 .probox {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  flex-direction: row-reverse !important;
}

.search_field .asl_w_container #ajaxsearchlite1 .probox .proinput {
  margin: 0 !important;
}

.search_field .asl_w_container #ajaxsearchlite1 .probox .proinput > form > input::placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_field .asl_w_container #ajaxsearchlite1 .probox .proinput > form {
  border-bottom: none !important;
}

.search_field
  .asl_w_container
  #ajaxsearchlite1
  .probox
  .proinput
  > form
  > input {
  color: #fff !important;
  font-family: gill_sansregularlight !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  font-size: 18px !important;
  font-size: 0;
}

.search_field
  .asl_w_container
  #ajaxsearchlite1
  .probox
  .proinput
  > form
  > input::placeholder {
  color: #fff !important;
  font-family: gill_sansregularlight !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  font-size: 18px !important;
  font-size: 0;
}

.search_field .asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  border: none !important;
  box-shadow: none !important;
  margin-right: 20px !important;
}

.wpdreams_asl_results {
  width: 100% !important;
  left: 0 !important;
  background-color: #000 !important;
  height: 100vh !important;
}
.wpdreams_asl_results .results {
  background-color: #000 !important;
  overflow-y: scroll !important;
  height: 100vh !important;
}

.wpdreams_asl_results .results .resdrg {
  display: flex;
  flex-wrap: wrap;
  background-color: #000 !important;
  padding-bottom: 200px !important;
  justify-content: center !important;
}

.wpdreams_asl_results .results .resdrg .item {
  padding: 20px;
  background-color: transparent !important;
  border: none !important;
}

.wpdreams_asl_results .results .resdrg .item:after {
  display: none !important;
}

.wpdreams_asl_results .results .resdrg .item .asl_content {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wpdreams_asl_results .results .resdrg .item .asl_content > img {
  object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  height: 300px !important;
  margin-bottom: 20px !important;
}
.wpdreams_asl_results .results .resdrg .item:hover .asl_content > img {
  aspect-ratio: 16 / 13;
  object-fit: cover;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  margin-bottom: 20px !important;
}

.wpdreams_asl_results .results .resdrg .item .asl_content > h3 > a {
  color: white;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: gill_sansregularlight;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  line-height: 22px !important;
}
.wpdreams_asl_results .results .resdrg .item.item:hover .asl_content > h3 > a {
  color: white !important;
  letter-spacing: 2px !important;
  font-size: 18px !important;
  font-family: gill_sansregularlight !important;
  line-height: 22px !important;
  text-decoration: underline !important;
}
.wpdreams_asl_results .results .resdrg .item .asl_content .asl_desc {
  display: none !important;
}

@media (min-width: 768px) {
  .wpdreams_asl_results .results .resdrg .item {
    width: 47%;
  }

  .wpdreams_asl_results .results .resdrg .item .asl_content > img {
    object-fit: cover;
    height: 300px !important;
  }
}

@media (min-width: 1024px) {
  .wpdreams_asl_results .results .resdrg .item {
    width: 29.3333%;
  }

  .wpdreams_asl_results .results .resdrg .item .asl_content > img {
    object-fit: cover;
    height: 300px !important;
  }
}

@media (min-width: 1280px) {
  .wpdreams_asl_results .results .resdrg .item {
    width: 30%;
  }

  .wpdreams_asl_results .results .resdrg .item .asl_content > img {
    aspect-ratio: 16 / 13;
    height: 300px !important;
    object-fit: cover;
  }
}

@media (min-width: 1536px) {
  .wpdreams_asl_results .results .resdrg .item {
    width: 22%;
  }

  .wpdreams_asl_results .results .resdrg .item .asl_content > img {
    aspect-ratio: 16 / 13;
    height: 300px !important;
    object-fit: cover;
  }
}
html.scroll-hidden {
  overflow-y: hidden !important;
}

.globalHeader {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
}

#global-site-navigation img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.4);
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.globalHeader #logo-h {
  display: inline-block;
  width: 55px;
  height: 100%;
  margin: 10px;
  padding: 0;
  background: url("https://berkeley.live-website.com/wp-content/uploads/2025/02/logo.svg")
    top left no-repeat;
  background-size: 223px auto;
}

.globalHeader .menu-button {
  height: 100%;
  float: right;
  transition: 0.3s;
  /* border-left: 1px solid rgba(255, 255, 255, 0.25); */
}

.globalHeader .menu-button button {
  outline: none !important;
}

.globalHeader .menu-button:hover {
  /* background: rgba(255, 255, 255, 0.25); */
}

.globalHeader button.lines-button {
  display: inline-block;
  border: none;
  background: none;
}

.globalHeader button.lines-button span {
  display: block;
}

.globalHeader button.lines-button {
  padding: 32px 22px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}

.globalHeader button.lines-button:hover {
  opacity: 1;
}

.globalHeader button.lines-button:active {
  transition: 0;
}

.globalHeader .lines {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  transition: 0.3s;
  position: relative;
}

.globalHeader .lines:before {
  width: 15px !important;
  right: 0;
  left: auto !important;
}

.globalHeader .lines:before,
.lines:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.globalHeader .lines:before {
  top: 9px;
}

.globalHeader .lines:after {
  top: -9px;
}

.globalHeader .lines-button:hover .lines:before {
  top: 1.14286rem;
}

.globalHeader .lines-button:hover .lines:after {
  top: -1.14286rem;
}

.globalHeader .lines-button.close {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.globalHeader .lines-button.x.close .lines {
  background: transparent;
}

.globalHeader .lines-button.x.close .lines:before,
.globalHeader .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px !important;
}

.globalHeader .lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.globalHeader .lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

header.site-header {
  display: none;
}

header.site-header nav a {
  line-height: 2;
}

header.site-header nav a:link,
header.site-header nav a:visited {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

header.site-header nav a:hover,
header.site-header nav a:focus,
header.site-header nav a:active {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.site-main a:link,
.site-main a:visited {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 110, 110, 0);
}

.site-main a:hover,
.site-main a:focus,
.site-main a:active {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 110, 110, 0.75);
}

footer.site-footer a:link,
footer.site-footer a:visited {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 110, 110, 0);
}

footer.site-footer a:hover,
footer.site-footer a:focus,
footer.site-footer a:active {
  color: rgba(110, 110, 110, 1);
  text-decoration: none;
  border-bottom: 1px solid rgba(110, 110, 110, 0.75);
}

ul h5 a,
ul h5 a {
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

ul h5 a:hover,
ul h5 a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

header.site-header {
  padding: 10px 20px 55px;
}

.taxonomy-description.location-style h2 {
  font-weight: 400 !important;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav#global-site-navigation {
  transform: translateX(-200%);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
  font-size: 1.2rem;
  height: 100vh;
  z-index: 20;
  transition: 0.8s all;
  box-shadow: none;
  overflow-y: auto;
  overflow-x: hidden;
  touch-action: manipulation;
  text-transform: uppercase;
  /*border-top: 1px solid rgba(101,101,101,1);*/
  /*border-bottom: 4px solid rgba(101,101,101,1);*/
}

nav#global-site-navigation input[type="submit"] {
  text-indent: -9999px;
  background: url("images/search.png") center no-repeat
    rgba(110, 110, 110, 0.25);
  padding: 0.15em 0.9em 0.2em 0.85em;
}

nav#global-site-navigation.toggled-on {
  transform: translateX(0);
}

nav#global-site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

nav#global-site-navigation ul ul {
  font-size: 1.1rem;
  margin: 0 0 20px;
  padding: 0;
}

nav#global-site-navigation ul li a {
  font-weight: 500;
  font-size: 17px;
  position: relative;
  color: #fff;
  transition: 0.3s;
  text-align: left;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

  margin-left: 20px;
  margin-right: 20px;
}

nav#global-site-navigation ul ul li a {
  padding: 3px 0;
}

.main-navigation {
  display: none;
  clear: both;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* .main-navigation li {
    position: relative;
} */

.main-navigation li a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  display: none;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  display: inline-block;
}

.main-navigation ul ul li {
  margin: 0;
  display: block;
}

.main-navigation ul ul li a {
  padding: 0.5em 0 0;
  white-space: nowrap;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li > ul.active-sub-menu {
  left: auto;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.home .site-content {
  padding-top: 100px !important;
}

.site-content {
  padding-top: 0 !important;
}

.site-content main#main,
.site-content main#main {
  max-width: 100% !important;
}

.site-content .site-main .grid-container,
.site-content .site-main .grid-container {
  padding: 0 !important;
}

.site-content .site-main .grid-container.search {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.site-content .site-main .grid-container.search .page-header {
  padding-top: 200px !important;
}

.site-content .site-main .grid-container.search .search-results {
  margin-left: 0;
}

/* .archive.tax-interests .site-content {
  padding-top: 200px !important;
} */

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
header.site-header {
  position: absolute;
  z-index: 1;
  color: #fff;
  background: #8a8a8a;
  padding: 10px 20px;
  width: 100%;
}



.home header.site-header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(132, 132, 132, 0.8);
  transform: translateY(0);
  transition: all .5s ease-in-out !important;
}

header.site-header.showingheader {
  transform: translateY(0);
}

header.site-header.hide-header-top {
  transform: translateY(-200%);
}

header.site-header.hide-header-top .Shader {
  opacity: 0;
}

header.site-header.showingheader .Shader {
  opacity: 1;
}

.home header.site-header:before,
.home header.site-header:after {
  display: none;
}

.home-title {
  color: #666666;
  font-family: "Gilda Display", serif;
  padding: 0;
  margin: 0 auto 30px auto;
  border: 0;
  text-transform: none;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 5em;
}

.home-title:after {
  content: "";
  background: url("images/berk-life-shape.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  width: 15px;
}

.home-title h1 {
  text-transform: none;
  position: relative;
  display: inline-block;
  font-size: 42px;
  padding-bottom: 50px;
  border-bottom: none !important;
  color: #000;
}

.home-title h1:before,
.home-title h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(50% + 24px);
  height: 1px;
  background: #666;
}

.home-title h1:before {
  left: -1em;
}

.home-title h1:after {
  right: -1em;
}

@media screen and (max-width: 768px) {
  .home-title h1 {
    font-size: 36px;
  }
}

#menu-primary-1 > li > a {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

/* .no-touch #menu-primary-1 > li > a::before,
.no-touch #menu-primary-1 > li > a::after {
    content: '';
    width: 100%;
    height: 1px;
    z-index: -1;
    background: rgba(255, 255, 255, .75);
    position: absolute;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.no-touch #menu-primary-1 > li > a::before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
} */

.no-touch #menu-primary-1 > li > a::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.no-touch #menu-primary-1 > li > a:hover::before,
.no-touch #menu-primary-1 > li > a:hover::after,
#menu-primary-1 > li.current-menu-item > a::before,
#menu-primary-1 > li.current-menu-item > a::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*.globalHeader .sub-menu { display: none; }*/
header .contacts p a,
header .sub-menu a {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

header .contacts p a:after,
header .sub-menu a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  height: 1px;
  -webikt-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.no-touch .contacts p a:hover::after,
.no-touch .contacts p a:focus::after,
.no-touch .contacts p a:active::after,
.no-touch header .sub-menu a:hover::after,
.no-touch header .sub-menu a:focus::after,
.no-touch header .sub-menu a:active::after,
.no-touch header .sub-menu .current-menu-item a::after,
.no-touch header .sub-menu .current-menu-item a::after,
.no-touch header .sub-menu .current-menu-item a::after {
  right: 0;
}

header.site-header:after {
  display: block;
  content: "";
  clear: both;
}

header.site-header input {
  margin: 0;
}

header .site-branding {
  margin: 0 0 20px;
  text-align: center;
}

header .contacts {
  display: none;
}

footer.site-footer {
  font-size: 1.1rem;
}

footer.site-footer .footer-left {
  height: 40px;
  line-height: 40px;
}

footer.site-footer .footer-left a:first-child {
  text-transform: uppercase;
}

footer.site-footer .footer-left a {
  margin: 0 2px;
}

footer.site-footer ul {
  margin: 0;
  list-style: none;
}

footer.site-footer ul li {
  display: inline;
  margin: 0;
}

footer.site-footer .footer-left,
footer.site-footer .footer-right {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 950px) {
  footer.site-footer .footer-right,
  footer.site-footer .footer-left {
    width: 50%;
  }

  footer.site-footer .footer-left {
    text-align: left;
  }

  footer.site-footer .footer-right {
    text-align: right;
  }
}

.design-by {
  float: right;
  margin: 10px 0 0;
  clear: both;
  color: #ccc;
}

#footer-bottom .design-by a {
  color: #ccc;
}

footer.site-footer ul#additional-logos {
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

footer.site-footer ul#additional-logos li {
  margin: 0 15px 0 0;
}

footer.site-footer ul#additional-logos li a {
  border: none;
}

footer.site-footer ul#additional-logos li img {
  max-width: 15px;
  vertical-align: middle;
}

footer.site-footer ul#menu-secondary li {
  display: block;
  line-height: 2;
}

footer.site-footer #footer-navigation-wrapper {
  margin: 0;
}

footer.site-footer #footer-navigation-wrapper p {
  margin: 0 0 15px;
}

footer.site-footer #footer-navigation-wrapper .sign-up p {
  margin: 0;
}

footer.site-footer
  form
  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  width: 70%;
}

footer.site-footer form img.ajax-loader {
  display: block;
}

footer.site-footer .partners {
  margin: 21px 0 3px;
  padding: 0 15px;
}

footer.site-footer .partners:after {
  clear: both;
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

footer.site-footer .partners div {
  float: left;
  width: 50%;
  height: 60px;
  margin: 0 0 1.5em;
  line-height: 60px;
  text-align: center;
}

footer.site-footer .partners div img {
  vertical-align: middle;
}

.search-results li {
  text-transform: uppercase;
}

.site-main {
  padding: 78px 10px 10px;
}

.site-main.contact .footer {
  text-align: justify;
}

.site-main.contact h1 {
  margin: 1em 0;
}

.site-main.contact .form input {
  margin: 0;
}

.site-main.secondary .entry-content {
  font-size: 1.4rem;
}

.site-main .map {
  margin: 70px 0 50px;
  text-align: center;
}

.site-main.contact .form .grid-50.grid-parent.name,
.site-main.contact .form .grid-50.grid-parent.email,
.site-main.contact .form .grid-50.grid-parent.telephone,
.site-main.contact .form .grid-50.grid-parent.subject {
  margin: 0 0 30px;
}

.site-main.contact .form .grid-50.grid-parent.name input,
.site-main.contact .form .grid-50.grid-parent.email input,
.site-main.contact .form .grid-50.grid-parent.telephone input,
.site-main.contact .form .grid-50.grid-parent.subject input {
  width: 100%;
}

.site-main.contact .form input[type="submit"] {
  float: right;
  margin: 30px 0 5px;
  padding: 0.4em 2.4em 0.35em 2.35em;
}

.site-main.resorts .slideshow-wrapper {
  max-width: 585px;
  margin: 0 auto;
}

.tile {
  margin: 0 0 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tile.empty:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 110, 110, 0.25);
}

.tile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tile .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.25s ease-in-out;
}

.tile .title h4 {
  padding: 0.5em 8px;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) {
  .tile .title h4 {
    padding: 0.5em 14px;
  }
}

.tile-single-wrapper {
  margin: 0 0 20px;
  padding: 0;
}

.tiles ul,
ul.tiles {
  max-width: 1330px;
  margin: 0 auto;
  list-style: none;
}

.tiles ul .tile,
ul.tiles .tile {
  margin: 0;
}

.tile-single-wrapper h5 {
  text-transform: capitalize;
}

.tile-single-wrapper p.description {
  margin: 0.325em 0 0.65em 0;
}

.location-wrapper,
.location-wrapper ul {
  margin: 0;
  list-style: none;
  text-align: left;
}

.location-wrapper {
  margin: 0;
}

.location-wrapper .location {
  float: left;
  width: 100%;
}

.location-wrapper .location h6 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

/* .location-wrapper .location h6:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(110, 110, 110, 0.8);
} */

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
article h2 {
  margin: 1em 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-content {
  margin: 0 0 50px;
}

.entry-header,
.page-header {
  margin: 0 0 20px;
}

.entry-header h1.entry-title,
.page-header h1.page-title,
.site-main.contact h1,
.site-main.location h1,
.site-main.interest h1 {
  display: inline-block;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.widget-area.resorts h2 {
  margin: 0 0 1em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.widget-area aside .hr {
  display: none;
}

.widget-area.resorts {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.widget-area.resorts aside {
  width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
}

.widget-area.resorts .hr {
  width: 80%;
  margin: 25px auto;
}

.widget-area h3.widget-title {
  margin: 0 0 20px;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
10.4 fullpage.js
--------------------------------------------------------------*/
#fullpage {
  display: none;
}

#fullpage .hr {
  padding: 19px 0 31px;
}

#fullpage .hr .left:before,
#fullpage .hr .right:before {
  background: rgba(255, 255, 255, 0.5);
}

#fullpage .hr .center {
  background: url("images/hexagon-white.svg") center no-repeat;
}

#fullpage footer {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 0;
  padding: 0 10px;
}

#fullpage footer input {
  margin: 0;
}

#fullpage footer input[type="submit"],
header.site-header input[type="submit"] {
  text-indent: -9999px;
  background: url("images/search.png") center no-repeat rgba(0, 0, 0, 1);
  padding: 0.4em 0.9em 0.35em 0.85em;
}

#fullpage {
  -webkit-font-smoothing: antialiased;
}

#fullpage div.slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*#fullpage div.slide:before {*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: rgba(0,0,0,0.1);*/
/*}*/

/*#fullpage div.slide:after {*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 75%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(75%,rgba(0,0,0,0)));*/
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%);*/
/*background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%);*/
/*background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%);*/
/*background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );*/
/*}*/

#fullpage .caption h1 {
  display: none;
  font-size: 2.8rem;
  text-transform: none;
  color: rgba(255, 255, 255, 1);
}

.fp-controlArrow {
  display: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -37px;
}

.fp-controlArrow.fp-prev {
  left: 40px !important;
}

.fp-controlArrow.fp-next {
  right: 40px !important;
}

.fp-controlArrow.fp-prev:after {
  background: url("images/control-previous.png") center no-repeat;
}

.fp-controlArrow.fp-next:after {
  background: url("images/control-next.png") center no-repeat;
}

.fp-controlArrow.fp-prev:after,
.fp-controlArrow.fp-next:after {
  content: "";
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.fp-controlArrow.fp-prev:hover:after,
.fp-controlArrow.fp-next:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.soliloquy-container a,
.soliloquy-container .soliloquy-item > a {
  border-bottom: none;
}

.soliloquy-container.soliloquy-thumbnails-container {
  margin: 2px auto 70px !important;
}

.soliloquybox-skin {
  padding: 6px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.soliloquybox-opened .soliloquybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.soliloquy-container .soliloquy-prev {
  width: 30px !important;
  height: 44px !important;
  margin-top: -15px !important;
  background: url("images/control-previous-small.png") no-repeat scroll 50% 50% !important;
  border: 0 !important;
}

.soliloquy-container .soliloquy-next {
  width: 30px !important;
  height: 44px !important;
  margin-top: -15px !important;
  background: url("images/control-next-small.png") no-repeat scroll 50% 50% !important;
  border: 0 !important;
}

#soliloquybox-thumbs ul li a {
  border: 0 !important;
}

#soliloquybox-loading,
.soliloquybox-close,
.soliloquybox-prev span,
.soliloquybox-next span {
  background-image: url("images/soliloquybox_sprite.png") !important;
}

#footer-bottom {
  position: relative;
  overflow: hidden;
  background-color: black !important;
  padding: 0 !important;
}

.background_footer-image {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0.2;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .background_footer-image {
    top: 39px;
  }
}

/* #footer-bottom {
    background: url('https://berkeley.live-website.com/wp-content/uploads/2025/02/worldmap2.webp') center center no-repeat;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 300;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#footer-bottom:before {
    background:  url('https://berkeley.live-website.com/wp-content/uploads/2025/02/worldmap2.webp') center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
} */

/* .footer-bottom-container {
    padding: 80px 20px 120px;
    max-width: 1400px;
    margin: 0 auto;
} */

.footer-bottom-container:after {
  content: "";
  display: block;
  clear: both;
}

#footer-bottom a {
  color: #fff;
  position: relative;
  overflow: hidden;
  border: 0;
}

#footer-bottom a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  -webikt-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.no-touch #footer-bottom a:hover::after,
.no-touch #footer-bottom a:focus::after,
.no-touch #footer-bottom a:active::after {
  right: 0;
}

.footer-office {
  padding: 0 0 20px;
  font-size: 12px;
}

.footer-office h3 {
  border: none !important;
}

.footer-office h3,
.footer-newsletter h3 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.6em;
  letter-spacing: 4px;
  position: relative;
}

.footer-office h3 {
  padding: 10px 0 10px 10px;
}

.footer-office h3 img {
  /* position: absolute; */
  max-width: 75px;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1024px) {
  .footer-office h3 img {
    margin: auto;
  }
}

.footer-office h4 {
  font-size: 1.3em;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
}

.footer-office table {
  padding: 0;
  margin: 0 auto 15px;
  width: auto;
}

.footer-office table th {
  padding: 0 10px 0 0;
}

.footer-office table td,
.footer-office table th {
  font-weight: 300;
}

/* footer.site-footer #footer-bottom .footer-bottom-container a.footer-bottom-link {
    display: inline-block;
    padding: .5em 2em;
    font-size: 1.2em;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition: padding .5s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 4px;
    margin: 25px auto 0 auto;
}

footer.site-footer #footer-bottom .footer-bottom-container a.footer-bottom-link::after {
    display: none;
}

footer.site-footer #footer-bottom .footer-bottom-container a.footer-bottom-link::before {
    content: '';
    position: absolute;
    width: 0;
    background: rgba(255, 255, 255, .3);
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    transition: all .4s ease;
}

footer.site-footer #footer-bottom .footer-bottom-container a.footer-bottom-link:hover::before {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.footer-newsletter .footer-bottom-link {
  float: right;
}

#footer-bottom .footer-social {
  padding: 20px 0 0;
  float: right;
}

#footer-bottom .footer-social a {
  display: inline-block;
  font-size: 1.3em;
  transition: color 0.5s ease;
}

#footer-bottom .footer-social a:hover {
  color: #bbbbbb;
}

#footer-bottom .footer-social a::after {
  display: none;
}

.footer-clocks {
  /* padding: 0 40px !important; */
}

.footer-clocks nav.footer-nav {
  width: 100%;
  padding: 15px 0 20px;
  margin: 15px auto 50px;
}

.footer-clocks nav.footer-nav ul {
  margin: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.footer-clocks nav.footer-nav li {
  float: none;
  margin: 0;
  display: block;
  text-align: center;
  padding: 2px 0;
}

.footer-clocks nav.footer-nav li a {
  text-transform: uppercase;
  font-size: 1.1em;
}

/*.location-style{
    font-weight: 400;
}

.location-style h2{
	font-weight:400 !important;
}
*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  #soliloquybox-loading,
  .soliloquybox-close,
  .soliloquybox-prev span,
  .soliloquybox-next span {
    background-image: url("images/soliloquybox_sprite@2x.png") !important;
    background-size: 44px 152px;
  }
}

@media screen and (min-width: 320px) {
  .globalHeader #logo-h {
    width: 223px;
  }
}

.header-right {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 10px 0 200px;
  width: 100%;
  z-index: 2;
}

header .site-branding {
  z-index: 3;
  position: relative;
}

.main-navigation {
  float: right;
  display: block;
  text-align: center;
  padding: 40px 0 0;
}

nav#global-site-navigation ul ul {
  display: none;
}

.main-navigation {
  float: none;
  width: 100%;
  padding: 0;
}

.main-navigation li {
  display: inline-block;
  margin: 0 0 0 25px;
}

.main-navigation ul ul {
  display: block;
}

.main-navigation ul ul {
  float: left;
  position: unset;
  /*position:absolute;*/
  top: 150px !important;
  left: auto;
  z-index: 99999;
  padding-top: 1em;
  font-size: 1rem;
  display: none;
  width: 60px !important;
  padding: 0 40px;
  /*width:100%;*/
}

.footer-newsletter button {
  margin: 25px 0 0;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1.2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: padding 0.5s ease;
  position: relative;
  overflow: hidden;
  outline: 0;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.5;
  float: right;

  font-family: "gill_sansregular";
}

.clockwrapper span {
  letter-spacing: 2px;
  margin-top: 5px;
}

.footer-newsletter button::before {
  content: "";
  position: absolute;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transition: all 0.4s ease;
}

.footer-newsletter button:hover::before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* .footer-newsletter input {
    width: 100%;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: 0;
    resize: none;
    color: #ffffff;
    padding: .6em 0;
    margin-top: 0;
    z-index: 5;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 1em;
}

.footer-newsletter input:hover,
.footer-newsletter input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
} */

/* .footer-office, .footer-newsletter {
    max-width: 340px;
    margin: 0 auto;
}

.footer-clocks .footer-nav {
    max-width: 340px;
} */

.location-wrapper .location {
  text-align: center;
}

.footer-office {
  text-align: center;
}

.footer-office h3 {
  text-align: left;
}

.contact .content {
  text-align: center;
}

.footer-office h3 {
  text-align: center;
  margin-bottom: 75px;
}

.footer-newsletter h3 {
  text-align: center;
}

.footer-newsletter {
  text-align: center;
}

.footer-newsletter button,
#footer-bottom .footer-social,
.footer-newsletter .footer-bottom-link {
  float: none;
}

header.site-header {
  display: none !important;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .location-wrapper .location {
    text-align: left;
  }

  .hr .left,
  .hr .right {
    width: 47.5%;
  }

  .hr .left:before {
    width: auto;
  }

  .hr .center {
    width: 5%;
  }

  /* .location-wrapper {
        margin: 0 0 70px;
    } */

  .site-main {
    padding: 138px 70px 10px;
  }

  .site-main.contact .content {
    padding: 0 100px 0 0;
  }

  .site-main.contact .form input[type="submit"] {
    margin: 30px 0 70px;
  }

  .site-main.contact .form .grid-50.grid-parent.name,
  .site-main.contact .form .grid-50.grid-parent.telephone {
    padding: 0 30px 0 0;
  }

  .site-main.resorts .content article {
    padding: 0 25px 0 0;
  }

  .tile {
    margin: 0 25px 50px;
  }

  .tile-single-wrapper {
    margin: 0 0 50px;
    padding: 0 5px;
  }

  .widget {
    margin: 0 0 1.5em;
  }

  .widget-area aside .hr {
    display: block;
    margin: 35px 0;
  }

  .widget-area aside .hr .left,
  .widget-area aside .hr .right {
    width: 40%;
  }

  .widget-area aside .hr .left:before {
    width: 103%;
  }

  .widget-area aside .hr .center {
    width: 20%;
  }

  .widget-area.default {
    margin: 0 0 0 120px;
  }

  footer.site-footer #footer-navigation-wrapper {
    margin: 30px 0 0;
  }

  footer.site-footer #footer-navigation-wrapper .sign-up p {
    margin: 0 0 15px;
  }

  footer.site-footer .partners {
    margin: 41px 0 45px;
    padding: 0 15px;
  }

  footer.site-footer .partners div {
    width: 12.5%;
    margin: 0;
  }

  footer.site-footer ul {
    margin: 0 70px 15px 0;
  }

  footer.site-footer ul li {
    margin: 0 15px 0 0;
  }

  footer.site-footer ul#menu-secondary li {
    display: inline;
    line-height: normal;
  }

  footer.site-footer ul#menu-secondary li:after {
    content: "|";
    margin: 0 0 0 15px;
  }

  footer.site-footer ul#menu-secondary li:last-child:after {
    content: "";
    margin: 0;
  }

  .entry-content {
    margin: 0 0 20px;
  }

  .widget-area.resorts .hr .left,
  .widget-area.resorts .hr .right {
    width: 42.5%;
  }

  .widget-area.resorts .hr .center {
    width: 15%;
  }

  .trusted-partners .grid-30 img.alignleft,
  .trusted-partners .grid-30 img.alignleft {
    margin: 0;
    float: left;
  }

  .trusted-partners .grid-30 img.alignright,
  .trusted-partners .grid-30 img.alignright {
    margin: 0;
    float: right;
  }

  .boxes-container .box .box-content .excerpt {
    display: none;
  }

  .footer-office {
    text-align: left;
  }

  .footer-office table {
    width: 100%;
    margin: 0 0 15px;
  }

  .footer-office h4 {
    text-align: left;
  }

  .footer-office h3 {
    display: block;
    text-align: left;
    /* padding: 10px 0 10px 35px; */
  }

  .footer-office h3 img {
    display: block;
  }

  .footer-office .footer-bottom-link {
    margin: 25px 0 0;
  }

  .contact .content {
    text-align: left;
  }

  .footer-newsletter h3 {
    text-align: left;
  }

  .footer-newsletter {
    text-align: left;
  }

  .footer-newsletter button,
  #footer-bottom .footer-social,
  .footer-newsletter .footer-bottom-link {
    float: right;
  }
}

#fullpage {
  display: block;
}

nav#global-site-navigation ul ul {
  font-size: 0.9rem;
}

nav#global-site-navigation ul ul li {
  padding: 5px 0;
}


@media screen and (min-width: 980px) {
  /* .globalHeader .sub-menu {
         display: block;


     }

     nav#global-site-navigation ul ul {
         font-size: 1.1rem;

     }

 .header-right .menu-primary-container{
  padding-top: 53px;
 }
 .main-navigation ul ul {
     background-color:#8a8a8a;
     top:auto;
 }

 .main-navigation .sub-menu li a {
    display:block;
    padding: 0px 5px !important;
 }

 .main-navigation .sub-menu li{
    display:block;
 }*/
  nav#global-site-navigation ul ul li {
    padding: 0;
  }

  #fullpage .caption h1 {
    display: block;
  }

  #fullpage .hr {
    padding: 49px 0 61px;
  }

  #fullpage footer {
    padding: 0 70px;
    bottom: 30px;
  }

  .fp-controlArrow {
    display: block;
  }

  #full-slider-prev,
  #full-slider-next {
    display: block !important;
  }

  header .site-branding {
    float: left;
    margin: 0;
    text-align: left;
    max-width: 200px;
  }

  header .contacts {
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
    clear: both;
    float: right;
    font-size: 1.2rem;
  }

  header .contacts i {
    font-size: 1.6rem;
  }

  header .contacts span:after {
    content: "|";
    margin: 0 0.5em 0 0.8em;
  }

  header .contacts p {
    float: left;
  }

  header .contacts ul {
    float: left;
    position: relative;
    top: 1px;
    list-style: none;
    margin: 0 0 0 70px;
    padding: 0;
  }

  header .contacts ul li {
    display: inline;
    margin: 0 5px;
  }

  header .contacts ul li:last-child {
    margin: 0 0 0 5px;
  }

  .site-main {
    padding: 70px 70px 10px;
  }

  .widget-area.resorts {
    margin: 0 0 0 25px;
  }

  .widget-area.resorts .hr {
    margin: 50px auto;
  }

  header.site-header {
    padding: 15px 50px !important;
  }

  .about main .content {
    padding: 0 0 0 50px;
  }

  #display-enquiry-form span {
    display: inline;
  }

  button#display-enquiry-form {
    /* right: 20px;
            padding: 0 1em;
            border-bottom: 1px solid #a7a8aa; */
  }

  button#display-enquiry-form:hover {
    /* padding: 0 2em 0 2em;
        border-bottom: 1px solid #ffffff; */
  }
}

@media (min-width: 1150px) {
  header.site-header {
    display: flex !important;
    justify-content: space-between;
  }

  .globalHeader {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .location-wrapper .location {
    width: 12.5%;
  }

  .location-wrapper .location h6 {
    display: block;
    /* margin: 0 0 20px; */
  }

  .location-wrapper .location ul {
    margin: 20px 0 0 0;
  }
}

@media screen and (min-width: 1425px) {
  .header-right {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 0 10px 0 200px;
    width: 100%;
    z-index: 2;
  }

  .main-navigation {
    /*width: calc(100% - 200px - 250px);*/
    float: left;
    margin: 0 70px 0 0;
    padding: 0;
  }

  header.site-header {
    padding: 15px 50px !important;
  }
}

@-moz-document url-prefix() {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 0.25em 0.9em 0.35em 0.85em;
  }

  #fullpage footer input[type="submit"],
  header.site-header input[type="submit"] {
    padding: 0.3em 0.9em 0.3em 0.85em;
  }
}

/* KASGRAPHICS EDIT */

/* Login Page */
html,
body {
  height: 100%;
}

.login #page {
  position: relative;
  z-index: 3;
  padding: 0;
  min-height: 100%;
}

.login #page .login-container {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
}

.login #page .login-container .login-logo-img {
  max-width: 200px;
  display: block;
  margin: 0 auto 20px;
}

#login-error {
  border: 1px solid #bb3832 !important;
  background: linear-gradient(to bottom, #f55f5f 0%, #d95555 100%);
  background: -moz-linear-gradient(center top, #f55f5f 0%, #d95555 100%) repeat;
  background: -o-linear-gradient(#f55f5f 0%, #d95555 100%);
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#f55f5f),
    to(#d95555)
  );
  background: -webkit-linear-gradient(center top, #f55f5f 0%, #d95555 100%);
  background: -ms-linear-gradient(center top, #f55f5f 0%, #d95555 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F55F5F, endColorstr=#D95555);
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  margin: 0 !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  width: 100%;
  float: left;
}

.login #page #loginform input[type="text"],
.login #page #loginform input[type="password"] {
  width: 100%;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  font-size: 0.8em;
  border: 1px solid #737575;
  border: 1px solid rgba(115, 115, 117, 0.2);
  color: #000;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: border-color 0.3s ease, color 0.3s ease;
  -moz-transition: border-color 0.3s ease, color 0.3s ease;
  -ms-transition: border-color 0.3s ease, color 0.3s ease;
  -o-transition: border-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.login #page #loginform input[type="submit"] {
  width: auto;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 0px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #737575;
  border: 1px solid rgba(115, 115, 117, 0.2);
  -webkit-appearance: none;
  letter-spacing: -1px;
  margin: 10px 0px 10px 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -ms-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  float: right;
}

.login #page #loginform input[type="submit"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

.login-remember {
  display: none;
}

.login ::-webkit-input-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.login :-moz-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.login ::-moz-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.login :-ms-input-placeholder {
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

/* wp admin bar */
#wpadminbar {
  display: none;
}

.slide {
  position: relative;
}

#fullpage .fp-controlArrow.fp-prev,
#fullpage .fp-controlArrow.fp-next {
  width: 50px !important;
  height: 73px !important;
  border: none;
}

/*#logos-slider {*/
/*padding: 10px 0;*/
/*position: relative;*/
/*}*/
/*.logos-section {*/
/*margin: 0 auto;*/
/*}*/
/*#logos-slider .owl-next, #logos-slider .owl-prev {*/
/*text-indent: -9999px;*/
/*width: 40px;*/
/*height: 56px;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: -50px;*/
/*-webkit-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*}*/
/*#logos-slider .owl-prev {*/
/*background: url('images/prev.png');*/
/*}*/
/*#logos-slider .owl-next {*/
/*background: url('images/next.png');*/
/*left: auto;*/
/*right: -50px;*/
/*}*/
.contacts a {
  color: #a2a2a2;
  transition: color 0.3s ease;
}

.contacts a:hover {
  color: #ffffff;
}

.entry-header h1.entry-title {
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "GrandeRegular", sans-serif; /* Assuming this is a custom font */
  text-align: center; /* Assuming centered text like mx-auto */
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  color: black;
  font-size: 30px;
  line-height: 35px;
}

@media (min-width: 1024px) {
  /* Large screens (lg) */
  .entry-header h1.entry-title {
    font-size: 39px !important;
    line-height: 42px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1280px) {
  /* Extra-large screens (xl) */
  .entry-header h1.entry-title {
    font-size: 60px !important;
    line-height: 65px !important;
    margin-bottom: 70px !important;
  }
}

h1.entry-title span,
.no-title span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0 1em 100px 1em;
}

h1.entry-title span:after,
.no-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px; /* Small visible area */
  background: url("https://berkeley.live-website.com/wp-content/uploads/2025/04/berk_logo_icon.png")
    center center no-repeat;
  background-size: contain; /* Scale down the image to fit */
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
  z-index: -1;
  /* background: url('images/berkeley_log.png') center center no-repeat; */
}

.entry-header h2 {
  font-family: "gill_sansregular";
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #000;
}

@media (min-width: 1024px) {
  /* Large screens (lg) */
  .entry-header h2 {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  /* Extra-large screens (xl) */
  .entry-header h2 {
    font-size: 22px;
  }
}

.entry-header p {
  font-family: "gill_sansregular";

  text-align: left;
  word-break: break-all;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}


.page.group-blog .entry-header,
.page.group-blog .entry-header {
  max-width: 100% !important;
}

.group-blog .entry-header {
  max-width: 996px !important;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 1024px) {
  /* Large screens (lg) */
  .entry-header p {
    text-align: center;
    max-width: 996px;
  }
}

@media (min-width: 1280px) {
  /* Extra-large screens (xl) */
  .entry-header p {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 38px;
  }
}

@media (min-width: 1536px) {
  /* 2XL screens */
  .entry-header p {
    line-height: 36px;
  }
}

main {
  font-size: 14px;
}

.meta-slider > div {
  margin: 0 auto;
}

.no-title {
  font-weight: 300;
  font-style: normal;
  color: #666666;
  font-family: "Gilda Display", serif;
  font-size: 2.5em;
  padding: 0;
  margin: 0 auto 30px auto;
  border: 0;
  text-transform: none;
  display: block;
  text-align: center;
}

/*------------------------------------*\
    CONTACT FORM 7
\*------------------------------------*/

div.wpcf7 {
  width: 100%;
  margin: 0;
}

.wpcf7 form {
  width: 100%;
}

.wpcf7 form p {
  margin-bottom: 15px;
}

.wpcf7 input.wpcf7-text {
  width: 100%;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: 0;
  resize: none;
  color: #333;
  padding: 0.6em 0;
  margin-top: 0;
  z-index: 50;
  text-align: left;
  border-bottom: 1px solid rgba(103, 102, 100, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.9em;
}

.wpcf7 textarea.wpcf7-form-control {
  width: 100%;
  height: 100px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: 0;
  resize: none;
  color: #333;
  padding: 0.6em 0;
  margin-top: 0;
  z-index: 50;
  text-align: left;
  border-bottom: 1px solid rgba(103, 102, 100, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.9em;
}

.wpcf7 input.wpcf7-submit {
  background-color: transparent;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0.3em 0.6em;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid rgba(103, 102, 100, 0.3);
  color: #333;
  outline: none !important;
}

.wpcf7 input.wpcf7-submit:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.wpcf7 input.wpcf7-text:focus,
.wpcf7 textarea.wpcf7-form-control:focus,
.wpcf7 input.wpcf7-text:hover,
.wpcf7 textarea.wpcf7-form-control:hover {
  border-bottom: 1px solid rgba(103, 102, 100, 1);
}

::-webkit-input-placeholder {
  color: #444;
}

:-moz-placeholder {
  color: #444;
}

::-moz-placeholder {
  color: #444;
}

:-ms-input-placeholder {
  color: #444;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: text-indent 0.5s 0.5s ease;
  -moz-transition: text-indent 0.5s 0.5s ease;
  -ms-transition: text-indent 0.5s 0.5s ease;
  -o-transition: text-indent 0.5s 0.5s ease;
  transition: text-indent 0.5s 0.5s ease;
  text-indent: -300%;
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  border: none;
  padding: 3px 11px !important;
  color: #333;
  font-size: 1em;
  top: 11px !important;
  width: 100% !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

div.wpcf7-validation-errors {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin: 0 !important;
  box-sizing: border-box;
  border: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 0 0 0 0px !important;
  padding: 0;
  clear: both;
  border-radius: 2px 2px 2px 2px;
}

div.wpcf7-mail-sent-ok {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ng {
  color: #333;
  font-size: 1em;
  font-weight: normal;
  margin: 0 !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 0;
}

.contact-map p {
  font-size: 11px;
  margin: 20px 0 0;
  padding: 35px 0 0;
  border-top: 1px solid #dddddd;
}

.contact .content a {
  position: relative;
  overflow: hidden;
  border: 0;
}

.contact .content a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(132, 132, 132, 0.75);
  height: 1px;
  -webikt-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.no-touch .contact .content a:hover::after,
.no-touch .contact .content a:focus::after,
.no-touch .contact .content a:active::after {
  right: 0;
}

.tile-single-wrapper .tile-description {
  padding: 0 1em;
  font-style: italic;
  text-align: center;
  display: none;
}

.tile-single-wrapper .tile-description a {
  text-decoration: underline;
}

.cat-desc {
  margin: 0.975em 0 1.5em 0;
}

.tile-single-wrapper .read-more {
  text-align: center;
  display: none;
}

.tile-single-wrapper .read-more a {
  font-size: 13px;
  padding: 0.4em 1.5em;
  text-align: center;
  display: inline-block;
  border: 1px solid #dddddd;
  transition: border 0.25s ease-in-out, color 0.25s ease-in-out;
}

.tile-single-wrapper .read-more a:hover {
  border: 1px solid #000000;
  color: #000000;
}

.tile {
  max-width: 520px;
  margin: 0 auto !important;
}

.tile a {
  border: 0 !important;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.tile a > img {
  width: 100%;
  opacity: 1;
  transition: transform 1s ease-in-out, opacity 0.3s ease-in-out;
  margin: 0;
  display: block;
}

.tile .title {
  font-family: "Gilda Display", serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(132, 132, 132, 0.7);
  transition: bottom 0.3s ease-in-out;
}

.tile a:hover > img {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

a,
a:active,
a:focus {
  outline: none;
}

header .site-branding img {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

header .site-branding:hover img {
  opacity: 0.6;
}

.main-navigation li {
  text-align: left;
  line-height: 1;
}

.main-navigation .sub-menu li a {
  padding: 0;
}

/* .main-navigation .sub-menu li:first-child a {
    padding: 0.5em 0 0;
} */

.main-navigation ul li.current-menu-parent > ul {
  left: auto;
}

.home header.grow-up {
  /* padding: 10px 20px 145px; */
}

#mapContact {
  position: relative;
  overflow: hidden;
}

#mapContact img {
  transition: transform 1s ease-in-out;
}

#mapContact h5 {
  font-family: "Gilda Display", serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(132, 132, 132, 0.7);
  transition: transform 0.3s ease-in-out;
  padding: 1em 1em;
  text-align: center;
  font-style: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mapContact:hover h5 {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#mapContact:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.you-are-protected h4 {
  padding: 20px 0;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

.you-are-protected img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

/*.contact-map iframe {*/
/*max-width: 100%;*/
/*height: auto;*/
/*}*/

#full-slider {
  width: 100%;
  box-sizing: content-box;
  padding: 68px 0 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.2s;
}

#full-slider .item {
  position: relative;
}

#full-slider.active-slider {
  opacity: 1;
}

.slider-text {
  position: absolute;
  width: 600px;
  top: 7%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
}

.slider-text .site-branding {
  margin: 15px auto 0;
  max-width: 130px;
  transition: opacity 1s ease-in 0.8s, padding 1s ease-in 0.8s,
    margin 0.5s ease-in-out;
  opacity: 0;
}

.no-touch .slider-text .site-branding:hover {
  margin: 80px auto 0;
}

.slider-text h1 {
  color: #fff;
  font-family: "Gilda Display", serif;
  font-size: 1.3em;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0 0;
  transition: all 1s ease-in;
  opacity: 0;
}

.slider-text h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 0.7em;
  position: relative;
  text-transform: none;
  display: inline-block;
  padding: 10px 0 0;
  margin: 10px 0 0;
  letter-spacing: 4px;
  transition: all 1s ease-in 0.4s;
  opacity: 0;
}

.slider-text h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-text h1.active-element {
  padding: 5px 0 0;
  opacity: 1;
}

.slider-text h2.active-element,
.slider-text .site-branding.active-element {
  opacity: 1;
}

@media screen and (min-width: 850px) {
  #full-slider {
    padding: 0;
  }

  .slider-text {
    top: 20%;
    width: 600px;
  }

  .slider-text h1 {
    padding: 60px 0 0;
    font-size: 2.6em;
  }

  .slider-text h2 {
    font-size: 1.4em;
  }

  .slider-text .site-branding {
    margin: 60px auto 0;
    max-width: 250px;
  }

  .slider-text h1.active-element {
    padding: 20px 0 0;
    opacity: 1;
  }

  footer .owl-controls {
    display: block;
  }

  footer.site-footer ul#additional-logos li img {
    max-width: 30px;
  }
}

footer .owl-controls {
  display: none;
}

#full-slider-prev,
#full-slider-next {
  position: absolute;
  top: 50%;
  display: none;
  width: 48px;
  height: 70px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

#full-slider-prev:hover,
#full-slider-next:hover {
  opacity: 1;
}

#full-slider-prev {
  background: url("images/control-previous.png");
  left: 20px;
}

#full-slider-next {
  background: url("images/control-next.png");
  right: 20px;
}

.home #page {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out 0.2s;
  overflow: hidden;
}

.home #page.active {
  opacity: 1;
}

.home header.site-header {
  /* top: -100px; */
  transition: top 1.4s ease-in-out 1.4s, padding 0.3s ease-in-out;
}

.home header.site-header.active {
  top: 0;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  z-index: 9999;
  display: none;
}

.home #loader {
  display: block;
}

/* loader */

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #8a8a8a;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

.tiles .tile-single-wrapper {
  opacity: 1;
  margin-top: 100px;
  transition: opacity 2s ease, margin-top 2s ease;
}

.page article > div {
  opacity: 1;
  margin-top: 200px;
  transition: opacity 2s ease, margin-top 2s ease;
}

.tiles .tile-single-wrapper.active,
.page article div.active {
  opacity: 1;
  margin-top: 0;
}

#page {
  max-width: 100%;
}

.home #primary {
  padding: 20px 0;
}

.location h6 {
  text-align: center;
}

.location li {
  text-align: center;
}

/*main .content {*/
/*opacity: 0;*/
/*padding: 50px 0 0 50px;*/
/*transition: opacity 2s ease 1s, padding 1s ease 1s;*/
/*}*/
/*main .content.active {*/
/*opacity: 1;*/
/*padding: 0 0 0 50px;*/
/*}*/

.globalHeader #logo-h {
  margin: 10px auto;
  float: none;
  display: block;
  height: 127px;
  margin-bottom: 20px;
}

.globalHeader .menu-button {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  z-index: 30;
}

@media (max-width: 1024px) {
  .globalHeader.not-home-active {
    background-color: #0000009e !important
        ;
  }
}

@media (min-width: 1024px) {
  .globalHeader.not-home-active {
    background-color: #000000e8 !important;
  }
}

.page-template-page-hotel .globalHeader.not-home-active {
  background-color: transparent !important;
}

hr {
  marign-top: 0;
}

/* Simple Liquid Slider */

#logos-slider {
  width: 100%;
  padding: 0 10px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease;
}

#logos-slider.active {
  opacity: 1;
}

#logos-slider > div {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#logos-slider ul {
  padding: 0;
  margin: 0;
  position: relative;
}

#logos-slider li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
}

#logos-slider a {
  border: 0 !important;
}

#logos-slider li img {
  max-width: none;
}

.soliloquy-container .soliloquy-item {
  visibility: visible !important;
}

/* Clock */

/* .clock {
    background: url('images/clock.png') center center no-repeat;
    width: 100px;
    height: 100px;
    position: relative;
}

.clock .sec {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
}

.clock .sec:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    background: #ffffff;
    width: 1px;
    height: 30px;
}

.clock .min {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
}

.clock .min:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    background: #ffffff;
    width: 2px;
    height: 25px;
}

.clock.pm .sec:after,
.clock.pm .min:after,
.clock.pm .hour:after {
    background: #444444;
}

.clock .hour {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
}

.clock .hour:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    width: 3px;
    height: 20px;
}

.clocks-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 20px;
}

.clock-container {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}

.clock-container h4 {
    font-size: 1.3em;
    color: #fff;
    margin: 0 0 10px;
    text-transform: none;
    text-align: center;
}

.clock {
    background: url('images/clock.png') center center no-repeat;
    width: 100px;
    height: 100px;
    position: relative;
}


.members-area article .clock-container h4 {
    color: #6e6e6e;
}

.members-area article .clock .hour:after,
.members-area article .clock .min:after,
.members-area article .clock .sec:after {
    background: #6e6e6e;
}

.members-area article .clock {
    background: url('images/clock_up.png') center center no-repeat;
}

.members-area article .clock-container {
    margin: 0 auto 40px;
    display: block;
} */

@media screen and (min-width: 768px) {
  .footer-clocks .footer-nav {
    max-width: none;
  }

  .grid-50.button-container:first-of-type {
    padding-right: 10px;
  }

  .grid-50.button-container:nth-child(2) {
    padding-left: 10px;
  }

  .enquiry-form-container > .grid-50:first-child {
    padding: 0 20px 0 0;
  }

  .enquiry-form-container > .grid-50:nth-child(2) {
    padding: 0 0 0 20px;
  }

  .make-an-enquiry-container .right-boxes-container {
    padding: 0 0 0 40px;
  }

  #explore-overlay .explore-left {
    padding: 0 40px 0 0;
  }

  #explore-overlay .explore-right {
    padding: 0 0 0 40px;
  }

  .boxes-container {
    margin: 0 0 50px;
  }

  .explore-form-container .grid-50:first-child {
    padding-right: 20px;
  }

  .explore-form-container .grid-50:last-child {
    padding-left: 20px;
  }

  .members-area article .clock-container {
    margin-top: -30px;
    margin-bottom: 80px;
    margin-left: 0;
    display: inline-block;
  }
}

.site-header .search-form {
  position: absolute;
  top: 10px;
  left: 20px;
}

.search-form {
  width: 140px;
  height: 30px;
}

.search-form input.search-field {
  background: transparent;
  border-bottom: 1px solid #a7a8aa;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 12px;
  max-width: 120px;
  height: 100%;
  display: inline-block;
  float: left;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-form button.search-submit {
  background: transparent;
  margin: 0;
  padding: 0 5px 0 0;
  border: 0;
  outline: none;
  color: #a7a8aa;
  border-bottom: 1px solid #a7a8aa;
  font-size: 12px;
  height: 100%;
  display: inline-block;
  transition: color 0.5s ease;
}

.search-form button.search-submit:hover {
  color: #ffffff;
}

.search-form ::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.search-form :-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.search-form ::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.search-form:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

#global-site-navigation .search-form {
  margin: 20px auto;
}

/* Explore */

#display-enquiry-form {
  position: static !important;
}

#display-enquiry-form:hover {
  background-color: #000 !important;
}

#explore,
#explore2,
#display-enquiry-form {
  background: transparent;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 20px;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 1em;
  border-bottom: 1px solid #a7a8aa;
  margin: 0;
  transition: padding 0.5s ease, border-bottom 0.5s ease;
  outline: none;
}

#display-enquiry-form {
  top: 70px;
  z-index: 99;
  right: 5px;
  padding: 0;
  border: 0;
}

#explore:hover,
#explore2:hover {
  padding: 0 2em 0 2em;
  border-bottom: 1px solid #ffffff;
}

#explore.active,
#explore2.active {
  padding: 0 2.5em 0 2em;
  border-bottom: 1px solid #ffffff;
}

#explore i,
#explore2 i {
  position: absolute;
  top: 50%;
  right: -100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  transition: right 0.5s ease;
}

#explore.active i,
#explore2.active i {
  right: 0;
}

#explore-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.92);
  transition: left 1s ease;
  z-index: 9;
  color: #cccccc;
  font-size: 10px;
}

@media (max-width: 1023px) {
  #explore-overlay {
    overflow-y: scroll;
    height: 100%;
  }
}

#explore-overlay.active {
  left: 0;
  z-index: 9999 !important;
}

#explore-overlay.un-active {
  left: 200%;
}

.home header.site-header.explore-overlay {
  background: rgba(132, 132, 132, 1);
}

#explore-overlay .explore-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 20px 0 20px;
}

#explore-overlay .explore-container::after {
  content: "";
  display: block;
  clear: both;
}

#explore-overlay .explore-left {
  text-align: center;
}

.explore-left h1,
.explore-left h2.h1 {
  text-align: center;
  font-size: 1.7em;
  margin: 0 auto 15px auto;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  display: inline-block;
  letter-spacing: 4px;
  color: #dddddd;
}

.explore-left h2 {
  margin: 0 0 3em;
  color: #777777;
  letter-spacing: 3px;
  font-size: 1.6em;
}

.explore-left h2 span {
  margin: 0 2em;
}

.boxes-container > .grid-50 {
  margin: 0;
}

.boxes-container .box {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.boxes-container .box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s ease;
}

.boxes-container .box:hover .mask {
  background: rgba(0, 0, 0, 0.95);
}

.boxes-container .box .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.boxes-container .box img {
  display: block;
  width: 100%;
}

.boxes-container .box .box-content h3 {
  color: #dddddd;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.boxes-container .box .box-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  left: 50%;
  background: rgba(187, 187, 187, 0.5);
}

.boxes-container .box .box-content .excerpt {
  margin: 30px 0 0;
  color: #bbbbbb;
  text-align: center;
  font-size: 1em;
  width: 100%;
  transition: margin 0.5s ease;
  padding: 0 20px;
}

.boxes-container .box:hover .box-content .excerpt {
  margin: 15px 0 0;
}

/* box-content - simple lightbox */

#simple-lightbox {
  position: absolute;
  top: 10%;
  left: 50%;
  /*-webkit-transform: translateY(-50%) translateX(-50%);*/
  /*-ms-transform: translateY(-50%) translateX(-50%);*/
  /*transform: translateY(-50%) translateX(-50%);*/
  z-index: 99;
  display: none;
  width: 50%;
  max-width: 780px;
}

.simple-lightbox-container {
  position: relative;
}

#simple-lightbox .lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  font-size: 14px;
}

#simple-lightbox .lightbox-item.active-box {
  opacity: 1;
}

#simple-lightbox .lightbox-item div {
  position: relative;
}

#simple-lightbox .lightbox-item div .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.5s ease;
}

#simple-lightbox .lightbox-item div .box-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 10px 20px;
}

#simple-lightbox .lightbox-item div h3 {
  color: #dddddd;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  padding: 0 0 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#simple-lightbox .lightbox-item div h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20%;
  height: 1px;
  left: 50%;
  background: rgba(187, 187, 187, 0.5);
}

#simple-lightbox .lightbox-item div .excerpt {
  margin: 30px 0 0;
  color: #bbbbbb;
  text-align: center;
  font-size: 1em;
  width: 100%;
  transition: margin 0.5s ease;
}

.members div img {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}

.members div:hover img {
  opacity: 1;
}

.members div:hover {
  color: #ffffff;
}

.members {
  text-align: center;
  padding: 60px 0;
}

.members div {
  position: relative;
  display: inline-block;
  transition: color 0.5s ease;
}

.members div span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1em;
  letter-spacing: 6px;
}

.london-office {
  /*margin: 40px 0 0;*/
}

.london-office h1,
.london-office h2.h1 {
  text-align: center;
  font-size: 1.7em;
  margin: 0 auto 25px auto;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  display: block;
  letter-spacing: 4px;
  color: #dddddd;
}

.london-office div {
  font-size: 1.2em;
  padding: 0 0 5px;
}

.london-office .title {
  letter-spacing: 3px;
}

.london-office div a {
  color: #dddddd;
  font-size: 0.8em;
}

.london-office div a {
  position: relative;
  overflow: hidden;
  color: #dddddd;
  font-size: 0.8em;
  padding: 0 0 1px;
}

.london-office div a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: rgba(221, 221, 221, 0.5);
  height: 1px;
  -webikt-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}

.no-touch .london-office div a:hover::after,
.no-touch .london-office div a:focus::after,
.no-touch .london-office div a:active::after {
  right: 0;
}

.london-office .office-right {
  text-align: right;
}

.button-container button {
  margin: 25px 0 0;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1.2em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: padding 0.5s ease;
  position: relative;
  outline: 0;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.5;
  width: 100%;
}

.button-container button::before {
  content: "";
  position: absolute;
  width: 0;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transition: all 0.4s ease;
}

.button-container button:hover::before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Explore Forms */

.explore-form-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.92);
  transition: left 1s ease, right 1s ease;
  z-index: 9999;
  color: #cccccc;
  font-size: 10px;
  opacity: 0;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.explore-form-overlay.active {
  left: 0;
  opacity: 1;
  z-index: 9999;
}

.explore-form-overlay.un-active {
  left: 200%;
  opacity: 1;
}

.home header.site-header.explore-overlay {
  background: rgba(132, 132, 132, 1);
}

.explore-form-overlay .explore-form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 20px 0 20px;
}

.explore-form-overlay .explore-form-container::after {
  content: "";
  display: block;
  clear: both;
}

.explore-form-container .close {
  position: absolute;
  top: -50px;
  right: -50px;
  color: #ffffff;
  font-size: 1.5em;
  background: transparent;
  outline: none;
}

.explore-form-container h1,
.explore-form-container h2.h1 {
  font-size: 2em;
  padding: 0.6em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin: 20px 0 60px;
  letter-spacing: 6px;
  position: relative;
}

.explore-form-container input,
.explore-form-container .wpcf7 input.wpcf7-text {
  width: 100%;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: 0;
  resize: none;
  color: #ffffff;
  padding: 0.6em 0;
  margin-top: 0;
  z-index: 5;
  text-align: left;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.explore-form-container input:hover,
.explore-form-container input:focus,
.explore-form-container .wpcf7 input.wpcf7-text:hover,
.explore-form-container .wpcf7 input.wpcf7-text:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: #ffffff;
}

.explore-form-container button[type="submit"],
.explore-form-container .wpcf7 input.wpcf7-submit {
  margin: 25px 0 0;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1.2em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: padding 0.5s ease;
  position: relative;
  overflow: hidden;
  outline: 0;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.5;
  float: right;
  width: auto;
}

.explore-form-container .wpcf7 input.wpcf7-submit {
  transition: background 0.5s ease;
}

.explore-form-container .wpcf7 input.wpcf7-submit:hover,
.explore-form-container .wpcf7 input.wpcf7-submit:focus {
  background: rgba(255, 255, 255, 0.3);
}

.explore-form-container button[type="submit"]::before {
  content: "";
  position: absolute;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  transition: all 0.4s ease;
}

.explore-form-container button[type="submit"]:hover::before,
.explore-form-container button[type="submit"]:focus::before {
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.explore-form-container p {
  margin: 0 0 4em;
}

.explore-form-container .newsletter-container {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.explore-form-container ::-webkit-input-placeholder {
  color: #dddddd;
  font-weight: 300;
}

.explore-form-container :-moz-placeholder {
  color: #dddddd;
  font-weight: 300;
}

.explore-form-container ::-moz-placeholder {
  color: #dddddd;
  font-weight: 300;
}

.explore-form-container:-ms-input-placeholder {
  color: #dddddd;
  font-weight: 300;
}

.explore-form-container div.wpcf7-validation-errors,
.explore-form-container span.wpcf7-not-valid-tip,
.explore-form-container div.wpcf7-mail-sent-ok,
.explore-form-container div.wpcf7-mail-sent-ng {
  color: #dddddd;
}

.explore-form-container .fix-rows {
  opacity: 0;
  height: 33px;
}

.explore-form-container .wpcf7 textarea.wpcf7-form-control {
  color: #ffffff;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1em;
  min-height: 200px;
}

/* Datepicker */

div.pika-single {
  color: #333;
  background: #000;
  border-color: #444;
  font-family: "Open Sans", sans-serif;
}

div.pika-single button {
  outline: none;
}

.pika-single .pika-lendar {
  width: 300px;
}

.pika-single .pika-label {
  background-color: #000;
  color: #fff;
}

.pika-single .is-today .pika-button {
  color: #555;
  font-weight: bold;
}

.pika-single .is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #333;
  border-radius: 3px;
  box-shadow: none;
}

.pika-single .is-inrange .pika-button {
  background: #8a8a8a;
}

.pika-single .is-startrange .pika-button {
  color: #fff;
  background: #777;
  box-shadow: none;
  border-radius: 3px;
}

.pika-single .is-endrange .pika-button {
  color: #fff;
  background: #999;
  box-shadow: none;
  border-radius: 3px;
}

.pika-single .is-disabled .pika-button,
.pika-single .is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-single .pika-button:hover {
  color: #fff;
  background: #8a8a8a;
  box-shadow: none;
  border-radius: 3px;
}

.pika-single .pika-button {
  background: #111111;
}

.pika-single .pika-prev,
.pika-single .pika-next {
  background-color: #555;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Custom multiple selects with search */

.explore-form-container .fs-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.fs-wrap .fs-label-wrap {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.fs-wrap .fs-label-wrap .fs-label {
  padding: 0.6em 22px 0.6em 8px;
  font-size: 1.2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.5;
}

.fs-wrap .fs-search input {
  -webkit-appearance: none;
}

.fs-wrap .fs-arrow {
  border-top: 5px solid rgba(255, 255, 255, 0.3);
}

.fs-wrap .fs-dropdown {
  width: 100%;
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.fs-wrap .fs-dropdown .fs-options {
  max-width: 100%;
}

.fs-wrap .fs-option,
.fs-wrap .fs-search,
.fs-wrap .fs-optgroup-label {
  padding: 10px 8px;
  border-bottom: 1px solid #333;
  font-size: 1.2em;
  cursor: default;
}

.fs-wrap .fs-option.hl {
  background-color: #777;
}

.fs-wrap .fs-option-label {
  text-transform: uppercase;
}

.fs-wrap .fs-dropdown .fs-option {
  transition: all 0.5s ease;
  cursor: pointer;
}

.fs-wrap .fs-dropdown .fs-option:hover {
  background-color: #666;
  color: #fff;
}

.fs-wrap.multiple .fs-dropdown .fs-option .fs-checkbox i {
  border: 1px solid #444;
  border-radius: 2px;
  background-color: #333;
}

.fs-wrap.multiple .fs-dropdown .fs-option.selected .fs-checkbox i {
  background-color: #555;
}

/* Request info */

.request-info-container {
  text-align: center;
}

.request-info-container h1,
.request-info-container h2.h1 {
  display: inline-block;
  padding: 0.6em 2em;
}

.request-info-container h2 {
  font-size: 1.8em;
  padding: 0.6em 2em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin: 20px 0 60px;
  letter-spacing: 6px;
  position: relative;
  display: inline-block;
}

.request-info-container .wpcf7 {
  max-width: 90%;
  margin: 0 auto;
}

.request-info-container .grid-50 {
  margin: 0 0 2em;
}

/* Make an enquiry */

.make-an-enquiry-container {
  text-align: center;
}

.make-an-enquiry-container h1,
.make-an-enquiry-container h2.h1 {
  display: inline-block;
  padding: 0.6em 2em;
}

html {
  height: 100%;
}

#page:after {
  content: "";
  display: block;
  clear: both;
}

.enquiry-form-container h2 {
  font-size: 1.2em;
  padding: 0.6em 2em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #222;
  text-align: center;
  margin: 60px 0 25px;
  letter-spacing: 6px;
}

.enquiry-form-container textarea.wpcf7-form-control {
  margin: 30px 0 0;
}

.enquiry-form-container h2.empty {
  opacity: 0;
  font-size: 1.2em;
  padding: 0.6em 2em;
  border: 1px solid transparent;
  text-align: center;
  letter-spacing: 6px;
}

.enquiry-form-container div div h2.empty,
.enquiry-form-container div div h2.content-header {
  margin: 60px 0 25px;
}

.enquiry-form-container div h2:first-child {
  margin: 0 0 25px;
}

.enquiry-form-container {
  margin: 0 0 40px;
}

.make-an-enquiry-container .right-box {
  max-width: 300px;
  width: 100%;
  display: block;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  transition: border-color 0.5s ease, background 0.5s ease;
  word-wrap: break-word;
}

.make-an-enquiry-container .right-box:hover,
.make-an-enquiry-container .right-box:focus {
  /*border: 1px solid rgba(255, 255, 255, 1);*/
  background: rgba(255, 255, 255, 0.3);
}

.make-an-enquiry-container .right-box div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.make-an-enquiry-container .right-box h4 {
  font-size: 1.2em;
  margin: 0;
  padding: 15px 0;
  letter-spacing: 2px;
}

.make-an-enquiry-container .right-box table {
  padding: 5px 10px;
  display: block;
  text-align: center;
  color: #999999;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .right-box table {
    font-size: 0.7em;
  }
}

.make-an-enquiry-container .right-box table th {
  padding: 0 20px 0 0;
}

.make-an-enquiry-container .right-box table th,
.make-an-enquiry-container .right-box table td {
  text-align: left;
  padding-bottom: 4px;
}

.make-an-enquiry-container .right-box table tbody {
  display: inline-block;
}

.make-an-enquiry-container .right-box span {
  font-size: 1.4em;
}

.make-an-enquiry-container .right-box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.2em;
  letter-spacing: 2px;
}

/* Win a luxury holiday */
.luxury-holiday-container {
  font-size: 1.2em;
}

.luxury-holiday-container .wpcf7 form p {
  margin-bottom: 30px;
}

.luxury-holiday-container h6 {
  text-transform: none;
  margin: 0 0 20px;
}

.luxury-holiday-container h6.empty {
  opacity: 0;
}

.luxury-holiday-container .prizes h5 {
  font-style: normal;
  margin: 0 0 15px;
}

.luxury-holiday-container .prizes ol {
  padding: 0;
  margin: 0 0 0 12px;
}

.luxury-holiday-container .prizes ol li {
  padding: 0 0 0 8px;
}

.luxury-holiday-container .prize-draw {
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  color: #aaa;
}

.luxury-holiday-container h1,
.luxury-holiday-container h2.h1 {
  display: inline-block;
  padding: 0.6em 2em;
}

.luxury-holiday-container .grid-100:first-child {
  text-align: center;
}

/* custom checkboxes */
.describe-checkboxes-wrap {
  margin-bottom: 30px;
}

.describe-checkboxes::after {
  content: "";
  display: block;
  clear: both;
}

.describe-checkboxes input[type="checkbox"],
.describe-checkboxes .wpcf7-list-item-label,
.describe-checkboxes .wpcf7-form-control-wrap.describe-yourself {
  display: none;
}

.describe-checkboxes-wrap h5 {
  font-style: normal;
  margin: 0 0 15px;
}

.describe-checkboxes .custom-checkbox {
  width: 50%;
  float: left;
  position: relative;
  padding: 8px 10px 8px 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  line-height: 1;
}

.describe-checkboxes .custom-checkbox span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

.describe-checkboxes .custom-checkbox span i {
  border: 1px solid #222;
  background-color: #111;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: -7px auto 0 auto;
  width: 14px;
  height: 14px;
}

.describe-checkboxes .custom-checkbox.selected span i {
  border-color: transparent;
  background: #333
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC")
    center center no-repeat;
}

#secondary .widget {
  text-align: center;
}

.page-template-page-pass article form {
  text-align: center;
}

.page-template-page-pass article form input[type="password"] {
  width: auto;
  text-decoration: none;
  background: none;
  line-height: 1.4em;
  outline: 0;
  resize: none;
  color: #999999;
  padding: 1em 6em;
  z-index: 50;
  border: 1px solid rgba(153, 153, 153, 0.3);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto 70px auto;
}

.page-template-page-pass article form input[type="submit"] {
  background-color: transparent;
  border: none;
  color: #fff;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 1.2em;
  text-transform: uppercase;
  display: none;
}

.page-template-page-pass article form input[type="password"]:focus,
.page-template-page-pass article form input[type="password"]:hover {
  border: 1px solid rgba(153, 153, 153, 1);
}

/*.main-navigation li.current-menu-parent ul.sub-menu {*/
/*left: auto;*/
/*display: block;*/
/*}*/

.trusted-partners .grid-70,
.clients-testimonials .grid-70 {
  position: relative;
  height: 100%;
}

.trusted-partners .grid-70::after,
.clients-testimonials .grid-70::after {
  content: "";
  display: block;
  clear: both;
}

.trusted-partners .grid-30 img,
.clients-testimonials .grid-30 img {
  margin: 0 auto;
  float: none;
  display: block;
}

.clients-testimonials .grid-30:empty {
  height: 10px;
}

.trusted-partners .grid-70 p,
.clients-testimonials .grid-70 div {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trusted-partners article .grid-100 .grid-100,
.clients-testimonials article .grid-100 .grid-100 {
  padding: 0 0 40px;
  margin: 40px 0 0;
}

.trusted-partners article .grid-100 .grid-100:first-child,
.clients-testimonials article .grid-100 .grid-100:first-child {
  margin: 0;
}

.trusted-partners article .grid-100 .grid-100:last-child,
.clients-testimonials article .grid-100 .grid-100:last-child {
  border-bottom: 0;
}

/*.sitemap ul.wsp-pages-list {*/
/*-webkit-column-count: 2; !* Ch, Saf, And, BB  *!*/
/*-moz-column-count: 2; !* Fx *!*/
/*column-count: 2; !* IE 10, Op 11.1+ *!*/
/*}*/

.feedback article,
.careers article {
  max-width: 1200px;
  margin: 0 auto;
}

.trusted-partners article .grid-70 {
  padding: 0 20px;
}

h2.coming-soon {
  text-align: center;
  font-size: 1em;
  padding: 0 0 40px;
  letter-spacing: 5px;
}

.header-phone {
  position: absolute;
  top: 19px;
  left: 200px;
  display: none;
  font-size: 12px;
}

@media screen and (min-width: 1300px) {
  .header-phone {
    display: block;
  }
}

.page-content input[type="search"] {
  color: #555;
}

/*@media screen and (max-width: 768px) {*/
/*.explore-form-overlay {*/
/*top: 68px;*/
/*}*/
/*}*/

/* Social share */
.social-share a {
  border: 0 !important;
}

.social-share a::after {
  display: none !important;
}

.social-share {
  margin: 40px 0;
}

.social-share > div {
  display: inline-block;
}

.social-share h4 {
  text-align: center;
  padding: 0 0 15px;
  margin: 0;
  font-family: "gill_sansregular";
  color: #000;
}

a .a2a_svg {
  -webkit-filter: invert(1);
  filter: invert(1);
}

/* Blog */

#posts-slider {
  width: 100%;
  float: left;
  padding: 70px 0 100px;
  position: relative;
}

#posts-carousel {
  margin: 0;
}

#posts-carousel ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

#posts-carousel li {
  display: block;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

#posts-carousel li h1 {
  font-weight: 400;
  min-height: 60px;
}

#posts-carousel img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.image-container {
  overflow: hidden;
}

#posts-carousel li img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#posts-carousel li img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#posts-carousel li .excerpt {
  text-align: justify;
  font-size: 1.1em;
  min-height: 96px;
}

#posts-carousel {
  min-height: 600px;
}

#posts-slider .entry-title {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-weight: 300;
  text-align: center;
}

#posts-slider .lSPager {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0 !important;
  padding: 0 200px 0 0;
  text-align: right;
  width: 100%;
  z-index: 98;
}

#posts-slider .lSSlideOuter .lSPager.lSpg > li:hover a,
#posts-slider .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #666;
}

#posts-slider .lSAction > a {
  width: 60px;
  display: block;
  top: 0;
  height: 69px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  margin-top: -35px;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

#posts-slider .lSAction > a:hover {
  opacity: 1;
}

#posts-slider .lSAction > .lSPrev {
  background: url("img/prev2.png");
  background-position: 0 0;
  left: 0;
}

#posts-slider .lSAction > .lSNext {
  background: url("img/next2.png");
  background-position: 0 0;
  right: 0;
}

#slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 99;
}

#slider-controls li {
  display: inline-block;
  margin-left: 10px;
}

#slider-controls li a {
  cursor: pointer;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#slider-controls li a.active {
  opacity: 1;
}

#slider-controls li a,
#posts-carousel .read-more span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

/* #slider-controls li a:before, #posts-carousel .read-more span:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #8a8a8a;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
} */

#slider-controls li a,
#posts-carousel .read-more {
  border-bottom: 0 !important;
}

.no-touch #slider-controls li a:hover:before,
.no-touch #slider-controls li a:focus:before,
.no-touch #slider-controls li a:active:before,
.no-touch #posts-carousel .read-more:hover span:before,
.no-touch #posts-carousel .read-more:focus span:before,
.no-touch #posts-carousel .read-more:active span:before {
  left: 0;
  right: 0;
}
/* 
#slider-controls li a:hover, #posts-carousel .read-more:hover {
    color: #8a8a8a;
} */

.single-post h1,
.blog h1.entry-title,
.blog h2.entry-title {
  display: block;
  font-weight: 300;
  text-align: center;
  margin: 0 0 10px;
}

.single-post h1 {
  display: inline-block;
}

.single-post h1 span,
.blog h1.entry-title span {
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
}

.single-post h1.entry-title span:after,
.blog h1.entry-title span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url("images/line.png") center center no-repeat;
}

.blog h1.entry-title {
  font-size: 1.3em;
}

.blog h2.entry-title {
  font-size: 1.3em;
  display: block;
  font-weight: 300;
  text-align: center;
  margin: 0 0 10px;
  color: #666666;
  padding: 0;
  border: 0;
  text-transform: none;
}

.blog h2.entry-title span {
  padding: 0 1em 40px 1em;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.blog h2.entry-title span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  background: url(images/line.png) center center no-repeat;
}

.single-post article {
  width: 100%;
  float: left;
  padding: 10px 0 40px;
}

#posts-carousel .read-more {
  font-family: gill_sansregular;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid black !important;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  #posts-carousel .read-more {
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
  /* 2xl breakpoint */
  #posts-carousel .read-more {
    font-size: 15px;
  }
}

.backlink {
  display: inline-block;
  margin: 0 0 50px;
}

.single-post .social-share {
  text-align: center;
}

.single-post .a2a_default_style a {
  float: none;
  display: inline-block;
}

/* Members Area */

.members-area #loginform label {
  display: none;
}

.members-area #loginform {
  text-align: center;
}

.members-area #loginform input {
  margin: 0 auto;
  display: inline-block;
  float: none;
}

.members-area #loginform input[type="text"],
.members-area #loginform input[type="password"] {
  background: transparent;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 0.3em 0.1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.members-area #loginform input[type="text"].active,
.members-area #loginform input[type="password"].active {
  border-color: #8a8a8a;
}

.members-area #loginform input[type="submit"] {
  color: #fff;
  font-size: 0.9em;
  padding: 0.5em 1em;
  -webkit-transition: all 0.5s ease;
  text-transform: uppercase;
  transition: all 0.5s ease;
  margin: 20px 0;
}

.members-area #loginform input[type="submit"].active {
  background: #8a8a8a;
}

.members-area ::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.members-area :-moz-placeholder {
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.members-area ::-moz-placeholder {
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.members-area :-ms-input-placeholder {
  color: #999;
  font-weight: 300;
  text-transform: uppercase;
}

.members-area .error {
  padding: 0 0 50px;
  text-align: center;
}

.members-area .login-categories-container {
  margin: 0 0 50px;
}

.members-area .login-category {
  display: block;
  padding: 0.6em 3em;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: center;
  width: 350px;
  margin: 0 auto 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.members-area .login-category:hover,
.members-area .login-category:focus,
.members-area .login-category.active {
  border-color: #8a8a8a;
  background: #8a8a8a;
  color: #fff;
}

/* Members -> Custom Tabs */
.members-custom-tabs .tab {
  padding: 5px 0;
}

.members-custom-tabs .tab:first-child {
  padding: 0 0 5px;
}

.members-custom-tabs .tab h2 {
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 30px 8px 0;
  color: #888;
  -webkit-transition: color 0.5s ease, border-color 0.5s ease;
  transition: color 0.5s ease, border-color 0.5s ease;
  cursor: pointer;
  font-size: 1.3em;
  margin: 0;
}

.members-custom-tabs .tab h2:hover,
.members-custom-tabs .tab.active h2 {
  color: #666;
  border-color: #ddd;
}

.members-custom-tabs .tab h2::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}

.members-custom-tabs .tab.active h2::after {
  content: "\f106";
}

.members-custom-tabs .tab-container {
  text-align: justify;
  color: #888;
  display: none;
  padding: 10px 0;
}

.members-custom-tabs .tab-container p {
  margin: 0;
}

.members-area .entry-header h1.entry-title,
.members-area .entry-header {
  margin: 0;
}

.members-area .subtitle {
  text-transform: none;
  text-align: center;
  font-weight: 400;
  letter-spacing: 5px;
  padding: 0 0 50px;
  /*font-family: 'Playfair Display', serif;*/
  font-family: "Gilda Display", serif;
}

.members-area .company-name {
  text-align: center;
  margin: 0 0 80px;
}

.members-area .company-name h4 {
  display: inline-block;
  padding: 0.6em 3em;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: center;
}

.members-area article {
  padding: 0 0 100px;
}

.members-simple-field {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
}

.members-simple-field p:last-child {
  margin: 0;
}

.members-normal-field {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 1.1em;
  padding: 0 0 5px;
}

.members-normal-field span {
  margin-right: 5px;
}

.members-left .members-normal-field-first {
  margin: 50px 0 0;
}

.members-left {
  padding: 0 0 50px !important;
}

@media all and (min-width: 768px) {
  .members-left {
    padding: 0 50px 0 0 !important;
  }
}

header.loyalty {
  margin-bottom: 40px;
}

/* Fullscreen Slider Gallery */

#fullscreen-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fullscreen-slider li {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#fullscreen-slider li > div {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.6);
  max-width: 400px;
  padding: 25px;
}

#fullscreen-slider li > div h1 {
  font-family: "Gilda Display", serif;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 0 15px;
  padding: 0 0 10px;
}

#fullscreen-slider li > div .slider-content {
  color: #ddd;
  text-align: justify;
  font-size: 12px;
}

#fullscreen-slider li > div .links {
  padding: 40px 0 20px;
}

#fullscreen-slider li > div .links a {
  display: inline-block;
  color: #b9ac98;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 2px;
  padding: 0 0 7px;
  margin: 0 40px 0 0;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}

#fullscreen-slider li > div .links a:hover,
#fullscreen-slider li > div .links a:focus,
#fullscreen-slider li > div .links a:active {
  color: #9f1c21;
  border-color: #9f1c21;
}

#fullscreen-slider li img {
  max-width: none;
  display: block;
}

#fullscreen-slider-nav {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#fullscreen-slider-nav a {
  display: inline-block;
  max-width: 50px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

#fullscreen-slider-nav a:hover,
#fullscreen-slider-nav a:focus {
  border-color: #fff;
}

.page-template-page-fullscreen-gallery #masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.page-template-page-fullscreen-gallery main {
  width: 100%;
  margin: 0;
  padding: 0;
}

.archive.author .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media screen and (max-width: 1365px) {
  /* .main-navigation li:first-of-type {
        margin: 0 0 0 25px;
    } */

  .main-navigation li {
    margin: 0 0 0 12px;
  }
  prettyPhoto .main-navigation #menu-primary-1 > li > a {
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 400px) {
  #fullscreen-slider li > div {
    width: 94%;
    top: 15px;
    left: 3%;
  }
}

/* new header style */

.section header.site-header {
  background: transparent !important;
  /* border: 1px solid #ffffff42 !important; */
}

.main-navigation {
  display: flex !important;
  justify-content: end !important;
  margin: 0 !important;
  padding-top: 25px !important;
}

.header-phone {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: end !important;
  margin-top: 50px !important;
  max-width: fit-content !important;
  margin-left: auto !important;
  font-size: 12px !important;
  color: white !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px !important;
}

.div#logoc:hover {
  opacity: 0.3 !important ;
}

.searchButton {
  margin-left: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background-color: transparent !important;
}

.searchButton > img {
  width: 18px;
}

.searchButton > span {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
}

#menu-primary-1 > li > a:hover {
  opacity: 0.3 !important;
}

#menu-primary-1 > li > a::before #menu-primary-1 > li > a::after {
  display: none !important;
}

/* dropdown child menu */

.main-navigation ul ul {
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
}

.main-navigation ul ul li a {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

#display-enquiry-form {
  color: #ffffffa3 !important;
  font-size: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 25px !important;
  background-color: black;
  opacity: 0.9;
  width: 100% !important;
  height: 65px;
  margin-bottom: 5px;
  border: none !important;
  text-align: center;
}

#display-enquiry-form span {
  font-size: 10px !important;
  opacity: 0.9;
  display: none;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    display: none;
}

@media (min-width: 768px) {
  #display-enquiry-form span {
    display: flex;
  }
}

#display-enquiry-form > img {
  width: 23px;
  margin: auto;
  margin-bottom: 5px;
}

#telephone {
  color: #ffffffa3 !important;
  font-size: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 25px !important;
  background-color: black;
  opacity: 0.9;
  cursor: pointer;
  width: 100% !important;
  height: 65px;
  margin-bottom: 5px;
}

#telephone > img {
  width: 23px;
  margin: auto;
  margin-bottom: 5px !important;
}

.menu-buttons {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 10;
}

.menu-buttons #explore {
  display: flex !important;
  position: static !important;
  color: #ffffffa3 !important;
  font-size: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 15px 15px !important;
  background-color: black !important;
  opacity: 0.9;
  width: 100% !important;
  height: 65px !important;
  margin-bottom: 5px !important;
  border: none !important;
  margin-bottom: 5px;
}

.menu-buttons #searchform {
  display: none !important;
  position: static !important;
  color: #ffffffa3 !important;
  font-size: 10px !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 15px 15px !important;
  background-color: black !important;
  opacity: 0.9;
  width: 100% !important;
  height: 65px !important;
  margin-bottom: 5px !important;
  border: none !important;
}



.menu-buttons .menu-search-mobile {
  display: flex !important;
  position: static !important;
  color: #ffffffa3 !important;
  font-size: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 15px 15px !important;
  background-color: black !important;
  opacity: 0.9;
  width: 100% !important;
  height: 65px !important;
  margin-bottom: 5px !important;
  border: none !important;
  margin-left: 0!important;
	
}

.menu-buttons #searchform .search-form {
  position: static;
}

@media(max-width:600px){
	.menu-buttons #explore {
		display: none !important
	}
}

/* footer css */

.footer-bottom-container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px;
}

.footer-contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 57px;
}

.office-title {
  opacity: 0.7;
  letter-spacing: 5px;
  margin-bottom: 5px;
  position: relative;
  color: white;
  font-size: 14px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.office-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  opacity: 0.4;
  background: white;
  width: 100%;
  height: 1px;
  font-family: "gill_sansregular";
}

.footer-office {
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

.footer-office-wrap {
  width: auto;
}

.content_2 {
  width: 100%;
}

.content_2 .footer-newsletter h3 {
  font-size: 12px;
  opacity: 0.7;
  color: white;
  letter-spacing: 4px;
  border: none;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  font-family: "gill_sansregular";
}
.form-control::placeholder {
  color: white;
}

.form-control {
  position: relative !important;
  width: 100% !important;
  height: 45px !important; /* Applied for large screens */
  margin-bottom: 10px !important;
  padding: 10px 15px !important;
  background-color: black !important;
  font-family: "gill_sansregular" !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.36) !important;
  border: 1px solid rgba(255, 255, 255, 0.41) !important;
  background-color: transparent !important;
  border-style: solid !important;
}

/* Medium screen (md) styles */
@media (min-width: 768px) {
  .form-control {
    font-size: 14px !important;
    border-width: 2px !important;
    border-color: #fff !important;
    opacity: 0.4 !important;
  }

  .footer-contents-wrapper {
    flex-direction: row;
  }
}

/* Large screen (lg) styles */
@media (min-width: 1024px) {
  .form-control {
    height: 45px !important;
    margin-bottom: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

input.checkbox-input[type="checkbox"] {
  background-color: #000;
  border: 1px solid gray;
  border-radius: 3px;
  margin-right: 5px;
  outline: none;
  position: relative;
}

input.checkbox-input[type="checkbox"]:before {
  content: "\2713";
  visibility: hidden;
}

input.checkbox-input[type="checkbox"]:after,
input.checkbox-input[type="checkbox"]:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  background-color: #000;
  border: 1px solid #b1b1b1;
}

input.checkbox-input[type="checkbox"]:after {
  content: "";
  visibility: hidden;
  visibility: visible;
}

input.checkbox-input[type="checkbox"]:after,
input.checkbox-input[type="checkbox"]:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: absolute;
  background-color: #000;
  border: 1px solid #b1b1b1;
}

input.checkbox-input[type="checkbox"]:checked {
  background-color: #000;
  border-color: gray;
}

input.checkbox-input[type="checkbox"]:checked:before {
  visibility: visible;
}

input.checkbox-input[type="checkbox"]:checked:after {
  visibility: hidden;
}

.checkbox_wrap {
  display: flex;
  margin-bottom: 50px !important;
}
.checkbox_wrap label {
  padding-left: 10px;
  opacity: 0.4;
  font-size: 14px;
  color: white;
}

.buttonbg {
  transition: all 1sease-in-out;
  background-image: linear-gradient(
    76deg,
    #797979,
    #fff 25%,
    #c1c1c1 57%,
    #fff
  );
  cursor: pointer;
  background-size: 200% 100%;
  background-position: 100% 0;
}

.primary.buttonbg {
  width: 100%;
  padding: 15px;
  height: auto;
  margin-bottom: 10px;
  background-color: white;
  color: black;
  font-size: 14px;
  font-weight: 600;
  font-family: "Gill Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  float: none;
  margin-top: 0;
}

.input-wraps {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .footer-office {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .footer-office h3 {
    margin-right: 60px;
  }
  .footer-office-wrap {
    width: 25%;
  }
  .content_2 {
    width: 64%;
  }

  .office-title {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .footer-bottom-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 150px 75px;
  }

  .content_2 .footer-newsletter h3 {
    font-size: 14px;
  }

  .form-control {
    width: 33% !important;
  }

  .primary.buttonbg {
    padding: 12px;
    height: 45px;
    margin-bottom: 0;
    width: 33%;
  }
  .checkbox_wrap {
    margin-bottom: 70px !important;
  }

  .input-wraps {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .footer-office-wrap {
    width: 27%;
  }

  .footer-office h3 {
    margin-right: 100px;
  }
}

/* clocks */

.clocks-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.clockparent {
  width: 29%;
  text-align: center;
  margin-bottom: 25px;
}

.clockwrapper img,
.clockwrapper img.first_img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 90px;
  object-fit: contain;
  opacity: 0.8;
  filter: contrast(1.2) brightness(1.1);
}

.clockwrapper {
  position: relative;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  height: 105px;
}

.clockwrapper .clock {
  position: relative;
  z-index: 4;
}

.clock {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px !important;
}

.hour,
.minute {
  -webkit-clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
}

.hour,
.minute,
.second {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: 0 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.hour {
  width: 18px !important;
  left: 57% !important;
}

.minute {
  width: 32px !important;
  left: 61% !important;
}

@media (min-width: 768px) {
  .hour {
    left: 54% !important;
  }
}
.office_details_wrap table tr th {
  margin-right: 25px;
  display: block;
  width: 100%;
}

.office_details.img {
  filter: invert(1);
  width: 20px;
  height: auto;
  opacity: 0.4;
}

.office_details.content {
  font-size: 14px;
  opacity: 0.4;
  color: white;
  max-width: 200px;
}

.office_details.content p,
.office_details.content a {
  font-size: 14px !important;
  font-family: "gill_sansregular" !important;
  color: #fff !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
}

.office_details_wrap h4 {
  font-size: 14px;
  opacity: 0.7;
  color: white;
  letter-spacing: 5px;
  margin-bottom: 25px;
  font-family: "gill_sansregular";
}

.column-item {
  display: flex;
}

.column-item > div {
  width: 100%;
  max-width: fit-content;
  margin-right: 25px;
  margin-bottom: 28px;
}

.footer-social a img {
  filter: invert(1);
  width: 23px;
  height: auto;
  opacity: 0.4;
}

.copywrite {
  text-align: left;
  display: block;
  color: #fff;
  font-family: "gill_sansregular";

  font-size: 14px;
  opacity: 0.4;
  margin-top: 70px;
}

.footer-social,
.footer-socialc {
  display: flex !important;
  width: 100%;
  float: none !important;
  gap: 25px;
}

.footer-socialc {
  gap: 15px;
  justify-content: start;
  align-items: center;
}

.footer-socialc img {
  object-fit: contain;
  width: 100px !important;
}

.links.desktop {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.links.desktop .footer-bottom-link {
  opacity: 0.7;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 4px;
  position: relative;
  font-family: "gill_sansregular";

  text-align: center;
  color: white;
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  line-height: 45px;
  width: 100%;
}

.links.desktop .footer-bottom-link::before,
.links.desktop .footer-bottom-link::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background-color: white !important;
  opacity: 0.7 !important;
}

.links.desktop .footer-bottom-link::before {
  top: 0 !important;
}

.links.desktop .footer-bottom-link::after {
  bottom: 0 !important;
}

.footer-nav {
  max-width: 500px !important;
}

.footer-nav .menu-footer-menu-container .menu {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 14px !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.36) !important; /* #ffffff5d */
  font-family: "gill_sansregular" !important;
  column-gap: 20px;
}

.footer-clocks nav.footer-nav li a {
  font-size: 13px !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff5d !important;
  position: relative;
  font-family: "gill_sansregular";
}

@media (min-width: 1024px) {
  .clockwrapper {
    height: 80px;
  }
  .clockwrapper img,
  .clockwrapper img.first_img {
    max-width: 100%;
  }

  .hour,
  .minute {
    -webkit-clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 80%, 100% 100%, 0 100%);
  }

  .hour {
    width: 18px !important;
    left: 59% !important;
  }
  .minute {
    width: 26px !important;
    left: 61.5% !important;
  }

  .footer-socialc img {
    object-fit: contain;
    width: 80px !important;
  }
  .links.desktop {
    flex-direction: row !important;
    gap: 50px;
  }
  .links.desktop .footer-bottom-link.mobile {
    display: none !important;
  }
  .links.desktop .footer-bottom-link {
    width: 33% !important;
    font-size: 11px !important;
    line-height: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer-nav {
    width: 57% !important;
    font-size: 11px !important;
    justify-content: flex-start !important;
  }
  .footer-clocks nav.footer-nav {
    margin-bottom: 0;
  }
  .footer-clocks nav.footer-nav li a {
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
  }
  .footer-nav .menu-footer-menu-container .menu {
    justify-content: flex-start !important;
  }
}

@media (min-width: 1280px) {
  .copywrite {
    margin-top: 50px;
  }
  .clockparent {
    width: 16.6666666667%;
  }
  .links.desktop .footer-bottom-link {
    width: 35% !important;
    min-width: 250px !important;
    font-size: 12px !important;
    line-height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer-nav {
    width: 55% !important;
    font-size: 12px !important;
  }
  .footer-clocks nav.footer-nav li a {
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
  }
}

@media (min-width: 1536px) {
  .links.desktop .footer-bottom-link {
    min-width: 290px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .copywrite.desktop,
  .footer-socialc.desktop {
    display: none !important;
  }
  .footer-social.desktop {
  }

  .footer-social.mobile,
  .copywrite.mobile,
  .footer-socialc.mobile {
    display: flex !important;
    justify-content: center;
  }
  .footer-bottom-link.desktop {
    display: none;
  }
  .copywrite.mobile {
    margin-top: 20px !important;
  }
}

@media (max-width: 1024px) {
  .footer-bottom-link.desktop {
    display: none;
  }
  .links.desktop .footer-bottom-link {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .footer-social.mobile,
  .copywrite.mobile,
  .footer-socialc.mobile {
    display: none !important;
    justify-content: center;
  }
}

/* new header css */

header .sub-menu a:after {
  display: none !important;
}
.single-resorts .section header.site-header.not-home-active,
.about .section header.site-header.not-home-active,
.page-template-page-hotel .section header.site-header.not-home-active {
  background-color: transparent !important;
}

.page-template-page-testimonials.concierge .section header.site-header,
.page-template-page-testimonials.private-jet .section header.site-header {
  background-color: transparent !important;
}



.main-navigation.nav .sub-menu li {
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  max-width: fit-content;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  border-top: 0.5px solid #ffffff42;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-overflow: ellipsis;
}

.main-navigation.nav .sub-menu li a {
  text-overflow: ellipsis;
}

.main-navigation.nav .sub-menu li:last-child {
  border-bottom: 0.5px solid #ffffff42;
}

.mobile-nav-wrapper {
  padding-top: 120px;
  margin: 0 20px;
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .main-navigation.nav .sub-menu li {
    font-size: 10px !important;
  }
  .main-navigation.nav .sub-menu li:nth-child(8n) {
    border-bottom: 0.5px solid #ffffff42;
  }
}

@media (min-width: 1280px) {
  .main-navigation.nav .sub-menu li {
    font-size: 12px !important; /* xl:text-[12px] */
  }
}

/* hompage contents */

.entry-content {
  max-width: 100% !important;
}

.entry-content .sckc {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  /* lg */
  .entry-content .sckc {
    margin-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.wpb_text_column .wpb_wrapper h2 em {
  font-family: "freight_big_prolight" !important;
}

.wpb_text_column .wpb_wrapper h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 38px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: "GrandeRegular", sans-serif;
  color: black;
}

.text-with-image2 .wpb_text_column .wpb_wrapper h2 {
  max-width: 300px !important;
  text-align: center;
}

@media (min-width: 768px) {
  /* lg */
  .wpb_text_column .wpb_wrapper h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .wpb_text_column .wpb_wrapper h2 {
    font-size: 25px;
  }
}

@media (min-width: 1536px) {
  /* xxl */
  .wpb_text_column .wpb_wrapper h2 {
    font-size: 25px;
  }
}

.wpb_text_column .wpb_wrapper p,
.wpb_text_column .wpb_wrapper p strong,
.wpb_text_column .wpb_wrapper p a {
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "gill_sansregular";
  letter-spacing: 1px;
  word-spacing: 1px;
  text-align: justify;
  color: black;
}

@media (min-width: 768px) {
  .wpb_text_column .wpb_wrapper p,
  .wpb_text_column .wpb_wrapper p strong,
  .wpb_text_column .wpb_wrapper p a {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  /* lg */
  .wpb_text_column .wpb_wrapper p,
  .wpb_text_column .wpb_wrapper p strong,
  .wpb_text_column .wpb_wrapper p a {
    font-size: 15px;
    line-height: 25px;
  }
}

.grid-container {
  margin: 0 !important;
  max-width: 100%;
}

.site-main {
  padding: 0 !important;
}

.skrc > .wpb_column {
  padding-left: 1.5% !important;
  padding-right: 1.5% !important;
}

/* destinations */
.entry-header.hide {
  display: none;
}

.bg-black {
  padding-top: 200px;
  background-color: black;
}

#map_canvas_1 > div > div > div > svg > g > rect {
  fill: black;
}

#map_canvas_1 > div > div > div > svg > g > g > g > g > path {
  fill: rgb(52, 51, 50);
  stroke: rgba(255, 255, 255, 0.255);
  cursor: pointer;
}

#map_canvas_1 > div > div > div > svg > g > g > g > g > path:hover {
  fill: rgb(127, 127, 127);
  stroke: rgba(127, 127, 127);
}

#map_canvas_1 > div > div > div > svg > g > g > g > g > circle {
  fill: black !important;
  position: relative;
}

.grid-parent.location-wrapper {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
  height: auto;
}

.grid-parent.location-wrapper.active {
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
  padding-top: 200px;
  padding-left: 100px;
}

@media (min-width: 768px) {
  .location-wrapper.active {
    margin: 0 0 70px;
  }
}

.map {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height 0.8s ease, opacity 0.8s ease, visibility 0.8s ease;
  height: auto;
  overflow: auto;
}

.map.active {
  max-height: 1000rem;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .map.active {
    margin: 0 0 70px;
  }
}

@media (max-width: 1023px) {
  .grid-parent.location-wrapper .location-wrapper {
    padding-left: 20px;
    justify-content: center;
  }
}

.grid-parent.location-wrapper .location-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  position: relative;
}

.grid-parent.location-wrapper .location-wrapper .location h6 {
  color: #fff;
  opacity: 0.7;
  display: flex;
  text-transform: uppercase;
  max-width: fit-content;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  border-top: 0.5px solid #ffffff42;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  justify-content: center;
}

.grid-parent.location-wrapper .location-wrapper .location h6 {
  text-overflow: ellipsis;
  font-family: "gill_sansregular";
}
.grid-parent.location-wrapper .location-wrapper .location:last-child {
  border-bottom: 0.5px solid #ffffff42;
  width: 100%;
  max-width: 250px;
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .grid-parent.location-wrapper .location-wrapper .location h6 {
    font-size: 14px !important;
    justify-content: space-between;
  }
  .grid-parent.location-wrapper .location-wrapper .location:nth-child(8n) {
    border-bottom: 0.5px solid #ffffff42;
  }
}

@media (min-width: 1280px) {
  .grid-parent.location-wrapper .location-wrapper .location h6 {
    font-size: 12px !important; /* xl:text-[12px] */
  }
}

.grid-parent.location-wrapper .location-wrapper .location > ul .location-item {
  color: #fff;
  display: flex;
  text-transform: uppercase;
  max-width: fit-content;
  width: 100%;
  max-width: 250px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
}

@media (max-width: 1023px) {
  .location-wrapper .location {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    max-width: max-content;
  }
  .grid-parent.location-wrapper .location-wrapper .location > ul {
    opacity: 0;
    visibility: hidden;
    height: auto;
    max-height: 0;
    transition: 0.7s;
    row-gap: 10px;
  }

  .grid-parent.location-wrapper .location-wrapper .location > ul.active {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
    margin: 10px 0 20px;
  }
  .grid-parent.location-wrapper .location-wrapper .location h6 {
    margin: auto;
  }
}

.grid-parent.location-wrapper .location-wrapper .location > ul .location-item {
  border-bottom: none !important;
}

@media (min-width: 1024px) {
  .grid-parent.location-wrapper .location-wrapper .location > ul {
    opacity: 0;
    visibility: hidden;
    height: auto;
    transition: 0.7s;
    position: absolute;
    top: 0;
    left: 40%;
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-auto-flow: column;
    column-gap: 20px;
  }

  .grid-parent.location-wrapper
    .location-wrapper
    .location
    > ul
    .location-item {
    border-top: 0.5px solid #ffffff42;
    padding: 13px 0;
    min-width: 150px;
    justify-content: flex-start;
  }

  .grid-parent.location-wrapper
    .location-wrapper
    .location
    > ul
    .location-item:last-child,
  .grid-parent.location-wrapper
    .location-wrapper
    .location
    > ul
    .location-item:nth-child(8n) {
    border-bottom: 0.5px solid #ffffff42;
  }

  .grid-parent.location-wrapper .location-wrapper .location > ul.active {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
    margin: 10px 0 20px;
  }
}

/* tile  */

.tile-single-wrapper .tile a > img {
  aspect-ratio: 12.8/17;
}

.tile-single-wrapper .tile {
  height: 100%;
}

.tile-single-wrapper .tile a .title h4:after {
  content: "";
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .tile-single-wrapper .tile a .title h4:after {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}

.tile-single-wrapper .tile a .title h4 span {
  padding-left: 20px;
  padding-right: 20px;
}
.tile-single-wrapper .tile a .title h4 {
  color: #000;
  white-space: normal; /* Equivalent to text-wrap */
  font-family: "GrandeRegular", sans-serif; /* Assuming GrandeRegular is a custom font */
  font-size: 9px;
  padding-top: 7px;
  padding-bottom: 10px;
  background-color: #fff;
  position: relative;
  z-index: 5;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* Medium screens (md) */
  .tile-single-wrapper .tile a .title h4 {
    font-size: 11px;
    padding-top: 9px;
    letter-spacing: 1px;
  }
}

@media (min-width: 1280px) {
  /* Extra-large screens (xl) */
  .tile-single-wrapper .tile a .title h4 {
    font-size: 20px;
    padding-top: 13px;
  }
}

.tile a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 10px;
}

.tile a > img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.tile a .title {
  position: static !important;
}

.tile a:after {
  content: "";
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  width: 90%;
  height: 91%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .tile a:after {
    height: 93%;
  }
}

@media screen and (min-width: 1024px) {
  .tile a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 92%;
  }
}

@media (min-width: 1024px) {
  .slider-19156 {
    aspect-ratio: 16 / 20;
    object-fit: cover;
  }
}

@media (min-width: 1536px) {
  .slider-19156 {
    aspect-ratio: 16 / 17;
    object-fit: cover;
  }
}

.single-post .entry-content p {
  opacity: 1 !important;
}

.faq .entry-content p {
  opacity: 1 !important;
  font-size: 15px !important;
}

.faq .entry-content p span {
  font-size: 16px !important;
}

.entry-content p {
  line-height: 28px !important;
  opacity: 0.7 !important;
  font-size: 18px !important;
  font-family: "gill_sansregular" !important;
  color: #000 !important;
}

.entry-content ul > li {
  font-size: 15px;
}

.entry-content p span {
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.multipleparagraph .top-text p {
  margin-top: 0px !important;
}

.multipleparagraph {
  margin-left: 40px;
  margin-right: 40px;
}

@media (min-width: 1024px) {
  .multipleparagraph {
    margin-left: 150px;
    margin-right: 0;
  }
}

.widget-area aside .hr {
  display: none;
}

#secondary .widget {
  text-align: left !important;
}

.widget-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
  font-family: "gill_sansregular";
  color: #000 !important;
  margin-bottom: 25px !important;
}

.textwidget {
  text-decoration: none;
  font-size: 15px !important;
  color: #000 !important;
  opacity: 0.7 !important;
}

.textwidget > p {
  font-size: 9px !important;
  margin-bottom: 25px !important;
  font-family: "gill_sansregular";
}

@media (min-width: 1024px) {
  .textwidget > p {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .textwidget > p {
    font-size: 11px !important;
  }
}

.textwidget a {
  text-decoration: none;
  font-size: 15px !important;
  color: #000 !important;
}

.text-with-logos .wpb_wrapper .grid-parent:first-child {
  text-align: center;
}

.text-with-logos .wpb_wrapper .grid-parent:first-child {
  font-family: "gill_sansregular";
  text-align: center !important;
  margin-bottom: 0 !important;
  word-break: break-all !important;
  letter-spacing: 1px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  max-width: 996px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-with-logos .wpb_wrapper .grid-parent:not(:first-child) {
  row-gap: 50px;
}

.text-with-logos .wpb_wrapper .grid-parent:not(:first-child) .grid-70 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.text-with-logos .wpb_wrapper .grid-parent:not(:first-child) .grid-30 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .text-with-logos .wpb_wrapper .grid-parent:not(:first-child) {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 0;
    column-gap: 50px;
  }
  .text-with-logos .wpb_wrapper .grid-parent:first-child {
    text-align: center !important;
    max-width: 996px !important;
  }
  .text-with-logos .wpb_wrapper .grid-parent:not(:first-child) .grid-70 {
    width: 50%;
    height: auto !important;
  }
  .text-with-logos .wpb_wrapper .grid-parent:not(:first-child) .grid-30 {
    width: 50%;
    height: auto !important;
  }
}

@media (min-width: 1280px) {
  .text-with-logos .wpb_wrapper .grid-parent:first-child {
    font-size: 20px !important;
    letter-spacing: 0.5px !important;
    line-height: 38px !important;
  }
}

@media (min-width: 1536px) {
  .text-with-logos .wpb_wrapper .grid-parent:first-child {
    line-height: 36px !important;
  }
}

.text-with-logos2 .wpb_wrapper .page-description {
  line-height: 28px;
  opacity: 0.7;
  font-size: 18px;
  font-family: "gill_sansregular";
  color: #000 !important;
  max-width: 760px;
  margin: auto;
  text-align: center;
}

.text-with-logos-wrapper2 .wpb_wrapper h3 {
  text-align: center;
}

.text-with-logos-wrapper2 .wpb_wrapper ul {
  margin: 0 20px !important;
}

@media (min-width: 500px) {
  .text-with-logos-wrapper2 .wpb_wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0 20px;
  }
}

.text-with-logos-wrapper2 .wpb_wrapper h2 {
  font-size: 23px;
}

@media (min-width: 1024px) {
  .text-with-logos-wrapper2 .wpb_wrapper h2 {
    font-size: 28px;
  }
  .text-with-logos-wrapper2 .wpb_wrapper ul {
    margin: 0 0 !important;
  }
}

.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  .wpb_single_image,
.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  .wpb_single_image
  > .vc_figure
  > .vc_single_image-wrapper
  > img {
  height: 150px;
  width: 300px;
  margin: auto;
}

.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  .wpb_text_column
  .wpb_wrapper
  .wpb_text_column
  .wpb_wrapper
  h2 {
  font-family: "granderegular";
  text-transform: uppercase !important;
  letter-spacing: 15.5px !important;
  font-size: 16px !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 20px;
}

.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element
  > .wpb_wrapper
  ul
  li,
.text-with-logos-wrapper2
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .vc_inner
  > .vc_column_container
  > .vc_column-inner
  > .wpb_wrapper
  > .wpb_content_element
  > .wpb_wrapper
  p {
  margin-bottom: 10px !important;
  letter-spacing: 1px !important;
  font-family: "gill_sansregular";
  font-size: 11px !important;
}

@media (min-width: 768px) {
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    .wpb_text_column
    .wpb_wrapper
    .wpb_text_column
    .wpb_wrapper
    h2 {
    line-height: 40px !important;
  }
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_content_element
    > .wpb_wrapper
    ul
    li,
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_content_element
    > .wpb_wrapper
    p {
    font-size: 13px !important;
    margin-bottom: 25px;
  }
}

@media (min-width: 1280px) {
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    .wpb_text_column
    .wpb_wrapper
    .wpb_text_column
    .wpb_wrapper
    h2 {
    font-size: 30px !important;
    letter-spacing: 0 !important;
  }
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_content_element
    > .wpb_wrapper
    ul
    li,
  .text-with-logos-wrapper2
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .vc_inner
    > .vc_column_container
    > .vc_column-inner
    > .wpb_wrapper
    > .wpb_content_element
    > .wpb_wrapper
    p {
    font-size: 16px !important;
  }
}

/* inner resorts */

.entry-title.no-title span {
  padding-left: 20px !important;
  padding-right: 20px !important;
  left: 0 !important;
  right: 0 !important;
  font-size: 20px !important;
  line-height: 35px !important;
  color: #000 !important;
  font-family: "granderegular";
}

.resorts .slideshow-wrapper h2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
  left: 0 !important;
  right: 0 !important;
  font-size: 20px !important;
  line-height: 35px !important;
  color: #000 !important;
  font-family: "granderegular";
}

@media (min-width: 768px) {
  /* md */
  .entry-title.no-title span {
  }
}

@media (min-width: 1024px) {
  /* lg */
  .resorts .slideshow-wrapper h2 {
    font-size: 35px !important; /* Reduced by 5px */
    line-height: 55px !important; /* Reduced by 5px */
  }
  .entry-title.no-title span {
    font-size: 35px !important; /* Reduced by 5px */
    line-height: 55px !important; /* Reduced by 5px */
  }
}

@media (min-width: 1280px) {
  /* xl */
  .resorts .slideshow-wrapper h2 {
    font-size: 55px !important; /* Reduced by 5px */
  }
  .entry-title.no-title span {
    font-size: 55px !important; /* Reduced by 5px */
  }
}

.resorts h1,
.resorts h2 {
  font-family: "granderegular";
  color: #000 !important;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 20px;
}

.resorts h3 {
  font-family: "granderegular";
  color: #000 !important;
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 18px;
}

.resorts h1 > b,
.resorts h1 > span,
.resorts h2 > b,
.resorts h2 > span {
  font-family: "granderegular" !important;
}

.resorts h1 > a,
.resorts h2 > a {
  text-decoration: none;
  margin-bottom: 30px;
}

.resorts h1 > a b span,
.resorts h2 > a b span {
  text-decoration: none !important;
}

.widget-area.resorts h2 {
  font-family: "granderegular";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  margin-bottom: 30px; /* Applied only on large screens */
  color: #000;
}

.resorts h2 a {
  display: block !important;
  margin-bottom: 15px !important;
  font-size: 10px !important;
  color: #fff !important;
  letter-spacing: 7px !important;
  font-family: "gill_sansregular";
  background-color: #000 !important;
  padding: 13px 10px !important;
  width: 100% !important;
  text-align: center !important;
  margin: auto;
  position: relative;
}

.resorts h2 a:after {
  content: "";
  position: absolute;
  top: 8%;
  left: 1%;
  width: 98%;
  height: 86%;
  border-width: 2px;
  border-style: solid;
}

.resorts .slideshow-wrapper p,
.resorts p a {
  font-size: 9px !important;
  margin-bottom: 25px !important;
  color: #000 !important;
  font-family: "gill_sansregular" !important;
}

.resorts p {
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "gill_sansregularlight";
  color: #000;
}

article.resorts h2 b {
  text-align: left !important;
  word-break: break-word !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  line-height: 30px !important;
  color: #000;
  margin-bottom: 35px !important;
  font-family: "gill_sansregular" !important;
}

/* article.resorts h2  a {
    margin-bottom: 50px !important;
} */

@media (min-width: 768px) {
  .resorts h1,
  .resorts h2 {
    font-size: 22px;
  }

  .widget-area.resorts h2 {
    font-size: 18px;
  }

  .resorts h3 {
    font-family: "granderegular";
    color: #000 !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .resorts h2 a {
    margin-bottom: 0 !important;
    max-width: 255px !important;
  }
  .resorts .slideshow-wrapper p {
    font-size: 11px;
  }
  article.resorts h2 b {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1280px) {
  .widget-area.resorts h2 {
    font-size: 25px;
  }

  .resorts h1,
  .resorts h2 {
    font-size: 39px;
  }
  .resorts h3 {
    font-family: "granderegular";
    color: #000 !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-size: 35px;
  }
  article.resorts h2 b {
    font-size: 15px !important;
    line-height: 29px !important;
    margin-bottom: 70px !important;
  }
}

.resort-details > p {
  display: block;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  font-family: "gill_sansregular" !important;
}

@media (min-width: 1280px) {
  .resort-details > p {
    font-size: 9px;
    line-height: 14px;
  }
}

div#sksjc {
  display: flex !important;
  width: 100%;
}

div#sksjc img {
  width: 100%;
  max-width: 600px !important;
  margin: auto;
}

.site-main.blog .grid-container.grid-parent {
  padding: 50px 25px;
}

.site-main.blog .grid-container.grid-parent #posts-carousel li {
  position: relative;
}

.site-main.blog .grid-container.grid-parent #posts-slider .entry-title {
  left: 0;
  right: 0;
  background-color: #000;
  font-family: "granderegular";
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.site-main.blog .grid-container.grid-parent #posts-slider .entry-title span {
  padding-top: 13px !important;
  padding-bottom: 10px !important;
}

.site-main.blog
  .grid-container.grid-parent
  #posts-slider
  .entry-title
  span:after {
  display: none !important;
}

.site-main.blog .grid-container.grid-parent #posts-slider .excerpt > p {
  font-family: "gill_sansregular";
  color: #000;
}

@media (min-width: 1280px) {
  /* xl breakpoint */
  .site-main.blog .grid-container.grid-parent {
    padding-left: 75px;
    padding-right: 75px;
  }
  .site-main.blog .grid-container.grid-parent #posts-slider .entry-title span {
    padding-top: 25px;
    padding-bottom: 21px;
  }
  .site-main.blog .grid-container.grid-parent #posts-slider .entry-title {
    font-size: 15px;
  }
}

@media (min-width: 1536px) {
  /* 2xl breakpoint */
  .site-main.blog .grid-container.grid-parent {
    margin-left: auto;
    margin-right: auto;
  }
  .site-main.blog .grid-container.grid-parent #posts-slider .entry-title {
    font-size: 17px;
  }
}

/* inner blogs */

.single-post h1 {
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 80px;
  font-size: 25px;
  line-height: 40px;
  color: white;
  font-family: "granderegular";
  color: #000;
}

/* Responsive styles */
@media (min-width: 768px) {
  /* md */
  .single-post h1 {
    bottom: 100px;
  }
}

@media (min-width: 1024px) {
  /* lg */
  .single-post h1 {
    font-size: 40px;
    line-height: 60px;
    bottom: 100px;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .single-post h1 {
    font-size: 60px;
    bottom: 140px;
  }
}

.single-post p {
  text-align: left !important;
  word-break: break-word !important;
  font-family: "gill_sansregular" !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  line-height: 22px !important;
  margin-bottom: 35px !important;
  color: #000;
  text-align: center !important;
}

/* Responsive styles */
@media (min-width: 1024px) {
  /* lg */
  .single-post p {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .single-post p {
    font-size: 17px;
    line-height: 29px;
  }
}

@media (min-width: 1536px) {
  /* 2xl */
  .single-post p {
    font-size: 22px;
    line-height: 32px;
  }
}

/* inner blog button */

.backlink {
  text-align: left;
  word-break: break-word;
  font-family: "gill_sansregular";
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 35px;
  color: #000 !important;
}

@media (min-width: 1024px) {
  /* lg */
  .backlink {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .backlink {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  /* 2xl */
  .backlink {
    font-size: 15px;
    line-height: 32px;
  }
}
/* hex image destination */

.hex1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 11px;
  z-index: 3;
}
.hex1-wrapper {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.hex1-wrapper:after {
  right: 5px;
  bottom: 0;
}

.hex1-wrapper:before {
  left: 5px;
  bottom: 0;
}

.hex1-wrapper:after,
.hex1-wrapper:before {
  content: "";
  position: absolute;
  top: 47%;
  width: 48%;
  height: 1px;
  background-color: #000;
  z-index: -1;
}

@media (min-width: 768px) {
  /* md */
  .hex1 {
    width: 10px;
    bottom: -2px;
  }
  .hex1-wrapper:after {
    right: -5.5px;
    bottom: 0;
  }

  .hex1-wrapper:before {
    left: -5.5px;
    bottom: 0;
  }
  .hex1-wrapper {
    margin-top: 27px;
    width: 100%;
  }
  .hex1-wrapper:after,
  .hex1-wrapper:before {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .hex1 {
    width: 16px;
    bottom: -2px;
  }
}

@media (min-width: 1536px) {
  .hex1-wrapper {
    width: 98%;
  }
}

.hex2 {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 90%;
  transform: translate(-50%);
  text-align: center;
  z-index: 3;
}

.hex2 svg {
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: auto;
  margin-bottom: -2px;
  position: relative;
}

.hex2:after,
.hex2:before {
  content: "";
  position: absolute;
  top: 47%;
  width: 48%;
  height: 1px;
  background-color: #fff;
}

.hex2:before {
  left: 0;
}

.hex2:after {
  right: 0;
}

@media (min-width: 500px) {
  .hex2 {
    top: 9px;
  }
}

@media (min-width: 768px) {
  .hex2 {
    top: -5px;
  }

  .hex2 svg {
    width: 30px;
  }

  .hex2:after,
  .hex2:before {
    content: "";
    position: absolute;
    top: 47%;
    width: 48.5%;
    height: 1px;
    background-color: #fff;
  }

  .hex2:before {
    right: 0;
  }

  .hex-top-img:after {
    left: 0;
  }

  .hex2.inner-locations {
    top: -3px;
  }

  .hex2.inner-locations:after,
  .hex2.inner-locations:before {
    content: "";
    position: absolute;
    top: 44%;
    width: 48%;
    height: 1px;
    background-color: #fff;
  }
}

@media (min-width: 1024px) {
  /* md */
  .hex2 {
    top: -2.5%;
  }

  .hex2 svg {
    width: 43px;
  }

  .hex2:after,
  .hex2:before {
    content: "";
    position: absolute;
    top: 47%;
    width: 48%;
    height: 1px;
    background-color: #fff;
  }

  .hex2.not-destinations:after,
  .hex2.not-destinations:before {
    content: "";
    position: absolute;
    top: 48%;
    width: 47%;
    height: 1px;
    background-color: #fff;
  }

  .hex2:before {
    right: 0;
  }

  .hex-top-img:after {
    left: 0;
  }
  .hex2.inner-locations {
    top: -0.7%;
  }
}

@media (min-width: 1280px) {
  /* xl */
  .hex2 {
    top: -6.9px;
  }

  .hex2 svg {
    width: 60px;
  }
  .hex2:after,
  .hex2:before {
    width: 48%;
  }

  .hex2.inner-locations {
    top: -8px;
  }

  .hex2.inner-locations {
    top: -3px;
  }

  .hex2.inner-locations:after,
  .hex2.inner-locations:before {
    content: "";
    position: absolute;
    top: 48%;
    width: 47%;
    height: 1px;
    background-color: #fff;
  }
}

/* inner banner resorts */

.single-resorts .soliloquy-theme-classic .soliloquy-pager {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 50px;
}

.single-resorts
  .soliloquy-theme-classic
  .soliloquy-pager
  .soliloquy-pager-item
  > .soliloquy-pager-link {
  background-repeat: no-repeat !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 0.8 !important;
  background-size: cover !important;
  margin: 0 3px !important;
}

@media (min-width: 1024px) {
  .single-resorts
    .soliloquy-theme-classic
    .soliloquy-pager
    .soliloquy-pager-item
    > .soliloquy-pager-link {
    background-repeat: no-repeat !important;
    width: 21px !important;
    height: 21px !important;
    opacity: 0.8 !important;
    background-size: cover !important;
    margin: 0 8px !important;
  }
}

.single-resorts
  .soliloquy-theme-classic
  .soliloquy-pager
  .soliloquy-pager-item
  > .soliloquy-pager-link.active {
  background-image: url("images/iconhex.png") !important;
  background-color: transparent !important;
}

.single-resorts
  .soliloquy-theme-classic
  .soliloquy-pager
  .soliloquy-pager-item
  > .soliloquy-pager-link.active {
  opacity: 1 !important;
}

.search-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #000;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-right: 0;
}

.search-results .search-list {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  text-align: center;
}

.search-results .search-list > img {
  aspect-ratio: 16 / 13;
  object-fit: cover;
  margin-bottom: 20px;
}

.search-results .search-list > a {
  font-family: "gill_sansregular" !important;
  color: white;
  letter-spacing: 2px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .search-results .search-list {
    width: 48%;
    text-align: left;
  }
  .search-results .search-list > img {
    aspect-ratio: 16 / 13;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .search-results .search-list {
    width: 31.3333%;
  }
  .search-results .search-list > img {
    aspect-ratio: 16 / 13;
    object-fit: cover;
  }
}

@media (min-width: 1280px) {
  .search-results .search-list {
    width: 23%;
  }
  .search-results .search-list > img {
    aspect-ratio: 16 / 13;
    object-fit: cover;
  }
}

/* enquiry */

.make-an-enquiry-container > .grid-parent > h1 > button > i {
  font-size: 20px;
}

.make-an-enquiry-container > .grid-parent > h1 {
  letter-spacing: 4px !important;
  font-family: "granderegular" !important;
  line-height: 40px !important;
  font-size: 25px !important;
  margin-bottom: 30px !important;
  color: white !important;
}

@media (min-width: 1024px) {
  /* Large screen (lg) */
  .make-an-enquiry-container > .grid-parent > h1 {
    letter-spacing: 6px !important;
    line-height: 50px !important;
    font-size: 30px !important;
  }
}

.enquiry-form-container > .grid-parent > .grid-parent > h2 {
  color: white !important;
  font-family: "gill_sansregular";
  background: transparent !important;
  letter-spacing: normal;
}

@media (min-width: 1024px) {
  .enquiry-form-container > .grid-parent > .grid-parent > h2 {
    color: #ffffff87 !important;
  }
}

.search-results .grid-parent .search-form {
  display: none !important;
}

/* testimonials-section */

.testimonials {
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.testimonial {
  width: 100%;
  padding-bottom: 50px;
}

.testimonial .testimonial-content {
  display: flex;
  flex-direction: column;
}

.testimonial .testimonial-content p {
  font-family: "gill_sansregular";
  color: #000;
  word-break: normal !important;
  font-size: 15px;
}

.testimonial .testimonial-content p.testimonial-author {
  font-weight: 600;
  font-size: 20px;
}

.testimonial-content .quote1,
.testimonial-content .quote2 {
  width: 100%;
  max-width: 270px !important;
}

.quote2 > div > img {
  transform: translateX(426px) !important;
}

@media (min-width: 768px) {
  .testimonial-content .quote1,
  .testimonial-content .quote2 {
    max-width: 400px !important;
  }
}

@media (min-width: 1024px) {
  .testimonial {
    max-width: 450px;
  }
  .testimonials {
    max-width: 1050px;
  }
}

@media (max-width: 767px) {
  .metaslider .theme-default .nivoSlider {
    height: 60vh !important;
  }

  .grid-parent {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* resorts page htmlcss */

.page-template-page-hotel .banner,
.single-resorts .banner,
.tax-interests .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
}

.page-template-page-hotel .banner-image,
.single-resorts .banner-image,
.tax-interests .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-hotel .banner-text,
.single-resorts .banner-text,
.tax-interests .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  padding: 20px;
  color: white;
  font-size: 25px;
  line-height: 40px;
  font-family: "granderegular";
  margin: auto;
  max-width: fit-content;
  text-align: center;
}

@media (min-width: 768px) {
  .banner-text {
    bottom: 100px;
    font-size: 40px;
    line-height: 60px !important;

  }
}

@media (min-width: 1280px) {
  .page-template-page-hotel .banner-text,
  .single-resorts .banner-text,
  .tax-interests .banner-text {
    bottom: 140px;
    font-size: 60px;
  }
}

/* text with image resorts */

.page-template-page-hotel .container,
.single-resorts .container,
.tax-interests .container {
  display: flex;
  flex-direction: column;
  padding: 70px 0 35px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

@media (min-width: 1024px) {
  .page-template-page-hotel .container,
  .single-resorts .container,
  .tax-interests .container {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 100px;
    padding: 70px 40px 100px;
  }
}

@media (min-width: 1280px) {
  .page-template-page-hotel .container,
  .single-resorts .container,
  .tax-interests .container {
    padding-bottom: 150px;
  }
}

.text-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .text-section {
    width: 47.5%;
  }
}

.site-header .logo {
  margin: 0 !important;
}

.logo {
  width: 200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .logo {
    width: 200px;
  }
}

@media (min-width: 1024px) {
  .logo {
    width: 200px;
  }
}

@media (min-width: 1280px) {
  .logo {
    width: 235px;
  }
}

.divider {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  margin: 30px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .divider {
    margin: 40px 0;
  }
}

.divider img {
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  width: 15px;
  z-index: 10;
}

.content p {
  text-align: left !important;
  word-break: break-word !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  line-height: 30px !important;
  color: #000;
  margin-bottom: 35px !important;
  font-family: "gill_sansregular" !important;
}

@media (min-width: 1024px) {
  .content p {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1280px) {
  .content p {
    font-size: 15px !important;
    line-height: 29px !important;
    margin-bottom: 70px !important;
  }
}

@media (min-width: 1600px) {
  .content p {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

.download-btn {
  text-align: center;
  font-family: "gill_sansregular" !important;
}

.download-btn a {
  font-family: "gill_sansregular" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-size: 17px !important;
  letter-spacing: 3px !important;
  padding-bottom: 6px;
  border-bottom: 1px solid black;
  color: black;
}

@media (min-width: 1280px) {
  .download-btn a {
    font-size: 17px !important;
    padding-bottom: 12px !important;
  }
}

.download-btn svg {
  width: 20px;
  margin-left: 10px;
}

.download-btn svg path {
  fill: #000;
}

.image-section {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-self: center;
  min-height: 450px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.image-section img {
  transition: 0.7s all;
  transform: scale(1);
}

.image-section:hover img {
  transform: scale(1.1);
}

@media (min-width: 1024px) {
  .image-section {
    width: 47.5%;
    margin-bottom: 0;
  }
}

.image-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* text-with-video */

.video-section {
  position: relative;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
}

.video-overlay.active {
  opacity: 0.7;
  visibility: visible;
  z-index: 999;
}

.video-with-info-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
}

#videoFrame {
  height: 100%;
}

/* Large screens (lg) */

/* Default (Large screens - lg) */
.info-side {
  width: 100%;

  padding-top: 40px;
}

.close-btn {
  position: absolute;
  top: 68px;
  right: -40px;
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0 !important;
  height: 0;
  width: 0;
}

.close-btn .line {
  display: block;
  background-color: white;
  height: 1px;
  position: absolute;
}

.close-btn .line1 {
  width: 23px;
  transform: rotate(45deg);
}

.close-btn .line2 {
  width: 23px;
  transform: rotate(-45deg);
  top: -1px;
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .close-btn .line1,
  .close-btn .line2 {
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .info-side {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .video-with-info-section {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f5f5;
  }

  .info-wrap {
    max-width: 700px;
  }
}

/* Extra Large Screens (xl) */
@media (min-width: 1280px) {
  .info-side {
    padding-left: 40px;
    padding-right: 40px;
  }
  .info-wrap {
    margin-right: auto;
  }
}

.info-wrap h2 {
  text-align: center;
  font-family: "granderegular";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  letter-spacing: 5px;
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
}

.border-top-hex {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  display: none;
}

.border-top-hex img {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  width: 15px;
}

.border-top-hex:after,
.border-top-hex:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 48.5%;
  height: 1px;
  background-color: #000;
}

.border-top-hex:before {
  left: 0;
}

.border-top-hex:after {
  right: 0;
}

@media (min-width: 768px) {
  .info-wrap h2 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .info-wrap h2 {
    margin-bottom: 30px;
  }
  .border-top-hex {
    display: block;
  }
}

@media (min-width: 1280px) {
  .info-wrap h2 {
    font-size: 25px;
  }

  .border-top-hex {
    margin-bottom: 75px;
  }
  .border-top-hex:after,
  .border-top-hex:before {
    width: 49%;
  }
}

/* hotel details  */

.icons-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 50px 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
}

.icon-text {
  width: 45%;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.icon-text img {
  width: 100px;
  height: auto;
  margin: auto;
}

.icon-text span {
  font-family: "gill_sansregular" !important;
  display: block;
  font-size: 10px;
  line-height: 18px;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .icon-text {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .icons-with-text-wrapper {
    justify-content: space-between;
  }

  .icon-text {
    width: 45%;
    padding: 0;
  }

  .icon-text img {
    margin: 0;
  }

  .icon-text span {
    font-size: 9px;
    text-align: left;
    line-height: 14px;
  }
}

@media (min-width: 1280px) {
  .icon-text {
    flex-direction: row;
    width: 30%;
  }
}

/* info contact */
.contact-section {
  max-width: 800px;
  margin: 0 auto;
}

.contact-container {
  margin-bottom: 40px;
  text-align: center;
}

.enquire-btn {
  background: black;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 13px 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 15px;
  display: block;
  font-family: "gill_sansregular" !important;
  position: relative;
}

.enquire-btn:hover {
  background: black !important;
  color: #fff !important;
}

.enquire-btn:after {
  content: "";
  position: absolute;
  top: 8%;
  left: 1%;
  width: 98%;
  height: 86%;
  border-width: 2px;
  border-style: solid;
}

.contact-text {
  font-size: 9px;
  max-width: 305px;
  margin: 0 auto;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
  text-decoration: none;
  color: black;
  font-family: "gill_sansregular" !important;
}

.contact-info img {
  width: 25px;
}

.single-post .social-share h4 {
  padding-bottom: 0 !important;
}

.social-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-family: "gill_sansregular" !important;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 25px;
}

@media (min-width: 1024px) {
  .contact-section {
    text-align: left;
    padding: 20px;
  }
  .enquire-btn {
    max-width: 255px;
  }
  .enquire-btn:after {
    border-width: 2px !important;
  }

  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
    margin-bottom: 30px;
    text-align: left;
  }

  .contact-details {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contact-info {
    margin-bottom: 0;
  }

  .social-icons {
    gap: 5px;
  }
}

/* video */
.video-side {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  background: white;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.play-button:hover {
  background: transparent !important;
}

.play-button img {
  width: 70px;
}

@media (min-width: 768px) {
  .video-wrapper {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .video-side {
    width: 50%;
    margin-top: 0;
  }

  .video-wrapper {
    height: 100%;
    max-width: 650px;
  }

  .play-button img {
    width: 105px;
  }
}

.contact-text p {
  font-size: 9px;
  margin-bottom: 25px;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
  font-family: "gill_sansregular" !important;
  color: #000;
}

@media (min-width: 1024px) {
  .contact-text p {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .contact-text p {
    font-size: 11px;
  }
}

/* video popupup */

.video-player {
  position: absolute;
  top: 45%;
  left: 50%;
  opacity: 1;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.video-player.active {
  z-index: 9999;
}

/* when to visit */

.when-to-visit {
  padding: 50px 25px;
}

@media (min-width: 1024px) {
  .when-to-visit {
    padding: 130px 25px;
  }
}

.when-to-visit .title {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 7px;
  font-family: granderegular;
  color: black;
  text-align: center;
}

@media (min-width: 1280px) {
  .when-to-visit .title {
    font-size: 35px;
  }
}

.separator {
  width: 100%;
  max-width: 845px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}

.separator img {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  width: 20px;
  margin: auto;
}

@media (max-width: 767px) {
  .separator img {
    display: none;
  }
}

.months {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
  font-family: gill_sansregular;
  flex-wrap: wrap;
}

.month {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 45px;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  font-size: 13px;
  margin-bottom: 5px;
  font-family: gill_sansregular;
  position: relative;
}

.when-to-visit .month.best {
  background-color: #000;
}

.when-to-visit .month.good {
  background-color: #9f9f9f;
}

.when-to-visit .month.ave {
  background-color: #fff;
  color: #000;
}

.bottom-content {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.indicator-label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  position: relative;
}

.clock-svg-img {
  position: absolute;
  width: auto;
  height: auto;
}

.indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.indicator.best,
.indicator.good {
  width: 12px;
  height: 11px;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.when-to-visit .bottom-content span {
  display: flex;
  letter-spacing: 1px;
}

.indicator.best {
  background-color: #000;
}

.indicator.good {
  background-color: #9f9f9f;
}

.indicator.ave {
  width: 12px;
  height: 11px;
  background-color: #000;
  color: #fff;
  position: relative;
}

.indicator.ave:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 10px;
  background-color: #fff;
}

.indicator.ave,
.indicator.ave:before {
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.when-to-visit .months .month:not(:last-child) {
  margin-right: 10px;
}

.when-to-visit .bottom-content span > span {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .when-to-visit .bottom-content span {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .when-to-visit .month {
    height: 52px;
    width: 57px;
  }

  .when-to-visit .months .month:not(:last-child) {
    margin-right: 12px;
  }
  .when-to-visit .bottom-content span {
    font-size: 19px;
  }
}

@media (min-width: 1280px) {
  .when-to-visit .bottom-content span {
    font-size: 19px;
  }
}

/* paralax section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.paralax-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.parallax_effect {
  background-image: url("https://berkeley.live-website.com/wp-content/uploads/2025/03/e1bc6a2da16998653b08cbce82c926667de6f818-2052x1280-1.webp");
  height: 100%;
  background-attachment: fixed;
  /* Parallax effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: optimizeQuality;
  image-rendering: crisp-edges;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .parallax_effect {
    background-attachment: scroll;
    /* Disable parallax effect on mobile */
  }
}

.overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}

/* image galery */
.gallery-section {
  padding: 50px 10px;
  max-width: 1535px;
  margin: auto;
  text-align: center;
}

.gallery-header h2 {
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 18px;
  font-family: granderegular;
  text-align: center;
  color: #000;
}

.separator {
  width: 70%;
  margin: auto;
  border-bottom: 1px solid #b8b8b8;
  max-width: 500px;
  position: relative;
  margin-bottom: 75px;
}

.separator img {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  width: 15px;
}

.gallery-images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.image-gallery-wrap {
  position: relative;
  cursor: pointer;
  break-inside: avoid;
  display: block;
  overflow: hidden;
}

.image-gallery-wrap img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media (min-width: 768px) {
  .gallery-header h2 {
    font-size: 20px;
  }
  .gallery-images-wrapper .tall {
    grid-row: span 2;
  }
  .gallery-images-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
  }
  .gallery-images-wrapper {
    grid-auto-rows: 200px;
  }
  .gallery-images-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
  }
  .image-gallery-wrap {
    margin: 0;
    padding: 0;
  }
  .image-gallery-wrap img {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .image-gallery-wrap {
    flex: 1 1 100%;
  }
}

@media (min-width: 1200px) {
  .gallery-images-wrapper {
    grid-auto-rows: 260px;
  }
  .gallery-header h2 {
    font-size: 39px;
  }
}

@media (min-width: 1536px) {
  .gallery-images-wrapper {
    grid-auto-rows: 318px;
    gap: 15px;
  }
}

.text-img-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 13px !important;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: gill_sansregular;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-img-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: black;
}

.text-img-btn span {
  margin-right: 8px;
  /* Adjust spacing between text and image */
}

.text-img-btn svg {
  width: 20px;
  height: auto;
}

.text-img-btn svg path {
  fill: black !important;
}

/* Responsive Styling */
@media (min-width: 1024px) {
  .text-img-btn {
    margin-top: 70px;
    font-size: 17px !important;
    padding-bottom: 12px;
  }
  .gallery-section {
    padding: 50px;
  }
}
button {
  color: #000;
}
button:hover {
  background: transparent !important;
  color: #000;
}

/* details  */

.details {
  margin-top: 50px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 50px;
}

.details-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: granderegular;
  color: #000;
}

.details .divider {
  width: 90%;
  max-width: 600px;
  margin: 50px auto;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
}

.details .divider img {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  transform: translateX(-50%);
  width: 12px;
  margin: auto;
}

.details .detail-content {
  max-width: 1200px;
  margin: 70px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: all 1s;
}

.detail-text {
  text-align: left;
  opacity: 1;
  font-family: gill_sansregularlight;
}

.detail-text p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0 !important;
}

/* Read More Button */
.details .read-more {
  text-align: center;
}

.details .read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
}

.read-more-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: black;
}

.details .read-more-btn svg {
  width: 20px;
  height: auto;
  margin-left: 8px;
}

.details .read-more-btn svg path {
  fill: #000 !important;
}

/* Responsive Styling */
@media (min-width: 768px) {
  .details {
    margin-top: 100px;
  }

  .details-title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .details {
    padding: 0;
  }

  .details-title {
    font-size: 25px;
  }

  .detail-content {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .detail-text {
    width: 47%;
  }
  .details .divider img {
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    transform: translateX(-50%);
    width: 15px;
  }
}

@media (min-width: 1280px) {
  .details-title {
    font-size: 39px;
  }
}

/* text wth location */

/* Section Styling */
.location-section {
  background-color: #f2f1f3;
  overflow: hidden;
  margin: 0 25px 50px;
}

/* Content Wrapper */
.location-content-wrapper {
  padding: 50px 45px;
  display: flex;
  justify-content: center;
  gap: 100px;
  max-width: 1167px;
  margin: 0 auto;
  flex-direction: column;
}

/* Text Side */
.text-side {
  margin-bottom: 45px;
  width: 100%;
  max-width: 465px;
}

/* Titles */
.location-title {
  text-transform: uppercase;
  font-size: 29px;
  margin-bottom: 25px;
  color: #000;
  font-family: granderegular;
}

.location-subtitle {
  font-size: 12px;
  border-bottom: 1px solid black;
  color: #000;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
  font-family: gill_sansregular;
}

.location-subtitle svg {
  width: 25px;
  height: auto;
}

.location-subtitle svg path {
  fill: black !important;
}

/* Icon */
.location-icon {
  width: 25px;
}

/* Description */
.description > p {
  font-size: 14px;
  line-height: 1.5;
  font-family: gill_sansregular;
  color: #000;
  word-break: break-all;
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
  .text-side {
    width: 40%;
    padding-right: 50px;
  }
  .location-section {
    margin: 0;
  }

  .location-content-wrapper {
    padding: 120px 50px;
    flex-direction: row;
    justify-content: space-between;
  }

  .location-title {
    font-size: 39px;
  }

  .location-subtitle {
    font-size: 13px;
  }

  .description > p {
    font-size: 15px;
  }
}

@media (min-width: 1536px) {
  .location-content-wrapper {
    padding: 120px 50px;
  }
}

@media (min-width: 1600px) {
  .location-title {
    font-size: 39px;
  }

  .location-subtitle {
    font-size: 18px;
  }

  .description > p {
    font-size: 17px;
    line-height: 25px;
  }
}

#googleMap {
  width: 100%;
  height: 50vh;
  background: #c8d7d4;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

#googleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  margin-top: -150px;
  filter: grayscale(100%) contrast(1);
  mix-blend-mode: hard-light;
}

@media (min-width: 1024px) {
  #googleMap {
    width: 50%;
    height: 50vh;
  }
}

.multiple-images {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  margin-bottom: 50px;
  max-width: 1500px;
}

.multiple-image-title {
  font-family: "Granderegular", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  color: #000;
  text-align: center;
}

.images-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}

.item-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.image-container {
  position: relative;
}

.image-container > svg {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  position: absolute;
}

.image-container:hover > svg {
  opacity: 1;
  visibility: visible;
}
.image-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-container {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 25px;
}

.centered-image {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
}

.item-contents {
  padding: 0 15px;
}

.item-contents h3 {
  letter-spacing: 1px;
  font-family: granderegular;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

.images_description {
  font-family: gill_sansregular;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #000;
}

.readmore-btn {
  font-family: gill_sansregular;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000 !important;
  font-size: 12px !important;
}

@media (min-width: 768px) {
  .image-container > img {
    height: 125px;
  }
}

/* Responsive for large screens (lg) */
@media (min-width: 1024px) {
  .item-wrap {
    width: 31.3333%;
  }
  .multiple-image-title {
    font-size: 39px;
    line-height: 63px;
  }
  .image-container > svg {
    width: 180px;
  }
  .image-container > img {
    height: 250px;
  }
  .item-contents h3 {
    font-size: 20px;
  }
  .images_description {
    font-size: 13px;
  }

  .readmore-btn {
    font-size: 13px !important;
  }
  .multiple-images {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .item-contents h3 {
    font-size: 26px;
  }
  .images_description {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .item-contents h3 {
    font-size: 26px;
  }

  .images_description {
    font-size: 21px;
  }
  .readmore-btn {
    font-size: 15px;
  }
}

.featured-banner
  .vc_column_container
  .vc_column-inner
  .wpb_wrapper
  .wpb_raw_html
  .wpb_wrapper {
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 100%;
  height: 300px;
  left: 0;
  right: 0;
  max-width: fit-content;
}

.featured-banner
  .vc_column_container
  .vc_column-inner
  .wpb_wrapper
  .wpb_raw_html
  .wpb_wrapper
  svg {
  width: 240px;
  height: 100%;
}

@media (min-width: 1024px) {
  .featured-banner
    .vc_column_container
    .vc_column-inner
    .wpb_wrapper
    .wpb_raw_html
    .wpb_wrapper {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: 100%;
    height: 300px;
    left: 10%;
    right: auto;
  }
}

.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 50px auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  transition: 0.8s all;
  max-width: 1280px;
  margin-top: 0;
}

.modal_popup.active {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.gallery-images-wrapper-modal {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.image-gallery-wrap-modal {
  position: absolute;
  width: 80%;
  margin: auto;
  height: 60vh;
  display: flex;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: 0.7s all;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.image-gallery-wrap-modal img {
  width: 100%;
  height: 90%;
  max-width: 800px;
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

@media (min-width: 1024px) {
  /* lg breakpoint */
  .image-gallery-wrap-modal img {
    max-width: 900px;
    max-height: 600px;
  }
}

@media (min-width: 1400px) {
  /* xxl breakpoint */
  .image-gallery-wrap-modal img {
    max-width: 950px;
  }
}

@media (min-width: 1600px) {
  /* xxxl breakpoint */
  .image-gallery-wrap-modal img {
    max-width: 100%;
    max-height: 800px;
  }
}

@media (min-width: 768px) {
  /* md breakpoint */
  .image-gallery-wrap-modal img {
    width: 100%;
    height: 90%;
  }
}

.image-gallery-wrap-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.gallery-caption-popup {
  bottom: -50px;
  left: 50%;
  font-family: granderegular, sans-serif;
  /* Ensure this font is properly loaded */
  font-size: 13px;
  color: #fff;
}

@media (min-width: 768px) {
  /* md breakpoint */
  .gallery-caption-popup {
    font-size: 16px;
  }
}

#next {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 40%;
  cursor: pointer;
  z-index: 20;
  /* bottom: 0; */
  margin: auto;
  max-width: fit-content;
  max-height: fit-content;
  right: 20px;
  background: transparent;
  color: white;
  border: none;

  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

#next:after {
  content: "";
  -webkit-clip-path: polygon(50% 2%, 8% 50%, 8% 50%, 50% 98%, 0 50%);
  clip-path: polygon(50% 2%, 8% 50%, 8% 50%, 50% 98%, 0 50%);
  background-color: #fff;
  width: 25px;
  height: 50px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #next:after {
    width: 25px;
    height: 50px;
  }
}

#prev {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 40%;
  cursor: pointer;
  z-index: 20;
  /* bottom: 0; */
  margin: auto;
  max-width: fit-content;
  max-height: fit-content;
  left: 20px;
  background: transparent;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

#prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 2%, 8% 50%, 8% 50%, 50% 98%, 0 50%);
  clip-path: polygon(50% 2%, 8% 50%, 8% 50%, 50% 98%, 0 50%);
  background-color: #fff;
  width: 25px;
  height: 50px;
}

@media (min-width: 1024px) {
  #prev:after {
    width: 25px;
    height: 50px;
  }
}
#closeButton {
  position: absolute;
  border: none;
  background: transparent;
  top: 8% !important;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}

.detail-content {
  max-height: 300px;
  /* Controls how much is shown initially */
  overflow: hidden;
  position: relative;
  height: auto;
  transition: max-height 1s ease-in-out;
}

.detail-content.expanded {
  max-height: 1000rem;
  /* Large enough to show all content */
}

.detail-content.expanded::after {
  content: "";
  /* Removes '...' when expanded */
}

.read-more-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  font-size: 16px;
  color: #535151;
  margin-top: 100px;
}

.read-more-btn.hide {
  display: none;
}

.read-more-btn svg {
  transition: transform 0.3s ease;
}

.expanded .read-more-btn svg {
  transform: rotate(180deg);
}

/* dropdown */

/* Style the select field container */
.wpcf7 select[name="DESTINATIONS"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border: 1px solid #333;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-align: center;
}

/* Add dropdown arrow */
.wpcf7 select[name="DESTINATIONS"]::after {
  content: "▼";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

/* Option styles (optional depending on browser) */
.wpcf7 select[name="DESTINATIONS"] option {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 10px;
  border-bottom: 1px solid #2a2a2a;
}

.soliloquybox-close:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  background: url("images/cclosebtn.svg") center no-repeat !important;
}

#newsletter.no-hover:hover {
  background: transparent !important;
  color: #fff;
}

div#make-an-enquiry-overlay {
  z-index: 9999 !important;
}


.italic-text h2 {
  font-family: "freight_big_prolight";
}

.octagon   {
  width: 100%;
  position: relative;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #B8B8B8;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .octagon   {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.octagon img {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  z-index: 10;
}

.text-with-image2 .regiontitle {
  max-width: 560px !important;
  margin: 0 auto;
}

.text-with-image2 .regiontitle .wpb_wrapper h2 {
  font-size: 25px !important;
  line-height: 30px !important;
  max-width: 420px !important;
}

/* For large screens (≥1024px) */
@media (min-width: 1024px) {
  .text-with-image2 .regiontitle .wpb_wrapper h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

/* For extra extra large screens (≥1536px) */
@media (min-width: 1536px) {
  .text-with-image2 .regiontitle .wpb_wrapper h2 {
    font-size: 32px !important;
  }
}

.buttonEnquiry p:not(:empty) {
  display: flex;
  justify-content: center;
}

.buttonEnquiry a {
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 3px !important;
  position: relative !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: 100% !important;
  max-width: 280px !important;
  background-color: black !important;
  color: white !important ;
  transition: all 0.5s !important;
}

.buttonEnquiry a span {
  transition: all .5s ease-out;
  position: relative;
}

.buttonEnquiry a:hover span {
  z-index: 1;
}

.buttonEnquiry a:hover {
  color: #000 !important;
}

/* Medium screen and up (md) */
@media (min-width: 768px) {
  .buttonEnquiry a {
    font-size: 13px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* Extra large screen and up (xl) */
@media (min-width: 1280px) {
  .buttonEnquiry a {
    font-size: 17px !important;
    padding-bottom: 12px !important;
  }
}

/* Large screen and up (lg) */
@media (min-width: 1024px) {
  .buttonEnquiry a {
    max-width: 450px !important;
  }
}

.buttonEnquiry a:after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 0 !important;
  background-image: linear-gradient(53deg, #fff, #797979 43%, #fff 71%, #c1c1c1) !important;
  transition: all .5s ease-in-out !important;
}

.buttonEnquiry a:hover:after {
  width: 100% !important;
}

@media (width >= 1024px) {
  .page-template-page-testimonials .grid-parent .text-with-image2:nth-child(1) {
    padding-bottom: 100px;
  }
  
}

.page-has-banner .entry-header {
  background-image: url(https://berkeley.live-website.com/wp-content/uploads/2025/06/eb40bd8b7e69205e044419678e4274eeb09a3885-1920x1080-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  max-width: 100% !important;
  padding: 0px !important;
}

.page-has-banner .entry-header h1.entry-title {
    position: absolute;
    z-index: 1;
    margin: 0;
    bottom: 80px;
    color: #fff;
}

@media (max-width: 767px) {
  .menu-buttons #explore {
    display: none !important;
  }
  .text-with-image3 .wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
    div.asl_m .probox .proinput input {
      height: 40px;
    }
}

@media (min-width: 768px) {
  .menu-buttons .menu-search-mobile {
    display: none !important;
  }
}

.richtextBlockItem {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 70px !important;
}

.richtextBlockItem .wpb_wrapper div {
  margin-bottom: 50px;
}


.richtextBlockItem .wpb_wrapper p {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}

.richtextBlockItem .wpb_wrapper p {
  line-height: 23px !important;
    opacity: 0.7 !important;
    font-size: 15px !important;
    font-family: "gill_sansregular" !important;
    color: #000 !important;
}

@media (min-width: 1024px) {
  .richtextBlockItem .wpb_wrapper p img {
    width: 250px;
  }
}

/* Slider navigation */

/* .flexslider .flex-control-nav {
  border: 1px solid red !important;
} */

.flexslider .flex-control-paging li a {
  width: 15px !important;
  height: 15px !important;
  background-image: url(images/iconhex.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
  filter: invert(1) !important;
  opacity: .6;
  transition: all .3s ease-in-out !important;
}

.flexslider .flex-control-paging li a:hover {
  opacity: 1 !important;
}

.flexslider .flex-control-paging li a.flex-active {
  opacity: 1 !important;
}

/* Banner page */
.group-blog .entry-header--banner {
  max-width: 100% !important;
}

.entry-header--banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  max-width: 100% !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  max-width: 100% !important;
}

.entry-header--banner h1.entry-title {
  position: absolute;
  z-index: 1;
  margin: 0;
  bottom: 0;
  color: #fff;
}

/* Blog index */

.grid-container.grid-parent.blog-parent {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (min-width: 1024px) {
  .grid-container.grid-parent.blog-parent {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}

/* text with image border */

@media (min-width: 1024px) {
  .text-with-image-wrapper .text-with-image:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .text-with-image-wrapper .text-with-image {
    margin: 135px 100px;
  }
}

@media (min-width: 1024px) {
  .text-with-image-wrapper .text-with-image {
    margin: 100px 50px;
  }
}

@media (min-width: 768px) {
  .text-with-image-wrapper .text-with-image {
    display: flex;
    margin: 100px 50px;
  }
}

@media (min-width: 1024px) {
  .text-with-image-wrapper .text-with-image {
    margin: 50px;
  }
}

@media (min-width: 768px) {
  .text-with-image-wrapper .text-with-image {
    display: flex;
    margin: 100px 50px;
  }
}

/* image */


.text-with-image-wrapper .text-with-image .image {
  overflow: hidden;
  display: block;
  position: relative;
}

.text-with-image-wrapper .text-with-image .image img {
  transform: scale(1);
  transition: all .7s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.text-with-image-wrapper .text-with-image .image:hover img {
  transform: scale(1.1);
}

.text-with-image-wrapper .text-with-image .text {
  border-left: 2px solid #00000029;
  border-bottom: 2px solid #00000029;
  border-right: 2px solid #00000029;
  margin: 0 10px 50px !important;
  padding: 35px 15px 75px !important;
  position: relative;
}

.text-with-image-wrapper .text-with-image .text p {
  text-align: center;
}

.text-with-image-wrapper .text-with-image .text p img  {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .text-with-image-wrapper .text-with-image .image {
    width: 50%;
  }
  .text-with-image-wrapper .text-with-image .image img {
    height: 100%;
  }
  .text-with-image-wrapper .text-with-image .text {
    width: 50%;
    margin: 25px 0 !important;
    padding: 25px !important;
    border: 2px solid #00000029;
    border-left: none;
  }

}

@media (min-width: 768px) {
  .text-with-image-wrapper .text-with-image .image {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .text-with-image-wrapper .text-with-image .text {
    padding: 40px 50px !important;
  }
  .text-with-image-wrapper .text-with-image .text p img  {
    width: 100%;
    max-width: 195px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .text-with-image-wrapper .text-with-image .image img {
    min-height: 450px;
  }
  .text-with-image-wrapper .text-with-image .text {
    padding: 60px 50px v;
  }
  .text-with-image-wrapper .text-with-image .text p img  {
    width: 100%;
    max-width: 260px;

  }
}

@media (min-width: 1500px) {
  .text-with-image-wrapper .text-with-image .image img {
    min-height: 523px;
  }
  .text-with-image-wrapper .text-with-image .text {
    padding: 60px 105px !important;
  }
  .text-with-image-wrapper .text-with-image .text p img  {
    width: 100%;
    max-width: 305px;

  }
}

/* heading */

.heading {
  padding-bottom: 50px;
}

.heading h2 {
  /* Assuming granderegular is a custom font */
  text-transform: uppercase !important;
  letter-spacing: 15.5px !important;
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto!important;
  text-align: center!important;
}

/* Responsive styles */
@media (min-width: 1024px) {
  .heading h2 {
    line-height: 40px!important;
  }
  .heading {
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .heading h2 {
    font-size: 30px!important;
    letter-spacing: 20px!important;
  }
}

/* image border */

.image-border {
  width: 90%;
  max-width: 60px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-style: solid;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 50px;
  margin-top: 50px;
  opacity: 1;
  transform: none;
}

@media (min-width: 1024px) {
  .image-border {
    margin-bottom: 55px;
  }
}

@media (min-width: 1280px) {
  .image-border {
    margin-bottom: 70px;
  }
}

.image-border img {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 12px;
  color: transparent;
}

@media (min-width: 1280px) {
  .image-border img {
    top: -7px;
    width: 15px;
  }
}

/* description */
.heading p {
  /* Based on gill_sansregular */
  text-align: center !important;
  margin-bottom: 0!important;
  word-break: break-word!important;
  max-width: 760px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  font-size: 13px!important;
  line-height: 30px!important;
  letter-spacing: 1px!important;
  opacity: 1!important;
  transform: none!important;
}

@media (min-width: 1024px) {
  .heading p {
    max-width: 996px!important;
  }
}

@media (min-width: 1280px) {
  .heading p {
    font-size: 20px!important;
    letter-spacing: 0.5px!important;
    line-height: 38px!important;
  }
}

@media (min-width: 1536px) {
  .heading p {
    line-height: 36px!important;
  }
}

.gill_sansregular {
  font-family: "gill_sansregular";
}

.sitemap_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 50px;
  column-gap: 60px;
  row-gap: 50px;
}

.sitemap_wrapper.pages .sitemap_wrapper_item h2 {
  width: 181px;
  padding-bottom: 20px;
    margin-bottom: 30px;
}

.site_map_container {
  margin-top: 50px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.sitemap_wrapper.destinations .sitemap_wrapper_item h2 {
  width: 130px;
}

.sitemap_wrapper.destinations {
  column-gap: 50px;
  padding-left: 0;
  padding-right: 0;
  justify-content: normal;
}

.sitemap_wrapper_item h2 {
  font-family: "gill_sansregular";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 1;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}

.sitemap_title  {
  font-family: "gill_sansregular";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 1;
  color: #000;
  position: relative;
  margin: auto;
  padding-bottom: 30px;
}

.sitemap_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  height: 0.5px;
  width: 100%;
}

.sitemap_wrapper.pages .sitemap_wrapper_item h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 0.5px;

}

.sitemap_wrapper.pages .sitemap_wrapper_item h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0.5px;
  background-color: #000;
  height: 15px;

}

.sitemap_list div {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #000;
  opacity: 0.7;
  font-family: "gill_sansregular";
}

@media (max-width: 1023px) {
  .sitemap_wrapper {
    justify-content: flex-start;
  }
}

 .entry-header.with_banner  {
  background-image: url(https://berkeley.live-website.com/wp-content/uploads/2025/06/eb40bd8b7e69205e044419678e4274eeb09a3885-1920x1080-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  max-width: 100% !important;
  padding: 0px !important;
}

.entry-header.with_banner h1.entry-title {
  position: absolute;
  z-index: 1;
  margin: 0;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}

div.asl_m .probox .proinput input,
#ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: auto !important;
}

div.asl_m .probox {
  overflow: auto !important;
}

div.asl_m .probox .proinput input.autocomplete {
  margin-top: -20px !important;
}

.div.asl_m .probox .proclose {
  display: none !important;
}