/*
Theme Name: All Dogs Matter
Theme URI: https://alldogsmatter.co.uk/
Description: Custom theme for ADM by Hype London
Version: 1.0
Author: Hype London
Author URI: http://hypelondon.co.uk
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.text-l {
  text-align: left; }

.text-c {
  text-align: center; }

.text-r {
  text-align: right; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  line-height: 1.33;
  margin-top: 55px;
  -webkit-font-smoothing: antialiased; }

.inner {
  display: block;
  max-width: 1280px;
  padding: 0 60px;
  margin: 0 auto; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }
  @media all and (max-width: 1024px) {
    .inner {
      padding: 0 20px; } }

a {
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: black; }
  a:hover {
    color: #3282D0; }

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 201;
  border-bottom: 1px solid #CDCDCD;
  text-align: right;
  max-height: 55px; }
  header.main-header .inner {
    position: relative;
    font-size: 0; }
    header.main-header .inner > div {
      font-size: 15px;
      display: inline-block;
      vertical-align: top; }
      header.main-header .inner > div.mobile-nav-link {
        display: none; }
        @media all and (max-width: 1024px) {
          header.main-header .inner > div.mobile-nav-link {
            display: inline-block; } }
    @media all and (max-width: 730px) {
      header.main-header .inner {
        padding: 0; } }
  header.main-header nav {
    display: inline-block; }
    @media all and (min-width: 1025px) {
      header.main-header nav {
        display: inline-block !important; } }
    @media all and (max-width: 1024px) {
      header.main-header nav {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background: white;
        left: 0;
        text-align: center; } }
    header.main-header nav ul {
      font-size: 0; }
      header.main-header nav ul li {
        display: inline-block;
        font-size: 13px;
        border-left: 1px solid #CDCDCD;
        padding: 0 5px; }
        @media all and (max-width: 1024px) {
          header.main-header nav ul li {
            border-bottom: 1px solid #CDCDCD;
            border-left: none;
            display: block; } }
        header.main-header nav ul li ul {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          top: 100%;
          left: -1px;
        }
        header.main-header nav ul li.menu-item-has-children {
          position: relative;
        }
        header.main-header nav ul li.menu-item-has-children .mobile-subnav-arrow {
          position: absolute;
          right: 0;
          top: 0;
          display: none;
          padding: 17px 20px;
        }
        header.main-header nav ul li.menu-item-has-children .mobile-subnav-arrow .icon {
          transform: rotate(90deg);
          transition: .3s ease;
        }
        header.main-header nav ul li.menu-item-has-children .mobile-subnav-arrow.open .icon {
          transform: rotate(-90deg);
        }
        header.main-header nav ul li.menu-item-has-children .sub-menu {
          width: 200px;
          background: #f3f3f3;
          text-align: left;
          border: 1px solid #CDCDCD;
        }
        header.main-header nav ul li.menu-item-has-children .sub-menu li {
          display: block;
          padding: 0;
          border-left: 0;
        }
        header.main-header nav ul li.menu-item-has-children .sub-menu li a {
          font-size: 12px;
          padding: 15px;
          border-bottom: 0;
        }
        header.main-header nav ul li.menu-item-has-children .sub-menu li a:hover {
          background: #d9d9d9;
        }
        header.main-header nav ul li.menu-item-has-children:hover .sub-menu {
          opacity: 1;
          visibility: visible;
        }
        @media all and (max-width: 1024px) {
          header.main-header nav ul li ul {
            position: static;
            opacity: 1;
            visibility: visible;
            display: none;
          }
          header.main-header nav ul li.menu-item-has-children .sub-menu {
            width: 100%;
            border: 0;
            text-align: center;
          }
          header.main-header nav ul li.menu-item-has-children .mobile-subnav-arrow {
            display: inline-block;
          }
        }
        header.main-header nav ul li:hover {
          background: #f3f3f3; }
        header.main-header nav ul li a {
          display: block;
          text-transform: uppercase;
          color: #1b1b1b;
          font-weight: bold;
          line-height: 1;
          padding: 23px 10px 13px 10px;
          border-bottom: 5px solid transparent; }
        header.main-header nav ul li.current-menu-item a {
          border-bottom: 5px solid #3282D0; }
    header.main-header .cart-container {
      border-left: 1px solid #CDCDCD;
      position: relative;
    }
    header.main-header .cart-container a {
      display: block;
      color: #1b1b1b;
      padding: 10px 15px;
      max-height: 55px;
      font-size: 30px; }
      header.main-header .cart-container a:hover {
        background: #f3f3f3; }
  header.main-header .cart-container .cart-customlocation {
    position: absolute;
    top: 10px;
    right: 7px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: white;
    background: #3282D0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
  }
  header.main-header .cart-container .cart-customlocation:hover {
    background: #5b9bda;
  }
  header.main-header .header-donate a {
    display: block;
    color: white;
    background: #3282D0;
    font-size: 18px;
    font-weight: bold;
    padding: 19px 15px 17px 15px;
    line-height: 1;
    max-height: 55px;
    text-transform: uppercase; }
    header.main-header .header-donate a:hover {
      background: #5b9bda; }
  header.main-header .header-logo {
    position: absolute;
    top: 0;
    left: 60px;
    -webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    max-width: 70px; }
    header.main-header .header-logo a {
      display: block;
      padding: 10px;
      background: #3282D0; }
      header.main-header .header-logo a:hover {
        background: #5b9bda; }
      @media all and (max-width: 730px) {
        header.main-header .header-logo a {
          padding: 5px 10px 2px 10px; } }
    @media all and (max-width: 1024px) {
      header.main-header .header-logo {
        left: 20px; } }
    @media all and (max-width: 730px) {
      header.main-header .header-logo {
        left: 0;
        max-width: 45px; } }
  header.reduced .header-logo {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.mobile-nav-link a {
  position: relative;
  font-size: 40px;
  display: block;
  padding: 8px;
  max-height: 55px; }
  .mobile-nav-link a .icon {
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .mobile-nav-link a:hover {
    background: #F2F2F2; }
  .mobile-nav-link a .icon-cross {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0; }
  .mobile-nav-link a.open .icon-menu {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0; }
  .mobile-nav-link a.open .icon-cross {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }

.header-bottom {
  padding: 20px 0; }
  .header-bottom .header-bottom-left {
    float: left;
    width: calc(100% - 430px); }
  .header-bottom .header-bottom-left img {
    max-width: 360px;
    width: 80%;
  }
    @media all and (max-width: 730px) {
      .header-bottom .header-bottom-left {
        width: 100%;
        text-align: center; }
        .header-bottom .header-bottom-left img {
          width: 60%; } }
  .header-bottom .header-bottom-right {
    float: right;
    margin-top: 15px;
    font-size: 0;
    width: 100%;
    max-width: 430px; }
    @media all and (max-width: 730px) {
      .header-bottom .header-bottom-right {
        margin-top: 20px;
        max-width: 100%; } }
    .header-bottom .header-bottom-right.fixed {
      position: fixed;
      top: 55px;
      left: 0;
      width: 100%;
      max-width: 100%;
      min-height: 35px;
      margin-top: 0;
      text-align: right;
      z-index: 200;
      background: white; }
      .header-bottom .header-bottom-right.fixed .header-bottom-right-inner {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        width: 100%;
        padding: 0 60px;
        max-width: 1280px; }
        @media all and (max-width: 1024px) {
          .header-bottom .header-bottom-right.fixed .header-bottom-right-inner {
            padding: 0 20px; } }
        @media all and (max-width: 730px) {
          .header-bottom .header-bottom-right.fixed .header-bottom-right-inner {
            padding: 0; } }
      .header-bottom .header-bottom-right.fixed .button {
        margin-left: 0;
        width: 29.75%;
        padding-top: 12px;
        padding-bottom: 9px;
        text-align: center;
        max-height: 35px;
        min-height: 1px !important; }
        @media all and (max-width: 730px) {
          .header-bottom .header-bottom-right.fixed .button {
            width: 50%; } }
  .header-bottom .button {
    margin-left: 16px;
    -webkit-transition: padding 0.6s cubic-bezier(0.77, 0, 0.175, 1), max-height 0.6s cubic-bezier(0.77, 0, 0.175, 1), min-height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: padding 0.6s cubic-bezier(0.77, 0, 0.175, 1), max-height 0.6s cubic-bezier(0.77, 0, 0.175, 1), min-height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: padding 0.6s cubic-bezier(0.77, 0, 0.175, 1), max-height 0.6s cubic-bezier(0.77, 0, 0.175, 1), min-height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    width: calc((100% - 32px) / 2);
    text-align: center;
    vertical-align: top; }
    @media all and (max-width: 730px) {
      .header-bottom .button {
        width: calc((100% - 16px) / 2); }
        .header-bottom .button:nth-child(1) {
          margin-left: 0; } }

.button, input[type=submit] {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 19px 25px 16px 25px;
  line-height: 1;
  background: #3282D0;
  color: white;
  font-weight: bold; }
  .button:hover, input[type=submit]:hover {
    background: #5b9bda;
    color: white; }
  .button.red {
    background: #de4f1b; }
    .button.red:hover {
      background: #e87044; }
  .button.gray {
    background: #4a4a4a; }
    .button.gray:hover {
      background: #646464; }
  .button.black {
    background: black; }
    .button.black:hover {
      background: #1a1a1a; }
  @media all and (max-width: 730px) {
    .button, input[type=submit] {
      padding: 14px 15px 11px 15px; } }
  @media all and (max-width: 480px) {
    .button, input[type=submit] {
      padding: 14px 5px 11px 5px; } }

h1 {
  font-size: 29px;
  margin-bottom: 0.8em;
  font-weight: bold;
  text-transform: uppercase; }
  @media all and (max-width: 730px) {
    h1 {
      font-size: 22px; } }

h1.no-tagline {
  margin-bottom: 0;
}

.banner-image {
  height: 505px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media all and (max-width: 1024px) {
    .banner-image {
      height: 400px; } }
  @media all and (max-width: 730px) {
    .banner-image {
      height: 300px; } }

@media all and (max-width: 730px) {
  .banner-image.hide-mobile {
    display: none; } }

.banner-image-mobile.show-mobile {
  display: none;
}
@media all and (max-width: 730px) {
  .banner-image-mobile.show-mobile {
    display: block; } }

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0; }

.banner-title-card {
  background: #3282D0;
  color: white;
  padding: 50px 40px;
  max-width: 530px;
  text-align: center;
  margin-left: -60px;
  -webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: -125px;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 1280px) {
    .banner-title-card {
      margin-left: -30px; } }
  @media all and (max-width: 1024px) {
    .banner-title-card {
      margin-left: 0;
      margin-top: 0;
      max-width: 100%; } }
  @media all and (max-width: 730px) {
    .banner-title-card {
      padding: 20px; } }

.banner-tagline {
  font-size: 23px;
  line-height: 1.26; }
  @media all and (max-width: 730px) {
    .banner-tagline {
      font-size: 17px; } }

main {
  text-align: center; }

h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.26;
  margin-bottom: 0.4em; }
  h2 .icon {
    font-size: 1.3em;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -4px; }
  @media all and (max-width: 730px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.26;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }

h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.26;
  margin-bottom: 0.8em; }

section {
  padding: 100px 0; }
  @media all and (max-width: 730px) {
    section {
      padding: 60px 0; } }
  section h2 {
    color: #3282D0; }
  section + section {
    padding-top: 0; }
section.cards-row {
  padding-bottom: 0;
}
section.cards-row:last-of-type {
  padding-bottom: 100px;
}
@media all and (max-width: 730px) {
  section.cards-row:last-of-type {
    padding-bottom: 60px; } }
section.cards-row + section:not(.cards-row) {
  padding-top: 100px;
}

main.no-banner section:first-child {
  padding-top: 50px; }

.section-link {
  color: black;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold; }
  .section-link .icon {
    font-size: 1.3em;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -3px; }
  @media all and (max-width: 730px) {
    .section-link {
      font-size: 15px; } }

a.section-link:hover {
  color: #3282D0; }

.grid {
  margin: 40px 0 0 0; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
.grid.multiple-cards, .grid.one-card {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.grid.no-title {
  margin-top: 0;
}

.grid-block {
  margin: 0 15px 30px 15px;
  float: left; }
  @media all and (max-width: 480px) {
    .grid-block {
      width: 100%; } }
.grid-block.card {
  background: #F2F2F2;
  position: relative;}
.grid-block.card .block-image {
  margin-bottom: 0; }

.grid-block.four-col {
  width: calc((100% - (4 * 30px)) / 4);
}
@media all and (max-width: 950px) {
  .grid-block.four-col {
    width: calc((100% - (2 * 30px)) / 2);
  }
}
@media all and (max-width: 580px) {
  .grid-block.four-col {
    width: calc((100% - (1 * 30px)) / 1);
  }
}
.grid-block.one-third, .grid-block.three-col {
  width: calc((100% - (30px * 3)) / 3); }
  @media all and (max-width: 650px) {
    .grid-block.one-third, .grid-block.three-col {
      width: 100%;
      margin: 0 0 30px 0; } }

.grid-block.one-half, .grid-block.two-col {
  width: calc((100% - (30px * 2)) / 2);
}
  @media all and (max-width: 650px) {
    .grid-block.one-half, .grid-block.two-col {
      width: 100%; } }

.grid-block.two-thirds {
  width: calc((100% - 60px) * 0.67);
}
  @media all and (max-width: 900px) {
    .grid-block.two-thirds {
      width: calc(100% - 30px); } }
  @media all and (max-width: 650px) {
    .grid-block.two-thirds {
      width: 100%; } }

.grid-block.full-width, .grid-block.one-col {
  width: calc(100% - 30px);
  margin: 0 15px 30px 15px;
}

.card-title-block {
  position: absolute;
  top: -10px;
  right: -30px;
  text-align: left;
  width: 100%;
  max-width: 430px;
  color: white;
  background: #3282D0;
  padding: 40px;
}
.card-title-block h2 {
  color: white;
  margin-bottom: 0;
}
.card-title-block .button {
  background: black;
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 0.8em;
  padding: 10px 15px;
}
.card-title-block .button:hover {
  background: #1a1a1a;
}

.grid-block.card.full-width .block-image, .grid-block.card.one-col .block-image {
  height: 350px;
}

.block-content {
  padding: 30px;
  text-align: left; }
  .block-content h3 {
    font-weight: bold; }

.grid.filterable {
  width: calc(100% + 30px);
  margin-left: -15px; }
  @media all and (max-width: 480px) {
    .grid.filterable {
      width: 100%;
      margin-left: 0; } }
  .grid.filterable .grid-block {
    width: calc((100% - (30px * 4)) / 4);
    margin: 15px; }
    @media all and (max-width: 730px) {
      .grid.filterable .grid-block {
        width: calc((100% - (30px * 2)) / 2); } }
    @media all and (max-width: 480px) {
      .grid.filterable .grid-block {
        width: 100%;
        margin: 15px 0; } }

.block-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }

.grid-block.card .block-image {
  height: 285px;
  padding-bottom: 0;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.grid-block:hover .block-image .bg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.block-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3282D0;
  color: white;
  z-index: 10;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: left; }

.grid-block:hover .block-image-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

p {
  margin-bottom: 15px; }

.full-width {
  margin: 40px 0 0 0; }
  .full-width.with-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 730px) {
      .full-width.with-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .full-width.with-card .left {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      position: relative; }
      @media all and (max-width: 1024px) {
        .full-width.with-card .left {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; } }
      @media all and (max-width: 730px) {
        .full-width.with-card .left {
          width: 100%;
          min-height: 200px; } }
    .full-width.with-card .right {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: #3282D0;
      color: white;
      padding: 90px 45px;
      text-align: left;
      line-height: 1.6; }
      @media all and (max-width: 730px) {
        .full-width.with-card .right {
          width: 100%;
          padding: 30px 25px; } }
      .full-width.with-card .right h2 {
        color: white; }

.testimonial-slider .testimonial-slide {
  width: 100%;
  padding-bottom: 40px; }

.testimonial-slider .flickity-page-dots .dot {
  background: #16577d;
  opacity: 1;
  margin: 0 5px; }
  .testimonial-slider .flickity-page-dots .dot.is-selected {
    background: #e98b04; }

.quote {
  font-size: 27px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  max-width: 830px;
  margin: 0 auto; }
  @media all and (max-width: 730px) {
    .quote {
      font-size: 22px; } }

.author {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  max-width: 830px;
  margin: 0 auto;
  text-align: right; }
  @media all and (max-width: 730px) {
    .author {
      font-size: 17px; } }

.section-content {
  max-width: 545px;
  margin: 0 auto;
  padding: 0 20px; }

footer {
  background: #f2f2f2;
  padding: 60px 0 100px 0;
  line-height: 1.7; }
  footer h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 1.5em; }
  footer .inner + .inner {
    margin-top: 60px; }

.three-col {
  width: 33.33%;
  float: left; }
  @media all and (max-width: 768px) {
    .three-col {
      width: 100%;
      margin-bottom: 40px; } }

.footer-social li {
  display: inline-block; }
  .footer-social li a {
    display: block;
    padding: 5px;
    font-size: 30px; }

.tabs-wrap {
  margin-top: 50px; }

.tabs-nav {
  text-align: left; }

.tab-link {
  text-transform: uppercase;
  font-weight: bold;
  background: #c2c2c2;
  padding: 20px 40px;
  margin-right: 20px;
  display: inline-block;
  border-top: 7px solid #3282D0;
  -webkit-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .tab-link.active {
    border-top: 7px solid #de4f1b;
    background: #efefef; }
    @media all and (max-width: 730px) {
      .tab-link.active {
        display: inline-block; } }
    .tab-link.active:hover {
      background: #efefef; }
  .tab-link:hover {
    background: #cfcfcf;
    color: #000; }
  @media all and (max-width: 1024px) {
    .tab-link {
      padding: 15px;
      margin-right: 3px; } }
  @media all and (max-width: 730px) {
    .tab-link {
      font-size: 14px;
      display: none; } }

.tab {
  background: #efefef;
  padding: 45px; }
  @media all and (max-width: 730px) {
    .tab {
      padding: 30px 20px; } }

.grid-filter {
  text-align: right; }

label {
  position: relative;
/*   text-transform: uppercase; */
  font-size: 14px;
  cursor: pointer; }
  @media all and (max-width: 730px) {
    label {
      display: block;
      margin-bottom: 3px; } }

form.filter label {
  margin-left: 20px; }

label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

label .checkbox {
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
  background-color: #fff;
  border: 1px solid #CBCBCB; }

label:hover input ~ .checkbox {
  background-color: #c2c2c2; }

label input:checked ~ .checkbox {
  background-color: #3282D0;
  border-color: #5b9bda; }

.pagination {
  margin-top: 40px;
  text-align: right; }
  .pagination span, .pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    color: black;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 43px; }
  .pagination a:hover {
    background: #C2C2C2; }
  .pagination .current {
    background: #3282D0;
    color: white; }
  .pagination a.next, .pagination a.prev {
    width: 110px;
  }

.single-content {
  text-align: left;
  margin-top: 15px; }
  .single-content:after {
    content: "";
    display: table;
    clear: both; }
  .single-content .single-content-left {
    width: 100%;
    max-width: 270px;
    float: left; }
    @media all and (max-width: 730px) {
      .single-content .single-content-left {
        max-width: 100%;
        margin-bottom: 30px; } }
  .single-content .single-content-right {
    width: calc(100% - 270px);
    float: left;
    padding-left: 40px; }
    @media all and (max-width: 730px) {
      .single-content .single-content-right {
        width: 100%;
        padding-left: 0; } }
    @media all and (max-width: 1024px) {
      .single-content .single-content-right .two-col {
        width: 100%;
        margin-bottom: 30px; } }

.highlight {
  color: #3282D0; }

.secondary-images {
  font-size: 0;
  width: calc(100% + 10px);
  margin-left: -5px; }
  .secondary-images .secondary-image-block {
    width: calc((100% - 20px) / 2);
    margin: 5px;
    display: inline-block; }
    @media all and (max-width: 730px) {
      .secondary-images .secondary-image-block {
        width: calc((100% - 50px) / 5);
        max-width: 100%;
        text-align: center; } }

.secondary-image-thumb {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}

hr {
  outline: 0;
  border: 0;
  height: 2px;
  background: #BABABA;
  width: 100%;
  margin: 70px 0; }
  @media all and (max-width: 730px) {
    hr {
      margin: 30px 0; } }

.two-col {
  width: 50%;
  float: left; }
  @media all and (max-width: 730px) {
    .two-col {
      width: 100%;
      margin-bottom: 30px; } }

.apply-block {
  text-align: left;
  background: #3282D0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 20px; }
  .apply-block p {
    line-height: 1.5; }
  .apply-block:hover {
    background: #5b9bda; }
  .apply-block .apply-block-content {
    max-width: 265px; }


.instagram-feed {
  margin-top: 40px;
}

.content-inner {
  max-width: 850px;
  margin: 0 auto;
}

.content-inner p a {
  text-decoration: underline;
}

main ul {
  list-style: disc;
  margin-left: 20px;
}
main ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.contains-newsletter-form .gform_wrapper form {
  max-width: 350px;
  margin: 40px auto 0 auto;
}
.gform_wrapper form input[type=submit].button {
  outline: 0;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
.contains-newsletter-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.woocommerce-breadcrumb {
  font-size: 0.9em;
  text-align: left;
  max-width: 1280px;
  padding: 0 60px;
  margin: 20px auto 40px auto;
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  font-weight: 400;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  text-align: right;
}
.woocommerce-ordering select {
  padding: 15px;
}
ul.products {
  border-top: 1px solid #CDCDCD;
  margin-top: 20px;
  margin-bottom: 80px;
  padding-top: 20px;
  list-style: none;
  margin-left: 0;
  font-size: 0;
}
ul.products li.product {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 0 20px;
}
ul.products.columns-4 li.product {
  width: 25%;
}
@media all and (max-width: 768px) {
  ul.products.columns-4 li.product {
    width: 50%;
  }
}
@media all and (max-width: 650px) {
  ul.products.columns-4 li.product {
    width: 100%;
  }
}
.woocommerce-loop-product__link {
  display: block;
  margin-bottom: 5px;
  position: relative;
}
ul.products li.product .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}
ul.products li.product:hover .hover-image {
  opacity: 1;
}
ul.products li.product h3 {
  text-transform: none;
}
.price {
  font-weight: bold;
  color: #3282D0;
  font-size: 1.2em;
}
ul.products li.product .button {
  padding: 10px 10px 8px 10px;
  text-transform: none;
}
.star-rating {
  position: relative;
  height: 24px;
  width: 90px;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  top: 0;
  color: #cccccc;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 24px;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0;
  top: 0;
  color: #de4f1b;
}

.single-product-main {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-left {
  width: 38%;
  float: left;
}
.product-right {
  width: 62%;
  padding-left: 35px;
  text-align: left;
  float: left;
}
.product-right .woocommerce-product-rating {
  margin-bottom: 20px;
  background: #ececec;
  padding: 20px;
  display: inline-block;
}
.product-right .woocommerce-product-rating .woocommerce-review-link {
  font-size: 0.7em;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.flex-control-nav {
  font-size: 0;
  text-align: left;
  margin-top: 10px;
}
.flex-control-nav li {
  display: inline-block;
  width: 25%;
  transition: .3s ease;
}
.flex-control-nav li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.single-product-main form.cart {
  margin-top: 40px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}
.single-product-main form.cart .quantity:before {
  content: "Qty:";
  margin-right: 10px;
}
.single-product-main form.cart .quantity {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 10px;
}
.single-product-main form.cart .quantity input {
  width: 49px;
  height: 49px;
  font-size: 14px;
  border: 1px solid #d7d7d7;
  font-family: inherit;
  text-align: center;
  color: #7b7b7b;
  -webkit-appearance: none;
  appearance: none;
}
.single-product-main form.cart .quantity input[type=number]::-webkit-inner-spin-button,
.single-product-main form.cart .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product-main form.cart .quantity span {
  border: 1px solid #d7d7d7;
  height: 25px;
  width: 25px;
  cursor: pointer;
  color: #7b7b7b;
  font-weight: bold;
  position: absolute;
  right: 1px;
  text-align: center;
  line-height: 25px;
}
.single-product-main form.cart .quantity span.quantity-plus {
  top: 0;
}
.single-product-main form.cart .quantity span.quantity-minus {
  bottom: 0;
}
.single-product-main form.cart .quantity span:hover {
  background: #d7d7d7;
}
.single-product-main button[type=submit] {
  outline: 0;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.single-product-main .product_meta {
  display: none;
}

input#coupon_code {
  min-width: 120px;
  padding: 7px;
  display: inline-block;
}

.woocommerce-tabs {
  margin-top: 60px;
  text-align: left;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
}
.woocommerce-tabs ul.tabs li {
  margin: 0;
  display: inline-block;
  font-size: 1.4em;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 25px;
  background: #dcdcdc;
}
.woocommerce-tabs ul.tabs li.active a {
  background: #3282D0;
  color: white;
}
.woocommerce-Tabs-panel {
  border: 1px solid #d7d7d7;
  padding: 40px;
}
.comment-reply-title {
  display: none;
}
form.comment-form {
  max-width: 380px;
}
form.comment-form .comment-notes {
  font-size: 0.8em;
}
form.comment-form > p {
  margin-top: 10px;
}
form.comment-form label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 5px;
}
form.comment-form input[type=text], form.comment-form input[type=email], form.comment-form textarea {
  border: 1px solid #d9d9d9;
  display: block;
  padding: 10px;
  width: 100%;
}
form.comment-form textarea {
  resize: none;
  min-height: 100px;
}
input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
form.comment-form .comment-form-rating .stars a {
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-top: 18px;
}
form.comment-form .comment-form-rating .stars a:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  color: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
}
form.comment-form .comment-form-rating .stars a:hover:before, form.comment-form .comment-form-rating .stars a.active:before {
  color: #de4f1b;
}
form.comment-form .comment-form-rating .stars.selected a:before {
  color: #de4f1b;
}
form.comment-form .comment-form-rating .stars.selected a.active~a:before {
  color: #cccccc;
  opacity: 0.6;
}

.comment_container:before,
.comment_container:after {
  content: " ";
  display: table; }

.comment_container:after {
  clear: both; }

#reviews #comments ol.commentlist li.review img.avatar {
  float: left;
  max-width: 60px;
}
#reviews #comments ol.commentlist li.review .comment-text {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 80px);
  float: left;
  margin-left: 20px;
}
#reviews #comments ol.commentlist li.review ul {
  margin-left: 40px;
  list-style: none;
  margin-top: 20px;
}
#reviews #comments ol.commentlist li.review .star-rating {
  margin: 0 0 5px 0;
}
#reviews #comments ol.commentlist li.review .woocommerce-review__published-date {
  opacity: 0.5;
  font-size: 0.7em;
  font-weight: bold;
}

table.variations {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  display: block;
  position: relative;
}
table.variations tbody, table.variations tr, table.variations td {
  display: block;
}
table.variations tbody:before,
table.variations tbody:after {
  content: " ";
  display: table; }

table.variations tbody:after {
  clear: both; }

table.variations tr {
  float: left;
  width: 50%;
}
table.variations td.label, table.variations td.value {
  display: inline-block;
  vertical-align: middle;
}
table.variations td.label {
  margin-right: 10px;
}
table.variations td.value select {
  display: block;
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.reset_variations {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.share-block {
  margin-top: 30px;
}
.share-block p, .share-block a {
  display: inline-block;
  vertical-align: middle;
}
.share-block p {
  margin-right: 10px;
}
.share-block a {
  font-size: 1.2em;
  padding: 5px;
  position: relative;
  top: -2px;
}
.woocommerce-notices-wrapper {
  max-width: 1280px;
  margin: 30px auto;
  padding: 0 60px;
}


form.woocommerce-checkout {
  text-align: left;
}
form.woocommerce-checkout label {
  text-transform: none;
}
form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=password], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=tel] {
  padding: 5px 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #CDCDCD;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
}
form.woocommerce-checkout textarea {
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #CDCDCD;
  outline: 0;
  resize: none;
}
form.woocommerce-checkout span.checkbox {
  margin-left: 0;
  margin-right: 10px;
}
.woocommerce form .form-row {
  padding: 0 !important;
  margin-bottom: 20px !important;
}


.full-width-text {
  margin-bottom: 60px;
}
.steps {
  margin-bottom: 60px;
}
.step {
  display: block;
  margin-bottom: 5px;
  padding-left: 140px;
  background: #e8e8e8;
  position: relative;
  text-align: left;
}
.step-number {
  background: #3282D0;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 100%;
}
.step-number span {
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.step-content {
  padding: 30px;
}
main .content-inner ul {
  text-align: left;
  margin-left: 40px
}
main .content-inner ul li {
  margin-bottom: 1.5em;
}


form.wpcf7-form {
  text-align: left;
}

form.wpcf7-form .row:before,
form.wpcf7-form .row:after {
  content: " ";
  display: table; }
form.wpcf7-form .row:after {
  clear: both; }

form.wpcf7-form .row + .row {
  margin-top: 20px;
}
form.wpcf7-form .half {
  width: 50%;
  float: left;
  padding-right: 20px;
}
form.wpcf7-form .third {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}
form.wpcf7-form .quarter {
  width: 25%;
  float: left;
  padding-right: 15px;
}
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=tel] {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
}
form.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  min-height: 100px;
}
form.wpcf7-form strong {
  display: block;
  margin-bottom: 10px;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
form.wpcf7-form label {
  text-transform: none;
  display: block;
  margin-bottom: 20px;
}
form.wpcf7-form label.checkB {
  margin-bottom: 0px;
}
form.wpcf7-form .third .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-checkbox span.checkbox {
  margin-right: 10px;
  margin-left: 0;
}


.news-single-content {
  margin-top: 40px;
  margin-bottom: 60px;
}
.news-single-thumbnail .banner-image {
  height: 450px;
}
.news-single-thumbnail {
  margin-bottom: 40px;
}
.news-single-content-inner {
  max-width: 850px;
  margin: 0 auto;
}

.post-banner-content {
  margin-top: 60px;
}

.post-banner-content + section {
  padding-top: 40px;
}

.post-cats {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  BACKGROUND: #3282D0;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  padding: 10px;
  border-bottom-left-radius: 5px;
}

.reserved-banner, .foster-needed-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: orange;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  z-index: 5;
}
.foster-needed-banner {
  background: #de4f1b;
}
