/*
 Theme Name:   Grey Rocks
 Description:  Custom Theme for Grey Rocks. Blocksy theme must also be installed to utilise some features.
 Author:       Sandu Media
 Author URI:   https://www.sandumedia.co.uk
 Template:     blocksy
 Version:      1.0.0
*/

a{text-decoration:none !important;}
.ct-header{
  border-bottom:1px solid #dfc29f;
  -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.10);
  box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.10);
}
.menu .cta a{
  color:#dfc29f !important;
  height:40px;
  transition:none;
  padding:10px !important;
}
.menu .cta a:hover{
  background:#fff;
  color:#333 !important;
  height:40px;
  padding:10px !important;
}
.menu .cta [aria-current="page"]{
  border:1px solid #999;
  color:#dfc29f !important;
  height:40px;
  padding:10px !important;
}
.home-hero {
  height:100vh;
  background-image:url('/wp-content/uploads/grey-rocks.jpg');
  background-size:cover;
  background-position:center;
  position:relative;
}
.home-hero::after {
  background:linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
  content:"";
  position:absolute;
  inset:0;
}
.hero-content {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:100%;
  position:relative;
  z-index:2;
  color:#fff;
  text-align:center;
}
.hero-content img{
  width:50%;
  min-width:400px;
  max-width:600px;
}
.hero-content h1{
  color:#fff;
  margin:0;
}
.hero-button{
  background:#9c7e58;
  border:1px solid #fff;
  color:#fff;
  margin-top:20px;
  padding:12px 26px;
  text-decoration:none;
  text-transform:uppercase;
}
.hero-button:hover{
  background:#fff;
  color:#333;
}
.home-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
}
.hero-menu{
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}
.hero-menu ul{
  display:flex;
  gap:40px;
  list-style:none;
  margin:0;
  padding:0;
}
.hero-menu ul li a{
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:1px;
  opacity:0.85;
  text-decoration:none;
  text-transform:uppercase;
  transition:color 0.3s, opacity 0.3s;
  white-space:nowrap;
}
.hero-menu ul li a:hover{
  color:#dfc29f;
  opacity:1;
  text-shadow:0px 2px 2px rgba(0,0,0,0.95);
}
@media (max-width: 768px) {
  .home-hero::after {
    background:linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
  }
  .hero-content{
    justify-content:flex-start;
    padding-top:60px;
  }
  .hero-menu ul{
    flex-direction:column;
    gap:5px;
  }
}
.sandumedia{
  color: #fff;
  font-family:"Cormorant Garamond", serif;
  font-weight:500;
  font-size:1.4em;
  font-style:normal;
  text-decoration:none;
  text-transform:lowercase;
}
.sandumedia:hover{color:#da0000 !important;}
.wp-lightbox-overlay .scrim {
    background-color:rgba(0, 0, 0, 0.9) !important;
}
.wp-lightbox-overlay .close-button {
    fill: #fff !important;
}
.booking-container{
  margin:20px auto;
  max-width:800px;
  width:80%;
}
.booking-dates{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:20px;
}
.booking-dates .field-wrapper{
  display:flex;
  flex:1 1 48%;
  flex-direction:column;
}
.booking-container label, .wpforms-field-label{
  color:#333 !important;
  display:block;
  font-weight:600 !important;
  font-size:inherit !important;
  font-family:inherit !important;
  margin-bottom: 6px;
}
.field-wrapper-full{margin-bottom:20px;}
.booking-dates .field-wrapper input, .field-wrapper-full select{
  border-radius:none !important;
  border:1px solid #ccc !important;
  font-size:14px;
  font-family:inherit !important;
  height:60px;
  padding:20px !important;
  width:100%;
}
@media (max-width: 600px) {
  .booking-dates .field-wrapper{
    flex:1 1 100%;
  }
}
.booking-container p{margin:0;}
.booking-container #total-price{
  color:#57799c;
  font-weight:700;
}
.booking-offer{
  background:#333;
  color:#fff;
  padding:20px;
  margin:0 0 25px 0;
}
.booking-offer h4{
  color:#ffe6c8;
  margin:0;
}
.booking-offer a{
  color:#ffe6c8;
}
.booking-container .button{
  background:#57799c;
  margin-bottom:50px;
}
.booking-container .button:hover{
  color:#333;
}
.booking-hidden {
  display:none !important;
}
