/*
Theme Name: Beautiful You
Description: Theme for Beautiful You By Jane Cartlidge
Author: Sam Hammonds
Version: 1
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;600;700&display=swap");
p {
  line-height: 1.6;
}

/*@mixin extend() {
	@extend 
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  min-width: 300px;
  font-family: "Raleway", sans-serif;
  padding-top: 115px;
}

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

.holder {
  min-height: 100%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.holder--nav-open {
  margin-left: 300px;
  margin-right: -300px;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.header {
  background-color: #728c9b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #d5435d;
  z-index: 100;
}
.header .top_header {
  background-color: #d5435d;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 50px;
}
.header .top_header p {
  font-size: 15px;
  font-weight: 700;
  margin-right: 1rem;
}
.header .top_header p a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.header .top_header .socials {
  margin-left: 1rem;
}
.header .top_header .socials a {
  font-size: 24px;
  color: #fff;
  margin-right: 12px;
}
.header .top_header .socials a:last-of-type {
  margin-right: 0;
}
.header .header_container {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
  height: 100%;
}
.header__logo {
  width: 230px;
  float: left;
  color: #fff;
  text-decoration: none;
}
.header__navigation-container {
  float: right;
}

@media only screen and (max-width: 1050px) {
  body {
    padding-top: 0;
  }

  .header {
    position: relative;
  }
  .header .top_header {
    justify-content: center;
  }
  .header .top_header p {
    display: none;
  }
  .header .top_header .socials {
    margin-left: 0;
  }
  .header .header_container {
    padding: 0px 25px;
  }
}
.footer {
  width: 100%;
  background-color: #728c9b;
  border-top: 3px solid #d5435d;
  margin-top: 100px;
}
.footer .footer_container {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 50px;
}
.footer .footer_container .logo {
  width: 20%;
}
.footer .footer_container .menu {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.footer .footer_container .menu a {
  color: #fff;
}
.footer .footer_container .copyright {
  width: 20%;
  line-height: 26px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 50px;
  }
  .footer .footer_container {
    padding: 15px 25px;
    flex-wrap: wrap;
  }
  .footer .footer_container .logo {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer .footer_container .logo img {
    max-width: 250px;
    margin: 0 auto;
  }
  .footer .footer_container .menu {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer .footer_container .menu .navigation__list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .footer .footer_container .copyright {
    width: 100%;
    text-align: center;
  }
}
/* Navigation */
.navigation {
  text-transform: uppercase;
  text-align: right;
}
.navigation__list {
  list-style: none;
}
.navigation__list-item {
  display: inline-block;
  margin-right: 1rem;
}
.navigation__list-item:last-of-type {
  margin-right: 0;
}
.navigation__list-item:hover .navigation__item-link {
  border-color: #d5435d;
}
.navigation__list-item--current .navigation__item-link {
  color: #ccc;
}
.navigation__item-link {
  color: #fff;
  text-decoration: none;
  padding: 5px 0px;
  display: block;
  border-bottom: 2px solid transparent;
  transition: 0.25s all;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}
.navigation__nav-toggle {
  display: none;
}
.navigation__nav-toggle svg {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.navigation__nav-toggle--open-nav {
  float: left;
  padding: 32px 10px;
}
.navigation__nav-toggle--open-nav svg {
  fill: #fff;
}
.navigation__nav-toggle--close-nav {
  overflow: hidden;
  margin: 25px 15px;
  display: none;
}
.navigation__nav-toggle--close-nav svg {
  float: right;
  fill: #000;
}

.sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  left: 0;
  padding-top: 25px;
  list-style: none;
}
.sub-menu li {
  background-color: #d5435d;
  color: #fff;
  transition: 0.5s all;
}
.sub-menu li:hover {
  background-color: #728c9b;
}
.sub-menu li a {
  padding: 10px 16px;
  display: block;
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s all;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

@media only screen and (max-width: 1050px) {
  body.background-nav {
    background-color: #d5435d;
    overflow-x: hidden;
  }

  .holder {
    background-color: #fff;
  }

  .navigation {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    margin: 0px;
    text-align: left;
  }

  .navigation__nav-toggle {
    display: block;
  }

  .navigation__list {
    margin: 0px 10px;
  }

  .navigation__list-item {
    display: block;
    margin-bottom: 10px;
    border-right: 0px;
  }

  .navigation__list-item--current .navigation__item-link {
    color: #fff;
  }

  html .sub {
    display: block;
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    height: 30px;
    width: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #728c9b;
    color: #fff;
  }

  .menu-item-has-children:hover .sub-menu {
    display: none;
  }

  .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    padding: 10px;
    background-color: #728c9b;
  }

  .sub-menu li {
    background-color: #728c9b;
  }
}
.sub {
  display: none;
}

.home_hero {
  height: 100vh;
  max-height: 500px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_hero .home_hero_container {
  width: 70%;
  max-width: 1440px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px 50px;
}
.home_hero .home_hero_container picture {
  width: 33%;
}
.home_hero .home_hero_container picture img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  border: 3px solid #d5435d;
}
.home_hero .home_hero_container .home_hero_text {
  width: 60%;
}
.home_hero .home_hero_container .home_hero_text h1 {
  font-size: 32px;
  margin-bottom: 25px;
}
.home_hero .home_hero_container .home_hero_text p {
  margin-bottom: 1rem;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
.home_hero .home_hero_container .home_hero_text p:last-of-type {
  margin-bottom: 0;
}
.home_hero .home_hero_container .home_hero_text .hero_button {
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
  background-color: #d5435d;
  border: 3px solid #d5435d;
  transition: 0.5s all;
}
.home_hero .home_hero_container .home_hero_text .hero_button:hover {
  background-color: #fff;
  color: #d5435d;
}

.get_to_know_me {
  margin: 75px 0px;
}
.get_to_know_me .get_to_know_me_container {
  max-width: 1640px;
  padding: 0px 75px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.get_to_know_me .get_to_know_me_container .portrait {
  width: 28%;
  position: relative;
  max-width: 335px;
}
.get_to_know_me .get_to_know_me_container .portrait::before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: -25px;
  height: 100%;
  width: 100%;
  background-color: #d5435d;
  z-index: -1;
}
.get_to_know_me .get_to_know_me_container .portrait img {
  margin: 0 auto;
}
.get_to_know_me .get_to_know_me_container .get_to_know_text {
  width: 60%;
  color: #d5435d;
}
.get_to_know_me .get_to_know_me_container .get_to_know_text h2 {
  font-size: 36px;
  margin-bottom: 25px;
  text-shadow: 0px 1px 2px #d5435d;
}
.get_to_know_me .get_to_know_me_container .get_to_know_text p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 25px;
}
.get_to_know_me .get_to_know_me_container .get_to_know_text p:last-of-type {
  margin-bottom: 0;
}

.services {
  margin: 75px 0px;
}
.services .services_grid_container {
  max-width: 1640px;
  margin: 0 auto;
  width: 80%;
}
.services .services_grid_container h2 {
  font-size: 36px;
  margin-bottom: 33px;
  text-align: center;
  color: #728c9b;
}
.services .services_grid_container .services_list {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.services .services_grid_container .services_list .service_item a {
  text-decoration: none;
  color: #728c9b;
}
.services .services_grid_container .services_list .service_item picture {
  position: relative;
  display: block;
}
.services .services_grid_container .services_list .service_item picture:hover h3 {
  background-color: #fff;
  color: #728c9b;
}
.services .services_grid_container .services_list .service_item picture h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #d5435d;
  color: #fff;
  padding: 11px 40px 11px 20px;
  width: 60%;
  text-align: left;
  font-size: 20px;
  outline: 3px solid #d5435d;
  transition: 0.75s all;
}
.services .services_grid_container .services_list .service_item img {
  height: 275px;
  width: 100%;
  object-fit: cover;
}

.gallery {
  margin: 75px 0px;
  padding: 100px 25px;
  background-color: #d5435d;
}
.gallery h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
  max-width: 1500px;
  margin: 0 auto 50px;
  padding: 0px 50px;
  width: 95%;
}
.gallery .gallery_list {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  padding: 0px 50px;
  display: -ms-grid;
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
  list-style: none;
}
.gallery .gallery_list .gallery_item img {
  height: 240px;
  width: 240px;
  object-fit: cover;
  border: 5px solid #fff;
}

.get_in_touch .get_in_touch_container {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 50px;
}
.get_in_touch .get_in_touch_container .avatar {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.get_in_touch .get_in_touch_container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  color: #728c9b;
}
.get_in_touch .get_in_touch_container .open p:first-of-type {
  text-align: center;
  line-height: 24px;
  margin-bottom: 50px;
  color: #728c9b;
}
.get_in_touch .get_in_touch_container .form_with_contact_details {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials {
  width: 45%;
  text-align: left;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours {
  margin-bottom: 1rem;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours p:first-of-type {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours p {
  line-height: 24px;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours a {
  margin: 1rem 0;
  display: inline-block;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .phone {
  margin-bottom: 1rem;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .phone p {
  margin-bottom: 10px;
  font-weight: 700;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .phone a {
  color: #d5435d;
  text-decoration: none;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .email {
  margin-bottom: 1rem;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .email p {
  margin-bottom: 10px;
  font-weight: 700;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .email a {
  color: #d5435d;
  text-decoration: none;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials p {
  margin-bottom: 10px;
  font-weight: 700;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials a {
  margin-right: 1rem;
  color: #d5435d;
  font-size: 20px;
}
.get_in_touch .get_in_touch_container .form_with_contact_details .form_container {
  width: 45%;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form input[type=submit] {
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  margin-top: 25px;
  padding: 8px 16px;
  height: 45px;
  transition: 0.5s all;
  background-color: #d5435d;
  border: 2px solid #d5435d;
  color: #fff;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form input[type=submit]:hover {
  background-color: #fff;
  color: #d5435d;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap input, .get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap select {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 12px 16px;
  height: 45px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap input::placeholder, .get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap select::placeholder {
  color: #000;
  opacity: 1;
  transition: 0.5s all;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap input:focus::placeholder {
  opacity: 0;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap textarea {
  resize: none;
  height: 100px;
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 12px 16px;
  font-family: "Raleway", sans-serif;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap textarea::placeholder {
  color: #000;
  opacity: 1;
  transition: 0.5s all;
}
.get_in_touch .get_in_touch_container .form_with_contact_details form .wpcf7-form-control-wrap textarea:focus::placeholder {
  opacity: 0;
}

html .wpcf7-not-valid-tip {
  margin-bottom: 1rem;
  background-color: #dc3232;
  color: #fff;
  padding: 8px 14px;
}

html .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
  padding: 8px 14px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .home_hero {
    max-height: 600px;
  }
  .home_hero .home_hero_container {
    padding: 15px 25px;
    width: calc(100% - 50px);
    flex-wrap: wrap;
  }
  .home_hero .home_hero_container picture {
    width: 100%;
    margin-bottom: 1rem;
  }
  .home_hero .home_hero_container picture img {
    max-height: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  .home_hero .home_hero_container .home_hero_text {
    width: 100%;
    text-align: center;
  }
  .home_hero .home_hero_container .home_hero_text h1 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .home_hero .home_hero_container .home_hero_text p {
    font-size: 14px;
  }
  .home_hero .home_hero_container .home_hero_text .hero_button {
    margin-top: 1rem;
    padding: 8px 25px;
    font-size: 14px;
  }

  .get_to_know_me {
    margin: 50px 0px;
  }
  .get_to_know_me .get_to_know_me_container {
    flex-wrap: wrap;
    padding: 0px 25px;
  }
  .get_to_know_me .get_to_know_me_container .portrait {
    width: 100%;
    margin: 0 auto 25px;
    max-width: 100%;
  }
  .get_to_know_me .get_to_know_me_container .portrait img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .get_to_know_me .get_to_know_me_container .get_to_know_text {
    width: 100%;
  }

  .services {
    margin: 50px 0px;
  }
  .services .services_grid_container {
    width: calc(100% - 50px);
  }
  .services .services_grid_container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .services .services_grid_container .services_list {
    grid-template-columns: 1fr;
  }
  .services .services_grid_container .services_list .service_item picture img {
    height: auto;
    max-height: 235px;
  }
  .services .services_grid_container .services_list .service_item picture h3 {
    width: auto;
    padding: 7px 40px 7px 20px;
    font-size: 18px;
  }

  .gallery {
    margin: 50px 0px;
    padding: 50px 25px;
  }
  .gallery h2 {
    width: 100%;
    font-size: 28px;
    padding: 0px;
    margin-bottom: 25px;
  }
  .gallery .gallery_list {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-gap: 15px;
  }
  .gallery .gallery_list .gallery_item img {
    width: 100%;
    height: 180px;
    border-width: 3px;
  }

  .get_in_touch .get_in_touch_container {
    padding: 25px;
  }
  .get_in_touch .get_in_touch_container .avatar {
    margin: 0px auto 10px;
  }
  .get_in_touch .get_in_touch_container h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .get_in_touch .get_in_touch_container .open p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
  }
  .get_in_touch .get_in_touch_container .open p:first-of-type {
    margin-bottom: 25px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details {
    flex-wrap: wrap;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours {
    width: 100%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours p:first-of-type {
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .phone {
    width: 100%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .email {
    width: 100%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials p {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container {
    width: 100%;
    margin-bottom: 25px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form input[type=submit] {
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    max-width: 175px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form .wpcf7-form-control-wrap select, .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .home_hero {
    max-height: 600px;
  }
  .home_hero .home_hero_container {
    padding: 15px 25px;
    width: calc(100% - 50px);
    flex-wrap: wrap;
  }
  .home_hero .home_hero_container picture {
    width: 100%;
    margin-bottom: 1rem;
  }
  .home_hero .home_hero_container picture img {
    max-height: 100%;
    max-width: 170px;
    margin: 0 auto;
  }
  .home_hero .home_hero_container .home_hero_text {
    width: 100%;
    text-align: center;
  }
  .home_hero .home_hero_container .home_hero_text h1 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  .home_hero .home_hero_container .home_hero_text p {
    font-size: 14px;
  }
  .home_hero .home_hero_container .home_hero_text .hero_button {
    margin-top: 1rem;
    padding: 8px 25px;
    font-size: 14px;
  }

  .get_to_know_me .get_to_know_me_container {
    flex-wrap: wrap;
    padding: 0px 25px;
  }
  .get_to_know_me .get_to_know_me_container .portrait {
    width: 100%;
    margin: 0 auto 25px;
    max-width: 100%;
  }
  .get_to_know_me .get_to_know_me_container .portrait img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
  .get_to_know_me .get_to_know_me_container .get_to_know_text {
    width: 100%;
  }

  .services .services_grid_container {
    width: 100%;
  }
  .services .services_grid_container h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .services .services_grid_container .services_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0;
  }
  .services .services_grid_container .services_list .service_item {
    width: 45%;
    margin: 1rem;
  }
  .services .services_grid_container .services_list .service_item picture img {
    height: auto;
    max-height: 260px;
  }
  .services .services_grid_container .services_list .service_item picture h3 {
    width: auto;
    padding: 7px 40px 7px 20px;
    font-size: 18px;
  }

  .gallery {
    margin: 50px 0px;
    padding: 50px 25px;
  }
  .gallery h2 {
    width: 100%;
    font-size: 28px;
    padding: 0px;
    margin-bottom: 25px;
  }
  .gallery .gallery_list {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 15px;
  }
  .gallery .gallery_list .gallery_item img {
    width: 100%;
    height: 180px;
    border-width: 3px;
  }

  .get_in_touch .get_in_touch_container {
    max-width: calc(100% - 50px);
    padding: 40px;
  }
  .get_in_touch .get_in_touch_container .avatar {
    margin: 0px auto 10px;
  }
  .get_in_touch .get_in_touch_container h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .get_in_touch .get_in_touch_container .open p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 22px;
  }
  .get_in_touch .get_in_touch_container .open p:first-of-type {
    margin-bottom: 25px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details {
    flex-wrap: wrap;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours {
    width: 32%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .opening_hours p:first-of-type {
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .phone {
    width: 32%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .email {
    width: 32%;
    text-align: center;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .contact_and_socials .socials p {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container {
    width: 100%;
    margin-bottom: 25px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form input[type=submit] {
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    max-width: 175px;
  }
  .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form .wpcf7-form-control-wrap select, .get_in_touch .get_in_touch_container .form_with_contact_details .form_container form .wpcf7-form-control-wrap input {
    height: 40px;
  }
}
.internal_page_hero {
  height: 60vh;
  max-height: 400px;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.internal_page_hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
  display: block;
  z-index: 1;
}
.internal_page_hero .internal_page_hero_content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  z-index: 5;
  position: relative;
}
.internal_page_hero .internal_page_hero_content h1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 25px;
}
.internal_page_hero .internal_page_hero_content p, .internal_page_hero .internal_page_hero_content li {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}

.row_builder_row {
  margin: 75px 0px;
}
@media only screen and (max-width: 767px) {
  .row_builder_row {
    margin: 50px 0px;
  }
}

.row_builder {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0px 55px;
}

.image__split_block {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image__split_block.left .block_text {
  order: 2;
}
.image__split_block.left .block_image {
  order: 1;
}
.image__split_block.right .block_text {
  order: 1;
}
.image__split_block.right .block_image {
  order: 2;
}
.image__split_block .block_text {
  width: 48%;
}
.image__split_block .block_text h2 {
  font-size: 34px;
  margin-bottom: 25px;
  color: #728c9b;
}
.image__split_block .block_text h3 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #728c9b;
}
.image__split_block .block_text h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #728c9b;
}
.image__split_block .block_text h5 {
  font-size: 25px;
  margin-bottom: 25px;
  color: #728c9b;
}
.image__split_block .block_text p {
  font-size: 17px;
  margin-bottom: 25px;
}
.image__split_block .block_text p a {
  color: #d5435d;
}
.image__split_block .block_text ul {
  margin-left: 1rem;
  margin-bottom: 25px;
}
.image__split_block .block_text li {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.image__split_block .block_text li a {
  color: #d5435d;
}
.image__split_block .block_image {
  width: 44%;
}
.image__split_block .block_image img {
  max-width: 580px;
  margin: 0 auto;
}

.text_block_content h2 {
  font-size: 34px;
  margin-bottom: 25px;
  color: #728c9b;
}
.text_block_content h3 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #728c9b;
}
.text_block_content h4 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #728c9b;
}
.text_block_content h5 {
  font-size: 25px;
  margin-bottom: 25px;
  color: #728c9b;
}
.text_block_content p {
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.7;
}
.text_block_content p a {
  color: #d5435d;
}
.text_block_content ul {
  margin-left: 1rem;
  margin-bottom: 25px;
}
.text_block_content li {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.text_block_content li a {
  color: #d5435d;
}

@media only screen and (max-width: 767px) {
  .internal_page_hero {
    max-height: 100%;
  }
  .internal_page_hero .internal_page_hero_content {
    padding: 0px 25px;
    max-width: 100%;
  }
  .internal_page_hero .internal_page_hero_content h1 {
    font-size: 40px;
  }
  .internal_page_hero .internal_page_hero_content p {
    font-size: 17px;
  }
  .internal_page_hero .internal_page_hero_content ul {
    margin-left: 1rem;
    margin-bottom: 25px;
  }
  .internal_page_hero .internal_page_hero_content li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .internal_page_hero .internal_page_hero_content li a {
    color: #d5435d;
  }

  .row_builder {
    padding: 0px 25px;
  }
  .row_builder .image__split_block {
    flex-wrap: wrap;
  }
  .row_builder .image__split_block.left .block_image {
    margin-bottom: 25px;
  }
  .row_builder .image__split_block.right .block_text {
    margin-bottom: 25px;
  }
  .row_builder .image__split_block .block_text {
    width: 100%;
  }
  .row_builder .image__split_block .block_text h2 {
    font-size: 28px;
  }
  .row_builder .image__split_block .block_text h3 {
    font-size: 26px;
  }
  .row_builder .image__split_block .block_text h4 {
    font-size: 24px;
  }
  .row_builder .image__split_block .block_text h5 {
    font-size: 22px;
  }
  .row_builder .image__split_block .block_text h6 {
    font-size: 20px;
  }
  .row_builder .image__split_block .block_text p, .row_builder .image__split_block .block_text li {
    font-size: 15px;
  }
  .row_builder .image__split_block .block_image {
    width: 100%;
  }
  .row_builder .image__split_block .block_image img {
    max-width: 100%;
  }
  .row_builder .text_block_content h2 {
    font-size: 28px;
  }
  .row_builder .text_block_content h3 {
    font-size: 26px;
  }
  .row_builder .text_block_content h4 {
    font-size: 24px;
  }
  .row_builder .text_block_content h5 {
    font-size: 22px;
  }
  .row_builder .text_block_content h6 {
    font-size: 20px;
  }
  .row_builder .text_block_content p, .row_builder .text_block_content li {
    font-size: 15px;
  }
  .row_builder .text_block_content img {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .internal_page_hero {
    max-height: 450px;
  }
  .internal_page_hero .internal_page_hero_content {
    padding: 0px 25px;
    max-width: 100%;
  }
  .internal_page_hero .internal_page_hero_content h1 {
    font-size: 46px;
  }
  .internal_page_hero .internal_page_hero_content p, .internal_page_hero .internal_page_hero_content li {
    font-size: 18px;
  }

  .row_builder {
    padding: 0px 25px;
  }
  .row_builder .image__split_block .block_text {
    width: 50%;
  }
  .row_builder .image__split_block .block_text h2 {
    font-size: 30px;
  }
  .row_builder .image__split_block .block_text h3 {
    font-size: 28px;
  }
  .row_builder .image__split_block .block_text h4 {
    font-size: 26px;
  }
  .row_builder .image__split_block .block_text h5 {
    font-size: 24px;
  }
  .row_builder .image__split_block .block_text h6 {
    font-size: 22px;
  }
  .row_builder .image__split_block .block_text p, .row_builder .image__split_block .block_text li {
    font-size: 16px;
  }
  .row_builder .image__split_block .block_image img {
    max-width: 100%;
  }
  .row_builder .text_block_content {
    width: 100%;
  }
  .row_builder .text_block_content h2 {
    font-size: 30px;
  }
  .row_builder .text_block_content h3 {
    font-size: 28px;
  }
  .row_builder .text_block_content h4 {
    font-size: 26px;
  }
  .row_builder .text_block_content h5 {
    font-size: 24px;
  }
  .row_builder .text_block_content h6 {
    font-size: 22px;
  }
  .row_builder .text_block_content p, .row_builder .text_block_content li {
    font-size: 16px;
  }
  .row_builder .text_block_content img {
    margin-bottom: 25px;
  }
}

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