/*
Theme Name: Bow House Theme
Theme URI: www.bowhouse.co.uk
Author: Bow House
Author URI: www.bowhouse.co.uk
Description: Theme by Bow House
Version: 1.0
*/
html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 18px; }

html, body, button, input, select, textarea, p, body .pure-g [class*="pure-u"] {
  font-family: 'Open Sans', sans-serif; }

.pure-g {
  width: 100%; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

header .bar-1 {
  background-color: #1B3C6C;
  height: 55px;
  position: relative;
  width: 100%; }
  header .bar-1 .contact-info-header {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 14px; }
    @media only screen and (max-width: 1364px) {
      header .bar-1 .contact-info-header {
        right: 70px; } }
    header .bar-1 .contact-info-header i {
      color: #FFC00F;
      margin-left: 30px; }
    header .bar-1 .contact-info-header a {
      color: #FFF;
      text-decoration: none; }
    header .bar-1 .contact-info-header .card-payments img {
      height: 30px;
      vertical-align: middle;
      margin-top: -2px;
      margin-left: 30px; }
    @media only screen and (max-width: 1249px) {
      header .bar-1 .contact-info-header .e-mail, header .bar-1 .contact-info-header .card-payments {
        display: none; } }
    @media only screen and (max-width: 767px) {
      header .bar-1 .contact-info-header .phone {
        display: none; } }
header .bar-2 {
  background-color: #FFC00F;
  height: 50px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
header .menu-menu-container {
  position: absolute;
  right: 10px; }
  header .menu-menu-container a {
    color: #1B3C6C;
    text-decoration: none;
    display: block;
    padding: 14px 9px; }
    @media only screen and (max-width: 1499px) {
      header .menu-menu-container a {
        padding: 14px 8px; } }
  header .menu-menu-container .current_page_item, header .menu-menu-container .current_page_ancestor {
    padding: 2px 0px; }
  header .menu-menu-container li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    content: " \f107";
    padding-left: 3px;
    font-size: 14px; }
  header .menu-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    header .menu-menu-container ul li {
      display: inline-block;
      padding: 2px 0px; }
      header .menu-menu-container ul li:hover {
        -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2); }
        header .menu-menu-container ul li:hover ul {
          display: block;
          z-index: 100; }
      header .menu-menu-container ul li ul {
        display: none;
        position: absolute;
        top: 50px; }
        header .menu-menu-container ul li ul li {
          display: block;
          background: #FFC00F;
          min-width: 100px; }
header .logo {
  background: url("images/logo.png") no-repeat bottom;
  height: 170px;
  left: 10px;
  position: absolute;
  top: 0px;
  width: 330px;
  z-index: 10;
  text-align: center; }
  @media only screen and (min-width: 1500px) {
    header .logo {
      height: 175px;
      left: 50px;
      width: 350px; } }
  @media only screen and (max-width: 767px) {
    header .logo {
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%); } }
  header .logo img {
    position: absolute;
    margin-top: -10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

h1 {
  color: #FFC00F;
  font-weight: normal; }

h2 {
  color: #1B3C6C;
  text-transform: uppercase; }

h3 {
  color: #1B3C6C;
  font-size: 24px;
  text-transform: uppercase; }

h4 {
  font-size: 21px;
  color: #1B3C6C;
  text-transform: uppercase; }

p {
  line-height: 1.4;
  font-weight: lighter; }

ul {
  padding: 0px 18px; }

.content img {
  max-width: 100%;
  height: auto; }

a {
  color: #FFC00F;
  text-decoration: none; }

a:hover {
  color: #dba200; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.margin-none {
  margin: 0px; }

.site-wrapper {
  min-height: 100%;
  position: relative; }

.content-wrapper {
  padding-bottom: 290px; }
  @media only screen and (max-width: 767px) {
    .content-wrapper {
      padding-bottom: 420px; } }

.site-wrapper {
  background: #EEEEEE; }

.home .site-wrapper {
  background: #FFF; }

.favorites-cart {
  display: none; }

.contact-info-header .social-icons {
  float: right;
  padding-left: 20px;
  margin-right: 0px; }

footer .footer-container {
  background: -moz-linear-gradient(rgba(27, 60, 108, 0.8)), url("images/footer.jpg") no-repeat center/cover;
  background: -webkit-linear-gradient(rgba(27, 60, 108, 0.8)), url("images/footer.jpg") no-repeat center/cover;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 60, 108, 0.8)), to(rgba(27, 60, 108, 0.8))), url("images/footer.jpg") no-repeat center/cover;
  background: -webkit-linear-gradient(rgba(27, 60, 108, 0.8), rgba(27, 60, 108, 0.8)), url("images/footer.jpg") no-repeat center/cover;
  background: -o-linear-gradient(rgba(27, 60, 108, 0.8), rgba(27, 60, 108, 0.8)), url("images/footer.jpg") no-repeat center/cover;
  background: linear-gradient(rgba(27, 60, 108, 0.8), rgba(27, 60, 108, 0.8)), url("images/footer.jpg") no-repeat center/cover;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 290px;
  padding: 20px;
  position: absolute;
  width: 100%; }
  footer .footer-container .footer-box {
    color: #FFF;
    margin: 0 auto;
    max-width: 1200px; }
    footer .footer-container .footer-box i {
      color: #FFC00F; }
    footer .footer-container .footer-box a {
      color: #FFF;
      text-decoration: none; }
  footer .footer-container .contact-info-footer {
    color: #FFF;
    font-size: 24px;
    font-weight: 700; }
    @media only screen and (max-width: 567px) {
      footer .footer-container .contact-info-footer {
        font-size: 18px; } }
  footer .footer-container .contact-address {
    font-size: 16px; }
  footer .footer-container .legal-info {
    font-size: 14px;
    padding-top: 24px;
    text-align: right; }
    footer .footer-container .legal-info a {
      color: #FFC00F; }
      footer .footer-container .legal-info a:hover {
        color: #ffcd42; }

.social-icons {
  margin-right: 30px; }
  .social-icons img {
    padding: 0px 3px; }

.bt-send-message {
  background: #1B3C6C;
  bottom: 0px;
  color: #FFC00F;
  cursor: pointer;
  height: 20px;
  padding: 20px;
  position: fixed;
  right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 800;
  -webkit-box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.3); }
  .bt-send-message:hover {
    height: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  @media only screen and (max-width: 567px) {
    .bt-send-message {
      display: none; } }

.send-message {
  border: 1px solid #FFF;
  -webkit-box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 20px;
  bottom: -1px;
  display: none;
  z-index: 900;
  background: #1B3C6C;
  color: #FFF;
  padding: 10px 15px 40px 15px; }
  .send-message p, .send-message .wpcf7-response-output {
    margin: 8px 0px;
    width: 100%;
    max-width: 300px; }
  .send-message label {
    font-size: 16px; }

.close-send-message {
  cursor: pointer;
  float: right; }
  .close-send-message:hover {
    color: #e6e6e6; }

.bt-send-message {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s both; }

/* ----------------------------------------------
 * Generated by Animista on 2019-3-11 9:38:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
.stockists-container {
  background: url("../../images/content-box-border.png") no-repeat center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px auto;
  max-width: 1000px;
  padding: 60px 10px;
  width: 100%; }
  .stockists-container .stockist {
    display: inline-block;
    padding: 20px; }
    .stockists-container .stockist img {
      max-height: 100px; }
    .stockists-container .stockist a {
      text-decoration: none; }

.stockists-flex {
  margin: 10px auto; }

.page-title {
  background: #1B3C6C;
  color: #FFC00F;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 50px;
  text-transform: capitalize; }
  .page-title p {
    color: #FFF;
    font-size: 18px;
    text-transform: initial; }

.page-content {
  background: #FFF;
  margin: -650px auto 80px auto;
  max-width: 1200px;
  padding-bottom: 20px;
  position: relative;
  width: 96%;
  min-height: 650px;
  z-index: 10; }

.content {
  overflow: hidden;
  padding: 35px 50px 0px 50px; }
  @media only screen and (max-width: 567px) {
    .content {
      padding: 15px 25px 0px 25px; } }
  .content li {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.4;
    margin: 15px 0px; }
  .content form input[type=text],
  .content form input[type=tel],
  .content form input[type=email],
  .content form input[type=number],
  .content form select {
    border-radius: 0;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 50px;
    width: 90%;
    margin: 0px 5px 5px 0px; }
  .content form textarea {
    border-radius: 0;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0px 5px 5px 0px; }
  .content form button {
    border: 0px;
    height: 50px;
    padding: 0px 30px;
    background: #FFC00F;
    text-transform: uppercase;
    color: #1B3C6C; }
    .content form button:hover {
      background: #ffcd42; }
    .content form button::after {
      content: " \f32b";
      padding-left: 8px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900; }

.highlighted-content {
  background-color: #1B3C6C;
  color: #FFF;
  padding: 15px 45px 30px 45px;
  margin-top: 35px;
  text-align: center; }
  .highlighted-content h2 {
    color: #FFC00F; }

.team-member-container {
  background: #FFC00F;
  text-align: center;
  padding: 15px;
  margin: 10px; }
  .team-member-container img {
    max-height: 224px;
    max-width: 224px; }
  .team-member-container p {
    margin: 0px; }
  .team-member-container .team-member-name {
    color: #1B3C6C;
    font-size: 21px;
    font-weight: bold; }

.team-member-padding {
  padding: 0px 40px; }
  @media only screen and (max-width: 567px) {
    .team-member-padding {
      padding: 0px 15px; } }

hr {
  border: 1px solid #FFC00F;
  margin: 0px;
  border-width: 1px 0px 0px 0px; }

.contact-email a {
  color: #1B3C6C;
  padding: 2px 5px; }
.contact-email a:hover {
  color: #255395; }

.contact-form input, .contact-form textarea, .send-message input, .send-message textarea {
  margin-top: 8px !important;
  padding: 8px; }
.contact-form input[type=submit], .send-message input[type=submit] {
  background: #FFC00F;
  border: 0px;
  color: #1B3C6C;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  text-transform: uppercase;
  text-transform: uppercase;
  width: 180px; }
  .contact-form input[type=submit]:hover, .send-message input[type=submit]:hover {
    background: #ffcd42; }

.send-message input, .send-message textarea {
  margin-top: 4px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
  max-width: 300px;
  color: #000; }
.send-message input[type=radio] {
  width: 10px; }

.sell {
  padding: 0px 50px; }
  .sell img {
    width: 96%;
    display: block;
    margin: 0 auto; }

.banner {
  z-index: 1;
  position: relative; }
  .banner .carousel-item {
    width: 100%;
    height: 600px; }
  .banner .page-banner {
    width: 100%;
    height: 800px; }
  .banner .banner-gradient {
    bottom: 0px;
    height: 200px;
    position: absolute;
    width: 100%; }
  .banner .gradient-home {
    background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
  .banner .gradient-page {
    background: -moz-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(rgba(238, 238, 238, 0)));
    background: -o-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to top, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, rgba(238, 238, 238, 0) 100%); }

.welcome-container {
  margin: -650px auto 100px auto;
  position: relative;
  width: 70vw;
  z-index: 10; }
  @media only screen and (max-width: 567px) {
    .welcome-container {
      width: 96vw; } }
  @media only screen and (min-width: 1250px) {
    .welcome-container {
      width: 1000px; } }
  .welcome-container .welcome-box {
    background: #1B3C6C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    padding: 20px; }
    .welcome-container .welcome-box .welcome-menu {
      padding: 20px 0px;
      left: calc( -45vw + 50% );
      position: relative;
      width: 90vw; }
      @media only screen and (min-width: 1250px) {
        .welcome-container .welcome-box .welcome-menu {
          left: -120px;
          width: 1200px; } }
    .welcome-container .welcome-box .menu-link-wrapper {
      padding: 8px; }
    .welcome-container .welcome-box .menu-link-container {
      background-color: #1B3C6C;
      margin: 0px auto;
      max-width: 385px;
      position: relative;
      width: 100%; }
      .welcome-container .welcome-box .menu-link-container .menu-link-hover {
        background: rgba(27, 60, 108, 0.5);
        border: 5px #FFC00F solid;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        visibility: hidden;
        height: 100%;
        position: absolute;
        width: 100%;
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .welcome-container .welcome-box .menu-link-container .menu-link {
        bottom: 30px;
        position: absolute;
        text-align: center;
        width: 100%; }
        .welcome-container .welcome-box .menu-link-container .menu-link a {
          color: #FFF;
          font-size: 24px;
          font-weight: bold;
          text-decoration: none;
          text-transform: uppercase; }
        .welcome-container .welcome-box .menu-link-container .menu-link .child-link {
          max-height: 0px;
          -webkit-transition: max-height 0.8s linear;
          -moz-transition: max-height 0.8s linear;
          -ms-transition: max-height 0.8s linear;
          -o-transition: max-height 0.8s linear;
          transition: max-height 0.8s linear;
          overflow: hidden; }
          .welcome-container .welcome-box .menu-link-container .menu-link .child-link ul {
            list-style-type: none;
            padding: 0;
            margin: 0; }
          .welcome-container .welcome-box .menu-link-container .menu-link .child-link a {
            display: block;
            width: 100%;
            padding: 4px 0px;
            color: #FFC00F;
            font-size: 18px;
            font-weight: normal;
            text-transform: none; }
          .welcome-container .welcome-box .menu-link-container .menu-link .child-link li:hover {
            background: rgba(27, 60, 108, 0.5);
            margin: 0px 20px; }
      .welcome-container .welcome-box .menu-link-container:hover .menu-link-hover {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
      .welcome-container .welcome-box .menu-link-container:hover .child-link {
        max-height: 300px;
        -webkit-transition: max-height 0.8s linear;
        -moz-transition: max-height 0.8s linear;
        -ms-transition: max-height 0.8s linear;
        -o-transition: max-height 0.8s linear;
        transition: max-height 0.8s linear; }

.search-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFC00F;
  min-height: 425px;
  position: relative;
  width: 100%; }
  .search-container .search-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("images/uk-map.png") no-repeat right/auto 425px #FFC00F;
    height: 425px;
    margin: 0px auto;
    max-width: 1000px;
    padding: 0px 20px;
    width: 100%; }
    @media only screen and (max-width: 567px) {
      .search-container .search-box {
        background: #FFC00F; } }
  .search-container .search-form {
    max-width: 1000px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    @media only screen and (max-width: 567px) {
      .search-container .search-form {
        margin: 20px; } }
    .search-container .search-form select, .search-container .search-form input {
      border-radius: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0px;
      height: 50px;
      margin: 0px;
      padding-left: 20px;
      width: 300px; }
      @media only screen and (max-width: 567px) {
        .search-container .search-form select, .search-container .search-form input {
          width: 200px; } }
    .search-container .search-form label {
      color: #1B3C6C;
      font-size: 24px;
      font-weight: lighter;
      text-transform: uppercase; }
    .search-container .search-form button {
      background-color: #1B3C6C;
      border: 0;
      color: #FFC00F;
      height: 50px;
      text-transform: uppercase;
      width: 150px; }
      @media only screen and (max-width: 567px) {
        .search-container .search-form button {
          width: 50px;
          padding-right: 8px; } }
      @media only screen and (max-width: 567px) {
        .search-container .search-form button .searchText {
          display: none; } }
      .search-container .search-form button:after {
        content: "\f32b";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        padding-left: 8px; }
        @media only screen and (max-width: 567px) {
          .search-container .search-form button:after {
            padding: 0px; } }
      .search-container .search-form button:hover {
        background: #255395; }

.news-container {
  background: #EEEEEE;
  padding: 30px 0px 80px 0px; }

.news-box {
  margin: 0 auto;
  max-width: 1200px; }
  .news-box .news-item {
    background: #FFF;
    margin: 0px 10px 40px 10px;
    position: relative; }
    .news-box .news-item a {
      text-decoration: none;
      color: #1B3C6C; }
    .news-box .news-item .news-image {
      height: 240px;
      width: 100%; }
    .news-box .news-item .news-content {
      color: #1B3C6C;
      padding: 20px 20px 40px 20px; }
    .news-box .news-item .bt-news {
      background: #FFC00F;
      bottom: -25px;
      color: #1B3C6C;
      cursor: pointer;
      height: 50px;
      line-height: 50px;
      position: absolute;
      right: 20px;
      text-transform: uppercase;
      width: 180px; }
      .news-box .news-item .bt-news:after {
        content: "\f32b";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        padding-left: 8px; }
      .news-box .news-item .bt-news:hover {
        background: #ffcd42; }

.testimonials-container {
  background: #1B3C6C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  padding: 20px;
  width: 100%; }
  .testimonials-container .testimonial-box {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
    width: 100%; }
    .testimonials-container .testimonial-box h2 {
      color: #FFC00F;
      margin-top: 8px; }
  .testimonials-container .testimonial-bubble {
    color: #FFC00F;
    float: left;
    font-size: 240px;
    padding-right: 30px; }
    @media only screen and (max-width: 567px) {
      .testimonials-container .testimonial-bubble {
        display: none; } }
  .testimonials-container .testimonial-text {
    font-size: 22px;
    font-weight: normal; }
  .testimonials-container .leftBy {
    color: #FFC00F;
    font-size: 16px; }

.searchandfilter {
  float: left;
  height: 100%;
  width: 240px; }
  @media only screen and (max-width: 767px) {
    .searchandfilter {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .searchandfilter {
      display: block !important; } }
  .searchandfilter ul {
    padding: 0px; }
  .searchandfilter li h4 {
    padding: 0px 0px 10px 0px; }
  .searchandfilter ul li {
    padding: 6px !important;
    font-size: 16px; }
  .searchandfilter .sf-input-range-number, .searchandfilter .sf-input-select {
    padding: 0px 10px;
    height: 35px !important; }
  .searchandfilter .sf-label-radio, .searchandfilter .sf-label-checkbox {
    position: absolute;
    height: 25px;
    line-height: 25px; }
  .searchandfilter .sf-input-radio, .searchandfilter .sf-input-checkbox {
    width: 30px;
    height: 25px;
    margin: 0px; }
  .searchandfilter .sf-input-select {
    width: 100%; }
  .searchandfilter .sf-level-0 {
    padding: 0px !important; }
  .searchandfilter label .sf-range-max, .searchandfilter label .sf-range-min {
    max-width: 90px; }
  .searchandfilter input[type=submit] {
    width: 200px; }

.bt-view-filter {
  background: #FFC00F;
  color: #1B3C6C;
  cursor: pointer;
  float: right;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 180px; }
  .bt-view-filter:after {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 8px; }
  .bt-view-filter:hover {
    background: #ffcd42; }

.filters-show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .filters-show {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .filters-show {
      display: none !important; } }

.filters-hide {
  display: none; }
  @media only screen and (min-width: 768px) {
    .filters-hide {
      display: none !important; } }

.buy-wrapper {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .buy-wrapper {
      float: left;
      width: 100%; } }

.buy-row {
  margin: 40px 0px;
  min-height: 250px;
  padding: 0px;
  width: 100%; }
  .buy-row .buy-row-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 60px;
    position: relative; }

.buy-item-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.buy-item {
  margin: 0px 0px 10px 10px;
  background-color: #EEEEEE;
  height: auto;
  width: 100%; }

.buy-photo {
  height: 250px;
  width: 100%; }

.page-template-page-sell .acf-fields > .acf-field {
  padding: 15px 0px !important;
  border: 0px !important; }
.page-template-page-sell .-border {
  border: 0px !important; }
.page-template-page-sell ul.acf-radio-list li, .page-template-page-sell ul.acf-checkbox-list li {
  font-size: inherit !important; }

.col2 {
  width: 49%;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .col2 {
      width: 100%;
      display: block; } }

.col3 {
  width: 33%;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .col3 {
      width: 100%;
      display: block; } }

.bt-view-buy, .page-template-page-sell input.acf-button {
  margin-top: 10px;
  background: #FFC00F;
  color: #1B3C6C;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  width: 150px;
  border: 0px; }
  .bt-view-buy:after, .page-template-page-sell input.acf-button:after {
    content: "\f32b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 8px; }
  .bt-view-buy:hover, .page-template-page-sell input.acf-button:hover {
    background: #ffcd42; }

.buy-price {
  font-size: 24px;
  color: #1B3C6C;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .buy-price {
      position: static;
      width: 100%;
      padding-bottom: 5px; } }

.sale {
  text-decoration: line-through;
  font-size: 16px;
  color: #666666; }

.page-intro-text {
  font-size: 18px;
  display: block;
  margin-top: 6px; }

.listing-stats {
  padding-top: 10px;
  color: #1B3C6C; }
  .listing-stats .listing-point {
    display: inline-block;
    font-size: 18px;
    min-width: 40%; }
  .listing-stats i {
    color: #FFC00F;
    margin: 0px 4px 6px 0px;
    font-size: 10px;
    vertical-align: bottom; }
  .listing-stats span {
    padding-right: 20px;
    font-size: 24px; }
  .listing-stats ul {
    margin: 0px;
    padding: 0px; }
  .listing-stats ul li {
    display: inline;
    padding-right: 12px; }
    .listing-stats ul li:before {
      font-family: "Font Awesome 5 Pro";
      font-size: 8px;
      font-weight: bold;
      content: "\f111";
      vertical-align: 30%;
      padding-right: 6px; }

.listing-location {
  margin-top: 10px;
  margin-bottom: 4px;
  color: #1B3C6C; }

.buy-summary {
  font-size: 16px; }
  .buy-summary p {
    margin: 10px 0px; }

.gallery {
  margin: 20px 30px; }
  .gallery img {
    cursor: pointer;
    margin: 5px;
    width: auto !important;
    max-height: 108px; }

.slick-slide img {
  width: 100%; }

.slick-next, .slick-prev {
  background: none;
  border: 0px;
  color: #1B3C6C;
  font-size: 36px; }

.slick-next {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slick-prev {
  left: -40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.divTable {
  display: table;
  padding-bottom: 10px;
  width: 100%; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  display: table-header-group; }

.divTableCell, .divTableHead {
  display: table-cell;
  padding: 3px 0px; }

.divTableHeading {
  display: table-header-group;
  font-weight: bold; }

.divTableFoot {
  display: table-footer-group;
  font-weight: bold; }

.divTableBody {
  display: table-row-group; }

.priceField {
  padding-top: 14px; }

.ribbon {
  position: absolute;
  margin-top: -2px;
  margin-left: -2px;
  z-index: 1; }

.back-search {
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 8px;
  color: #FFC00F; }
  .back-search:hover {
    color: #dba200; }

.simplefavorite-button {
  background: #FFC00F;
  color: #1B3C6C;
  cursor: pointer;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  width: 45px; }
  .simplefavorite-button:hover {
    background: #ffcd42; }

.favorites-bar {
  background-color: #FFC00F;
  color: #1B3C6C;
  display: none;
  margin: 10px 0px;
  padding: 15px 10px;
  text-align: center; }
  .favorites-bar i {
    font-size: 24px;
    margin: 0px 8px 0px 10px; }

.fav-post {
  position: absolute;
  right: 0px;
  z-index: 100; }

.single .fav-post {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  font-size: 16px;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .single .fav-post {
      display: none; } }
.single .simplefavorite-button {
  background: inherit;
  color: #FFC00F;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 50px; }

.gallery-large {
  background: #EEEEEE;
  padding: 20px 50px; }

.summary {
  border: 2px solid #FFC00F;
  padding: 10px 20px;
  color: #1B3C6C;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1249px) {
    .summary {
      margin-top: 20px; } }
  .summary .conditions {
    padding: 0px;
    margin: 0px; }
    .summary .conditions li {
      text-transform: capitalize;
      padding: 0px;
      margin: 0px;
      list-style: none;
      font-weight: normal; }

.enquire {
  background: #1B3C6C;
  color: #FFC00F;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 20px; }
  .enquire h2, .enquire h3 {
    color: #FFC00F; }
  .enquire h2 {
    text-transform: capitalize; }

.bt-enquire {
  background: #FFC00F;
  color: #1B3C6C;
  padding: 10px 5px;
  font-weight: bold; }

.features {
  float: left;
  margin: 20px 20px 20px 0px;
  background: #EEEEEE;
  padding: 10px 18px;
  max-width: 200px; }
  @media only screen and (max-width: 1249px) {
    .features {
      float: none;
      width: 100%;
      max-width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .features h4 {
    margin: 10px 0px; }
  .features i {
    color: #FFC00F; }
  .features ul {
    margin-left: 1.5em; }
  .features li {
    margin: 8px 0px; }

@media only screen and (min-width: 1250px) {
  .sidebar {
    padding-left: 30px; } }

.layouts {
  float: right;
  width: 100%;
  max-width: 300px;
  padding: 10px 25px; }
  .layouts img {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .layouts {
      float: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.listing-buttons {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.listing-info {
  padding: 20px;
  margin-bottom: 20px; }
  .listing-info h4 {
    text-transform: none;
    font-size: 20px; }

.fav-buy-page {
  float: right;
  margin-right: 5px;
  margin-top: 10px; }

.favorites-list li {
  list-style-type: none;
  background: #EEEEEE;
  padding: 20px; }
  .favorites-list li p {
    font-weight: bold; }

.sf-field-submit input {
  background: #FFC00F;
  border: 0px;
  color: #1B3C6C;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  text-transform: uppercase;
  text-transform: uppercase;
  width: 180px; }
  .sf-field-submit input:hover {
    background: #ffcd42; }

.pagination {
  font-size: 22px;
  float: right;
  margin-bottom: 10px; }
  .pagination .current {
    color: #1B3C6C; }

.icon-key {
  color: #FFC00F;
  padding: 25px 10px;
  text-align: center; }
  .icon-key i {
    margin-left: 12px; }

.buy-content {
  padding: 35px 50px 0px 0px; }

form .acf-field input[type=text],
form .acf-field input[type=tel],
form .acf-field input[type=email],
form .acf-field input[type=number],
form .acf-field select {
  max-width: 300px; }

.park-row {
  background: #EEEEEE;
  padding: 0px;
  margin: 20px 0px;
  min-height: 250px; }
  .park-row .park-row-content {
    padding: 20px 20px; }

.park-photo {
  height: 250px;
  width: 100%; }

.bt-view-park {
  display: inline-block;
  background: #FFC00F;
  color: #1B3C6C;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  width: 180px; }
  .bt-view-park:after {
    content: "\f32b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 8px; }
  .bt-view-park:hover {
    background: #ffcd42; }

.bt-map-container {
  position: relative;
  width: 100%; }
  .bt-map-container .bt-map {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("images/bt-map.png") no-repeat center/cover;
    height: 160px;
    width: 160px;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease; }
    @media only screen and (max-width: 567px) {
      .bt-map-container .bt-map {
        height: 100px;
        width: 100px; } }
    .bt-map-container .bt-map:hover {
      height: 180px;
      width: 180px;
      -webkit-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      cursor: pointer; }
      @media only screen and (max-width: 567px) {
        .bt-map-container .bt-map:hover {
          height: 120px;
          width: 120px; } }
  .bt-map-container .bt-map-close {
    color: #1B3C6C;
    position: absolute;
    right: 20px;
    top: 20px; }
    @media only screen and (max-width: 567px) {
      .bt-map-container .bt-map-close {
        right: 10px;
        top: 10px; } }
    .bt-map-container .bt-map-close:hover {
      color: #255395;
      cursor: pointer; }

#map {
  -webkit-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
  overflow: hidden; }

#viewMap {
  position: relative; }

.acf-map {
  width: 100%;
  height: 450px;
  border: #ccc solid 1px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.poa-message {
  background-color: #FFC00F;
  color: #1B3C6C;
  margin: 10px 0px;
  padding: 15px 10px;
  text-align: center;
  line-height: 1.6; }

.svg-map-large {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  text-align: center; }
  .svg-map-large svg {
    width: 100%;
    max-height: 700px; }

.svg-map-small {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  bottom: 30px;
  left: 60px;
  text-align: center;
  width: 200px; }
  .svg-map-small svg {
    max-height: 700px; }
  @media only screen and (max-width: 567px) {
    .svg-map-small {
      display: none; } }

.map-go-back {
  display: none; }
  @media only screen and (max-width: 567px) {
    .map-go-back {
      display: block;
      position: absolute;
      bottom: 50px;
      left: 45px; } }

.map-region {
  fill: #1b3c6c;
  cursor: pointer; }
  .map-region:hover {
    fill: rgba(27, 60, 108, 0.8); }

.map-na {
  fill: rgba(102, 102, 102, 0.8); }

.marker {
  display: none; }

.crm-info {
  background: #EEEEEE; }
  .crm-info .divTable {
    border-collapse: collapse; }
  .crm-info .divTableRow {
    border-bottom: 2px solid #FFF; }

.map-areas {
  position: absolute; }
  .map-areas .single-area {
    display: none;
    font-weight: bold;
    color: #1B3C6C;
    font-size: 24px; }

.manufacturer-logo {
  padding-bottom: 20px; }
  .manufacturer-logo img {
    max-height: 100px; }
  .manufacturer-logo h1 {
    color: #1B3C6C;
    float: right; }

.manufacturer-item {
  text-align: center;
  margin: 0px 10px 20px 10px; }
  .manufacturer-item .manufacturer-item-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px; }


