/**
 * Media query mixin
 * ================================================== */
/**
 * Micro clearfix hack
 * ================================================== */
/**
 * Hide text mixins
 * ================================================== */
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

.sr,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
  color: #4c4c4c;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #4c4c4c;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 34px;
  }
}

h2, .h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  color: #517270;
  font-family: "Bilbo Swash Caps", cursive;
  font-family: "Corinthia", cursive;
  font-size: 35px;
  line-height: 1;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5, h6, .h6 {
  font-size: 18px;
}

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 600;
}

ul.checkmark {
  background: #73614c;
  list-style: none;
  text-align: center;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  padding: 40px 20px 25px 20px !important;
  margin: 0;
}
@media (min-width: 576px) {
  ul.checkmark {
    padding: 50px 20px 35px 20px !important;
  }
}
@media (min-width: 768px) {
  ul.checkmark {
    padding: 60px 20px 45px 20px !important;
  }
}
ul.checkmark li {
  font-size: 18px;
  padding-bottom: 15px !important;
}
@media (min-width: 992px) {
  ul.checkmark li {
    font-size: 20px;
  }
}
ul.checkmark li span {
  position: relative;
  display: inline-block;
  color: #FFF;
  line-height: 1.4;
  padding-right: 35px;
}
ul.checkmark li span:before, ul.checkmark li span:after {
  position: absolute;
  background: #FFF;
  content: "";
  height: 3px;
}
ul.checkmark li span:before {
  width: 10px;
  top: 12px;
  right: 13px;
  transform: rotate(40deg) translate(3px, 3px);
}
ul.checkmark li span:after {
  width: 20px;
  top: 8px;
  right: 0;
  transform: rotate(-55deg) translate(-3px, 3px);
}

a {
  color: #4c4c4c;
  word-break: break-word;
  text-decoration: none;
  transition: color 0.4s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: #4c4c4c auto 1px !important;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.entry {
  padding-top: 20px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6,
.entry p {
  padding-bottom: 20px;
}
.entry h3, .entry h4, .entry h5, .entry h6 {
  padding-top: 20px;
}
.entry > h3:first-child, .entry > h4:first-child, .entry > h5:first-child, .entry > h6:first-child {
  padding-top: 0;
}
.entry ul, .entry ol {
  padding-left: 30px;
  padding-bottom: 10px;
  margin: 0;
}
.entry ul.checkmark, .entry ol.checkmark {
  margin: 0 0 20px 0;
}
.entry ul li, .entry ol li {
  padding-left: 5px;
  padding-bottom: 10px;
}
.entry a:hover, .entry a:focus {
  text-decoration: underline;
}
.entry .button {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .entry .button {
    margin-right: 20px;
  }
}
.entry img.alignnone {
  display: block;
}
.entry img.alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.entry img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
@media (min-width: 992px) {
  .entry img.aligncenter {
    margin: 0 auto 20px auto;
  }
}
.entry img.alignright {
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .entry img {
    max-height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .entry img {
    max-height: 300px;
  }
}

.page-content-page {
  position: relative;
  padding-top: 115px;
}
.page-content-page:after {
  position: absolute;
  background: #648c89;
  content: "";
  height: 115px;
  width: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 576px) {
  .page-content-page {
    padding-top: 130px;
  }
  .page-content-page:after {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .page-content-page {
    padding-top: 145px;
  }
  .page-content-page:after {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .page-content-page {
    padding-top: 150px;
  }
  .page-content-page:after {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .page-content-page {
    padding-top: 165px;
  }
  .page-content-page:after {
    height: 165px;
  }
}
@media (min-width: 1400px) {
  .page-content-page {
    padding-top: 170px;
  }
  .page-content-page:after {
    height: 170px;
  }
}
.page-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 10px);
  animation-name: arrow_animation_mobile;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index: 3;
}
@media (min-width: 768px) {
  .page-arrow {
    animation-name: arrow_animation;
  }
}
.page-arrow:before, .page-arrow:after {
  position: absolute;
  background: #FFF;
  content: "";
  width: 20px;
  height: 3px;
  top: 20px;
  border-radius: 1.5px;
}
.page-arrow:before {
  left: 8.5px;
  transform: rotate(45deg) translate(3px, 3px);
}
.page-arrow:after {
  right: 8.5px;
  transform: rotate(-45deg) translate(-3px, 3px);
}

@keyframes arrow_animation_mobile {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes arrow_animation {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
.container {
  padding: 20px;
}

.fadein {
  opacity: 0;
}

.fade, .load-fade {
  opacity: 0;
  transition: all 0.5s ease;
}

.fade.visible, .load-fade.visible {
  opacity: 1;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #648c89;
  width: 100%;
  top: 0;
  left: 0;
  transition: background 0.5s, box-shadow 0.5s, padding 0.5s;
  padding: 20px;
  z-index: 100;
}
@media (min-width: 576px) {
  .header {
    padding: 25px 30px;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .header {
    padding: 35px 50px;
  }
}
.header-transparent {
  background: linear-gradient(to bottom, #333333, rgba(51, 51, 51, 0));
  box-shadow: 0 10px 20px transparent;
  padding: 20px 20px 40px 20px;
}
@media (min-width: 576px) {
  .header-transparent {
    padding: 30px 30px 50px 30px;
  }
}
@media (min-width: 768px) {
  .header-transparent {
    padding: 40px 40px 60px 40px;
  }
}
@media (min-width: 1200px) {
  .header-transparent {
    padding: 50px 50px 70px 50px;
  }
}
.header.active {
  background: #648c89;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header.active .header-logo-icon {
  width: 60px;
  height: 60px;
}
.header.active .header-logo-text {
  font-size: 22px;
}
@media (min-width: 992px) {
  .header.active .header-logo-icon {
    width: 70px;
    height: 70px;
  }
  .header.active .header-logo-text {
    font-size: 24px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo-icon {
  display: inline-block;
  background-image: url("../images/familie-nanny-icon-white.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 75px;
  height: 75px;
  transition: width 0.5s, height 0.5s;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .header-logo-icon {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  .header-logo-icon {
    width: 85px;
    height: 85px;
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  .header-logo-icon {
    width: 90px;
    height: 90px;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .header-logo-icon {
    width: 95px;
    height: 95px;
    margin-right: 18px;
  }
}
@media (min-width: 1400px) {
  .header-logo-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}
.header-logo-text {
  display: inline-block;
  color: #FFF;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  transition: font-size 0.5s;
}
@media (min-width: 576px) {
  .header-logo-text {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .header-logo-text {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .header-logo-text {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .header-logo-text {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .header-logo-text {
    font-size: 34px;
  }
}

.menu-list {
  list-style: none;
  padding: 100px 20px 50px;
  margin: 0;
}
@media (min-width: 576px) {
  .menu-list {
    padding: 100px 0;
  }
}
@media (min-width: 768px) {
  .menu-list {
    padding: 120px 0;
  }
}
@media (min-width: 992px) {
  .menu-list {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .menu-item {
    display: inline-block;
  }
}
.menu-item > a {
  display: block;
  color: #FFF;
  white-space: nowrap;
  padding: 10px 20px;
}
@media (min-width: 576px) {
  .menu-item > a {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .menu-item > a {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .menu-item > a {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) {
  .menu-item > a {
    padding: 10px 15px;
  }
}
.menu-item > a > span {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.menu-item > a > span:after {
  position: absolute;
  background: #FFF;
  content: "";
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  transition: width 0.4s;
  transform: translateX(-50%);
}
.menu-item:hover:not(.current-menu-item) > a > span:after, .menu-item.active > a > span:after {
  width: 100%;
}
.menu-item.current-menu-item > a > span, .menu-item.current-menu-parent > a > span {
  font-weight: 600;
}
.menu-item.current-menu-item > a > span:after, .menu-item.current-menu-parent > a > span:after {
  width: 100%;
}
@media (min-width: 992px) {
  .menu-item-has-children {
    position: relative;
  }
}
.menu-item-has-children .sub-menu {
  display: none;
  padding: 8px 15px;
  margin: -5px 0 0 0;
}
@media (min-width: 992px) {
  .menu-item-has-children .sub-menu {
    position: absolute;
    background: #648c89;
    left: -12px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.5);
    padding: 8px 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .menu-item-has-children .sub-menu {
    left: -5px;
  }
}
.menu-item-has-children .sub-menu.active {
  display: block;
}
.menu-item-has-children .sub-menu .menu-item {
  display: block;
}
.menu-item-has-children .sub-menu .menu-item > a {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .menu-item-has-children .sub-menu .menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menu-item-has-children .sub-menu .menu-item > a > span {
  padding: 2px 0;
}
@media (min-width: 992px) {
  .menu-item-button {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .menu-item-button {
    margin-left: 15px;
  }
}
.menu-item-button > a {
  display: inline-block;
  background: #4b6967;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.4s, color 0.4s;
  border-radius: 25px;
  padding: 15px 25px 14px 25px;
}
@media (max-width: 991px) {
  .menu-item-button > a {
    margin: 10px 20px;
  }
}
.menu-item-button > a:hover {
  background: #324645;
}
.menu-item-button > a > span {
  padding: 0;
}
.menu-item-button > a > span:after {
  content: none;
}
.menu-toggle {
  position: absolute;
  display: inline-block;
  height: 25px;
  cursor: pointer;
  right: 20px;
  z-index: 200;
}
@media (min-width: 576px) {
  .menu-toggle {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .menu-toggle {
    right: 40px;
  }
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle-icon {
  position: relative;
  display: inline-block;
  background: #FFF;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.menu-toggle-icon:before, .menu-toggle-icon:after {
  position: absolute;
  display: block;
  background: #FFF;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.menu-toggle-icon:before {
  bottom: -11px;
}
.menu-toggle-icon:after {
  top: -11px;
}
.menu-toggle-icon.active {
  background: transparent;
}
.menu-toggle-icon.active:before {
  top: 0;
  transform: rotate(-45deg);
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu-toggle-icon.active:before {
    background: #FFF;
  }
}
.menu-toggle-icon.active:after {
  top: 0;
  transform: rotate(45deg);
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu-toggle-icon.active:after {
    background: #FFF;
  }
}
@media (max-width: 991px) {
  .menu-mobile {
    position: fixed;
    background: #648c89;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .menu-mobile {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .menu-mobile.active {
    transform: translateX(0);
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .menu-mobile.active {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  }
}

.footer {
  position: relative;
  color: white !important;
  padding-top: 30px;
  padding-bottom: 40px;
  z-index: 12;
}
@media (min-width: 576px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: white !important;
  font-size: 22px;
}
.footer a {
  color: white !important;
}
.footer a:hover {
  color: #FFF !important;
  text-decoration: none !important;
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-item {
    padding: 0 20px;
  }
}
.footer-social-media {
  margin: -5px -10px;
}
.footer-bottom {
  color: white !important;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
.footer-bottom a {
  color: white !important;
}
.footer-bottom a:hover {
  color: #FFF !important;
}

.social-media-content {
  text-align: center;
}
.social-media-items {
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .social-media-items {
    padding-bottom: 15px;
  }
}
.social-media-item {
  display: inline-block;
  padding: 10px;
}
.social-media-item:hover > div {
  background: #FFF;
}
.social-media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 60px;
  height: 60px;
  transition: background 0.4s;
  border-radius: 50%;
}
.social-media-icon span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.social-media-facebook span {
  background-image: url("../images/icon-facebook-green-dark.png");
}
.social-media-instagram span {
  background-image: url("../images/icon-instagram-green-dark.png");
}
.social-media-linkedin span {
  background-image: url("../images/icon-linkedin-green-dark.png");
}
.social-media-youtube span {
  background-image: url("../images/icon-youtube-green-dark.png");
}

#cookie-notice {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.cookie-notice-container {
  padding: 10px 20px;
}

.cn-text-container {
  font-size: 16px;
  opacity: 0.8;
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 768px) {
  .cn-text-container {
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 260px);
    max-width: 700px;
  }
}

.cn-buttons-container {
  padding: 10px;
}
@media (max-width: 767px) {
  .cn-buttons-container {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .cn-buttons-container {
    display: inline-block !important;
    vertical-align: middle;
    width: 260px;
  }
}

.cn-button {
  font-size: 16px !important;
  line-height: 1.2 !important;
  color: #4c4c4c !important;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, border 0.4s;
  box-shadow: 3px 3px 6px transparent !important;
  border-radius: 0 !important;
  padding: 12px 20px 11px 20px !important;
  margin: 0 0 0 20px !important;
}
.cn-button:hover {
  background: #FFF !important;
  color: #4c4c4c !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5) !important;
}

.cn-close-icon {
  top: 6px;
  right: 6px;
  opacity: 1;
  transition: opacity 0.3s;
  margin-top: 0;
}

.cn-close-icon:before,
.cn-close-icon:after {
  background-color: #FFF;
}

.error-text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    padding-bottom: 40px;
  }
}
.section-text {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .section-text {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-text {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-text {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section-text {
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .section-text {
    padding-bottom: 70px;
  }
}
.section-button {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .section-button {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-button {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .section-button {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .section-button {
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .section-button {
    padding-top: 70px;
  }
}

.background-grey, .background-grey-dark, .background-grey-darker, .background-green, .background-green-dark, .background-green-darker, .background-brown, .background-brown-dark, .background-brown-darker, .background-red, .background-red-dark, .background-red-darker {
  color: #FFF;
}
.background-grey h1, .background-grey h2, .background-grey h3, .background-grey h4, .background-grey h5, .background-grey h6, .background-grey-dark h1, .background-grey-dark h2, .background-grey-dark h3, .background-grey-dark h4, .background-grey-dark h5, .background-grey-dark h6, .background-grey-darker h1, .background-grey-darker h2, .background-grey-darker h3, .background-grey-darker h4, .background-grey-darker h5, .background-grey-darker h6, .background-green h1, .background-green h2, .background-green h3, .background-green h4, .background-green h5, .background-green h6, .background-green-dark h1, .background-green-dark h2, .background-green-dark h3, .background-green-dark h4, .background-green-dark h5, .background-green-dark h6, .background-green-darker h1, .background-green-darker h2, .background-green-darker h3, .background-green-darker h4, .background-green-darker h5, .background-green-darker h6, .background-brown h1, .background-brown h2, .background-brown h3, .background-brown h4, .background-brown h5, .background-brown h6, .background-brown-dark h1, .background-brown-dark h2, .background-brown-dark h3, .background-brown-dark h4, .background-brown-dark h5, .background-brown-dark h6, .background-brown-darker h1, .background-brown-darker h2, .background-brown-darker h3, .background-brown-darker h4, .background-brown-darker h5, .background-brown-darker h6, .background-red h1, .background-red h2, .background-red h3, .background-red h4, .background-red h5, .background-red h6, .background-red-dark h1, .background-red-dark h2, .background-red-dark h3, .background-red-dark h4, .background-red-dark h5, .background-red-dark h6, .background-red-darker h1, .background-red-darker h2, .background-red-darker h3, .background-red-darker h4, .background-red-darker h5, .background-red-darker h6 {
  color: #FFF;
}
.background-grey ul.checkmark li span:before, .background-grey ul.checkmark li span:after, .background-grey-dark ul.checkmark li span:before, .background-grey-dark ul.checkmark li span:after, .background-grey-darker ul.checkmark li span:before, .background-grey-darker ul.checkmark li span:after, .background-green ul.checkmark li span:before, .background-green ul.checkmark li span:after, .background-green-dark ul.checkmark li span:before, .background-green-dark ul.checkmark li span:after, .background-green-darker ul.checkmark li span:before, .background-green-darker ul.checkmark li span:after, .background-brown ul.checkmark li span:before, .background-brown ul.checkmark li span:after, .background-brown-dark ul.checkmark li span:before, .background-brown-dark ul.checkmark li span:after, .background-brown-darker ul.checkmark li span:before, .background-brown-darker ul.checkmark li span:after, .background-red ul.checkmark li span:before, .background-red ul.checkmark li span:after, .background-red-dark ul.checkmark li span:before, .background-red-dark ul.checkmark li span:after, .background-red-darker ul.checkmark li span:before, .background-red-darker ul.checkmark li span:after {
  background: #FFF;
}
.background-grey .slick-arrow:before, .background-grey .slick-arrow:after, .background-grey-dark .slick-arrow:before, .background-grey-dark .slick-arrow:after, .background-grey-darker .slick-arrow:before, .background-grey-darker .slick-arrow:after, .background-green .slick-arrow:before, .background-green .slick-arrow:after, .background-green-dark .slick-arrow:before, .background-green-dark .slick-arrow:after, .background-green-darker .slick-arrow:before, .background-green-darker .slick-arrow:after, .background-brown .slick-arrow:before, .background-brown .slick-arrow:after, .background-brown-dark .slick-arrow:before, .background-brown-dark .slick-arrow:after, .background-brown-darker .slick-arrow:before, .background-brown-darker .slick-arrow:after, .background-red .slick-arrow:before, .background-red .slick-arrow:after, .background-red-dark .slick-arrow:before, .background-red-dark .slick-arrow:after, .background-red-darker .slick-arrow:before, .background-red-darker .slick-arrow:after {
  background: #FFF;
}
.background-grey .slick-dot span, .background-grey-dark .slick-dot span, .background-grey-darker .slick-dot span, .background-green .slick-dot span, .background-green-dark .slick-dot span, .background-green-darker .slick-dot span, .background-brown .slick-dot span, .background-brown-dark .slick-dot span, .background-brown-darker .slick-dot span, .background-red .slick-dot span, .background-red-dark .slick-dot span, .background-red-darker .slick-dot span {
  background: #FFF;
}
.background-white {
  background: #FFF;
}
.background-black {
  background: #000;
}
.background-grey-lighter {
  background: #e7e7e7;
}
.background-grey-light {
  background: #b8b8b8;
}
.background-grey {
  background: #676767;
}
.background-grey-dark {
  background: #4c4c4c;
}
.background-grey-darker {
  background: #333;
}
.background-green-lighter {
  background: #e0e8e7;
}
.background-green-light {
  background: #a2bab8;
}
.background-green {
  background: #648c89;
}
.background-green-dark {
  background: #4b6967;
}
.background-green-darker {
  background: #324645;
}
.background-brown-lighter {
  background: #ebe6e0;
}
.background-brown-light {
  background: #c2b4a3;
}
.background-brown {
  background: #998265;
}
.background-brown-dark {
  background: #73614c;
}
.background-brown-darker {
  background: #4c4133;
}
.background-red-lighter {
  background: #ebe0e1;
}
.background-red-light {
  background: #c2a3a5;
}
.background-red {
  background: #996569;
}
.background-red-dark {
  background: #734c4f;
}
.background-red-darker {
  background: #4c3335;
}

.buttons {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.buttons .button {
  margin: 10px;
}

.button {
  display: inline-block;
  background: #4b6967;
  color: #FFF;
  font-weight: 500;
  line-height: 1.2;
  transition: background 0.4s, color 0.4s;
  border-radius: 25px;
  padding: 15px 25px 14px 25px;
}
.button:hover, .button:focus {
  background: #405a58;
  color: #FFF;
  text-decoration: none !important;
}
.button-white {
  background: #FFF;
  color: #4c4c4c;
}
.button-white:hover, .button-white:focus {
  background: #e7e7e7;
  color: #4c4c4c;
}
.button-black {
  background: #000;
  color: #FFF;
}
.button-black:hover, .button-black:focus {
  background: black;
  color: #FFF;
}
.button-grey-lighter {
  background: #e7e7e7;
  color: #4c4c4c;
}
.button-grey-lighter:hover, .button-grey-lighter:focus {
  background: #dadada;
  color: #4c4c4c;
}
.button-grey-light {
  background: #b8b8b8;
  color: #4c4c4c;
}
.button-grey-light:hover, .button-grey-light:focus {
  background: #ababab;
  color: #4c4c4c;
}
.button-grey {
  background: #676767;
  color: #FFF;
}
.button-grey:hover, .button-grey:focus {
  background: #5a5a5a;
  color: #FFF;
}
.button-grey-dark {
  background: #4c4c4c;
  color: #FFF;
}
.button-grey-dark:hover, .button-grey-dark:focus {
  background: #3f3f3f;
  color: #FFF;
}
.button-grey-darker {
  background: #333;
  color: #FFF;
}
.button-grey-darker:hover, .button-grey-darker:focus {
  background: #262626;
  color: #FFF;
}
.button-green-lighter {
  background: #e0e8e7;
  color: #4c4c4c;
}
.button-green-lighter:hover, .button-green-lighter:focus {
  background: #d1dddc;
  color: #4c4c4c;
}
.button-green-light {
  background: #a2bab8;
  color: #4c4c4c;
}
.button-green-light:hover, .button-green-light:focus {
  background: #93afad;
  color: #4c4c4c;
}
.button-green {
  background: #648c89;
  color: #FFF;
}
.button-green:hover, .button-green:focus {
  background: #597d7a;
  color: #FFF;
}
.button-green-dark {
  background: #4b6967;
  color: #FFF;
}
.button-green-dark:hover, .button-green-dark:focus {
  background: #597d7a;
  color: #FFF;
}
.button-green-darker {
  background: #324645;
  color: #FFF;
}
.button-green-darker:hover, .button-green-darker:focus {
  background: #273736;
  color: #FFF;
}
.button-brown-lighter {
  background: #ebe6e0;
  color: #4c4c4c;
}
.button-brown-lighter:hover, .button-brown-lighter:focus {
  background: #e1dad1;
  color: #4c4c4c;
}
.button-brown-light {
  background: #c2b4a3;
  color: #4c4c4c;
}
.button-brown-light:hover, .button-brown-light:focus {
  background: #b8a894;
  color: #4c4c4c;
}
.button-brown {
  background: #998265;
  color: #FFF;
}
.button-brown:hover, .button-brown:focus {
  background: #8a755b;
  color: #FFF;
}
.button-brown-dark {
  background: #73614c;
  color: #FFF;
}
.button-brown-dark:hover, .button-brown-dark:focus {
  background: #645442;
  color: #FFF;
}
.button-brown-darker {
  background: #4c4133;
  color: #FFF;
}
.button-brown-darker:hover, .button-brown-darker:focus {
  background: #3d3429;
  color: #FFF;
}
.button-red-lighter {
  background: #ebe0e1;
  color: #4c4c4c;
}
.button-red-lighter:hover, .button-red-lighter:focus {
  background: #e1d1d2;
  color: #4c4c4c;
}
.button-red-light {
  background: #c2a3a5;
  color: #4c4c4c;
}
.button-red-light:hover, .button-red-light:focus {
  background: #b89496;
  color: #4c4c4c;
}
.button-red {
  background: #996569;
  color: #FFF;
}
.button-red:hover, .button-red:focus {
  background: #8a5b5e;
  color: #FFF;
}
.button-red-dark {
  background: #734c4f;
  color: #FFF;
}
.button-red-dark:hover, .button-red-dark:focus {
  background: #644244;
  color: #FFF;
}
.button-red-darker {
  background: #4c3335;
  color: #FFF;
}
.button-red-darker:hover, .button-red-darker:focus {
  background: #3d292a;
  color: #FFF;
}

.padding-both {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .padding-both {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .padding-both {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .padding-both {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .padding-both {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .padding-both {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.padding-top {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .padding-top {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .padding-top {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  .padding-top {
    padding-top: 130px;
  }
}
.padding-bottom {
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .padding-bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .padding-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .padding-bottom {
    padding-bottom: 130px;
  }
}

.image-section {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  background-size: cover;
  background-position: 20% center;
  background-repeat: no-repeat;
  min-height: 600px;
  overflow: hidden;
}
.image-section:after {
  position: absolute;
  background: #FFF;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.image-section-high {
  height: 100vh;
}
.image-content {
  position: relative;
  z-index: 1;
  width: 550px;
  max-width: calc(100% - 20px);
  right: -100%;
  transition: right 1.4s;
  padding: 20px 40px;
  margin-bottom: 80px;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 768px) {
  .image-content {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .image-content {
    padding: 25px 45px;
  }
}
@media (min-width: 1200px) {
  .image-content {
    width: 600px;
  }
}
@media (min-width: 1400px) {
  .image-content {
    padding: 30px 50px;
  }
}
.image-content.active {
  right: 0;
}
.image-text {
  position: relative;
}
.image-text .entry {
  padding-top: 10px;
}
.image-text h1, .image-text h2, .image-text h3, .image-text h4, .image-text h5, .image-text h6,
.image-text p {
  padding-bottom: 10px;
}
.image-text h1 {
  border-bottom: 1px solid #676767;
}

@media (min-width: 768px) {
  .text-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .text-row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1200px) {
  .text-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1400px) {
  .text-row {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (min-width: 768px) {
  .text-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .text-col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .text-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .text-col {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.hightlight-text {
  color: white;
  font-family: "Indie Flower", cursive;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media (min-width: 576px) {
  .hightlight-text {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .hightlight-text {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hightlight-text {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .hightlight-text {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .hightlight-text {
    font-size: 55px;
  }
}
.hightlight-text p {
  padding: 30px;
}

.text-and-image-row {
  margin-left: 0;
  margin-right: 0;
}
.text-and-image-col {
  padding-left: 0;
  padding-right: 0;
}
.text-and-image-text {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .text-and-image-text {
    padding-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-and-image-text {
    padding-top: 20px;
  }
}
@media (min-width: 576px) {
  .text-and-image-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .text-and-image-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .text-and-image-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .text-and-image-text {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  .text-and-image-text {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.text-and-image-text h1 {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .text-and-image-text h1 {
    left: 48%;
  }
}
.text-and-image-image {
  position: relativ;
}
.text-and-image-image:after {
  position: absolute;
  background: #FFF;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.text-and-image-image img {
  width: 100%;
}

.boxes-row {
  margin: -10px -20px;
}
@media (min-width: 576px) {
  .boxes-row {
    margin: -20px;
  }
}
.boxes-col {
  display: flex;
  padding: 10px 20px;
}
@media (min-width: 576px) {
  .boxes-col {
    padding: 20px;
  }
}
.boxes-item {
  text-align: center;
  width: 100%;
  border-radius: 10px;
  padding: 20px 40px;
}
@media (min-width: 1200px) {
  .boxes-item {
    padding: 30px 50px;
  }
}
.boxes-item-link {
  display: block;
  transition: background 0.4s;
}
.boxes-item-link:hover, .boxes-item-link:focus {
  background: #ababab;
}
.boxes-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 60px;
  height: 60px;
  border: 1.5px solid #648c89;
  border-radius: 50%;
  margin: 20px auto 10px auto;
}
.boxes-icon-heart {
  background-image: url("../images/icon-heart-green.png");
  background-size: 55%;
}
.boxes-icon-hands {
  background-image: url("../images/icon-hand-side-green.png");
  background-size: 70%;
}
.boxes-icon-sun {
  background-image: url("../images/icon-sun-green.png");
}
.boxes-icon-phone {
  background-image: url("../images/icon-phone-green.png");
}
.boxes-icon-mail {
  background-image: url("../images/icon-mail-green.png");
  background-size: 55%;
}
.boxes-icon-clock {
  background-image: url("../images/icon-clock-green.png");
}
.boxes-icon-car {
  background-image: url("../images/icon-car-green.png");
  background-size: 70%;
}
.boxes-icon-location {
  background-image: url("../images/icon-location-green.png");
}
.boxes-icon-globe {
  background-image: url("../images/icon-globe-green.png");
}

.services-row {
  margin: -20px;
}
.services-col {
  padding: 10px 20px;
}
@media (min-width: 576px) {
  .services-col {
    padding: 20px;
  }
}
.services-group {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .services-group {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .services-group {
    padding-bottom: 40px;
  }
}
.services-item {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 30px;
}
@media (min-width: 576px) {
  .services-item {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .services-item {
    min-height: auto !important;
  }
}
@media (min-width: 1200px) {
  .services-item {
    padding: 30px 50px;
  }
}
.services-item-switch {
  cursor: pointer;
}
.services-item-switch:after {
  position: absolute;
  display: block;
  background-image: url("../images/icon-pointer-black.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  opacity: 0.2;
  transform: rotate(-30deg) scale(1);
  animation-name: pointer_animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.services-item-switch.active .services-image {
  opacity: 1;
}
.services-item-switch.active .services-text {
  opacity: 0;
}
@media (min-width: 768px) {
  .services-item-switch:hover .services-image, .services-item-switch.active .services-image {
    opacity: 1;
  }
  .services-item-switch:hover .services-text, .services-item-switch.active .services-text {
    opacity: 0;
  }
}
.services-item-col {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 576px) {
  .services-item-col {
    padding: 20px;
  }
}
.services-image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s;
}
.services-text {
  opacity: 1;
  transition: opacity 0.6s;
}
.services-text h1, .services-text h2, .services-text h3, .services-text h4 {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 20px;
}

@keyframes pointer_animation {
  0% {
    transform: rotate(-30deg) scale(1);
  }
  12% {
    transform: rotate(-30deg) scale(0.8);
  }
  25% {
    transform: rotate(-30deg) scale(1);
  }
  100% {
    transform: rotate(-30deg) scale(1);
  }
}
.single .page-header {
  padding-bottom: 0;
}
.single .page-title {
  position: relative;
  background: #998265;
  width: calc(100% - 40px);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 0 auto -40px auto;
  z-index: 1;
}
@media (max-width: 575px) {
  .single .page-title {
    font-size: 22px;
  }
}
@media (min-width: 576px) {
  .single .page-title {
    width: calc(100% - 60px);
    padding: 25px;
    margin: 0 auto -45px auto;
  }
}
@media (min-width: 768px) {
  .single .page-title {
    width: calc(100% - 80px);
    padding: 30px;
    margin: 0 auto -50px auto;
  }
}
@media (min-width: 992px) {
  .single .page-title {
    width: 100%;
    padding: 35px;
    margin: 0 auto -55px auto;
  }
}
@media (min-width: 1200px) {
  .single .page-title {
    padding: 40px;
    margin: 0 auto -60px auto;
  }
}
@media (min-width: 1400px) {
  .single .page-title {
    padding: 45px;
    margin: 0 auto -65px auto;
  }
}
.single-image {
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  .single-image {
    position: relative;
  }
  .single-image:after {
    position: absolute;
    background: #73614c;
    content: "";
    width: 100%;
    height: 200px;
    top: 100%;
    right: 0;
  }
}
@media (min-width: 576px) {
  .single-image {
    margin-bottom: -150px;
  }
}
@media (min-width: 768px) {
  .single-image {
    margin-bottom: -200px;
  }
}
@media (min-width: 992px) {
  .single-image {
    margin-bottom: -250px;
  }
}
@media (min-width: 1200px) {
  .single-image {
    margin-bottom: -300px;
  }
}
.single-image img {
  display: block;
  width: 100%;
}
.single-content {
  color: #000;
  padding: calc(40px + 20px) 20px 20px 20px;
}
@media (min-width: 576px) {
  .single-content {
    padding: calc(45px + 30px) 30px 30px 30px;
  }
}
@media (min-width: 768px) {
  .single-content {
    padding: calc(50px + 40px) 40px 40px 40px;
  }
}
@media (min-width: 992px) {
  .single-content {
    padding: calc(55px + 50px) 50px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .single-content {
    padding: calc(60px + 60px) 60px 60px 60px;
  }
}
@media (min-width: 1400px) {
  .single-content {
    padding: calc(65px + 70px) 70px 70px 70px;
  }
}
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  padding-top: 20px;
}
.single-content a {
  color: #000;
}
.single-content a:hover, .single-content a:focus {
  color: #000;
}
.single-content strong {
  color: #4c4c4c;
}

.statements-slider-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .statements-slider-title {
    padding-bottom: 20px;
  }
}
.statements-slider-item {
  text-align: center;
  padding: 0 20px;
}
.statements-slider-item-customer {
  position: relative;
  font-family: "Bilbo Swash Caps", cursive;
  font-family: "Corinthia", cursive;
  font-size: 35px;
  padding-top: 30px;
}
.statements-slider-item-customer:after {
  position: absolute;
  background: #676767;
  content: "";
  width: 30px;
  height: 1.5px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-track {
  display: flex;
  align-items: center;
}
.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 60px);
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow:before, .slick-arrow:after {
  position: absolute;
  background: #676767;
  content: "";
  width: 15px;
  height: 1.5px;
  left: 12px;
  border-radius: 1px;
}
.slick-arrow:before {
  top: 10px;
}
.slick-arrow:after {
  top: 20px;
}
.slick-prev {
  left: 30px;
}
@media (min-width: 1200px) {
  .slick-prev {
    left: 50px;
  }
}
.slick-prev:before {
  transform: rotate(-45deg) translate(-3px, 3px);
}
.slick-prev:after {
  transform: rotate(45deg) translate(3px, 3px);
}
.slick-next {
  right: 30px;
}
@media (min-width: 1200px) {
  .slick-next {
    right: 40px;
  }
}
.slick-next:before {
  transform: rotate(45deg) translate(3px, 3px);
}
.slick-next:after {
  transform: rotate(-45deg) translate(-3px, 3px);
}
.slick-dots {
  text-align: center;
  padding: 10px 0 20px 0;
  margin: 0 0 -15px 0;
}
@media (min-width: 992px) {
  .slick-dots {
    padding: 20px 0 20px 0;
  }
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active .slick-dot span {
  transform: scale(1.4);
}
.slick-dot {
  cursor: pointer;
  padding: 10px;
}
.slick-dot span {
  display: block;
  background: #676767;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: transform 0.4s;
}

@media (min-width: 576px) {
  .page-id-1161 .text-section .text-title {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-id-1161 .text-section .text-title {
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .page-id-1161 .text-section .text-title {
    max-width: 500px;
  }
}

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (min-width: 768px) {
  form.wpcf7-form {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  form.wpcf7-form {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  form.wpcf7-form {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  form.wpcf7-form {
    padding-top: 40px;
  }
}
form.wpcf7-form p {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  form.wpcf7-form p:nth-child(2), form.wpcf7-form p:nth-child(3), form.wpcf7-form p:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  form.wpcf7-form p:nth-child(2), form.wpcf7-form p:nth-child(3), form.wpcf7-form p:nth-child(4) {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  form.wpcf7-form p:nth-child(3), form.wpcf7-form p:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  form.wpcf7-form p:nth-child(5), form.wpcf7-form p:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.wpcf7-form p:nth-child(6) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  form.wpcf7-form p:nth-child(7) {
    padding: 0;
  }
}
form.wpcf7-form p:nth-child(8) {
  text-align: center;
}
form.wpcf7-form p input {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}
form.wpcf7-form p input.wpcf7-submit {
  display: inline-block;
  background: #45647C;
  color: #FFF;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  width: 120px;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s, border 0.4s;
  box-shadow: 3px 3px 6px transparent;
  border: 1px solid #45647C;
  border-radius: 25px;
  padding: 15px 25px 14px 25px;
  margin-left: 72px;
}
form.wpcf7-form p input.wpcf7-submit:hover, form.wpcf7-form p input.wpcf7-submit:focus {
  background: #3c576c;
  color: #FFF;
  text-decoration: none !important;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #3c576c;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  padding-top: 5px;
}
form.wpcf7-form .wpcf7-response-output {
  bottom: none !important;
  margin: 0 auto !important;
}

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