/*
Theme Name: Alternative Batherooms
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 0.1.07
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html,
*,
*:before,
*:after {
  box-sizing: border-box; }

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

input:focus {
  outline: none; }

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.inner--thin {
  width: 960px;
  margin: 0 auto; }

.inner--thinner {
  width: 760px;
  margin: 0 auto; }

.inner--thinnest {
  width: 560px;
  margin: 0 auto; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -20px; }
  .grid > [class*='grid_'] {
    padding: 0 20px; }

.grid_1-2 {
  width: 50%; }

.grid_1-3 {
  width: 33.33333%; }

.grid_2-3 {
  width: 66.66667%; }

.grid_1-4 {
  width: 25%; }

.grid_3-4 {
  width: 75%; }

.grid_1-5 {
  width: 20%; }

.grid_2-5 {
  width: 40%; }

.grid_3-5 {
  width: 60%; }

.grid_4-5 {
  width: 80%; }

.grid_1-6 {
  width: 16.66667%; }

.grid_5-6 {
  width: 83.33333%; }

.grid_1-8 {
  width: 12.5%; }

.grid_3-8 {
  width: 37.5%; }

.grid_5-8 {
  width: 62.5%; }

.grid_7-8 {
  width: 87.5%; }

.grid_1-10 {
  width: 10%; }

.grid_3-10 {
  width: 30%; }

.grid_7-10 {
  width: 70%; }

.grid_9-10 {
  width: 90%; }

.grid_1-12 {
  width: 8.33333%; }

.grid_5-12 {
  width: 41.66667%; }

.grid_7-12 {
  width: 58.33333%; }

.grid_11-12 {
  width: 91.66667%; }

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px; } }

body {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 200; }

small {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.6;
  display: inline-block; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

strong,
b {
  font-weight: 600; }

em,
i {
  font-style: italic; }

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3 {
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase; }

.delta,
.content h4,
.echo,
.content h5,
.foxtrot,
.content h6 {
  letter-spacing: 0.5px;
  font-weight: 400; }

.alpha,
.content h1 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px; }

.bravo,
.content h2 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 20px; }

.charlie,
.content h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px; }

.delta,
.content h4 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px; }

.echo,
.content h5 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 20px; }

.foxtrot,
.content h6 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px; }

.content p,
.content ul,
.content blockquote,
.content small {
  margin: 0 0 20px; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #4f5f78;
  line-height: 1.6; }

.content a {
  margin-bottom: 20px;
  color: #bad3f1;
  font-weight: 600; }

.content .wp-block-button__link {
  background: green;
  color: inherit; }

.content img {
  height: auto; }

.content blockquote {
  padding: 0 0 0 20px;
  border-left: 4px solid #e6e6e6; }

@media screen and (max-width: 640px) {
  body {
    font-size: 16px; }
  .alpha,
  .content h1 {
    font-size: 40px; }
  .bravo,
  .content h2 {
    font-size: 28px; }
  .charlie,
  .content h3 {
    font-size: 18px; }
  .delta,
  .content h4 {
    font-size: 22px; }
  .echo,
  .content h5 {
    font-size: 20px; }
  .foxtrot,
  .content h6 {
    font-size: 18px; } }

.title--white {
  color: #fff; }

.title--blue {
  color: #4f5f78; }

.title--lightblue {
  color: #83a7d3; }

.button--left,
.wp-block-button.alignleft {
  text-align: left; }

.button--center,
.wp-block-button.aligncenter {
  text-align: center; }

.button--right,
.wp-block-button.alignright {
  text-align: right; }

.button, .frm_submit input,
.frm_submit button,
.wp-block-button__link,
a.button {
  display: inline-block;
  position: relative;
  padding: 7px 20px;
  transition: 0.2s;
  cursor: pointer;
  background: #3eaacc;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .button:hover, .frm_submit input:hover,
  .frm_submit button:hover,
  .wp-block-button__link:hover,
  a.button:hover {
    background: #83a7d3; }

.button--shadow {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25)); }

.frm_submit {
  text-align: right; }
  .frm_submit input,
  .frm_submit button {
    border: none;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .frm_submit img {
    display: none; }

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle; }
  .mobile_menu_button p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
    margin: 2px 0 0; }

.lines-button {
  padding: 8px 0 8px 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  .lines-button.close {
    transform: scale3d(0.8, 0.8, 0.8); }
  .lines-button.x.close .lines {
    background: transparent; }
    .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
      transform-origin: 50% 50%;
      top: 0;
      width: 2rem; }
    .lines-button.x.close .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x.close .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }
  .lines-button.x2 .lines {
    transition: background 0.3s 0.5s ease; }
    .lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
      transform-origin: 50% 50%;
      transition: top 0.3s 0.6s ease, transform 0.3s ease; }
  .lines-button.x2.close .lines {
    transition: background 0.3s 0s ease;
    background: transparent; }
    .lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      top: 0;
      width: 2rem; }
    .lines-button.x2.close .lines:before {
      transform: rotate3d(0, 0, 1, 45deg); }
    .lines-button.x2.close .lines:after {
      transform: rotate3d(0, 0, 1, -45deg); }

.lines {
  display: block;
  width: 30px;
  margin-right: 2px;
  height: 0.15rem;
  background: #83a7d3;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    height: 0.15rem;
    background: #83a7d3;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.14286rem center; }
  .lines:before {
    top: 0.7rem; }
  .lines:after {
    top: -0.7rem; }

@media screen and (max-width: 1023px) {
  .mobile_menu_button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    z-index: 100; } }

a {
  text-decoration: none; }

ul,
ol {
  padding: 0 0 0 20px; }

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10; }

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.img_fill_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

.img_fill {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

img {
  height: auto; }

.strip__cont {
  position: relative; }

.stone__strip {
  background: #ece1e1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 65%;
  z-index: -1; }

.half__flex {
  display: -ms-flexbox;
  display: flex; }
  .half__flex--top {
    margin-bottom: 40px; }
  .half__flex img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1.1;
    -o-object-position: center;
       object-position: center; }

.right--padding {
  padding-right: 60px; }

.left--padding {
  padding-left: 60px; }

.half__flex--60 {
  width: 60%; }

.half__flex--40 {
  width: 40%; }

#cookie-law-info-bar {
  width: 100%;
  max-width: 520px;
  border-top: 11px solid #83a7d3; }
  #cookie-law-info-bar h5.cli_messagebar_head {
    color: #4f5f78;
    font-size: 20px !important; }
  #cookie-law-info-bar .cli-bar-container {
    -ms-flex-direction: column;
        flex-direction: column; }
    #cookie-law-info-bar .cli-bar-container .cli-bar-message {
      width: 100%; }
      #cookie-law-info-bar .cli-bar-container .cli-bar-message p {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4; }
      #cookie-law-info-bar .cli-bar-container .cli-bar-message a {
        font-weight: 400;
        color: #000; }
    #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
      margin: 20px 0 10px;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container .cli-plugin-button {
        display: inline-block;
        position: relative;
        padding: 7px 20px;
        transition: 0.2s;
        cursor: pointer;
        background-color: #3eaacc;
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 10px; }
        #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container .cli-plugin-button:hover {
          background: #83a7d3; }
  #cookie-law-info-bar .cli-tab-footer .wt-cli-privacy-accept-btn {
    background: #3eaacc; }

@media screen and (max-width: 900px) {
  .right--padding {
    padding-right: 30px; }
  .left--padding {
    padding-left: 30px; } }

@media screen and (max-width: 720px) {
  .half__flex {
    -ms-flex-direction: column;
        flex-direction: column; }
  .half__flex--60 {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 450px) {
  .half__flex--40 {
    width: 100%; } }

.badges__single {
  text-align: center;
  position: relative;
  padding-top: 24px; }
  .badges__single svg {
    width: 104px;
    height: 104px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .badges__single .charlie {
    background: white;
    font-size: 18px;
    position: relative;
    padding: 6px 0;
    min-height: 52px; }
    .badges__single .charlie.badges__single-short {
      padding: 17px 0;
      min-height: 0; }
  .badges__single p {
    font-size: 14px;
    margin: 40px 0 0;
    padding: 0 15px;
    display: block;
    width: 100%; }

@media screen and (max-width: 1150px) {
  .section.badges {
    padding: 40px 0; }
  .badges .grid_1-5 {
    width: 33.33333%;
    max-width: 240px;
    margin: 10px 0; }
  .badges__single p {
    padding: 0; } }

@media screen and (max-width: 750px) {
  .badges .grid_1-5 {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .badges .grid_1-5 {
    width: 100%; } }

.brands__slider {
  background: #ece1e1;
  padding: 40px 0 50px;
  text-align: center; }
  .brands__slider .brands__grid {
    margin: 0; }

@media screen and (max-width: 500px) {
  .brands__grid .slider__wrap {
    padding: 0; } }

.footer__top {
  padding: 80px 0;
  background-color: #4f5f78; }

.footer__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  color: #fff; }

.footer__logo {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1; }
  .footer__logo img {
    width: 100%;
    max-width: 140px; }

.footer__social {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1; }
  .footer__social a {
    display: inline-block; }
  .footer__social svg {
    width: 35px;
    height: 35px; }
    .footer__social svg .cls-1 {
      transition: 0.2s;
      fill: white; }
    .footer__social svg:hover .cls-1 {
      fill: #83a7d3; }

.footer__showrooms {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 5; }
  .footer__showrooms p {
    margin: 10px 0; }
    .footer__showrooms p span {
      font-weight: 400;
      text-transform: uppercase;
      width: 45%;
      min-width: 176px;
      display: inline-block; }
    .footer__showrooms p a {
      color: #fff;
      transition: 0.2s; }
      .footer__showrooms p a:hover {
        color: #83a7d3; }

.footer__hours {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 5; }
  .footer__hours p {
    margin-bottom: 20px; }
  .footer__hours span {
    width: 140px;
    display: inline-block; }
  .footer__hours a {
    color: #fff;
    display: inline-block;
    transition: 0.2s; }
    .footer__hours a:hover {
      color: #83a7d3; }
  .footer__hours li {
    margin: 0;
    display: block;
    cursor: pointer; }
    .footer__hours li a {
      color: white;
      transition: 0.2s; }
      .footer__hours li a:hover {
        color: #83a7d3; }

.footer__form {
  grid-column-start: 10;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 4;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 30px;
  color: #4f5f78; }
  .footer__form .foxtrot {
    margin-bottom: 25px; }
  .footer__form .frm_forms {
    width: 100%; }
    .footer__form .frm_forms .frm_submit button {
      width: 100%;
      margin: 20px 0 0;
      filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25)); }

.footer__bottom {
  background-color: #7c8da7;
  padding: 15px 0 20px;
  text-align: center; }
  .footer__bottom p {
    color: #fff;
    font-weight: 400; }
  .footer__bottom a {
    color: #bad3f1;
    transition: 0.2s; }
    .footer__bottom a:hover {
      color: #83a7d3;
      text-decoration: none; }

@media screen and (max-width: 1100px) {
  .footer__menu {
    grid-column-start: 7;
    grid-column-end: 9; }
  .footer__form {
    grid-column-start: 9;
    grid-column-end: 13; } }

@media screen and (max-width: 1000px) {
  .footer__top {
    padding: 40px 0; }
  .footer__grid {
    grid-template-rows: repeat(8, 1fr); }
  .footer__logo {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 1; }
  .footer__hours {
    grid-column-start: 1;
    grid-column-end: 7;
    grid-row-start: 2;
    grid-row-end: 5; }
    .footer__hours span {
      width: 140px;
      display: inline-block; }
  .footer__showrooms {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5; }
  .footer__social {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 6; }
  .footer__menu {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 8; }
  .footer__form {
    grid-column-start: 4;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 9; }
    .footer__form .frm_fields_container {
      position: relative; }
      .footer__form .frm_fields_container .book_half {
        grid-column-end: 6; }
      .footer__form .frm_fields_container .book_check {
        grid-row-start: 1;
        grid-column-start: 7;
        grid-column-end: 12; }
      .footer__form .frm_fields_container .frm_submit {
        position: absolute;
        right: 0;
        bottom: 8px; } }

@media screen and (max-width: 800px) {
  .footer__grid {
    grid-template-rows: repeat(7, 1fr);
    grid-row-gap: 10px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
  .footer__social {
    grid-column-start: 7;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 2; }
  .footer__showrooms {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 2;
    grid-row-end: 4; }
  .footer__hours {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 4;
    grid-row-end: 5;
    padding-bottom: 10px; }
  .footer__form {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 5;
    grid-row-end: 7; }
    .footer__form .frm_fields_container .book_half {
      grid-column: 1 / span 12 !important; }
    .footer__form .frm_fields_container .book_check {
      grid-row-start: 3;
      grid-column: 1 / span 12 !important; }
    .footer__form .frm_fields_container .frm_submit {
      position: relative; }
  .footer__menu {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 7;
    grid-row-end: 9; } }

.frm_form_field input[type='text'],
.frm_form_field input[type='email'],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  padding: 6px 10px;
  margin: 0 0 14px;
  color: #4f5f78;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; }
  .frm_form_field input[type='text'].placeholder,
  .frm_form_field input[type='email'].placeholder,
  .frm_form_field textarea.placeholder,
  .frm_form_field select.placeholder {
    color: #4f5f78;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .frm_form_field input[type='text']:-moz-placeholder,
  .frm_form_field input[type='email']:-moz-placeholder,
  .frm_form_field textarea:-moz-placeholder,
  .frm_form_field select:-moz-placeholder {
    color: #4f5f78;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1; }
  .frm_form_field input[type='text']::-moz-placeholder,
  .frm_form_field input[type='email']::-moz-placeholder,
  .frm_form_field textarea::-moz-placeholder,
  .frm_form_field select::-moz-placeholder {
    color: #4f5f78;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1; }
  .frm_form_field input[type='text']:-ms-input-placeholder,
  .frm_form_field input[type='email']:-ms-input-placeholder,
  .frm_form_field textarea:-ms-input-placeholder,
  .frm_form_field select:-ms-input-placeholder {
    color: #4f5f78;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .frm_form_field input[type='text']::-webkit-input-placeholder,
  .frm_form_field input[type='email']::-webkit-input-placeholder,
  .frm_form_field textarea::-webkit-input-placeholder,
  .frm_form_field select::-webkit-input-placeholder {
    color: #4f5f78;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .frm_form_field input[type='text']:focus,
  .frm_form_field input[type='email']:focus,
  .frm_form_field textarea:focus,
  .frm_form_field select:focus {
    outline: none; }

.frm_form_field select {
  cursor: pointer; }

.frm_form_field .frm_checkbox label {
  font-weight: 500;
  font-size: 14px; }

.frm_form_field .frm_description {
  font-size: 13px;
  color: #878787;
  margin: -7px 0 20px 10px; }

.form_select {
  position: relative; }
  .form_select:after {
    content: '';
    display: block;
    position: absolute;
    right: 12px;
    top: 11px;
    width: 18px;
    height: 11px;
    background: url("assets/images/form-arrow.svg") no-repeat center;
    pointer-events: none; }

.frm_hidden {
  display: none; }

.frm_form_title {
  letter-spacing: 1px;
  font-weight: 300;
  color: #4f5f78;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 20px; }

.frm_description {
  margin: 0 0 20px; }

.form_popup .frm_form_field input[type='text'],
.form_popup .form_select select {
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1)); }

.form_popup .frm_submit {
  margin-top: 20px; }

.header {
  background-color: transparent;
  padding: 0 40px;
  transition: 0.6s;
  position: relative;
  z-index: 12;
  margin-bottom: -86px; }

.header__scrolled {
  background-color: rgba(79, 95, 120, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.header__inner {
  display: -ms-flexbox;
  display: flex; }

.header__logo {
  width: 150px;
  padding: 20px 0;
  display: block; }
  .header__logo .mob_logo {
    display: none; }
  .header__logo img {
    width: 100%; }

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: center;
      align-self: center; }

.header__menu {
  padding: 0 60px 0 0; }
  .header__menu .menu-item {
    display: inline-block;
    margin: 0 0 0 25px; }
    .header__menu .menu-item a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 1px;
      padding: 0 0 30px 0;
      margin: 30px 0 0;
      display: block; }

.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  min-width: 230px;
  position: absolute;
  left: -20px;
  top: 85px;
  z-index: 10;
  background-color: #83a7d3;
  padding: 10px 20px; }
  .sub-menu .menu-item {
    margin: 0;
    display: block; }
    .sub-menu .menu-item li {
      display: block;
      margin: 20px 0;
      line-height: 1;
      border-bottom: 0; }
      .sub-menu .menu-item li:hover a {
        border-bottom: 0; }
    .sub-menu .menu-item a {
      transition: 0.2s;
      color: white;
      padding: 5px 0;
      margin: 0;
      cursor: pointer; }
      .sub-menu .menu-item a:hover {
        border-bottom: 0; }

.menu-item-has-children {
  position: relative;
  padding-right: 18px; }
  .menu-item-has-children a {
    cursor: default; }
    .menu-item-has-children a:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 11px;
      right: 0;
      top: 38px;
      background: url("assets/images/menu-arrow.svg") no-repeat center;
      background-size: 14px; }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1; }
    .menu-item-has-children:hover .sub-menu a:hover {
      color: #000; }
  .menu-item-has-children .sub-menu li a:after {
    display: none; }

.header__request {
  -ms-flex-item-align: center;
      align-self: center; }

.mobile__nav {
  display: none; }

@media screen and (max-width: 1023px) {
  .header {
    padding: 0 20px; }
  .header__logo {
    padding: 12px 0; }
  .header__menu {
    display: none; }
  .mobile__nav {
    display: none;
    position: absolute;
    background: #4f5f78;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 80px 0;
    text-align: center;
    min-height: 100vh; }
    .mobile__nav .mobile__nav__cont {
      width: 100%;
      max-width: 300px;
      margin: 80px auto; }
    .mobile__nav .header__logo {
      width: 100%;
      max-width: 80px;
      margin: 0 auto 40px; }
    .mobile__nav .header__menu {
      display: block;
      padding: 0; }
      .mobile__nav .header__menu .sub-menu {
        overflow: hidden;
        width: 100%;
        transition: none;
        margin: 0 0 20px; }
        .mobile__nav .header__menu .sub-menu li {
          margin: 0; }
          .mobile__nav .header__menu .sub-menu li a {
            padding: 5px 0; }
    .mobile__nav .menu-item {
      margin: 0;
      padding: 0;
      display: block; }
      .mobile__nav .menu-item a {
        padding: 8px 0;
        margin: 5px 0; }
        .mobile__nav .menu-item a:after {
          top: 18px;
          right: 65px; }
    .mobile__nav .menu-item-has-children:hover .sub-menu {
      display: none;
      position: static;
      background-color: transparent;
      padding: 0 0 0 20px; }
      .mobile__nav .menu-item-has-children:hover .sub-menu a {
        color: white;
        border: none; }
    .mobile__nav .header__request {
      margin: 60px auto 0;
      width: 100%;
      max-width: 300px; }
  .header__request {
    margin-right: 30px; } }

@media screen and (max-width: 768px) {
  .header .header__logo {
    width: auto; }
    .header .header__logo .main_logo {
      display: none; }
    .header .header__logo .mob_logo {
      display: block;
      max-width: 52px; } }

@media screen and (max-width: 640px) {
  .header__request {
    margin-right: 15px;
    padding: 7px 10px; } }

@media screen and (max-width: 425px) {
  .header__request {
    display: none; }
  .mobile__nav .header__request {
    display: block; } }

@media screen and (max-width: 410px) {
  .header {
    padding: 0 15px; }
    .header .header__request {
      padding: 7px 10px;
      letter-spacing: 0.5px; }
  .mobile__nav .mobile__nav__cont {
    margin: 10px auto; } }

.instagram .stone__strip {
  height: 47%;
  top: 46%; }

.showrooms__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.showrooms__left {
  width: 55%; }

.showrooms__left__times {
  margin: 30px 0 0;
  color: #4f5f78; }
  .showrooms__left__times span {
    width: 160px;
    display: inline-block; }
  .showrooms__left__times .button, .showrooms__left__times .frm_submit input, .frm_submit .showrooms__left__times input,
  .showrooms__left__times .frm_submit button, .frm_submit .showrooms__left__times button {
    margin: 40px 0 0; }

.showrooms__right {
  width: 32%; }

.showrooms__right__single {
  text-align: center;
  display: block;
  max-width: 146px; }
  .showrooms__right__single img {
    width: 100%;
    transition: 0.2s;
    aspect-ratio: 1/1; }
  .showrooms__right__single .img_fill_wrap {
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .showrooms__right__single .foxtrot {
    color: #7c8da7;
    transition: 0.2s; }
  .showrooms__right__single:hover .img_fill {
    transform: scale(1.04); }
  .showrooms__right__single:hover .foxtrot {
    color: #3eaacc; }

@media screen and (max-width: 1023px) {
  .showrooms__right {
    width: 38%; } }

@media screen and (max-width: 860px) {
  .showrooms__left {
    padding-right: 20px; }
  .showrooms__right {
    width: 50%; } }

@media screen and (max-width: 680px) {
  .showrooms__flex {
    -ms-flex-direction: column;
        flex-direction: column; }
  .showrooms__left {
    width: 100%;
    padding: 0 0 30px; }
  .showrooms__right {
    width: 100%;
    max-width: 340px;
    margin: 0 auto; } }

.showrooms2 .showrooms__left {
  width: 32%; }
  .showrooms2 .showrooms__left .button, .showrooms2 .showrooms__left .frm_submit input, .frm_submit .showrooms2 .showrooms__left input,
  .showrooms2 .showrooms__left .frm_submit button, .frm_submit .showrooms2 .showrooms__left button {
    margin-top: 30px; }

.showrooms2 .showrooms__right {
  width: 60%; }
  .showrooms2 .showrooms__right .grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -20px; }
  .showrooms2 .showrooms__right .showrooms__right__single {
    max-width: 210px;
    margin: 0 auto; }
    .showrooms2 .showrooms__right .showrooms__right__single .foxtrot {
      margin: 20px 0 0; }

@media screen and (max-width: 1130px) {
  .showrooms2 .showrooms__flex {
    -ms-flex-direction: column;
        flex-direction: column; }
  .showrooms2 .showrooms__left {
    width: 100%;
    margin: 0 0 30px; }
  .showrooms2 .showrooms__right {
    width: 100%; } }

@media screen and (max-width: 770px) {
  .showrooms2 .showrooms__right .grid {
    -ms-flex-direction: column;
        flex-direction: column; }
    .showrooms2 .showrooms__right .grid .grid_1-2 {
      margin: 15px auto; } }

.section.more__news {
  padding: 0 0 50px; }

.more__news__title {
  border-top: 3px solid #ebe5e5;
  padding: 40px 0 0;
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .more__news__title .charlie {
    margin: 0; }
  .more__news__title a {
    color: #7c8da7; }

.more__news .grid {
  margin-top: 0; }

.more__news--three .more__news__title {
  border-top: none; }

.page_navigation {
  text-align: center; }
  .page_navigation a,
  .page_navigation .current {
    color: #4f5f78;
    font-weight: 600;
    font-size: 17px;
    margin: 0 6px; }
  .page_navigation .current {
    border-bottom: 2px solid #4f5f78; }

.social_component {
  text-align: center;
  padding: 0 0 60px; }
  .social_component .delta {
    color: #807a78;
    margin: 0 0 30px; }
  .social_component img {
    width: 100%;
    aspect-ratio: 1/1; }
  .social_component.pinterest .stone__strip {
    height: 47%;
    top: 40%; }

.pinterest__single {
  font-size: 0; }

@media screen and (max-width: 1040px) {
  .social_component .grid_1-6 {
    width: 25%;
    margin: 15px 0; } }

@media screen and (max-width: 700px) {
  .social_component .grid_1-6 {
    width: 33.33333%; } }

@media screen and (max-width: 500px) {
  .social_component .grid_1-6 {
    width: 50%; } }

@media screen and (max-width: 360px) {
  .social_component .grid_1-6 {
    width: 100%; } }

.popup_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(79, 95, 120, 0.9);
  z-index: 23;
  display: none; }

.popup {
  position: fixed;
  top: 150px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #f7fafd;
  max-width: 600px;
  border-top: 10px solid #b0caea;
  padding: 30px 35px; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s; }
  .popup__close:hover svg {
    stroke: #83a7d3; }
  .popup__close svg {
    width: 18px;
    stroke: #4f5f78;
    stroke: #4f5f78;
    transition: 0.2s; }

.our__process {
  padding: 60px 0; }

.our__process_item-flex {
  width: 100%;
  margin: 20px -10px;
  margin: 0; }
  .our__process_item-flex > [class*='grid_'] {
    padding: 0 10px; }
  .our__process_item-flex .grid_1-3 {
    margin: 15px 0; }

.our__process_item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.9 /1;
  -o-object-position: center;
     object-position: center; }

.our__process_item .echo {
  margin: 20px 0;
  color: #83a7d3; }

.our__process_item p {
  font-size: 14px; }

.our__process_menu {
  padding: 0 0 0 20px; }
  .our__process_menu li {
    list-style: none;
    margin: 0 0 10px; }
    .our__process_menu li a {
      color: #7c8da7;
      font-size: 20px;
      font-weight: 400;
      transition: 0.2s;
      cursor: pointer; }
      .our__process_menu li a:hover {
        color: #83a7d3; }
  .our__process_menu .our__process_menu-call--mob {
    display: none; }

@media screen and (max-width: 1023px) {
  .our__process_item-flex .grid_1-4 {
    width: 50%;
    margin: 20px 0; }
    .our__process_item-flex .grid_1-4.our__process_menu {
      width: 50%;
      margin: 20px 0; } }

@media screen and (max-width: 600px) {
  .our__process_item-flex .grid_1-4 {
    width: 100%; }
    .our__process_item-flex .grid_1-4.our__process_menu {
      width: 100%;
      background: #ece1e1;
      text-align: center;
      padding: 15px 0;
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px; }
      .our__process_item-flex .grid_1-4.our__process_menu ul {
        padding: 0; }
  .our__process_menu-call {
    display: none; }
  .our__process_menu-call--mob.button, .frm_submit input.our__process_menu-call--mob,
  .frm_submit button.our__process_menu-call--mob {
    display: inline-block;
    color: #fff !important;
    background: #83a7d3; } }

.range {
  padding: 60px 0 120px; }
  .range .bravo {
    margin: 0 0 30px; }

.range__single {
  text-align: center; }
  .range__single a {
    display: block; }
  .range__single .img_fill_wrap {
    border-radius: 50%;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .range__single .img_fill {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: 0.2s; }
  .range__single .echo {
    color: #7c8da7;
    margin: 15px 0 0;
    transition: 0.2s; }
  .range__single:hover .img_fill {
    transform: scale(1.04); }
  .range__single:hover .echo {
    color: #83a7d3; }

.range__row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 3px solid #ebe5e5;
  padding: 10px 0 0;
  margin: 20px 0 0; }

@media screen and (max-width: 1023px) {
  .range__single.grid_1-5 {
    width: 33.333333%;
    margin: 0 0 30px; }
  .range__single .img_fill_wrap {
    max-width: 190px; }
  .range__row2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .range__row2 .range__single {
      width: 33.33333%; } }

@media screen and (max-width: 680px) {
  .range__single.grid_1-5 {
    width: 50%; }
  .range__row2 .range__single {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .range__single.grid_1-5 {
    width: 100%; }
  .range__row2 .range__single {
    width: 100%; } }

.reviews {
  background: #f7fafd;
  position: relative;
  padding: 30px 0 90px; }
  .reviews p {
    color: #4f5f78; }
  .reviews .foxtrot {
    color: #83a7d3;
    margin: 0;
    font-size: 17px; }
  .reviews small {
    color: #83a7d3;
    font-weight: 600;
    font-size: 15px; }

.reviews--curve {
  width: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: -1; }
  .reviews--curve svg .cls-1 {
    fill: #f7fafd; }
  .reviews--curve.reviews--curve-bottom {
    top: auto;
    bottom: -20px;
    z-index: 10; }
    .reviews--curve.reviews--curve-bottom svg .cls-1 {
      fill: #fff; }

.seperator {
  margin: 20px 0;
  width: 25px;
  height: 2px;
  background: #83a7d3;
  display: block; }

@media screen and (max-width: 1560px) {
  .reviews--curve {
    top: -60px; } }

@media screen and (max-width: 1150px) {
  .reviews--curve {
    top: -44px; } }

@media screen and (max-width: 850px) {
  .reviews--curve {
    top: -33px; } }

@media screen and (max-width: 780px) {
  .reviews {
    text-align: center; }
    .reviews .grid_1-3 {
      width: 100%;
      max-width: 400px;
      margin: 10px 0; }
      .reviews .grid_1-3 .seperator {
        margin: 20px auto; } }

@media screen and (max-width: 635px) {
  .reviews--curve {
    top: -24px; } }

@media screen and (max-width: 470px) {
  .reviews--curve {
    top: -18px; } }

.section {
  padding: 60px 0; }

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

.slider__wrap {
  position: relative;
  padding: 0 50px; }

.slider {
  position: relative;
  overflow: hidden; }
  .slider .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .slider .slick-slide:focus {
    outline: none; }

.slider__arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.slick-arrows {
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  transition: 0.2s;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  pointer-events: all; }
  .slick-arrows svg {
    width: 20px;
    height: 20px;
    fill: #000;
    transition: 0.2s; }

.prev-arrow {
  margin-right: 10px; }
  .prev-arrow svg {
    transform: rotate(180deg); }

.slick-arrow {
  transition: 0.2s; }

.slick-disabled {
  opacity: 0.1;
  cursor: auto; }
  .slick-disabled .slick-arrows {
    cursor: auto; }
    .slick-disabled .slick-arrows:hover {
      background-color: white; }

.progress_arrow__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: white; }

.arrow__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: 40px; }

.progress {
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 3px;
  overflow: hidden;
  background-color: rgba(216, 216, 216, 0.15);
  background-image: linear-gradient(to right, white, white);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out; }

.visit {
  background-image: url("assets/images/visit-bg.jpg");
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px; }
  .visit .inner {
    position: relative; }

.visit--circle {
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%);
  height: 1000px;
  width: 1000px;
  border-radius: 0 50% 50% 0;
  background: rgba(255, 255, 255, 0.95); }

.visit__text {
  padding: 80px 0;
  width: 100%;
  max-width: 300px; }
  .visit__text .charlie {
    line-height: 1.6;
    margin-bottom: 30px; }

@media screen and (max-width: 890px) {
  .visit--circle {
    right: 50%; } }

@media screen and (max-width: 700px) {
  .visit--circle {
    right: 0;
    left: 0; }
  .visit__text {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto; } }

.page-template-brands .page__hero--curve svg .cls-1 {
  fill: #ece1e1; }

.brands__grid {
  margin: 60px 0 40px; }

.brands__grid_single {
  margin: 20px 0;
  display: block; }
  .brands__grid_single:hover .img_fill {
    transform: scale(1.04); }

.brands__grid--img_wrap {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin: 0 auto; }
  .brands__grid--img_wrap .img_fill {
    width: 100%;
    transition: 0.2s; }

@media screen and (max-width: 1000px) {
  .brands__grid .grid_1-8 {
    width: 16.666666%; } }

@media screen and (max-width: 680px) {
  .brands__grid .grid_1-8 {
    width: 20%; } }

@media screen and (max-width: 540px) {
  .brands__grid .grid_1-8 {
    width: 25%; } }

@media screen and (max-width: 420px) {
  .brands__grid .grid_1-8 {
    width: 33.333333%; } }

@media screen and (max-width: 310px) {
  .brands__grid .grid_1-8 {
    width: 50%; } }

.page__hero--front {
  background-image: url("assets/images/front-hero.jpg");
  padding: 170px 0 130px; }
  .page__hero--front.page__hero:after {
    display: none; }

.front__hero__text {
  color: #fff;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 420px;
  text-align: left; }
  .front__hero__text .delta {
    margin-bottom: 30px;
    line-height: 1.4; }
  .front__hero__text p {
    margin: 0 0 30px; }

.home__top {
  padding: 60px 0; }
  .home__top .content {
    padding-right: 40px; }
  .home__top img {
    padding-left: 50px;
    width: 100%;
    aspect-ratio: 1.6 /1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.front__bathrooms {
  padding-top: 0; }
  .front__bathrooms img {
    width: 100%;
    aspect-ratio: 1.6 /1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .front__bathrooms .echo {
    margin: 20px 0 40px; }

.large__banner {
  background: #83a7d3;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0 80px; }
  .large__banner .alpha {
    color: #fff;
    font-size: 40px;
    margin: 0; }

.experts {
  padding: 60px 0 40px; }
  .experts .experts__intro {
    padding-right: 60px; }
  .experts .echo {
    color: #83a7d3;
    line-height: 1.6; }
  .experts img {
    width: 100%;
    aspect-ratio: 1.6 /1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .experts .foxtrot {
    color: #83a7d3;
    margin: 20px 0; }
  .experts p {
    margin: 0 0 60px; }

.contract {
  padding: 40px 0; }
  .contract img {
    width: 100%;
    aspect-ratio: 1.8 /1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .contract .contract__right {
    padding: 0 0 0 80px; }
    .contract .contract__right p {
      margin: 0 0 40px; }

@media screen and (max-width: 1023px) {
  .home__top .grid_1-2 {
    width: 40%; }
  .home__top .content {
    padding-right: 20px;
    width: 60%; }
  .home__top img {
    padding-left: 0;
    aspect-ratio: 1/1; }
  .experts {
    padding: 60px 80px 0; }
    .experts .grid_1-3 {
      width: 50%; }
      .experts .grid_1-3.experts__intro {
        padding-right: 20px; }
  .contract .contract__right {
    padding: 0 20px; } }

@media screen and (max-width: 900px) {
  .front__bathrooms {
    padding-bottom: 40px; }
    .front__bathrooms .grid_1-3 {
      width: 100%;
      max-width: 400px;
      margin: 20px 0; }
  .experts {
    padding: 50px 0 0; } }

@media screen and (max-width: 800px) {
  .home__top img {
    aspect-ratio: 1/1.2; }
  .large__banner .alpha {
    font-size: 30px; }
  .contract .grid_1-2 {
    width: 100%;
    max-width: 500px; }
    .contract .grid_1-2 img {
      margin-bottom: 30px; } }

@media screen and (max-width: 740px) {
  .home__top {
    padding: 50px 0 0; }
    .home__top .inner {
      padding: 0; }
    .home__top .grid {
      margin: 0; }
    .home__top .grid_1-2 {
      width: 100%;
      padding: 0; }
      .home__top .grid_1-2.content {
        padding: 0 20px 20px; }
      .home__top .grid_1-2 img {
        aspect-ratio: 2.2/1;
        z-index: -1;
        position: relative;
        height: 100%; }
  .experts .grid_1-3 {
    width: 100%;
    max-width: 500px; }
  .front__bathrooms .reviews--curve {
    /*top: -32px;*/ }
    .front__bathrooms .reviews--curve svg .cls-1 {
      /*fill: #f7fafd;*/ } }

@media screen and (max-width: 640px) {
  .page__hero--front {
    background-image: url("assets/images/front-hero-mob.jpg"); }
    .page__hero--front.page__hero {
      height: auto; } }

@media screen and (max-width: 575px) {
  .front__bathrooms .reviews--curve {
    /*top: -23px;*/ } }

@media screen and (max-width: 435px) {
  .front__bathrooms .reviews--curve {
    /*top: -19px;*/ } }

@media screen and (max-width: 365px) {
  .front__bathrooms .reviews--curve {
    /*top: -16px;*/ } }

.holding__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.holding__social__item {
  margin: 0 5px;
  position: relative; }
  .holding__social__item svg {
    width: 34px;
    transition: 0.2s; }

.holding__social__item--facebook svg {
  width: 16px; }

.news__archive {
  padding-bottom: 0; }

.news__archive_single {
  margin: 20px 0;
  max-width: 400px; }
  .news__archive_single a {
    display: block;
    color: #000; }
    .news__archive_single a:hover .img_fill {
      transform: scale(1.04); }
    .news__archive_single a:hover .delta {
      color: #3eaacc; }
  .news__archive_single .news__archive--img_wrap {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .news__archive_single img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1.6 /1;
    -o-object-position: center;
       object-position: center;
    transition: 0.2s; }
  .news__archive_single .delta {
    margin: 20px 0;
    color: #83a7d3; }

@media screen and (max-width: 1023px) {
  .news__archive_single {
    width: 50%; } }

@media screen and (max-width: 700px) {
  .news__archive_single {
    width: 100%; } }

.page__hero {
  position: relative;
  text-align: center;
  width: 100%; }
  .page__hero:after {
    content: '';
    display: block;
    padding-bottom: 30%; }

.header_grad {
  width: 120%;
  height: 0px;
  position: absolute;
  left: -10%;
  right: -10%;
  top: 0;
  box-shadow: 0px 17px 149px 91px #000000; }

.page__hero--curve {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0; }
  .page__hero--curve svg .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.page__hero--title {
  position: absolute;
  top: 54%;
  left: 20px;
  right: 20px;
  z-index: 5; }
  .page__hero--title .alpha {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
    margin-bottom: 0; }

.page__content {
  padding: 60px 0 50px; }

.page__content--stone {
  background: #ece1e1; }

@media screen and (max-width: 1023px) {
  .page__hero:after {
    padding-bottom: 42%; }
  .page__hero--title {
    top: 50%;
    transform: translateY(-38%); } }

@media screen and (max-width: 640px) {
  .page__hero {
    height: 315px; }
    .page__hero:after {
      display: none; }
  .page__hero--title {
    top: 55%;
    transform: none; }
  .page__hero--curve {
    bottom: -13px; } }

.single__product .showroom__header {
  margin-top: 0; }

.single__product .showroom__header--flex {
  -ms-flex-align: start;
      align-items: flex-start; }

.single__product .showroom--right {
  margin-top: -420px; }

.showrooms__map {
  text-align: center; }
  .showrooms__map #map {
    width: 100%;
    max-width: 600px;
    height: 400px;
    margin: 50px auto 0; }
  .showrooms__map h5 {
    margin: 15px 0 0; }
    .showrooms__map h5 a {
      color: #83a7d3; }

.single__brand .content h5 {
  color: #83a7d3;
  line-height: 1.4; }

@media screen and (max-width: 720px) {
  .single__brand .content h5 {
    font-size: 20px; }
  .half__flex--products {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .half__flex--products .half__flex--40 {
      width: 100%; }
      .half__flex--products .half__flex--40 img {
        width: 49%;
        display: inline-block;
        padding: 10px; } }

.single__content .wp-block-gallery.columns-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0; }
  .single__content .wp-block-gallery.columns-3 .wp-block-image {
    width: 31%; }

.single__content .wp-block-gallery img {
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.single__content__title {
  text-align: center;
  margin: 0 0 50px; }
  .single__content__title .bravo {
    margin-bottom: 10px; }

.single__content__image {
  width: 100%;
  margin-bottom: 50px; }
  .single__content__image img {
    width: 100%; }

@media screen and (max-width: 600px) {
  .single__content .wp-block-gallery.columns-3 {
    -ms-flex-direction: column;
        flex-direction: column; }
    .single__content .wp-block-gallery.columns-3 .wp-block-image {
      width: 100%; }
      .single__content .wp-block-gallery.columns-3 .wp-block-image img {
        margin: 10px auto;
        display: block;
        max-width: 300px; } }

.single__product .showroom__header--leftimgs img {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  margin: 0 0 20px; }

.single__product .content h5 {
  color: #83a7d3; }

.single__product .showroom--right .echo {
  line-height: 1.6;
  font-weight: 300;
  margin: 0; }

.single__product .showroom__header--meta p {
  margin: 0 0 30px; }

.single__product .showroom__header--rightimgs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single__product .showroom__header--rightimgs .full__width {
    width: 100%;
    aspect-ratio: 1.8 / 1;
    margin: 20px 0 0; }

.product__types {
  padding: 60px 0 30px; }
  .product__types img {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 1.6 /1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .product__types .foxtrot {
    color: #83a7d3;
    margin: 20px 0; }
  .product__types p {
    margin: 0 0 60px; }

.product__types--title {
  max-width: 20%; }

@media screen and (max-width: 1023px) {
  .single__product .showroom__header--flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .single__product .showroom__header--rightimgs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 20px 0 0; }
    .single__product .showroom__header--rightimgs img,
    .single__product .showroom__header--rightimgs .full__width {
      width: 31%;
      aspect-ratio: 1/1;
      margin: 0; }
  .single__product .showroom--left {
    width: 100%; }
    .single__product .showroom--left .content {
      padding-top: 30px; }
    .single__product .showroom--left .showroom__header--leftimgs {
      width: 33.333333%;
      margin-top: -33%; }
      .single__product .showroom--left .showroom__header--leftimgs img:last-of-type {
        display: block; }
  .product__types {
    padding: 30px 80px; }
    .product__types .grid_1-3 {
      width: 50%; }
      .product__types .grid_1-3.product__types--title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px; } }

@media screen and (max-width: 900px) {
  .product__types {
    padding: 30px 0; } }

@media screen and (max-width: 680px) {
  .single__product .showroom__header--rightimgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .single__product .showroom__header--rightimgs img,
    .single__product .showroom__header--rightimgs .full__width {
      max-width: 47%;
      width: 100%;
      margin: 10px 0; }
  .single__product .showroom--left .showroom__header--leftimgs {
    width: 33.333333%;
    margin-top: 0; }
  .single__product .showroom--left .content {
    padding-top: 0; }
  .product__types {
    padding: 30px 80px; }
    .product__types .grid_1-3 {
      width: 100%; } }

@media screen and (max-width: 600px) {
  .product__types {
    padding: 30px 0; } }

.page__hero--showroom {
  height: 600px; }
  .page__hero--showroom.page__hero:after {
    display: none; }

.showroom__header {
  margin-top: -420px; }

.showroom__header--flex {
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 20px -10px; }
  .showroom__header--flex > [class*='grid_'] {
    padding: 0 10px; }

.showroom--left {
  width: 58%; }

.showroom--right {
  width: 42%; }

.showroom__header--leftimgs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px; }
  .showroom__header--leftimgs img {
    width: calc(50% - 10px);
    aspect-ratio: 1/1.2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.showroom__header--curved {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 70px 70px 0 0;
  padding: 40px 40px;
  position: relative; }
  .showroom__header--curved .bravo {
    margin: 0 0 30px; }
  .showroom__header--curved .button, .showroom__header--curved .frm_submit input, .frm_submit .showroom__header--curved input,
  .showroom__header--curved .frm_submit button, .frm_submit .showroom__header--curved button {
    margin: 10px 0; }

.showroom__header--meta {
  padding: 40px 40px;
  margin: 0 0 20px;
  background: rgba(236, 225, 225, 0.95);
  position: relative; }
  .showroom__header--meta .delta a {
    color: #4f5f78; }
  .showroom__header--meta p {
    color: #4f5f78; }
    .showroom__header--meta p span {
      width: 100%;
      max-width: 160px;
      display: inline-block; }

.showroom__header--rightimgs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px; }
  .showroom__header--rightimgs img {
    width: calc(50% - 10px);
    aspect-ratio: 1.1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.showroom__visit {
  padding: 0 0 40px;
  border-bottom: 3px solid #ebe5e5;
  margin: 0 0 60px; }
  .showroom__visit .grid {
    -ms-flex-align: center;
        align-items: center;
    margin: 20px -10px; }
    .showroom__visit .grid > [class*='grid_'] {
      padding: 0 10px; }
  .showroom__visit .button, .showroom__visit .frm_submit input, .frm_submit .showroom__visit input,
  .showroom__visit .frm_submit button, .frm_submit .showroom__visit button {
    margin: 40px 0 0; }
  .showroom__visit #map {
    width: 100%;
    height: 300px;
    background-color: grey; }
  .showroom__visit .echo {
    margin: 15px 0 0; }
    .showroom__visit .echo a {
      color: #83a7d3;
      display: block; }
      .showroom__visit .echo a:hover {
        color: #3eaacc; }
  .showroom__visit .showroom__address {
    margin: 0 0 20px; }

.showroom__content-copy {
  padding-right: 140px; }

.showroom__link {
  list-style: none; }
  .showroom__link a {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #4f5f78;
    transition: 0.2s; }
    .showroom__link a:hover {
      color: #83a7d3; }

@media screen and (max-width: 1023px) {
  .inner--showroomtop {
    padding: 0 80px; }
  .showroom__header--flex {
    -ms-flex-direction: row;
        flex-direction: row; }
  .showroom--right {
    width: 66%; }
  .showroom--left {
    width: 33%; }
    .showroom--left .showroom__header--leftimgs img {
      aspect-ratio: 1.1/1;
      width: 100%; }
      .showroom--left .showroom__header--leftimgs img:last-of-type {
        display: none; }
  .showroom__visit .showroom--left {
    width: 56%; }
  .showroom__visit .showroom--right {
    width: 44%; }
  .showroom__content-copy {
    padding-right: 0; } }

@media screen and (max-width: 830px) {
  .inner--showroomtop {
    padding: 0 20px; } }

@media screen and (max-width: 680px) {
  .showroom__header--flex {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center; }
  .showroom--right {
    width: 100%;
    max-width: 580px; }
  .showroom--left {
    width: 100%;
    max-width: 580px;
    margin-top: 20px; }
    .showroom--left .showroom__header--leftimgs img {
      width: calc(50% - 10px); }
      .showroom--left .showroom__header--leftimgs img:last-of-type {
        display: block; }
  .showroom__visit .showroom--left {
    width: 100%;
    max-width: 580px;
    margin-bottom: 20px; }
  .showroom__visit .showroom--right {
    width: 100%;
    max-width: 580px;
    text-align: center; }
  .showroom__content .showroom__content-copy {
    width: 100%;
    max-width: 580px; }
    .showroom__content .showroom__content-copy .bravo {
      text-align: center; }
  .showroom__content .grid_3-4,
  .showroom__content .grid_1-4 {
    width: 100%;
    max-width: 580px; } }
