/*
Theme Name: Airhunters - HTML Conversion
Theme URI: https://elementmedia.nl
Author: Elementmedia
Author URI: https://elementmedia.nl
Description: This is a basic HTML conversion for this website.
*/

body {
  overflow-x: hidden;
}

.wp-block-button.orange-button .wp-element-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: .375rem .5rem .25rem;
  text-transform: lowercase;
  border-width: 2px;
  color: #fff;
  border-color: rgb(237, 139, 0);
  background-color: rgb(237, 139, 0);

  margin-top: 1rem;
}

.wp-block-button.orange-button .wp-element-button:hover,
.wp-block-button.orange-button.outline .wp-element-button {
  background-color: transparent !important;
  color: rgb(237, 139, 0) !important;
}

.wp-block-button.orange-button.outline .wp-element-button:hover {
  background-color: rgb(237, 139, 0) !important;
  color: #fff !important;
}

.alignfull {
  /* padding-left: calc(10 * 0.5 * 1.6);
  padding-right: calc(10 * 0.5 * 1.6); */
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw !important;
}

.container.narrow {
  max-width: 600px; 
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.mt-2 {
  margin-top: 25px !important;
}

:root :where(.is-layout-flow)>* {
  margin-block-start: 0 !important;
}

.wp-block-heading, body.page .container p,
.wp-block-heading, body.single-post .container p {
  margin-top: 20px !important;
}

.wp-block-heading, body.page .container li p,
.wp-block-heading, body.single-post .container li p {
  margin-top: 0 !important;
}