/*
Theme Name:         Helio
Theme URI:          https://perholmang.com
Description:        Theme for helioworks.se, based on Sage
Version:            1.0.0
Author:             Per Holmäng
Author URI:         https://perholmang.com/
Text Domain:        helio
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

@font-face {
  font-family: 'Mabry';
  src: url('assets/fonts/pro/mabry-regular-pro.woff2') format('woff2'),
  url('assets/fonts/pro/mabry-regular-pro.woff2') format('woff'),
  url('assets/fonts/pro/mabry-regular-pro.woff2') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mabry Bold';
  src: url('assets/fonts/pro/mabry-bold-pro.woff2') format('woff2'),
  url('assets/fonts/pro/mabry-bold-pro.woff2') format('woff'),
  url('assets/fonts/pro/mabry-bold-pro.woff2') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Mabry';
  background-color: rgb(247, 246, 210);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Mabry Bold';
}

.hero .hero-border-to-page .l, .hero .hero-border-to-page .r,
.page-sub-nav, .block-list li, .nav-tabs .nav-link.active {
  background: rgb(247, 246, 210);
}

.hero .hero-background {
  object-fit: cover;
}

.nav-tabs .nav-link {
  background-color: rgb(226, 224, 191);
}

.room-seatings .seating {
  background: rgb(226, 224, 191);
}

.hero .hero-border-to-page .l_t, .hero .hero-border-to-page .r_t {
  border-bottom: 14px solid rgb(247, 246, 210);
}

.btn-secondary, .comment-form input[type=submit] {
  background-color: rgb(255, 75, 5);
  border-color: rgb(255, 75, 5);
}

.ms-selected, select[multiple],
.select-wrapper.is-red select.form-control:not([size]):not([multiple]),
.swiper-container .swiper-button-next>div, .swiper-container .swiper-button-prev>div {
  background: rgb(255, 75, 5);
}

.event-info, a {
  color: rgb(255, 75, 5);
}

.helio-bar {
  background: rgb(78, 0, 15);
  border-top: 1px solid rgb(78, 0, 15);
}

.main-footer {
  background-color: rgb(78, 0, 15);
}

.helio-magazine-grid .grid-item article, .magazine-post article,
.helio-item-list .helio-item-list-item .header {
  border-top: 4px solid rgb(78, 0, 15);
}

.entry-category, .room-properties-list li {
  color: rgb(78, 0, 15);
}

.footer-column .toggle {
  display: none !important;
}

.footer-column .footer-column-content {
  display: block !important;
}

.footer-column-content .input-and-button .btn {
  padding: 9px 12px !important;
}

.room-properties-list .icon:before {
  position: relative;
  top: 1px;
}

.icon-projector:before {
  content: url("assets/images/icons/icon-led-2.svg") !important;
  top: 3px !important;
}

.hbspt-form form {
  margin: 0 -15px;
}

.hbspt-form .submitted-message p {
  margin-bottom: unset;
  text-align: center;
}

.hbspt-form form fieldset {
  max-width: unset;
}

.hbspt-form form fieldset > div {
  margin: 0 0 1rem;
  padding: 0 15px;
}

.hbspt-form form fieldset .input {
  margin-right: unset !important;
}

.hbspt-form form fieldset input:focus,
.hbspt-form form fieldset select:focus {
  background-color: #fff;
  border-color: #0002eb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 1, 107, .25);
  box-shadow: 0 0 0 0.2rem rgba(0, 1, 107, .25);
  color: #495057;
  outline: 0;
}

.hbspt-form form fieldset .hs-error-msgs {
  list-style: none;
  margin-top: 5px;
  margin-bottom: unset;
  color: #7c1e1a;
  font-size: 10px;
}

.hbspt-form form fieldset .hs-error-msgs li label {
  margin-bottom: unset;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select select {
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  letter-spacing: 1px;
  line-height: 20px;
  overflow: hidden;
  padding: 0.5625rem 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 40px;
  color: #000;
  background-color: transparent;
}

.hs-fieldtype-select .input:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  content: " ";
  display: inline-block;
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}

.hs-form-field input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  color: #495057;
  display: block;
  padding: 0.5625rem 0.75rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100% !important;
  font-size: 14px;
  line-height: 20px;
}

.hs-recaptcha {
  padding: 0 15px;
  margin-bottom: 2rem;
}

.hs_error_rollup {
  padding: 0 15px;
}

.hs_error_rollup ul {
  list-style: none;
  margin-top: 5px;
  background-color: #fcd8d6;
  color: #7c1e1a;
  border: 1px solid #fac8c6;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.hs_error_rollup ul li label {
  margin-bottom: unset;
}

.hs-submit {
  padding: 0 15px;
}

.hs-submit .actions input {
  width: 100%;
  border: 1px solid #ee3a32;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  padding: 0.5625rem 0.75rem;
  text-align: center;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #ee3a32;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.hs-submit .actions input:hover {
  background-color: #e71c13;
  border-color: #db1b12;
  color: #fff;
}

.food-menu-section-set_menu .item-header .name,
.food-menu-section-set_menu .price,
.food-menu-section-extras .item .name,
.food-menu-section-extras .item .price {
  font-family: 'Mabry';
  background-color: rgb(247, 246, 210);
}

@media (max-width: 991.98px) {
  .nav-primary {
    font-family: 'Mabry';
  }
}

@media (max-width: 767.98px) {
  .hs-fieldtype-select select {
    height: 46px;
  }

  .hs-submit .actions input {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .hbspt-form form fieldset > div {
    margin: 0 0 .5rem;
  }
}

#cookies-eu-banner {
  display: none !important;
}

article.post .membership_form_block {
  margin-top: 4rem;
}

.membership_form_block {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 4rem;
  text-align: left;
}

.membership_form_block > div {
  margin: 40px;
}

.membership_form_block .quarter {
  flex: 0 0 calc(25% - 80px);
  max-width: calc(25% - 80px);
}

.membership_form_block .half {
  flex: 0 0 calc(50% - 80px);
  max-width: calc(50% - 80px);
}

.membership_icon > div {
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
}

.membership_text {
  margin: 0 40px 40px !important;
}

.membership_text h4 {
  font-size: 1.75rem;
}

.membership_text p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.membership_text .sub {
  font-size: 0.5rem;
  line-height: 0.75rem;
}

.membership_form .hs-recaptcha,
.membership_form .hs-submit {
  width: 50%;
  display: inline-block;
  margin: 0.2rem 0 0;
  vertical-align: top;
}

.modal-content fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}

header.hero.open {
  height: auto;
  max-height: unset !important;
}

header.hero.open .hero-content-inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

@media (max-width: 1265px) {
  .membership_form_block .quarter {
    flex: 0 0 calc(50% - 80px);
    max-width: calc(50% - 80px);
  }

  .membership_form_block .half {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 663px) {

  .membership_form_block > div {
    margin: 20px !important;
  }

  .membership_form_block .quarter {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .membership_form_block .half {
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .membership_form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .membership_form .hs-recaptcha {
    margin-bottom: 2rem;
  }

  .membership_form .hs-recaptcha,
  .membership_form .hs-submit {
    width: 100%;
    vertical-align: initial;
  }
}

.accordion-items{
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.accordion-items .faq-section-questions-column{
  border: 1px solid #000;
  border-bottom-width: 0;
}

.accordion-items .faq-section-questions-column:nth-child(2){
  margin-left: -1px;
}

@media (max-width: 767px) {
  .accordion-items .faq-section-questions-column:nth-child(2){
    margin-left: 0;
  }
}

.accordion-item{
  background: #fff;
  border-bottom: 1px solid #000;
  position: relative;
  width: 100%;
}

.accordion-item__head{
  display: flex;
  padding: 1rem 2.5rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-family: 'Mabry', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left!important;
}

.accordion-item__head:before{
  content: '';
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 24px;
  background: #000;
  translate: 0 -50%;
}

.accordion-item__head:after{
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  background: #000;
  translate: 0 -50%;
}

.accordion-item__body {
  margin-top: 1rem;
  padding: 0 2rem 1rem 1rem;
  display: none;
  text-align: left;
  text-align: left!important;
}

.accordion-item.active .accordion-item__body{
  display: block;
}

.accordion-item.active .accordion-item__head:after{
  display: none;
}


/* new */

.big-red-button-in-wisywig {
  background: rgba(238,58,50,1);
  height: 75px;
  z-index: 71;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  font-family: L10 !important;
  font-size: 22px;
  font-weight: 450;
  text-shadow: none;
  color: #ffffff;
}




.form-gdpr-text {
  padding-top: 20px;
  font-size: 13px;
  color: #808080;
}

.form-gdpr-text a {
  color: #808080;
  text-decoration: underline;
}