@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Qwigley&display=swap);

/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Fonts Here */
/* Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p, a{
  font-size: 1rem;
  line-height: 1.5rem;
}
.home--hero {
  position: relative;
  min-height: 75vh;
  max-height: 75vh;
}
.home--hero * {
  position: relative;
  z-index: 9999;
}
.home--hero:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(103 102 102 / 0.5);
}
@media (min-width: 768px) {
  .home--hero {
    min-height: 50vh;
    max-height: 50vh;
  }
}
@media (min-width: 1024px) {
  .home--hero {
    min-height: 100vh;
    max-height: 100vh;
  }
  .home--hero:before {
    background: linear-gradient(281.39deg, rgba(106, 79, 63, 0.95) -16.65%, rgba(46, 58, 108, 0.95) 99.5%);
    opacity: 0.9;
    border-radius: 30px;
  }
}
@media (min-width: 1536px) {
  .home--hero {
    min-height: 85vh;
    max-height: 85vh;
  }
}
.slider-nav {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .slider-nav{
    display: block;
  }
}
@media (min-width: 1536px) {
  .slider-nav {
    left: 3rem;
  }
}
.slider-nav .slick-arrow-left,
.slider-nav .slick-arrow-right {
  font-size: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}
.slider-nav .slick-arrow-left:hover,
.slider-nav .slick-arrow-right:hover{
  --tw-text-opacity: 1;
  color: rgb(236 150 61 / var(--tw-text-opacity, 1));
}
.slider-nav .slick-dots {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.slider-nav .slick-dots li {
  margin: 0;
}
.slider-nav .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-radius: 9999px;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
}
@media (min-width: 1024px) {
  .slider-nav .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slider-nav .slick-dots li button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 150 61 / var(--tw-border-opacity, 1));
}
.slider-nav .slick-dots li.slick-active button{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(236 150 61 / var(--tw-bg-opacity, 1));
}
.default--hero {
  position: relative;
}
.default--hero * {
  position: relative;
  z-index: 99;
}
.default--hero:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(103 102 102 / 0.5);
}
@media (min-width: 1280px) {
  .default--hero:before {
    background: linear-gradient(281.39deg, rgba(106, 79, 63, 0.95) -16.65%, rgba(46, 58, 108, 0.95) 99.5%);
    opacity: 0.9;
    border-radius: 30px;
  }
}
.footer--news__card p {
  transition: 0.5s ease-in-out;
}
.footer--news__card:hover p{
  --tw-text-opacity: 1;
  color: rgb(236 150 61 / var(--tw-text-opacity, 1));
}
.home--events__column {
  display: flex;
  flex-direction: column;
}
.home--events__card {
  flex-basis: 100%;
  transition: 0.5s ease-in-out;
}
.home--events__card:hover {
  background-color: #F7F4EF;
  transform: scale(0.95);
}
.home--events .slick-slide {
  margin: 0 20px;
}
.home--events .slick-track {
  display: flex !important;
}
.home--events .slick-slide {
  height: inherit !important;
  display: flex !important;
}
.home--events .slick-arrow {
  font-size: 0;
  position: absolute;
  top: -3rem;
  right: 5rem;
  border: 2px solid white;
  width: 30px;
  height: 30px;
  z-index: 20;
  padding: 15px 15px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .home--events .slick-arrow {
    top: -5rem;
    right: 6rem;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1536px) {
  .home--events .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    left: -4rem;
    right: auto;
  }
}
.home--events .slick-arrow:hover {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  --tw-bg-opacity: 1;
  background-color: rgb(10 26 73 / var(--tw-bg-opacity, 1));
}
.home--events .slick-arrow:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f177";
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.home--events .slick-arrow.slick-next {
  left: auto;
  right: 2rem;
}
@media (min-width: 1536px) {
  .home--events .slick-arrow.slick-next {
    left: auto;
    right: -4rem;
  }
}
.home--events .slick-arrow.slick-next:after {
  content: "\f178";
}
.home--webcams__column {
  transition: 0.5s ease-in-out;
  box-shadow: 0px 10px 20px rgba(17, 26, 57, 0.1), 0px 4px 6px rgba(17, 26, 57, 0.1);
}
.home--webcams__column:hover {
  transform: scale(0.95);
}
.home--testimonials {
  position: relative;
  /* the slides */
  /* the visible area of the slider */
}
.home--testimonials:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: hard-light;
  background-color: #122F2A;
}
.home--testimonials .slick-slide {
  margin: 0 20px;
}
.home--testimonials .slick-list {
  padding: 0 5% 0 0 !important;
  position: relative;
}
@media (min-width: 1024px) {
  .home--testimonials .slick-list {
    padding: 0 19% 0 0 !important;
  }
}
@media (min-width: 1536px) {
  .home--testimonials .slick-list {
    padding: 0 39% 0 0 !important;
  }
}
.home--testimonials .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -8rem;
  border: 2px solid white;
  width: 50px;
  height: 50px;
  z-index: 20;
  padding: 15px 15px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1536px) {
  .home--testimonials .slick-arrow {
    left: -10rem;
  }
}
.home--testimonials .slick-arrow:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(10 26 73 / var(--tw-bg-opacity, 1));
}
.home--testimonials .slick-arrow:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f177";
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.home--testimonials .slick-arrow.slick-next {
  left: -4rem;
}
@media (min-width: 1536px) {
  .home--testimonials .slick-arrow.slick-next {
    left: -6rem;
  }
}
.home--testimonials .slick-arrow.slick-next:after {
  content: "\f178";
}
.footer--top:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.footer--ctas .slick-slide {
  margin: 0 10px;
}
.footer--ctas__image {
  overflow: hidden;
  position: relative;
}
.footer--ctas__image:hover .footer--ctas__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer--ctas__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  padding: 2rem;
  z-index: 1;
}
.footer--ctas__content * {
  position: relative;
  z-index: 2;
}
.footer--ctas__content:before {
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  right: 0;
  bottom: -5rem;
  z-index: 0;
  width: 332px;
  min-height: 293px;
  background-image: url("../dist/images/gallery-shape.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact--form input, .contact--form select, .contact--form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #D0CCCC;
  box-sizing: border-box;
  margin-bottom: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(10 26 73 / var(--tw-text-opacity, 1));
  border-radius: 4px;
}
.contact--form textarea {
  max-height: 150px;
}
.contact--form label{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(103 102 102 / var(--tw-text-opacity, 1));
}
.contact--form input[type=submit] {
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(46 58 108 / var(--tw-bg-opacity, 1));
}
.contact--form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 150 61 / var(--tw-bg-opacity, 1));
}
.contact--form ::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.contact--form ::placeholder{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.contact--form .btn-aw {
  color: #ffffff;
  border: 0;
  padding: 12px 60px;
  transition: all 0.5s ease-out;
  border-radius: 30px;
}
.contact--form .btn-aw:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.events--archive__column {
  display: flex;
  flex-direction: column;
}
.events--archive__card {
  flex-basis: 100%;
}
.events--archive__card:hover .btn-aw{
  --tw-bg-opacity: 1;
  background-color: rgb(236 150 61 / var(--tw-bg-opacity, 1));
}
.error--page * {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .error--page h1 {
    font-size: 100px;
  }
  .error--page h2 {
    font-size: 60px;
  }
}
.error--page:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.61);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}
.webcam--container iframe{
  height: 300px;
}
@media (min-width: 1024px){
  .webcam--container iframe{
    height: 700px;
  }
}
.gallery--archive__image {
  position: relative;
}
.gallery--archive__image * {
  position: relative;
  z-index: 10;
}
.gallery--archive__image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(10 26 73 / 0.7);
  transition: all 0.5s ease-in-out;
}
.gallery--archive__image:hover:before{
  --tw-bg-opacity: 1;
  background-color: rgb(10 26 73 / var(--tw-bg-opacity, 1));
}
