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

/* 1.0 - Structure */

body {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 19px;
  background-color: #FDFAF7;
  color: #665C67;
  margin: 0;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  }
  
  .site-container {
  position: relative;
  background: #1F2B43;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  }
  
  .container {
  margin: 0 auto;
  display: block;
  padding: 0;
  }

  .bh-padding {
    padding: 90px 0 0 0;
  }
  
  .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: 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
  }
  
  .image-container {
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  min-height: 350px;
  align-self: stretch;
  }
  
  .text-container {
  padding: 0;
  margin: 0 auto;
  position:relative;
  display: block;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  }
  
  .very-narrow {
  max-width: 700px;
  margin: 0 auto;
  }
  
  .narrow {
  max-width: 925px;
  margin: 0 auto;
  }
  
  .book-narrow {
  max-width: 935px;
  margin: 0 auto;
  }
  
  .standard {
  max-width: 1220px;
  }
  
  .wide {
  max-width: 1370px;
  }
  
  .flex-container {
      display: flex;
      flex-wrap: wrap;
      grid-column-gap: 60px;
      column-gap: 60px;
      gap: 60px;
  }

  .gap-0 {
    grid-column-gap: 0;
      column-gap: 0;
      gap: 0;
  }

  .gap-30 {
    grid-column-gap: 30px;
      column-gap: 30px;
      gap: 30px;
  }
  
  .align-center {
      justify-content: center;
  }
  
  .align-middle {
      align-items: center;
  }
  
  .middle {
  position: absolute;
  top: 50%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  
  .error404 .page-title {
  padding-top: 90px;
  }
  
  .error404 .page-content {
  max-width: 925px;
  margin: 0 auto;
  display: block;
  padding: 30px;
  }
  
  
  /* 2.0 - Header */
  
  .site-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  display: block;
  box-sizing: border-box;
  min-height: 62px;
  }
  
  .site-header-container {
      margin: 0 auto;
      padding: 20px 60px;
      transition: all 0.4s ease;
  }
  
  .active.site-header .site-header-container, .block-header.site-header .site-header-container {
      padding: 15px 60px
  }
  
  .error404 .site-header {
  transition: all 0.4s ease;
  background: #1F2B43;
  }
  
  
  .site-logo {
      transition: all 0.4s ease;
      overflow: hidden;
  }
  
  .site-logo:hover img {
      opacity: 0.7;
  }
  
  .site-logo img, .logo-dark {
      width: 200px;
      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;
  }
  
  .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: 0 16px;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  }
  
  .navigation ul li a {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  padding: 20px 0 14px;
  transition: all 0.4s ease-in-out;
  display: block;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-right: -2px;
  }
  
  .navigation ul > li > a span {
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  }
  
  .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 > a > span, .navigation ul.menu > li.current-menu-item > a {
  border-color: #fff;
  opacity: 0.85;
  }
  
  .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;
  }
  
  .navigation ul li.menu-cta a {
  border: 2px solid #fff;
  padding: 18px 20px;
  }
  
  .navigation ul li.menu-cta span {
  transition: none !important;
  border-bottom: 0 !important;
  }
  
  .navigation ul li.menu-cta a:hover {
  background: #fff !important;
  color: #1F2B43
  }
  
  .menu-item-has-children a:hover + .sub-menu {
  height: auto !important;
  padding: 6px 0 !important;
  }
  
  .active .sub-menu {
  margin-top: 1px;
  }
  
  .navigation .sub-menu li {
  margin: 0;
  padding: 12px 20px !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
  }
  
  #responsive-menu {
  z-index: 10001 !important;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  }
  
  #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
  font-size: 15px !important;
  }
  
  #responsive-menu li a {
  border: 0 !important;
  padding: 5px 15px !important;
  }
  
  .responsive-menu-submenu li {
  background: #B2966D;
  padding-left: 10px !important;
  }
  
  .responsive-menu-submenu li a {
  background: none !important;
  font-weight: 400 !important;
  }
  
  .responsive-menu-submenu li a:hover, .responsive-menu-submenu .current-menu-item a, .sub-menu .current-menu-item a {
  color: #1F2B43 !important;
  }
  
  .responsive-menu-subarrow {
  border: 0 !important;
  padding: 5px 0 !important;
  height: auto !important;
  }
  
  #responsive-menu-title {
  font-size: 25px !important;
  text-align: center !important;
  margin: 0 auto;
  display: none;
  padding: 0 !important;
  }
  
  .single button#responsive-menu-button, .blog button#responsive-menu-button, .author button#responsive-menu-button, .archive button#responsive-menu-button {
  height: 52px !important;
  }
  
  button#responsive-menu-button {
  right: 20px !important
  }
  
  .single #responsive-menu-button {
  top: 3px !important;
  }
  
  .responsive-menu-boring .responsive-menu-inner, .responsive-menu-boring .responsive-menu-inner::before, .responsive-menu-boring .responsive-menu-inner::after {
  transition: all 0.4s ease !important;
  }
  
  .children-links {
  display: none !important;
  }
  
  
  /* 4.0 - Text & Body Elements */
  
  ::-moz-selection {
  color: #fff;
  background: #B2966D;
  }
  
  ::selection {
  color: #fff;
  background: #B2966D;
  }
  
  /* 4.1 - Titles */
  
  h1, h2, h3, h4, h6 {
  font-family: "meno-banner", "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  transition: all 0.4s ease;
  color: #1F2B43
  }

  .largest-title {
     font-size: 70px;
  }
  
  h1, .large-title {
  font-size: 45px;
  font-weight: 400;
  margin: 0 0 30px 0;
  }
  
  h1 p, h2 p, h3 p, h4 p, h5 p {
  margin-bottom: 0 !important;
  line-height: inherit;
  }
  
  h2, .medium-title {
  font-size: 45px;
  margin: 0 0 30px 0;
  font-weight: 400;
  }
  
  h3, .small-title {
  font-size: 35px;
  letter-spacing: 0;
  margin: 0 0 30px 0;
  font-weight: 400;
  }
  
  h4 {
  font-size: 26px;
  margin: 0 0 15px 0;
  font-weight: 400;
  }
  
  h5 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  transition: all 0.4s ease;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  color: #D7C7B1;
  font-weight: 500;
  text-transform: uppercase;
  }
  
  h6 {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  transition: all 0.4s ease;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  color: #D7C7B1;
  font-weight: 500;
  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
  }
  
  span {
  transition: all 0.4s ease;
  }
  
  /*.container ul {
  overflow: hidden;
  }*/
  
  ul li, ol li {
  padding-bottom: 10px;
  }
  
  strong {
  font-weight: 500;
  }
  
  img {
  transition: all 0.4s ease;
  }
  
  a:link, a:visited {
  color: #B2966D;
  text-decoration: none;
  transition: all 0.4s ease;
  }
  
  a:hover {
  color: #1F2B43;
  }
  
  .subtitle {
  }
  
  /* 4.3 - Styling Rules */
  
  .center {
  text-align: center;
  }
  
  .subtext {
  font-size: 15px;
  margin-bottom: 0px !important
  }
  
  .black-bg {
  background: #1F2B43;
  }
  
  .darkgrey-bg, .dark-bg {
  background: #1F2B43;
  }

  .grey-bg h6 {
    color: #B2966D
  }

  .highlight-bg h6:not(.white) {
    color: #1F2B43;
  }

    .dark-bg h6 {
    color: #B2966D;
  }

  .dark-bg p, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg ul:not([class]) {
    color: #fff;
  }

  .highlight-bg p, .highlight-bg h1, .highlight-bg h2, .highlight-bg h3, .highlight-bg h4, .highlight-bg h5, .highlight-bg ul:not([class]) {
    color: #fff;
  }
  
  .highlight-bg, .green-bg {
  background: #B2966D;
  }
  
  .white {
  color: #fff;
  }
  
  .dark-text {
  color: #1F2B43 !important;
  }
  
  .dark {
  color: #1F2B43;
  }
  
  .highlight {
  color: #B2966D !important;
  }
  
  .lightgrey {
  color: #b3b3b3;
  }
  
  .greybg, .grey-bg {
  background: #EFE8E1;
  }
  
  .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;
  }
  
  .padding {
  padding: 40px;
  }
  
  .extra-padding {
  padding: 60px;
  }
  
  .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: #B2966D !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-mb, .no-mb p {
  margin-bottom: 0 !important;
  }
  
  /* 4.4 - Buttons */
  
  .button {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: all 0.4s ease;
  display: inline-block;
  color: #B2966D !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #B2966D;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  padding: 19px 26px;
  }

    .text-button {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: all 0.4s ease;
  display: inline-block;
  color: #B2966D !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  }

  .text-button::after {
    content: '\f178';
  font-family: 'Font Awesome 6 Pro';
  padding-left: 10px;
  transition: all 0.4s ease;
  }

    .text-button:hover::after {
        padding-left: 16px;
    }
  
  .small-button {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: all 0.4s ease;
  display: inline-block;
  color: #B2966D !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #B2966D;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 11px;
  padding: 13px 18px;
  }
  
  .center-button {
  margin: 0 auto;
  display: block;
  max-width: 150px;
  text-align: center;
  }
  
  .white-button {
  background: #ffffff;
  color: #1F2B43 !important;
  border: 2px solid #ffffff;
  }
  
  .white-button i {
  color: #ffffff;
  transition: all 0.4s ease;
  }
  
  .white-button:hover {
  background: transparent;
  color: #fff !important;
  }
  
  .white-border-button {
  background: transparent;
  color: #fff !important;
  border: 2px solid #ffffff;
  }
  
  .white-border-button i {
  color: #ffffff;
  transition: all 0.4s ease;
  }
  
  .white-border-button:hover, .text-blocks li:hover .white-border-button {
  background: #fff;
  color: #1F2B43 !important;
  }
  .white-button:hover i {
  color: #B2966D !important;
  }
  
  .highlight-button {
  color: #B2966D !important;
  border: 2px solid #B2966D;
  }
  
  .highlight-button:hover {
  background: #B2966D;
  color: #ffffff !important;
  }
  
  .highlight-button i {
  color: #B2966D;
  transition: all 0.4s ease;
  }
  
  .highlight-button:hover i {
  color: #ffffff !important;
  }
  
  .highlight-bg-button {
  background: #B2966D !important;
  color: #fff !important;
  border: 2px solid #B2966D;
  }
  
  .highlight-bg-button:hover {
  background: transparent !important;
  color: #B2966D !important;
  }
  
  .highlight-bg-button i {
  color: #fff;
  transition: all 0.4s ease;
  }
  
  .highlight-bg-button:hover i {
  color: #B2966D !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: #1F2B43;
  }
  
  .banner-cont {
  position: relative;
  overflow: hidden;
  background-color: #1F2B43;
  }
  
  .banner {
  position: relative;
  background-size: cover;
  background-color: #1F2B43;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 0;
  padding-bottom: 42.87%;
  transition: all 0.4s ease;
  }
  
  .banner-overlay {
  position: absolute;
  left:0;
	  right: 0;
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
  transition: all 0.4s ease;
  }
  
  .bo-container {
  padding: 45px;
  }
  
  
  .page-template-template-optin .bo-container {
  text-align: right;
  padding-right: 45px;
  }
  
  .banner-title, .banner-text {
  color: #ffffff;
  }
  
  .banner-title {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2em;
  padding-bottom: 0px;
  font-family: "meno-banner", "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  }
  
  .banner .banner-title {
  margin-bottom: 20px;
  }
  
  .banner-text {
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif; 
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  
  .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
  }
  
  .metaslider {
  margin: 0 auto;
  }
  
  .metaslider .caption {
  padding: 0 !important
  }
  
  .metaslider .caption-wrap {
  position: initial !important;
  background: none !important;
  opacity: 1 !important;
  width: auto !important;
  }
  
  .flexslider {
  margin-bottom: 0 !important;
  }
  
  .threecol-home i.fa.fa-angle-right {
  color: #003d5b;
  margin-top: 3px;
  }
  
  .slides {
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
  }
  
  .flex-direction-nav {
  display:none;
  }
  
  .flex-control-nav {
  position: absolute;
  z-index: 99999 !important;
  display: block;
  padding: 0;
  text-align: right !important 
  }
  
  .flex-control-nav li {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 0;
  }
  
  .flex-control-nav li:last-child {
  margin-right: 0 !important
  }
  
  .flex-control-nav li a {
  font-size: 1px;
  color: transparent !important;
  border: 1px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  height:12px !important;
  width: 12px !important;
  display: block;
  transition: all 0.4s ease;
  background-color: transparent !important; 
  border-color: #fff !important;
  opacity: 0.5
  }
  
  .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  border-color: #fff !important;
  background-color: #fff !important;
  box-shadow: none !important
  }
  
  
  /* 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;
  }
  
  
  .third {
      width: calc(34% - 30px);
      display: block;
      transition: all 0.4s ease;
  }
  
  .forty {
      width: calc(45% - 30px);
      display: block;
      transition: all 0.4s ease;
  }
  
  .half, .fifty {
      position: relative;
      width: calc(50% - 30px);
      display: block;
      transition: all 0.4s ease;
  }
  
  .sixty {
      width: calc(55% - 30px);
      display: block;
      transition: all 0.4s ease;
  }
  
  .twothirds {
      width: calc(66% - 30px);
      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;
  position: 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 */

  .one-column {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  }
  
  .one-column li {
  margin-right: 0;
  padding-bottom: 0;
  }
  
  .two-column {
  margin: 0 auto;
  padding: 0;
  }
  
  .two-column li:nth-child(2n) {
  margin-right: 0;
  }
  
  .two-column li:nth-child(2n+1) {
  clear: left;
  }
  
  .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;
  overflow: hidden;
  padding: 0;
  }
  
  .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: 32%;
  margin-right: 2%;
  list-style: none;
  transition: all 0.4s ease;
  padding-bottom: 0;
  }
  
  #meet-the-team .three-column li:nth-last-child(n+4) { 
  margin-bottom: 2%;
  }
  
  /* 6.2 - Four Columns */
  
  .four-column {
  padding: 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-align: left;
  }
  
  .four-column-ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 0;
  }
  
  .four-column li {
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  list-style: none;
  padding-bottom: 0;
  }
  
  .four-column li:nth-child(4n) {
  margin-right: 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: #B2966D;
  }
  
  .fifth-column li:hover > i {
  background: #B2966D;
  color: #fff;
  border-color: #B2966D
  }
  
  
  /* 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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  }
  
  .blog .post, .category .post, .author .post, .archive .post {
  float: left;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  clear: none;
  margin-bottom: 30px;
  }
  
  .blog .post:nth-child(3n), .category .post:nth-child(3n), .author .post:nth-child(3n), .archive .post:nth-child(3n) {
  margin-right: 0 !important
  }
  
  .blog .post:nth-child(3n+1), .category .post:nth-child(3n+1), .author .post:nth-child(3n+1), .archive .post:nth-child(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: #B2966D;
  font-weight: 400;
  display: block;
  }
  
  .single-post .content h2 {
  font-family: "Gotham A", "Gotham B", 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: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  padding: 8px 16px;
  color: #B2966D !important;
  border: 1px solid #B2966D;
  }
  
  .blog-button:hover {
  background: #B2966D;
  color: #ffffff !important;
  }
  
  .blog-button i {
  color: #B2966D;
  transition: all 0.4s ease;
  }
  
  .blog-button:hover i {
  color: #ffffff !important;
  }
  
  .single-post .current_page_parent a, .blog .current_page_item {
  color: #B2966D !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-info, .author .post-info, .archive .post-info {
  font-size: 15px;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  margin-bottom: 12px !important;
  margin-top: 5px;
  }
  
  .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 {
  max-height: 350px;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  }
  
  .blog h2, .author h2, .archive h2 {
  font-size: 20px !important;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #000
  }
  
  .blog h2 a, .author h2 a, .archive h2 a {
  color: #000
  }
  
  .blog .post:hover h2, .author .post:hover h2, .archive .post:hover h2, .category .post:hover h2 {
  color: #B2966D
  }
  
  .blog-date, .event-date {
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-top: 8px;
  letter-spacing: 1px;
  color: #B2966D !important;
  }
  
  .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: #B2966D !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: #B2966D !important;
  }
  
  .post-author-name {
  display: inline-block;
  }
  
  .single-info .float-left:hover .post-author-name {
  color: #B2966D;
  } 
  
  .single-info .float-left:hover .avatar {
  opacity: 0.7;
  } 
  
  .single .post {
  margin: 0 auto;
  color: #404040;
  }
  
  .single .post p {
  margin-bottom: 1em;
  }
  
  .single .post p:last-of-type {
  margin-bottom: 0 !important;
  }
  
  .single .content p:last-child {
  margin-bottom: 0 !important;
  }
  
 .post-info {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  color: #1F2B43;
  }
  
  .single .post-categories {
  padding-top: 14px;
  }
  
  .post {
  clear: both;
  }
  
  .blog-content {
  width: 100%;
  float:left;
  position: relative;
  }
  
  .single .banner-image {
  position: relative;
  display: block;
  clear: both;
  background: #1F2B43;
  overflow: hidden;
  }
  
  .single .banner-image img {
  width:100%;
  height: auto;
  display: block;
  }
  
  .blog-container {
  padding: 40px 20px;
  }
  
  .content {
  width: 70%;
  float:left;
  }
  
  .content-container {
  padding: 40px 30px 40px 30px;
  }
  
  .sidebar {
  box-sizing: border-box;
  background: #DED5C8;
  }
  
  .sidebar-container {
  padding: 40px;
  }
  
  .sidebar a {
  color: #65605C;
  }
  
  .sidebar a:hover {
  color: #B2966D !important;
  }
  
  .post-banner {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  display: block
  }
  
  .post-info i {
  color: #999 !important;
  }
  
  .single-post .container {
  padding-top: 0px;
  }
  
  .single-post .post {
  max-width: 960px;
  margin: 0 auto;
  }
  
  
  /* 8.0 - Form */
  
  /* Contact Section */
  
  #left {
  width: 49.6%;
  text-align: left;
  float:left;
  }
  
  #right {
  width: 49.6%;
  text-align: left;
  float:right;
  }
  
  #top {
  width: 100%;
  overflow: hidden;
  }
  
  .topleft {
  width: 49.5%;
  float: left;
  display: inline-block;
  margin-right: 1%;
  }
  
  .topright {
  width: 49.5%;
  float: left;
  display: inline-block;
  }
  
  #bottom {
  width: 100%;
  overflow: hidden;
  }
  
  .bottomleft {
  width: 49.5%;
  float: left;
  display: inline-block;
  margin-right: 1%;
  }
  
  .bottomright {
  width: 49.5%;
  float: left;
  display: inline-block;
  }
  
  .message {
  width: 100%;
  }
  
  #bottom p {
  margin-bottom: 0 !important;
  }
  
  .br2 .ajax-loader, div.wpcf7 img.ajax-loader {
  display:none !important;
  }
  
  input#file-upload.wpcf7-form-control.wpcf7-file {
  background: none !important;
  font-size: 11px;
  }
  
  .wpcf7 br {
  display: none;
  } 
  
  .wpcf7 p {
  margin-bottom: 0 !important;
  }
  
  .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  font-size: 16px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  background: #f6f6f6;
  box-shadow: 0 !important;
  width: 100%;
  padding: 6px;
  border: 1px solid #e7e7e7;
  margin-bottom: 2%;
  outline:none;
  color: #333333;
  -webkit-appearance: none;
  resize: none;
  display: block;
  }
  
  
  ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
    color: #aaa;
  }
  
  .wpcf7 select {
  font-family: "Gotham A", "Gotham B", "Proxima Nova", Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  color: #aaa;
  outline:none;
  margin: 0 0 2% 0;
  width: 100%;
  }
  
  .dark-select {
  color: #333 !important;
  }
  
  span.wpcf7-not-valid-tip {
  background: #B2966D !important;
  }
  
  div.wpcf7-validation-errors {
  background: none !important;
  border: 2px solid #B2966D;
  color: #B2966D !important;
  }
  
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  }
  
  input.wpcf7-form-control.wpcf7-submit {
  font-family: "brandon-grotesque", "proxima-nova", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  padding: 13px 28px;
  box-shadow: none !important;
  background: #B2966D;
  color: #fff;
  text-shadow: none !important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  border: 1px solid #B2966D;
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin-left: 0;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  }
  
  .wpcf7 {
  margin: 10px 0 0 0 !important;
  }
  
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  .wpcf7 input[type="text"]:focus{
    background: #f6f6f6;
  }
  .wpcf7-submit{
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .wpcf7-submit:hover{
    background: transparent !important;
    color: #B2966D !important
  }
  span.wpcf7-not-valid-tip{
    text-shadow: none;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
  }
  div.wpcf7-validation-errors { 
    text-shadow: none;
    border: transparent;
    background: #f9cd00;
    padding: 5px;
    color: #9C6533;
    text-align: center;
    margin: 0;
    font-size: 12px;
  }
  .highlight-bg div.wpcf7-mail-sent-ok{
  color: #fff !important;
  border-color: #fff !important;
  }
  div.wpcf7-mail-sent-ok{
    text-align: center;
    text-shadow: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #B2966D;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #B2966D !important;
  }
  
  textarea.wpcf7-form-control.wpcf7-textarea {
  max-height: 80px;
  }
  
  .wpcf7-form-control-wrap {
  position: static !important;
  }
  
  
  /* 9.0 - Footer */
  
  .site-footer {
  background: #1F2B43;
  overflow: hidden;
  position: relative;
  clear: both;
  font-size: 16px;
  }
  
  .site-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  padding: 60px 45px;
  }
  
  .site-footer p, .site-footer a {
  color: #fff
  }
  
  .bottom-footer a, .bottom-footer {
  color: #a5aab4;
  }
  
  .site-footer a:hover, .bottom-footer a:hover {
  color: #B2966D;
  transition: all 0.4s ease;
  }
  
  .site-footer h5 {
  color: #fff;
  margin-bottom: 20px;
  }
  
  .footer-content {
  overflow: hidden;
  }
  
  .fcol {
      display: inline-block;
      float: left;
      width: 18.75%;
      margin-right: 3%;
      }
      
      #fc1 {
      width: 34.75%;
      }
  
  .fcol a {
  clear:both;
  display: block;
  }
  
  .address {
  margin: 0;
  list-style: none;
  padding-left: 0;
  }
  
  .address p {
      line-height: 2em;
  }
  
  #fc4 {
  margin-right: 0;
  }
  
  .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  
  .footer-menu ul, .contact-links a {
  line-height: 1.5em;
  }
  
  .contact-links a {
      font-size: 16px;
      margin-bottom: 20px;
  }
  
  .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: 29px 0 0 0;
  padding: 1px 0 0 0;
  list-style: none;
  overflow: hidden;
  }
  
  .social-links li {
  float:left;
  margin-right: 20px;
  padding-bottom: 0;
  }
  
  .social-links a {
  clear: none !important;
  transition: none !important;
  }
  
  .social-links a:after {
  display: none !important;
  }
  
  .social-links i {
  font-size: 30px;
  text-align: center;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  }
  
  .site-footer .social-links a:hover i {
  color: #B2966D;
  }
  
  .bottom-footer {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  }
  
  .bottom-footer-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 30px 0 0;
  }
  
  .bf-container {
  float: left;
  max-width: 580px;
  }
  
  .copyright {
  transition: all 0.4s ease;
  text-align: left;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  }
  
  .footer-logo {
  display: block;
  max-width: 200px;
  margin-bottom: 30px;
  }
  
  .dpm {
  transition: all 0.4s ease;
  text-align: right !important;
  display: inline-block;
  right: 0 !important;
  float:right;
  font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  }
  
  .dpm:hover{
  color:#B2966D !important;
  }
  
  
  /* 10.0 - Snippets & Miscellaneous */
  
  .divide {
  border-bottom: 2px solid #B2966D;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  max-width: 100px;
  }
  
  .divide-center {
  border-bottom: 2px solid #B2966D;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  max-width: 100px;
  }
  
  .full-divide {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  overflow: hidden;
  }
  
  .left-gradient {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), 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.6), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); 
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), 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(191, 161, 118, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }
  
  .video-container {
  }
  
  .video-side {
  }
  
  .video-wrapper {
  position: relative;
  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%;
  }
  
  .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: #B2966D;
  }
  
  .image-links li:hover .bg-overlay {
  opacity: 1;
  }
  
  /* Affiliates */
  
  #affiliates {
  background: #ffffff;
  width: 100%;
  position: relative;
  display: block;
  clear:both;
  overflow: hidden;
  }
  
  #affiliate-cont {
  padding: 5px;
  overflow:hidden;
  }
  
  #affiliate-imgs {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  }
  
  .al-img {
  display: inline-block;
  padding-right: 2%;
  width: 18.4%;
  overflow:hidden;
  float: left;
  }
  
  #al-last {
  padding-right: 0 }
  
  #al-img4 {
  padding-right: 0;
  float: none !important;
  }
  
  .al-img img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  }
  
  .testimonial {
      margin-bottom: 15px;
      display: block;
      line-height: 1.5em;
  }
  
  .testimonial-author {
  color: #B2966D;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  }
  
  .pioneer-ul {
  overflow: hidden;
  }
  
  .team-float, .single-custom-post-image img {
  float: left;
  padding-bottom: 15px;
  padding-right: 30px;
  width: 50%;
  max-width: 440px;
  height: auto;
  }
  
  .single .blog-return {
  float: left;
  }
  
  .single .post-social {
  padding-top: 40px;
  overflow: hidden;
  }
  
  .share-links {
  float: left;
  border-spacing: 10px 0px;
  border-collapse: separate;
  display: table;
  }
  
  .post-social-link {
  border: 1px solid #909296;
  color: #909296;
  width: 47px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 47px;
  border-radius: 50%;
  font-size: 21px;
  }
  
  .share-twitter {
  border-color: #00b6f1;
  color: #00b6f1 !important;
  }
  
  .share-twitter:hover {
  background: #00b6f1;
  color: #fff !important;
  }
  
  .share-facebook {
  border-color: #3b5998;
  color: #3b5998 !important;
  }
  
  .share-facebook:hover {
  background: #3b5998;
  color: #fff !important;
  }
  
  .share-linkedin {
  border-color: #007bb6;
  color: #007bb6 !important;
  }
  
  .share-linkedin:hover {
  background: #007bb6;
  color: #fff !important;
  }
  
  .client-results .result h3 {
  color: #fff;
  }
  
  .result {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  position: relative;
  overflow: hidden;
  }
  
  .result:nth-of-type(3n) {
  margin-right: 0 !important;
  }
  
  .result img {
  width: 100%;
  height: auto;
  display: block 
  }
  
  .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;
  }
  
  .result h3, .oc-video h3 {
  margin-top: 15px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  }
  
  .result a:hover h3 {
  color: #B2966D !important;
  }
  
  .results-headline {
  color: #fff;
  margin-bottom: 0 !important;
  }
  
  .results-main, .events-main {
  padding-top: 100px;
  transition: all 0.4s ease;
  }
  
  .dashboard-main {
  padding-top: 78px;
  transition: all 0.4s ease;
  }
  
  .dashboard-main .content, .single-videos .content {
  float: right;
  }
  
  .single-results .site-header, .single-events .site-header, .page-dashboard .site-header, .parent-pageid-1341 .site-header, .single-videos .site-header, .tax-videocategory .site-header, .tax-resourcecategory .site-header {
  background: #000;
  }
  
  .page-dashboard .newsletter-signup, .parent-pageid-1341 .newsletter-signup {
  display: none !important;
  }
  
  .single-results .single-results-headline {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #B2966D !important;
  }
  
  .single-results .post-social, .single-events .post-social {
  padding-top: 20px !important;
  }
  
  .single-results .share-links, .single-events .share-links {
  margin-left: -10px;
  }
  
  .single-results #menu-item-91 a {
  color: #B2966D !important;
  border-color: #B2966D !important;
  }
  
  .page-template-template-events h3 {
  letter-spacing: 0 !important;
  text-transform: none !important;
  }
  
  .event-image {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat
  }
  
  .result-image {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 25%;
  background-repeat: no-repeat
  }
  
  .single-events h1 { 
  font-size: 30px;
  }
  
  .single-events .event-logo {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  margin-bottom: 15px;
  }
  
  .other-event {
  float: left;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  }
  
  .other-event img {
  width: 100%;
  height: auto;
  display: block;
  }
  
  .other-event:nth-of-type(3n) {
  margin-right: 0 !important;
  }
  
  .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%;
  }
  
  .footer-signup-box {
  margin: 0;
  overflow: hidden;
  clear: both;
  padding: 20px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  }
  
  .footer-signup-box h3 {
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px !important;
  }
  
  .footer-signup-box span.text {
  margin-bottom: 15px;
  display: block;
  text-align: center;
  }
  
  .site-footer #mc_embed_signup {
  width: auto;
  display: inline-block;
  }
  
  .footer-email-container {
  float: left;
  margin-right: 10px;
  display: block;
  }
  
  .footer-submit-container {
  clear: none !important;
  display: inline-block !important
  }
  
  .footer-signup-email {
  -webkit-appearance: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #272727;
  background: #1F2B43;
  font-size: 14px;
  color: #fff;
  text-align: left;
  outline: none;
  margin: 0;
  }
  
  .footer-signup-submit {
  box-sizing: border-box;
  padding: 13px 30px;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  font-size: 13px;
  margin: 0;
  background: #B2966D;
  color: #fff !important;
  transition: all 0.4s ease;
  cursor: pointer;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  }
  
  .footer-signup-submit:hover {
  background: #fff;
  color: #B2966D !important;
  }
  
  #mce-responses {
  clear: none !important;
  display: none;
  }
  
  .newsletter-signup {
  border-bottom: 1px solid #363636;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  }
  
  .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;
  }
  
  .optin-sm-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  }
  
  .optin-sm-links li {
  padding-bottom: 20px;
  }
  
  .optin-sm-links li:last-child {
  padding-bottom: 0 !important;
  }
  
  .formula-section input[type=text], .formula-section input[type=email], .formula-section input[type=tel] {
  display: inline-block !important;
  float: left !important;
  width: 48.5% !important;
  margin-right: 3%;
  clear: none !important;
  box-sizing: border-box !important;
  }
  
  .formula-section .your-email input {
  margin-right: 0 !important;
  }
  
  .formula-section input[type=text]:nth-of-type(2n), .formula-section input[type=email]:nth-of-type(2n), .formula-section input[type=tel]:nth-of-type(2n) {
  margin-right: 0 !important;
  }
  
  .formula-section input.wpcf7-form-control.wpcf7-submit {
  background: #000 !important;
  color: #fff !important;
  margin: 0 !important;
  border-width: 0 !important;
  }
  
  .formula-section input.wpcf7-form-control.wpcf7-submit:hover {
  background: #fff !important;
  color: #000 !important;
  }
  
  .page-id-22 .cta-section {
  display: none !important;
  }
  
  .boxes li {
  background: #1F2B43;
  color: #fff;
  box-sizing: border-box;
  padding: 25px;
  padding-bottom: 100%;
  margin-bottom: -100%;
  }
  
  .large-icon {
  height: 100px;
  width: 100px;
  background: #B2966D;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 45px;
  display: table-cell;
  border-radius: 50%;
  z-index: 999999;
  }
  
  .accordion {
  background: #fff;
  border: 1px solid rgba(122, 122, 122, 0.25);
  margin-bottom: 1.5em;
  position: relative;
  }
  
  .accordion-title {
  padding: 24px 30px;
  margin-bottom: 0 !important;
  outline: 0;
  transition: all 0.5s ease;
  border-top: 1px solid rgba(122, 122, 122, 0.25);
  font-size: 16px !important;
  }
  
  .accordion-title:first-of-type {
  border-top: 0 !important;
  }
  
  .accordion-title:hover, .accordion-title.open {
  background: #000;
  color: #B2966D !important;
  }
  
  .accordion h3.accordion-title::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
  position: absolute;
  right: 18px;
  }
  
  .accordion h3.accordion-title.open::after {
  content: '\f106' !important;
  }
  
  .accordion-content {
  padding: 30px
  }
  
  .accordion br {    
  display: none;
  }
  
  .accordion-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  }
  
  .column-container {
  padding: 0;
  display: block;
  position: relative;
  clear: both;
  }
  
  .icon-section {
  padding: 50px 0 0 0;
  }
  
  .icon-container {
  margin-bottom: 20px !important;
  margin-top: -70px !important;
  margin: 0 auto;
  display: block;
  max-width: 100px;
  }
  
  hr {
  margin: 45px 0;
  border-top: 0;
  border-bottom: 1px solid #B2966D;
  }
  
  #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: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 7px 14px !important;
  }
  
  #catapultCookie:hover {
  background: #fff !important;
  color: #1F2B43 !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:650px) {
      .bh-padding {
    padding: 70px 0 0 0;
  }
    .image-container {
      min-height: 290px;
    }
      .site-header-container {
          padding: 0 30px;
      }
  .ctcc-left-side {
  font-size: 70% !important;
  }
  .three-column li {
  width: 100%;
  margin-bottom: 30px;
  }
  }
  
  .highlight-bg .your-consent .wpcf7-list-item-label {
  color: #fff;
  }
  
  .highlight-bg .your-consent .wpcf7-list-item {
  margin-left: 0 !important;
  }
  
  .your-consent span.wpcf7-list-item-label::before {
  padding-left: 10px;
  }
  
  .your-consent {
  margin-bottom: 10px;
  display: block;
  }
  
  .aligncenter {
  margin: 0 auto;
  display: block;
  }
  
  .content .embed-container {
  margin-bottom: 1.5em;
  }
  
  .blog-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 40px 30px 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  text-align: center
  }
  
  .blog-filters li {
  display: inline-block;
  padding-right: 20px;
  color: #000;
  transition: all 0.4s ease;
  }
  
  .blog-filters a {
  color: #000;
  }
  
  .blog-filters li:hover, .blog-filters li:hover a, .blog-filters li.current-cat, .blog-filters li.current-cat a {
  color: #B2966D;
  }
  
  .blog-filters li:last-of-type {
  padding-right: 0 !important;
  }
  
  .category .banner-title {
  text-align: right !important;
  }
  
  .center-button-container {
  text-align: center;
  clear: both;
  }
  
  .center-button-container .button, .center-button-container a {
  display: inline-block;
  }
  
  .single-results p img, .single .content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
  }
  
  .dashboard-main .sidebar h3 {
  font-size: 18px;
  }
  
  .dashboard-main .sidebar a {
  font-size: 18px;
  color: #000;
  }
  
  .dashboard-boxes.three-column li {
  background-size: 100%;
  background-position: 50% 20%;
  }
  
  .dashboard-boxes.three-column li:hover {
  background-size: 110%;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(1), .dashboard-boxes.three-column li:nth-of-type(2) {
  width: 48.5% !important;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(1) {
  margin-right: 3% !important;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(2) {
  margin-right: 0 !important;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(3) {
  margin-right: 2% !important;
  clear: left;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(4) {
  clear: none !important;
  }
  
  .dashboard-boxes.three-column li:nth-of-type(5) {
  margin-right: 0 !important;
  }
  
  #menu-online-coaching-menu li a::before {
  font-family: "Font Awesome 5 Pro";
  padding-right: 10px;
  display: inline-block;
  min-width: 20px;
  }
  
  .page-dashboard .menu-item-1349 a, #menu-online-coaching-menu .current-menu-item a, .single-videos .ocnav-videos a, .current-cat a {
  color: #B2966D !important;
  }
  
  .dashboard-main .sidebar li {
  padding-bottom: 8px;
  }
  
  .ocnav-dash a::before {
  content: "\f0e4";
  }
  
  .ocnav-nutrition a::before {
  content: "\f787";
  }
  
  .ocnav-videos a::before {
  content: "\f04b";
  }
  
  .ocnav-resources a::before {
  content: "\f15c";
  }
  
  .ocnav-account a::before {
  content: "\f007";
  }
  
  .ocnav-logout a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  padding-right: 10px;
  min-width: 20px;
  display: inline-block;
  }
  
  .ocnav-fb a::before {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
  padding-right: 10px;
  min-width: 20px;
  display: inline-block;
  }
  
  .cover-image {
  padding-bottom: 140%;
  }
  
  .two-column li:hover .post-image {
  opacity: 0.7;
  }
  
  .tg  {border-collapse:collapse;border-spacing:0;}
  
  .content table {
  margin-bottom: 1.5em;
  color: #000;
  width: 100%;
  }
  
  td {padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}
  
  th{font-size:15px;font-weight: 600 !important;text-transform: uppercase; color:#fff;letter-spacing: 1.5px;font-weight: 700;font-weight:normal;padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}
  
  .tg .tg-0lax{text-align:left;vertical-align:middle}
  
  tbody tr:nth-child(odd) {
  background: #f6f6f6;
  }
  
  thead {
  background: #000;
  color: #fff;
  }
  
  tr th:nth-child(2n), tr td:nth-child(2n) {
  text-align: center !important;
  }
  
  .nutrition-table tr th:nth-child(1) {
  width: 65%;
  }
  
  blockquote {
    font-family: "meno-banner", "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
  font-size: 130%;
  margin-left: 0;
  color: #1F2B43;
  }

  blockquote + p > strong {
font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1F2B43;
}
  
  blockquote p {
  font-size: 125% !important;
  }
  
  .disclaimer {
  color: #999;
  margin-top: 20px;
  display: block;
  font-size: 15px;
  }
  
  .result-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  right: 35px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
  }
  
  .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
  }
  
  .result:hover .image-overlay, .result:hover .result-content { 
  opacity: 1;
  }
  
  .resource-cat {
  display: inline-block !important;
  }
  
  table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  }
  
  .grey-bg table tbody tr:nth-child(odd) {
  background: #f9f9f9;
  }
  
  .grey-bg table tbody tr:nth-child(odd) {
  background: #fff;
  }
  
  .section-builder h1::after {
  content: '';
  width: 100px;
  height: 2px;
  margin: 20px 0;
  background: #B2966D;
  display: block;
  }
  
  .section-builder .black-bg, .section-builder .black-bg h1, .section-builder .black-bg h2, .section-builder .black-bg h3, .section-builder .black-bg h4, .section-builder .black-bg h5, .section-builder .black-bg h6, .section-builder .green-bg, .section-builder .green-bg h1, .section-builder .green-bg h2, .section-builder .green-bg h3, .section-builder .green-bg h4, .section-builder .green-bg h5, .section-builder .green-bg h6, .section-builder .darkgrey-bg, .section-builder .darkgrey-bg h1, .section-builder .darkgrey-bg h2, .section-builder .darkgrey-bg h3, .section-builder .darkgrey-bg h4, .section-builder .darkgrey-bg h5, .section-builder .darkgrey-bg h6 {
  color: #fff;
  }
  
  .booking-link {
  max-width: 200px;
  padding-top: 40px;
  }
  
  .booking-link-container {
  margin: 0 auto;
  }
  
  .booking-link-container iframe {
  margin: 0 auto;
  display: block;
  }
  
  .icon-inner-section {
  margin-bottom: 60px;
  padding-top: 0;
  }
  
  .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: #B2966D;
  font-size: 50px;
  margin-bottom: 25px;
  }
  
  .icon-columns li h5 {
  color: #534D48;
  }
  
  .image-right .flex-container, .video-right .flex-container {
  flex-direction: row-reverse;
  }
  
  .image-bg-text-right .flex-container {
  flex-direction: row-reverse;
  }
  
  .section-img-large {
  width: 78%;
  float: left;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  }
  
  .section-img-small {
  width: 48%;
  position: absolute;
  bottom: -45px;
  right: 0;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  }
  
  .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: stretch;
  margin-bottom: 60px
  }
  
  .image-bg {
  position: relative;
  background-color: #1F2B43;
  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;
  }
  
  .cta-section .flex-container {
  min-height: 350px;
  }
  
  .link-blocks {
  list-style: none;
  margin: 45px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  }
  
  .link-blocks li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding-bottom: 32%;
  transition: all 0.4s ease;
  height: 0;
  }
  
  .facilities .link-blocks li {
  padding-bottom: 23.5%;
  }
  
  .overlay-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 30px 30px;
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
  color: #fff;
  }

  .link-blocks li:hover .box-link {
    background: rgba(255,255,255,0.3);
  }
  
  .link-blocks li h6 {
  font-size: 27px;
  margin-bottom: 0 !important;
  }
  
  .box-link {
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  transition: all 0.4s ease;
  }
  
  .box-gradient {
  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 {
  }
  
  .link-blocks i {
  margin-bottom: 15px;
  font-size: 35px;
  color: #fff;
  }
  
  .text-split .sixty .inner-container {
  padding: 0 0 0 45px;
  }
  
  .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;
  }
  
  .box-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  padding-bottom: 80%;
  }
  
  .info-box-text {
  background: #B2966D;
  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: #1F2B43;
  }
  
  /* 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 {

  }
  
  .focus-box-image {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: 50% !important;
      align-self: stretch;
      padding-bottom: 80%;
  }
  
  .focus-box-text:not(.forty) {
  }
  
  .focus-box-text {
  color: #fff;
  }
  
  .section:not(.map-section) .three-column .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: #1F2B43;
  }
  
  .apartment-info {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  color: #1F2B43;
  font-size: 15px;
  line-height: 1.5em;
  }
  
  .apartment-info i {
  margin-right: 8px;
  }
  
  .apartment-info span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 500;
  }
  
  .apartment-info li {
  display: inline-block;
  margin-right: 18px;
  padding-bottom: 0;
  }
  
  .apartment-info li:last-of-type {
  margin-right: 0 !important;
  }
  
  .text-link::before {
  content: '\f178';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-header .ti-large-logo {
  display: inline-block;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0 !important;
  }
  
  .booking-reviews .ti-stars {
  display: inline-block;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-header .ti-rating-box {
  height: 50px !important;
  width: 50px !important;
  display: none !important;
  }
  
  .booking-reviews .ti-widget:not([data-layout-id='27']):not([data-layout-id='29']):not([data-layout-id='32']):not([data-layout-id='35']) .ti-header .ti-rating-box {
  font-size: 20px !important;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text span strong {
  font-weight: 400 !important;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-widget-container .ti-name {
  text-transform: uppercase !important;
  color: #1F2B43;
  letter-spacing: 2px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  }
  
  .booking-reviews .ti-widget .source-Booking .ti-review-header:after {
  display: none !important;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text strong {
  font-weight: normal !important;
  text-decoration: none !important;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text strong {
  font-weight: normal !important;
  text-decoration: none !important;
  pointer-events: none !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-review-item>.ti-inner {
  background: #fff !important;
  }
  
  .booking-reviews .ti-widget .ti-review-item .ti-stars .ti-rating-box {
  position: absolute !important;
  top: 20px !important;
  right: 30px !important;
  font-size: 15px !important;
  height: 35px !important;
  width: 35px !important;
  }
  
  .booking-reviews .ti-widget.ti-book .ti-review-item>[class$=inner] {
  padding: 20px !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header {
  padding-left: 60px;
  }
  
  .booking-reviews .ti-widget .source-Booking .ti-large-logo img {
  margin: 0 !important;
  width: 120px !important;
  height: 20px !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header .ti-stars {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-rating-box {
  padding: 23px !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'][data-pid='37326fb821891081de591dfa93'] .ti-rating-text strong a {
  text-decoration: none !important;
  font-weight: 400 !important;
  }
  
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'][data-pid='37326fb821891081de591dfa93'] .ti-widget-container .ti-rating-text {
  text-align: left !important;
  }
  
  /* Hero Booking.com widget */
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
  padding: 0 !important;
  }
  
  .hero-section .ti-widget .source-Booking .ti-rating-box {
  background: rgba(255,255,255,0.25) !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 7px !important;
  font-weight: 500 !important;
  height: auto !important;
  width: auto !important;
  font-weight: 500 !important;
  padding: 10px 7px !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: inline-block !important;
  align-items: center !important;
  margin-right: 15px !important;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-stars {
  margin: 0;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type span {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #fff !important;
  display: block !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4) !important;
  }
  
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type span strong {
  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);
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type span {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4) !important;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type .nowrap, .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type {
  margin-left: 50px;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type .nowrap {
  margin-left: 0;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type span strong {
  font-weight: 400 !important;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-small-logo {
  background-image: url('https://www.durhamriversideapartments.uk/wp-content/uploads/booking-logo-white.png');
  display: block;
  width: 83px;
  height: 14px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: 2px;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-small-logo img {
  display: none !important;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header strong {
  color: #fff !important;
  }
  
  .hero-section .ti-widget {
  position: relative !important;
  text-align: left !important;
  }
  
  .hero-section .ti-header {
  padding: 0 !important;
  flex-wrap: wrap !important;
  }
  
  .hero-section .ti-mob-row {
  width: 100% !important;
  }
  
  .hero-section .ti-widget-container {
  padding-left: 0px !important;
  }
  
  .hero-section .ti-stars {
  position: absolute !important;
  left: 0 !important;
  }
  
  .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header:hover {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  }
  
  /* END - Hero Booking.com Widget */
  
  .relative-container {
  position: relative;
  }
  
  .banner-spacing {
  margin-bottom: 75px;
  }
  
  .faq-boxes {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 0;
  }
  
  .faq-boxes li {
  width: calc(50% - 30px);
  margin-right: 0;
  background: #DED5C8;
  padding-bottom: 0;
  }
  
  .faq-boxes li h6 {
      font-size: 21px;
  }
  
  .faq-boxes li p {
      font-size: 16px;
  }
  
  .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: #B2966D;
  padding-right: 10px;
  }
  
  .sidebar h6 {
  color: #1F2B43;
  }
  
  .contact-info {
  list-style: none;
  padding: 1px 0 0 0;
  margin: 0;
  }
  
  .ci-address::before {
  color: #fff;
  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: #B2966D;
  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: #B2966D;
  content: '\f0e0';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
  position: absolute;
  padding-top: 3px;
  }
  
  /* 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: #fff !important;
      border: 1px solid rgba(31, 43, 67, 0.1) !important;
      border-radius: 0 !important;
      font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
      -webkit-appearance: none !important;
      outline: 0 !important;
      transition: all 0.4s ease;
      color: #1F2B43;
  }
  
  .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 {
      background: #fff !important;
      border-color: rgba(31, 43, 67, 0.4) !important; 
  }
  
  .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
  background: #B2966D;
  color: #fff !important;
  }
  
  .gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: #1F2B43;
  border-color: #1F2B43 !important;
  cursor: pointer 
  }

  .gform_wrapper.gravity-theme .gfield_required {
    color: #B2966D !important;
    font-style: normal !important
  }
  
  /* END GravityForms */
  
  .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);
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  }
  
  .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%;
  }
  
  #rmp-container-1867 {
  box-sizing: border-box;
  }
  
  #rmp-menu-wrap-1867 .rmp-menu-item-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding-right: 0;
  }
  
  .responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
  transition: all 0.4s ease !important;
  }
  
  .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;
  }
  
  .overlap-top {
      margin-top: -110px;
    }
  
    .image-text-overlap-section .section-container {
      overflow: unset;
      margin-top: 60px;
    }
  
    .mfp-bottom-bar {
      display: none;
    }
  
  .page-id-2780 .cta-section {
    display: none;
  }

 .text-blocks li {
    font-size: 17px;
    position: relative;
      transition: all 0.4s ease;
  }

    .text-blocks li:hover {
      transform: scale(1.02);
    }
  
  .home-links::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    background: #1F2B43;
    z-index: -1
}

.home-links {
    z-index: 999
}

.home-links .section-container {
  padding-bottom: 0 !important;
}

.flexslider {
margin-bottom: 0 !important;
border: 0 !important;
background: none !important;
border-radius: 0 !important;
}

.banner-slider {
  background-color: #1F2B43;
}

.banner-slider .slides li { 
background-size: cover;
background-repeat: no-repeat;
}

.banner-slider, .banner-slider .banner-flex, .banner-slider .slides, .banner-slider .slides li {
  height: 700px;
}

.banner-gradient {
background: rgba(0,0,0,0.25);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 8;
}

.banner-overlay {
  z-index: 9;
}

.slides {
overflow: hidden;
padding: 0;
margin: 0 0 10px 0;
}

.banner-flex {
  width: 100%;
}

.image-text-section .text-half p:last-child {
  margin-bottom: 0 !important;
}

.video-embed{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-embed iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px !important;
color: #1F2B43;
}

.gform_wrapper.gravity-theme .gfield_required {
  display: none !important
}

  /* 11.0 - Responsive */
  
  @media only screen and (min-width:2100px) {
  .banner {
  height: 700px !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 {
  height: 650px !important;
  padding-bottom: 0 !important;
  }
  .blog-banner-image {
  min-height: 750px;
  }
  }
  
  @media only screen and (min-width:1865px) {
  .banner-overlay {
  max-width: 770px !important;
  }
  .half-image {
  min-height: 650px !important;
  }
  }
  
  @media only screen and (min-width:1601px) and (max-width:1864px) {
  .banner-overlay {
  max-width: 770px;
  }
  }
  
  @media only screen and (min-width:1601px) {
  .banner-cont {
  max-height: 750px;
  }
  .banner-title {
  font-size: 80px;
  }
  .banner-text {
  font-size: 19px;
  line-height: 1.5em
  }
  }
  
  @media only screen and (min-width:1301px) {
  .site-header:not(.active).navigation {
  margin-top: 20px 
  }
  }
  
  @media only screen and (min-width:1341px) and (max-width:1450px) {
  .site-header:not(.active) .site-logo img, .site-header:not(.active) .logo-dark {
  max-width: 200px !important;
  }
  }
  
  @media only screen and (min-width:1100px) and (max-width:1340px) {
  .site-header:not(.active) .site-logo {
  padding-top: 20px;
  }
  .active.site-header .site-header-container, .block-header.site-header .site-header-container {
  padding: 0 30px;
  }
  .active.site-header .site-logo, .block-header.site-header .site-logo {
  left: 30px;
  }
  .site-logo img, .logo-dark {
  max-width: 160px !important;
  }
  .site-header:not(.active).navigation {
  margin-top: 20px 
  }
  .navigation ul li {
  margin-left: 13px;
  margin-right: 13px;
  }
  .navigation ul li a {
  font-size: 11px;
  letter-spacing: 1.5px;
  }
  }
  
  @media only screen and (max-width:1100px) {
  .block-header.site-header {
  position: fixed !important;
  right: 0;
  background: rgba(31, 43, 67, 1);
  transition: all 0.4s ease;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  margin: 0 auto;
  left: 0;
  top: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }
  .navigation {
  display:none;
  }
  }
  @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 (min-width:1001px) and (max-width:1100px) {
  .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) 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) {
  .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) {
  .link-blocks li:nth-of-type(4n) {
  margin-right: 0 !important;
  }
  .link-blocks li:nth-last-of-type(-n+4) {
  margin-bottom: 0 !important;
  }
  .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: 40px 20px 0 !important;
  }
  .empty-half {
  min-height: 700px;
  }
  .image-container {
  min-height: 650px;
  }
  .acf-map {
  min-height: 650px;
  }
  .booking-reviews .ti-header {
  position: absolute !important;
  top: 0 !important;
  right: 25px !important;
  }
  .reviews-container {
  padding: 0 25px 25px;
  }
  .focus-box-text, .focus-box-image {
  }
  .focus-box-text {
  }
  }
  
  @media only screen and (min-width:601px) and (max-width:960px) {
  .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) {
  .link-blocks, .info-boxes {
  margin-top: 15px;
  }
  .focus-box-text, .focus-box-image, .focus-box-text:not(.forty), .forty, .sixty {
  width: 100%;
  }
  .focus-box-image {
  padding-bottom: 56.25%;
  }
  .focus-box-text {
  margin: 0;
  }
  .image-bg .half:not(.empty-half) {
  width: 100%;
  }
  .image-bg .empty-half {
  width: 0;
  display: none;
  }
  .image-bg.section .half {
      padding: 30px 0;
  }
  .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: 60px 40px;
  }
  .booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header {
  position: relative !important;
  }
  .reviews-container {
  padding-bottom: 15px !important;
  }
  .button {
  font-size: 11px;
  padding: 18px 24px
  }
  .button:nth-of-type(-n+1) {
  margin-bottom: 15px;
  }
  .twothirds, .third {
  width: 100% !important;
  }
  .sidebar-container {
  overflow: hidden;
  }
  .main {
  padding: 0 !important;
  }
  .blog-container, .content-container {
  padding: 30px 30px 30px 30px;
  }
  .smalltitle, .bantitle {
  font-size: 23px !important;
  line-height: 26px !important;
  }
  .banner-overlay {
  margin-top: 30px;
  width: 100%;
/*  top: auto;
  bottom: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;*/
  }
  .bo-container {
  padding: 30px;
  }
  .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;
  }
  }
  
  @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;
  clear: both;
  overflow:hidden;
  transition: all 0.4s ease;
  margin: 0 0 0 0 !important;
  background-color: rgba(191, 161, 118, 0.95);
  color: #fff !important;
  float: none !important;
  height:0 !important;
  z-index: 11000;
  transition: all 0.4s;
  text-align: left !important;
  width: auto;
  max-width: 100%;
  }
  
  .sub-menu li {
  text-align: left !important;
  float: none !important;
  display: block;
  clear:both;
  }
  
  .sub-menu a:hover{
  color: #1F2B43 !important;
  }
  
  .sub-menu a {
  color: #fff !important;
  margin: 0 auto !important;
  font-weight: 400 !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 #B2966D;
  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, .block-header.site-header {
  position: fixed !important;
  right: 0;
  background: rgba(31, 43, 67, 1);
  transition: all 0.4s ease;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
  margin: 0 auto;
  left: 0;
  top: 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }
  .admin-bar .active.site-header, .admin-bar .block-header.site-header {
  top: 32px;
  }
  .active.site-header .site-logo {
  }
  .active.site-header .site-logo img, .block-header.site-header .site-logo img {
  max-width: 140px;
  }
  }
  
  @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;
  }
  .image-text-section .flex-container {
  flex-direction: column-reverse;
  }
  .image-text-section .forty {
  width: 90%;
  }
  .image-text-section .sixty {
  width: 100%;
  }
  .video-container {
  width: 100%;
  float: left;
  margin-right: 0;
  }
  .video-side {
  margin-top: 30px;
  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: 140px;
  }
  }
  
  @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;
  }
  }
  
  @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 (min-width:831px) {
  .flex-control-nav {
  right: 40px !important;
  bottom: 40px !important;
  }
  }
  
  @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 (max-width:800px) {
  .half {
  width: 100%;
  }
  .image-left-padding {
      padding-left: 0;
  }
  .image-text-section .section-container .half .text-container {
  padding: 0 !important;
  }
  .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;
  }
  h5 {
  font-size: 12px;
  letter-spacing: 2px;
  }
  .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%;
  }
  .right-button {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  }
  .text-split .forty h2 {
  margin-bottom: 0 !important;
  }
  }
  
  @media only screen and (min-width:701px) and (max-width:960px) {
  .home-links .link-blocks li:nth-of-type(4n) {
  margin-right: 0 !important;
  }
  .home-links .link-blocks li:nth-last-of-type(-n+4) {
  margin-bottom: 0 !important;
  }
  .home-links .link-blocks li h6 {
  font-size: 18px;
  }
  .facilities .link-blocks li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding-bottom: 45%;
  }
  .facilities .facilities .link-blocks li {
  padding-bottom: 31%;
  }
  .facilities .link-blocks li:nth-of-type(3n) {
  margin-right: 0;
  }
  .facilities .link-blocks li:nth-last-of-type(-n+3) {
  margin-bottom: 0 !important;
  }
  .facilities .link-blocks li h6 {
  font-size: 18px;
  }
  
  }
  
  @media only screen and (max-width:700px) {
  .faq-boxes li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  }
  .text-split {
  gap: 0;
  flex-gap: 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.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  }
  .four-column li:nth-child(2n) {
  margin-right: 0;
  }
  .link-blocks li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  padding-bottom: 100%;
  }
    .link-blocks li:last-child {
      margin-bottom: 0 !important;
    }
  .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;
  }
  .facilities .link-blocks li h6 {
  font-size: 14px;
  }
  .overlay-container {
  left: 0;
  bottom: 0;
  right: 0;
  }
	  .overlay-container h4 {
		  margin-bottom: 0 !important;
	  }
  .blog-container, .content-container {
  padding: 30px 30px !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) {
  .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: 52px !important;
  }
  h2, .medium-title {
  font-size: 52px !important;
  }
  h3, .small-title {
  font-size: 40px !important;
  }
  h4 {
  font-size: 30px !important;
  }
  }
  
  @media only screen and (min-width:651px) and (max-width:960px) {
  h1, .large-title {
  font-size: 45px !important;
  }
  h2, .medium-title {
  font-size: 45px !important;
  }
  h3, .small-title {
  font-size: 37px !important;
  }
  h4 {
  font-size: 30px !important;
  }
  }
  
  @media only screen and (min-width:651px) and (max-width:768px) {
  .extra-padding {
  padding: 60px 30px
  }
  }
  
  @media screen and (max-width:650px){
    .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: 16px !important;
padding: 14px 20px !important;
    }
    .two-column > li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px;
    }
  .ci-email {
  font-size: 14px;
  }
  .focus-box-image {
  padding-bottom: 80%;
  }
  h1, .large-title {
  font-size: 34px !important;
  }
  h2, .medium-title {
  font-size: 28px !important;
  }
  h3, .small-title {
  font-size: 28px !important;
  margin-bottom: 20px;
  }
  h4 {
  font-size: 24px !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: 30px 30px !important;
  }
  }
  
  @media only screen and (min-width:621px) and (max-width:830px) {
  .banner-title {
  font-size: 45px;
  padding-bottom: 0;
  }
  .banner-text {
  font-size: 16px;
  }
  }
  
  @media only screen and (max-width:620px) {
  .banner-title {
  font-size: 32px;
  padding-bottom: 0;
  }
  .banner-text {
  font-size: 14px;
  display: block;
  line-height: 1.25em;
  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: 17px;
  }
  .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;
  }
  .banner .banner-title {
  margin-bottom: 0;
  }
  .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 {
  height: 400px;
  padding-bottom: 0;
  }
  .banner-title {
  font-size: 32px !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:830px) {
  .flex-control-nav {
  right: 30px !important;
  bottom: 30px !important;
  }
  }
  
  @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) {
    
  .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;
  }
  .flex-control-nav {
  right: 20px !important;
  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%;
}
.bh-padding {
  padding: 62px 0 0 0;
}
  .site-logo {
  padding-top: 15px;
  left: 30px !important;
  }
    .site-logo img { 
      max-width: 70px !important;
    }
  .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: center !important;
  padding-top: 10px;
  padding-bottom: 15px;
  float: none !important;
  margin: 0 auto;
  width: 100%;
  }
  .footer-logo {
  float:none !important;
  display:block;
  max-width: 160px !important;
  }
  .booking-link {
  max-width: 120px;
  padding-top: 30px;
  }
  }
  
  
  @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: #B2966D !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;
  }
  }
  
  @media only screen and (max-width:400px) {
  .slides li img {
  margin-left: -15% !important;
  }
  .site-logo img, .logo-dark {
  max-width: 120px !important;
  }
  .site-header-container {
  padding: 0 30px !important;
  }
  }
  
  @media only screen and (max-width:340px) {
      .contact-links a {
      font-size: 14px;
      }
  .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: 28px !important;
  }
  }
  
  .blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image {
  opacity: 0.7;
  }
  
  .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;
  }
  }