/* ==================== */
/* Colours
/* ==================== */

/**
 * Edit, delete or add as needed
 */
:root {
  --brand-main: #058C42;
  --brand-main-hover: #043215;
  --brand-sec: #ea7c12;
  --brand-sec-hover: #a5570c;
  --off-grey: #d2d2d2;
}


/* ==================== */
/* Scroll Behaviour
/* ==================== */

html {
  scroll-behavior: smooth;
}


/* ==================== */
/* Global Font
/* ==================== */

body {
  font-family: 'Open Sans', sans-serif; /* Change to correct font */
  font-size: 16px;
}

.post, .page {
  margin: 0 !important;
}

/* ==================== */
/* Container
/* ==================== */

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.section-has-bg .container {
  position: relative;
  z-index: 2;
}

/* ==================== */
/* Sections
/* ==================== */

.section {
  padding: 2rem 0;
}

.section--off-grey {
  background-color: var(--off-grey);
}

.section-has-bg {
  background-size: cover;
  position: relative;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.section-has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.section-has-bg-static {
  background-size: cover;
  position: relative;
  padding: 2rem 0;
  background-attachment: fixed;
  z-index: 1;
}

.section-has-bg-static::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}

@media (min-width: 1280px){
  .section {
    padding: 50px 0;
  }

  .section-has-bg {
    padding: 50px 0;
    margin: 0;
  }
}


/* ==================== */
/* Reset H1 CSS
/* ==================== */

h1.home-link,
a.home-link {
  display: block !important;
  padding: 0!important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 16px !important;
}

.home-link__logo {
  display: block;
  max-width: 100px;
  width: 100%;
  padding-bottom: 1rem;
}


/* ==================== */
/* Site Titles
/* ==================== */

.rte h2, .rte h3, .rte h4,
.site-title {
  margin-top: 0 !important;
  color: var(--brand-main) !important;

}

.site-title--centre {
  text-align: center;
}


/* ==================== */
/* Site Buttons
/* ==================== */

.site-btn {
  display: inline-block;
  background-color: var(--brand-main);
  color: white !important;
  padding: 8px 32px;
  border-radius: 10px;
  text-decoration: none !important; 
  transition: transform 0.3s;
}

.site-btn-sec {
  display: inline-block;
  background-color: var(--brand-main-hover);
  color: white !important;
  padding: 8px 32px;
  border-radius: 10px;
  text-decoration: none !important; 
  transition: transform 0.3s;
}

.site-btn-sec:hover {
  transform: scale(1.05);
}

.site-btn:hover {
  transform: scale(1.05);
}

.site-btn--white {
  background-color: white;
  color: var(--brand-main) !important;
}


/* ==================== */
/* Typography
/* ==================== */

p:first-of-type {
  margin-top: 0;
}

.rte {
  line-height: 1.75 !important;
}

@media (min-width: 1280px){
  .rte--larger-text {
    font-size: 18px;
  }
}


/* ==================== */
/* Misc Classes
/* ==================== */

.text-align-center {
  text-align: center !important;
}

.max-width--750 {
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text--white {
  color: white !important;
}

.disp-block {
  display: block !important;
}

/* ==================== */
/* Grid
/* ==================== */

.row{
  display: flex!important;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.row-invert{
  display: flex!important;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.col-2, .col-3, .col-4, .col-2-small, .col-2-big, .col-2-no-space{
  width: 100%;
}

.col-4{
  padding: 15px 0;
}

.vertical_center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px){

  .row, .row-invert{
    flex-direction: row;
  }

  .col-4{
    width: 48.5%;
  }

}

@media (min-width: 1024px){

  .row, .row-invert{
    flex-direction: row;
  }

  .col-2{
    width: 48.5%;
  }

  .col-2-small{
    width: 31.5%;
  }

  .col-2-big{
    width: 64.5%;
  }

  .col-2-no-space{
    width: 50%;
  }

  .col-3{
    width: 31.5%;
  }

  .col-4{
    width: 23.5%;
  }

}

/* ==================== */
/* Top Bar
/* ==================== */

.top-bar {  
  background-color: var(--brand-main-hover);
  padding: 6px 0;
  text-align: center;
}

.top-bar__col--contact {
  display: none;
}

.top-bar__cta-btn {
  display: inline-block;
  color: white !important;
  font-size: 14px;
  text-decoration: none !important;
  background-color: var(--brand-main);
  padding: 8px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.top-bar__item {
  color: white;
}

.top-bar__item i {
  display: inline-block;
  margin-right: 5px;
}

.top-bar__item a {
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 1.5rem;
  text-transform: uppercase;  
  font-size: 14px;
  cursor: pointer;
}

@media (min-width: 768px){
  .top-bar {
    display: block;
    padding: 8px 0;
  }

  .top-bar__row {
    display: flex;
    justify-content: space-between;
  }

  .top-bar__col--contact {
    display: flex;
    align-items: center;
  }

  .top-bar__cta-btn {
    padding: 5px 25px;    
  }
}

/* ===================== */
/* Slideout Nav
/* ===================== */

.slideout-menu {    
  width: 350px;
  position: fixed;
  top: 0; 
  left: -350px; 
/*  left: 0;*/
  height: 100%; 
  background: #333;
  z-index: 1100;
  /*overflow-y: scroll;*/
  background-color: var(--brand-main);
  transition: 0.5s;
}

body.admin-bar .slideout-menu {
  top: 46px;
}

.slideout-menu.active {
  box-shadow: 0 21px 27px rgb(0 0 0 / 90%);
  left: 0;
}

.slideout-menu i {
  font-family: "FontAwesome";
}

.slideout-menu h3 { 
  margin: 0;
  position: relative;
  padding: 12px 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
/*  border-bottom: 4px solid #222;*/
}

/* Style up the toggle menu "x" */
.slideout-menu .slideout-menu-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  padding: 6px 9px 5px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  background: var(--brand-blue);
  color: white;
  text-decoration: none;
  vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
  color: #fff;
}

/* Give the menu container some love */
.slideout-menu ul {
  list-style: none;
  font-weight: 300; 
  margin: 0;
  padding: 0;
}

/* And now the list items */
.slideout-menu ul li {
  /*border-top: 1px solid #454545;
  border-bottom: 1px solid #151515;*/
}

/* The anchor elements within the list items */
.slideout-menu ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.slideout-menu ul li a button  {
  position: absolute;
  right: 10px;
}

.slideout-menu ul li a:hover {
  /*background: #000;
  color: #fff;*/
}

.slideout-menu ul li a i {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: .5;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;    
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  font-family: "FontAwesome";
  color: white;
  content: "\f078";    
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle.sub-menu-on:after {
  content: "\f077";    
}

/* Submenu */
.slideout-menu ul .sub-menu {
  display: none;
  position: relative;
  width: 100%;
}

.slideout-menu ul .sub-menu li {
  border: 0;  
}

.slideout-menu ul .sub-menu li a {
  text-align: center;
  background-color: #2b673f !important;
}

@media (min-width: 1024px){
  .slideout-menu {
    display: none;
  }
}

/* ==================== */
/* Main Header
/* ==================== */

.main-header {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(0);
  padding: 1rem;
}

.main-header.hidden {
  transform: translateY(-100%);
}

.main-header__row {
  display: flex;
  justify-content: space-between;
}

.main-header__col--logo {
  flex-basis: 60%;
}

.main-header__col--nav {
  display: none;
}

.main-header__burger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header__burger-link {
  color: white !important;
}

.hdr_btn {
  display: none;
}

.slideout-btn {
  display: flex;
  justify-content: center;
}

.slideout-btn .site-btn {
  align-self: center;
}

@media (min-width: 1024px) {
  .main-header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(0);
    padding: 1rem;
  }

  .main-header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .main-header__row {
    display: flex;
    justify-content: flex-start;
  }

  .main-header.hidden {
    transform: translateY(-100%);
  }

  .main-header__col--logo {
    flex-basis: auto;
  }

  .main-header__burger {
    display: none;
  }

  .main-header__col--nav {
    display: flex;
    align-items: center;
  }

  .hdr_btn{
    display: flex;
    align-items: center;
  }
}




/* ==================== */
/* Main Nav
/* ==================== */

.main-browse-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: flex;
  align-items: center;
}

.main-browse-nav a:hover {
  color: var(--brand-main)!important;
  transition: 0.3s;
}

.main-browse-nav > li {
  margin-left: 1rem;
  position: relative;
}

.main-browse-nav > li > a {
  color: white!important;
  font-weight: 300;
  text-decoration: none !important;
  font-size: 14px;
}

@media (min-width: 1280px){

  .main-browse-nav > li { 
    margin-left: 2rem;
  }

  .main-browse-nav > li > a {
    font-size: 18px;
  }

} 


/* ==================== */
/* Sub Menus
/* ==================== */

.sub-menu {
  position: absolute;
  left: 0;  
  margin: 0;
  padding: 0;
  width: 250px;
  display: none;
}

.sub-menu > li.menu-item {
  display: block;  
}

.sub-menu > li.menu-item a {
  color: white !important;
  display: block;
  background-color: var(--brand-main);
  padding: 8px;
  text-align: left;
  text-decoration: none !important;
}

.sub-menu > li.menu-item a:hover {
  background-color: var(--brand-main-hover)
}

.main-browse-nav > li:hover .sub-menu {
  display: block;
}


/* ==================== */
/* Slideshow
/* ==================== */

#slideshow {
  overflow: hidden;
}

.fp-slideshow__slide {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.fp-slideshow__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 50%, rgba(0,0,0,0.9) 100%);
  opacity: 1;
}

.fp-slideshow__content {
  position: relative;
  z-index: 1;  
  width: 90%;
  max-width: 1280px;  
  margin-left: auto;
  margin-right: auto;
}

.fp-slideshow__title {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: bold;
  font-style: italic;
}

.fp-slideshow__text {
  color: white;
  margin: 0 0 3rem 0;
  max-width: 500px;

}

#slideshow .slick-dots {
  bottom: 1rem;
}

#slideshow .slick-dots li button:before {
  font-size: 14px;
  color: white;
}

#slideshow .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

#slideshow .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 1280px){

  .fp-slideshow__slide {
    height: 750px;
  }

  .fp-slideshow__logo {
    width: 550px;
  }

  .fp-slideshow__title {
    font-size: 50px;
    max-width: 700px;
  }

  .fp-slideshow__text {
    font-size: 22px;
    max-width: 800px;
  }

  #slideshow .slick-dots {
    bottom: 2rem;
  }
}


/* ==================== */
/* Footer
/* ==================== */

.site-footer-main {
  padding: 32px 0;
  background-color: #FEFEFE;
}

.site-footer-main__col--blurb {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}

.site-footer__logo {
  max-width: 210px;
  min-width: 110px;
  margin-bottom: 1rem;
  margin: 1rem;
}

.site-footer__blurb {
  font-size: 14px;
  color: white;
}

.site-footer__title {
  color: black;
  position: relative;
  padding-bottom: 4px;
  font-size: 18px;
}

/* .site-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 50px;
  height: 2px;
  background-color: white;

} */

.footer-nav-wrap ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

ul.footer-legal-nav {
  margin-bottom: 1rem !important;
}

.footer-nav-wrap ul a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  color: black !important;
  text-decoration: none !important;
}

.footer-nav-wrap ul a:hover {
  border-color: white;
}

.site-footer__addr {
  color: black !important;
  position: relative;
  margin-bottom: 16px;
}

/* .site-footer__addr::before {
  content: "\f3c5"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: white;
  position: absolute;
  left: 0;
  color: rgb(20 20 20);
} */

.site-footer__link {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  color: black !important;
  text-decoration: none !important;  
}

.site-footer__link-wrap {
  position: relative;
  padding-left: 32px;
}

.site-footer__link-wrap::before {
  content: "\f095"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: black;
  position: absolute;
  left: 0;
}

.site-footer__link-wrap--email::before {
  content: "\f0e0";
}

.social-icons {
  margin: 0 !important;
  list-style-type: none !important;
  display: flex;  
  padding: 0;
}

.social-icons__link {
  font-size: 32px;
  color: white !important;
}

.social-icons__item {
  margin-right: 1rem;
}

.social-icons__item:last-of-type {
  margin-right: 0;
}

.social-icons__link--dark {
  color: var(--brand-main) !important;
}

.site-footer .social-icons__item {
  margin-right: 0.5rem;
}

@media (min-width: 768px){

  .site-footer-main__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-footer-main__col--blurb,
  .site-footer__blurb {
    margin-bottom: 0;
  }

  .site-footer__title {
    margin-top: 0;
  }
}

@media (min-width: 1024px){

  .site-footer-main__row {
    flex-wrap: nowrap;
  }

  .site-footer-main__col {
    flex-basis: calc(25% - 32px);
  }
}

@media (min-width: 1280px){

  .site-footer__blurb {
    padding-right: 32px;
  }
  
  .social-icons__link--lg {
    font-size: 45px;
  }

  .site-footer__blurb {
    line-height: 2;
  }
}


/* ==================== */
/* Site Info
/* ==================== */

.site-info {
  background-color: var(--brand-main-hover);
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
}

.site-info__text {
  margin: 0;
  color: white;
  font-size: 14px;
}

.site-info__copyright,
.site-info__designby {
  display: flex;
  text-align: center;
  align-items: center;
}

.site-info a {
  color: white !important;
}

@media (min-width: 768px){
  .site-info__text {
    display: flex;
    justify-content: flex-end;    
  }

  .site-info__copyright {
    margin-right: 8px;
    position: relative;
  }  

  .site-info__copyright::after {
    content: " |";
    display: inline-block;
    padding-left: 8px;
  }
}


/* ==================== */
/* Main Banner
/* ==================== */

.main-banner {
  background-size: cover;
  background-position: center;
  background-color: var(--brand-main); /* Default colour fallback for banner */
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.main-banner__row {
  position: relative;
}

.main-banner__title {
  margin: 0;
  color: white;
}

@media (min-width: 1280px){
  .main-banner {
    height: 400px;
  }

  .main-banner__title {
    font-size: 50px;
  }
}


/* ==================== */
/* Page Builder
/* ==================== */

.page-wrap {
  background-color: #efefef;
  padding: 2rem 0 1rem 0;
}

.content-box__row {
/* background-color: white;
/* padding: 1rem; */
  margin-bottom: 2rem;
/*  box-shadow: 0 0 4px rgba(0,0,0,0.4);*/
}

.content-box__row p:last-of-type {
  margin-bottom: 0;
}

.col-order-1 {
  margin-bottom: 2rem;
}

.content-box__title {
  margin-bottom: 1rem;
}

.content-box__body {
  margin-bottom: 1rem;
}

.section-has-bg .content-box__row {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}

.section-has-bg .site-title-pre,
.section-has-bg .content-box__title,
.section-has-bg .content-box__body .rte * {
  color: white !important;
}


.training-list-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.training-list-repeater {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1024px){

  .col-order-1 {
    margin-bottom: 0;
  } 

  .content-box__row {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
  }

  .content-box__row--single-row {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-box__col--txt {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content-box__col--img {
    width: 400px;
  }

  .content-box__col--txt.col-order-1 {
    padding-right: 2rem;
  }

  .col-order-1 {
    order: 1;
  }

  .col-order-2 {
    order: 2;
  }
}

@media (min-width: 1280px){
  .content-box__row { 
    padding: 3rem 0;
  }

  .content-box__body {
    margin-bottom: 2rem;
  }
}


/* ==================== */
/* Contact Page 1
/* ==================== */

.contact-card {
  background-color: var(--brand-main);
  padding: 1rem;
  border-radius: 10px;
  display: flex;  
  align-items: center;
  margin-bottom: 1rem;
}

.contact-card__icon-wrap {
  margin-right: 1rem;
}

.contact-card__icon-circle {
  color: white !important; 
}

.contact-card__icon {
  color: var(--brand-main) !important;
}

.contact-card__text-wrap,
.contact-card__link {
  color: white !important;
}

.contact-card__link {
  text-decoration: none !important;
}

.opening-hours {
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.opening-hours__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.opening-hours__item::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted white;
}

.opening-hours__day,
.opening-hours__hours {
  background-color: var(--brand-main);
  display: inline-block;  
  position: relative;
  z-index: 1;
}

.opening-hours__day {
  padding-right: 8px;
}

.opening-hours__hours {
  padding-left: 8px;
}

.section-about-lower__col--hours {
  margin-bottom: 2rem;
}

.section-contact__col--form h2 {
  margin-bottom: 2rem !important;
}

.social-icons {
  margin: 0 !important;
  list-style-type: none !important;
  display: flex;
  gap: 16px;
}

.social-icons__link {
  font-size: 32px;
  color: var(--brand-main) !important;
}

.site-footer .social-icons__link {
  color: white !important;
}

@media (min-width: 1024px){
  .section-contact__row,
  .section-about-lower__row {
    display: flex;
    justify-content: space-between;
  }

  .section-contact__col--form {
    flex-basis: 60%;
  }

  .section-contact__col--text {
    flex-basis: 35%;
  }

  .section-about-lower__col {
    flex-basis: 40%;
  }
}


/*====================
Contact Page 2
====================*/

.contact_box_wrapper{
  background-color: var(--brand-main);
  padding: 30px;
  border-radius: 10px;
  color: #fff;  
  text-align: center;
  margin: 15px 0;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.contact_box_wrapper h2{
  font-size: 60px;
  margin: 0;
}

.contact_box_wrapper a{
  color: #fff;  
  text-decoration: none;
}

.contact_box_wrapper a:hover{
  color: var(--brand-secondary);  
  text-decoration: none;
}

.frm_button_submit{
  float: right;
}

.contact_form{
  background-color: var(--brand-main);
}

.contact_form h2{
  color: #fff;
}


/* ============================================================ */
/* Custom code starts below...
/* ============================================================ */

/* BG Image gradient */

.bg-img{
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-img::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
  opacity: 1;
}


/* ==================== */
/* Our Services
/* ==================== */

.our-services {
  padding: 0 1rem;
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-services::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url('https://ruffwalks.ranestaging.com/wp-content/uploads/2024/10/our-services-ghost-e1730109559389.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: 30%;
  pointer-events: none;
}

.our-services-title {
  margin: 0;
  padding-bottom: 2rem;
  text-align: center;
}

.our-services-ghost-image {
  position: absolute;
  right: 200px;
  top: 0;
  z-index: 0;
}

.our-services-ghost-image img {
  width: 600px;
}

.our-services-repeater {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-services-row {
  gap: 10px;
  justify-content: center;
}

@media(min-width: 768px) {
  .our-services-repeater {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .our-services-box {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .our-services {
    padding: 3rem;
    background-color: #F2F2F2;
    position: relative;
  }

}

@media(min-width: 1024px) {
  .our-services-repeater {
    flex-direction: row;
    gap: 20px;
  }

  .our-services-box {
    flex: 1 1 auto; 
    max-width: none; 
  }
}

.our-services-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  min-width: 240px;
  height: 240px;
  border-radius: 10px;
  text-decoration: none!important;
  padding: 0.5rem;
}

.our-services-box-text {
  color: white;
  z-index: 3;
  margin: 0;
  position: relative;
  display: inline-block;
}

.our-services-box:hover .our-services-box-text::after {
  transform: translateX(10px);
}

.our-services-box-text::after {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: '\f054';
  font-size: 20px;
  padding-left: 0.5rem;
  padding-top: 5px;
}

.our-services-button {
  text-align: center;
  padding: 2rem 0;
}


/* ==================== */
/* Intro
/* ==================== */

.intro-left img {
  border-radius: 10px;
  width: 100%;
}

.bg-hard-gradient {
  background: linear-gradient(to bottom, var(--brand-main-hover) 0%, var(--brand-main-hover) 20%, white 20%)!important;
}

@media (min-width: 1024px){
  .bg-hard-gradient{
    background: linear-gradient(90deg, var(--brand-main-hover) 0%, var(--brand-main-hover) 40%, white 40%)!important;
  }
}

.home_about_text{
  padding: 50px 0;
}

/* ==================== */
/* Selling Points
/* ==================== */

.selling-points {
  position: relative;
  background-color: #f2f2f2;
  padding: 2rem;
  overflow: hidden;
}

.selling-points-title {
  text-align: center;
}

.selling-points-row {
  display: flex;
  flex-direction: row;
}

.selling-points-button {
  text-align: center;
  padding-bottom: 1rem;
}

.selling-points-ghost-background {
  position: absolute;
  top: 70px;
  left: 50px;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.selling-points-ghost-background img {
  height: auto;
  position: absolute;
  width: 550px;
  right: 0;
  z-index: 0;
}

.selling-points-repeater {
  gap: 10px;
}

.selling-points-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.selling-points-text {
  text-align: center;
}

.selling-points-icon {
  min-width: 50px;
}

.selling-points-title {
  font-weight: bold;
}

.selling-points-button {
  padding-top: 1rem;
} 

.col-2.image-gallery-col {
  display: flex;
  align-items: center;
}

.fg-carousel-next .fg-icon, .fg-carousel-prev .fg-icon {
  color: var(--brand-main-hover);
  font-size: 25px;
}

.fg-carousel-bottom {
  display: none;
}

@media(min-width: 1024px) {
  .content-col {
    position: relative;
    z-index: 2;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
  }
  .selling-points-item {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex: 1 1 calc(50% - 20px); 
    max-width: calc(50% - 20px);
  }
  .selling-points-repeater {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .selling-points-title {
    text-align: left;
  }
  .selling-points-button {
    text-align: left;
    padding-bottom: 1rem;
  }
  .selling-points-text {
    text-align: left;
  }

  /* .image-gallery-repeater {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .image-gallery-item {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    }
  
  .image-gallery-item img {
    width:100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
  .image-gallery-col {
    display: flex;
    align-items: center;
    margin-right: -4rem;
  } */
}

/* .image-gallery-repeater {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding-top: 1rem;
}

.image-gallery-item img {
  width:100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
} */

.image-col-section-has-bg {
  background-size: cover;
  background-position: center;
  width: 100%; 
  height: 300px;
}

@media (min-width: 768px) {
  .image-col-section-has-bg {
    background-size: cover;
    background-position: center;
    width: 50%; 
    height: auto;
  }
}

/*  .image-gallery-repeater {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .image-gallery-item {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    }
  
  .image-gallery-item img {
    width:100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
} */


/* ==================== */
/* Testimonials
/* ==================== */

.testimonials-section {
  padding: 2rem;
}

.testimonials-title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1rem;
}

.testimonials-stars {
  text-align: center;
}

.testimonials-slider {
  display: flex;
  justify-content: center;
}

.testimonial-item {
  text-align: center;
}

.testimonial-text {
  font-size: 18px;
  margin: 0 auto;
  max-width: 700px;
}

.testimonials-name {
  font-size: 18px;
}

.slick-next,
.slick-prev {
  color: var(--brand-main-hover); 
  z-index: 1; 
  display: flex; 
  align-items: center;
  justify-content: center;
}

.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Free"; 
  font-size: 20px; 
}

.slick-next:before {
  color: var(--brand-main-hover); 
}

.slick-prev:before {
  color: var(--brand-main-hover); 
}

@media(min-width:1024px) {
  .slick-next,
  .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
  }

  .slick-next:before,
  .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 35px;
    border: 1px solid var(--off-grey);
    border-radius: 50%;
    padding: 8px;
  }

  .slick-next:before {
    color: var(--brand-main-hover);
  }

  .slick-prev:before {
    color: var(--brand-main-hover);
  }

  .slick-next:hover:before,
  .slick-prev:hover:before {
    background-color: transparent;
  }

  .slick-next:before,
  .slick-prev:before {
    background-color: transparent;
  }
}


/* ==================== */
/* Bullet Points
/* ==================== */

.pointers-section {
  background-color: black;
}

.pointers-title {
  color: #DA338D;
  font-size: 28px;
}

.pointers-content-col {
  margin: 0 auto;
  max-width: 700px;
  padding: 2rem;
  color: white;
}

.pointers-content {
  display: flex;
  align-items: center;
}

.pointers-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.pointers-icon img {
  max-width: 45px;
}

.pointers-repeater {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 20px;
  padding-bottom: 2rem;
}

.image-col-section-has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pointers-button {
  display: flex;
  padding-bottom: 1rem;
}

.pointers-button a {
  margin-right: 10px;
}

/* ==================== */
/* Front CTA
/* ==================== */

.front-cta-section {
  padding: 1rem;
  color: white;
}

.front-cta-title {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 28px;
}

@media(min-width: 768px) {
  .front-cta-section {
    color: white;
    text-align: center;
    padding: 5rem;
  }
  .front-cta-text {
    display: flex;
    justify-content: center;
  }
  .front-cta-text p {
    max-width: 700px;
  }
}

.front-cta-container {
  position: relative;
  z-index: 2;
}


/* ==================== */
/* Footer CTA 
/* ==================== */

.footer-cta {
  background-color: var(--brand-main);
  color: white;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}

.footer-cta-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.col-2-text-col {
  margin: 0;
}


@media(min-width:1024px){
  .footer-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .col-2-text-col {
    width: 75%;
    margin: 0;
  }
}

.col-2-button-col {
  text-align: center;
}


/* ==================== */
/* About Us Page
/* ==================== */

.about-us {
  padding: 1rem;
  background-color: #f2f2f2;
}

.about-us-title {
  color: var(--brand-main);
}

.team-member-cards-title {
  color: var(--brand-main);
}

.about-us-intro {
  width: 100%;
  font-weight: 400;
}

.about-us-cards {
  background-color: #f2f2f2;
}

.about-us-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team_card {
  background-color: var(--brand-main);
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .about-us {
    padding: 2rem;
  }
  .about-us-intro {
    width: 60%;
  }
  .team_card {
    width: calc(50% - 20px);
  }
  .about-us-row {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
  }
}

@media(min-width: 1024px) {
  .team_card {
    width: calc(33.333% - 20px);
  }
}

.member_list_photo {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.member_list_text {
  padding: 30px;
  text-align: center;
  color: #fff;
}

.member_list_text p {
  font-weight: 300;
}

.member_list_text a {
  color: #fff;
  text-decoration: none;
}

.member_list_text a:hover {
  color: var(--brand-main-hover);
  transition: 0.3s;
  text-decoration: none;
}
@media (min-width:980px) {

  .team_card {
    margin-bottom: 30px;
  }

}


/* ========================= */
/* Single Team Member Pages
/* ========================= */

.team-member-card {
  padding: 1rem
}

.team-member-card-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--brand-main-hover);
  color: white;
}

.tm-content-col {
  padding: 30px;
}

@media (min-width: 1024px) {
  .team-member-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--brand-main-hover);
    color: white;
  }

  .team-member-card:nth-child(even) .team-member-card-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: var(--brand-main-hover);
    color: white;
  }

  .team-member-card:nth-child(even) .team-member-card-row .tm-content-col {
    padding: 30px;
  }

  .tm-content-col {
    padding: 30px 30px 30px 0;
  }
}

.team_member_ghost {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.team-bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

@media (min-width: 768px) {
  .team-bg-img {
    color: #3a4041
  }
}

.slide-show-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 200px;
  text-align: center;
}


/* ========================= */
/* Custom Footer
/* ========================= */

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 1rem;
}

.footer-cert-icon svg {
  fill: white;
  max-width: 30px;
}

.footer-certs-row {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 20px;
}

.footer-certs-rptr {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-cert-item-col {
  display: flex;
  justify-content: center;
}

.footer-cert-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--brand-main);
  padding: 0.5rem;
  max-height: 50px;
  width: 220px;
  border-radius: 14px;
  color: white;
  transition: 0.3s;
  overflow: hidden;
}

.footer-cert-item:hover {
  background-color: var(--brand-main-hover);
}

@media(min-width: 1024px) {
  .footer-certs-row {
    display: flex;
    flex-direction: row;
    width: 40%;
    gap: 0;
  }
}


.fp-slideshow__title-image img {
  width: 150px;
  margin-bottom: 20px;
}

.fp-slideshow__text-image img {
  margin-bottom: 20px;
}


.site-btn-pink {
  background-color: #DA338D;
}


/* ========================= */
/* Dog Training Cards
/* ========================= */

.page-id-35 .content-box__row {
  /* margin-bottom: 0; */
  padding: 30px;
}

.page-id-35 .page-wrap {
  padding-bottom: 0;
}


/* ========================= */
/* Dog Walking Form
/* ========================= */

.enquiry_form .content-box__row--single-row {
  background: white;
  padding: 50px 50px 0 50px;
  margin-bottom: 0;
  max-width: 1280px;
  align-items: unset;
  margin-bottom: 2rem;
}

.enquiry_form .content-box__body {
  align-items: unset;
  margin-bottom: 0;
}


/* ========================= */
/* 99p dog trainer page
/* ========================= */

.page-id-349 .page-wrap {
  background-color: #000;
}

.page-id-349 .rte h2, .page-id-349 .rte h3, .page-id-349 .rte h4, .page-id-349 .site-title, .page-id-349 .main-banner__title {
  color: #DA338D!important;
}

.page-id-349 .content-box__body {
  color: white;
}

.page-id-349 .training-list-icon {
  max-width: 30px;
}

.page-id-349 .footer-cta {
  background-color: #DA338D;
}

.page-id-349 .footer-cta h3 {
  color: #000;
}

.page-id-349 .site-btn-sec {
  background-color: #000;
}

.page-id-349 .site-btn {
  background-color: #DA338D;
  color: white;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background: #058C42;
  border-color: #058C42;
}