@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700");
html,
body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.925em;
  font-style: normal;
  color: #13283f;
  overflow-x: hidden; }

.small {
  font-size: initial !important; }

blockquote {
  background-color: #13283f;
  color: #ffffff;
  font-size: 1.2em;
  padding: 30px; }

.single .pcontent p, .single .pcontent ul, .single .pcontent ol {
  font-size: 15px; }

a.button {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  a.button.bold {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important; }
  a.button.navy {
    background: #13283f;
    border: 2px solid #13283f;
    color: #fff; }
    a.button.navy:hover {
      color: #13283f;
      background: #0000; }
  a.button.orange {
    background: #fe7821;
    border: 2px solid #fe7821;
    color: #fff;
    font-weight: 400;
    border-radius: 25px; }
    a.button.orange.bold {
      font-weight: 600; }
    a.button.orange:hover {
      color: #fe7821;
      background: transparent; }
  a.button.green {
    background: #00999f;
    border: 2px solid #00999f;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    display: block;
    border-radius: 35px !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    a.button.green:hover {
      background: #fff;
      color: #00999f; }

.popup--wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 40, 63, 0.8);
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .popup--wrapper.show {
    opacity: 1;
    visibility: visible; }
  .popup--wrapper .popup--block {
    position: relative;
    background-color: #fff;
    width: 50%;
    min-height: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .popup--wrapper .popup--block button.popup--close {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: 0;
      cursor: pointer;
      font-size: 42px;
      color: #fff;
      line-height: 1;
      z-index: 1; }
    .popup--wrapper .popup--block .image,
    .popup--wrapper .popup--block .content {
      width: 50%;
      position: relative; }
    .popup--wrapper .popup--block .content {
      background-color: #00999f;
      padding: 50px;
      color: #fff; }
      .popup--wrapper .popup--block .content h1 {
        font-weight: bold;
        font-size: 2em;
        margin: 0 0 25px; }
      .popup--wrapper .popup--block .content p {
        margin: 0 0 25px; }
      .popup--wrapper .popup--block .content .signup--form .form input:not([type=submit]) {
        border: 1px solid #fff;
        color: #fff; }
      .popup--wrapper .popup--block .content .signup--form .wpcf7-response-output {
        display: none !important; }
      .popup--wrapper .popup--block .content .signup--form .wpcf7-form-control-wrap {
        display: block; }
        .popup--wrapper .popup--block .content .signup--form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          position: absolute;
          right: 0;
          top: 50%;
          text-align: right;
          -webkit-transform: translatey(-50%);
                  transform: translatey(-50%);
          font-size: 12px;
          padding-right: 15px; }
      .popup--wrapper .popup--block .content .signup--form ::-webkit-input-placeholder {
        color: #fff; }
      .popup--wrapper .popup--block .content .signup--form ::-moz-placeholder {
        color: #fff; }
      .popup--wrapper .popup--block .content .signup--form :-ms-input-placeholder {
        color: #fff; }
      .popup--wrapper .popup--block .content .signup--form ::placeholder {
        color: #fff; }
    .popup--wrapper .popup--block .image {
      background-size: cover;
      background-position: center, center; }
    .popup--wrapper .popup--block .signup--thank--you {
      position: absolute;
      width: calc(100% - 100px);
      top: 50px;
      left: 50px;
      height: calc(100% - 100px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      opacity: 0;
      visibility: hidden; }
      .popup--wrapper .popup--block .signup--thank--you.show {
        opacity: 1;
        visibility: visible; }

@media (max-width: 1024px) {
  .search--container {
    padding: 25px; } }
.search--container form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .search--container form input {
    width: 100%;
    border: 1px solid #13283f;
    color: #13283f;
    background: transparent;
    padding: 5px;
    font-size: 14px;
    border-radius: 50px;
    min-width: 250px;
    margin: 0; }
  .search--container form ::-webkit-input-placeholder {
    color: #13283f; }
  .search--container form ::-moz-placeholder {
    color: #13283f; }
  .search--container form :-ms-input-placeholder {
    color: #13283f; }
  .search--container form ::placeholder {
    color: #13283f; }

header.site--header {
  padding: 30px 0; }
  @media (min-width: 1025px) {
    header.site--header {
      padding: 0 0 60px; } }
  header.site--header .site--logo img {
    max-width: 400px; }
    @media (min-width: 1025px) {
      header.site--header .site--logo img {
        margin: 30px 0 0; } }
  header.site--header .mobile-hamburger {
    cursor: pointer;
    position: relative;
    width: 40px;
    display: inline-block;
    z-index: 99992;
    top: 6px; }
    header.site--header .mobile-hamburger span {
      background-color: #13283f;
      height: 1px;
      width: 30px;
      margin-bottom: 8px;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      header.site--header .mobile-hamburger span:last-of-type {
        margin-bottom: 0; }
    header.site--header .mobile-hamburger.open {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      header.site--header .mobile-hamburger.open span {
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        header.site--header .mobile-hamburger.open span.line1 {
          -webkit-transform: rotate(45deg) translate(12px, 0);
                  transform: rotate(45deg) translate(12px, 0); }
        header.site--header .mobile-hamburger.open span.line2, header.site--header .mobile-hamburger.open span.line4 {
          opacity: 0; }
        header.site--header .mobile-hamburger.open span.line3 {
          -webkit-transform: rotate(-45deg) translate(13px, 0);
                  transform: rotate(-45deg) translate(13px, 0); }
header.top--bar {
  padding: 5px 0 0;
  color: #13283f;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: inherit;
  font-style: normal;
  border-bottom: 1px solid #f8f8f8; }
  @media (min-width: 1025px) {
    header.top--bar {
      padding: 10px 0 0;
      border-bottom: none; } }
  header.top--bar .phone {
    margin: 0 15px 0 0;
    color: inherit; }
  header.top--bar .cart--link {
    text-transform: uppercase;
    margin: 0 15px;
    font-size: 16px; }
    header.top--bar .cart--link a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      position: relative; }
      header.top--bar .cart--link a:hover {
        color: #fe7821; }
      header.top--bar .cart--link a .header-cart-count {
        font-size: 10px;
        background: #13283f;
        color: #fff;
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: -10px;
        right: -15px;
        text-align: center;
        border-radius: 25px;
        border: 2px solid #fff; }
  header.top--bar .social--media-links {
    font-size: 18px; }
    header.top--bar .social--media-links a {
      color: inherit;
      vertical-align: middle;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      header.top--bar .social--media-links a:hover {
        color: #fe7821; }

nav.site--navigation {
  background: #fe7821;
  position: relative;
  z-index: 10; }
  @media (max-width: 1024px) {
    nav.site--navigation {
      max-height: 0;
      width: 100%;
      position: absolute;
      -webkit-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out;
      overflow: hidden; } }
  @media (max-width: 1024px) {
    nav.site--navigation.open {
      max-height: 1500px; } }
  @media (max-width: 1024px) {
    nav.site--navigation .container {
      padding: 0; } }
  @media (min-width: 1025px) {
    nav.site--navigation .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1025px) {
    nav.site--navigation .container .menu-primary-navigation-container {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  nav.site--navigation ul,
  nav.site--navigation li {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 1025px) {
    nav.site--navigation ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  nav.site--navigation ul li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
    @media (min-width: 1025px) {
      nav.site--navigation ul li:not(.menu-item-has-children) {
        text-align: center; } }
    nav.site--navigation ul li a {
      display: block;
      color: #fff !important;
      text-decoration: none;
      padding: 15px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      font-weight: 700;
      font-size: 14px; }
      @media (max-width: 1024px) {
        nav.site--navigation ul li a {
          border-bottom: 1px solid #e87005; } }
      @media (min-width: 1025px) {
        nav.site--navigation ul li a {
          padding: 20px 15px; } }
    nav.site--navigation ul li:last-of-type.menu-item-has-children ul {
      left: auto;
      right: 0; }
    nav.site--navigation ul li.menu-item-has-children > a:after {
      content: '\f078';
      font-family: FontAwesome;
      font-weight: normal;
      position: absolute;
      right: 15px;
      font-size: 12px;
      -webkit-transition: all 1s;
      transition: all 1s; }
    @media (min-width: 1025px) {
      nav.site--navigation ul li:hover, nav.site--navigation ul li.current-menu-item {
        background-color: #fd7820; } }
    nav.site--navigation ul li:hover a, nav.site--navigation ul li.current-menu-item a {
      color: #fff; }
    nav.site--navigation ul li ul {
      background-color: #fd7820;
      display: none; }
      @media (min-width: 1025px) {
        nav.site--navigation ul li ul {
          width: 250px;
          position: absolute;
          top: 100%;
          left: 0; } }
      nav.site--navigation ul li ul li {
        text-align: left !important; }
        nav.site--navigation ul li ul li:hover a {
          color: #fe7821 !important; }
    nav.site--navigation ul li.services--menu {
      background-color: #13283f; }
      @media (min-width: 1025px) {
        nav.site--navigation ul li.services--menu {
          width: 250px; }
          nav.site--navigation ul li.services--menu ul {
            width: 350px; } }

.header--services {
  background: #eceef0;
  padding: 45px 0 60px;
  position: relative; }
  @media (min-width: 1025px) {
    .header--services {
      padding: 75px 0; } }
  .header--services h2 {
    padding: 0 0 75px;
    color: #13283f;
    font-weight: 600; }
  .header--services .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .header--services .container {
        overflow: scroll;
        padding: 0; } }
  .header--services a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #13283f;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    z-index: 5;
    padding: 0 25px; }
    @media (min-width: 1025px) {
      .header--services a {
        font-size: 18px;
        padding: 0; } }
    .header--services a:hover {
      opacity: 0.75; }
  .header--services .icon {
    border-radius: 50%;
    margin: 0 auto;
    width: 110px;
    height: 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1025px) {
      .header--services .icon {
        width: 150px;
        height: 145px; } }
    .header--services .icon img {
      height: 50px; }
      @media (min-width: 1025px) {
        .header--services .icon img {
          height: 75px; } }
  .header--services .heading {
    padding: 10px 0;
    width: 80%;
    margin: 0 auto; }

.search--heading {
  padding: 50px 0;
  border-bottom: 1px solid #ececec;
  margin: 0 0 50px; }
  .search--heading h2 {
    font-weight: 700; }

.woocommerce-cart .page-container {
  padding: 50px 0; }

.product--card img {
  -o-object-position: top;
     object-position: top; }

.onsale {
  position: absolute;
  color: transparent;
  background-image: url("../../images/salebanner.png");
  background-size: contain;
  width: 110px;
  height: 110px;
  z-index: 199; }

.woocommerce span.onsale {
  top: 0;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  color: transparent; }

.page-id-22 .contact--block {
  margin: 50px 0 0; }
  @media (min-width: 1025px) {
    .page-id-22 .contact--block {
      margin: 125px 0 0; } }

.page--hero {
  height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 1025px) {
    .page--hero {
      height: 700px; } }
  .page--hero h1 {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    z-index: 1;
    margin: 0 0 30px; }
    @media (min-width: 1025px) {
      .page--hero h1 {
        font-size: 40px; } }

.page--title {
  margin: 0;
  padding: 50px 0 25px;
  text-align: center;
  font-weight: 700; }

.category .page--title {
  padding: 50px 0 65px; }

.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00999f;
  opacity: 0.75; }

.container {
  max-width: 1200px; }

img {
  max-width: 100%; }

.carousel {
  position: relative; }
  .carousel .overlay {
    z-index: 1; }
  .carousel .slide {
    height: calc(100vh - 34px - 84px);
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media (min-width: 1025px) {
      .carousel .slide {
        height: 700px; } }
    .carousel .slide .content-wrap {
      position: relative;
      z-index: 2;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: calc(100% - 30px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .carousel .slide .subheading {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: normal;
      margin: 0; }
      @media (min-width: 1025px) {
        .carousel .slide .subheading {
          font-size: 20px; } }
    .carousel .slide .heading {
      font-size: 20px;
      font-weight: 700;
      margin: 10px 0 20px; }
      @media (min-width: 1025px) {
        .carousel .slide .heading {
          margin: 40px 0 50px;
          font-size: 40px; } }
    .carousel .slide a {
      display: inline-block;
      padding: 10px 20px;
      background-color: #fe7821;
      border: 2px solid #fe7821;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      border-radius: 25px;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      outline: 0;
      min-width: 200px; }
      .carousel .slide a:hover {
        background: none;
        text-decoration: none;
        color: #fe7821; }
      @media (min-width: 1025px) {
        .carousel .slide a {
          font-size: 20px; } }
  .carousel .slick-dots {
    bottom: 50px;
    z-index: 9; }
    .carousel .slick-dots li {
      background: none;
      border: 1px solid #fff;
      border-radius: 50%;
      height: 15px;
      width: 15px; }
      .carousel .slick-dots li.slick-active {
        background-color: #fff; }
      .carousel .slick-dots li button {
        display: none; }

div.product-addon-totals {
  display: none; }

label.wc-pao-addon-name {
  font-size: 18px; }

.woocommerce form .form-row label {
  font-size: 15px;
  font-weight: 700; }

.wc-pao-addon {
  margin: 8px 0 20px 0; }

.show_products {
  margin: 50px 0; }
  .show_products h4 {
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 2.5vw; }
    .show_products h4:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #f8f8f8;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: -1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .show_products h4 span {
      display: inline-block;
      background-color: #fff;
      padding-right: 25px; }
  .show_products .product--card {
    margin: 0 0 50px;
    font-size: 14px;
    color: #13283f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .show_products .product--card a:not(.add_to_cart_button) {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .show_products .product--card h3 {
      font-size: inherit;
      font-weight: normal;
      color: inherit;
      margin: 15px 0; }
    .show_products .product--card .price {
      display: block;
      font-size: inherit;
      font-weight: 700;
      color: inherit;
      margin: 0 0 15px; }
    .show_products .product--card img {
      width: auto;
      height: 320px;
      -o-object-fit: contain;
         object-fit: contain; }
    .show_products .product--card a {
      font-size: inherit;
      color: inherit;
      text-decoration: none;
      display: block; }
      .show_products .product--card a.add_to_cart_button {
        background-color: #0000 !important;
        border-radius: 0 !important;
        display: inline-block;
        min-width: 50%;
        border: 2px solid #13283f;
        color: #13283f;
        padding: 10px;
        margin: 0 auto;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: all 0.25s;
        transition: all 0.25s; }
        .show_products .product--card a.add_to_cart_button:hover {
          background-color: #13283f !important;
          color: #fff; }
      .show_products .product--card a.added_to_cart {
        display: block;
        margin: 15px 0 0; }
        .show_products .product--card a.added_to_cart:after {
          content: '->'; }

.text--block {
  font-size: 16px;
  font-weight: 400;
  padding: 75px 0;
  text-align: justify; }
  @media (min-width: 1025px) {
    .text--block {
      font-size: 20px; } }
  .page-id-28 .text--block {
    margin: 25px 0 75px 0; }
  .text--block.center {
    text-align: center; }
  .text--block.left {
    text-align: left; }
  .text--block.right {
    text-align: right; }
  .text--block.justify {
    text-align: justify; }
  .text--block.coloured {
    background-color: #00999f;
    color: #fff;
    margin-top: 75px; }
    .text--block.coloured * {
      color: #fff; }
  .text--block blockquote {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #13283f; }
  .text--block a.button {
    margin: 15px 0 0; }
  .text--block h1 {
    font-size: 16px;
    color: #13283f;
    font-weight: 700;
    margin: 0 0 25px 0; }
    @media (min-width: 1025px) {
      .text--block h1 {
        font-size: 40px; } }

.woocommerce .single-product {
  overflow: auto; }
  .woocommerce .single-product .product_title {
    font-size: 30px;
    color: #13283f;
    font-weight: 700;
    margin: 0; }
  .woocommerce .single-product .price {
    margin: 0 0 25px 0;
    color: #13283f !important;
    font-size: 30px !important; }
  .woocommerce .single-product button.single_add_to_cart_button {
    display: inline-block;
    min-width: 50%;
    border: 2px solid #13283f;
    color: #13283f !important;
    padding: 10px;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .woocommerce .single-product button.single_add_to_cart_button:hover {
      background-color: #13283f !important;
      color: #fff !important; }
  .woocommerce .single-product .woocommerce-tabs .wc-tabs {
    display: none; }
  .woocommerce .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none; }
  .woocommerce .single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 14px;
    font-weight: lighter;
    color: #7d7d7d;
    line-height: 25px; }
.woocommerce .checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 0; }
  .woocommerce .checkout .col2-set {
    padding-right: 25px;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .woocommerce .checkout .woocommerce-checkout-review-order {
    padding-left: 25px;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .woocommerce .checkout .col-1 {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .woocommerce .checkout .col-1 .form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .woocommerce .checkout .col-1 .form-row label {
        width: 100%; }
      .woocommerce .checkout .col-1 .form-row .woocommerce-input-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .woocommerce .checkout .col-2,
  .woocommerce .checkout #order_review_heading {
    display: none; }

@media (min-width: 1025px) {
  .fb--edm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
.fb--edm .fb--ticker,
.fb--edm .edm {
  width: 100%;
  padding: 50px; }
  @media (min-width: 1025px) {
    .fb--edm .fb--ticker,
    .fb--edm .edm {
      width: 50%; } }
.fb--edm .edm {
  background: #00999f;
  color: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1025px) {
    .fb--edm .edm {
      padding-right: 20%; } }
  .fb--edm .edm h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 25px; }
    @media (min-width: 1025px) {
      .fb--edm .edm h1 {
        font-size: 30px; } }
  @media (min-width: 1025px) {
    .fb--edm .edm p {
      font-size: 18px; } }
  .fb--edm .edm .form ul,
  .fb--edm .edm .form li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fb--edm .edm .form label {
    display: none; }
  .fb--edm .edm .form-thanks {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .fb--edm .edm .form-thanks.show {
      opacity: 1;
      visibility: visible; }
  .fb--edm .edm input {
    color: #fff; }
    .fb--edm .edm input:not([type="submit"]) {
      border-color: #fff; }
    .fb--edm .edm input[type="submit"] {
      margin: 0;
      float: left; }
  .fb--edm .edm ::-webkit-input-placeholder {
    color: #fff; }
  .fb--edm .edm ::-moz-placeholder {
    color: #fff; }
  .fb--edm .edm :-ms-input-placeholder {
    color: #fff; }
  .fb--edm .edm ::placeholder {
    color: #fff; }
  .fb--edm .edm .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block; }
  .fb--edm .edm .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 50%;
    text-align: right;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%); }
  .fb--edm .edm .wpcf7-response-output,
  .fb--edm .edm .ajax-loader {
    display: none !important; }
.fb--edm .fb--ticker {
  background: #eceef0; }
  @media (min-width: 1025px) {
    .fb--edm .fb--ticker {
      padding-left: 20%; } }

.team--block .team--thumb-content {
  text-align: center;
  margin-bottom: 40px; }
  .team--block .team--thumb-content span {
    display: block;
    font-weight: 700;
    font-size: 18px; }
    .team--block .team--thumb-content span.name {
      text-transform: uppercase; }
.team--block .profile--selectors {
  margin: 0 0 75px; }
  .team--block .profile--selectors .selector .profile--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(19, 40, 63, 0.5);
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
  .team--block .profile--selectors .selector:hover .profile--image .profile--overlay {
    height: 100%; }
  .team--block .profile--selectors .profile--image {
    cursor: pointer;
    width: 100%;
    height: 350px;
    display: block;
    background-size: cover;
    background-position: top center;
    position: relative;
    margin: 0 0 30px 0; }
    .team--block .profile--selectors .profile--image .content {
      opacity: 0;
      visibility: hidden;
      background: rgba(19, 40, 63, 0.75);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px;
      padding: 25px;
      text-align: center; }
    .team--block .profile--selectors .profile--image.current .content, .team--block .profile--selectors .profile--image:hover .content {
      opacity: 1;
      visibility: visible; }
.team--block .profile--content {
  background: #eceef0;
  padding: 15px 0; }
  @media (min-width: 1025px) {
    .team--block .profile--content {
      padding: 100px 0; } }
  .team--block .profile--content .profile--item {
    display: none; }
    .team--block .profile--content .profile--item.current {
      display: inherit; }
    .team--block .profile--content .profile--item .team--meta {
      font-size: 16px;
      margin: 25px 0 0;
      color: #fe7821; }
      .team--block .profile--content .profile--item .team--meta strong {
        color: #fe7821;
        text-transform: uppercase;
        font-weight: 600; }
    .team--block .profile--content .profile--item .name {
      color: #13283f;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 900;
      margin: 0; }
    .team--block .profile--content .profile--item .role {
      margin: 0 0 50px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 900; }
    .team--block .profile--content .profile--item .description {
      font-size: 18px;
      font-weight: 400;
      margin: 0 0 50px; }
      .team--block .profile--content .profile--item .description p:last-of-type {
        margin-bottom: 0; }

.contact--block {
  padding: 25px 0; }
  @media (min-width: 1025px) {
    .contact--block {
      padding: 50px 0; } }
  .contact--block .heading {
    font-size: 18px;
    margin: 0 0 25px;
    font-weight: 700;
    color: #13283f; }
    @media (min-width: 1025px) {
      .contact--block .heading {
        font-size: 30px;
        margin: 0 0 50px; } }
  .contact--block p {
    font-size: 18px;
    margin: 25px 0 0; }
  .contact--block label {
    font-size: 16px; }
  .contact--block textarea.small {
    height: 150px;
    font-size: 18px !important; }
  .contact--block .form--wrapper {
    position: relative; }
    .contact--block .form--wrapper .form-thanks {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      opacity: 0;
      visibility: hidden; }
      .contact--block .form--wrapper .form-thanks.show {
        opacity: 1;
        visibility: visible; }
  .contact--block .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block; }
  .contact--block .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 50%;
    text-align: right;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%); }
  .contact--block .wpcf7-response-output,
  .contact--block .ajax-loader {
    display: none !important; }

.event {
  padding: 25px 0;
  color: #13283f; }
  @media (min-width: 1025px) {
    .event {
      padding: 50px 0; } }
  .event a {
    float: left;
    padding: 10px;
    margin: 15px 0;
    border: 2px solid #13283f;
    background: #fff;
    color: #13283f;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: inline-block;
    min-width: 200px;
    text-align: center; }
    .event a:hover {
      background: #13283f;
      color: #fff; }
    .event a.orange {
      margin-left: 15px;
      background: #fe7821;
      color: #ffffff;
      border: 2px solid #fe7821; }
      .event a.orange:hover {
        background: #fff;
        color: #fe7821; }
  .event .date {
    font-size: 30px;
    font-weight: normal; }
  .event .title {
    font-size: 30px;
    font-weight: bold; }
  .event .price {
    font-size: 30px;
    font-weight: normal; }
  .event .description {
    color: #7d7d7d;
    font-size: 18px;
    font-weight: normal;
    clear: both; }

.search--results {
  padding: 0 0 50px; }
  .search--results ul,
  .search--results li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .search--results li a {
    padding: 15px 0;
    display: block;
    color: #202020;
    text-decoration: none; }
    .search--results li a .title {
      font-size: 22px;
      font-weight: bold; }
    .search--results li a .permalink {
      color: #ccc; }

.sidebar-block {
  padding: 40px;
  margin-bottom: 30px; }
  .sidebar-block h1 {
    color: #ffffff;
    font-weight: bold; }
  .sidebar-block.navy {
    background-color: #13283f; }
  .sidebar-block.grey {
    background-color: #c4c8ce; }
  .sidebar-block.green {
    background-color: #66c2c5; }
  .sidebar-block .button {
    margin-top: 15px; }

.single-image-header {
  margin-bottom: 40px; }

.post-title {
  color: #fe7821;
  margin: 10px 0 20px 0; }

.post-date {
  color: #8A8A8A;
  font-size: 0.9em;
  margin-bottom: 30px; }

.small-heading {
  font-size: 1.2em;
  font-weight: 700; }

.shop--recent {
  border-bottom: 1px solid #13283f;
  margin-bottom: 10px; }

.side-bar .blog--post {
  padding: 0 0 20px 0; }
.side-bar .shop--recent {
  padding: 0 0 10px 0; }

.blog--post, .shop--recent {
  text-decoration: none;
  color: #202020;
  display: block;
  padding: 0 0 25px 0; }
  @media (min-width: 1025px) {
    .blog--post, .shop--recent {
      padding: 0 0 50px 0; } }
  .blog--post:hover, .shop--recent:hover {
    text-decoration: none; }
  .blog--post h1, .shop--recent h1 {
    font-weight: bold;
    font-size: 30px;
    color: #13283f; }
    @media (max-width: 1024px) {
      .blog--post h1, .shop--recent h1 {
        margin-top: 25px; } }
  .blog--post .excerpt, .shop--recent .excerpt {
    font-size: 18px;
    color: #7d7d7d; }

.news-item .post-date {
  font-size: 14px;
  color: #6C6C6C;
  font-style: italic; }
.news-item .slide {
  border-top: 3px solid #fe7821;
  height: 300px;
  margin-top: 10px; }
.news-item .slick-dotted.slick-slider {
  margin-bottom: 0; }
.news-item #gallery-1 gallery-caption,
.news-item #gallery-1 gallery-caption,
.news-item #gallery-2 gallery-caption,
.news-item #gallery-3 gallery-caption,
.news-item #gallery-4 gallery-caption,
.news-item #gallery-5 gallery-caption,
.news-item #gallery-6 gallery-caption,
.news-item #gallery-7 gallery-caption,
.news-item #gallery-8 gallery-caption,
.news-item #gallery-9 gallery-caption,
.news-item #gallery-10 gallery-caption {
  text-align: left; }
.news-item .gallery-caption {
  text-align: left; }
.news-item .excerpt {
  color: #13283f;
  background-color: #EFEFEF;
  padding: 30px 25px; }
.news-item #gallery-1 img,
.news-item #gallery-2 img,
.news-item #gallery-3 img,
.news-item #gallery-4 img,
.news-item #gallery-5 img,
.news-item #gallery-7 img,
.news-item #gallery-8 img,
.news-item #gallery-9 img,
.news-item #gallery-6 img,
.news-item #gallery-10 img {
  width: 100%; }

.card {
  border: none !important; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2 !important;
       -moz-column-count: 2 !important;
            column-count: 2 !important; } }
.accordion--wrapper .accordion {
  position: relative; }
  .accordion--wrapper .accordion .accordion-content {
    display: none;
    padding: 15px 0;
    color: #13283f;
    font-size: 14px;
    font-weight: normal; }
    @media (min-width: 1025px) {
      .accordion--wrapper .accordion .accordion-content {
        padding: 50px 0;
        font-size: 18px; } }
    @media (max-width: 1024px) {
      .accordion--wrapper .accordion .accordion-content {
        padding-bottom: 0; } }
    .accordion--wrapper .accordion .accordion-content.default {
      display: block; }
    .accordion--wrapper .accordion .accordion-content a.button {
      margin: 20px 0; }
    @media (max-width: 1024px) {
      .accordion--wrapper .accordion .accordion-content img {
        margin-top: 15px; } }
  .accordion--wrapper .accordion .accordion-toggle {
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #13283f;
    padding: 25px 0; }
    @media (min-width: 1025px) {
      .accordion--wrapper .accordion .accordion-toggle {
        font-size: 30px; } }
    .accordion--wrapper .accordion .accordion-toggle svg {
      width: .575em; }
  .accordion--wrapper .accordion p {
    margin: 0; }

.page-id-40 .contact--block,
.page-id-22 .contact--block {
  background: #eceef0; }

.client-logo--wrapper .client--logo img {
  max-width: 50%; }
.client-logo--wrapper .logo--carousel {
  padding: 50px 0; }
  .client-logo--wrapper .logo--carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .client-logo--wrapper .logo--carousel .logo--slide img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 80%; }

.pagination {
  padding: 0 0 25px; }
  @media (min-width: 1025px) {
    .pagination {
      padding: 0 0 50px; } }
  .pagination ul,
  .pagination li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination .page-numbers li {
    display: inline-block; }
    .pagination .page-numbers li a,
    .pagination .page-numbers li span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      background: #f8f8f8;
      color: #13283f;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      text-decoration: none; }
      .pagination .page-numbers li a.current, .pagination .page-numbers li a:hover,
      .pagination .page-numbers li span.current,
      .pagination .page-numbers li span:hover {
        background: #13283f;
        color: #fff; }

.client--testimonials {
  padding: 25px 0;
  color: #13283f; }
  @media (min-width: 1025px) {
    .client--testimonials {
      padding: 50px 0; } }
  .client--testimonials .author {
    font-weight: 700; }
  .client--testimonials .single--testimonial {
    padding: 30px 20px;
    font-size: 20px; }
    .client--testimonials .single--testimonial .quotation--mark {
      font-size: 80px; }
      .client--testimonials .single--testimonial .quotation--mark.color_0 svg * {
        fill: #fe7821; }
      .client--testimonials .single--testimonial .quotation--mark.color_1 svg * {
        fill: #296194; }
      .client--testimonials .single--testimonial .quotation--mark.color_2 svg * {
        fill: #00999f; }
      .client--testimonials .single--testimonial .quotation--mark.color_3 svg * {
        fill: #b6bdc5; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #13283f; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #fe7821; }

.cart .product-name a {
  color: #13283f; }

.single .page-container {
  padding: 50px 0 0 0; }

.past--events {
  padding: 75px 0;
  background: #eceef0; }
  .past--events h1 {
    margin: 0 0 50px;
    color: #13283f;
    font-weight: 700; }
  .past--events h3 {
    font-weight: 700;
    font-size: 18px;
    color: #13283f;
    margin: 15px 0 0; }
  .past--events a.button {
    margin-top: 50px; }

#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-7 img,
#gallery-8 img,
#gallery-9 img,
#gallery-6 img,
#gallery-10 img {
  border: 0 !important;
  padding: 10px; }

img {
  height: auto; }

.image--map img {
  width: 768px;
  margin: 0 auto;
  display: block; }

.page-container > .text--block:first-of-type {
  padding-top: 25px; }

.social-share {
  margin-bottom: 30px; }
  .social-share::after {
    display: block;
    content: "";
    clear: both; }
  .social-share a {
    float: left; }
    .social-share a img {
      width: 32px;
      height: 32px;
      margin-right: 15px; }

.comments-footer {
  background-color: #F5F5F5;
  margin-top: 40px; }

.comments-wrapper {
  padding-top: 50px; }

.depth-2, .depth-3, .depth-4, .depth-5 {
  margin-left: 40px; }

.comment-details {
  margin-bottom: 40px; }

.comment-text {
  font-weight: 100; }

.comment-meta {
  margin: 5px 0;
  color: #878686; }

.comment-author {
  margin-bottom: 8px; }

.commentform p.form-submit {
  float: left; }

footer.site--footer {
  padding: 25px 0;
  background: #fe7821; }
  footer.site--footer img.footer--logo {
    max-width: 175px; }
  footer.site--footer .phone {
    color: #fff;
    font-weight: 700; }
    @media (min-width: 1025px) {
      footer.site--footer .phone {
        padding-right: 25px; } }
  footer.site--footer .social--media a {
    font-size: 34px;
    color: #fff;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    footer.site--footer .social--media a:hover {
      color: #13283f; }

input:not([type="checkbox"]),
textarea:not([type="checkbox"]) {
  width: 100%;
  display: block;
  border: 1px solid #13283f;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  font-size: 18px;
  margin: 0 0 25px;
  background: rgba(0, 153, 159, 0); }

::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #707070; }

::-moz-placeholder {
  text-transform: uppercase;
  color: #707070; }

:-ms-input-placeholder {
  text-transform: uppercase;
  color: #707070; }

::placeholder {
  text-transform: uppercase;
  color: #707070; }

.contact-captcha {
  margin: 16px 0; }

input[type="submit"] {
  min-width: 25%;
  width: auto;
  padding: 10px;
  background: #13283f;
  color: #fff;
  border: 2px solid #13283f;
  cursor: pointer;
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  input[type="submit"]:hover {
    background: rgba(0, 153, 159, 0);
    color: #13283f; }

.gform_wrapper ul,
.gform_wrapper li {
  list-style-type: none; }
.gform_wrapper label {
  display: none !important; }
.gform_wrapper .newsletter-signup ul {
  padding: 0; }
.gform_wrapper .newsletter-signup .gfield_checkbox li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .gform_wrapper .newsletter-signup .gfield_checkbox li input {
    width: auto;
    margin: 0; }
  .gform_wrapper .newsletter-signup .gfield_checkbox li label {
    display: block !important;
    margin: 0;
    padding-left: 10px; }
.gform_wrapper .ginput_container_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .gform_wrapper .ginput_container_name span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .gform_wrapper .ginput_container_name span:first-of-type {
      margin-right: 20px; }

/*# sourceMappingURL=main.css.map */