/*
Theme Name: HoundsTown
Theme URI: https://houndstown.com
Version: 1.0
Author: ConsultR
Author URI: https://consultr.com/
*/

body {
  font-size: 18px;
  color: #525354;
  background: #fff;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "avenir-book", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.overh {
  overflow: hidden;
}

*:focus {
  outline: none !important;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all;
}

a:hover {
  color: #238cbf;
}

.aligncenter {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  font-family: "munchy-funkblack", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 32px;
  line-height: 1;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 43px;
    line-height: 1;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
  }
}

b,
strong {
  font-weight: 700;
}

/* Framework */

.main {
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  background: #fff;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1400px;
    padding: 0 70px;
  }

  .container-fluid {
    max-width: 1920px;
    padding: 0 70px;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-5-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Title */

.title {
  position: relative;
  margin-bottom: 25px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  margin: 0 0 0.5em;
  color: #00587c;
  font-weight: bold;
}

.title h1 {
  font-size: 46px;
  line-height: 1;
}

.title h2 {
  font-size: 24px;
}

.title h3 {
  font-size: 38px;
  line-height: 1;
}

.title h4 {
  font-size: 30px;
}

.title h5 {
  font-size: 30px;
}

.title p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: "avenir-medium", sans-serif;
}

.title .subtitle {
  font-weight: bold;
}

.title p:last-child {
  margin: 0;
}

.title span {
  color: #00587c;
}

.title .buttons {
  margin-top: 32px;
}

.title.max-width {
  max-width: 500px;
}

.title.max-width-lg {
  max-width: 960px;
}

@media screen and (min-width: 992px) {
  .title {
    margin-bottom: 50px;
  }

  .title h1 {
    font-size: 63px;
  }

  .title h2 {
    font-size: 70px;
    line-height: 65px;
  }

  .title h3 {
    font-size: 70px;
    line-height: 65px;
  }

  .title h4 {
    font-size: 46px;
  }

  .title h5 {
    font-size: 40px;
  }

  .title p {
    font-size: 21px;
    line-height: 27px;
  }
}

/*@media screen and (max-width: 767px){
	.title p br{
		display: none;
	}
}*/

/* Buttons */

input[type="submit"] {
  position: relative;
  padding: 0 32px;
  line-height: 40px;
  font-weight: 800;
  min-width: 200px;
  white-space: nowrap;
  border-radius: 4px;
  color: #fff;
  background: #c0d015;
  border-color: #c0d015;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  color: #c0d015;
  background: transparent;
  border-color: #c0d015;
}

.btn {
  position: relative;
  padding: 0 32px;
  line-height: 45px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 50px;
  transition: 0.3s all;
  font-family: "avenir-medium", sans-serif;
}

.btn:focus {
  box-shadow: none !important;
}

.btn i {
  vertical-align: -1px;
  font-size: 20px;
}

.btn-sm {
  line-height: 40px;
}

.btn-lg {
  line-height: 50px;
}

.btn-primary {
  background: #00587c;
  border-color: #00587c;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active {
  color: #00587c;
  background: transparent;
  border-color: #00587c;
  box-shadow: none;
}

.btn-outline-primary {
  color: #00587c;
  background: transparent;
  border-color: #00587c;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not([disabled]):not(.disabled):active {
  color: #fff;
  background: #00587c;
  border-color: #00587c;
}

.btn-secondary {
  background: #c0d015;
  border-color: #c0d015;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active {
  color: #c0d015;
  background: transparent;
  border-color: #c0d015;
  box-shadow: none;
}

.btn-outline-secondary {
  color: #c0d015;
  background: transparent;
  border-color: #c0d015;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not([disabled]):not(.disabled):active {
  color: #fff;
  background: #c0d015;
  border-color: #c0d015;
}

.btn-third {
  background: #e6f2f7;
  border-color: #e6f2f7;
  color: #00587c;
}

.btn-third:hover,
.btn-third:focus,
.btn-third:not([disabled]):not(.disabled):active {
  color: #fff;
  background: #00587c;
  border-color: #00587c;
  box-shadow: none;
}

.btn-outline-third {
  color: #e6f2f7;
  background: transparent;
  border-color: #e6f2f7;
}

.btn-outline-third:hover,
.btn-outline-third:focus,
.btn-outline-third:not([disabled]):not(.disabled):active {
  color: #00587c;
  background: #e6f2f7;
  border-color: #e6f2f7;
}

.btn-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not([disabled]):not(.disabled):active {
  color: #000;
  background: #b3c501;
  border-color: #b3c501;
  box-shadow: none;
}

.btn-dark .arrow-long,
.btn-dark.btn-circle:after {
  filter: invert(100%) sepia(60%) saturate(1840%) hue-rotate(14deg)
    brightness(103%) contrast(94%);
}

.btn-dark:hover .arrow-long,
.btn-dark.btn-circle:hover:after {
  filter: initial;
}

.btn-no-radius {
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width: 376px) {
  .btn {
    padding: 0 25px;
  }
}

/* Backgrounds */

.bg-primary {
  background-color: #00587c !important;
}

.bg-secondary {
  background-color: #c0d015 !important;
}

.bg-gray {
  background-color: #fbfbfb !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

/* Text */

.text-primary {
  color: #00587c !important;
}

.text-secondary {
  color: #c0d015 !important;
}

.text-third {
  color: #238cbf !important;
}

/* Forms */

label,
legend {
  color: #00587c;
  font-size: 15px;
  font-weight: 400;
}

input:not(.form-control):not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ),
select:not(.form-control),
textarea:not(.form-control) {
  border: 1px solid #00587c;
}

input:not(.form-control):not([type="submit"]):not([type="checkbox"]):not(
    [type="radio"]
  ),
select,
textarea,
.form-control {
  width: 100%;
  min-height: 43px;
  padding: 0 15px;
  font-size: 15px;
  color: #000;
  border-radius: 3px;
  background-color: #f9f9f9;
  border-color: #00587c;
  appearance: none;
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #a8a8a8;
}

input:disabled,
input[readonly],
.form-control:disabled,
.form-control[readonly] {
  background: #f9f9f9;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none !important;
  background-color: #fff;
}

select,
select.form-control {
  background-image: url("../svg/icon-arrow-down-select.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 12px;
}

textarea {
  padding: 15px !important;
}

@media screen and (min-width: 992px) {
  .form-control-lg {
    min-height: 56px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 17px;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 0 0px 2px #fff inset;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #00587c;
  box-shadow: 0 0 0px 2px #fff inset;
}

input[type="checkbox"] ~ span,
input[type="radio"] ~ span {
  vertical-align: middle;
  width: calc(100% - 33px);
}

input[type="checkbox"] ~ label,
input[type="radio"] ~ label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  margin: 0;
}

/* Header */

body {
  padding-top: 75px;
}

.header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 75px;
  background: #fff;
  transition: 0.3s all;
  z-index: 99;
}

.header .logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 232px;
  padding: 8px 0;
}

.header .nav-menu {
  position: relative;
  float: right;
  width: 30px;
  padding: 3px 0;
  cursor: pointer;
  z-index: 21;
  overflow: hidden;
}

.header .nav-menu .menu-line {
  float: right;
  display: block;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  background: #00587c;
  border-radius: 50px;
  transition: 0.3s;
}

.header .nav-menu.active .menu-line:nth-child(1) {
  transform: rotate(45deg);
  width: 30px;
  margin-top: 10px;
}

.header .nav-menu.active .menu-line:nth-child(3) {
  transform: rotate(-45deg);
  width: 30px;
  margin-top: -10px;
}

.header .nav-menu.active .menu-line:nth-child(2) {
  opacity: 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .navigation {
  display: none;
  align-items: center;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100vw;
  /*height: calc(100% - 60px);
	height: calc(var(--vh, 1vh) * 100 - 60px);*/
  background: #fff;
  padding: 15px 0;
  z-index: 999;
  box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 0.05);
}

.header .navigation ul {
  padding: 0;
  margin: 0;
}

.header .navigation ul li a {
  display: block;
  padding: 15px 15px;
  /*font-weight: 500;*/
  font-size: 17px;
  color: #0281b2;
  font-family: "avenir-medium", sans-serif;
}

.header .navigation .menu li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  color: #0281b2;
  transition: 0.3s all;
}

.header .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .open-submenu .sub-menu {
  display: block;
}

.header .navigation .menu .sub-menu li a {
  padding: 10px 15px;
  font-size: 16px;
}

.header .navigation .menu li.open-submenu {
  background: rgba(0, 0, 0, 0.1);
}

.header .navigation .menu li.open-submenu > a:after,
.header .navigation .menu li.menu-item-has-children > a:hover:after {
  transform: rotate(-90deg);
}

.header.fixed {
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideInDown 0.3s ease-out;
  -moz-animation: slideInDown 0.3s ease-out;
}

.header .account .search {
  position: relative;
}

.header .account .search .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  transition: 0.3s all;
}

.header .account .search.active .sub-menu {
  display: block;
  -webkit-animation: fadeIn 0.1s ease-out;
  -moz-animation: fadeIn 0.1s ease-out;
}

.header .account .search-blog > a:hover {
  text-decoration: none;
}

.header .account .search-blog .sub-menu {
  background-color: #e6f2f7;
}

.header .account .search-blog .sub-menu form {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.header .account .search-blog .sub-menu form input {
  width: 100%;
  line-height: 55px;
  min-height: 55px;
  padding: 0 45px 0 30px;
  color: #525354;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.3s all;
}

.header .account .search-blog .sub-menu form input::placeholder {
  color: #a8a8a8;
  font-size: 12px;
}

.header .account .search-blog .sub-menu form input:focus::placeholder {
  color: #a8a8a8;
}

.header .account .search-blog .sub-menu form button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 54px;
  padding: 0 15px;
  font-size: 18px;
  color: #00587c;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.header .account .search-blog .sub-menu form button:hover {
  color: #525354;
}

.header .account .search-blog .sub-menu form .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 55px;
  padding: 0 0 0 15px;
  color: #a8a8a8;
  font-size: 14px;
  opacity: 0.5;
}

.header .account .search-blog .sub-menu form .close:hover {
  opacity: 1;
  text-decoration: none;
}

.header .account .search-blog .sub-menu form .close i {
  background: none;
}

.header .account {
  margin: 0;
}

.header .account li > a {
  display: block;
  padding: 16px 15px;
  text-align: center;
}

.header .account .sub-menu {
  z-index: 999;
}

body:not(.home):not(.page-services) .header .account .search-stores {
  display: none !important;
}

.header .account .search-stores > a,
.btn-location {
  display: block;
  padding: 0 15px;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #c0d015;
  border-color: #c0d015;
  text-transform: uppercase;
}

.btn-location {
  border-radius: 6px;
}

.header .account .search-stores > a:hover {
  text-decoration: none;
}

.header .account .search-stores .sub-menu {
  background: #fff;
  box-shadow: 0 0 0 1px #eee inset;
}

.header .account .search-stores .sub-menu form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}

.header .account .search-stores .sub-menu form input {
  width: 100%;
  line-height: 55px;
  min-height: 55px;
  padding: 0 5px 0 30px;
  color: #a8a8a8;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: 0.3s all;
}

.header .account .search-stores .sub-menu form input::placeholder {
  color: #a8a8a8;
  font-size: 12px;
}

.header .account .search-stores .sub-menu form input:focus::placeholder {
  color: #a8a8a8;
}

.header .account .search-stores .sub-menu form button {
  width: auto;
  height: 55px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #c0d015;
  border: 0;
  border-radius: 0 4px 4px 0;
  appearance: none;
  -webkit-appearance: none;
}

.header .account .search-stores .sub-menu form button:hover {
  color: #fff;
}

.header .account .search-stores .sub-menu form .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 55px;
  padding: 0 0 0 15px;
  color: #a8a8a8;
  font-size: 14px;
  opacity: 0.5;
}

.header .account .search-stores .sub-menu form .close:hover {
  opacity: 1;
  text-decoration: none;
}

.header .account .search-stores .sub-menu form .close i {
  background: none;
}

@media screen and (min-width: 1300px) {
  body {
    padding-top: 80px;
  }

  .header {
    max-height: 80px;
  }

  .header .logo {
    max-width: 253px;
  }

  .header .nav-menu {
    display: none;
  }

  .header .navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }

  .header .navigation ul {
    margin: 0;
  }

  .header .navigation > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .header .navigation > ul > li > a {
    font-size: 16px;
    padding: 27px 10px;
  }

  .header .navigation ul li.current-menu-item > a,
  .header .navigation ul li a:hover {
    background: transparent;
  }

  .header .navigation ul li a:hover {
    text-decoration: underline;
  }

  .header .navigation ul li.current-menu-item > a {
    font-weight: bold;
  }

  .header .navigation .menu li:hover .sub-menu {
    display: block;
  }

  .header .navigation .menu .sub-menu {
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    padding: 0;
    background: #fff;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: left;
  }

  .header .navigation .menu .sub-menu li {
    display: block;
  }

  .header .navigation .menu .sub-menu li a {
    display: block;
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 400;
    color: #00587c;
  }

  .header .navigation .menu .sub-menu li.current-menu-item a,
  .header .navigation .menu .sub-menu li a:hover {
    background: #f9f9f9;
    color: #00587c;
    box-shadow: inset 4px 0 0 0 #00587c;
    text-decoration: none;
  }

  .header .account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 15px;
  }

  .header .account li a {
    padding: 6px 8px;
    font-size: 16px;
  }

  .header .account .search-blog > a {
    color: #adadad;
  }

  .header .account .search-blog > a:hover {
    color: #00587c;
  }

  .header .account .search-blog .sub-menu {
    top: -2px;
    left: auto;
    right: -7px;
    width: 250px;
    height: 40px;
    border-radius: 50px;
    transition: 0.3s all;
  }

  .header .account .search-blog .sub-menu form input {
    min-height: 40px;
    line-height: 40px;
  }

  .header .account .search-blog .sub-menu form button {
    height: 40px;
    color: #adadad;
    font-size: 16px;
    transition: 0.3s all;
  }

  .header .account .search-blog .sub-menu form .close {
    height: 40px;
  }

  .header .account .search-stores {
    display: none;
    margin-left: 15px;
  }

  .header .account .search-stores > a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 55px;
    border-radius: 4px;
  }

  .header .account .search-stores .sub-menu {
    top: 0;
    left: auto;
    right: 0;
    width: 400px;
    height: 55px;
    border-radius: 50px 4px 4px 50px;
    transition: 0.3s all;
  }

  .header .account .search-stores .sub-menu form input {
    width: 100%;
    min-height: 55px;
    line-height: 55px;
  }

  .header .account .search-stores .sub-menu form button {
    height: 55px;
    font-size: 18px;
  }

  .header .account .search-stores .sub-menu form .close {
    height: 55px;
  }

  .header.fixed {
    min-height: 65px;
  }

  .header.fixed .navigation .menu > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .header.fixed .navigation .menu .sub-menu {
    top: 65px;
  }

  .header.fixed .account .search-stores {
    display: block;
  }

  .header .hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1440px) {
  .header .account {
    margin-left: 15px;
  }

  .header .navigation > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .account .search-stores > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1299px) {
  .header .navigation {
    max-height: calc(100vh - 75px);
    overflow: auto;
  }

  .header .navigation.active {
    display: block;
  }

  .header .navigation .menu > li.open-submenu > a,
  .header .navigation .menu > li.current-menu-item > a,
  .header .navigation .menu > li > a:hover {
    background: #f9f9f9;
    color: #00587c;
    box-shadow: inset 4px 0 0 0 #00587c;
  }

  .header .account {
    position: absolute;
    right: 0;
    top: 0;
  }

  .header .account .search-blog > a {
    position: absolute;
    right: 115px;
    padding: 25px 15px;
    color: #00587c;
  }

  .header .account .search-blog .sub-menu {
    position: fixed;
    top: 75px;
  }

  .header .account .search-stores > a {
    display: block;
    position: fixed;
    left: calc(50% - 110px);
    bottom: 0;
    width: 220px;
    bottom: 50px;
    border-radius: 6px;
  }

  .header.fixed .account .search-stores > a {
    display: block;
    -webkit-animation: fadeIn 0.8s ease-out;
    -moz-animation: fadeIn 0.8s ease-out;
  }
}

@media screen and (max-width: 992px) {
  .header .account .search-blog > a {
    right: 65px;
  }

  .btn-location {
    position: fixed;
    bottom: 50px;
    margin: 0 auto;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 5px 10px;
    line-height: 30px;
  }
}

/* Navigation new pages */

.header .navigation .menu #menu-item-19660 .sub-menu {
  display: none;
  left: 250px;
}

.header .navigation .menu #menu-item-19660:hover .sub-menu {
  display: block;
}

/* Modules */

.section {
  position: relative;
  padding: 25px 0;
}

@media screen and (min-width: 992px) {
  .section {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1800px) and (max-width: 2500px) {
  .section {
    padding: 130px 0;
  }
}

/* Modules > Banner */

.banner {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 25px;
  transition: min-height 0.3s;
}

.banner .container {
  position: relative;
  z-index: 2;
}

.banner .title {
  margin: 0;
}

.banner .title h1 {
  margin: 0;
}

.banner .title p {
  margin-top: 15px;
}

.banner.text-center .title p {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.banner-bg {
  padding: 50px 0;
  min-height: 350px;
  background: no-repeat center;
  background-size: cover;
}

.banner-bg:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  background: url("../svg/banner-shape.svg") no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  width: 100%;
  height: 350px;
  z-index: 0;
  transition: 0.3s all;
}

.banner-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-bg .title {
  position: relative;
  z-index: 2;
}

.banner-bg .title h1,
.banner-bg .title p {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .banner-bg .title h1 {
    font-size: 75px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1600px) {
  .banner-bg {
    min-height: 450px;
  }
}

/* Modules > Video */

.module-video .title {
}

.module-video .video {
  max-width: 1024px;
  max-width: 880px;
  margin: 0 auto;
}

.module-video .video .player {
  background: no-repeat center;
  background-size: cover;
}

/* Modules > Stats */

.module-stats {
}

/* Modules > Services */

.module-services {
}

.module-services .items {
  justify-content: center;
}

.module-services .items .item article {
  text-align: center;
}

.module-services .items .item article .thumbnail {
  width: 80px;
  height: 80px;
  margin: 0 auto 32px;
  background: #238cbf no-repeat center;
  background-size: 65%;
  border-radius: 50%;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
}

.module-services .items .item article .thumbnail .img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 50%;
  opacity: 0;
}

.module-services .items .item article h2 {
  margin: 0;
  color: #00587c;
  font-size: 24px;
  line-height: 26px;
  font-family: "polka_regular", sans-serif;
  text-transform: uppercase;
}

.module-services .items .item article:hover h2,
.module-services .items .item article.active h2 {
  font-weight: bold;
}

.module-services .items .item article:hover .thumbnail,
.module-services .items .item article.active .thumbnail {
  background-color: #fff;
  transform: scale(1.3);
}

.module-services .items .item article:hover .thumbnail .img,
.module-services .items .item article.active .thumbnail .img {
  opacity: 1;
}

.module-services .buttons {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .module-services .items .item article .thumbnail {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 992px) {
  .module-services .items .item article h2 {
    font-size: 37px;
    line-height: 37px;
  }
}

@media screen and (max-width: 991px) {
  /*	.module-services .items{
		white-space: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.module-services .items .item{
		flex: 0 0 auto;
		width: 150px;		
	}*/
}

/* Modules > Testimonials */

.module-testimonials {
  position: relative;
}

.module-testimonials .title {
  margin: 0;
  text-align: center;
}

.module-testimonials .title h3 {
  position: relative;
  font-size: 45px;
  line-height: 40px;
  z-index: 2;
}

.module-testimonials .title h3 span {
  color: #238cbf;
}

.module-testimonials .title ~ .slider {
  margin-top: 25px;
}

.module-testimonials .slider .slides .slide {
  padding: 25px;
}

.module-testimonials .buttons {
  margin-top: 25px;
}

/* Modules > Blog */

.module-blog .container {
  max-width: 1200px;
}

.module-blog .slider .slides .slide {
  padding: 25px;
}

/* Modules > Text */

.module-text {
  position: relative;
}

.module-text .image {
  text-align: center;
}

.module-text .text .data {
  position: relative;
  padding: 0 15px;
}

.module-text .text .data h4 {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 38px;
}

.module-text .text .data p {
  font-size: 18px;
}

.module-text .text .data p a {
  text-decoration: underline;
  color: #238cbf;
}

.module-text .text .data .buttons {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .module-text .text .data {
    padding: 0 50px;
  }

  .module-text .text .data h4 {
    margin: 0 0 32px;
    font-size: 45px;
    line-height: 53px;
  }

  .module-text.odd .text {
    order: 1;
  }

  .module-text.odd .image {
    order: 2;
  }
}

@media screen and (min-width: 992px) {
  .module-text .text .data h4 {
    font-size: 63px;
  }
}

/* Modules > Prices */

.module-prices {
  min-height: 60vh;
}

.module-prices .title h4:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../svg/marker.svg") no-repeat center;
  background-size: contain;
}

.stores-dropdown {
  position: relative;
  display: inline-block;
}

.stores-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  border-radius: 3px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 250px;
  overflow-y: scroll;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .stores-dropdown ul {
    left: auto;
    right: 0;
  }
}

.stores-dropdown:hover ul {
  display: block;
}

.stores-dropdown ul li a {
  display: block;
  padding: 6px 10px;
  white-space: nowrap;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
  color: black;
}

.stores-dropdown ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../svg/marker.svg") no-repeat center;
  background-size: contain;
}

.stores-dropdown ul li a:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.module-prices .services {
  position: relative;
  justify-content: center;
  min-height: 150px;
}

.module-prices .services.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../svg/loader.svg") no-repeat
    center;
  background-size: 75px;
  transition: 0.3s all;
  z-index: 2;
}

.module-prices article {
  position: relative;
  margin: 0 5px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 5px;
}

.module-prices article h4 {
  padding: 10px 5px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", sans-serif;
  background: #238cbf;
}

.module-prices article .thumbnail {
  padding: 40% 0;
  background: no-repeat center;
  background-size: cover;
}

.module-prices article .prices {
  margin: 0;
}

.module-prices article .prices li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  color: #00587c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
}

.module-prices article .prices li strong {
  display: block;
  font-size: 14px;
  padding: 4px 0;
}

.module-prices article .prices li span {
  padding-left: 8px;
  font-size: 14px;
  text-align: right;
}

.module-prices .spinner {
  max-width: 100px;
  margin: 0 auto;
}

/* Modules > Single Price */

.module-single-price .subtitle h5 {
  font-family: "Poppins", sans-serif;
  color: #00587c;
}

.module-single-price .service {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
}

.module-single-price .service h5 {
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  background: #238cbf;
  margin-bottom: 0;
  color: #fff;
}

.module-single-price ul {
  padding: 10px 25px;
}

.module-single-price ul li {
  display: flex;
  justify-content: space-between;
  color: #00587c;
  padding: 7px 0;
}

.module-single-price .spinner {
  max-width: 50px;
  margin: 0 auto;
}

.module-single-price .resident-pass table tbody {
  border-bottom: 1px solid #ddd;
}

.module-single-price .resident-pass table th {
  padding: 7px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #238cbf;
}

.module-single-price .resident-pass table th:first-child {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.module-single-price .resident-pass table td {
  background-color: #fff;
  color: #0080b4;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 30px;
  text-align: center;
  border-right: 1px solid #dceaf0;
  border-bottom: 1px solid #dceaf0;
}

.module-single-price .resident-pass table td:first-child {
  text-align: left;
  font-weight: 400;
}

.module-single-price .resident-pass table td:nth-child(2) {
  color: #525354;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

/* Filter */

.filter {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

.filter ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.filter ul li a {
  position: relative;
  display: block;
  padding: 5px 0;
  color: #a8a8a8;
}

.filter ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a8a8a8;
  transition: 0.3s all;
}

.filter ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00587c;
  transition: 0.3s all;
}

.filter ul li.active a,
.filter ul li a:hover {
  color: #00587c;
}

.filter ul li.active a:after,
.filter ul li a:hover:after {
  width: 100%;
}

/* Feeds > Testimonial  */

.feed-testimonials article {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.feed-testimonials article .data {
  display: block;
  padding: 20px 15px;
}

.feed-testimonials article .data .description {
  position: relative;
  margin-top: 25px;
  line-height: 25px;
  font-size: 16px;
}

.feed-testimonials article .data .description p {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: 8.5em;
}

.feed-testimonials article .data .description p:before {
  content: "“";
  color: #00587c;
  font-size: 50px;
  font-weight: bold;
  font-family: "Paytone One", sans-serif;
}

.feed-testimonials article .data .author {
  position: relative;
  padding-left: 75px;
}

.feed-testimonials article .data .author .avatar {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  background: #00587c url("../svg/icon-avatar.svg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.feed-testimonials article .data .author h4 {
  margin: 0;
  font-size: 17px;
  color: #00587c;
  font-family: "Poppins", sans-serif;
}

.feed-testimonials article .data .author .stars {
  color: #e7d061;
}

@media screen and (min-width: 992px) {
  .feed-testimonials article .data {
    padding: 30px 40px 30px;
  }

  .feed-testimonials article .data .description {
    font-size: 18px;
    line-height: 27px;
  }
}

/* Feed > Stores */

.feed-stores .state {
  display: none;
  margin-bottom: 30px;
}

.feed-stores .state h4 {
  margin: 0;
  color: #238cbf;
  font-size: 40px;
  line-height: 42px;
}

.feed-stores .state h4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../svg/marker.svg") no-repeat center;
  background-size: contain;
}

.feed-stores article {
  display: none;
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #f9f9f9;
  cursor: pointer;
}

.feed-stores article h2 {
  font-size: 30px;
  line-height: 30px;
}

.feed-stores article h2 .distance {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.feed-stores article .address {
  font-size: 17px;
  line-height: 30px;
}

.feed-stores article .phone {
  display: block;
  margin: 0;
  color: #00587c;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.feed-stores article .phone:hover {
  text-decoration: underline;
}

.feed-stores article .btn {
  clear: both;
  margin-top: 15px;
}

.feed-stores .active {
  display: block;
}

.feed-stores .noresults {
  text-align: center;
  padding: 50px 0;
}

@media screen and (min-width: 1200px) {
  .feed-stores article.store {
    padding: 25px 0;
    display: flex;
    /* padding-right: 320px; */
  }

  .feed-stores article .text {
    width: 50%;
  }

  .feed-stores article .buttons {
    width: 50%;
    text-align: right;
  }

  /* .feed-stores article .btn {
		position: absolute;
		top: 25px;
		right: 0;
		margin: 0;
	} */
}

/* Feeds > Blog  */

.feed-blog article a {
  position: relative;
  height: 100%;
  padding: 15px;
}

.feed-blog article a {
  transition: 0.3s all;
}

.feed-blog div:not(.featured) article a:hover .seemore {
  text-decoration: underline;
}

.feed-blog article .thumbnail {
  width: 100%;
  height: 250px;
  margin: 0 0 15px;
  transition: 0.3s all;
  overflow: hidden;
}

.feed-blog article .thumbnail .img {
  width: 100%;
  height: 100%;
  background: #ace3ef url("../png/placeholder-new.png") no-repeat center;
  background-size: cover !important;
  border-radius: 5px;
  transition: 0.3s all;
}

.feed-blog article .data {
  padding: 0;
}

.feed-blog article .data .meta .author {
  font-weight: 500;
}

.feed-blog article .data h2 {
  margin: 0 0 15px;
  font-size: 30px;
  color: #00587c;
}

.feed-blog article .data .description p {
  margin: 0;
  color: #000;
  line-height: 30px;
}

.feed-blog article .data .seemore {
  color: #00587c;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .feed-blog article a {
    display: flex;
    align-items: center;
  }

  .feed-blog article .thumbnail {
    margin: 0 30px 0 0;
    width: 275px;
    min-width: 275px;
    height: 275px;
  }

  .feed-blog article .data h2 {
    margin: 0 0 30px;
  }

  /*	.feed-blog article a:hover .thumbnail .img{
		transform: scale(1.1);
	}*/
}

@media screen and (min-width: 992px) {
  .feed-blog .featured .thumbnail {
    margin: 0 50px 0 0;
    min-width: 60%;
    width: 60%;
    min-height: 500px;
  }

  .feed-blog .featured .data .seemore {
    clear: both;
    display: block;
    max-width: 160px;
    margin-top: 30px;
    border-radius: 50px;
    padding: 0 32px;
    line-height: 45px;
    font-weight: 500;
    border: 1px solid #00587c;
    color: #00587c;
    background: transparent;
    transition: 0.3s all;
  }

  .feed-blog .featured .data .seemore:hover {
    color: #fff;
    background: #00587c;
    border-color: #00587c;
  }
}

@media screen and (min-width: 1600px) {
  .feed-blog .featured .thumbnail {
    width: 65%;
    min-width: 65%;
  }
}

/* Feeds > Blog > Simple  */

.feed-blog-simple article {
  position: relative;
  max-width: 310px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 18px;
}

.feed-blog-simple article a:hover {
  text-decoration: none;
}

.feed-blog-simple article .thumbnail {
  width: 100%;
  height: 250px;
  margin: 0 0 15px;
  transition: 0.3s all;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.feed-blog-simple article .thumbnail .img {
  width: 100%;
  height: 100%;
  background: #00587c url("../png/placeholder-new.png") no-repeat center;
  background-size: cover;
  transition: 0.3s all;
}

.feed-blog-simple article .data {
  padding: 15px;
}

.feed-blog-simple .description p {
  display: -webkit-box !important;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.feed-blog-simple article .data h2 {
  color: #00587c;
  font-size: 18px;
  font-weight: 500;
  font-family: "avenir-medium", sans-serif;
}

.feed-blog-simple article .data .seemore {
  display: block;
  margin-top: 15px;
  color: #00587c;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .feed-blog-simple article .data {
    padding: 30px;
  }
}

/* Pagination  */

.pagination {
  display: block;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}

.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 8px;
  transition: 0.3s all;
}

.pagination a.page-numbers:hover {
  color: #c0d015;
}

.pagination .page-numbers.current {
  background: #00587c;
  color: #fff;
  border-radius: 3px;
}

.pagination .page-numbers.prev {
  color: #238cbf;
  font-weight: bold;
  padding-right: 15px;
}

.pagination .page-numbers.prev i {
  margin-right: 6px;
}

.pagination .page-numbers.next {
  color: #525354;
  font-weight: bold;
  padding-left: 15px;
}

.pagination .page-numbers.next i {
  margin-left: 6px;
}

@media screen and (min-width: 992px) {
  .pagination {
    padding: 50px 0;
  }

  .pagination .page-numbers {
    padding: 0 10px;
  }

  .pagination .page-numbers.prev {
    padding-right: 25px;
  }

  .pagination .page-numbers.next {
    padding-left: 25px;
  }
}

/* Sidebar  */

.sidebar {
}

.sidebar .module-guide {
  padding: 0;
}

.sidebar .module-guide .container {
  max-width: 100%;
  padding: 0;
}

.sidebar .module-guide .data {
  display: block;
}

.sidebar .feed-blog article a {
  display: flex;
  padding: 0;
}

.sidebar .feed-blog article .data .meta {
  margin: 0 0 5px;
  font-size: 13px;
}

.sidebar .feed-blog article .data h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.sidebar .feed-blog article .data .description {
  display: none;
}

@media screen and (min-width: 992px) {
  .sidebar .module-guide {
    text-align: center;
  }

  .sidebar .module-guide .data:before {
    right: -30px;
  }

  .sidebar .module-guide .data {
    padding: 30px 15px;
  }

  .sidebar .module-guide .data .title p {
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 500;
  }

  .sidebar .module-guide .data .title h5 {
    font-size: 15px;
    letter-spacing: -0.5px;
  }

  .sidebar .module-guide .data .buttons {
    margin-top: 30px;
  }

  .sidebar .feed-blog article .thumbnail {
    width: 90px;
    height: 80px;
    min-width: 90px;
    margin: 0 15px 0 0;
  }

  .sidebar .feed-blog article .thumbnail .img {
    padding: 0;
    width: 100%;
    height: 100%;
  }
}

/* Singles */

/* Single > Service */

.single.service .bg-blue:before {
  top: -13vw;
}

.single.service .module-prices {
  position: relative;
  z-index: 2;
}

.single.service .module-prices .subtitle h5 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.single.service .module-prices .subtitle p b {
  font-size: 20px;
  line-height: 30px;
}

.single.service .module-prices .table {
  background: #fff;
  margin: 30px 0 0;
}

.single.service .module-prices .table h4 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.single.service .module-prices .table table {
  width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.single.service .module-prices .table table tbody {
  border-bottom: 1px solid #ddd;
}

.single.service .module-prices .table table th {
  padding: 7px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #238cbf;
}

.single.service .module-prices .table table th:first-child {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.single.service .module-prices .table table td {
  padding: 6px 15px;
  color: #0080b4;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #dceaf0;
}

.single.service .module-prices .table .resident-pass table td {
  font-weight: bold;
}

.single.service .module-prices .table table td:first-child {
  text-align: left;
  font-weight: 400;
}

.single.service .module-prices .resident-pass .table table td:nth-child(2) {
  color: #525354;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.single.service .module-prices .service-prices .table table td:nth-child(2) {
  text-align: right;
}

@media screen and (min-width: 992px) {
}

/*.single.service .module-testimonials .title:before{
	content: '';
	position: absolute;
	top: -120px;
	left: -25px;
	width: 120px;
	height: 180px;
	background: url('assets/img/badges/certificate.png') no-repeat center;
	background-size: contain;
}*/
.single.service .module-testimonials .title:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 115px;
  height: 100px;
  background: url("../png/pounds-blue.png") no-repeat center;
  background-size: contain;
}

.single.service .module-contact {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .single.service .module-testimonials .title:before {
    top: -100px;
    left: -50px;
    width: 180px;
  }
}

/* Single > Store */

.single.store .bg-green:before {
  top: -18vw;
}

.single.store .bg-blue:before {
  top: calc(50% - 38vw);
}

.single.store .banner {
  position: relative;
  z-index: 2;
}

.single.store .banner-bg {
  background-image: url("../jpg/banner-store.jpg");
}

.single.store .banner .title {
  margin-bottom: 25px;
}

.single.store .banner .title h1 {
  margin-bottom: 20px;
}

.single.store .banner .title p a {
  display: inline-block;
  vertical-align: 2px;
  color: #00587c;
  background: #fff;
  font-size: 15px;
  line-height: 28px;
  padding: 3px 25px;
  border-radius: 50px;
}

.single.store .banner .title p a:hover {
  background: #00587c;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .single.store .banner .title p a {
    font-size: 18px;
  }
}

.single.store .content {
  position: relative;
  z-index: 2;
}

.single.store .content .meta {
  position: relative;
  min-height: 300px;
  padding: 15px;
  margin: 0 -15px;
  font-size: 17px;
  line-height: 24px;
  background: #e6f2f7;
}

.single.store .content .meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40vh;
  width: 40vh;
  height: 100%;
  background: #e6f2f7;
}

.single.store .content .meta > li {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}

.single.store .content .meta h4 {
  font-size: 30px;
  line-height: 30px;
}

.single.store .content .meta p:last-child {
  margin: 0;
}

.single.store .content .meta small {
  font-size: 12px;
  line-height: 18px;
}

.single.store .content .dog {
  max-width: 200px;
  margin-left: auto;
  margin-top: -40px;
}

@media screen and (min-width: 992px) {
  .single.store .bg-green:before {
    top: -16vw;
  }

  .single.store .content .title h1 {
    font-size: 65px;
    line-height: 69px;
  }

  .single.store .content .meta {
    padding: 30px 0;
    margin: 0;
    width: 100%;
    max-width: 400px;
  }

  .single.store .content .meta:after {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    width: 400px;
    height: 100%;
    border-radius: 50%;
    background: #e6f2f7;
    z-index: 0;
  }
}

.form {
  position: relative;
}

.form h4 {
  margin: 15px 0 0;
  color: #238cbf;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.form .field_behavior .gfield_radio .gchoice {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.form .field_behavior .gfield_radio .gchoice input {
  display: none;
}

.form .field_behavior .gfield_radio .gchoice label {
  display: block;
  max-width: 100%;
  width: 36px;
  height: 36px;
  line-height: 10em;
  background: url("../png/good-behavior.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  overflow: hidden;
}

.form .field_behavior .gfield_radio .gchoice input:checked ~ label,
.form .field_behavior .gfield_radio .gchoice label:hover {
  background-image: url("../png/good-behavior-selected.png");
}

.form .field_behavior .gfield_radio .gchoice:nth-child(2) label {
  background-image: url("../png/neutral-behavior.png");
}

.form .field_behavior .gfield_radio .gchoice:nth-child(2) input:checked ~ label,
.form .field_behavior .gfield_radio .gchoice:nth-child(2) label:hover {
  background-image: url("../png/neutral-behavior-selected.png");
}

.form .field_behavior .gfield_radio .gchoice:nth-child(3) label {
  background-image: url("../png/bad-behavior.png");
}

.form .field_behavior .gfield_radio .gchoice:nth-child(3) input:checked ~ label,
.form .field_behavior .gfield_radio .gchoice:nth-child(3) label:hover {
  background-image: url("../png/bad-behavior-selected.png");
}

.form .gform_page_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .gform_page_footer .gform_previous_button {
  max-width: 100px;
  padding: 0 !important;
  color: #fff !important;
  text-align: center;
  border: 1px solid #00587c !important;
  background: #00587c !important;
}

.form .gform_page_footer .gform_previous_button:hover {
  background: #fff !important;
  color: #00587c !important;
}

@media screen and (min-width: 1200px) {
  .form .horizontal_field {
    grid-column: 1 / -7 !important;
  }

  .form .horizontal_field .gchoice {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  .form .field_behavior {
    grid-column: 7 / -1 !important;
    padding-left: 30px !important;
    border-left: 2px solid #d9d9d9 !important;
  }
}

.form .gform_wrapper .gform_validation_errors > h2 {
  font-family: "Poppins", sans-serif;
}

.form .gform_confirmation_wrapper {
  text-align: center;
  padding: 0 15px;
}

.form .gform_confirmation_wrapper h4 {
  margin: 0;
}

.form .form-title {
  position: relative;
  display: inline-block;
  max-width: 80%;
  font-size: 16px;
  margin-top: 65px;
  line-height: 30px;
}

.form .form-title span {
  font-weight: bold;
  color: #238cbf;
}

.form .form-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 30px;
  height: 50px;
  background: url("../svg/icon-arrow-form-down.svg") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 580px) {
  .form .form-title {
    margin: 0;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .form .form-title {
    max-width: 300px;
    font-size: 20px;
  }
}

.form form {
  position: relative;
}

.form .gf_page_steps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0 !important;
}

@media screen and (min-width: 580px) {
  .form .gf_page_steps {
    right: 0;
    left: auto;
  }
}

.form .gf_page_steps:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
}

.form .gf_page_steps .gf_step {
  margin: 0 !important;
  text-align: center;
}

.form .gf_page_steps .gf_step:not(:last-child) {
  margin-right: 15px !important;
}

.form .gf_page_steps .gf_step .gf_step_label {
  display: block;
  padding: 0;
  color: #00587c;
  font-weight: 400;
}

.form .gf_page_steps .gf_step .gf_step_number {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 1em;
  background: #fff;
  border-color: #d9d9d9;
  border-radius: 50%;
}

.form .gf_page_steps .gf_step .gf_step_number:after {
  content: "\f111";
  font-family: "fontawesome" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #d9d9d9;
  font-size: 12px !important;
}

.form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before {
  content: none;
}

.form .gf_page_steps .gf_step.gf_step_completed .gf_step_number,
.form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  color: #c0d015;
  background: #c0d015;
  border-color: #c0d015;
}

.form .gf_page_steps .gf_step.gf_step_completed .gf_step_number:after,
.form .gf_page_steps .gf_step.gf_step_active .gf_step_number:after {
  content: "\f00c" !important;
  color: #fff;
}

.form .instruction,
.form .validation_message {
  font-size: 12px !important;
  padding: 6px !important;
}

.single.store .prices {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.single.store .prices .title h4 {
  margin: 0;
}

.single.store .prices .title p {
  font-weight: bold;
}

.single.store .prices .container {
  padding: 0 15px;
}

.single.store .prices .services article {
  position: relative;
  margin: 0 5px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s all;
}

.single.store .prices .services article h4 {
  padding: 10px 5px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: "munchy-funkblack", sans-serif;
  background: #238cbf;
}

.single.store .prices .services article .excerpt {
  padding: 15px;
  background: #e6f2f8;
}

.single.store .prices .services article .excerpt p {
  margin: 0;
  color: #000;
}

.single.store .prices .services article .thumbnail {
  position: relative;
  padding: 40% 0;
  background: no-repeat center;
  background-size: cover;
}

.single.store .prices .services article .thumbnail:after {
  content: "Read more";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s all;
}

.single.store .prices .services article .prices {
  margin: 0;
}

.single.store .prices .services article .prices li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  color: #00587c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
}

.single.store .prices .services article .prices li strong {
  display: block;
  font-size: 14px;
  padding: 4px 0;
}

.single.store .prices .services article .prices li span {
  font-size: 14px;
  text-align: right;
  padding-left: 8px;
}

@media screen and (min-width: 992px) {
  .single.store .prices {
    margin-bottom: 150px;
  }

  .single.store .prices .services article .excerpt {
    padding: 30px;
  }

  .single.store .prices .services article .excerpt p {
    display: -webkit-box;
    margin: 0;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
  }

  .single.store .prices .services article:hover {
    transform: scale(1.04);
    z-index: 2;
  }

  .single.store .prices .services article:hover .excerpt p {
    overflow: auto;
    -webkit-line-clamp: 20;
  }

  .single.store .prices .services article:hover a .thumbnail:after {
    opacity: 1;
  }
}

.single.store .resident-pass .title {
  margin: 0;
}

.single.store .resident-pass .title p {
  font-size: 20px;
  line-height: 30px;
}

.single.store .resident-pass .title .buttons {
  margin-top: 50px;
}

.single.store .resident-pass .table {
  min-height: 300px;
  background: #fff;
  margin: 0;
}

.single.store .resident-pass .table table tbody {
  border-bottom: 1px solid #ddd;
}

.single.store .resident-pass .table table th {
  padding: 7px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #238cbf;
}

.single.store .resident-pass .table table th:first-child {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.single.store .resident-pass .table table td {
  background-color: #fff;
  color: #0080b4;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 30px;
  text-align: center;
  border-right: 1px solid #dceaf0;
  border-bottom: 1px solid #dceaf0;
}

.single.store .resident-pass .table table td:first-child {
  text-align: left;
  font-weight: 400;
}

.single.store .resident-pass .table table td:nth-child(2) {
  color: #525354;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

@media screen and (max-width: 580px) {
  .single.store .resident-pass .table table th:first-child {
    font-size: 14px;
  }

  .single.store .resident-pass .table table td {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.single.store .guides {
  margin-bottom: 50px;
}

.single.store .guides .data {
  position: relative;
  max-width: 980px;
  margin: 75px auto 0;
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  border: 1px dashed #d9d9d9;
}

.single.store .guides .data .title {
  margin: 0;
}

.single.store .guides .data .title p {
  margin: 0;
  color: #238cbf;
  font-size: 18px;
  line-height: 27px;
}

.single.store .guides .data .title h5 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.single.store .guides .data .buttons {
  margin-top: 15px;
}

.single.store .guides .data .buttons .btn {
  font-size: 16px;
  font-weight: 400;
  margin: 5px;
}

.single.store .guides .data .buttons .btn:hover,
.single.store .guides .data .buttons .btn:focus,
.single.store
  .guides
  .data
  .buttons
  .btn:not([disabled]):not(.disabled):active {
}

/*.single.store .guides .data:before{
	content: '';
	position: absolute;
	top: -85px;
	right: 0;
	width: 120px;
	height: 120px;
	background: url('assets/img/badges/cat_01.png') no-repeat center;
	background-size: contain;
}
@media screen and (min-width: 768px){
	.single.store .guides .data:before{
		width: 160px;
		height: 160px;
		top: -108px;
	}
}*/

@media screen and (min-width: 992px) {
  .single.store .guides {
    margin-bottom: 50px;
  }

  .single.store .guides .data {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px;
  }

  .single.store .guides .data .title {
    width: 100%;
  }

  .single.store .guides .data .buttons {
    display: flex;
    margin: 0 0 0 30px;
  }
}

.single.store .map {
  min-height: 450px;
  background: #eee;
}

/* Singles > Blog */

.single.blog .content .main_title h1 {
  font-size: 30px;
}

.single.blog .content .article article .thumbnail {
  margin-bottom: 15px;
}

.single.blog .content .article article .meta {
  margin-bottom: 30px;
}

.single.blog .content .article article {
  line-height: 30px;
}

.single.blog .content .article article a {
  color: #238cbf;
}

.single.blog .content .article article a:hover {
  text-decoration: underline;
}

.single.blog .content .article article img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .single.blog .content .main_title {
    max-width: 80%;
  }

  .single.blog .content .main_title h1 {
    font-size: 42px;
  }
}

.single.blog .relateds {
  margin-top: 50px;
}

.single.blog .relateds .feed-blog article a {
  display: block;
}

.single.blog .relateds .feed-blog article .thumbnail {
  margin: 0 0 15px;
}

.single.blog .relateds .feed-blog article .description {
  display: none;
}

.single.blog .relateds .feed-blog article .data .meta {
  margin: 0 0 5px;
  font-size: 13px;
}

.single.blog .relateds .feed-blog article .data h2 {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

/* Pages  */

/* Pages > Home */

.page.home .bg-green:before {
  top: -15vw;
}

.page.home .bg-blue:before {
  top: -13vw;
}

.page.home .bg-blue-2:before {
  top: -13vw;
}

.page.home .presentation {
  position: relative;
}

.page.home .presentation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

.page.home .presentation:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  background: url("../svg/banner-shape.svg") no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  width: 100%;
  height: 350px;
  z-index: 2;
  transition: 0.3s all;
}

.page.home .presentation .slides .slide {
  min-height: 350px;
  background: no-repeat center;
  background-size: cover;
}

.page.home .presentation .slider .arrows {
  display: none;
}

.page.home .presentation .slider .arrows button {
  top: 80%;
  left: 15px;
  filter: brightness(0) invert(1);
}

.page.home .presentation .slider .arrows .slick-next {
  left: auto;
  right: 15px;
}

.page.home .presentation .data {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px 0 100px;
  z-index: 3;
  width: 100%;
}

.page.home .presentation .title {
  margin: 0 0 20px;
}

.page.home .presentation .title h1 {
  color: #fff;
}

.page.home .presentation .title p {
  color: #fff;
}

.page.home .presentation .form {
  display: none;
  max-width: 455px;
  text-align: right;
}

.page.home .presentation .form .location_searcher {
  margin: 0;
}

.page.home .presentation .form .location_searcher .btn {
  padding: 0 30px;
  text-transform: uppercase;
}

.page.home .presentation .form .text {
  position: relative;
  display: inline-block;
  max-width: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  margin-right: 25px;
}

.page.home .presentation .form .text span {
  font-weight: bold;
  color: #c0d015;
}

.page.home .presentation .form .text:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: -25px;
  width: 45px;
  height: 30px;
  background: url("../svg/icon-arrow-form-up.svg") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .page.home .presentation .form {
    display: block;
  }

  .page.home .presentation .slider .arrows button,
  .page.home .presentation .slider .arrows .slick-next {
    top: calc(50% - 10px);
  }
}

@media screen and (min-width: 1200px) {
  .page.home .presentation .slides .slide {
    min-height: 600px;
  }

  .page.home .presentation .data {
    top: 0;
    padding: 25px 0;
  }

  .page.home .presentation .data .wrap {
    max-width: 550px;
    margin-left: auto;
  }

  .page.home .presentation .title {
  }

  .page.home .presentation .title h1 {
    color: #fff;
    font-size: 105px;
    line-height: 85px;
    margin: 0 0 0.2em;
  }

  .page.home .presentation .title p {
    font-size: 21px;
    line-height: 27px;
  }
}

.page.home .advantages {
  position: relative;
  z-index: 2;
}

.page.home .advantages .title,
.advantages .title {
  margin-bottom: 25px;
}

.page.home .advantages .title span,
.advantages .title span {
  color: #c0d015;
}

.page.home .advantages .title p,
.advantages .title p {
  font-size: 18px;
}

.page.home .advantages .items,
.advantages .items {
  align-items: center;
}

.page.home .advantages .items .item,
.advantages .items .item {
  position: relative;
}

.page.home .advantages .items .item:after,
.advantages .items .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #04597c;
}

.page.home .advantages .items .item article,
.advantages .items .item article {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page.home .advantages .items .item article .icon,
.advantages .items .item article .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.page.home .advantages .items .item article p,
.advantages .items .item article p {
  margin: 0;
  padding: 0;
  color: #04597c;
  font-size: 17px;
  line-height: 20px;
  font-family: "avenir-medium", sans-serif;
}

@media screen and (min-width: 768px) {
  .page.home .advantages .items .item article,
  .advantages .items .item article {
    padding: 10px;
  }

  .page.home .advantages .items .item article p,
  .advantages .items .item article p {
    font-size: 20px;
    line-height: 26px;
  }

  .page.home .advantages .items .item article .icon,
  .advantages .items .item article .icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
  }

  .page.home .advantages .items .item:after {
  }

  .page.home .advantages .items .item:last-child:after,
  .advantages .items .item:last-child:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .page.home .advantages .items .item:nth-child(2):after,
  .advantages .items .item:nth-child(2):after,
  .page.home .advantages .items .item:nth-child(4):after,
  .advantages .items .item:nth-child(4):after,
  .page.home .advantages .items .item:nth-child(5):after,
  .advantages .items .item:nth-child(5):after {
    content: none;
  }
}

.page.home .module-services:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 5%;
  width: 120px;
  height: 84px;
  background: url("../png/pounds-green-new.png") no-repeat center;
  background-size: contain;
}

.page.home .module-services:after {
  content: "";
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50px;
  left: 0;
  width: 220px;
  height: 100px;
  background: url("../png/dogs_01-new.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .page.home .module-services:before {
    width: 243px;
    height: 174px;
    top: -70px;
    right: 5%;
  }

  .page.home .module-services:after {
    position: absolute;
    top: auto;
    left: auto;
    bottom: -170px;
    right: 5%;
    width: 400px;
    height: 190px;
  }
}

r .page.home .section.module-video:first-of-type:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 5%;
  width: 243px;
  height: 174px;
  background: url("../png/certificate.png") no-repeat center;
  background-size: contain;
}

.page.home .why-top {
  position: relative;
  z-index: 2;
}

.page.home .why-top img {
  transition: 0.3s all;
}

.page.home .why {
  position: relative;
  background: #e6f2f7;
  z-index: 3;
  transition: 0.3s all;
}

.page.home .why .title {
  margin: 50px 0;
}

.page.home .why .title span {
  color: #c0d015;
}

.page.home .why .image .img {
  max-width: 300px;
  margin: 0 auto;
  transition: 0.3s all;
}

@media screen and (min-width: 992px) {
  .page.home .why .title {
    margin: 30px 0;
  }

  .page.home .why .image .img {
    max-width: 120%;
    margin-left: -20%;
  }
}

@media screen and (min-width: 1440px) {
  .page.home .why .image .img {
    margin-top: -130px;
    margin-left: -110px;
    max-width: 120%;
  }
}

.page.home .module-text,
.page.home .module-video {
  position: relative;
  z-index: 2;
}

.page.home .video .title p + p {
  font-size: 16px;
  line-height: 30px;
}

/* Pages > About */

.page.about .timeline .container {
  max-width: 1024px;
}

.page.about .timeline .years {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

.page.about .timeline .years:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 200vw;
  border-bottom: 2px dashed #c0d015;
}

.page.about .timeline .years li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #a8a8a8;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.page.about .timeline .years li.active {
  font-weight: bold;
  color: #c0d015;
}

.page.about .timeline .years li.active:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 5.5px);
  width: 11px;
  height: 11px;
  background: #c0d015;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .page.about .timeline .years {
    width: auto;
  }

  .page.about .timeline .years:after {
    width: 92%;
    left: 4%;
  }
}

.page.about .timeline .slides {
  position: relative;
}

.page.about .timeline .slides .slide {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
  border-radius: 4px;
}

.page.about .timeline .slides .slide article .thumbnail .img {
  display: inline-block;
  width: 100%;
  padding: 45% 0;
  background: #eee no-repeat center;
  background-size: cover;
}

.page.about .timeline .slides .slide article .data {
  padding: 0 30px;
}

.page.about .timeline .slides .slide article .data h2 {
  margin: 0 0 8px;
}

.page.about .timeline .slides .slide article .data p {
  margin: 0;
  font-size: 19px;
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  .page.about .timeline .slides .slide article {
    display: flex;
  }

  .page.about .timeline .slides .slide article .thumbnail {
    width: 50%;
  }

  .page.about .timeline .slides .slide article .data {
    width: 50%;
    padding: 0 50px;
  }
}

/* Pages > RRHH */

.page.rrhh .module-video {
  padding-top: 0;
}

/* Pages > Expect */

.page.expect .module-text[data-type="text_image"] .text .data:before {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 115px;
  height: 100px;
  background: url("../png/pounds.png") no-repeat center;
  background-size: contain;
}

/*.page.expect .module-text[data-type="text_image_2"] .image:before{
	content: '';
	position: absolute;
	top: -120px;
	right: -10px;
	width: 120px;
	height: 162px;
	background: url('assets/img/badges/dogs_03.png') no-repeat center;
	background-size: contain;
}*/
/*.page.expect .module-testimonials .title:before{
	content: '';
	position: absolute;
	top: -115px;
	left: -50px;
	width: 120px;
	height: 180px;
	background: url('assets/img/badges/certificate.png') no-repeat center;
	background-size: contain;
}*/
.page.expect .module-testimonials .title:after {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 115px;
  height: 100px;
  background: url("../png/pounds-blue.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .page.expect .module-testimonials .title:before {
    top: -100px;
    width: 180px;
  }

  .page.expect .module-text[data-type="text_image_2"] .image:before {
    top: -200px;
    width: 170px;
  }
}

/* Pages > Charities */

.page.charities .learn_more p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}

.page.charities .module-text[data-type="text_image_2"] .text .data:before {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 115px;
  height: 100px;
  background: url("../png/pounds.png") no-repeat center;
  background-size: contain;
}

/*.page.charities .module-text[data-type="text_image_3"] .image:before{
	content: '';
	position: absolute;
	top: -120px;
	right: -10px;
	width: 120px;
	height: 162px;
	background: url('assets/img/badges/dogs_03.png') no-repeat center;
	background-size: contain;
}*/

@media screen and (min-width: 768px) {
  .page.charities .module-text[data-type="text_image_3"] .image:before {
    top: -200px;
    width: 170px;
  }

  .page.charities .learn_more p {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Pages > Services */

.page.services .module-services {
}

.page.services .module-services .title {
  display: none;
}

.page.services .module-services .items .item article {
  cursor: pointer;
}

.page.services .module-services .items .item article p {
  display: none;
}

.page.services .module-services .items .item article h2 {
  font-size: 18px;
  font-weight: 400;
}

.page.services .module-services .items .item article .thumbnail {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.page.services .module-services .items .item article.active h2 {
  font-weight: bold;
}

.page.services .content .slider {
}

.page.services .content article .thumbnail .img {
  padding: 50% 0;
  background: #eee no-repeat center;
  background-size: cover;
}

.page.services .content article h2 {
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 53px;
}

.page.services .content article .subtitle {
  font-weight: bold;
  margin: 0 0 20px;
}

.page.services .content article p {
  font-size: 18px;
  line-height: 30px;
}

.page.services .content article .buttons {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page.services .content .slider {
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .page.puppys .form .form-container {
    width: 75%;
  }
}

/* Pages > Stores */

.location_searcher {
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 0;
}

.location_searcher input {
  min-height: 56px;
  min-width: 200px;
  background: #fff;
  border: 0;
  border-radius: 6px 0 0 6px;
}

.location_searcher input::placeholder {
  font-size: 12px;
}

.location_searcher .btn {
  border-radius: 0;
  line-height: 54px;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  padding: 0 50px;
  font-weight: bold;
}

.location_searcher .btn.inactive {
  display: none;
}

.location_searcher ul {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.location_searcher ul li a {
  display: block;
  padding: 10px 10px 10px 12px;
  color: #00587c;
}

.location_searcher ul li a:hover {
  box-shadow: inset 4px 0 0 0 #00587c;
  background: #f9f9f9;
}

.location_searcher ul li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url("../svg/marker.svg") no-repeat center;
  background-size: contain;
}

.location_searcher ul li.inactive {
  display: none;
}

.location_searcher ul li.active {
  display: block;
}

@media screen and (max-width: 580px) {
  .location_searcher .btn {
    padding: 0 25px;
    font-size: 12px;
  }
}

.clear_location_searcher {
  text-align: right;
  font-size: 14px;
  opacity: 0;
  transition: 0.3s all;
}

.clear_location_searcher span {
  text-decoration: underline;
}

.clear_location_searcher.active {
  opacity: 1;
}

.page.stores .map {
  width: 100%;
  min-height: 450px;
  background: #eee;
}

.page.stores .banner {
  padding-bottom: 0;
}

.page.stores .stores {
  position: relative;
  min-height: 350px;
  height: 100%;
}

.page.stores .stores.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../svg/loader.svg") no-repeat
    center;
  background-size: 75px;
  transition: 0.3s all;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .page.stores .map {
    min-height: 800px;
  }

  .page.stores .stores:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .page.stores .feed-stores {
    position: relative;
    max-height: 700px;
    margin: 0 0 25px;
    padding: 3px 3px 50px;
    overflow: auto;
  }
}

/* Pages > Testimonials */

/*.single.testimonials .banner .title:before,
.page.testimonials .banner .title:before{
	content: '';
	position: absolute;
	top: calc(50% - 50px);
	right: 0;
	width: 100px;
	height: 100px;
	background: url('assets/img/badges/certificate.png') no-repeat center;
	background-size: contain;
}
@media screen and (min-width: 768px){
	.single.testimonials .banner .title:before,
	.page.testimonials .banner .title:before{
		width: 200px;
		height: 200px;
		top: calc(50% - 100px);
	}
}*/

/* Pages > Rules */

/*.page.rules .banner .title:before{
	content: '';
	position: absolute;
	top: -60px;
	right: 0;
	width: 80px;
	height: 100px;
	background: url('assets/img/badges/sheriff.png') no-repeat center;
	background-size: contain;
}
@media screen and (min-width: 768px){
	.page.rules .banner .title:before{
		width: 172px;
		height: 160px;
		top: -20px;
	}
}*/

.page.rules .content ul {
  list-style: none;
}

.page.rules .content ul li {
  position: relative;
}

.page.rules .content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -35px;
  width: 14px;
  height: 14px;
  background: url("../png/list-pauw.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .page.internal.rules .content ul li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

.page.rules .module-contact .title {
  margin: 0;
}

.page.rules .module-contact .icon {
  display: none;
}

/* Pages > Podcast */

.page.podcast .socialmedia h5 {
  margin-bottom: 20px;
}

.page.podcast .socialmedia ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.page.podcast .socialmedia ul li a {
  color: #00587c;
  font-weight: bold;
}

.page.podcast .socialmedia ul li a i {
  display: inline-block;
  vertical-align: -2px;
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .page.podcast .socialmedia ul li {
    margin-right: 50px;
  }
}

/* Pages > Faqs */

/*.page.faqs .banner .title:before{
	content: '';
	position: absolute;
	top: -70px;
	right: 0;
	width: 122px;
	height: 160px;
	background: url('assets/img/badges/dogs_05.png') no-repeat center;
	background-size: contain;
}
@media screen and (min-width: 768px){
	.page.faqs .banner .title:before{
		width: 172px;
		height: 160px;
		top: -20px;
	}
}*/

.page.faqs .content .container {
  max-width: 1024px;
}

.page.faqs .content .items .item .question {
  position: relative;
  display: block;
  padding: 25px 40px 15px 15px;
  margin-bottom: 1px;
  font-size: 17px;
  border-bottom: 1px solid #a8a8a8;
}

.page.faqs .content .items .item .question i {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  transition: 0.3s all;
  color: #238cbf;
}

.page.faqs .content .items .item .question[aria-expanded="true"] {
  font-weight: 600;
}

.page.faqs .content .items .item .question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.page.faqs .content .items .item .answer {
  padding: 0 15px;
  transition: 0.3s all;
}

.page.faqs .content .items .item .answer.show {
  padding: 15px 15px;
}

.page.faqs .content .items .item .answer p {
  font-size: 16px;
}

.page.faqs .content .items .item .answer p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .page.faqs .content .items .item .answer {
    padding: 0 30px;
  }

  .page.faqs .content .items .item .answer.show {
    padding: 20px 30px;
  }

  .page.faqs .content .items .item .answer p {
    font-size: 18px;
  }
}

/* Pages > Contact */

.page.contact .cat-badge {
  position: absolute;
  right: 20px;
  max-width: 90px;
  top: -58px;
}

.page.contact .details {
  padding: 15px;
  background: #ffffff;
  border: 1px dashed #00587c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.page.contact .details .title {
  margin: 0 0 24px;
}

.page.contact .details .title h4 {
  margin: 0;
  font-size: 32px;
}

.page.contact .details .items .item {
  margin-bottom: 20px;
}

.page.contact .details .items .item .detail_title {
  margin: 0 0 3px;
  font-size: 20px;
}

.page.contact .details .items .item:last-child,
.page.contact .details .items .item p:last-child {
  margin: 0;
}

.page.contact .details .items .item i {
  min-width: 20px;
  margin-right: 3px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page.contact .details {
    padding: 30px 20px;
  }

  .page.contact .details .title h4 {
    font-size: 36px;
  }

  .page.contact .details .items .item .detail_title {
    font-size: 20px;
  }
}

/* Pages > Page 404 */

.page.page-404 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 100px);
}

/* Pages > Internal */

.page.internal .content {
}

.page.internal .content .container {
  max-width: 1024px;
}

.page.internal .content ul li {
  margin-bottom: 15px;
}

.page.internal .content article {
}

.page.internal .content article h1,
.page.internal .content article h2,
.page.internal .content article h3,
.page.internal .content article h4,
.page.internal .content article h5,
.page.internal .content article h6 {
  color: #00587c;
}

.page.internal .content article a {
  color: #238cbf;
}

@media screen and (min-width: 992px) {
}

.page.internal .content .blog-subtitles {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

/* Footer */

.footer {
  position: relative;
  margin-top: 50px;
  color: #00587c;
  font-size: 17px;
  text-align: left;
}

.footer .footer_top {
  position: relative;
}

.footer .footer_top .back-to-top {
  position: absolute;
  right: 2.5%;
  top: -15px;
  width: 35px;
  height: 35px;
  background: url("../svg/icon-arrow-up.svg") no-repeat center;
  background-size: contain;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .footer .footer_top .back-to-top {
    right: 5%;
    top: -35px;
    width: 70px;
    height: 70px;
  }
}

.footer a {
  color: #0082ba;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .widgets {
  padding: 25px 0;
  background: #f7fafb;
}

.footer .widgets .logo {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  max-width: 150px;
  margin: 0;
}

.footer .widgets h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "avenir-medium", sans-serif;
}

.footer .widgets .menu {
  margin: 0;
}

.footer .widgets .menu li a {
  display: block;
  padding: 2px 0;
}

.footer .widgets .newsletter {
  margin: 0 auto 30px;
  max-width: 430px;
}

.footer .widgets .newsletter form {
  display: flex;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.footer .widgets .newsletter form input {
  border: 0;
  border-radius: 0;
}

.footer .widgets .newsletter form button {
  border-radius: 0;
  padding: 0 50px;
}

.footer .widgets .newsletter form button:hover,
.footer .widgets .newsletter form button:focus,
.footer .widgets .newsletter form button:not([disabled]):not(.disabled):active {
  background: #238cbf;
  border-color: #238cbf;
  color: #fff;
}

.footer .widgets .email {
  font-weight: 500;
}

.footer .widgets .socialmedia {
  margin-top: 20px;
}

.footer .widgets .socialmedia li,
.socialmedia li {
  display: inline-block;
  vertical-align: middle;
}

.footer .widgets .socialmedia li a,
.socialmedia li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #0281b2;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #0281b2;
}

.footer .widgets .socialmedia li a:hover,
.socialmedia li a:hover {
  color: #fff;
  background: #0281b2;
  text-decoration: none;
}

.footer .copyright {
  margin: 0;
  padding: 20px 0;
  background: #238cbf;
  color: #fff;
}

.footer .copyright p {
  margin: 0 0 5px;
}

.footer .copyright ul {
  margin: 0;
}

.footer .copyright ul li {
  position: relative;
  display: inline-block;
}

.footer .copyright ul li a {
  display: block;
  padding: 5px 10px;
  color: #fff;
}

.footer .copyright ul li:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 1px;
  height: 40%;
  background: #fff;
}

.footer .copyright ul li:last-child:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .footer {
    text-align: left;
  }

  .footer .widgets {
    padding: 50px 0;
  }

  .footer .widgets .newsletter {
    max-width: 100%;
  }

  .footer .widgets .newsletter form input {
    min-height: 56px;
  }

  .footer .widgets .newsletter form button {
    line-height: 54px;
    font-size: 18px;
  }

  .footer .widgets .logo {
    display: inline-block;
    position: relative;
    bottom: auto;
    right: 0;
    margin: 0;
    text-align: right;
    width: 49%;
    max-width: 100%;
  }

  .footer .widgets .logo img {
    display: inline-block;
  }

  .footer .widgets .socialmedia {
    display: inline-block;
    width: 49%;
    margin-top: 40px;
  }

  .footer .widgets .socialmedia li {
    margin-right: 5px;
  }

  .footer .copyright p,
  .footer .copyright ul {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .footer .copyright ul {
    margin-left: 10px;
  }

  .footer .copyright ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
  }

  .footer .copyright ul li a {
    padding: 5px 10px;
  }

  .footer .copyright ul li:after {
    left: 0;
  }

  .footer .copyright ul li:last-child:after {
    content: "";
  }
}

@media screen and (min-width: 992px) {
}

/* Slider */

.slider {
  position: relative;
}

.slider .dots {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 20px;
}

.slider .dots .slick-dots {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slider .dots .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 6px;
}

.slider .dots .slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  text-indent: -9999px;
  background: #0281b2;
  border: solid 2px #0281b2;
  border-radius: 50%;
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
}

.slider .dots .slick-dots li.slick-active button {
  background: #000;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .slider .dots .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.slider .arrows button {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  line-height: 300px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 50%;
  transition: 0.3s all;
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
}

.slider .arrows button:focus {
  outline: 0;
}

.slider .arrows button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../svg/icon-arrow-back.svg") no-repeat center;
  background-size: contain;
}

.slider .arrows button.slick-next {
  left: auto;
  right: 0;
}

.slider .arrows button.slick-next:after {
  background-image: url("../svg/icon-arrow-next.svg");
}

@media screen and (min-width: 768px) {
  .slider .arrows button {
    left: -15px;
    top: calc(50% - 10px);
    width: 20px;
    height: 32px;
  }

  .slider .arrows button.slick-next {
    left: auto;
    right: -15px;
  }
}

/* Templates */

.errors {
  text-align: center;
  padding: 50px 0;
}

.errors .smile {
  margin: 0;
  font-size: 50px;
  -webkit-transform: rotate(90deg);
  color: #cfb67c;
}

.errors.error-nologued {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

@media screen and (min-width: 992px) {
  .errors.error-404 h3 {
    font-size: 40px;
  }

  .errors .smile {
    font-size: 80px;
  }
}

/* Modules  */

/* Module > Contact */

.module-contact .title {
}

/* Module > Video Player */

.video-player {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000 no-repeat center;
  background-size: cover;
}

.video-player .play {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #0281b2;
  border-radius: 50%;
  transition: 0.3s all;
  cursor: pointer;
}

.video-play-button {
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  font-size: 30px;
  line-height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #0281b2;
  border-radius: 50%;
  transition: 0.3s all;
  cursor: pointer;
}

.video-player.active .play,
.video-player:hover .play,
.video-play-button,
.video-play-button:hover {
  background: #0281b2;
  color: #fff;
}

.video-player:hover .play {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.video-player .play i {
  margin-left: 4px;
}

.video-player.allowed {
  cursor: pointer;
}

.video-player.allowed .play {
  display: flex;
}

.slick-slider .video {
  height: 100%;
}

.slick-slider .video .video-player:before {
  content: none;
}

.slick-slider article .data .description {
  margin-top: 0;
}

/* Modals */

.modal-backdrop.show {
  opacity: 0.7;
}

.modal {
  z-index: 999999;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  padding: 10px;
  font-size: 30px;
  z-index: 10;
}

.modal-dialog {
  width: 100%;
}

.modal .title {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}

.modal .title h4 {
  font-size: 27px;
}

.modal .title p {
  color: #909193;
}

.modal .modal-body {
  padding: 0;
}

@media (min-width: 768px) {
  .modal-head .close {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 0;
  }
}

#modalVideo .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

#modalVideo .modal-content {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#modalVideo .modal-body {
  padding: 0;
  background: #555;
}

#modalVideo .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  #modalVideo .close {
    top: 0;
    right: -40px;
  }
}

/* Single > Testimonials */

.single.testimonials .content .container {
  max-width: 1024px;
}

.single.testimonials article .data {
  display: block;
  padding: 20px 15px;
}

.single.testimonials article .data .description {
  position: relative;
  margin-top: 25px;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 50px;
}

.single.testimonials article .data .description p {
  display: -webkit-box !important;
  white-space: normal;
  overflow: hidden;
}

.single.testimonials article .data .description p:before {
  content: "“";
  color: #00587c;
  font-size: 50px;
  font-weight: bold;
  font-family: "Paytone One", sans-serif;
}

.single.testimonials article .data .author {
  position: relative;
  padding-left: 75px;
}

.single.testimonials article .data .author .avatar {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 60px;
  height: 60px;
  background: #00587c url("../svg/icon-avatar.svg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.single.testimonials article .data .author h4 {
  margin: 0;
  color: #00587c;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}

.single.testimonials article .data .author .stars {
  color: #e7d061;
}

@media screen and (min-width: 992px) {
  .single.testimonials article .data {
    padding: 30px 40px 30px;
  }

  .single.testimonials article .data .description {
    font-size: 18px;
    line-height: 27px;
  }
}

/* Share */

.single .share {
  text-align: right;
}

.single .share p,
.single .share h4 {
  display: block;
  font-size: 15px;
  line-height: 21px;
}

.single .share ul {
  margin: 0;
  text-align: center;
}

.single .share ul li,
.single .content .author .socialmedia li {
  padding: 6px 0;
  display: inline-flex;
  margin-right: 4px;
}

.single .share ul li a,
.single .content .author .socialmedia li a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: #c6f534;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}

.single .share ul li a:hover,
.single .content .author .socialmedia li a:hover {
  background: #000;
  color: #c6f534;
}

@media screen and (min-width: 992px) {
  .single .share p,
  .single .share h4 {
    margin: 0 10px 0 0;
  }

  .single .share p,
  .single .share h4,
  .single .share ul {
    display: inline-block;
    vertical-align: middle;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto;
}

/* BGs */

.bg-shape {
  position: relative;
  padding: 50px 0;
}

.bg-shape:before {
  content: "";
  position: absolute;
  top: calc(50% - 50vh);
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 75%;
  background: url("../png/bg-green.png") no-repeat center;
  background-size: cover;
}

.bg-shape.bg-blue:before {
  background-image: url("../png/bg-blue-new.png") !important;
}

.bg-green {
  background-color: #f8f9e5;
}

@media screen and (min-width: 992px) {
  .bg-shape {
    padding: 180px 0;
  }

  .bg-shape:before {
    top: calc(50% - 60vh);
    background-size: 100% auto;
  }
}

/**/

.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400 !important;
  font-size: 18px !important;
}

/* Bookly */

.single.thanks .bookly-form select {
  padding: 5px 35px 5px 10px !important;
  line-height: 2 !important;
}

/* Accordion Puppy and Celebrate */

.page.expect .content .container {
  max-width: 1024px;
}

.page.puppys .stores,
.page.expect .stores {
  padding-top: 80px;
}

.page.puppys .stores .container,
.page.expect .stores .container {
  max-width: 800px;
}

.page.puppys .items .item .question,
.page.expect .items .item .question {
  position: relative;
  display: block;
  padding: 25px 40px 15px 15px;
  margin-bottom: 1px;
  font-size: 35px;
  font-family: "munchy-funkblack", sans-serif;
  color: #00587c;
  border-bottom: 1px solid #a8a8a8;
  font-weight: 600;
}

.page.puppys .items .item .question i,
.page.expect .items .item .question i {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  transition: 0.3s all;
  color: #238cbf;
}

/* .page.puppys .items .item .question[aria-expanded="true"] {
	font-weight: 600;
  } */

.page.puppys .items .item .question[aria-expanded="true"] i,
.page.except .items .item .question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.page.puppys .items .item .answer,
.page.except .items .item .answer {
  padding: 0 15px;
  transition: 0.3s all;
}

.page.puppys .items .item .answer.show,
.page.except .items .item .answer.show {
  padding: 15px 15px;
}

.page.puppys .items .item .answer p,
.page.except .items .item .answer p {
  font-size: 16px;
}

.page.puppys .items .item .answer p:last-of-type,
.page.except .items .item .answer p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .page.puppys .items .item .answer,
  .page.except .items .item .answer {
    padding: 0 30px;
  }

  .page.puppys .items .item .answer.show,
  .page.except .items .item .answer.show {
    padding: 20px 30px;
  }

  .page.puppys .items .item .answer p,
  .page.except .items .item .answer p {
    font-size: 18px;
  }
}
