@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);
@charset "UTF-8";
/*
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 */
body, html{
  font-family: Open Sans, sans-serif;
}
h1{
  font-size: 3rem;
  line-height: 1;
}
h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p{
  font-size: 1rem;
  line-height: 1.5rem;
}
/* Styles */
.footer-accordion{
  position: relative;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}
.footer-accordion::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  /* Unicode character for "plus" sign (+) */
  float: right !important;
  margin-right: 1rem !important;
  margin-top: 0.125rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.footer-accordion:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}
.footer-panel {
  transition: max-height 0.2s ease-out;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer-panel::after {
  content: "";
  position: absolute;
  left: 90%;
  margin-left: -85%;
  bottom: 0;
  width: 90%;
}
.home--opening__card {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home--opening__card a {
  flex-basis: 100%;
}
.home--opening__card img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .home--opening__card img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 91px;
    height: 91px;
  }
}
.home--welcome {
  position: relative;
}
.home--welcome:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 696px;
  height: 100%;
  background-image: url("../dist/images/welcome-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home--welcome * {
  position: relative;
  z-index: 1;
}
.home--team {
  /* the parent */
}
@media (min-width: 1024px) {
  .home--team__breaker {
    position: relative;
  }
  .home--team__breaker:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 2px;
    height: 50%;
  }
  .home--team__breaker:before{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  }
}
.home--team img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 215px;
  width: 215px;
}
.home--team .slick-slide {
  margin: 0 20px;
}
.home--team .slick-list {
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .home--grid__left img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 560px;
  }
  .home--grid__right__image-top img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 395px;
  }
  .home--grid__right__image-bottom img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 281px;
  }
}
.nav-links a{
  position: relative;
  margin-left: 3rem;
  display: block;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 1280px){
  .nav-links a{
    margin-left: 6rem;
  }
}
.nav-links a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-links a:hover::after {
  width: 100%;
  left: 0;
}
.contact-details a{
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: none;
}
.contact-details a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #4a4a4a;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.contact-details a:hover::after {
  width: 100%;
  left: 0;
}
.home--events__image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home--events__date {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
}
.home--events__date h1{
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}
.home--events__date h2{
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}
.footer--top{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  padding: 1rem 0;
}
@media (min-width: 1024px) {
  .footer--top a:not(:last-child) {
    margin-right: 10rem;
    position: relative;
  }
  .footer--top a:not(:last-child):after {
    position: absolute;
    content: "";
    top: 0;
    right: -5rem;
    width: 3px;
    height: 100%;
    background-color: #ffffff;
  }
}
.footer--top li {
  display: inline-block;
}
.footer__menu ul {
  -moz-columns: 2;
       columns: 2;
}
.footer--bottom .container {
  position: relative;
}
.footer--bottom .container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
}
.clients--cards__image {
  position: relative;
}
.clients--cards__image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
}
.clients--cards__image--small:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.client--cards__card {
  box-shadow: 0px 25.3368px 118.238px rgba(0, 0, 0, 0.1);
}
.news--card {
  display: flex;
  flex-direction: column;
}
.news--card .client--cards__card {
  flex-basis: 100%;
}
.news--single__content img {
  width: 100%;
  margin-bottom: 2rem;
}
.news--single__content p {
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
  margin-bottom: 10px;
}
.news--single__content--event img {
  height: auto;
}
.news--single__social li:not(:last-child) {
  margin-right: 5px;
}
.news--single__social li a{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.news--single__social li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}
.news--single__social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
}
.news--single__social li a svg{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.news--single__social li a:hover svg{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wpcf7-form{
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}
.wpcf7-form label{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea{
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wpcf7-form input[type=checkbox] {
  /* Double-sized Checkboxes */
  /* IE */
  /* FF */
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.wpcf7-form input[type=submit]{
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}
.wpcf7-form textarea{
  height: 13rem;
}
.wpcf7-form .wpcf7-not-valid-tip{
  font-size: 1rem;
  line-height: 1.5rem;
}
.wpcf7-form .wpcf7-list-item{
  margin-left: 0.125rem;
  margin-right: 1.25rem;
}
.default--page p {
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
  margin-bottom: 10px;
}
.slick-slide .col-span-6, .slick-current .col-span-6, .slick-active .col-span-6 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .slick-slide .col-span-6, .slick-current .col-span-6, .slick-active .col-span-6 {
    margin-bottom: 20px;
    width: 45% !important;
    margin: 0 10px 20px;
  }
}
.slick-arrow {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: -2rem;
  z-index: 20;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: absolute;
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 32px;
  text-align: center;
}
.slick-arrow.slick-next {
  left: 100%;
  right: -3rem;
}
.slick-arrow.slick-next:after {
  content: "";
}
.clerical--slick .slick-next {
  display: none !important;
}
.team--slick .slick-prev {
  display: none !important;
}
.home--welcome-content p{
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.menu--content p{
  text-align: left;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .menu--content p{
    margin-top: 2.5rem;
  }
}
@media (min-width: 1280px){
  .menu--content p{
    margin-top: 4rem;
  }
}
@media (min-width: 1536px){
  .menu--content p{
    margin-top: 7rem;
  }
}
.footer--cta h2 span {
  position: relative;
}
.footer--cta h2 span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -83px;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-image: url("../dist/images/church-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.tab{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 188, 147, var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tab:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .tab{
    width: 25%;
  }
}
.tab:first-child {
  border-radius: 5.08918px 0px 0px 5.08918px;
}
.tab:last-child {
  border-radius: 0px 5.08918px 5.08918px 0px;
}
.tab.active{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tab.active:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .tab.active{
    width: 25%;
  }
}
.tab.active {
  position: relative;
}
.tab.active:after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(229, 188, 147, var(--tw-text-opacity));
}
.tab--contact{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tab--contact:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .tab--contact{
    width: 25%;
  }
}
.tab--contact {
  border-radius: 5px;
}
.tab--contact:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .tab--contact {
    padding: 2rem;
    margin: 0 1rem 0 !important;
  }
}
.tab--contact.active{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(229, 188, 147, var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tab--contact.active:hover{
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .tab--contact.active{
    width: 25%;
  }
}
.tab--contact.active:after {
  display: none;
}
@media (min-width: 1024px) {
  .tab--contact.active:after {
    display: block;
  }
}
.tab-content {
  display: none;
}
.tab-content--contact {
  position: relative;
  overflow: hidden !important;
}
@media (min-width: 1024px) {
  .tab-content--contact:after {
    position: absolute;
    content: "";
    top: 0;
    right: -6rem;
    bottom: 0;
    width: 489px;
    height: 100%;
    background-image: url("../dist/images/icon-outline-2.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.tab-content.active {
  display: block;
}
.hover--bounce:hover {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  /* referring directly to the animation's @keyframe declaration */
}
.parish--cenus label{
  font-size: 1.5rem;
  line-height: 2rem;
}
.parish--cenus input[type=text], .parish--cenus input[type=email], .parish--cenus textarea{
  margin-top: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.parish--cenus h1, .parish--cenus h3, .parish--cenus h4{
  font-weight: 700;
}
.parish--cenus h1 span, .parish--cenus h3 span, .parish--cenus h4 span{
  font-weight: 400;
}
.parish--cenus p {
  margin-top: 10px;
}
.parish--cenus .solid{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.parish--cenus .breaker {
  position: relative;
}
.parish--cenus .breaker:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  --tw-bg-opacity: 1;
  background-color: rgba(229, 188, 147, var(--tw-bg-opacity));
}
.gallery{
  display: grid;
}
@media (min-width: 640px){
  .gallery{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
