/*
Theme Name: ouseburnfarm
Author: DigiPro
Author URI: https://www.digipromedia.co.uk
Version: 1.0
*/

@font-face {
    font-family: 'dk_bocadilloregular';
    src: url('./fonts/dk_bocadillo-webfont.woff2') format('woff2'),
         url('./fonts/dk_bocadillo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 1.0 - Structure */

body {
  font-family: 'Raleway', Arial, serif;
  font-size: 19px;
  font-weight: 500;
  background-color: #fff;
  color: #181818;
  margin: 0;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  }
  
  .site-container {
  position: relative;
  background: #303030;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  }
  
  .container {
  margin: 0 auto;
  display: block;
  padding: 0;
  overflow: hidden;
  }

  .container-padding-top {
    padding-top: 102px;
  }
  
  .main {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  max-width: 1200px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
  }
  
  .section {
  position: relative;
  display: block;
  clear: both;
  }
  
  .section-container {
  padding: 90px 60px;
  margin: 0 auto;
  position:relative;
  display: block;
  clear: both;
  overflow: hidden
  }
  
  .narrow-container {
  max-width: 600px;
  width: 65%;
  margin: 0;
  box-sizing: border-box 
  }
  
  .full-container {
  margin: 0 auto;
  position:relative;
  display: block;
  clear: both;
  overflow: hidden
  }
  
  .flex-container {
  display: flex !important;
  flex-wrap: wrap;
  }

.no-wrap {
	flex-wrap: none;
}

  .flex-right {
margin-left: auto;
  }
  
  .align-middle {
  align-items: center;
  }
  
  .image-container {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
padding-bottom: 100%;
  align-self: stretch;
  border-radius: 20px;
  position: relative;
  }

  .small-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    align-self: stretch;
    width: 35%;
    padding-bottom: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
    }

    .box-image-container {
      background-size: cover !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      min-height: 300px;
      align-self: stretch;
      }

/*  .image-right.image-text-alt-section .image-container { 
    border-radius: 55% 40% 30% 70% / 40% 40% 50% 60%;
  }

  .image-right.image-text-alt-section .small-image-container {
    border-radius: 30% 70% 80% 30% / 40% 60% 40% 40%;
  }

  .image-left.image-text-alt-section .image-container { 
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    border-radius: 35% 50% 70% 40% / 50% 40% 70% 55%;
  }

  .image-left.image-text-alt-section .small-image-container {
    border-radius: 30% 70% 80% 30% / 40% 60% 40% 40%;
  }*/
  
  .block-image-container {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  transition: all 0.4s ease;
border-top-left-radius: 24px;
border-top-right-radius: 24px;  
}
  
  .text-container {
  padding: 60px;
  margin: 0 auto;
  position:relative;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  }
  
  .info-container {
  padding: 40px;
  overflow: hidden;
  box-sizing: border-box;
  }
  
  .seamless-boxes .info-container {
  padding: 40px 0;
  }
  
  .very-narrow {
  max-width: 700px;
  margin: 0 auto;
  }
  
  .quite-narrow {
  max-width: 800px;
  margin: 0 auto;
  }
  
  .narrow {
  max-width: 960px;
  margin: 0 auto;
  }
  
  .book-narrow {
  max-width: 935px;
  margin: 0 auto;
  }
  
  .standard {
  max-width: 1220px;
  }
  
  .wide {
  max-width: 1370px;
  }

  .constrain {
  max-width: 1600px;
  }
  
  .middle {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  
  
  /* 2.0 - Header */
  
  .site-header {
  position: absolute;
  width: 100%;
  display: block;
  box-sizing: border-box;
  min-height: 62px;
  padding-bottom: 100px;
  z-index: 995;
  }

  .header-gradient {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
  
  .block-header {
    background: rgba(255,255,255, 1);
    transition: all 0.4s ease;
    padding-bottom: 0 !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
  
  .block-header .site-header-container {
  overflow: hidden;
  }
 
  .block-header .site-logo img {
max-width: 90px;
  }

  .header-active.site-header {
  background: rgba(255,255,255, 0.95);
  transition: all 0.4s ease;
  display: block;
  margin: 0 auto;
  left: 0;
  }
  
  .header-active.site-header .site-logo img {
  max-width: 90px !important;
  }
  
  .site-header-container {
  margin: 0 auto;
  padding: 20px 60px;
  /*align-items: flex-start;
  transition: all 0.4s ease;*/
  }

  .active.site-header .site-header-container, .block-header .site-header-container {
    max-width: 1370px;
    padding: 10px 60px;
  }

.header-button {
	margin-left: 40px;
}
  
  .site-logo {
  transition: all 0.4s ease;
  overflow: hidden;
  }

  .site-logo-active {
    display: none !important
  }

    .active.site-header .site-logo-active, .block-header.site-header .site-logo-active {
    display: block !important;
  }

    .active.site-header .site-logo-img, .block-header.site-header .site-logo img {
    display: none;
  }
  
  .site-logo:hover img {
  opacity: 0.7;
  }
  
  .site-logo img, .logo-dark {
  max-width: 100%;
width: 125px;
  transition: all 0.4s ease;
  height: auto !important;
  display: block;
  }
  
  
  /* 3.0 - Navigation */
  
  .navigation {
  margin-left: auto;
  margin-top: 0;
  }
  
  .navigation ul {
  margin:0;
  padding:0;
  display: flex;
align-items: center;
  }
  
  .site-header nav ul li a:link, .site-header nav ul li a:visited {
  display: block;
  }
  
  .navigation ul:before, .site-nav ul:after {
  content: "";
  display: table;
  }
  
  .navigation ul:after {
  clear:both;
  }
  
  .navigation ul li {
  list-style: none;
  float: left;
  font-size: 16px;
  margin: 8px 20px 0;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  }

  .navigation > div > ul > li:not(.menu-cta) {
    margin: 8px 20px 0;
    }
  
  .navigation > div > ul > li:last-of-type {
  margin-right: 0;
  }
  
  .navigation ul li a {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  padding: 20px 0;
  display: block;
  transition: all 0.4s ease-in-out;
  }

  .site-header.active .navigation ul li a, .block-header.site-header .navigation ul li a {
    color: #000
  }

  .navigation ul li:not(.menu-cta) a::after {
content: "";
display: block;
width: 0;
height: 5px;
border-radius: 0px;
transition: all 0.2s ease;
margin-top: 5px;
background-image: url(https://ouseburnfarm.digiprodemo.com/wp-content/uploads/underline.svg);
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
  }

    .navigation ul#menu-main-menu > li > a, .navigation ul#menu-main-menu > li > a > span { 
  transition: all 0s;
    }
  
  .navigation ul li:not(.menu-cta):hover a::after, .navigation ul li:not(.menu-cta):focus a::after, .navigation ul li.current_page_item a::after  {
    width: 100%;
  }

  .navigation ul > li:not(.menu-cta) > a span {
  border-bottom: 0 solid transparent;
  padding: 0;
    transition: all 0s;
  }
  
  .navigation ul.menu > li:not(.menu-cta):hover > a > span, .navigation ul.menu > li:not(.menu-cta):hover > a, .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a > span, .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a {
  color: #fff;
  }

.site-header.block-header .navigation ul.menu > li:not(.menu-cta):hover > a, .site-header.block-header .navigation ul.menu > li:not(.menu-cta):hover > a > span, .site-header.active .navigation ul.menu > li:not(.menu-cta):hover > a, .site-header.active .navigation ul.menu > li:not(.menu-cta):hover > a > span {
    color: #000 !important
}

.block-header.site-header .navigation ul.menu > li:not(.menu-cta) > a:hover span {
  color: #F7A833;
  }

   .site-header.active .navigation ul.menu > li:not(.menu-cta):hover > a > span, .site-header.active .navigation ul.menu > li:not(.menu-cta):hover > a, .site-header.active .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a > span, .site-header.active .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a, .block-header.site-header .navigation ul.menu > li.current-menu-item:not(.menu-cta) > a {
  color: #F7A833;
  }
  
  .navigation ul li.menu-item-has-children:hover > a span {
  border-color: transparent !important;
  }
  
  .navigation ul li.menu-cta {
  border-bottom: 0 !important;
  opacity: 1 !important;
  margin-top: 0;
  margin-right: 0;
  }
  
  .navigation ul li.menu-cta a {
  background: #F7A833;
  color:#000;
  border: 2px solid #F7A833 !important;
  border-radius: 8px;
  padding: 18px 20px;
  font-weight: 700;
  }

  .navigation ul li.menu-cta.menu-cta-alt a {
    background: #fff;
    border-color: #fff !important;
    }
  
  .navigation ul li.menu-cta span {
  transition: none !important;
  border-bottom: 0 !important;
  }
  
  .navigation ul li.menu-cta a:hover {
  background: #B04D97 !important;
  border-color: #B04D97 !important;
  color: #fff;
  }
  
  .menu-item-has-children a:hover + .sub-menu {
  height: auto !important;
  padding: 6px 0 !important;
  }
  
  .active.site-header .navigation, .header-active.site-header .navigation {
  margin-top: 0;
  }
  
  .active .sub-menu, .header-active .sub-menu {
  margin-top: 1px;
  }
  
  .navigation .sub-menu li {
  margin: 0;
  padding: 10px 24px !important;
  border-bottom: 0 !important;
  }
  
  .navigation .sub-menu li a {
  margin: 0;
  padding: 0 !important;
  border-bottom: 0 !important;
  }
  
  .navigation .sub-menu li a span {
  border-bottom: 0 !important;
  transition: none !important
  }
  
  #rmp-container-1867 {
  box-sizing: border-box;
  }
  
  #rmp-menu-wrap-1867 .rmp-menu-item-link {
  box-sizing: border-box;
  padding-right: 0;
  }
  
  #rmp_menu_trigger-1867 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  }
  
  .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
  transition: all 0.4s ease !important;
  }
  
  
  /* 4.0 - Text & Body Elements */
  
  ::-moz-selection {
  color: #fff;
  background: #F7A833;
  }
  
  ::selection {
  color: #fff;
  background: #F7A833;
  }
  
  /* 4.1 - Titles */
  
  h1, h2, h3, h4, h5, h6 {
      font-family: 'dk_bocadilloregular', 'Raleway', Arial, Helvetica, sans-serif;
      font-style: normal;
      line-height: 1.25em;
      transition: all 0.4s ease;
      color: #000000;
      font-weight: 400;
      position: relative;
      z-index: 1;
  }
  
  h1, .large-title {
  font-size: 45px;
  margin: 0 0 20px 0;
  }
  
  h1 p, h2 p, h3 p, h4 p, h5 p {
  margin-bottom: 0 !important;
  line-height: inherit;
  }
  
  h2, .medium-title {
      font-size: 37px;
      margin: 0 0 20px 0;
      /* font-weight: 400; */
  }
  
  h3, .small-title {
      font-size: 30px;
      /* letter-spacing: 0; */
      margin: 0 0 30px 0;
      /* font-weight: 400; */
  }
  
  h4 {
  font-size: 24px;
  margin: 0 0 15px 0;
  }
  
  h5 {
  font-weight: 400;
  line-height: 1.4em;
  transition: all 0.4s ease;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
  color: #F7A833;
  text-transform: uppercase;
  }

  h5 i {
    padding-right: 12px;
  }
  
  h6 {
      font-size: 20px;
      letter-spacing: 0.05em;
      margin: 0 0 20px 0;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
  }
  
  /* 4.2 - Body Elements */
  
  p {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1.5em !important;
  transition: all 0.4s ease;
  }
  
  p:empty {
  display: none
  }
  
  section > div > p:last-of-type:not(.large-space-bottom), .padding > *:last-child {
  /*margin-bottom: 0 !important*/
  }
  
  span {
  transition: all 0.4s ease;
  line-height: 1.5em;
  }
  
  /*.container ul {
  overflow: hidden;
  }*/
  
  ul li, ol li {
  padding-bottom: 10px;
  }
  
  .section ul:not([class]) {
  /*list-style: none;*/
  }
  
  strong {
  font-weight: 700;
  }
  
  blockquote {
  font-family: 'Lora', 'Raleway', Arial, Helvetica, sans-serif; 
  color: #fff;
  font-weight: 400;
  border-left:0;
  margin-left: 0;
  padding-left: 0;
  font-size: 26px;
  }
  
  blockquote p {
  margin-bottom: 0 !important;
  /*font-size: 125% !important;*/
  }
  
  hr {
  margin: 30px 0;
  border-top: 0;
  border-bottom: 1px solid #e0dee0;
  }
  
  img {
  transition: all 0.4s ease;
  }
  
  a:link, a:visited {
  color: #B04D97;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 600;
  }
  
  a:not(.button):hover, a:not(.button):focus {
  /*color: #B04D97;*/
 color: #63738E;
  }

  section p > a:not(.button), section strong > a:not(.button) {
    border: 0;
      border-style: solid;
      border-bottom-color: #F7A833;
border-bottom-width: 2px;
text-decoration-color: currentcolor;
text-decoration-thickness: 2px;
  }

  section p > a:not(.button):hover, section p > a:not(.button):focus, section strong > a:not(.button):hover, section strong > a:not(.button):focus {
      border-bottom-color: #63738E;
  }
  
  .subtitle {
  }
  
  /* 4.3 - Styling Rules */
  
  .center, p.center p {
  text-align: center;
  }
  
  .subtext {
  font-size: 15px;
  margin-bottom: 0px !important
  }
  
  .black-bg {
  background: #181818;
  }
  
  .darkgrey-bg {
  background: #B04D97;
  }
  
  .highlight-bg, .orange-bg {
  background: #F7A833;
  }

    .purple-bg {
  background: #B04D97;
  }

.purple-bg .highlight-bg-button:hover {
	background: #00B2BB !important;
border-color: #00B2BB !important;
}

  .green-bg {
  background: #3AA935;
  }

  .blue-bg {
  background: #00B2BB;
  }
  
  .white {
  color: #fff;
  }
  
  .dark-text {
  color: #B04D97 !important;
  }
  
  .dark {
  color: #B04D97;
  }
  
  .highlight {
  color: #F7A833 !important;
  }
  
  .lightgrey {
  color: #b3b3b3;
  }
  
  .greybg, .grey-bg {
  background: #F4EFE9;
  }
  
  .dark-bg {
  background: #B04D97;
  }
  
  .white-bg {
  background: #fff;
  }
  
  .mid-grey-bg {
  background: #DED5C8;
  }
  
  .post-overlay {
  background: rgba(50, 55, 60, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .grey-overlay {
  background: rgba(249, 249, 249, 0.92);
  }
  
  .dark-overlay {
  background: rgba(0, 0, 0, 0.75);
  }
  
  .subtle-overlay {
  background: rgba(50, 50, 50, 0.2);
  }
  
  .no-center {
  margin: 0 !important;
  }

  .box-padding {
    padding: 40px;
    }

  .small-padding {
  padding: 40px 60px;
  }
  
  .padding {
  padding: 60px;
  margin: 0 auto;
  }
  
  .extra-padding {
  padding: 90px 60px;
  margin: 0 auto;
  }
  
  .no-padding-bottom {
  padding-bottom: 0 !important;
  }

  .no-vertical-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .light {
  font-weight: 300;
  }
  
  .bold {
  font-weight: 600;
  }
  
  .uppercase {
  text-transform: uppercase;
  }
  
  .spaced-uppercase {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #F7A833 !important;
  line-height: 1.4em;
  }
  
  .clear {
  clear:both;
  }
  
  .large-space-bottom {
  margin-bottom: 40px !important;
  }
  
  .space-bottom {
  margin-bottom: 30px;
  }
  
  .gap-bottom {
  margin-bottom: 20px;
  }
  
  .twelve-bottom {
  margin-bottom: 12px;
  }
  
  .fifteen-bottom {
  margin-bottom: 15px;
  }
  
  .five-bottom {
  margin-bottom: 5px;
  }
  
  .float-left {
  float: left;
  }
  
  .float-right {
  float: right;
  }

  .no-mt {
    margin-top: 0 !important;
  }
  
  .no-mb, .no-mb p {
  margin-bottom: 0 !important;
  }
  
  /* 4.4 - Buttons */
  
  .button {
  font-family: 'Raleway', Arial, serif;
  transition: all 0.4s ease;
  display: inline-block;
  background: #F7A833;
  color: #fff;
  border: 2px solid #F7A833;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 17px;
  padding: 18px 26px;
  font-weight: 700 !important;
  border-radius: 8px;
  margin-right: 15px
  }

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

section .button:not(:last-child) {
  margin-bottom: 10px;
}

  .button span {
    transition: none !important;
  }
  
  .button:hover {
  background: #B04D97;
  border-color: #B04D97;
  }
  
  .text-button {
  font-family: 'Raleway', Arial, serif;
  transition: all 0.4s ease;
  display: inline-block;
  color: #F7A833 !important;
  font-weight: 600;
  }

  .text-button span::after {
    content: "\f061";
 font-family: "Font Awesome 6 Pro";
 font-size: 80%;
 padding-left: 10px;
   }

   .text-button::after {
    content: "";
width: 100%;
margin-top: 2px;
height: 2px;
transition: all 0.4s ease;
display: block;
background: #F7A833;
opacity: 1;
   }

   .text-button:hover::after, .text-blocks li:hover .text-button::after {
    width: 70%;
       }
  
  .text-button:hover {
  opacity: 0.6;
  }
  
  .text-button:hover::after {
    background: #F7A833;
    width: 100%;
   }

  .text-button-alt {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  transition: all 0.4s ease;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
  color: #B04D97;
  text-transform: uppercase;
  display: block;
  }
  
  .text-button-alt:hover {
  color: #B04D97 !important;
  }
  
  .dark-bg .text-button:hover, .dark-overlay .text-button:hover {
  color: #fff !important;
  }
  
  .small-button {
  font-family: 'Raleway', Arial, serif;
  font-weight: 400;
  transition: all 0.4s ease;
  display: inline-block;
  color: #F7A833 !important;
  border: 2px solid #F7A833;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
  font-weight: 700;
  }
  
  .center-button {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  text-align: center;
  }
  
  .white-button {
  background: #ffffff;
  color: #000000 !important;
  border: 2px solid #ffffff;
  }
  
  .white-button:hover {
  background: #B04D97;
  color: #fff !important;
  border-color: #B04D97 !important;
  }

  .dark-bg .white-button:hover {
    background: #F7A833;
    color: #fff !important;
    border-color: #F7A833 !important;
    }
  
  .white-border-button {
  background: transparent;
  color: #fff !important;
  border: 2px solid #ffffff;
  }
  
  .white-border-button:hover {
  background: #fff;
  color: #B04D97 !important;
  }
  
  .highlight-button {
  color: #F7A833 !important;
  border: 2px solid #F7A833;
  }
  
  .highlight-button:hover {
  background: #F7A833;
  color: #ffffff !important;
  }
  
  .highlight-bg-button {
  background: #F7A833 !important;
  color: #000000 !important;
  border: 2px solid #F7A833;
  }
  
  .highlight-bg-button:hover {
    background: #B04D97 !important;
  border-color: #B04D97 !important;
  color: #FFFFFF !important;
  }

  .dark-bg .highlight-bg-button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #B04D97 !important;
  }

  .highlight-soft-button {
    background: #DFF8F6 !important;
    color: #B04D97 !important;
    border: 2px solid #DFF8F6;
    }
    
    .highlight-soft-button:hover {
    background: #B04D97 !important;
    border-color: #B04D97 !important;
    color: #F7A833 !important;
    }
  
  .dark-bg-button {
  background: #B04D97 !important;
  color: #fff !important;
  border: 2px solid #B04D97;
  }
  
  .dark-bg-button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #B04D97 !important;
  }
  
  .spaced-button {
  max-width: 170px;
  display: block;
  position: relative;
  clear: both;
  }
  
  
  /* 5.0 - Sliders & Banners */
  
  .video-banner {
  position: relative;
  max-height: 800px;
  max-height: 100vh;
  overflow: hidden;
  display: block;
  background-color: #B04D97;
  margin-bottom: -1px;
  }
  
  .banner-cont {
  position: relative;
  overflow: hidden;
  background-color: #B04D97;
  }
  
  .banner {
  position: relative;
  background-size: cover;
  background-color: #B04D97;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% 40%;
  min-height: 600px;
  transition: all 0.4s ease;
  }

  .banner a {
    color: #fff;
  }

  .banner::after, .video-banner::after {
    /*content: '';
    background: #fff;
    position: absolute;
    left: -10%;
    right: 0;
    top: auto;
    bottom: 0;
    height: 60px;
    border-top-left-radius: 100%;
    margin-top: 100px;*/
}
  
  .banner.section-banner {
  height: 700px;
  padding-bottom: 0;
  background-attachment: fixed;
  }
  
  .banner-overlay {
  width: 100%;
  margin: 60px 0 0 0;
  bottom: 0;
  transition: all 0.4s ease;
	  z-index: 994;
  }

  .home .banner-overlay {
  }
  
  .section-banner .banner-overlay {
  max-width: 750px;
  margin-top: 0;
  right: auto !important;
  }
  
  .bo-container {
  padding: 60px 60px 60px 60px;
  }
  
  .page-template-template-optin .bo-container {
  text-align: right;
  padding-right: 45px;
  }
  
  .banner-title, .banner-text {
  color: #ffffff;
  }

  /*.text-banner .banner-text {
  color: #B04D97;
  }*/

  .text-banner .section-container {
  padding-bottom: 0;
  }

  .text-banner .banner-overlay {
    margin-top: 0;
  }

  .text-banner {
    min-height: 500px;
  }
  
  .banner-title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0px;
  font-family: 'dk_bocadilloregular', 'Raleway', Arial, serif;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  }
  
.text-banner .banner-title {
  /* color: #B04D97;
  text-shadow: none;*/
}
  
  .smaller-banner-title {
  font-size: 60px;
  }
  
  .banner-text {
  font-family: 'Raleway', Arial, serif; 
  font-size: 21px;
  font-weight: 600;
text-shadow: 0 0 5px #000;
  }
  
  .banner-text:last-child {
  margin-bottom: 0 !important;
  }
  
  .banner-small-image {
  max-width: 185px;
  }
  
  .banner-scroll {
  bottom: 0;
  position: absolute;
  left:0;
  right:0;
  max-width: 50px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  font-size: 40px;
  z-index: 80
  }
  
  /* 6.0 - Columns */
  
  /* Half Half */
  
  .half-text {
  width: 50%;
  float: left;
  display: block;
  postion: relative;
  transition: width 0.4s ease, min-height 0.4s ease;
  }

  .thirty {
    width: 30%;
    display: block;
    transition: all 0.4s ease;
    }
  
  .third {
  width: 34%;
  display: block;
  transition: all 0.4s ease;
  }
  
  .forty {
  width: 45%;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  }
  
  .half, .fifty {
  position: relative;
  width: 50%;
  display: block;
  transition: all 0.4s ease;
  }
  
  .single-post .container .thirty,  .single-post .container .third, .single-post .container .forty, .single-post .container .half, .single-post .container .fifty, .single-post .container .sixty, .single-post .container .twothirds, .single-post .container .seventy {
  width: 100%;
  }

.single-post .container .forty .text-container, .single-post .container .half .text-container, .single-post .container .fifty .text-container {
padding-left: 0 !important;
padding-right: 0 !important;
    }
  
  .sixty {
  width: 55%;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  }
  
  .twothirds {
  width: 66%;
  display: block;
  transition: all 0.4s ease;
  }

  .seventy {
    width: 70%;
    display: block;
    transition: all 0.4s ease;
    }
  
  .half-left {
  width: 50%;
  float: left;
  display: block;
  transition: width 0.4s ease, min-height 0.4s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  }
  
  .half-right {
  width: 50%;
  float: right;
  display: block;
  transition: width 0.4s;
  postion: relative;
  }
  
  .half-image {
  min-height: 500px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  }
  
  /* 6.01 - Two Columns */
  
  .two-column {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 0;
  }
  
  .two-column > li:nth-child(2n) {
  margin-right: 0;
  }
  
  .two-column > li {
  position: relative;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  list-style: none;
  transition: all 0.4s ease;
  padding-bottom: 0;
  }
  
  .two-column > li:nth-last-child(n+3) { 
  margin-bottom: 3%;
  }
  
  
  /* 6.1 - Three Columns */
  
  .three-column {
  margin: 0 auto;
  display: block;
  padding: 0;
  }
  
  .three-column.flex-container {
  display: flex;
  }
  
  .three-column > li:nth-child(3n) {
  margin-right: 0;
  }

  .three-column > li:nth-child(3n+1) {
    clear: left;
  }
  
  .three-column > li {
  position: relative;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  list-style: none;
  transition: all 0.4s ease;
  padding-bottom: 0;
  margin-bottom: 3.5%;
  }
  
  /* 6.2 - Four Columns */
  
  .four-column {
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: left;
  }
  
  .four-column-ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0;
  }
  
  .four-column > li {
  position: relative;
  float: left;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
  list-style: none;
  padding-bottom: 0;
  }

  
  /* 6.3 - Five Columns */
  
  .fifth-column {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: center;
  }
  
  .five-column-ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0;
  }
  
  .fifth-column > li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  list-style: none;
  padding-bottom: 0;
  }
  
  .fifth-column > li .subtext {
  color: #909296 !important;
  }
  
  .fifth-column > li:hover > h4 {
  color: #F7A833;
  }
  
  .fifth-column > li:hover > i {
  background: #F7A833;
  color: #fff;
  border-color: #F7A833
  }
  
  
  /* 7.0 - Blog */
  
  .single-post .main, .blog .container, .archive .main, .category .main {
  background: #fff !important;
  }
  
  .single-post .post, .author .post, .archive .post, .category .post {
  max-width: 900px;
  margin: 0 auto;
  display: block;
  }
  
  .blog-category {
  text-transform: uppercase;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  }
  
  .blog .post, .category .post, .author .post, .archive .post {
  float: left;
  width: 31%;
  margin-right: 3.5%;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  clear: none;
  margin-bottom: 35px;
  }
  
  .blog .post:nth-of-type(3n), .category .post:nth-of-type(3n), .author .post:nth-of-type(3n), .archive .post:nth-of-type(3n) {
  margin-right: 0 !important
  }
  
  .blog .post:nth-of-type(3n+1), .category .post:nth-of-type(3n+1), .author .post:nth-of-type(3n+1), .archive .post:nth-of-type(3n+1) {
  clear:left;
  }
  
  .blog .post-container, .author .post-container, .archive .post-container, .category .post-container {
  padding-top: 15px;
  }
  
  .blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image, .post .result:hover .post-image {
  opacity: 0.7;
  }
  
  .post-highlight {
  font-size: 18px;
  margin: 0 0 1.5em 0;
  color: #F7A833;
  font-weight: 400;
  display: block;
  }
  
  .single-post .content h2 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  margin-top: 45px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  }
  
  .single-post .content h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4em;
  }
  
  .sub-post-text {
  color: #999;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  }
  
  .blog .post h5 {
  font-weight: 600;
  }
  
  .blog-button {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #F7A833 !important;
  border: 1px solid #F7A833;
  }
  
  .blog-button:hover {
  background: #F7A833;
  color: #ffffff !important;
  }
  
  .blog-button i {
  color: #F7A833;
  transition: all 0.4s ease;
  }
  
  .blog-button:hover i {
  color: #ffffff !important;
  }
  
  .blog .post h1 {
  margin-top: 20px;
  }
  
  .blog .container, .author .container {
  }
  
  .blog-main {
  margin: 0 auto;
  position: relative;
  max-width: 1400px;
  overflow: hidden;
  }
  
  .blog .banner-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  background-image: linear-gradient(rgba(30, 35, 40, 0), rgba(30, 35, 40, 1));
  padding-top: 150px;
  }
  
  .blog .banner-post-container {
  max-width: 750px;
  padding: 45px;
  }
  
  .blog .post, .author .post, .archive .post {
  }
  
  .blog .post img, .author .post img, .archive .post img, .category .post img {
  width:100%;
  height: auto;
  display: block;
  }
  
  .single .post-banner img {
  margin-bottom: 0 !important;
  width:100%;
  height: auto;
  display: block;
  }
  
  .single ol {
  padding: 0 40px;
  }
  
  .single ol li {
  padding-bottom: 30px;
  }
  
  .single ol li:last-child {
  padding-bottom: 0 !important;
  }
  
  .single .content h3 {
  color: #000;
  }
  
  .post-image {
  overflow: hidden;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.4s ease;
  border-radius: 12px;
  }

  .text-boxes li .post-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .blog-date, .event-date {
    display: block;
    font-weight: 400;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #B04D97;
  }
  
  .blog .post-categories, .author .post-categories, .archive .post-categories {
  display: block;
  margin-bottom: 0 !important;
  }
  
  .blog .post-categories a, .author .post-categories a, .archive .post-categories a {
  }
  
  .single-info {
  background: #f6f6f6;
  }
  
  .single-info-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 20px;
  }
  
  .single-info img {
  border-radius: 30px;
  max-width: 40px;
  display: inline-block;
  float: left;
  transition: all 0.4s ease;
  }
  
  .single-info .float-right {
  padding-top: 8px;
  }
  
  .single .category-link {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 1px;
      color: #F7A833 !important;
  }
  
  .single .category-link:hover {
  color: #fff !important;
  }
  
  .single .author-bio {
  margin-bottom: 20px;
  }
  
  .single .post-author-name:hover {
  color: #fff !important;
  }
  
  .single .date {
  color: #fff !important;
  }
  
  .single-info p {
  margin-bottom: 0 !important;
  }
  
  .single-info a:link, .single-info .post-author-name, .category-link {
  color: #000 !important;
  }
  
  .single-info a:hover {
  color: #F7A833 !important;
  }
  
  .post-author-name {
  display: inline-block;
  }
  
  .single-info .float-left:hover .post-author-name {
  color: #F7A833;
  } 
  
  .single-info .float-left:hover .avatar {
  opacity: 0.7;
  } 
  
  .single .post {
  margin: 0 auto;
  }
  
  .single .post p {
  margin-bottom: 1em;
  }
  
  .single .content p:last-child {
  margin-bottom: 0 !important;
  }

  
  .single .post-categories {
  padding-top: 14px;
  }
  
  .post {
  clear: both;
  }
  
  .blog-content {
  width: 100%;
box-sizing: border-box;
  position: relative;
  }
  
  .single .banner-image {
  position: relative;
  display: block;
  clear: both;
  background: #B04D97;
  overflow: hidden;
  }
  
  .single .banner-image img {
  width:100%;
  height: auto;
  display: block;
  }

  .blog-content {
    padding: 60px;
    }
  
  .blog-container {
  padding: 0;
  }
  
  .content {
  width: 70%;
  float:left;
  }
  
  .content-container {
  padding: 40px 30px 40px 30px;
  }
  
  .sidebar {
  box-sizing: border-box;
  }
  
  .sidebar-container {
  padding: 40px;
  }
  
  .sidebar a {
  color: #fff;
  }
  
  .sidebar a:hover {
  color: #F7A833 !important;
  }
  
  .post-banner {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  display: block
  }
  
  .single-post .container {
  padding-top: 0px;
  }
  
  .single-post .post {
  max-width: 960px;
  margin: 0 auto;
  }
  
  
  /* 8.0 - Form */
  
  ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
    color: #aaa;
  }
  
  /* GravityForms */
  
  body .gform_wrapper h2.gform_title {
      display: none !important;
  }
  
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
      font-size: 18px !important;
      padding: 25px !important;
      background: #EAF4F5 !important;
      color: #665C67;
      border: 1px solid transparent !important;
      border-radius: 8px;
      font-family: 'Raleway', Arial, serif;
      -webkit-appearance: none !important;
      outline: 0 !important;
      transition: all 0.4s ease;
  }

  .grey-bg .gform_wrapper.gravity-theme input[type=color], .grey-bg .gform_wrapper.gravity-theme input[type=date], .grey-bg .gform_wrapper.gravity-theme input[type=datetime-local], .grey-bg .gform_wrapper.gravity-theme input[type=datetime], .grey-bg .gform_wrapper.gravity-theme input[type=email], .grey-bg .gform_wrapper.gravity-theme input[type=month], .grey-bg .gform_wrapper.gravity-theme input[type=number], .grey-bg .gform_wrapper.gravity-theme input[type=password], .grey-bg .gform_wrapper.gravity-theme input[type=search], .grey-bg .gform_wrapper.gravity-theme input[type=tel], .grey-bg .gform_wrapper.gravity-theme input[type=text], .grey-bg .gform_wrapper.gravity-theme input[type=time], .grey-bg .gform_wrapper.gravity-theme input[type=url], .grey-bg .gform_wrapper.gravity-theme input[type=week], .grey-bg .gform_wrapper.gravity-theme select, .grey-bg .gform_wrapper.gravity-theme textarea {
    background: #fff !important;
}
  
  .gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
      border-color: #B04D97 !important
  }
  
  .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
  background: #F7A833;
  color: #fff !important;
  }
  
  .gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #B04D97;
  border-color: #B04D97 !important;
  cursor: pointer 
  }
  
  .gfield_checkbox .gchoice {
  display: inline-block;
  margin-right: 25px;
  width: calc(50% - 25px);
  margin-bottom: 10px;
  }
  
  .gform_wrapper.gravity-theme .gfield-choice-input+label {
  max-width: 100% !important;
  font-size: 16px !important;
  }
  
  .gfield_label.gfield_label_before_complex {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  }
  
  .gform_wrapper {
  width: 100%;
  }
  
  .cta-section .gform_wrapper.gravity-theme textarea {
  max-height: 100px;
  }
  
  .cta-section .gform_wrapper.gravity-theme input[type=color], .cta-section .gform_wrapper.gravity-theme input[type=date], .cta-section .gform_wrapper.gravity-theme input[type=datetime-local], .cta-section .gform_wrapper.gravity-theme input[type=datetime], .cta-section .gform_wrapper.gravity-theme input[type=email], .cta-section .gform_wrapper.gravity-theme input[type=month], .cta-section .gform_wrapper.gravity-theme input[type=number], .cta-section .gform_wrapper.gravity-theme input[type=password], .cta-section .gform_wrapper.gravity-theme input[type=search], .cta-section .gform_wrapper.gravity-theme input[type=tel], .cta-section .gform_wrapper.gravity-theme input[type=text], .cta-section .gform_wrapper.gravity-theme input[type=time], .cta-section .gform_wrapper.gravity-theme input[type=url], .cta-section .gform_wrapper.gravity-theme input[type=week], .cta-section .gform_wrapper.gravity-theme select, .cta-section .gform_wrapper.gravity-theme textarea {
  padding: 18px 22px 14px !important;
  }
  
  .cta-section .gform_wrapper.gravity-theme input[type=color], .cta-section .gform_wrapper.gravity-theme input[type=date], .cta-section .gform_wrapper.gravity-theme input[type=datetime-local], .cta-section .gform_wrapper.gravity-theme input[type=datetime], .cta-section .gform_wrapper.gravity-theme input[type=email], .cta-section .gform_wrapper.gravity-theme input[type=month], .cta-section .gform_wrapper.gravity-theme input[type=number], .cta-section .gform_wrapper.gravity-theme input[type=password], .cta-section .gform_wrapper.gravity-theme input[type=search], .cta-section .gform_wrapper.gravity-theme input[type=tel], .cta-section .gform_wrapper.gravity-theme input[type=text], .cta-section .gform_wrapper.gravity-theme input[type=time], .cta-section .gform_wrapper.gravity-theme input[type=url], .cta-section .gform_wrapper.gravity-theme input[type=week], .cta-section .gform_wrapper.gravity-theme select, .cta-section .gform_wrapper.gravity-theme textarea {
  background: rgba(255,255,255,0.25) !important;
      color: #fff;
  }
  
  .cta-section .gform_wrapper.gravity-theme input[type=color]:focus, .cta-section .gform_wrapper.gravity-theme input[type=date]:focus, .cta-section .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .cta-section .gform_wrapper.gravity-theme input[type=datetime]:focus, .cta-section .gform_wrapper.gravity-theme input[type=email]:focus, .cta-section .gform_wrapper.gravity-theme input[type=month]:focus, .cta-section .gform_wrapper.gravity-theme input[type=number]:focus, .cta-section .gform_wrapper.gravity-theme input[type=password]:focus, .cta-section .gform_wrapper.gravity-theme input[type=search]:focus, .cta-section .gform_wrapper.gravity-theme input[type=tel]:focus, .cta-section .gform_wrapper.gravity-theme input[type=text]:focus, .cta-section .gform_wrapper.gravity-theme input[type=time]:focus, .cta-section .gform_wrapper.gravity-theme input[type=url]:focus, .cta-section .gform_wrapper.gravity-theme input[type=week]:focus, .cta-section .gform_wrapper.gravity-theme select:focus, .cta-section .gform_wrapper.gravity-theme textarea:focus {
  background: rgba(255,255,255,0.75) !important;
  color: #B04D97 !important;
  }
  
  .sidebar .gform_wrapper.gravity-theme textarea {
  max-height: 100px;
  }
  
  .sidebar .gform_wrapper.gravity-theme input[type=color], .sidebar .gform_wrapper.gravity-theme input[type=date], .sidebar .gform_wrapper.gravity-theme input[type=datetime-local], .sidebar .gform_wrapper.gravity-theme input[type=datetime], .sidebar .gform_wrapper.gravity-theme input[type=email], .sidebar .gform_wrapper.gravity-theme input[type=month], .sidebar .gform_wrapper.gravity-theme input[type=number], .sidebar .gform_wrapper.gravity-theme input[type=password], .sidebar .gform_wrapper.gravity-theme input[type=search], .sidebar .gform_wrapper.gravity-theme input[type=tel], .sidebar .gform_wrapper.gravity-theme input[type=text], .sidebar .gform_wrapper.gravity-theme input[type=time], .sidebar .gform_wrapper.gravity-theme input[type=url], .sidebar .gform_wrapper.gravity-theme input[type=week], .sidebar .gform_wrapper.gravity-theme select, .sidebar .gform_wrapper.gravity-theme textarea {
  padding: 18px 22px 14px !important;
  border: none !important;
  }
  
  .sidebar .gform_wrapper.gravity-theme input[type=color], .sidebar .gform_wrapper.gravity-theme input[type=date], .sidebar .gform_wrapper.gravity-theme input[type=datetime-local], .sidebar .gform_wrapper.gravity-theme input[type=datetime], .sidebar .gform_wrapper.gravity-theme input[type=email], .sidebar .gform_wrapper.gravity-theme input[type=month], .sidebar .gform_wrapper.gravity-theme input[type=number], .sidebar .gform_wrapper.gravity-theme input[type=password], .sidebar .gform_wrapper.gravity-theme input[type=search], .sidebar .gform_wrapper.gravity-theme input[type=tel], .sidebar .gform_wrapper.gravity-theme input[type=text], .sidebar .gform_wrapper.gravity-theme input[type=time], .sidebar .gform_wrapper.gravity-theme input[type=url], .sidebar .gform_wrapper.gravity-theme input[type=week], .sidebar .gform_wrapper.gravity-theme select, .sidebar .gform_wrapper.gravity-theme textarea {
  background: #EFE8E1 !important;
  color: #665C67;
  }
  
  .sidebar .gform_wrapper.gravity-theme input[type=color]:focus, .sidebar .gform_wrapper.gravity-theme input[type=date]:focus, .sidebar .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .sidebar .gform_wrapper.gravity-theme input[type=datetime]:focus, .sidebar .gform_wrapper.gravity-theme input[type=email]:focus, .sidebar .gform_wrapper.gravity-theme input[type=month]:focus, .sidebar .gform_wrapper.gravity-theme input[type=number]:focus, .sidebar .gform_wrapper.gravity-theme input[type=password]:focus, .sidebar .gform_wrapper.gravity-theme input[type=search]:focus, .sidebar .gform_wrapper.gravity-theme input[type=tel]:focus, .sidebar .gform_wrapper.gravity-theme input[type=text]:focus, .sidebar .gform_wrapper.gravity-theme input[type=time]:focus, .sidebar .gform_wrapper.gravity-theme input[type=url]:focus, .sidebar .gform_wrapper.gravity-theme input[type=week]:focus, .sidebar .gform_wrapper.gravity-theme select:focus, .sidebar .gform_wrapper.gravity-theme textarea:focus {
  background: #fff !important;
  color: #665C67 !important;
  }
  
  .sidebar .gform-button button {
  background: #F7A833;
  color: #fff;
  }
  
  .gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
  margin-top: 0;
  margin-bottom: 0;
  width: auto !important;
  }
  
  .cta-section .gform_wrapper .button {
  background: #B04D97 !important;
  border-color: #B04D97 !important;
  color: #fff !important;
  }
  
  .cta-section .gform_wrapper .button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #F7A833 !important;
  }
  
  .contact-section ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #665C67;
  }
  
  .contact-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #665C67;
  }
  
  .contact-section ::-ms-input-placeholder { /* Microsoft Edge */
    color: #665C67;
  }
  
  .cta-section ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  
  .cta-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .cta-section ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
  
  .cta-section input:focus::placeholder, .cta-section textarea:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #665C67;
  }
  
  .cta-section input:focus:-ms-input-placeholder, .cta-section textarea:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #665C67;
  }
  
  .cta-section input:focus::-ms-input-placeholder, .cta-section textarea:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: #665C67;
  }
  
  /* END GravityForms */
  
  
  /* 9.0 - Footer */
  
  .site-footer {
  background: #fff;
  overflow: hidden;
  position: relative;
  clear: both;
  font-size: 17px;
  }

  .call-to-action + .site-footer {
    margin-top: 0;
}
  
  .site-footer-container {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 60px 45px 60px;
  }

  .call-to-action + .site-footer .site-footer-container {

}
  
  .site-footer p, .site-footer a, .site-footer h6 {
  color: #000;
  font-weight: 500;
  }
  
  .bottom-footer a, .bottom-footer {
  color: #000;
  font-weight: 400;
  }
  
  .site-footer a:hover {
  color: #B04D97;
  transition: all 0.4s ease;
  }

 .bottom-footer a:hover {
    color: #fff;
    transition: all 0.4s ease;
    }
  
  .site-footer h5 {
  color: #fff;
  }
  
  .footer-content {
  overflow: hidden;
  }
  
  .fcol {
  display: inline-block;
  float: left;
  width: 18%;
  margin-right: 3%;
  }
  
  .fcol a {
  clear:both;
  display: block;
  }
  
  .address p {
  line-height: 2em;
  }
  
  #fc1 {
  width: 37%
  }
  
  #fc4 {
  margin-right: 0;
  }
  
  .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  
  .footer-menu ul, .contact-links a {
  line-height: 1.6em;
  }

  .contact-links {
font-size: 15px;
margin-left: auto;
  }
  
  .contact-links a {
  padding-bottom: 10px;
  font-size: 125%;
  color: #000;
  margin-right: 20px;
  font-weight: 500;
  }

  .contact-links a:last-of-type {
    margin-right: 0;
    }
  
  .contact-links a i {
  color: #000;
  transition: all 0.4s ease;
  color: #B04D97;
  font-weight: 700;
  }

  .contact-links a:hover i {
    color: #B04D97;
  }
  
  .footer-posts {
  list-style: none;
  padding-top: 4px;
  padding: 0;
  margin: 0;
  }
  
  .footer-posts li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #363636;
  padding-bottom: 0;
  }
  
  .footer-posts li a {
  display: block;
  }
  
  .footer-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  }
  
  .social-links {
  margin: 20px 0 0 0;
  padding: 1px 0 0 0;
  list-style: none;
  overflow: hidden;
  }
  
  .social-links li {
    margin-right: 10px;
    padding-bottom: 0;
    background: #B04D97;
    padding: 6px;
    border-radius: 50%;
    font-size: 38px;
    text-align: center;
    display: inline-block;
    transition: all 0.4s ease-in-out;
  }
  
  .social-links a {
    clear: none !important;
    transition: none !important;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
  }
  
  .social-links a:after {
  display: none !important;
  }
  
  .social-links i {
    font-size: 24px;
    text-align: center;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    color: #fff;
  }
  
  .site-footer .social-links li:hover {
  background: #F7A833;
  }

 .site-footer .social-links li:hover i {
  color: #000;
  }
  
  .bottom-footer {
  padding: 45px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  }
  
  .bottom-footer-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  transition: all 0.4s ease;
  }
  
  .bf-container {
  float: left;
  max-width: 580px;
  }
  
  .copyright {
  text-align: left;
  display: inline-block;
  }
  
  .registered-number {
display: block;
padding-top: 10px;
  }
  
  .footer-logo {
 display: inline-block;
max-width: 150px;
margin-bottom: 15px;
margin-right: 30px;
  }
  
    .footer-logo:last-of-type {
    margin-right: 0;
    }
  
  .dpm {
  text-align: right !important;
  display: inline-block;
  right: 0 !important;
  float:right;
  }
  
  .dpm:hover{
  color:#000 !important;
  }
  
  
  /* 10.0 - Snippets & Miscellaneous */
  
  .right-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  }
  
  .banner-gradient {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); 
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .left-gradient {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .right-gradient {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .bottom-gradient {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .colour-overlay {
  background: rgba(113,221,212, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .highlight-filter {
  background: rgba(113,221,212, 0.9);
  }
  
  .purple-filter {
  background: rgba(176, 77, 151, 0.9);
  }
  
  .grey-filter {
  background: rgba(250, 246, 242, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .video-container {
  }
  
  .video-side {
  }
  
  .video-wrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  }
  
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  }
  
  .embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  .fadeInBlock {
  opacity:0;
  }
  
  /* Homepage Image Links */
  
  .bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
  transition: all 0.4s ease;
  }
  
  .image-links h3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  }
  
  .image-links li {
  height: 0;
  padding-bottom: 30%;
  }
  
  .image-links li:hover h3 {
  color: #F7A833;
  }
  
  .image-links li:hover .bg-overlay {
  opacity: 1;
  }
  
  .pagination {
  clear: both;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  
  .no-bullets {
  list-style: none;
  padding-left: 20px;
  }
  
  .no-bullets li {
  padding-bottom: 10px;
  }
  
  .boxes li {
  background: #B04D97;
  color: #fff;
  box-sizing: border-box;
  padding: 25px;
  padding-bottom: 100%;
  margin-bottom: -100%;
  }
  
  .large-icon {
  font-size: 80px;
  }

   .medium-icon {
  font-size: 65px;
  margin-bottom: 20px;
  }
  
  #catapultCookie {
  font-weight: 400;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  background: transparent !important;
  border: 1px solid #fff !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 7px 14px !important;
  }
  
  #catapultCookie:hover {
  background: #fff !important;
  color: #B04D97 !important;
  }
  
  .has-cookie-bar #catapult-cookie-bar {
  padding: 10px 15px !important;
  }
  
  .ctcc-left-side {
  font-size: 85%;
  font-weight: 300;
  }
  
  #cookies {
  margin-bottom: 1.5em;
  }
  
  @media only screen and (max-width:768px) {
    .stat-number {
	font-size: 60px;
}
    .call-to-action {
      text-align: center;
margin-left: 0 !important;
margin-right: 0 !important;
		width: 100% !important;
    }
    .brand-graphic {
          top: -35px !important;
    left: auto !important;
    width: 100% !important;
    max-width: 150px !important;
    right: -35px;
    }
}
	  
	   @media only screen and (max-width:650px) {
    .call-to-action .button {
      margin: 0 auto
    }
  .ctcc-left-side {
  font-size: 70% !important;
  }
  }
  
  table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  }
  
  .icon-inner-section {
  margin-bottom: 60px;
  }
  
  .icon-columns {
  list-style: none;
  margin: 0;
  padding: 3px 0 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  }
  
  .icon-columns li {
  width: 48.5%;
  margin-right: 3%;
  flex-grow: 1;
  padding-bottom: 0;
  }
  
  .icon-columns li:nth-of-type(-n+3) {
  margin-bottom: 50px
  }
  
  .icon-columns li:nth-of-type(2n) {
  margin-right: 0
  }
  
  .icon-columns li i {
  color: #F7A833;
  font-size: 50px;
  margin-bottom: 25px;
  }
  
  .icon-columns li h5 {
  color: #534D48;
  }
  
  .image-right .flex-container, .video-right .flex-container, .team-member:nth-of-type(2n) .flex-container {
  flex-direction: row-reverse;
  }
  
  .image-bg-text-right .flex-container {
  flex-direction: column-reverse;
  }
  
  .section-img-large {
  width: 72%;
  float: right;
  }
  
  .section-img-small {
  width: 44.5%;
  position: absolute;
  bottom: -45px;
  left: 0;
  }
  
  .image-right-padding {
  padding: 0 60px 0 0;
  }
  
  .image-left-padding {
  padding: 0 0 0 60px;
  }
  
  .two-images-section {
  padding-top: 30px;
  }
  
  .two-images-section .image-half {
  align-self: flex-end;
  margin-bottom: 60px
  }
  
  .image-bg {
  position: relative;
  background-color: #B04D97;
  background-size: cover !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat !important;
  background-position: 35% 50% !important;
  transition: all 0.4s ease;
  }
  
  .link-blocks {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  }
  
  .link-blocks li {
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding-bottom: 31%;
  transition: all 0.4s ease;
  border-radius: 24px;
  overflow: hidden;
  }
  
  .overlay-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 25px;
  transition: all 0.4s ease;
  }

  .overlay-container h4 {
color: #fff;
margin-bottom: 0;
  }

  /*.overlay-container h4::after {
   content: "\f061";
font-family: "Font Awesome 6 Pro";
color: #fff;
font-size: 80%;
padding-left: 10px;
      }*/
  
  .link-blocks li h6 {
  font-size: 27px;
  margin-bottom: 0 !important;
  text-align: center;
  }
  
  .box-link {
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  z-index: 9999;
  /*
  background: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  */
  }
  
  .link-blocks li:hover {
  opacity: 0.8;
  transform: scale(1.05);
  }
  
  .link-blocks li:hover .overlay-container h4 {
  margin-right: 30px;
  padding-bottom: 10px;
  }
  
  .link-blocks li:hover .overlay-container .text-button-alt {
  margin-left: 15px;
  }
  
  .link-blocks li:nth-of-type(4n) {
  margin-right: 0 !important;
  }
  
  /*.link-blocks li:nth-last-of-type(-n+3) {
  margin-bottom: 0 !important;
  }*/
  
  .link-blocks i {
  margin-bottom: 15px;
  font-size: 35px;
  color: #fff;
  }

  .text-link-blocks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    }
    
    .text-link-blocks li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    padding-bottom: 0;
    transition: all 0.4s ease;
    border-radius: 24px;
    overflow: hidden;
    }

    .text-link-blocks li h6 {
      font-size: 27px;
      margin-bottom: 0 !important;
      text-align: center;
      }
      
      .text-link-blocks li:hover {
      opacity: 0.8;
      transform: scale(1.05);
      }
      
      .text-link-blocks li:hover .overlay-container h4 {
      margin-right: 30px;
      padding-bottom: 10px;
      }
      
      .text-link-blocks li:hover .overlay-container .text-button-alt {
      margin-left: 15px;
      }
      
      .text-link-blocks li:nth-of-type(2n) {
      margin-right: 0 !important;
      }
      
      .text-link-blocks i {
      margin-bottom: 15px;
      font-size: 35px;
      color: #fff;
      }
  
  .text-blocks {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  }
  
  .text-blocks > li {
  background: #fff;
  padding-bottom: 0;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  transition: all 0.4s ease;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  border-radius: 24px;
  overflow: hidden;
  font-size: 15px;
  }
  
  .text-blocks > li h6 {
  font-size: 24px;
  margin-bottom: 10px !important;
  }
  
  .text-blocks > li p {
  margin-bottom: 0 !important;
  }
  
  .text-blocks > li:hover {
  }
  
  .text-blocks > li:hover h6 {
  color: #B04D97 !important;
  }
  
  .text-blocks > li:hover .block-image-container {
  opacity: 0.7;
  }
  
  .plain-blocks .info-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
  
  .text-split .sixty:not(:first-of-type) .inner-container
  padding: 0 0 0 45px;
  }
  
  .faq-boxes {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 0;
  }
  
  .faq-boxes li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 45px;
  background: #DED5C8;
  padding-bottom: 0;
  }
  
  .faq-boxes li:nth-of-type(2n) {
  margin-right: 0;
  }
  
  .faq-boxes li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  }
  
  .contact-info li {
  padding-bottom: 20px;
  }
  
  .contact-info li:last-of-type {
  padding-bottom: 0;
  }
  
  .contact-info li i {
  color: #F7A833;
  padding-right: 10px;
  }
  
  .sidebar h6 {
  color: #B04D97;
  }
  
  .contact-info {
  list-style: none;
  padding: 1px 0 0 0;
  margin: 0;
  }
  
  .ci-address::before {
  color: #F7A833;
  content: '\f3c5';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
  position: absolute;
  padding-top: 3px;
  }
  
  .ci-address p {
  padding-left: 30px;
  margin-bottom: 0 !important;
  }
  
  .ci-phone::before {
  color: #F7A833;
  content: '\f095';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
  position: absolute;
  padding-top: 3px;
  }
  
  .ci-phone span, .ci-email span {
  padding-left: 30px;
  margin-bottom: 0 !important;
  }
  
  .ci-email {
  word-wrap: break-word;
  }
  
  .ci-email::before {
  color: #F7A833;
  content: '\f0e0';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
  position: absolute;
  padding-top: 3px;
  }
  
  .booking-score {
  margin-bottom: 10px;
  }
  
  .score-box {
      font-size: 15px;
      font-weight: 500;
      background: rgba(255,255,255,0.25);
      padding: 10px 7px !important;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      color: #fff;
      align-items: center;
      margin-right: 15px;
      box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  }
  
  .score-side {
      display: inline-block;
      padding: 0;
  }
  
  .score-subtitle {
  font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      display: block;
      text-shadow: 0 1px 10px rgba(0,0,0,0.4);
  }
  
  .score-tally {
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
  }
  
  .score-tally span {
      display: inline-block;
  }
  
  .score-tally img {
      max-height: 14px;
      display: inline-block;
      margin: 0 0 -3px 6px;
  }
  
  .banner-overlay .button {
  box-shadow: 0 2px 30px rgba(0,0,0,0.4);
  }
  
  .full-width {
  width: 100%;
  }
  
  .acf-map {
  margin: 0 !important;
  }
  
  .gallery-ul {
  margin: 45px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  }
  
  .gallery-ul li {
  padding-bottom: 0;
  }
  
  .gallery-ul li img {
  width: 100%;
  height: auto;
  display: block;
  }
  
  .mfp-bg {
  z-index: 99998 !important;
  }
  
  .mfp-wrap {
  z-index: 99999 !important;
  }
  
  .mfp-title {
  font-size: 16px;
  padding: 15px 0 !important;
  text-align: center !important;
  }
  
  .splash {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px);
  overflow: hidden;
  background: #000000 none no-repeat scroll center center;
  background-size: cover;
  }
  
  .splash::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.4;
  content: '';
  pointer-events: none;
  z-index: 2;
  }
  
  .splash__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  }
  
  .image-mosaic {
  margin: 45px 0 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  }
  
  .im-column-one {
  width: 49%;
  margin-right: 2%
  }
  
  .im-column-two {
  width: 23.5%;
  margin-right: 2%
  }
  
  .im-column-three {
  width: 23.5%;
  }
  
  .im-block {
  width: 100%;
  padding-bottom: 80%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  transition: all 0.4s ease;
  }
  
  .im-block:hover {
  opacity: 0.7;
  }
  
  .im-block:hover .h5 {
  margin-bottom: 20px;
  }
  
  .im-block.block-one h5 {
  font-size: 30px
  }
  
  .im-block.block-two {
  margin-bottom: 8.5%
  }
  
  .im-block.block-four {
  padding-bottom: 168%
  }

  .highlight-bg p {
  color: #fff;
  }
  
  .highlight-bg a, .highlight-bg .ci-phone::before, .highlight-bg .ci-email::before, .highlight-bg .ci-address::before {
  color: #fff
  }

  .highlight-bg .text-button {
  color: #fff !important;
  }

  .highlight-bg .text-button::after {
    background: #fff !important;
    }

      .highlight-bg h1, .highlight-bg h2, .highlight-bg h3, .highlight-bg h4, .purple-bg h5 {
    color: #fff !important;
    }

    .highlight-bg .box-padding h4, .highlight-bg .box-padding .text-button {
    color: black !important;
}

.highlight-bg .box-padding .text-button::after {
    background: #000 !important;
    }

    .highlight-bg .small-icon i {
      color: #fff;
    }

      .purple-bg p {
  color: #fff;
  }
  
  .purple-bg a, .purple-bg .ci-phone::before, .purple-bg .ci-email::before, .purple-bg .ci-address::before {
  color: #fff
  }

  .purple-bg .text-button {
  color: #fff !important;
  }

  .purple-bg .text-button::after {
    background: #fff !important;
    }

    .purple-bg h1, .purple-bg h2, .purple-bg h3, .purple-bg h4, .purple-bg h5 {
    color: #fff !important;
    }

    .purple-bg .box-padding h4, .purple-bg .box-padding .text-button {
    color: black !important;
}

.purple-bg .box-padding .text-button::after {
    background: #000 !important;
    }

    .purple-bg .small-icon i {
      color: #fff;
    }

    .green-bg p {
  color: #fff;
  }
  
  .green-bg a, .green-bg .ci-phone::before, .green-bg .ci-email::before, .green-bg .ci-address::before {
  color: #fff
  }

  .green-bg .text-button {
  color: #fff !important;
  }

  .green-bg .text-button::after {
    background: #fff !important;
    }

    .green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5 {
    color: #fff !important;
    }

    .green-bg .box-padding h4, .green-bg .box-padding .text-button {
    color: black !important;
}

.green-bg .box-padding .text-button::after {
    background: #000 !important;
    }

    .green-bg .small-icon i {
      color: #fff;
    }

  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg p {
    color: #fff;
    }
    
    .dark-bg a {
    color: #F7A833
    }
  
  .no-icon::before, h1.center::before, h2.center::before, h3.center::before, h4.center::before, .banner-title::before {
  display: none !important;
  }
  
  .team-section {
  margin: 45px 0 0 0;
  }
  
  .container-space-top {
  padding-top: 95px;
  }

  .merged-section::before {
    content: '';
    background: #EAF4F5;
    position: absolute;
    left: -30%;
    right: -20%;
    top: 0;
    bottom :40%;
    border-bottom-right-radius: 50%;
}

.merged-section .section-container {
  padding-top: 0 !important;
}
  
  .image-text-section .flex-container {
  align-items: stretch !important;
  }

  .image-right.image-text-section .image-container {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-bottom: 0;
    min-height: 450px;
  }

  .image-left.image-text-section .image-container {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 0;
    min-height: 300px;
  }

  .image-right.image-text-section .text-half {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .image-left.image-text-section .text-half {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .single-post .container .image-left.image-text-section .image-container {
    border-top-left-radius: 0;
border-bottom-left-radius: 0;
  }

  .single-post .container .image-right.image-text-section .text-half {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .image-text-section .flex-container .half:not(.image-container):not(.half-image-slider) {
  display: flex;
  align-items: center;
  }
  
  .section.image-text-section:nth-of-type(3n) .flex-container {
  padding-top: 0;
  }
  
  .split-banner .flex-container {
  flex-direction: row-reverse !important;
  }
  
  /* Custom Bullets */
  
  /*.section ul:not([class]) li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Pro';
  color: #F7A833;
  padding-right: 12px;
  margin-left: -35px;
  transition: all 0.4s ease;
  }*/
  
  .section.highlight-bg ul:not([class]) li::before, .section .highlight-bg ul:not([class]) li::before, .section .text-blocks > li:hover ul:not([class]) li::before {
  color: #fff;
  }
  
  /* END Custom Bullets */
  
  /* Metaslider */
  
  .metaslider {
  margin: 0 auto;
  }
  
  .metaslider .caption {
  padding: 0 !important
  }
  
  .metaslider .caption-wrap {
  position: initial !important;
  background: none !important;
  opacity: 1 !important;
  width: auto !important;
  }
  
  /* END Metaslider */
  
  /* Testimonial Slider */
  
  .flexslider {
  margin-bottom: 0 !important;
  border: 0 !important;
  background: none !important;
  }
  
  .slides {
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
  }
  
  .half-image-slider .flex-direction-nav {
  }
  
  .flex-control-nav {
  width: auto !important;
  position: relative !important;
  bottom: auto !important;
  text-align: left !important;
  display: inline-block;
  }
  
  .flex-control-nav li {
  margin: 0 !important;
  padding: 0 !important;
  }
  
  .flex-control-paging li a:not(.flex-active) {
  display:none;
  }
  
  .flex-control-paging li a {
  color: #707070;
  font-weight: 700;
  width: auto !important;
  height: auto !important;
  text-indent: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  }
  
  .flex-control-paging li a.flex-active {
  background: none !important;
  }
  
  .flex-slider-count, .custom-controls-container {
  display: inline-block;
  }
  
  .flex-slider-count, .custom-navigation a {
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  }
  
  .flex-prev:hover, .flex-next:hover {
  color: #fff;
  }
  
  .flex-prev {
  padding-right: 1px;
  }
  
  .flex-prev::before {
  content: "\f177";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  padding-right: 6px;
  }
  
  .flex-next {
  padding-left: 20px;
  }
  
  .flex-next::after {
  content: "\f178";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  padding-left: 6px;
  }
  
  .custom-navigation {
  width: auto;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 30px;
  }
  
  .testimonial {
  position: relative;
  padding: 0 30px;
  box-sizing: border-box;
  }
  
  .flexslider blockquote::before {
  content: "\f10d";
  font-family: 'Font Awesome 6 Pro';
  font-size: 200px;
  font-weight: 700;
  color: #F7A833;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.35;
  z-index: -1;
  }
  
  .testimonial-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: 50%;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  }
  
  /* END Testimonial Slider */
  
  /* Half Width Image Slider */
  
  
  .half-image-slider .image-container {
  position: relative;
  }
  
  .slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(176, 77, 151,0.65);
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  }
  
  .flex-direction-nav a:before {
  color: rgba(255,255,255,1) !important;
  text-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
  }
  
  .flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1 !important;
  }
  
  .flex-direction-nav li {
  padding-bottom: 0;
  }
  
  .half-image-slider .flex-direction-nav a.flex-prev::before {
      content: '\f104' !important;
      font-family: "Font Awesome 6 Pro" !important;
  }
  
  .half-image-slider .flex-direction-nav a.flex-next::before {
      content: '\f105' !important;
      font-family: "Font Awesome 6 Pro" !important;
  }

  /*.image-detail::after {
content: "";
background: url('https://hobans.digiprodemo.com/wp-content/uploads/hobans-detail.svg');
position: absolute;
bottom: -8%;
right: -8%;
z-index: -10;
width: 50%;
padding-bottom: 20%;
background-repeat: no-repeat;
  }*/

.image-left .image-detail::after {
 right: auto;
    left: -8%
}
  
  .small-icon {
    max-width: 60px;
margin-bottom: 30px;
display: inline-block;
  }

  .small-icon i {
color: #F7A833;
font-size: 60px;
  }

  .content-rows {
list-style: none;
margin: 0;
padding: 0;
  }

  .content-rows li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }

  .grey-bg .content-rows li {
    border-color: #ddd
  }

  .content-rows li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .job-salary {
    background: #F1ECDF;
padding: 7px 10px;
font-size: 14px;
margin-bottom: 20px;
display: inline-block;
  }
  
  /* 11.0 - Custom */
  
  .newsletter-container {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 60px;
  margin-bottom: 60px;
  }
  
  .newsletter-title {
  float: left;
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  }
  
  #mc_embed_signup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  }
  
  .newsletter-container .mc-field-group, .newsletter-container .optionalParent {
  display: inline-block;
  }
  
  .newsletter-container #mc_embed_signup_scroll {
  text-align: right;
  display: flex;
  align-items: center;
  }
  
  .newsletter-container .button {
  font-size: 16px;
  padding: 15px 32px;
  margin: 0 3px !important;
  vertical-align: middle;
  cursor: pointer;
  }
  
  .newsletter-container .button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #B04D97 !important;
  }
  
  .mc-field-group input[type=text], .mc-field-group input[type=email] {
      font-size: 16px !important;
      padding: 18px 19px 14px !important;
      background: rgba(255,255,255,0.2) !important;
      color: #fff;
      border: 1px solid transparent !important;
      border-radius: 0 !important;
      font-family: 'Raleway', Arial, serif;
      -webkit-appearance: none !important;
      outline: 0 !important;
      transition: all 0.4s ease;
      margin: 0 3px !important;
      vertical-align: middle;
    box-sizing: border-box;
  }
  
  .mc-field-group input[type=text]:focus, .mc-field-group input[type=email]:focus {
      background: #fff !important;
      border-color: #fff !important;
      color: #B04D97; 
      }
  
  .big-race-winners {
  width: 100%;
  }
  
  .big-race-winner {
  background: #EAF4F5;
  align-self: stretch;
  background-position: 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  }
  
  .square-container {
  position: relative;
  z-index: 10;
  padding: 45px;
  }
  
  .races-won {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  }
  
  .races-won li:not(:last-child) {
  padding-bottom: 25px;
  }
  
  .races-won li:last-child {
  padding-bottom: 0;
  }
  
  .logo-mark {
  max-width: 115px;
  display: block;
  opacity: 0.3;
  margin: 0 auto;
  margin-bottom: 45px;
  }
  
  .racecourse {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Lora', 'Raleway', Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #9c8697;
  }
  
  .horses-for-sale {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
  .horses-for-sale li {
  position: relative 
  }
  
  .horses-for-sale li:not(:last-child) {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e0dee0;
  }
  
  .horses-for-sale li .box-container {
  padding-left: 40px;
  }
  
  .horse-description {
  padding-top: 130px;
  }
  
  .image-bg-box {
  max-width: 700px;
  }
  
  .horse-price {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
  transition: all 0.4s ease;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 0 21px 0;
  color: #F7A833;
  text-transform: uppercase;
  display: block;
  }
  
  .single-horsesforsale .horse-price {
  font-size: 16px
  }
  
  /* Info Boxes */
  
  .info-boxes {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0 45px 45px 0;
  display: flex;
  flex-wrap: wrap;
  }
  
  .info-boxes > li {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 8%;
  position: relative;
  transition: all 0.4s ease;
  padding-bottom: 0;
  }
  
  .info-boxes > li:nth-of-type(2n) {
  margin-right: 0 !important;
  }
  
  .info-box-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding-bottom: 100%;
  }
  
  .info-box-text {
  background: #F7A833;
  color: #F7F4F2;
  width: 80%;
  position: absolute;
  bottom: -45px;
  right: -45px;
  font-size: 16px;
  }
  
  .info-box-text h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 35px;
  }
  
  .info-box-text a {
  color: #fff;
  }
  
  .info-box-text a:hover {
  color: #B04D97;
  }
  
  /* END Info Boxes */
  
  /* Focus Boxes */
  
  .focus-box {
  margin: 0 0 60px 0;
  padding: 0;
  position: relative;
  }
  
  .focus-box:nth-of-type(2n) .flex-container {
  flex-direction: row-reverse;
  }
  
  .focus-box:nth-of-type(2n) .focus-box-text {
  right: auto !important;
  left: 0 !important;
  }
  
  .focus-box-image {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: 50% !important;
      align-self: stretch;
  }
  
  .focus-box-text:not(.forty) {
  width: 50%;
  }
  
  .focus-box-text {
  background: #F7A833;
  color: #fff;
  }
  
  .section:not(.map-section) .focus-box-text {
  font-size: 16px;
  }
  
  .align-middle .focus-box-text {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 999;
  }
  
  .focus-box-text h3, .focus-box-text h5 {
  color: #fff;
  }
  
  .focus-box-text a {
  color: #fff;
  }
  
  .focus-box-text a:hover {
  color: #B04D97;
  }
  
  /* END Focus Boxes */
  
  .single-clientresults blockquote {
  font-size: 18px;
  margin: 0;
  }
  
  .single-clientresults blockquote p {
  font-size: 100% !important;
  }

  .plain-ul, .plain-ul ul {
list-style: none;
padding: 0;
margin: 0;
  }

  .inline-ul li, .inline-ul ul li {
display: inline-block;
  }

  .inline-ul li:not(:last-child)::after, .inline-ul ul li:not(:last-child)::after {
    content: "\2022";
    padding: 0 7px 0 10px;
  }

  .policy-menu {
    margin-top: 20px;
  }

  .call-to-action {
    width: 33.33334%;
    margin: 0 auto;
  }

  .price-box {
  font-weight: 700;
  padding: 30px 40px;
  border-radius: 60% 50% 40% 70% / 60% 40% 60% 45%;
  position: absolute;
  bottom: 30px;
  right: 15px;
  }

  .price-box p {
    margin-bottom: 0 !important;
  }

  .price-box strong {
  font-size: 70px;
  display: block;
  line-height: 1;
  }

  .donate-section {
    margin-top: 80px;
  }

  .donate-section::before {
    content: '';
    background: #F7A833;
    position: absolute;
    left: 0;
    right: -10%;
    top: 0;
    bottom: auto;
    height: 80px;
    border-top-right-radius: 100%;
    margin-top: -80px;
  }

  .floating-icon {
position: absolute;
max-width: 100px;
top: 0;
right: 0;
  }
  
  .post-info {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc
  }
  
    .post-image-container {
    background-size: cover !important;
    background-position: 50% 35% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 65%;
    align-self: stretch;
    border-radius: 24px
}

.square-image-container {
  background-size: cover !important;
  background-position: 50% 38% !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  align-self: stretch;
  border-radius: 24px
}

.empty-banner {
min-height: 500px;
}

.overlay-above {
margin-top: -400px;
}

.ic-field:not(:last-of-type)::after {
content: '\2022';
padding: 0 10px;
}

/* ACCORDION START */

.accordion-control {
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
  }
  
  
  .accordion-control {
      cursor: pointer;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: all 0.4s ease;
      position: relative;
      background: #fff;
      border-top: 1px solid #EAEAEA;
      color: #323437;
  }
  
  .accordion-item:first-child .accordion-control {
  border-top: 0;
  }
  
  .accordion-control h5 {
  margin-bottom: 0;
  }
  
  .features-accordion .accordion-control {
      background-color: #F3F0F6;
      padding: 20px 40px;
      color: #3F4B49;
      border-bottom: 1px solid #fff;
  }
  
  .simple-accordion .accordion-control {
  padding: 30px 80px 30px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  }
  
  .simple-accordion .accordion-control h5 {
  color: #242457
  }
  
  .plain-accordion .accordion-control {
  background-color: transparent;
  padding: 20px 0;
  }
  
  .plain-accordion.accordion .panel, .plain-accordion .accordion-item.open, .plain-accordion .accordion-item.open .accordion-control {
  background: transparent;
  }
  
  .plain-accordion .accordion-control.active, .plain-accordion .accordion-control:hover {
  background: transparent;
  }
  
  .plain-accordion .accordion-item.open .accordion-control h4, .plain-accordion .accordion-item.open .panel {
  color: inherit
  }
  
  .accordion-control:not(.active) h4 {
  margin-bottom: 0 !important;
  }
  
  .features-accordion .accordion-control.active, .features-accordion .accordion-control:hover {
      background-color: #E6E1EE;
  }
  
  .accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active {
  padding-top: 40px;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  }
  
  .accordion.simple-accordion .accordion-control.active {
  padding-bottom: 20px;
  }
  
  .accordion-control:after {
      content: '\f107';
      font-family: "Font Awesome 6 Pro";
      color: #3F4B49;
      font-size: 21px;
      font-weight: 700;
      float: right;
      margin-left: 5px;
      position: absolute;
      top: 25px;
      right: 40px;
  }
  
  .features-accordion .accordion-control:after {
  top: 40px;
  }
  
  .simple-accordion .accordion-control:after {
  top: 30px;
  color: #F7A833;
  }
  
  .accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active:after {
  top: 40px;
  color: #fff;
  }
  
  .accordion-control.active:after {
      content: "\f106";
  }
  
  /*.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-control {
  border-top-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  }
  
  .accordion-item:last-of-type, .accordion-item:last-of-type .accordion-control {
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  }*/
  
  .accordion .panel {
      padding: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
  }
  
  .accordion-item.open .panel {
 /* padding-bottom: 30px;*/
  }
  
  .feautures-accordion .panel {
      background: #3F4B49;
      color: #fff;
  }
  
  .accordion:not(.plain-accordion) .panel .panel-inner {
  padding: 0 40px 40px;
  }
  
  .simple-accordion .accordion-item {
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  }
  
  .accordion-item.open .panel {
  }
  
  .features-images {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  }
  
  .features-images .accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  }
  
  .screen-image .image-container {
  border-radius: 0 0 20px 20px !important;
  background-position: 0 0% !important;
  border: 1px solid #242457;
  border-top: 0;
  }
  
  .active-image {
  z-index: 10 !important;
  }
  
  .accordion-item.open, .accordion-item.open .accordion-control {
  background: #B04D97;
  }
  
  .accordion-item.open .accordion-control h4, .accordion-item.open .panel {
  color: #fff;
  }
  
  .dark-bg .accordion-control {
    color: #fff;
    border-color: #515355 !important;
  }
  
  .dark-bg .accordion-control h5 {
    color: #fff;
  }
  
  .dark-bg .accordion-control:after {
    color: #fff;
  }
  
  .accordion-item .panel * {
  opacity: 0;
  transition: opacity 0.4s ease;
  }
  
  .simple-accordion .accordion-item .panel * {
  opacity: 1;
  }
  
  .accordion-item.open .panel * {
  opacity: 1;
  }
  
  /* ACCORDION END */

  .important-notice {
    margin: 20px 35px 0;
  }

  .important-notice h1::before, .important-notice h2::before {
  content: "\f05a";
  font-family: 'Font Awesome 6 Pro';
  padding-right: 15px;
  display: inline-block;
  }

  .rounded {
    border-radius: 20px;
  }

  .auto-height-img {
    width: 100%;
  }

  .image-container.square-image {
    border-radius: 20px !important;
  }

  .blog-filters {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .rmp-menu-item.menu-cta {
    display: inline-block !important;
    width: auto !important;
  }

  .rmp-menu-item.menu-cta:not(.menu-cta-alt) {
    margin-right: 10px !important;
  }

  .rmp-menu-item.menu-cta a {
  padding: 0 15px !important;
  background: #F7A833 !important;
  color: #B04D97 !important;
  border-radius: 8px;
  font-size: 14px !important;
  }

  .rmp-menu-item.menu-cta-alt a {
    background: #fff !important;
  }

  #rmp-menu-wrap-1867 .rmp-submenu .rmp-menu-item-link {
  height: auto !important;
  line-height: 1.5em !important;
  padding: 2px 0 2px 20px;
  }

  .wp-block-image img {
  border-radius: 12px;
  }

  .content-area {
    max-width: 1220px;
    padding: 40px;
    margin: 0 auto;
  }

  /* WooCommerce */

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: #F7A833 !important;
    color: #B04D97 !important;
    font-size: 17px;
padding: 18px 26px;
border-radius: 8px;
  }

  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #B04D97 !important;
  }

  .woocommerce #sidebar {
    display: none;
  }

.beside {
border-radius: 50%;
max-width: 140px;
margin-right: 20px;
}

.sig {
	max-width: 100px;
}

.important-notice *:last-child {
	margin-bottom: 0 !important
}

.jagged-border {
content: '';
position: absolute;
left: -5%;
right: 0;
top: auto;
bottom: -30px;
height: 60px;
/* margin-top: 100px; */
background-image: url(https://ouseburnfarm.digiprodemo.com/wp-content/uploads/jagged-border.svg);
/* border-image-slice: 0% 0% 16% 0% fill; */
width: 110%;
background-size: cover;
background-repeat: no-repeat;
background-position: 100% 0%;
}

.brand-graphic {
  position: absolute;
top: -50px;
left: -50px;
width: 100%;
max-width: 200px;
}

.brand-graphic img {
  width: 100%;
  height: auto;
  display: block;
}

.stat-number {
  font-size: 80px;
  display: block;
    font-family: 'dk_bocadilloregular', 'Raleway', Arial, Helvetica, sans-serif;
      font-style: normal;
      line-height: 1.25em;
      transition: all 0.4s ease;
      color: #000000;
      font-weight: 400;
      position: relative;
      z-index: 1;
}

.stats li:nth-of-type(4n) .stat-number { 
color: #00B2BB
}

.stats li:nth-of-type(4n-1) .stat-number { 
color: #B04D97
}

.stats li:nth-of-type(4n-2) .stat-number { 
color: #F7A833
}

.stats li:nth-of-type(4n-3) .stat-number{ 
color: #3AA935
}
    
.event-booking {
  padding-bottom: 0;
min-height: 600px;
}

.events-embed {
	border: 0;
	min-height: 600px
}

  /* 12.0 - Responsive */
  
  @media only screen and (min-width:2100px) {
  .banner:not(.empty-banner) {
  height: 925px !important;
  padding-bottom: 0 !important;
  }
  .blog-banner-image {
  min-height: 925px;
  }
  .banner-cont {
  max-height: 900px !important;
  }
  }
  
  @media only screen and (min-width:1865px) and (max-width:2099px) {
  .banner:not(.empty-banner) {
  height: 750px !important;
  padding-bottom: 0 !important;
  }
  .blog-banner-image {
  min-height: 750px;
  }
  }
  
  @media only screen and (min-width:1865px) {
  .half-image {
  min-height: 650px !important;
  }
  .banner-text {
    font-size: 24px;
    }
  }
  
  @media only screen and (min-width:1601px) {
  .banner-cont {
  max-height: 750px;
  }
  .banner-overlay {
  }
  div:not(.text-banner) .banner-title {
  /*font-size: 4vw;*/
  }
  .smaller-banner-title {
  font-size: 3.5vw;
  }
  .split-banner .image-container {
  min-height: 700px;
  }
  }
  
  @media only screen and (min-width:1200px) and (max-width:1600px) {
  .split-banner .image-container {
  min-height: 600px;
  }
  }
  
  @media only screen and (min-width:1301px) {
  .site-header:not(.active).navigation, .site-header:not(.header-active).navigation {
  margin-top: 20px 
  }
  }
  
  @media only screen and (min-width:1101px) and (max-width:1440px) {
  .active.site-header .site-header-container, .header-active.site-header .site-header-container {
  /*padding: 0 30px;*/
  }
  .site-logo {
  left: 30px;
  }
  .site-header-container {
  /*padding: 0 30px;*/
  }
  .site-logo img, .logo-dark {
  max-width: 125px !important;
  }
  .site-header:not(.active).navigation, .site-header:not(.header-active).navigation {
  margin-top: 20px 
  }
  .navigation ul li {
  margin-left: 13px;
  margin-right: 13px;
  }
  .navigation ul li a {
  font-size: 15px;
  }
  .header-active.site-header .site-logo img {
  max-width: 90px !important;
  }
  .container-space-top {
  padding-top: 92px;
  }
  }
  
  @media only screen and (min-width:1101px) and (max-width:1250px) {
  .navigation ul li {
  margin-left: 11px;
  margin-right: 11px;
  }
  .navigation ul li a {
  letter-spacing: 1px !important;
  }
  .active.site-header .site-logo img {
  max-width: 80px !important;
  }
  .site-logo img, .logo-dark {
  max-width: 115px !important;
  }
  }
  
  @media only screen and (min-width:900px) and (max-width:1150px) {
  .site-logo img, .logo-dark {
  max-width: 115px !important;
  }
  }
  
  @media only screen and (max-width:1150px) {
  .navigation {
  display:none;
  }
  .contact-links {
    display: none;
  }
  .header-active.site-header {
  height: 95px;
  }
  .header-active.site-header .site-logo {
  left: 35px;
  top: 35px;
  }
  .header-active.site-header .site-logo img {
  max-width: 90px !important;
  }
  }
  @media only screen and (max-width:1200px) {
  .dashboard-main {
  padding-top: 60px !important;
  }
  }
  
  @media only screen and (max-width:1090px) {
  .video-side.middle {
  position: relative;
  top: 0 !important;
  transform: none !important;
  }
  }
  
  @media only screen and (max-width:1068px) {
  .newsletter-container #mc_embed_signup_scroll {
  flex-wrap: wrap;	
  }
  .newsletter-container #mc_embed_signup_scroll h3 {
  float: none;
  display: block;
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  }
  }
  
  @media only screen and (min-width:1001px) and (max-width:1150px) {
  .site-header-container {
  /*padding: 0 30px;*/
  }
  .site-logo {
  left: 30px;
  }
  .navigation ul li a {
  font-size: 14px !important;
  padding: 21.5px 12px;
  }
  .navigation ul li .sub-menu a {
  padding: 6px 12px !important;
  }
  }
  
  @media only screen and (max-width:1014px) {
  .sub-menu a {
  padding: 10px 10px !important;
  font-size: 14px !important; 
  }
  }
  
  @media only screen and (min-width:901px) {
  .video_with_text_side .text-container {
  padding-top: 0;
  padding-bottom: 0;
  }
  }
  
  @media only screen and (min-width:901px) and (max-width:1200px) {
  .info-box-text {
  width: 100%;
  position: relative;
  bottom: auto;
  right: -45px;
  top: -45px;
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:900px) {
  .info-boxes {
  padding-right: 0;
  }
  .info-boxes > li {
  width: 92%;
  }
  .info-box-image {
  padding-bottom: 56.25%;
  }
  .info-box-text {
  width: 100%;
  position: relative;
  bottom: auto;
  right: -45px;
  top: -45px;
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:900px) {
  .video-wrapper {
  padding-bottom: 80% !important;
  max-width: 144%;
  width: 144%;
  margin-left: -30%;
  }
  }
  
  @media only screen and (min-width:601px) {
  body:not(.single) .icon-columns li {
  width: 31%;
  margin-right: 3.5%;
  flex-grow: 1;
  }
  body:not(.single) .icon-columns li:nth-of-type(-n+3) {
  margin-bottom: 50px
  }
  body:not(.single) .icon-columns li:nth-of-type(3n) {
  margin-right: 0
  }
  .info-boxes > li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  }
  }
  
  @media only screen and (max-width:600px) {
  .info-container {
  padding: 35px;
  }
  .post-info {
    padding: 35px;
    background: #EAF4F5;
    border-bottom: 0;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .post-image-container, .square-image-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; 
  }
  .seamless-boxes .info-container {
  padding: 30px 0;
  }
  h1::before {
  left: -20px;
  top: -10px;
  width: 30px;
  height: 40px;
  }
  h2::before {
  left: -20px;
  top: -10px;
  }
  .banner.section-banner {
  height: 500px;
  padding-bottom: 0 !important;
  }
  blockquote {
  position: relative;
  font-size: 21px;
  margin-top: 30px;;
  margin-right: 0;
  }
  .flexslider blockquote::before {
      font-size: 100px;
      left: -30px;
      top: -30px;
  }
  .highlight-filter {
  background: rgba(113,221,212, 0.75);
  }
  .purple-filter {
  background: rgba(176, 77, 151, 0.75);
  }
  .im-column-one, .im-column-two, .im-column-three {
  width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
  }
  .im-block.block-two {
  width: 48%;
  padding-bottom: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  }
  .im-block.block-three {
  width: 48%;
  padding-bottom: 48%;
  margin-right: 0;
  margin-bottom: 4%;
  }
  .im-block.block-four {
  background-position: 50% 35%;
  padding-bottom: 48%;
  }
  .video-wrapper {
  padding-bottom: 130% !important;
  max-width: 234%;
  width: 234%;
  margin-left: -49%;
  }
  .info-boxes {
  padding-right: 0;
  padding-bottom: 0;
  }
  .info-boxes > li {
  width: 100%;
  margin-right: 0;
  }
  .info-box-image {
  padding-bottom: 80%;
  width: 100%;
  }
  .info-box-text {
  width: 100%;
  position: relative;
  bottom: auto;
  right: 0;
  top: 0;
  }
  .info-boxes > li:nth-last-of-type(-n+1) {
  margin-bottom: 0;
  }
  }
  
  @media only screen and (min-width:961px) and (max-width:1150px) {
  .site-footer .email-container, .site-footer .submit-container {
  width: 100% !important;
  }
  .site-footer .email-container input, .site-footer .submit-container input {
  border-radius: 0 !important;
  text-align: center !important;
  }
  }
  
  @media only screen and (max-width:973px) {
  .footer-signup-box h3 {
  padding-top: 0 !important;
  }
  }
  
  @media only screen and (min-width:961px) {
    .single-post .container .image-left.image-text-section .image-container {
      min-height: 525px;
      border-top-left-radius: 0;
border-bottom-left-radius: 0;
    }
  .call-to-action h3 {
  }
    .cta-section .sixty h2 {
      margin-bottom: 0 !important;
    }
  .cta-section .contact-text-container {
  padding-left: 30px;
  }
  .gallery-ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  }
  .gallery-ul li:nth-of-type(4n) {
  margin-right: 0;
  }
  .gallery-ul li:nth-last-of-type(-n+4) {
  margin-bottom: 0;
  }
  .virtual-tour iframe {
  height: 550px !important;
  }
  /*.button:nth-of-type(-n+1) {
  margin-right: 10px;
  }*/
  /*section:nth-of-type(2n) .text-container:first-of-type {
  padding-top: 10px;
  }*/
  .blog-filters {
  padding: 0 0 35px !important;
  }
  .empty-half {
  min-height: 640px;
  }
  .empty-half.image-container {
  background: none !important;
  min-height: 640px !important;
  }
  .half-image-slider .image-container {
  min-height: 700px;
  }
  .acf-map {
  min-height: 550px;
  }
  .ti-header {
  position: absolute !important;
  top: 0 !important;
  right: 25px !important;
  }
  .reviews-container {
  padding: 0 25px 25px;
  }
  .focus-box-text, .focus-box-image {
  flex: 1;
  }
  .focus-box-text {
  margin: 45px 0 45px -45px;
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:960px) {
  .banner.section-banner {
  height: 600px;
  padding-bottom: 0 !important;
  }
  .gallery-ul {
  margin: 15px 0 0 0;
  }
  .gallery-ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  }
  .gallery-ul li:nth-of-type(3n) {
  margin-right: 0;
  }
  .gallery-ul li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
  }
  }
  
  @media only screen and (max-width:600px) {
  .gallery-ul {
  margin: 15px 0 0 0;
  }
  .gallery-ul li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  }
  .gallery-ul li:nth-of-type(2n) {
  margin-right: 0;
  }
  .gallery-ul li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
  }
  }
  
  @media only screen and (max-width:960px) {
  .map-section .third .padding {
  padding: 30px 0 0 0 !important;
  }
  .testimonial .flex-container {
  flex-direction: column-reverse;
  }
  .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  padding: 18px !important;
  }
  .three-column > li {
  position: relative;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  list-style: none;
  transition: all 0.4s ease;
  padding-bottom: 0;
  }
  .three-column > li:nth-child(2n) {
  margin-right: 0;
  }
  three-column > li:nth-last-child(n+3) { 
  margin-bottom: 3.5%;
  }
  .link-blocks, .info-boxes, .text-blocks, .team-section, .image-mosaic {
  margin-top: 15px;
  }
  .focus-box-text, .focus-box-image, .focus-box-text:not(.forty) {
  width: 100%;
  }
  .focus-box-image {
  padding-bottom: 56.25%;
  }
  .focus-box-text {
  margin: 0;
  }
  .image-bg .half:not(.empty-half) {
  width: 100%;
  }
  .image-bg {
  /*background: none !important;*/
  }
  .image-bg .full-container {
  padding: 0;
  }
  .image-bg .flex-container {
  /*flex-direction: column-reverse;*/
  }
  .image-bg .empty-half {
  /*width: 0;*/
  }
  .image-bg .purple-filter {
  background: rgba(176, 77, 151, 1);
  }
  .image-bg .highlight-filter {
  /*background: rgba(113,221,212, 1);*/
  }
  .image-bg .right-gradient {
  background: rgba(0, 0, 0, 0.35) !important;;
  }
  .image-bg .left-gradient {
  background: rgba(0, 0, 0, 0.35) !important;;
  }
  .section-container, .text-container {
  padding: 50px 35px;
  }
  .section-container.sc-extra-padding {
  padding: 60px 35px;
  }
  .horse-description {
  padding-top: 80px !important;
  }
  .ti-header {
  display: none !important;
  }
  .reviews-container {
  padding-bottom: 15px !important;
  }
  .button {
  font-size: 13px;
  padding: 14px 20px;
  }
  .newsletter-container .button {
  font-size: 16px;
  padding: 15px 20px;
  }
  .text-button {
  font-size: 17px;
  }
  /*.button:nth-of-type(-n+1) {
  margin-bottom: 15px;
  }*/
  .twothirds, .third, .seventy, .thirty {
  width: 100% !important;
  }
  .sidebar-container {
  overflow: hidden;
  }
  .main {
  padding: 0 !important;
  }
  .blog-container, .content-container {
  padding: 0;
  }
  .blog-content {
    padding: 35px;;
  }
  .smalltitle, .bantitle {
  font-size: 23px !important;
  line-height: 26px !important;
  }
  .banner-overlay {
  margin-top: 30px;
  position: absolute;
bottom: 40px;
  /*width: 100%;
  top: auto;
  bottom: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;*/
  }
  .site-header-container {
    padding: 20px 35px;
  }
  .bo-container {
  padding: 35px;
  }
  .single-post .post p img {
  width: 100%;
  height: auto;
  display: block;
  }
  #responsive-menu a::before {
  padding-right: 15px !important;
  clear: none !important;
  display: inline-block !important;
  padding-top: 6px !important;
  text-align: left !important;
  }
  .main {
  padding: 0 !important;
  }
  .empty-half {
  min-height: 500px;
  }
  .empty-half.image-container {
  min-height: 500px !important;
  }
  .cta-section .half {
  width: 100%;
  max-width: none !important;
  }
  }
  
  @media only screen and (min-width:931px) {
  .formula-section h2 {
  padding-top: 15px !important;
  }
  }
  
  @media only screen and (min-width:911px) {
  .sub-menu {
  padding: 0 !important;
  position: absolute;
  display: block !important;
  clear: both;
  overflow:hidden;
  transition: all 0.4s ease;
  margin: 0 0 0 0 !important;
  background-color: #00b2bb;
  color: #B04D97 !important;
  float: none !important;
  height:0 !important;
  z-index: 11000;
  transition: all 0.4s;
  text-align: left !important;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  border-radius: 10px;
  }
  
  .sub-menu li {
  text-align: left !important;
  float: none !important;
  display: block;
  clear:both;
  }
  
  .sub-menu a:hover, .sub-menu .current-menu-item a:hover {
  color: #000000 !important;
  opacity: 1;
  }
  
  .sub-menu a {
  color: #FFFFFF !important;
  margin: 0 auto !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
  border-top: 0 !important;
  }
  
  .sub-menu a::after {
  content: none !important;
  }
  
  .sub-menu:hover {
  height: auto !important;
  padding: 6px 0 !important;
  }
  }
  
  @media only screen and (max-width:910px) {
  .sub-menu {
  border-left: 10px solid #F7A833;
  padding-left: 0;
  }
  .blog .post, .category .post, .author .post, .archive .post, .category .post {
  width: 100% !important;
  }
  }
  
  
  @media only screen and (min-width:901px) and (max-width:1200px) {
  body:not(.single) .icon-columns h5 {
  font-size: 11px;
  letter-spacing: 2px;
  }
  }
  
  @media only screen and (min-width:1101px) {
  .active.site-header, .header-active.site-header {
  position: fixed !important;
  right: 0;
  background:#fff;
  transition: all 0.4s ease;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  margin: 0 auto;
  left: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  }
  .active.site-header .site-logo img, .header-active.site-header .site-logo img,   .block-header.site-header .site-logo img {
  max-width: 90px !important;
  }
  }
  
  @media screen and (max-width:900px) {
  .video_with_text_side .flex-container {
  flex-direction: column-reverse;
  }
  .video_with_text_side .text-container {
  padding: 0;
  }
  .image-text-section.additional-icon-section .image-container {
  margin-top: -105px;
  z-index: 999;
  }
  .image-text-section.additional-icon-section .icon-inner-section {
  padding-bottom: 75px;
  }
  .banner-spacing {
  margin-bottom: 0;
  }
  .video-container {
  width: 100%;
  float: left;
  margin-right: 0;
  }
  .video-side {
  margin-bottom: 45px;
  width: 100%;
  float: left;
  }
  .fcol {
  width: 47% !important;
  margin-right: 6% !important;
  }
  .fcol:last-of-type {
  margin-bottom: 0;   
  }
  #footerleftcol, #footerrightcol {
  clear: both;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  }
  .fcol:nth-child(2n) {
  margin-right: 0 !important;
  }
  .bottom-footer {
  padding-top: 40px;
  }
  .site-logo, .site-logo img, .logo-dark {
  max-width: 100px;
  }
  }
  
  @media screen and (min-width:501px) and (max-width:900px) {
  .fcol:nth-of-type(-n+2) {
  margin-bottom: 45px;
  }
  }
  
  @media only screen and (min-width:851px) {
  .book-left {
  width: 28%;
  float: left;
  }
  .book-content {
  width: 68%;
  float: right;
  }
  }
  
  @media only screen and (max-width:850px) {
  .book-left {
  float: none !important;
  display: block;
  margin: 0 auto;
  max-width: 240px !important;
  clear: both;
  padding: 0 0 20px 0;
  }
  }
  
  @media only screen and (min-width:831px) and (max-width:1027px) {
  .banner-title {
  font-size: 45px !important;
  }
  .smaller-banner-title {
  font-size: 40px !important;
  }
  }
  
  @media only screen and (max-width:840px) {
  .copyright, .bf-container {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: none;
  max-width: none;
  line-height: 1.5em
  }
  .dpm {
  display:block !important;
  text-align: left !important;
  float:none !important;
  margin:0 auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  }
  }
  
  @media only screen and (max-width:830px) {
  .blog-filters li {
  display: block;
  padding-bottom: 10px;
  }
  }
  
  @media only screen and (min-width:801px) {
  .table-half {
  width: 48%;
  float: left;
  }
  .table-half.table-right {
  float: right;
  }
  }
  
  @media only screen and (min-width:801px) and (max-width:1200px) {
  .two-images-section .image-half {
  align-self: flex-start;
  }
  .two-images-section .image-half .section-img-large {
  width: 80%;
  }
  .two-images-section .image-half .section-img-small {
  width: 60%;
  top: 80%;
  }
  }

  @media only screen and (min-width:1201px) {
  .four-column > li:nth-child(4n) {
    margin-right: 0;
  }
}

  @media only screen and (min-width:701px) and (max-width:1200px) {
    .four-column li {
      width: 31%;
      margin-right: 3.5%;
      margin-bottom: 3.5%;
    }
    .four-column li:nth-of-type(3n) {
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width:800px) {
    .image-text-section .flex-container {
      flex-direction: column-reverse;
      padding: 0 !important;
      }
      .image-text-section.team-member .flex-container {
      flex-direction: row-reverse !important;
      }
      .image-text-section .forty {
      width: 90%;
      }
      .image-text-section .sixty {
      width: 100%;
      }
      .image-text-section .text-half, .image-text-section .image-container {
        border-radius: 0 !important;
        min-height: 300px;
      }
  .image-right .flex-container {
  flex-direction: column-reverse;
  }
  .horse-description .text-container {
  padding-left: 0;
  padding-right: 0;
  }
  .horses-for-sale li .box-container {
  padding: 35px 0 0;
  }
  .half {
  width: 100%;
  }
  .two-images-section {
  padding: 0;
  }
  .two-images-section .flex-container {
  flex-direction: column-reverse;
  }
  .two-images-section .image-half {
  margin-top: 30px;
  margin-bottom: 45px;
  }
  .image-right-padding {
  padding: 0 0 40px 0;
  }
  .image-left-padding {
    padding: 40px 0 0 0;
    }
  h5 {
  font-size: 14px;
  letter-spacing: 1px;
  }
  h6 {
    font-size: 17px;
  }
  .right, .left {
  width: 100%;
  }
  .left {
  position: relative;
  top: 0 !important;
  display: block;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  }
  }
  
  @media only screen and (min-width:751px) {
  .half-left .middle {
  margin-right: 50%;
  }
  .result:nth-of-type(3n+1) {
  clear:left;
  }
  }
  
  @media only screen and (max-width:750px) {
  .half-image {
  float: none;
  margin: 0 auto;
  width: 100% !important;
  display: block;
  min-height: 350px !important; 
  background-position-y: 38%;
  }
  .half-text {
  width: 100% !important;
  display: block;
  max-width: 800px;
  padding-bottom: 0px;
  margin: 0 auto !important;
  float:none !important;
  overflow: hidden;
  }
  .half .middle {
  position: relative !important;
  top: 0 !important;
  display: block;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  }
  }
  
  @media only screen and (max-width:736px) {
  .video-banner {
  background-position: 70% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  }
  .video-banner iframe {
  }
  }
  
  @media only screen and (min-width:721px) {
  .text-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30px;
  padding-left: 50px
  }
  }
  
  @media only screen and (min-width:701px) and (max-width:900px) {
  .image-links li {
  padding-bottom: 35%;
  }
  .dashboard-boxes.image-links li {
  padding-bottom: 30% !important;
  }
  }
  
  @media only screen and (min-width:701px) {
  .enquiry-text {
  max-width: 64%;
  }
  .text-split .forty h2 {
  margin-bottom: 0 !important;
  }
  }
  
  @media only screen and (max-width:700px) {
  .cta-section .button.flex-right {
  margin-left: 0;
  }
  .cta-section h3 {
    margin-bottom: 30px;
  }
  .faq-boxes li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  }
  .sixty, .forty {
  width: 100%;
  }
  section.image-left:not(:first-of-type) .flex-container {
    flex-direction: column-reverse;
  }
  section.image-left:not(:first-of-type) .flex-container .inner-container {
    padding: 0 0 40px 0;
}
  .text-split .forty, .text-split .sixty {
  width: 100%;
  }
  .text-split .sixty .inner-container {
  padding: 0;
  }
  #meet-the-team .three-column > li { 
  width: 48.5% !important;
  margin-right: 3% !important;
  margin-bottom: 3% !important;
  }
  #meet-the-team .three-column > li:nth-child(2n) {
  margin-right: 0 !important; 
  }
  #meet-the-team .three-column > li:nth-last-child(-n+2) {
  margin-bottom: 0 !important; 
  }
  .enquiry-text {
  margin-bottom: 20px !important;
  display: block;
  position: relative
  }
  .image-links li {
  padding-bottom: 60%;
  }
  .image-links .dashboard-boxes li {
  padding-bottom: 30% !important;
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li {
  width: 31.3334% !important;
  padding-bottom:31.3334% !important;
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-child(4) {
  margin-right: 2% !important; 
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-child(5) {
  margin-right: 0 !important; 
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(2) {
  width: 100% !important;
  padding-bottom: 50% !important;
  }
  .four-column > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  }
  .four-column > li:nth-child(2n) {
  margin-right: 0;
  }
  .link-blocks li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding-bottom: 60%;
  }
  .facilities .link-blocks li {
  padding-bottom: 48.5%;
  }
  .link-blocks li:nth-of-type(2n) {
  margin-right: 0;
  }
  .link-blocks li h6 {
  font-size: 18px;
  }
  .text-link-blocks li {
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 40px;
  }
  .text-link-blocks li:last-of-type { 
  margin-bottom: 0;
  }
  .box-image-container {
    min-height: 220px;
  }
  .floating-icon {
    max-width: 70px;
    top: auto;
    bottom: 0;
      }
  .facilities .link-blocks li h6 {
  font-size: 14px;
  }
  .blog-container, .content-container {
  padding: 0 !important;
  }
  .blog-content {
    padding: 35px !important;
  }
  }
  
  @media only screen and (min-width:685px) {
  .site-footer .email {
  width: 300px;
  }
  .fname, .lname {
  max-width: 190px;
  }
  }
  
  @media only screen and (max-width:684px) {
  .site-footer .footer-email-container {
  margin-right: 2%;
  width: 49%;
  margin-bottom: 2%;
  }
  .site-footer .footer-email-container:nth-of-type(2n) {
  margin-right: 0 !important;
  }
  .site-footer .footer-submit-container {
  width: 49% !important;
  }
  .site-footer .footer-signup-submit {
  width: 100%;
  }
  .site-footer .footer-signup-box h3 {
  width: 100%;
  text-align: center;
  padding-top: 0 !important
  }
  .site-footer .site-footer #mc_embed_signup {
  width: 100%;
  max-width: 400px !important;
  margin: 0 auto;
  display: block;
  float: none !important;
  min-width: 280px !important
  }
  }
  
  @media only screen and (min-width:651px) and (max-width:960px) {
  .testimonial .testimonial-image {
  width: 50%;
  padding-bottom: 50%;
  }
  .icon-section li {
  width: 48.5% !important;
  margin-right: 3% !important;
  }
  .icon-section li:nth-of-type(3n) {
  margin-right: 0 !important;
  }
  .icon-section li:first-of-type {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 70px !important;
  padding-bottom: 25px !important;
  }
  }
  
  @media only screen and (min-width:961px) and (max-width:1150px) {
  h1, .large-title {
  font-size: 40px !important;
  }
  h2, .medium-title {
  font-size: 35px !important;
  }
  h3, .small-title {
  font-size: 30px !important;
  }
  h4 {
  font-size: 28px !important;
  }
  }
  
  @media only screen and (min-width:651px) and (max-width:960px) {
  h1, .large-title {
  font-size: 35px !important;
  }
  h2, .medium-title {
  font-size: 30px !important;
  }
  h3, .small-title {
  font-size: 28px !important;
  }
  h4 {
  font-size: 26px !important;
  }
  }
  
  @media only screen and (min-width:651px) and (max-width:768px) {
  .extra-padding {
  padding: 60px 30px
  }
  }
  
  @media only screen and (max-width:767px) {
  .newsletter-container .mc-field-group {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  }
  .newsletter-container .mc-field-group input[type=text], .newsletter-container .mc-field-group input[type=email] {
  width: 100%;
  }
  }
  
  @media screen and (max-width:650px){
    .overlay-above {
      margin-top: -340px;
    }
  .empty-half.image-container {
  min-height: 300px !important;
  }
  .two-column > li {
  width: 100%;
  margin-right: 0;
  list-style: none;
  transition: all 0.4s ease;
  padding-bottom: 0;
  }
  .three-column > li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px !important;
  }
  .three-column > li:last-child {
  margin-bottom: 0 !important;
  }
  .ci-email {
  font-size: 14px;
  }
  .focus-box-image {
  padding-bottom: 80%;
  }
  h1, .large-title {
  font-size: 26px !important;
  }
  h2, .medium-title {
  font-size: 26px !important;
  }
  .important-notice h1, .important-notice h2, .important-notice .large-title {
    font-size: 21px !important;
  }
  h3, .small-title {
  font-size: 23px !important;
  margin-bottom: 20px;
  }
  h4 {
  font-size: 23px !important;
  }
  .icon-section li {
  margin-bottom: 70px !important;
  padding-bottom: 25px !important;
  width: 100% !important;
  margin-right: 0 !important;
  }
  .icon-section li:last-of-type {
  margin-bottom: 0 !important;
  }
  .accordion-title {
  padding: 20px 35px 20px 20px !important;
  font-size: 14px !important;
  }
  .narrow-container {
  width: 100% !important;
  }
  .extra-padding {
  padding: 50px 25px !important;
  }
  .padding {
  padding: 35px !important;
  }
  .small-padding {
    padding: 50px 35px !important;
  }
  .site-footer-container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .call-to-action + .site-footer .site-footer-container {
    padding-top: 240px;
}
  }
  
  @media only screen and (min-width:621px) and (max-width:830px) {
  .banner-title {
  font-size: 45px;
  padding-bottom: 0;
  }
  .smaller-banner-title {
  font-size: 40px;
  }
  .banner-text {
  font-size: 16px;
  }
  }
  
  @media only screen and (max-width:620px) {
    .banner.align-middle {
      align-items: flex-end;
    }
    .banner-overlay {
      position: absolute;
      margin: 30px 0 0;
      bottom: auto;
top: 50%;
transform: translateY(-50%);
    }
  .banner-title {
  font-size: 32px;
  padding-bottom: 0;
  }
  .smaller-banner-title {
  font-size: 28px;
  }
  .banner-text {
  font-size: 16px;
  display: block;
  line-height: 1.4em;
  margin-top: 5px;
  }
  .banner-scroll {
  padding-bottom: 5px !important;
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:1021px) {
  .fifth {
  width: 32%;
  margin-bottom:30px;
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:960px) {
  .sidelink {
  width: 49%;
  float: left;
  margin-right: 2%;
  }
  .sidelink:nth-of-type(2n) {
  margin-right: 0 !important
  }
  .sidelink:nth-of-type(2n+1) {
  clear: left;
  }
  }
  
  @media only screen and (max-width:600px) {
  .formula-section input {
  max-width: none !important;
  width: 100% !important;
  }
  #fc3, #fc4 {
  width: 100% !important;
  margin-right: 0 !important;
  }
  #footerrightcol {
  padding-bottom: 0 !important;
  }
  .single-events .single-custom-post-image {
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 15px;
  }
  .single-events .single-custom-post-image img {
  width: 100% !important;
  clear: both;
  padding-right: 0 !important;
  position: relative;
  max-width: none !important
  }
  .threecol-ul li {
  width: 100% !important;
  padding: 0 !important;
  max-width: 400px;
  margin: 0 auto !important;
  float: none !important;
  }
  .tc-img {
  margin-bottom: 10px !important;
  }
  .tcoverlay {
  bottom:20px !important;
  }
  .single ol {
  padding: 0 30px !important;
  }
  .threecol-ul-home li {
  width: 100% !important;
  padding: 0 !important;
  max-width: 400px;
  margin: 0 auto !important;
  float: none;
  }
  .breadcrumbs {
  font-size: 13px;
  }
  .wpcf7 input, .wpcf7 textarea, wpcf7 select {
  font-size: 14px !important;
  }
  .wpcf7-submit {
  margin-top: 10px !important;
  }
  body {
  font-size: 16px;
  }
  .race-title {
  font-size: 15px;
  }
  .small-spaced {
  font-size: 21px !important;
  }
  blockquote p {
  font-size: 21px !important;
  }
  .fifth {
  width: 48%;
  margin-right:4%;
  margin-bottom: 20px
  }
  .page-template-template-optin .bo-container {
  text-align: right;
  padding-right: 20px;
  }
  .subtle-overlay {
  background: rgba(50, 50, 50, 0.75) !important;
  }
  }
  
  @media only screen and (min-width:511px) {
  .single .banner-image {
  min-height: 450px;
  max-height: 750px;
  }
  }
  
  @media only screen and (max-width:510px) {
  #meet-the-team.image-links .dashboard-boxes.three-column > li {
  width: 100% !important;
  background-size: cover !important;
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(2) {
  padding-bottom: 80% !important;
  }
  #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(3), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(4), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(5) {
  padding-bottom: 50% !important;
  }
  .spaced-uppercase {
  font-size: 13px !important;
  }
  .single .banner-image {
  height: 0;
  padding-bottom: 100%;
  }
  .single .banner-image img {
  width: 250%;
  margin-left: -50%
  }
  .post-overlay {
  opacity: 0;
  }
  .intro p {
  text-align: left !important;
  }
  .banner-title {
  font-size: 27px !important;
  letter-spacing: 0;
  }
  .smaller-banner-title {
  font-size: 28px !important;
  }
  #home-banner {
  background-position: 25% 50%;
  }
  #about-banner {
  background-position: 67% 50%;
  }
  .banner-scroll {
  display: none;
  }
  }
  
  @media only screen and (min-width:501px) and (max-width:754px) {
  h1, .single-events h1 {
  font-size: 23px;
  }
  .single h1 {
  font-size: 30px !important;
  }
  .single h3 {
  font-size: 18px !important;
  }
  }
  
  @media only screen and (min-width:501px) and (max-width:750px) {
  .result {
  width: 48% !important;
  margin-right:4% !important;
  margin-bottom: 4% !important;
  }
  .result:nth-of-type(3n) {
  margin-right: 4% !important;
  }
  .result:nth-of-type(2n) {
  margin-right: 0 !important;
  }
  }
  
  @media only screen and (max-width:500px) {
    .block-image-container {
      padding-bottom: 70%;;
    }
    .four-column > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 35px;
      }
      .four-column > li:nth-child(2n) {
      margin-right: 0;
      }
  .link-blocks li {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 30px !important;
  padding-bottom: 120% !important;
  }
  .link-blocks li h6 {
  font-size: 18px;
  }
  .fcol {
  width: 100% !important;
  margin-bottom: 45px;
  margin-right: 0 !important;
  }
  .fcol:last-of-type {
  margin-bottom: 0;   
  }
  .result, .other-event {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
  }
  .single .category-link {
  font-size: 12px;
  margin-bottom: 7px;
  display: inline-block;
  }
  .single .date {
  font-size: 14px !important;
  display: block;
  margin-top: 7px;
  }
  .team-float, .single-custom-post-image img {
  width: 100%;
  padding-right: 0 !important;
  padding-bottom: 20px !important;
  }
  /*.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .flexslider, .slides, .slides li, .slides li img {
  max-height: 60vh
  }
  .slides li img {
  width: auto !important;
  margin-left: -35%;
  }*/
  .site-logo {
  top: 0;
  left: 0
  padding: 0;
  }
  .single-info .date {
  padding-left: 10px;
  margin-left: 10px;
  }
  .single-info .float-right {
  float: left !important;
  padding-top: 10px;
  clear:both;
  font-size: 13px;
  }
  .half-image {
  min-height: 200px !important;
  background-size: 100% auto !important;
  -webkit-background-size: 100% auto !important;
  -moz-background-size: 100% auto !important;
  }
  }
  
  @media screen and (max-width:460px) {
  .bf-container {
  text-align: left !important;
  padding-top: 10px;
  padding-bottom: 15px;
  float: none !important;
  margin: 0 auto;
  width: 100%;
  }
  .footer-logo {
  float:none !important;
  max-width: 110px !important;
  margin-right: 20px;
  }
  .booking-link {
  max-width: 120px;
  padding-top: 30px;
  }
  .social-links li {
    margin-right: 6px;
  }
  .social-links a {
    width: 28px;
    height: 28px;
  }
  .social-links i {
    font-size: 18px;
  }
  }
  
  
  @media only screen and (max-width:472px) {
  .share-links {
  margin-left: -10px;
  margin-top: 15px;
  }
  }
  
  @media only screen and (max-width:450px) {
  .al-img {
  max-width: 250px !important;
  padding-right: 3% !important;
  width: 47% !important;
  }
  #affiliate-cont {
  padding: 15px 10px 5px 15px !important;
  }
  #al-last {
  margin: 0 auto !important;
  float: none !important;
  display: block;
  }
  input.wpcf7-form-control.wpcf7-submit {
  background: #F7A833 !important;
  color: #fff !important;
  }
  .formula-section input.wpcf7-form-control.wpcf7-submit {
  background: #000 !important;
  color: #fff !important;
  margin: 0 !important;
  border-width: 0 !important;
  }
  .tcoverlay {
  font-size: 20px !important;
  }
  .fifth {
  margin-right: 0;
  width: 100% !important;
  margin-bottom: 20px !important
  }
  .topleft, .topright, .bottomleft, .bottomright {
  width: 100%;
  margin-right: 0;
  }
  }
  
  @media only screen and (max-width:420px) {
  .site-footer .footer-email-container {
  margin-right: 0 !important;
  width: 100% !important;
  margin-bottom: 7px !important
  }
  .site-footer .footer-submit-container {
  width: 100% !important;
  }
  .site-header-container {
   align-items: flex-start; 
  }
    .header-button {
      margin-left: auto;
margin-right: 50px !important;
font-size: 11px;
padding: 14px;
    }
  }
  
  @media only screen and (max-width:400px) {
  .slides li img {
  margin-left: -15% !important;
  }
  .site-logo img {
  max-width: 75px !important;
  }
  .site-header-container {
  padding: 20px 35px !important;
  }
  }
  
  @media only screen and (min-width:341px) and (max-width:510px) {
  .banner {
  min-height: 420px !important;
  }
  }
  
  @media only screen and (max-width:340px) {
  .banner {
    min-height: 380px !important;
  }
  }
  
  @media only screen and (max-width:340px) {
  .signup-submit, .footer-signup-submit {
  padding: 13px 10px !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  }
  .spaced-uppercase {
  font-size: 11px !important;
  }
  .banner-title {
  font-size: 22px !important;
  letter-spacing: 0;
  }
  .banner-text {
    font-size: 14px;;
  }
  .smaller-banner-title {
  font-size: 25px !important;
  }
  .banner .button {
    font-size: 11px;
	  padding: 14px;
  }
  .banner .button:not(:last-of-type) {
    margin-right: 10px;
  }
  
  .blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image {
  opacity: 0.7;
  }

  .blog .post:hover, .archive .post:hover, .author .post:hover {
transform: scale(1.1);
    }
  
  .blog .post-image {
  max-height: 350px;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  }
  
  .team-float, .single-custom-post-image img {
  float: left;
  padding-bottom: 15px;
  padding-right: 30px;
  width: 50%;
  max-width: 440px;
  height: auto;
  }
  
  .custom-post-image {
  transition: all 0.4s ease;
  }
  
  /*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
  opacity: 0.7 !important;
  }
  
  @media only screen and (max-width:600px) {
  .single-events .single-custom-post-image {
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 15px;
  }
  .single-events .single-custom-post-image img {
  width: 100% !important;
  clear: both;
  padding-right: 0 !important;
  position: relative;
  max-width: none !important
  }
  }
  
  @media only screen and (max-width:500px) {
  .team-float, .single-custom-post-image img {
  width: 100%;
  padding-right: 0 !important;
  padding-bottom: 20px !important;
  }
  }
	  