@import url("https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.yellow {
  color: #FEC113;
}

.bg-yellow {
  background-color: #FEC113;
}

.black {
  color: #191919;
}

.bg-black {
  background-color: #191919;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.cream {
  color: #FEFCF5;
}

.bg-cream {
  background-color: #FEFCF5;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font: 400 18px/1.2 "Krub", sans-serif;
  color: #191919;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* header */
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  background: url(img/menu-bg.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 99;
}
.header:before, .header:after {
  content: none;
}
.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  animation: showtop 0.3s ease-in-out 1 forwards;
}
@keyframes showtop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/* logo */
/* nav */
.nav {
  display: flex;
  align-items: center;
}
.nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.nav ul li {
  padding: 0 10px;
}
.nav ul li a {
  text-transform: uppercase;
}

.mobile-menu-trigger {
  display: none;
  width: 45px;
  height: 30px;
  cursor: pointer;
}
.mobile-menu-trigger span {
  display: block;
  height: 2px;
  width: 45px;
  background-color: #191919;
  transition: all 0.2s ease-in-out;
}
.mobile-menu-trigger span:nth-child(2) {
  margin: 13px 0;
}
.mobile-menu-trigger.open span:first-child {
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.mobile-menu-trigger.open span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-trigger.open span:last-child {
  transform: rotate(-225deg);
  margin-top: -14px;
  margin-left: -7px;
}

/* links */
.links {
  display: flex;
  align-items: center;
}
.links a {
  margin: 0 20px;
}

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
main.scrolled {
  padding-top: 78px;
}

/* sidebar */
/* footer */
.footer .copyright {
  text-align: center;
  background: #FEC113;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  margin: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
h1.page-title {
  display: none;
}

.kv-top h1, .kv-top h2 {
  margin: 0;
  padding-right: 15px;
}
.kv-top h1 {
  font-size: 40px;
}
.kv-top p {
  font-size: 24px;
  padding-right: 15px;
}

.wp-block-group {
  position: relative;
}
.wp-block-group .anchor {
  position: absolute;
  top: -80px;
  margin: 0;
}
.wp-block-group h2, .wp-block-group h3 {
  text-transform: uppercase;
}

#gallery, #location {
  background: #FEFCF5 !important;
}

.location-description {
  justify-content: flex-end;
  width: 100%;
  max-width: 600px;
}

.gallery, .location, .contact {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.contact .wp-block-columns {
  margin: 0;
}
.contact a {
  color: #8c8c8c;
}
.contact .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .menu > * {
  padding: 0 10px;
  font-size: 14px;
}

.about-wrapper .about {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.youtube .wp-block-embed__wrapper {
  text-align: center;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 780px) {
  .kv-top .wp-block-columns {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    padding: 55px 0 0;
  }
  main.scrolled {
    padding-top: 56px;
  }
  .header {
    background: #FEFCF5 !important;
    height: 56px;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
  }
  .header a {
    display: block;
    line-height: 1.8;
    font-size: 22px !important;
  }
  .header .links {
    margin-top: 20px;
  }
  .header .links a {
    margin: 0;
    font-size: 19px !important;
  }
  .header .logo {
    position: absolute;
    top: 28px;
    left: 20px;
    transform: translateY(-50%);
  }
  .header .mobile-menu-trigger {
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
    transform: translateY(-50%) scale(0.7);
  }
  .header .nav {
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .nav ul {
    flex-direction: column;
  }
  .header .links {
    flex-direction: column;
    height: 0;
    overflow: hidden;
  }
  .header.open {
    height: 100vh;
  }
  .header.open .nav, .header.open .links {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 1366px) {
  .logo a {
    display: block;
  }
  .logo a img {
    height: 46px;
  }
  .nav ul li {
    padding: 0 6px;
  }
  .nav ul li a {
    font-size: 14px;
  }
  .links a {
    font-size: 14px;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=style.css.map */