/*!
Theme Name: Zwardsick
Theme URI: http://www.zwardsick.com
Author: Patrick Dexel
Author URI: http://www.patrickdexel.nl/
Description: Thema voor Zwardsick op basis van Basis BEM
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: Zwardsick
Version: 1.0
*/
/**
 * Respond
 * ------------------------------------------------------
 * Everything between small and medium:
 * @include respond($break-small, $break-medium) { ... }
 *
 * Everything up to large:
 * @include respond(0, $break-large) { ... }
 *
 * Everything beyond large:
 * @include respond($break-large) { ...}
 * ------------------------------------------------------
 * $fixed-break variable is used for IE, and should be set
 * in the _settings.scss file
 * ------------------------------------------------------
 * @param {integer} $min-width, can be 0
 * @param {integer} $max-width, is false by default
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
  display: block;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

#sbi_images > a {
  display: none;
}

body {
  color: #bfbfbf;
  font-family: "Work Sans", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5625em;
  background: #1d1d1b;
}
@media screen and (max-width: 440px) {
  body {
    padding-bottom: 72px;
  }
}

.screen-reader-text {
  display: none;
}

.divider {
  background: url(images/divider.svg) no-repeat center center transparent;
  background-size: 600px;
  height: 10px;
  width: 100%;
}

[type=submit],
button,
#apply_button,
.button {
  display: inline-block;
  font-weight: 500;
  background: #FC682E;
  line-height: 28px;
  height: 48px;
  border-radius: 3px;
  color: #FFFFFF;
  border: 0px;
  padding: 10px 30px;
  position: relative;
  box-shadow: 0 0 15px rgba(29, 29, 27, 0.15);
}
[type=submit]:hover,
button:hover,
#apply_button:hover,
.button:hover {
  background: tint(#FC682E, 10%);
  top: -1px;
}
[type=submit]:active,
button:active,
#apply_button:active,
.button:active {
  background: shade(#FC682E, 10%);
  top: 1px;
}
[type=submit]:focus,
button:focus,
#apply_button:focus,
.button:focus {
  background: #FC682E;
}

.button--diap {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.button--diap:hover {
  border-color: #FFFFFF;
  background: none;
}
.button--diap:active {
  background: none;
}
.button--diap:focus {
  background: none;
}

.button--line {
  background: none;
  border: 1px solid rgba(253, 204, 55, 0.8);
  color: #fdcc37;
}
.button--line:hover {
  border-color: #fdcc37;
  background: none;
}
.button--line:active {
  background: none;
}
.button--line:focus {
  background: none;
}

[type=text],
[type=tel],
[type=email],
[type=number],
[type=search],
textarea {
  line-height: 28px;
  padding: 10px 20px;
  color: #1d1d1b;
  border-radius: 4px;
  border: 1px solid tint(#8F8D92, 80%);
  box-shadow: none;
  max-width: 100%;
}

input,
textarea,
select {
  background-color: rgba(255, 255, 255, 0.9);
}
input:focus,
textarea:focus,
select:focus {
  outline: tint(#FC682E, 70%);
  background-color: #FFFFFF;
}

form div.wpcf7-response-output {
  padding: 10px 20px;
}
form .wpcf7-form-control-wrap {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Work Sans", "Arial", sans-serif;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #bfbfbf;
  border: 0px;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1.125em;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

h2,
.h2 {
  font-size: 36px;
  line-height: 1.125em;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 18px;
  line-height: 1.25em;
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.25em;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 1.25em;
}

h6,
.h6 {
  font-size: 13px;
  line-height: 1.25em;
}

a,
.link {
  border-bottom: 1px solid tint(#FC682E, 50%);
  color: #FC682E;
  text-decoration: none;
}
a:hover,
.link:hover {
  border-bottom-color: #FC682E;
}

.edit-link a {
  position: absolute;
  right: 0px;
  bottom: -20px;
  margin-left: -15px;
  color: #FFFFFF;
}

p {
  margin-top: 1.625em;
  margin-bottom: 1.625em;
  font-size: 18px;
  line-height: 1.625em;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

blockquote {
  border-left: 1px solid #FC682E;
  margin: 0;
  padding: 0 0 0 40px;
}
blockquote > p {
  font-family: "Work Sans", "Arial", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #8F8D92;
  font-size: 18px;
}

hr {
  border-style: dashed;
  border-width: 1px;
  border-color: tint(#8F8D92, 50%);
  margin: 30px 0;
}

.figureblock {
  text-align: center;
}

.figure {
  display: inline-block;
}
@media screen and (max-width: 1040px) {
  .figure {
    max-width: 200px;
  }
}

@media screen and (max-width: 680px) {
  .main-content {
    padding: 40px 0;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .main-content {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1041px) {
  .main-content {
    padding: 50px 0;
  }
}

.page-section {
  margin: 0 auto;
}

.inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .inner {
    width: 100%;
  }
}
@media screen and (min-width: 441px) and (max-width: 1040px) {
  .inner {
    width: 440px;
  }
}
@media screen and (min-width: 681px) {
  .inner {
    width: 680px;
  }
}
@media screen and (min-width: 1041px) {
  .inner {
    width: 960px;
  }
}

.chapter {
  border-bottom: 1px solid transparent;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .chapter {
    padding: 30px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 1040px) {
  .chapter {
    padding: 40px 0;
  }
}
@media screen and (min-width: 681px) {
  .chapter {
    padding: 50px 0;
  }
}
.chapter__title {
  margin-top: 0;
}

.blocks {
  display: flex;
}

.blocks__item {
  padding: 0 20px;
}
.blocks__item--1-2 {
  width: 50%;
}
@media screen and (max-width: 680px) {
  .blocks__item--1-2 {
    float: none;
    width: 100%;
  }
}
.blocks__item--1-3 {
  width: 33.33%;
  float: left;
}
@media screen and (max-width: 440px) {
  .blocks__item--1-3 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 680px) {
  .blocks__item--1-3 {
    float: none;
    width: 100%;
  }
}
.blocks__item--2-3 {
  width: 66.66%;
  float: left;
}
@media screen and (max-width: 440px) {
  .blocks__item--2-3 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 680px) {
  .blocks__item--2-3 {
    float: none;
    width: 100%;
  }
}
.blocks__item--1-4 {
  width: 25%;
  float: left;
}
@media screen and (max-width: 680px) {
  .blocks__item--1-4 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 441px) and (max-width: 1040px) {
  .blocks__item--1-4 {
    width: 50%;
  }
}
@media screen and (min-width: 681px) {
  .blocks__item--1-4 {
    width: 50%;
  }
}
.blocks__item--2-4 {
  width: 50%;
  float: left;
}
@media screen and (max-width: 680px) {
  .blocks__item--2-4 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 441px) and (max-width: 1040px) {
  .blocks__item--2-4 {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 681px) {
  .blocks__item--2-4 {
    float: none;
    width: 100%;
  }
}
.block__90 {
  margin: 0 auto;
}
@media screen and (min-width: 681px) {
  .block__90 {
    max-width: 440px;
  }
}
@media screen and (min-width: 1041px) {
  .block__90 {
    max-width: 600px;
  }
}

.page-header {
  background: rgba(29, 29, 27, 0.1);
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: background 0.3s ease-in-out;
}
.page-header--black {
  background: rgba(29, 29, 27, 0.8);
}

.page-footer {
  padding: 40px 0;
}

.page-footer__logo {
  width: 240px;
  margin: 0 auto;
}

.footer__inner {
  padding: 0 20px;
}

@media screen and (max-width: 1040px) {
  .page-footer__title {
    text-align: center;
  }
}

.page-footer__info-left,
.page-footer__info-right {
  text-align: left;
  color: #FFFFFF;
}
.page-footer__info-left a,
.page-footer__info-right a {
  color: #bfbfbf;
  border: none;
  font-size: 18px;
}

.page-footer__info-left {
  text-align: center;
}
@media screen and (min-width: 1041px) {
  .page-footer__info-left {
    text-align: left;
    float: left;
    width: 50%;
  }
}

.page-footer__info-right {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1041px) {
  .page-footer__info-right {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: -20px;
  }
}
.page-footer__info-right .social {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.page-footer__info-right .social__link {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #1d1d1b;
  background: #bfbfbf;
  text-align: center;
}
.page-footer__info-right .social__link--facebook {
  background-image: url(../images/facebook-icon.svg);
}
.page-footer__info-right .social__link--spotify {
  background-image: url(../images/spotify-icon.svg);
}
.page-footer__info-right .social__link--bandcamp {
  background-image: url(../images/bandcamp-icon.svg);
}

.post-categories {
  list-style: none;
  margin: 20px 0 0;
  padding: 0px;
}
.post-categories li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.post-categories li a {
  color: #FFFFFF;
  border: 0px;
  font-size: 14px;
  background: #fdcc37;
  border-radius: 6px;
  padding: 0 10px;
  display: block;
}
.post-categories li a:hover {
  background: #FC682E;
}

.post {
  background: tint(#8F8D92, 90%);
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .post {
    padding: 20px;
  }
}
.post:last-child {
  margin-bottom: 0px;
}

.entry-title {
  margin: 0 0 10px;
  font-size: 36px;
}
@media screen and (max-width: 680px) {
  .entry-title {
    font-size: 24px;
  }
}

.entry-meta a {
  color: #8F8D92;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px;
}
.entry-meta a:hover {
  color: #fdcc37;
}

.entry-meta--top {
  margin-bottom: 10px;
}

.entry-meta--bottom {
  margin-top: 10px;
}

.entry-meta--footer {
  margin-top: 30px;
}

.comments-link {
  display: none;
}

.tag-links a {
  display: inline-block;
  color: #FFFFFF;
  border: 0px;
  font-size: 14px;
  background: #fdcc37;
  border-radius: 6px;
  padding: 0 10px;
  margin: 0 5px 5px 0;
}
.tag-links a:hover {
  background: #FC682E;
  color: #FFFFFF;
}

.nav-links > a {
  border: 0;
  display: block;
}

.nav-links .meta-nav {
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  display: block;
}

.navigation__menu {
  padding: 0;
  margin: 0;
}

#primary-menu {
  text-align: center;
  padding: 5px 20px;
}
@media screen and (max-width: 440px) {
  #primary-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1d1d1b;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 1041px) {
  #primary-menu {
    padding: 0 20px;
  }
}

.menu-item {
  display: inline-block;
}
.menu-item a {
  display: block;
  border: 0px;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 440px) {
  .menu-item a {
    font-size: 14px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 441px) and (max-width: 680px) {
  .menu-item a {
    font-size: 15px;
    padding: 5px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .menu-item a {
    padding: 5px;
  }
}
@media screen and (min-width: 1041px) {
  .menu-item a {
    line-height: 60px;
    height: 60px;
    padding: 0 5px;
  }
}
.menu-item:hover {
  color: #1d1d1b;
}

.current-menu-item {
  color: #1d1d1b;
}

.search-box {
  background: #8F8D92;
  padding: 10px 0;
}

.search-field {
  background: none;
  border: none;
  line-height: 40px;
  height: 40px;
}
.search-field:active {
  background: none;
}

.search-submit {
  border: none;
  background: #311F50;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  color: #FFFFFF;
}

.bandcamp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.share-list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.share-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  cursor: pointer;
  color: #FFFFFF;
}
.share-list__item:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.share-list__item--youtube:before {
  background-image: url(../images/youtube_icon--white.svg);
}
.share-list__item--apple:before {
  background-image: url(../images/apple_icon--white.svg);
}
.share-list__item--spotify:before {
  background-image: url(../images/spotify_icon--white.svg);
}

@media screen and (max-width: 680px) {
  .home-banner {
    padding: 160px 0 60px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .home-banner {
    padding: 280px 0 60px;
  }
}
@media screen and (min-width: 1041px) {
  .home-banner {
    padding: 400px 0 80px;
  }
}

.home-banner__title {
  display: block;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 680px) {
  .home-banner__title {
    height: 50px;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .home-banner__title {
    height: 80px;
  }
}
@media screen and (min-width: 1041px) {
  .home-banner__title {
    height: 100px;
  }
}

.block-news__title {
  font-size: 16px;
  margin: 0;
}

.block-news__text p {
  margin-top: 0;
}

.chapter--events {
  background: #fdcc37;
}

.chapter--events__heading {
  margin-top: 0;
  padding: 0 20px;
}

.chapter--events__text {
  margin-bottom: 0;
}

@media screen and (max-width: 680px) {
  .block--events {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid shade(#fdcc37, 10%);
  }
  .block--events:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid shade(#fdcc37, 10%);
  }
}
.block--events h3 {
  margin-bottom: 0;
}
.block--events p {
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .chapter-video iframe {
    width: 100% !important;
    height: 210px !important;
  }
}
@media screen and (min-width: 681px) and (max-width: 1040px) {
  .chapter-video iframe {
    width: 100% !important;
    height: 210px !important;
  }
}
@media screen and (min-width: 1041px) {
  .chapter-video iframe {
    width: 100% !important;
    height: 210px !important;
  }
}

.chapter--truck-image {
  height: 500px;
}
@media screen and (max-width: 680px) {
  .chapter--truck-image {
    height: 240px;
  }
}

.chapter--truck__heading,
.chapter--truck__text {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .chapter--truck__heading,
  .chapter--truck__text {
    text-align: left;
  }
}

.chapter--truck__heading {
  margin: 0;
}

.chapter--truck__text {
  margin-bottom: 0;
}

.sbi_photo {
  border: 0;
}

.chapter--truck-image {
  height: 500px;
}
@media screen and (max-width: 680px) {
  .chapter--truck-image {
    height: 240px;
  }
}

.chapter--truck__heading,
.chapter--truck__text {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .chapter--truck__heading,
  .chapter--truck__text {
    text-align: left;
  }
}

.chapter--truck__heading {
  margin: 0;
}

.chapter--truck__text {
  margin-bottom: 0;
}

.chapter--truck-image {
  height: 500px;
}
@media screen and (max-width: 680px) {
  .chapter--truck-image {
    height: 240px;
  }
}

.chapter--truck__heading,
.chapter--truck__text {
  text-align: center;
}
@media screen and (max-width: 680px) {
  .chapter--truck__heading,
  .chapter--truck__text {
    text-align: left;
  }
}

.chapter--truck__heading {
  margin: 0;
}

.chapter--truck__text {
  margin-bottom: 0;
}

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