/*
Theme Name: Holy Taco
Theme URI: https://erik-ivanov.de/
Author: Erik Ivanov
Author URI: https://erik-ivanov.de/
Description: WordPress Theme for Holy Taco
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airbeatone
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import './fonts/stylesheet.css';
@import './css/normalize.min.css';
body.page-template-template-menu #header {
  position: absolute;
  background-color: initial;
}

.header-skip-links {
  background-color: #003845;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 0;
  position: relative;
  z-index: -1;
  opacity: 0;
}
.header-skip-links:focus-within {
  height: auto;
  padding: 1rem;
  z-index: 1;
  opacity: 1;
}
.header-skip-links .wp-block-button {
  display: inline-block;
}

#header {
  position: static;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #13151d;
  padding: 30px 0;
  transition: 0.2s ease-in-out;
}
#header.active {
  background-color: #13151d !important;
}
#header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}
@media screen and (min-width: 992px) {
  #header .header-wrapper {
    padding: 0 75px;
  }
}
#header .header-wrapper .header-logo {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-logo {
    flex: auto;
  }
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-logo .hamburger {
    display: none !important;
  }
}
#header .header-wrapper .header-logo img {
  max-width: 80px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  #header .header-wrapper .header-logo img {
    max-width: 150px;
  }
}
#header .header-wrapper .header-menu {
  flex: 0 0 100%;
  display: none;
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-menu {
    flex: none;
    display: block !important;
  }
}
#header .header-wrapper .header-menu nav {
  padding-top: 1rem;
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-menu nav {
    padding-top: 0;
  }
}
#header .header-wrapper .header-menu nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-menu nav ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-menu nav ul li {
    padding: 0 25px;
  }
}
#header .header-wrapper .header-menu nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  display: block;
}
@media screen and (min-width: 767px) {
  #header .header-wrapper .header-menu nav ul li a {
    padding: 0;
  }
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li a {
  color: #ffffff;
}
.menu li a:hover, .menu li afocus-within {
  text-decoration: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #ffffff;
}

#footer {
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 2rem;
}
#footer .menu li a {
  text-transform: uppercase;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
}
.footer-container .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -1rem;
}
.footer-container .footer-wrapper .footer-item {
  padding: 0 1rem;
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  .footer-container .footer-wrapper .footer-item {
    flex: 1;
  }
}
.footer-container .footer-wrapper .footer-item .wp-block-image .aligncenter {
  margin-left: initial;
  margin-right: initial;
}
@media screen and (min-width: 767px) {
  .footer-container .footer-wrapper .footer-item .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}

.border.style-1 {
  transform: rotate(180deg);
  bottom: -1px;
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.border.style-1 svg {
  width: calc(300% + 1.3px);
  height: 23px;
  z-index: -1;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.has-color-white .divider .divider-icon svg path {
  fill: #ffffff;
}

.divider {
  display: flex;
  width: 100%;
  align-items: center;
}
.divider.has-color-white .divider-icon svg path {
  fill: #ffffff;
}
.divider.has-color-pink .divider-icon svg path {
  fill: #ED0678;
}
.divider.has-color-blue .divider-icon svg path {
  fill: #003845;
}
.divider:before, .divider:after {
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIG92ZXJmbG93PSd2aXNpYmxlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyMCAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScxJyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0xMi4wMDAwMDAsIDApJz48cGF0aCBkPSdNMjgsMEwxMCwxOCcvPjxwYXRoIGQ9J00xOCwwTDAsMTgnLz48cGF0aCBkPSdNNDgsMEwzMCwxOCcvPjxwYXRoIGQ9J00zOCwwTDIwLDE4Jy8+PC9nPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnIG92ZXJmbG93PSd2aXNpYmxlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyMCAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLXdpZHRoPScxJyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0xMi4wMDAwMDAsIDApJz48cGF0aCBkPSdNMjgsMEwxMCwxOCcvPjxwYXRoIGQ9J00xOCwwTDAsMTgnLz48cGF0aCBkPSdNNDgsMEwzMCwxOCcvPjxwYXRoIGQ9J00zOCwwTDIwLDE4Jy8+PC9nPjwvc3ZnPg==");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 20px 100%;
  mask-size: 20px 100%;
  min-height: 20px;
  width: 100%;
  border-block-end: 0;
  border-block-start: 1px slashes #ffffff;
  content: "";
  display: block;
  flex-grow: 1;
}
.divider .divider-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  margin: 0 10px;
}
.divider .divider-icon svg {
  width: 25px;
  height: 25px;
}

.wp-block-video {
  margin: 0;
}

.intro {
  background-color: #003845;
  position: relative;
  overflow: hidden;
}
.intro .intro-background {
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.intro > * {
  position: relative;
  z-index: 2;
}
.intro .container {
  padding: 169px 0;
}

.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
}

.swiper-button-prev, .swiper-button-next {
  height: 45px;
  width: 45px;
  background-color: #003845;
  color: #ffffff;
  transition: 0.2s ease-in-out;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #13151d;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.5rem;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #ED0678;
}

.wp-block-gallery {
  gap: 0 !important;
}

.grid-gallery-wrapper {
  position: relative;
  column-count: 2;
  column-gap: 1rem;
}
@media screen and (min-width: 767px) {
  .grid-gallery-wrapper {
    column-count: 3;
  }
}
@media screen and (min-width: 992px) {
  .grid-gallery-wrapper {
    column-count: 4;
  }
}
.grid-gallery-wrapper .gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}

.mapsIframe iframe {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 412px;
}

.product {
  margin-bottom: 20px;
}
.product .product-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  margin-bottom: 0.5rem;
}
.product .product-title p {
  margin: 0;
}
.product .product-title p small {
  font-size: 60%;
}
.product .product-description {
  opacity: 0.75;
  font-size: 1rem;
}
.product .product-description p {
  margin: 0;
}

.wp-block-buttons {
  gap: 1.25em;
}
.wp-block-buttons .wp-block-button {
  transition: 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-fill a {
  background-color: #ED0678;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-fill a:hover, .wp-block-buttons .wp-block-button.is-style-fill a:focus, .wp-block-buttons .wp-block-button.is-style-fill a:focus-within {
  background-color: #13151d;
}
.wp-block-buttons .wp-block-button.is-style-outline a {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline a:hover, .wp-block-buttons .wp-block-button.is-style-outline a:focus {
  background-color: #ffffff;
  color: #003845;
}
.wp-block-buttons .wp-block-button a {
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 1.125rem;
  transition: 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button a.has-secondary-background-color:hover, .wp-block-buttons .wp-block-button a.has-secondary-background-color:focus-within, .wp-block-buttons .wp-block-button a.has-primary-alternative-background-color:hover, .wp-block-buttons .wp-block-button a.has-primary-alternative-background-color:focus-within {
  background-color: #13151d !important;
}
.wp-block-buttons .wp-block-button a.has-white-background-color {
  border: 3px solid #ffffff;
}
.wp-block-buttons .wp-block-button a.has-white-background-color:hover, .wp-block-buttons .wp-block-button a.has-white-background-color:focus-within {
  background-color: transparent !important;
  color: #ffffff !important;
}

.wp-block-buttons {
  gap: 1.25em;
}
.wp-block-buttons .wp-block-button {
  transition: 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-fill a {
  background-color: #ED0678;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-fill a:hover, .wp-block-buttons .wp-block-button.is-style-fill a:focus, .wp-block-buttons .wp-block-button.is-style-fill a:focus-within {
  background-color: #13151d;
}
.wp-block-buttons .wp-block-button.is-style-outline a {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
}
.wp-block-buttons .wp-block-button.is-style-outline a:hover, .wp-block-buttons .wp-block-button.is-style-outline a:focus {
  background-color: #ffffff;
  color: #003845;
}
.wp-block-buttons .wp-block-button a {
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 1.125rem;
  transition: 0.2s ease-in-out;
}
.wp-block-buttons .wp-block-button a.has-secondary-background-color:hover, .wp-block-buttons .wp-block-button a.has-secondary-background-color:focus-within, .wp-block-buttons .wp-block-button a.has-primary-alternative-background-color:hover, .wp-block-buttons .wp-block-button a.has-primary-alternative-background-color:focus-within {
  background-color: #13151d !important;
}
.wp-block-buttons .wp-block-button a.has-white-background-color {
  border: 3px solid #ffffff;
}
.wp-block-buttons .wp-block-button a.has-white-background-color:hover, .wp-block-buttons .wp-block-button a.has-white-background-color:focus-within {
  background-color: transparent !important;
  color: #ffffff !important;
}

.wp-block-columns {
  padding: 0 1rem;
}
.wp-block-columns.has-background {
  padding: 0;
}
.wp-block-columns.alignwide {
  max-width: 1140px;
  margin: 0 auto;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.font-normal {
  font-weight: 100;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Gotham Pro", Arial, Helvetica, sans-serif;
  font-weight: 100;
  background-color: #003845;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
}

a {
  color: #ffffff;
}
a:hover, a:focus-within {
  text-decoration: none;
}
a:focus-within {
  font-weight: bold;
}

.wp-block-heading strong {
  color: #d40065;
  font-weight: 400;
}
.wp-block-heading.has-h-1-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 4.5rem !important;
  line-height: 3.95rem;
}
@media screen and (min-width: 992px) {
  .wp-block-heading.has-h-1-font-size {
    font-size: 6.25rem !important;
    line-height: 5.5rem;
  }
}
.wp-block-heading.has-h-2-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 3.625rem !important;
  line-height: 3.15rem;
}
@media screen and (min-width: 992px) {
  .wp-block-heading.has-h-2-font-size {
    font-size: 5.625rem !important;
    line-height: 4.5rem;
  }
}
.wp-block-heading.has-h-3-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 3rem !important;
  line-height: 2.75rem;
}
@media screen and (min-width: 992px) {
  .wp-block-heading.has-h-3-font-size {
    font-size: 3.625rem !important;
  }
}
.wp-block-heading.has-h-4-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 1.62rem !important;
}
.wp-block-heading.has-h-5-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 1.5rem !important;
}
.wp-block-heading.has-h-6-font-size {
  font-family: "DELIRIUM NEON NCV";
  font-weight: 400;
  font-size: 1.25rem !important;
}

.has-standard-font-size {
  font-size: 1rem;
}

.has-paragraph-font-size {
  font-size: 1.375rem;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.img-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.font-delirium {
  font-family: "DELIRIUM NEON NCV";
}

.pl1 {
  padding-left: 1rem;
}

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