/*
 *Theme Name: Standaard
 *Author: Rainier Albertsz
 *Description: 2019
 *Version: 0.0.2
 *Tags: A Rainier Albertsz theme
*/
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v7/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGE.ttf) format('truetype');
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/assistant/v7/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGE.ttf) format('truetype');
}
@font-face {
  font-family: rainier-icons;
  src: url('/wp-content/themes/rainieralbertsz/assets/fonts/rainier.woff');
}
@font-face {
  font-family: audio-icons;
  src: url('/wp-content/themes/rainieralbertsz/assets/fonts/audio.woff');
}
.border-radius {
  border-radius: 6px;
}
@keyframes slide-and-fade {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  80% {
    top: 0px;
    opacity: 1;
    transform: translateY(6px);
  }
  100% {
    top: 0px;
    opacity: 1;
    transform: translateY(6px);
  }
}
.nf-form-cont {
  background: #f0f8ff;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  .nf-form-cont {
    padding: 1rem 2rem 2rem;
  }
}
.nf-form-title {
  font-size: 36px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
.nf-form-fields-required {
  margin-bottom: 1rem;
}
.nf-error .ninja-forms-field {
  border: 2px solid #e80000 !important;
}
/*
 * Ninja Forms - Form Display Structure
 */
/*
 .ninja-forms-form-wrap *,
 .ninja-forms-form-wrap *:after,
 .ninja-forms-form-wrap *:before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .nf-response-msg {
     display: none;
 }
 
 .nf-field-container,
 #ninja_forms_required_items {
     clear: both;
     position: relative;
     margin-bottom: 25px;
     &::after {
         clear: both;
         content: "";
         display: block;
     }
     &.hidden-container,
     &.hr-container {
         margin: 0;
         height: auto;
         .nf-field-label {
             display: none;
         }
     }
     &.html-container {
         .nf-field-label {
             display: none;
         }
     }
 }
 
 .nf-field-label {
     label {
         font-weight: bold;
         margin: 0;
         padding: 0;
     }
 }
 .nf-field-element {
     position: relative;
     input,
     select,
     textarea {
         margin: 0;
         width: auto;
         height: auto;
         vertical-align: inherit;
     }
     textarea {
         height: 200px;
     }
 }
 .nf-field-description {
     p:last-child {
         margin: 0;
     }
 }
 .nf-help {
     background: url( '../img/help-info.png' ) no-repeat;
     display: inline-block;
     width: 16px;
     height: 16px;
 }
 
 .nf-input-limit {
     font-size: 12px;
     margin-top: 5px;
 }
 .nf-static {
     padding: 0 10px;
 }
 .nf-after-field {
     .nf-error-msg {
         margin-right: 10px;
         //text-align: right;
     }
 }
 
 / ---------------------------------
 CHECKBOX FIELD
 ----------------------------------/
 
 
 
 / ---------------------------------
 RADIO & CHECKBOX LISTS
 ----------------------------------/
 
 .list-radio-wrap,
 .list-checkbox-wrap,
 .list-image-wrap {
     .nf-field-element {
         ul, li {
             list-style: none !important;
             margin: 0 !important;
             padding: 0 !important;
             input {
                 margin-right: 5px;
             }
         }
         li {
             padding-left: 10px;
             margin: 0 0 5px !important;
             text-indent: initial !important;
             label {
                 //display: inline;
                 display: block;
                 float: initial;
                 //margin: 0;
                 width: auto;
                 margin-left: 1.5em;
             }
             input {
                 width: auto !important;
                 float: left;
                 margin-top: .25em;
             }
         }
     }
 }
 
 .listimage-wrap {
     li {
         width: 100%;
         height: 100%;
         display: inline-grid;
         label {
             padding: 5px;
             border-width: 2px;
             border-style: solid;
             border-color: transparent;
             &.nf-checked-label {
                 border-width: 2px;
                 border-style: solid;
                 border-color: #007acc;
                 transition: all .5s;
             }
             img {
                 display: block;
             }
         }
         input {
             display: none;
         }
     }
 }
 
 / ---------------------------------
 PRODUCT FIELD
 ----------------------------------/
 .product-wrap {
     > div {
         input {
             width: 80px !important;
         }
         .nf-product-field {
             span {
                 padding: 0 5px;
             }
         }
     }
 }
 
 / ---------------------------------
 STAR RATING
 ----------------------------------/
 .starrating-wrap .star {
     border-bottom: 0;
 }
 
 / ---------------------------------
 HONEYPOT
 ----------------------------------/
 
 .nf-form-hp {
     position: absolute;
     visibility: hidden;
 }
 
 / ---------------------------------
 SELECT LIST
 ----------------------------------/
 .list-select-wrap {
     div div {
         display: none;
     }
 }
 
 
 / ---------------------------------
 COLORS
 As minimal as possible
 ----------------------------------/
 .ninja-forms-req-symbol,
 .nf-error-msg {
     color: #E80000;
 }
 .nf-error {
     .ninja-forms-field {
         border: 1px solid #E80000;
     }
     &.listimage-wrap {
         .nf-field-element {
             ul {
                 border: 1px solid #E80000;
             }
         }
     }
 }
 .nf-field-submit-error {
     padding: 15px;
 }
 
 .ninja-forms-noscript-message {
     background: #f1f1f1;
     border: 4px dashed #ccc;
     color: #333;
     display: block;
     font-size: 20px;
     margin: 20px 0;
     padding: 40px;
     text-align: center;
 }
 
 / ---------------------------------
 HELPER CLASSES
 ----------------------------------/
 .two-col-list {
     ul {
         li {
             float: left;
             width: 50%
         }
     }
 }
 .three-col-list {
     ul {
         li {
             float: left;
             width: 33.33%
         }
     }
 }
 .four-col-list {
     ul {
         li {
             float: left;
             width: 25%
         }
     }
 }
 .five-col-list {
     ul {
         li {
             float: left;
             width: 20%
         }
     }
 }
 .six-col-list {
     ul {
         li {
             float: left;
             width: 16.66%
         }
     }
 }
 
 
 body {
     .pika-label {
         background: transparent;
     }
 }
 
 /Column Classes
     Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
 --------------------------------------------- /
 .nf-form-cont {
     .five-sixths,
     .four-sixths,
     .one-fourth,
     .one-half,
     .one-sixth,
     .one-third,
     .three-fourths,
     .three-sixths,
     .two-fourths,
     .two-sixths,
     .two-thirds {
         clear: initial;
         float: left;
         margin-left: 2.564102564102564%;
         .inside {
             padding: 20px;
         }
         &::after {
             clear: both;
             content: "";
             display: block;
         }
     }
 
     .one-half,
     .three-sixths,
     .two-fourths {
         width: 48.717948717948715%;
     }
 
     .one-third,
     .two-sixths {
         width: 31.623931623931625%;
     }
 
     .four-sixths,
     .two-thirds {
         width: 65.81196581196582%;
     }
 
     .one-fourth {
         width: 23.076923076923077%;
     }
 
     .three-fourths {
         width: 74.35897435897436%;
     }
 
     .one-sixth {
         width: 14.52991452991453%;
     }
 
     .five-sixths {
         width: 82.90598290598291%;
     }
 
     .first {
         clear: both;
         margin-left: 0;
     }
 }
 */
input:not([type="range"]) {
  border: 2px solid #aeaeae;
  border-radius: 6px;
  min-height: 3rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  transition: border ease-in-out 0.2s;
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.5em;
  min-width: 260px;
  width: 100%;
  max-width: 300px;
}
input:not([type="range"]):focus {
  border: 2px solid #7a7a7a;
  outline: none;
}
textarea {
  border: 2px solid #aeaeae;
  border-radius: 6px;
  min-height: 3rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.5em;
  resize: none;
  min-width: 260px;
  height: 200px;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
  transition: border ease-in-out 0.2s;
}
textarea:focus {
  border: 2px solid #7a7a7a;
  outline: none;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}
.select-selected {
  background-color: DodgerBlue;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected .select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div,
.select-items .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.select-items div:hover,
.select-items .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-hide {
  display: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 12px;
}
.header.scrolled > section {
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.header > section {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 12px;
  background: #000000;
}
.admin-bar .header {
  top: 2rem;
}
@media only screen and (min-width: 600px) {
  .admin-bar .header {
    top: 0;
  }
}
.header .menu-hoofdmenu-container {
  display: inline-block;
}
.header ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 600px) {
  .header ul {
    margin: 0 12px 0 0;
    display: flex;
    justify-content: flex-end;
  }
}
.header ul li {
  display: block;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .header ul li {
    margin: 0 1rem 0 0;
    display: inline-block;
    text-align: center;
  }
}
.header ul li + li {
  margin-top: 12px;
}
@media only screen and (min-width: 600px) {
  .header ul li + li {
    margin-top: 0;
  }
}
.header ul li a {
  color: #FFF;
  font-weight: bold;
  transition: color ease-in-out 0.1s;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.header ul li a:hover {
  color: #1C2541;
}
@media only screen and (min-width: 600px) {
  .header ul li a {
    color: #FFF;
    font-weight: bold;
    transition: color ease-in-out 0.1s;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .header ul li a:hover {
    color: #D8CFAF;
  }
}
.header__figure {
  background: #000000;
  margin-top: -44px;
  margin-bottom: 36px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  background: #e1e1e1;
}
.header__figure > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 600px) {
  .header__figure {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    background: #e1e1e1;
  }
  .header__figure > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .header__figure {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
    background: #e1e1e1;
  }
  .header__figure > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
}
.header__figure > div {
  display: none;
}
@media only screen and (min-width: 600px) {
  .header__figure > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 36px;
    box-sizing: border-box;
    justify-content: flex-end;
    display: flex;
  }
}
.header_link-logo {
  display: inline-block;
  height: 42px;
}
.header_link-logo img {
  height: 42px;
  width: auto;
  vertical-align: middle;
}
.header_link-logo span {
  vertical-align: middle;
  color: #FFF;
}
.header__navigation {
  position: fixed;
  top: 78px;
  left: 18px;
  right: 18px;
  box-sizing: border-box;
  background: #000000;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  height: 0;
}
.header__navigation.show {
  height: calc(100vh - 90px);
  opacity: 1;
}
.admin-bar .header__navigation {
  top: 7rem;
}
@media only screen and (min-width: 600px) {
  .admin-bar .header__navigation {
    top: 0;
    height: unset;
  }
}
@media only screen and (min-width: 600px) {
  .header__navigation {
    text-transform: initial;
    font-family: 'Arial', sans-serif;
    top: 0;
    padding: 0;
    transform: translateX(0);
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 400px;
    opacity: 1;
    height: initial;
  }
}
.header__navigation .menu {
  flex: 0 0 100%;
  align-self: center;
}
.header__navigation .social-bar {
  flex: 0 0 100%;
  align-self: flex-end;
}
@media only screen and (min-width: 600px) {
  .header__navigation .social-bar {
    display: none;
  }
}
.header__navigation_toggle {
  background: none;
  border: none;
  display: inline-block;
}
.header__navigation_toggle:after {
  font-weight: 900;
  content: "=";
  font-family: 'rainier-icons';
  font-size: 18px;
  color: #FFF;
}
@media only screen and (min-width: 600px) {
  .header__navigation_toggle {
    display: none;
  }
}
.header__teaser {
  max-width: 720px / 2;
  padding: 30px;
  box-sizing: border-box;
  background: #FFF;
}
.header__teaser > p {
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  letter-spacing: -0.1px;
}
.header__teaser h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  text-transform: uppercase;
  letter-spacing: -1px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header__teaser .down {
  width: 60px;
  height: 60px;
  background: #FFF;
  margin: 0 auto;
}
.header__teaser .down:after {
  font-weight: 900;
  content: "v";
  font-family: 'rainier-icons';
  font-size: 24px;
  color: #000000;
  line-height: 60px;
  text-align: center;
  width: 60px;
  display: inline-block;
  animation: slide-and-fade 2s infinite normal;
}
p {
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.5em;
}
p.alt {
  color: #FFF;
}
h1 {
  font-size: 42px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h1.alt {
  color: #FFF;
}
h2 {
  font-size: 36px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}
h2.alt {
  color: #FFF;
}
h3 {
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  letter-spacing: -0.1px;
}
h3.alt {
  color: #FFF;
}
h4 {
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
}
h4.alt {
  color: #FFF;
}
a {
  color: #1C2541;
  font-weight: bold;
  transition: color ease-in-out 0.1s;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5em;
}
a:hover {
  color: #1e2745;
}
a[href^="tel:"] {
  white-space: nowrap;
}
img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
figure {
  padding: 0;
  margin: 0;
}
main li + li {
  margin-top: 12px;
}
.wp-block-latest-posts li {
  border-radius: 6px;
  background: #e1e1e1;
  padding: 18px;
}
.wp-block-latest-posts li div {
  margin-bottom: 0;
}
.wp-block-latest-posts li + li {
  margin-top: 24px;
}
button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
.button {
  padding: 6px 12px;
  min-width: initial;
  font-size: 1rem;
  text-decoration: none;
  background: #FFBB33;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border: 2px solid #FFBB33;
  border-radius: 6px;
  color: #FFF;
}
.button:hover {
  background-color: #ffaa00;
  border: 2px solid #ffaa00;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button-primary {
  padding: 6px 12px;
  min-width: initial;
  font-size: 1rem;
  text-decoration: none;
  background: #FFBB33;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border: 2px solid #FFBB33;
  border-radius: 6px;
  color: #FFF;
}
.button-primary:hover {
  background-color: #ffaa00;
  border: 2px solid #ffaa00;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button-secondary,
input[type=button],
input[type=submit] {
  padding: 6px 12px;
  min-width: initial;
  font-size: 1rem;
  text-decoration: none;
  background: #FFBB33;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border-radius: 6px;
  color: #FFF;
  background-color: #FFBB33;
  border: 2px solid #FFBB33;
}
.button-secondary:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #ffaa00;
  border: 2px solid #ffaa00;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button-secondary:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #ffaa00;
  border: 2px solid #ffaa00;
}
.button-tertiary {
  padding: 6px 12px;
  min-width: initial;
  font-size: 1rem;
  text-decoration: none;
  background: #FFBB33;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  border: 2px solid #FFBB33;
  border-radius: 6px;
  color: #FFF;
  background: none;
  border: 2px solid #ffaa00;
}
.button-tertiary:hover {
  background-color: #ffaa00;
  border: 2px solid #ffaa00;
  color: #FFF;
  cursor: pointer;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
.button-tertiary:hover {
  background-color: #1e2745;
  color: #FFF;
}
.footer__collums {
  display: flex;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .footer__collums {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__collums {
    flex-wrap: nowrap;
  }
}
.footer__collums > * {
  flex-basis: 260px;
  flex-grow: 1;
}
@media only screen and (min-width: 600px) {
  .footer__collums > * {
    flex-basis: 200px;
    max-width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  .footer__collums > * {
    max-width: calc(33% - 1rem);
  }
}
.footer__collums > * + * {
  margin-top: 3rem;
}
@media only screen and (min-width: 600px) {
  .footer__collums > * + * {
    margin-top: 0;
  }
}
.footer {
  color: #FFF;
  background: #000000;
  padding: 3rem 1rem 7rem 1rem;
  position: relative;
}
.footer:after {
  content: "";
  display: block;
  height: 24px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .footer {
    padding: 5rem 0;
  }
}
.footer .menu ul {
  padding-left: 0;
  list-style: none;
}
.footer a {
  text-decoration: none;
  line-height: 1.5em;
  color: #FFF;
}
.footer a:hover {
  color: #808080;
}
.page-template-wip {
  display: flex;
  min-height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
}
.page-template-wip main {
  width: 100%;
  padding: 1rem;
  max-width: 720px;
  min-height: initial;
}
.review_header {
  position: relative;
  padding-top: 0!important;
}
.review_header__container {
  background: #f0f8ff;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  transition: background ease-in-out 0.2s;
  max-width: 720px;
  position: absolute;
  bottom: 0;
}
.review_header__container h1 {
  font-size: 30px;
  line-height: 1.2em;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  color: #1C2541;
  letter-spacing: -0.1px;
  margin-top: 0;
}
.review_header__container [data-rating] {
  margin-bottom: 1rem;
}
.wp-block-group {
  max-width: 900px !important;
  padding: 12px !important;
}
@media only screen and (min-width: 600px) {
  .wp-block-group {
    padding: 66px 90px !important;
    margin-top: 36px !important;
  }
}
[data-rating] {
  position: relative;
}
[data-rating]:before {
  content: '';
  display: inline-block;
  font-family: 'rainier-icons';
  font-weight: 600;
  color: #e1e1e1;
}
[data-rating]:after {
  content: attr(data-rating);
  display: inline-block;
  font-family: 'rainier-icons';
  font-weight: 600;
  color: #1C2541;
  position: absolute;
  top: 0;
  left: 0;
}
.chip {
  padding: 6px 12px;
  border-radius: 6px;
  background: #FFBB33;
  color: #FFF;
  display: inline-block;
  transition: all ease-in-out 0.2s;
}
.chip:hover {
  background: #ffaa00;
  color: #FFF;
}
/*
image popup plugin
version:        1

js file:      image-popup.js
wiki link:      wiki.studioruisloos.nl/image-popup
*/
[data-imagePopupContainer] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(28, 37, 65, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-imagePopupContainer]:hover {
  cursor: pointer;
}
[data-imagePopupContainer] figure {
  max-width: 900px;
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  background: #e1e1e1;
  width: calc(100% - 54px);
  background: none;
}
[data-imagePopupContainer] figure > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
[data-imagePopupContainer] figure img {
  object-fit: contain;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.05);
}
#wpadminbar {
  position: fixed !important;
  top: 0;
  left: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-size: 16px;
  color: #2e2e2e;
  font-weight: 400;
  line-height: 1.5em;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  background-color: #FFF;
  font-family: 'Arial', sans-serif;
  color: #2e2e2e;
}
.main {
  min-height: 90vh;
  width: 100%;
  padding: 0 12px 12px 12px;
  box-sizing: border-box;
}
.main > * {
  box-sizing: border-box;
  padding: 12px 0;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .main > * {
    max-width: 720px;
  }
}
.main > .wide-l {
  max-width: 900px;
}
.main > .wide-xl {
  width: 100vw;
  max-width: 100vw;
  left: -12px;
  padding: 0 12px;
}
.main > h1 {
  margin-top: 36px;
}
.main > h2 {
  margin-top: 24px;
}
.main > h3 {
  margin-top: 12px;
}
iframe {
  max-width: 100%!important;
}
