@charset "UTF-8";
/*Theme Name: BlankSlate */
/*Theme URI: https://github.com/tidythemes/blankslate */
/*Author: TidyThemes */
/*Author URI: https://github.com/tidythemes */
/*Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you. */
/*Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready */
/*Version: 2023 */
/*Requires at least: 5.2 */
/*Tested up to: 6.1 */
/*Requires PHP: 7.0 */
/*License: GNU General Public License v3 or Later */
/*License URI: https://www.gnu.org/licenses/gpl.html */
/*Text Domain: blankslate */
/*BlankSlate WordPress Theme © 2011-2023 TidyThemes */
/*BlankSlate is distributed under the terms of the GNU GPL */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
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: 10px;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: "„" "“" "‚" "‘";
}

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

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

a, a:hover, a:active, a:visited {
  color: #000;
  text-decoration: none;
}

@keyframes moveLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300px);
  }
}
html {
  font: 62.5%, "Lato", sans-serif;
  font-size: 62.5%;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

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

a:hover {
  color: #FFA630;
}

footer {
  font-size: 1rem;
  text-align: center;
  color: #FFFCF2;
  background: #081D16;
}

p, a, ul, ol {
  font-size: 1.5rem;
  line-height: 1.55;
}

span {
  font-size: 2.25rem;
}

ul, ol {
  line-height: 2;
  padding-left: 2rem;
}

h3 {
  font-family: "EB Garamond", serif;
  font-size: 2.25rem;
  line-height: 1.55;
  color: #04100C;
}

h2 {
  font-family: "EB Garamond", serif;
  font-size: 3.375rem;
  line-height: 1.55;
  color: #04100C;
}

h1 {
  font-family: "EB Garamond", serif;
  font-size: 5.0625rem;
  line-height: 1.55;
  color: #04100C;
}

@media (max-width: 930px) {
  footer {
    font-size: 1rem;
    text-align: center;
    color: #FFFCF2;
    background: #081D16;
  }
  p, a, ul, ol {
    font-size: 1.333rem;
    line-height: 1.55;
  }
  span {
    font-size: 1.776889rem;
  }
  ul, ol {
    line-height: 2;
    padding-left: 2rem;
  }
  h3 {
    font-family: "EB Garamond", serif;
    font-size: 1.776889rem;
    line-height: 1.55;
    color: #04100C;
  }
  h2 {
    font-family: "EB Garamond", serif;
    font-size: 2.368593037rem;
    line-height: 1.55;
    color: #04100C;
  }
  h1 {
    font-family: "EB Garamond", serif;
    font-size: 3.1573345183rem;
    line-height: 1.55;
    color: #04100C;
  }
}
strong {
  color: #124232;
  font-weight: 600;
}

span {
  font-size: 1.5rem;
}

textarea, input, select {
  border: none;
}

select {
  -webkit-appearance: none;
}

.distance {
  padding: 0 7%;
}

.wpcf7-submit {
  width: 15rem;
  background: #081D16;
  color: #FFFCF2;
  text-align: center;
}
.wpcf7-submit:hover {
  background: #134534;
  transition: all 0.2s ease-out;
}

textarea {
  resize: none;
  overflow: overlay;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  background: #04100C !important;
}

.menu-item.visible {
  display: inline-block !important;
  background: #04100C !important;
}

.policy__ul {
  padding-left: 4rem;
}

cite {
  font-style: italic;
}

blockquote p {
  font-size: inherit;
}

sup {
  font-size: 1.33rem;
}
sup a {
  font-size: inherit;
}

.wp-block-heading {
  padding: 1.5rem 0;
}

p {
  margin-bottom: 1rem;
}

article.type-post img.wp-post-image {
  width: 100%;
  height: 43rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5rem;
}
article.type-post .wp-block-image, article.type-post .wp-block-cover {
  margin: 2rem auto;
}
article.type-post .wp-block-details {
  font-size: 1.5rem;
}
article.type-post .wp-block-details summary {
  margin: 1rem auto;
}
article.type-post .wp-block-details p {
  margin: 1rem 2rem;
}

figure.wp-block-post-featured-image {
  width: 100%;
  margin-bottom: 1rem;
}
figure.wp-block-post-featured-image img.wp-post-image {
  max-height: 20rem;
}

.wp-block-post-title {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.wp-block-post-title > a {
  line-height: inherit;
}

.wp-block-post-date {
  text-align: center;
  color: lightgrey;
  font-size: 1rem;
}

.wp-block-footnotes {
  font-size: 1rem;
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid lightgrey;
}

.wp-block-pullquote {
  margin: 2rem auto;
}

@media all and (max-width: 930px) {
  ul.wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1 {
    grid-template-columns: 1fr;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100vw;
  background: #124232;
  height: auto;
  padding: 1rem;
  color: #FFFCF2;
  z-index: 10000;
}
.cookie-banner__text a {
  text-decoration: underline;
  color: #FFFCF2;
}
.cookie-banner__text a:hover {
  color: #FFA630;
}
.cookie-banner__button {
  display: inline-block;
  cursor: pointer;
  width: 150px;
  height: 40px;
  padding: 1rem;
  margin: 1rem;
}
.cookie-banner__button-1 {
  background: #FFA630;
  transition: all 0.2s ease-in;
}
.cookie-banner__button-1:hover {
  transform: scale(1.03, 1.03);
  color: #04100C;
  background: #ffbc63;
}
.cookie-banner__button-2 {
  border: 1.5px solid #D5DBD9;
  transition: all 0.2s ease-in;
}
.cookie-banner__button-2:hover {
  color: #04100C;
  transform: scale(1.03, 1.03);
  background: #D5DBD9;
}

#cookie__close,
#cookie__info {
  display: inline-block;
  margin: auto 1rem;
  cursor: pointer;
  color: #0c709e;
  text-decoration: none;
  transition: all 0.3s;
}

#cookie__close:hover,
#cookie__info:hover {
  color: rgba(118, 205, 255, 0.7);
}

body {
  margin: 0;
  padding: 0;
}

.cbox {
  width: 50%;
  height: 60%;
  position: absolute;
  margin: auto;
  top: 20%;
  left: 25%;
  background: grey;
}
.cbox_overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(41, 41, 41, 0.5);
}
.cbox_header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  top: 0;
  width: 100%;
  height: 3rem;
  background: white;
}
.cbox_footer {
  background: white;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  height: 3rem;
  bottom: 0;
}

.btn {
  width: 10rem;
}
.btn-prim {
  background: rgb(90, 255, 153);
}
.btn-opt {
  background: rgb(255, 255, 255);
}

::-moz-selection {
  color: #D5DBD9;
  background: #2a2426;
}

::selection {
  color: #D5DBD9;
  background: #2a2426;
}

body {
  overflow: overlay;
}

::-webkit-scrollbar {
  width: 0.7rem;
}

::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

h3 {
  color: #04100C;
}

.main-header {
  position: absolute;
  padding: 1rem;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  width: 100%;
  min-height: 10rem;
  background: #081D16;
}
.main-header__logo {
  display: inline-block;
  background: rgba(0, 0, 0, 0) url(./assets/ka-logo.webp) center no-repeat;
  background-size: contain;
  width: 18rem;
  height: 8rem;
  margin: auto 1%;
  float: left;
}
.main-header.homepage-header {
  background: none;
}

.menu {
  float: right;
  display: flex;
  justify-content: flex-end;
  margin: 1rem;
  text-align: center;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  display: inline-block;
}
.menu li:first-child {
  display: none;
}
.menu li a {
  color: #FFFCF2;
  display: inline-block;
  padding: 1.5rem 1rem;
  width: 15rem;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transition: all 0.3s;
}
.menu li a:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1.2, 1.2);
}
.menu li a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.menu li a:hover {
  color: #FFFCF2;
}
.menu li a span {
  font-size: 1.2em;
}
.menu li.active a {
  background: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-item {
  margin: auto 1rem;
}

.section__title {
  padding: 4rem 7%;
  color: #124232;
  font-weight: 600;
}
.section__portfolio {
  background: #D5DBD9;
}

figure.wp-block-gallery figure.category-box__pic figcaption.wp-element-caption {
  font-size: 3rem;
  max-height: 100%;
  height: 8rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 1.5rem 0 0 0;
}

#content {
  min-height: calc(100vh - 232px);
}

article.page, article.post {
  padding: 10rem 0 7% 0;
}

article#post-2 {
  background: none;
  padding: 0;
}

#post-22 .wp-block-media-text__content {
  padding-left: 0;
}

.post-image-cover {
  display: flex;
}

.post__title {
  font-size: 4rem;
}
.post__title--solo {
  padding: 6rem 0;
  color: #124232;
  font-weight: 600;
  text-align: center;
}

.intro {
  background: linear-gradient(60deg, #081D16 30%, #124232 100%);
  position: relative;
  height: 100vh;
}
.intro__photo {
  height: calc(100vh - 10rem);
}
.intro__photo img {
  float: right;
  max-height: 100%;
  position: absolute;
  max-width: 80vw;
  min-width: 640px;
  bottom: 0;
  right: 0;
}

.center-content {
  color: #FFFCF2;
  width: 100%;
  position: absolute;
  bottom: 40%;
  text-align: left;
  align-self: center;
  padding: 2rem 7%;
  z-index: 2;
}
.center-content__link {
  display: inline-block;
  width: auto;
  position: absolute;
  bottom: 7%;
  left: 7%;
  font-size: 2.2rem;
  font-family: "EB Garamond", serif;
  z-index: 99;
}
.center-content__title {
  font-family: "EB Garamond", serif;
  color: white;
  line-height: 1;
  padding: 0;
}
.center-content__subtitle {
  font-family: "EB Garamond", serif;
  color: #FFA630;
  margin-bottom: 20px;
  line-height: 1;
  padding: 0;
}
.center-content__button {
  border-bottom: 2px solid #D5DBD9;
  padding: 0.5rem 0;
  color: #D5DBD9;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
.center-content__button:hover {
  transform: scale(1.1, 1.1);
  color: #FFFCF2;
}

.about {
  width: 100%;
  padding: 0 7% 3.5% 7%;
  display: flex;
  flex-wrap: wrap;
  color: #04100C;
}
.about__txt {
  padding-right: 3.5%;
  font-size: 2rem;
  flex-basis: 48%;
  margin-bottom: 0;
}
.about__contact {
  flex-basis: 48%;
  padding-left: 3.5%;
}
.about__wrapper {
  height: 100%;
  text-align: center;
}

.about > .about__txt {
  border-right: 1px solid;
  -o-border-image: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgb(213, 219, 217) 50%, rgba(255, 255, 255, 0) 100%);
  border-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(213, 219, 217) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.portfolio {
  background: #D5DBD9;
  margin: 0;
  color: #04100C;
  padding-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.portfolio > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  width: 88%;
  max-width: 160rem;
}
.portfolio__item {
  padding: 1rem;
  flex-basis: 33%;
  max-width: 33.333333%;
  height: auto;
}
.portfolio__item:last-of-type {
  font-family: "EB Garamond", serif;
  flex-basis: 33.333333%;
  max-width: 100%;
  text-align: center;
  height: auto;
}
.portfolio__item > a {
  height: 100%;
  width: 100%;
  display: inline-block;
  background: #cdd4d2;
  padding: 2rem;
  align-self: center;
  color: #081D16;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300;
  transition: 0.2s all ease-in;
}
.portfolio__item > a:hover {
  transform: scale(1.03, 1.03);
  background: #e3e7e5;
  box-shadow: 0px -1px 10px -1px rgba(2, 20, 9, 0.51);
  -webkit-box-shadow: 0px -1px 10px -1px rgba(2, 20, 9, 0.51);
  -moz-box-shadow: 0px -1px 10px -1px rgba(2, 20, 9, 0.51);
}
.portfolio__item--title {
  text-align: center;
  font-weight: 400;
}
.portfolio__item--txt {
  text-align: left;
  margin: 2rem auto;
}
.portfolio__item--link {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.portfolio__item--final-txt {
  padding: 2rem;
  margin: auto;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #FFA630;
  color: #FFFCF2;
  text-align: center;
}
.portfolio__info {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgb(1, 27, 16) 50%, rgba(255, 255, 255, 0) 100%);
  border-image: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, rgb(1, 27, 16) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}

.contact {
  padding: 7%;
  padding-bottom: 10px;
  background: #04100C;
  color: #FFFCF2;
}
.contact__wrapper-2 {
  background: #D5DBD9;
  padding: 1rem;
  margin-top: 3rem;
}
.contact__map {
  flex-basis: 60% !important;
}
.contact__info {
  text-align: center;
  min-width: 410px;
  align-self: flex-start;
  padding-left: 3.5%;
}
.contact__info--hours {
  text-align: left;
  align-self: center;
}
.contact__form .contact__others {
  padding: 5%;
}
.contact__form--container {
  padding-right: 7%;
  border-right: 1px solid;
  -o-border-image: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgb(213, 219, 217) 50%, rgba(255, 255, 255, 0) 100%);
  border-image: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgb(213, 219, 217) 50%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.contact__title {
  font-size: 2.7em;
  margin-bottom: 1.5rem;
}
.contact__link {
  margin-bottom: 0;
  font-family: "EB Garamond", serif;
}
.contact__link > a {
  display: inline-block;
  color: #FFFCF2;
  padding: 1.5rem;
  margin: 1rem auto;
  font-size: 2rem;
  width: 380px;
  -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  background: #FFA630;
  transition: 0.3s all ease-in;
}
.contact__link > a:hover {
  color: white;
  background: #ffbc63;
  transform: scale(1.03, 1.03);
}
.contact__hours {
  margin: 2rem;
}
.contact__hours--day {
  text-align: left;
}
.contact__hours--nums {
  text-align: right;
}

div.wpcf7-response-output {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}

span.wpcf7-acceptance > span > label > span {
  font-size: 1rem;
}

.wpcf7-form-control-wrap {
  margin: 0.6rem auto;
}

#contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact > div > label {
  font-weight: 600;
  color: #124232;
}

#form_submit {
  height: 4rem;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
}

.form_field {
  min-width: 21rem;
  margin: 1rem;
}
.form_field > label {
  font-size: 1.5rem;
}
.form_field > span > input, .form_field > span textarea, .form_field > span select {
  width: 100%;
  background: #D5DBD9;
  padding: 1rem;
  height: 4rem;
}
.form_field > span > textarea {
  height: auto;
}
.form_field-category, .form_field-subject {
  flex-basis: 47%;
}
.form_field-name, .form_field-email, .form_field-phone {
  flex-basis: 30.5%;
}
.form_field-message {
  flex-basis: 100%;
}
.form_field-submit {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  z-index: 10;
  color: #FFFCF2;
  flex-wrap: wrap;
  padding: 1rem 1rem 0.5rem 1rem;
}
.footer p, .footer a {
  color: #FFFCF2;
  font-size: 1.333rem;
}
.footer a:hover {
  color: #FFA630;
  transition: all 0.2s ease-in;
}
.footer > div {
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
}
.footer__wrapper {
  text-align: left;
  max-width: 280px;
  margin: 0 auto;
}
.footer__wrapper > p {
  margin-bottom: 0;
}
.footer__contact {
  flex-basis: 33.3333%;
}
.footer__info {
  flex-basis: 33.3333%;
}
.footer__hours {
  flex-basis: 33.3333%;
  text-align: center;
}
.footer__misc {
  flex-basis: 100%;
}

.wp-block-post-title a {
  font-size: inherit;
}
.wp-block-post-featured-image {
  width: 25rem;
}

@media all and (max-width: 1450px) {
  div.center-content {
    max-width: 550px;
  }
  .form_field {
    min-width: 100%;
    width: 100%;
    margin: 0.6rem;
  }
  .form_field-category, .form_field-subject {
    flex-basis: 100%;
  }
  .form_field-name, .form_field-email, .form_field-phone {
    flex-basis: 100%;
  }
  .form_field-message {
    flex-basis: 100%;
  }
  .form_field-submit {
    flex-basis: 100%;
  }
  .form_field-submit > p {
    width: 24rem;
    margin: auto;
  }
}
@media all and (max-width: 1200px) {
  div.center-content {
    max-width: 100%;
    background: linear-gradient(60deg, #081D16 30%, #124232 100%);
  }
  .portfolio__item {
    flex-basis: 50%;
    max-width: 50%;
    height: auto;
  }
  .portfolio__item:last-of-type {
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    height: auto;
  }
}
@media all and (max-width: 1000px) {
  .main-header__logo {
    width: 12rem;
  }
  div.contact__wrapper {
    flex-wrap: wrap !important;
  }
  div.contact__links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  div.contact__info {
    flex-basis: 100% !important;
    padding-left: 0;
    min-width: 300px;
  }
  div.contact__info--hours {
    text-align: center;
    padding-top: 2rem;
  }
  div.contact__form--container {
    flex-basis: 100% !important;
    border-right: none;
    -o-border-image: none;
    border-image: none;
    border-image-slice: none;
    padding-right: 0;
  }
  div.contact__map {
    flex-basis: 100% !important;
  }
  .form_field {
    margin: 0.6rem auto;
  }
}
@media all and (max-width: 930px) {
  #header {
    padding: 0 0 0 1%;
    min-height: 8rem;
  }
  div.center-content.center-content {
    width: 100%;
    align-items: center;
    text-align: center;
    bottom: initial;
    top: 20%;
  }
  .section__title {
    text-align: center;
    padding: 2rem 2%;
  }
  .menu {
    flex-direction: column;
    position: absolute;
    right: 0;
  }
  .menu li:first-child {
    display: inline-block;
  }
  .menu li + li {
    display: none;
  }
  .about__txt {
    width: 100%;
    font-size: 1.5rem;
  }
  .contact__item {
    margin: 1rem;
  }
  .contact__link > a {
    font-size: 1.5rem;
    width: 300px;
  }
  .footer__contact {
    flex-basis: 50%;
  }
  .footer__info {
    flex-basis: 50%;
  }
  .footer__hours {
    flex-basis: 100%;
  }
  .footer__hours > div {
    text-align: center;
  }
}
@media all and (max-width: 730px) {
  .menu-item {
    margin: auto 0.5rem;
  }
  .about__txt {
    flex-basis: 100%;
    margin: 2rem auto;
    padding-right: 0;
    border-right: none;
    -o-border-image: none;
       border-image: none;
    border-image-slice: none;
  }
  .about__contact {
    flex-basis: 100%;
    margin: 2rem auto;
    padding-left: 0;
  }
  .about__wrapper {
    height: auto;
    text-align: center;
    padding-left: 0;
  }
  .portfolio__item {
    flex-basis: 100%;
    max-width: 100%;
    height: auto;
  }
  .portfolio__item:last-of-type {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    height: auto;
  }
  .footer__contact {
    flex-basis: 100%;
  }
  .footer__info {
    flex-basis: 100%;
  }
  .footer__hours {
    flex-basis: 100%;
  }
  .about > .about__txt {
    border-right: none;
    -o-border-image: none;
       border-image: none;
    border-image-slice: none;
  }
}
@media all and (max-width: 600px) {
  #post-22 .wp-block-media-text__content {
    padding-right: 0;
  }
  .center-content__link {
    display: inline-block;
    width: 200px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .center-content__button {
    background: rgba(255, 255, 255, 0.9);
    -webkit-clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
    padding: 1rem 2rem;
    margin: auto;
    bottom: 10%;
    color: #04100C;
    transition: all 0.3s ease;
    width: 200px;
    min-height: 50px;
    text-align: center;
    border-bottom: none;
  }
  .center-content__button:hover {
    transform: scale(1.1, 1.1);
    background: #FFA630;
    color: #FFFCF2;
  }
}
@media all and (max-width: 350px) {
  .menu li a {
    width: 11.5rem;
  }
  div.contact__info {
    min-width: 250px;
  }
  .contact__link > a {
    padding: 0;
    color: #FFA630;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
    width: auto;
  }
  .contact__link > a:hover {
    color: #ffb14a;
    background: none;
    clip-path: none;
    -webkit-clip-path: none;
    transition: 0.2s all ease-in;
  }
  .distance {
    padding: 0 1rem;
  }
}
.light {
  color: #FFFCF2;
}/*# sourceMappingURL=style.css.map */