@charset "UTF-8";
/*
Theme Name: Waxfield
Author: Both Birds
Author URI: https://www.bothbirds.co.uk
Description: To be added...
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goup
Tags:

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.
*/
/* BREAKPOINTS */
/* COLOURS */
/* FONTS */
/* FONT SIZES */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* line 6, sass/_normalize.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 16, sass/_normalize.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* line 25, sass/_normalize.scss */
body {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  /* Fallback for when there is no custom background color defined. */ }

/* line 32, sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block; }

/* line 44, sass/_normalize.scss */
figure {
  margin: 1em 0; }

/* line 48, sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 56, sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 61, sass/_normalize.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit; }

/* line 68, sass/_normalize.scss */
a:active,
a:hover {
  outline-width: 0; }

/* line 73, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

/* line 78, sass/_normalize.scss */
b,
strong {
  font-weight: inherit; }

/* line 83, sass/_normalize.scss */
b,
strong {
  font-weight: 700; }

/* line 88, sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 95, sass/_normalize.scss */
dfn {
  font-style: italic; }

/* line 99, sass/_normalize.scss */
mark {
  background-color: #eee;
  color: #222; }

/* line 104, sass/_normalize.scss */
small {
  font-size: 80%; }

/* line 108, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 116, sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 120, sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 124, sass/_normalize.scss */
audio,
video {
  display: inline-block; }

/* line 129, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 134, sass/_normalize.scss */
img {
  border-style: none;
  align-self: flex-start; }

/* line 139, sass/_normalize.scss */
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  max-height: auto;
  display: block; }

/* line 148, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 152, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/* line 163, sass/_normalize.scss */
button,
input {
  overflow: visible; }

/* line 168, sass/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 173, sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 180, sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* line 188, sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* line 195, sass/_normalize.scss */
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 201, sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/* line 212, sass/_normalize.scss */
progress {
  display: inline-block;
  vertical-align: baseline; }

/* line 217, sass/_normalize.scss */
textarea {
  overflow: auto; }

/* line 221, sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 229, sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 234, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/* line 239, sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 244, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* line 249, sass/_normalize.scss */
details,
menu {
  display: block; }

/* line 254, sass/_normalize.scss */
summary {
  display: list-item; }

/* line 258, sass/_normalize.scss */
canvas {
  display: inline-block; }

/* line 262, sass/_normalize.scss */
template {
  display: none; }

/* line 266, sass/_normalize.scss */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 7, sass/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

/* line 16, sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
/* line 5, sass/_forms.scss */
fieldset {
  margin-bottom: 1em; }

/* line 9, sass/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #9B9B9B;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.75em;
  margin-bottom: 1rem; }

/* line 35, sass/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #333; }

/* line 55, sass/_forms.scss */
select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%; }

/* line 63, sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em; }

/* line 69, sass/_forms.scss */
button,
input[type="button"],
input[type="submit"] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
  background-color: transparent; }

/* line 81, sass/_forms.scss */
input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em; }

/* line 87, sass/_forms.scss */
.submit-div {
  text-align: center; }
  /* line 89, sass/_forms.scss */
  .submit-div .submit {
    display: inline-block;
    margin: 0 auto;
    padding: 0 !important; }
    /* line 93, sass/_forms.scss */
    .submit-div .submit input {
      padding: 0; }
    /* line 96, sass/_forms.scss */
    .submit-div .submit .ajax-loader {
      width: 0 !important;
      height: 0 !important;
      padding: 0 !important;
      margin: 0 !important; }

/* line 106, sass/_forms.scss */
textarea {
  height: 200px; }

/* line 112, sass/_forms.scss */
.search-bar {
  width: 250px;
  position: relative;
  margin-left: 1em;
  padding-top: .25em; }
  @media (min-width: 600px) {
    /* line 112, sass/_forms.scss */
    .search-bar {
      margin-left: 2.5em;
      padding-top: 0; } }
  /* line 121, sass/_forms.scss */
  .search-bar form {
    display: flex;
    padding: 1.5em 0 0 1em; }
    @media (min-width: 600px) {
      /* line 121, sass/_forms.scss */
      .search-bar form {
        padding: 0; } }
    /* line 127, sass/_forms.scss */
    .search-bar form .search-field {
      margin-left: 0;
      overflow: hidden; }
      /* line 130, sass/_forms.scss */
      .search-bar form .search-field #search {
        padding: .15em 0;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #FFF;
        border-radius: 0;
        color: #FFF;
        transition: all .2s ease-in-out;
        transform: translate(-250px, 0); }
        /* line 139, sass/_forms.scss */
        .search-bar form .search-field #search::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #FFF; }
        /* line 142, sass/_forms.scss */
        .search-bar form .search-field #search::-moz-placeholder {
          /* Firefox 19+ */
          color: #FFF; }
        /* line 145, sass/_forms.scss */
        .search-bar form .search-field #search:-ms-input-placeholder {
          /* IE 10+ */
          color: #FFF; }
        /* line 148, sass/_forms.scss */
        .search-bar form .search-field #search:-moz-placeholder {
          /* Firefox 18- */
          color: #FFF; }
      /* line 152, sass/_forms.scss */
      .search-bar form .search-field .active {
        transform: translate(0, 0) !important;
        transition: all .2s ease-in-out; }
    /* line 157, sass/_forms.scss */
    .search-bar form .search-submit {
      position: relative;
      width: 40px;
      height: 40px;
      margin-left: -.75em; }
      /* line 162, sass/_forms.scss */
      .search-bar form .search-submit::after {
        -webkit-filter: drop-shadow(1px 1px 2px #000);
        filter: drop-shadow(1px 1px 2px #000);
        content: "";
        position: absolute;
        background-image: url("images/search-icon.png");
        background-repeat: no-repeat;
        background-size: 17px;
        width: 17px;
        height: 16px;
        left: .75em;
        top: 20%;
        cursor: pointer; }

/* CONTACT FORM STARTS */
/* line 181, sass/_forms.scss */
.wpcf7-form .submit-btn .ajax-loader {
  display: none; }

/* CONTACT FORM MESSAGES STARTS */
/* line 189, sass/_forms.scss */
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: red !important; }
/* line 192, sass/_forms.scss */
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none; }

/* line 197, sass/_forms.scss */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: 0 !important;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 2em auto 0; }

/* line 207, sass/_forms.scss */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: red; }

/* line 212, sass/_forms.scss */
div.wpcf7-mail-sent-ok {
  color: green; }

/* CONTACT FORM MESSAGES ENDS */
/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
/* line 5, sass/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0; }

/* line 11, sass/_lists.scss */
ul {
  list-style: disc; }

/* line 15, sass/_lists.scss */
ol {
  list-style: decimal; }

/* line 19, sass/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

/* line 25, sass/_lists.scss */
li {
  list-style-position: outside; }

/* line 29, sass/_lists.scss */
dt {
  font-weight: 700; }

/* line 33, sass/_lists.scss */
dd {
  margin: 0 1.5em 1.5em; }

/* RESPONSIVE LAYOUT */
/*--------------------------------------------------------------
General Layout
--------------------------------------------------------------*/
/* line 4, sass/_general.scss */
.wrapper-bg {
  background-color: #fff;
  position: relative;
  z-index: 3; }

/* line 10, sass/_general.scss */
.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px; }
  @media (min-width: 960px) {
    /* line 10, sass/_general.scss */
    .wrapper {
      width: 80%; } }

/* line 19, sass/_general.scss */
.breathe {
  margin-bottom: 5em; }
  @media (min-width: 960px) {
    /* line 19, sass/_general.scss */
    .breathe {
      margin-bottom: 6em; } }

/* line 26, sass/_general.scss */
main {
  padding-top: 3em; }
  @media (min-width: 600px) {
    /* line 26, sass/_general.scss */
    main {
      margin-bottom: 4em; } }
  @media (min-width: 768px) {
    /* line 26, sass/_general.scss */
    main {
      padding-top: 6em; } }

/* line 36, sass/_general.scss */
.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 600px) {
    /* line 36, sass/_general.scss */
    .flex {
      flex-direction: row; } }

/* line 45, sass/_general.scss */
.flex-wrap {
  flex-wrap: wrap; }

/* line 49, sass/_general.scss */
.fade {
  animation-name: fade;
  animation-duration: 1s; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
/* line 68, sass/_general.scss */
.center {
  text-align: center; }

/* line 72, sass/_general.scss */
.clear-float {
  clear: both; }

/* line 77, sass/_general.scss */
.text-left {
  text-align: left; }

/* line 81, sass/_general.scss */
.text-right {
  text-align: right; }

/*--------------------------------------------------------------
R.3 Links
--------------------------------------------------------------*/
/* line 89, sass/_general.scss */
.btn-default a,
.btn-default span,
.submit,
.alm-load-more-btn {
  position: relative;
  padding: .5em 0;
  cursor: pointer; }
  /* line 96, sass/_general.scss */
  .btn-default a:after,
  .btn-default span:after,
  .submit:after,
  .alm-load-more-btn:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 1px;
    bottom: 0;
    right: 0;
    transition: all .2s ease-in-out; }

/* line 108, sass/_general.scss */
.btn-general a:hover:after,
.btn-general span:hover:after,
.submit:hover:after,
.alm-load-more-btn:hover:after {
  width: 80%;
  right: 10%;
  transition: all .2s ease-in-out; }

/* line 115, sass/_general.scss */
.alm-load-more-btn {
  display: block;
  margin: 0 auto; }
  /* line 118, sass/_general.scss */
  .alm-load-more-btn.done {
    display: none; }

/* line 124, sass/_general.scss */
.btn-cat a:after {
  background-color: #FFF;
  -webkit-filter: drop-shadow(1px 1px 2px #000);
  filter: drop-shadow(1px 1px 2px #000);
  width: 70%;
  right: 15%; }
/* line 130, sass/_general.scss */
.btn-cat a:hover:after {
  width: 100%;
  right: 0;
  transition: all .2s ease-in-out; }

/* line 137, sass/_general.scss */
.btn-dwnld {
  position: relative; }
  /* line 139, sass/_general.scss */
  .btn-dwnld a {
    padding-left: 18px; }
  /* line 142, sass/_general.scss */
  .btn-dwnld::before {
    content: url("images/download.svg");
    position: absolute;
    width: 11px;
    left: 0; }

/* line 152, sass/_general.scss */
.track-tags a,
.track-cats a,
.cat-list a {
  position: relative; }
  /* line 156, sass/_general.scss */
  .track-tags a:after,
  .track-cats a:after,
  .cat-list a:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 50%;
    transition: all .2s ease-in-out; }
  /* line 162, sass/_general.scss */
  .track-tags a:hover:after,
  .track-cats a:hover:after,
  .cat-list a:hover:after {
    width: 100%;
    right: 0%;
    transition: all .2s ease-in-out; }

/* line 172, sass/_general.scss */
.the-feat-track .track-tags a:after,
.the-feat-track .track-cats a:after {
  background-color: #FFF; }

/*--------------------------------------------------------------
R.3 Pages
--------------------------------------------------------------*/
/* line 183, sass/_general.scss */
.contact-form {
  position: relative; }
  /* line 185, sass/_general.scss */
  .contact-form .the-contact-form {
    width: 100%; }
    /* line 187, sass/_general.scss */
    .contact-form .the-contact-form input,
    .contact-form .the-contact-form textarea {
      width: 100%; }
    @media (min-width: 600px) {
      /* line 185, sass/_general.scss */
      .contact-form .the-contact-form {
        width: 60%; } }
  /* line 195, sass/_general.scss */
  .contact-form .contact-details {
    margin-top: 3em;
    text-align: center; }
    @media (min-width: 600px) {
      /* line 195, sass/_general.scss */
      .contact-form .contact-details {
        position: absolute;
        width: 35%;
        margin-top: 0;
        text-align: right;
        bottom: 40px;
        right: 0; } }
    /* line 206, sass/_general.scss */
    .contact-form .contact-details .name {
      margin-bottom: .75em; }
    /* line 209, sass/_general.scss */
    .contact-form .contact-details p {
      margin-bottom: 0; }
      /* line 211, sass/_general.scss */
      .contact-form .contact-details p a {
        padding: .15em; }

/* line 221, sass/_general.scss */
.video {
  margin-bottom: 2em; }
  /* line 223, sass/_general.scss */
  .video iframe {
    width: 100%;
    height: 250px; }
    @media (min-width: 768px) {
      /* line 223, sass/_general.scss */
      .video iframe {
        height: 350px; } }
    @media (min-width: 960px) {
      /* line 223, sass/_general.scss */
      .video iframe {
        height: 315px; } }

/* line 236, sass/_general.scss */
.basic_info {
  margin-top: 1em; }
  /* line 238, sass/_general.scss */
  .basic_info .basic_info_title {
    margin-bottom: 2em; }
    /* line 240, sass/_general.scss */
    .basic_info .basic_info_title .track-tags {
      margin-bottom: 1em; }
  @media (min-width: 960px) {
    /* line 236, sass/_general.scss */
    .basic_info {
      display: flex;
      justify-content: space-between;
      margin-bottom: 2em; }
      /* line 248, sass/_general.scss */
      .basic_info > div:first-child {
        width: 40%; }
      /* line 251, sass/_general.scss */
      .basic_info > div:nth-child(2n) {
        width: 55%; } }

/* line 260, sass/_general.scss */
.error {
  margin-bottom: 5em; }

/* line 267, sass/_general.scss */
.search-page h2 {
  text-align: center; }
/* line 270, sass/_general.scss */
.search-page .search-reply {
  text-align: center; }
  /* line 272, sass/_general.scss */
  .search-page .search-reply p:first-child {
    margin-bottom: 0; }
/* line 276, sass/_general.scss */
.search-page .feat-tracks {
  margin-top: 3em; }

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
/* line 4, sass/_typography.scss */
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 0.95em;
  line-height: 1.6;
  text-align: left; }
  @media screen and (min-width: 600px) {
    /* line 4, sass/_typography.scss */
    body,
    button,
    input,
    select,
    textarea {
      font-size: 1em;
      line-height: 1.7; } }

/* line 16, sass/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Exo 2", sans-serif;
  clear: both;
  margin: 0 0 0.75em;
  padding: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

/* line 36, sass/_typography.scss */
h1 {
  font-size: 2.75em;
  line-height: 1.35;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em; }
  @media screen and (min-width: 600px) {
    /* line 36, sass/_typography.scss */
    h1 {
      font-size: 3em;
      line-height: 1.2; } }

/* line 43, sass/_typography.scss */
h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.15;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    /* line 43, sass/_typography.scss */
    h2,
    .h2 {
      font-size: 2.5em;
      line-height: 1.25; } }

/* line 50, sass/_typography.scss */
h3,
.h3,
.archive .right-col h2 {
  font-size: 1.8em;
  line-height: 1.35;
  text-transform: inherit; }
  @media screen and (min-width: 600px) {
    /* line 50, sass/_typography.scss */
    h3,
    .h3,
    .archive .right-col h2 {
      font-size: 2em;
      line-height: 1.25; } }

/* line 57, sass/_typography.scss */
h4,
.h4,
.archive .right-col h3 {
  font-size: 1.25em;
  line-height: 1.35;
  text-transform: inherit; }
  @media screen and (min-width: 600px) {
    /* line 57, sass/_typography.scss */
    h4,
    .h4,
    .archive .right-col h3 {
      font-size: 1.5em;
      line-height: 1.5; } }

/* line 64, sass/_typography.scss */
h5,
.h5,
.archive .right-col h4 {
  font-size: 1.15em;
  line-height: 1.35;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    /* line 64, sass/_typography.scss */
    h5,
    .h5,
    .archive .right-col h4 {
      font-size: 1.25em;
      line-height: 1.5; } }

/* line 71, sass/_typography.scss */
h6,
.h6,
.archive .right-col h5 {
  font-size: 1.05em;
  line-height: 1.35;
  text-transform: inherit; }

/* line 78, sass/_typography.scss */
p {
  margin: 0 0 1.5em;
  padding: 0; }

/* line 84, sass/_typography.scss */
.logo img {
  margin: 0 auto; }
/* line 87, sass/_typography.scss */
.logo::after {
  content: "Waxfield";
  font-size: 1.15em;
  line-height: 1.35;
  position: absolute;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center; }
  @media screen and (min-width: 600px) {
    /* line 87, sass/_typography.scss */
    .logo::after {
      font-size: 1.5em;
      line-height: 1.5; } }

/* line 102, sass/_typography.scss */
.btn,
.alm-load-more-btn {
  font-size: 1rem;
  letter-spacing: 1.5px;
  font-weight: 700; }
  @media screen and (min-width: 600px) {
    /* line 102, sass/_typography.scss */
    .btn,
    .alm-load-more-btn {
      font-size: 1.125em; } }

/* line 109, sass/_typography.scss */
.btn-cat {
  letter-spacing: 1.75px;
  -webkit-font-smoothing: antialiased; }

/* line 114, sass/_typography.scss */
.basic-info-descr {
  font-size: 1rem; }
  @media screen and (min-width: 600px) {
    /* line 114, sass/_typography.scss */
    .basic-info-descr {
      font-size: 1.125em; } }

/* line 118, sass/_typography.scss */
.main-nav .menu li,
.footer-nav,
.search-field input {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px; }
  @media screen and (min-width: 600px) {
    /* line 118, sass/_typography.scss */
    .main-nav .menu li,
    .footer-nav,
    .search-field input {
      font-size: 0.875em; } }

/* line 126, sass/_typography.scss */
.page-title {
  font-family: "Exo 2", sans-serif; }

/* line 130, sass/_typography.scss */
.details {
  font-size: 0.75rem; }
  @media screen and (min-width: 600px) {
    /* line 130, sass/_typography.scss */
    .details {
      font-size: 0.875em; } }

/* line 134, sass/_typography.scss */
.cat {
  font-size: 1.05em;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  font-weight: 500; }
  /* line 139, sass/_typography.scss */
  .cat p {
    margin-bottom: .2em; }

/* line 144, sass/_typography.scss */
.track-cats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  /* line 148, sass/_typography.scss */
  .track-cats p,
  .track-cats span {
    margin-right: .25em; }
    /* line 152, sass/_typography.scss */
    .track-cats p:not(:last-child)::after,
    .track-cats span:not(:last-child)::after {
      content: " ,";
      margin-left: -.25em; }
    /* line 158, sass/_typography.scss */
    .track-cats p .no-comma::after,
    .track-cats span .no-comma::after {
      content: ""; }

/* line 168, sass/_typography.scss */
.the-feat-track .category,
.single-post .category {
  font-size: 1.25em;
  line-height: 1.35; }
  @media screen and (min-width: 600px) {
    /* line 168, sass/_typography.scss */
    .the-feat-track .category,
    .single-post .category {
      font-size: 1.5em;
      line-height: 1.5; } }

/* line 175, sass/_typography.scss */
.quote p:before,
.quote p:after {
  font-size: 34px;
  padding: .25em;
  line-height: 0; }

/* line 182, sass/_typography.scss */
.quote p:before {
  content: "\201C"; }

/* line 186, sass/_typography.scss */
.quote p:after {
  content: "\201E"; }

/* line 191, sass/_typography.scss */
big {
  font-size: 125%; }

/* line 195, sass/_typography.scss */
q {
  quotes: "“" "”" "‘" "’"; }

/* line 199, sass/_typography.scss */
:focus {
  outline: none; }

/* line 203, sass/_typography.scss */
ul,
ol {
  margin-left: 2em;
  margin-bottom: 2em; }

/* line 209, sass/_typography.scss */
blockquote {
  width: 85%;
  max-width: 600px;
  margin: 2.5em auto; }
  /* line 213, sass/_typography.scss */
  blockquote p {
    font-style: italic;
    margin-bottom: 0; }

/* line 223, sass/_typography.scss */
.post-categories li {
  list-style: none; }

/* line 231, sass/_typography.scss */
.wp-caption-text {
  font-size: 0.75rem;
  font-style: italic; }
  @media screen and (min-width: 600px) {
    /* line 231, sass/_typography.scss */
    .wp-caption-text {
      font-size: 0.875em; } }

/* Styles for other larguages can be placed here */
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/* MOBILE NAV TRIGGER & ACTION */
@media (max-width: 600px) {
  /* line 11, sass/_nav.scss */
  .menu-active .main-nav > ul {
    transform: translate3d(0, 0, 0) !important;
    transition: all .3s ease-in-out; }

  /* line 15, sass/_nav.scss */
  #navigation-top {
    position: relative; }
    /* line 18, sass/_nav.scss */
    #navigation-top .main-nav .menu {
      position: fixed;
      bottom: 0;
      z-index: 10;
      margin: 0;
      width: 100vh;
      transform: translate3d(0px, 100vh, 0);
      transition: all .3s ease-in-out;
      background-color: #FFF; }
      /* line 27, sass/_nav.scss */
      #navigation-top .main-nav .menu li {
        position: relative;
        border-bottom: 1px solid #333;
        list-style: none;
        margin: 0 1em;
        padding: 1.25em 0; }
        /* line 33, sass/_nav.scss */
        #navigation-top .main-nav .menu li:last-child {
          border-bottom: 0; }
        /* line 36, sass/_nav.scss */
        #navigation-top .main-nav .menu li a {
          padding-left: 1em; } }
@media (min-width: 600px) {
  /* line 47, sass/_nav.scss */
  #navigation-top {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5em 0 0 1em;
    z-index: 1; } }
  @media (min-width: 600px) and (min-width: 960px) {
    /* line 47, sass/_nav.scss */
    #navigation-top {
      padding: 3em 0 0 8em; } }
@media (min-width: 600px) {
    /* line 56, sass/_nav.scss */
    #navigation-top .main-nav {
      color: #FFF;
      max-width: 400px; }
      /* line 59, sass/_nav.scss */
      #navigation-top .main-nav .menu {
        text-align: left;
        transition: all .3s ease-in-out;
        margin-bottom: 1em; }
        /* line 63, sass/_nav.scss */
        #navigation-top .main-nav .menu li {
          -webkit-filter: drop-shadow(1px 1px 2px #000);
          filter: drop-shadow(1px 1px 2px #000);
          position: relative;
          list-style: none;
          margin: 1.25em .5em;
          max-width: 250px; }
          /* line 70, sass/_nav.scss */
          #navigation-top .main-nav .menu li a::before, #navigation-top .main-nav .menu li a:hover::before, #navigation-top .main-nav .menu li a::after, #navigation-top .main-nav .menu li a:hover::after {
            transition: all .2s ease-in-out; }
          /* line 76, sass/_nav.scss */
          #navigation-top .main-nav .menu li a::before {
            content: "";
            position: absolute;
            background-color: #FFF;
            width: 0;
            height: 1px;
            left: -90%;
            top: 50%;
            transition-delay: .2s; }
          /* line 82, sass/_nav.scss */
          #navigation-top .main-nav .menu li a:hover::before {
            width: 205px; }
          /* line 85, sass/_nav.scss */
          #navigation-top .main-nav .menu li a::after {
            content: "";
            position: absolute;
            background-color: #FFF;
            width: 0;
            height: 1px;
            top: 50%;
            margin-left: 18px; }
          /* line 90, sass/_nav.scss */
          #navigation-top .main-nav .menu li a:hover::after {
            width: 50px;
            transition-delay: .2s; }
        /* line 97, sass/_nav.scss */
        #navigation-top .main-nav .menu .current_page_item a::before {
          width: 205px; }
        /* line 100, sass/_nav.scss */
        #navigation-top .main-nav .menu .current_page_item a::after {
          width: 50px; } }
/* line 111, sass/_nav.scss */
.menu-trigger {
  position: fixed;
  padding: .5rem;
  top: 15px;
  right: 15px;
  z-index: 20;
  cursor: pointer; }
  @media (min-width: 600px) {
    /* line 111, sass/_nav.scss */
    .menu-trigger {
      display: none !important; } }
  /* line 121, sass/_nav.scss */
  .menu-trigger .line {
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000);
    background-color: #FFF;
    width: 35px;
    height: 1px;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* line 135, sass/_nav.scss */
.menu-trigger.ham-active .line {
  transition: all 0.3s ease-in-out; }
  /* line 137, sass/_nav.scss */
  .menu-trigger.ham-active .line:nth-child(1) {
    -webkit-transform: translate(0, 10.5px) rotate(45deg);
    -ms-transform: translate(0, 10.5px) rotate(45deg);
    -o-transform: translate(0, 10.5px) rotate(45deg);
    transform: translate(0, 10.5px) rotate(45deg); }
  /* line 143, sass/_nav.scss */
  .menu-trigger.ham-active .line:nth-child(2) {
    background-color: transparent; }
  /* line 146, sass/_nav.scss */
  .menu-trigger.ham-active .line:nth-child(3) {
    -webkit-transform: translate(0, -10.5px) rotate(-45deg);
    -ms-transform: translate(0, -10.5px) rotate(-45deg);
    -o-transform: translate(0, -10.5px) rotate(-45deg);
    transform: translate(0, -10.5px) rotate(-45deg); }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
/* line 4, sass/_header.scss */
.site-header {
  position: relative;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(64, 64, 65, 0.3);
  background-blend-mode: multiply;
  height: 400px; }
  @media (min-width: 1220px) {
    /* line 4, sass/_header.scss */
    .site-header {
      height: 500px; } }

@media (min-width: 600px) {
  /* line 14, sass/_header.scss */
  .front-page-header {
    height: 520px; } }

/* line 20, sass/_header.scss */
#page-logo {
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  top: 1.2em; }
  /* line 26, sass/_header.scss */
  #page-logo img {
    width: 70px;
    margin-bottom: .5em;
    margin: 0 auto; }
  /* line 31, sass/_header.scss */
  #page-logo::after {
    content: "Waxfield";
    font-size: 1.15em;
    line-height: 1.35;
    position: absolute;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF; }
    @media screen and (min-width: 600px) {
      /* line 31, sass/_header.scss */
      #page-logo::after {
        font-size: 1.5em;
        line-height: 1.5; } }
  @media (min-width: 768px) {
    /* line 20, sass/_header.scss */
    #page-logo {
      left: auto;
      margin: 0;
      width: 128px;
      position: absolute;
      right: 3em;
      top: 3em;
      transition: all .2s ease-in; }
      /* line 53, sass/_header.scss */
      #page-logo img {
        width: 70px; } }
  @media (min-width: 960px) {
    /* line 20, sass/_header.scss */
    #page-logo {
      width: 128px;
      right: 7em;
      top: 4.5em; }
      /* line 61, sass/_header.scss */
      #page-logo img {
        width: 85px; } }

@media (max-width: 600px) {
  /* line 67, sass/_header.scss */
  .logo-move {
    transform: translate(85px, 0);
    transition: all .2s ease-in; } }

/* line 75, sass/_header.scss */
.page-title {
  position: absolute;
  color: #FFF;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 50px; }
  @media (min-width: 600px) {
    /* line 75, sass/_header.scss */
    .page-title {
      bottom: 30px; } }
  @media (min-width: 960px) {
    /* line 75, sass/_header.scss */
    .page-title {
      bottom: 50px; } }
  /* line 92, sass/_header.scss */
  .page-title > div {
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000); }
  /* line 95, sass/_header.scss */
  .page-title .header-line {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px; }
    /* line 99, sass/_header.scss */
    .page-title .header-line p {
      margin-bottom: -.5em; }
    /* line 102, sass/_header.scss */
    .page-title .header-line:first-child {
      font-size: 30px; }
    /* line 105, sass/_header.scss */
    .page-title .header-line:last-child {
      font-size: 22px; }
  /* line 109, sass/_header.scss */
  .page-title .emphasis {
    font-size: 4em;
    font-weight: 700;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1; }
    /* line 116, sass/_header.scss */
    .page-title .emphasis p {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      /* line 109, sass/_header.scss */
      .page-title .emphasis {
        font-size: 5.5em; } }
    @media (min-width: 960px) {
      /* line 109, sass/_header.scss */
      .page-title .emphasis {
        font-size: 7em;
        letter-spacing: 7px; } }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
/* line 8, sass/_footer.scss */
.footer-bg {
  background-color: rgba(64, 64, 65, 0.1); }

/* line 12, sass/_footer.scss */
footer {
  padding: 3em 0;
  flex-direction: column; }
  @media (min-width: 600px) {
    /* line 12, sass/_footer.scss */
    footer {
      flex-direction: column !important; } }
  @media (min-width: 960px) {
    /* line 12, sass/_footer.scss */
    footer {
      padding: 5em 0;
      flex-direction: row !important; } }
  /* line 22, sass/_footer.scss */
  footer ul {
    margin-left: 0; }
  /* line 26, sass/_footer.scss */
  footer .footer-nav #menu-footer-menu {
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 600px) {
      /* line 26, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu {
        flex-direction: row;
        text-align: left; } }
    @media (min-width: 600px) and (max-width: 960px) {
      /* line 26, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu {
        justify-content: center; } }
    /* line 37, sass/_footer.scss */
    footer .footer-nav #menu-footer-menu li {
      list-style: none;
      margin: 1em 0; }
    @media (min-width: 600px) {
      /* line 41, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu .heading {
        margin-right: 4em; }
        /* line 44, sass/_footer.scss */
        footer .footer-nav #menu-footer-menu .heading:last-child {
          margin-right: 0; } }
    @media (min-width: 960px) {
      /* line 41, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu .heading {
        margin-right: 3em; } }
    /* line 51, sass/_footer.scss */
    footer .footer-nav #menu-footer-menu .heading a[href="#"] {
      position: relative;
      cursor: default;
      text-transform: uppercase; }
    /* line 56, sass/_footer.scss */
    footer .footer-nav #menu-footer-menu .heading .sub-menu {
      margin-top: 2em; }
      /* line 36, sass/utilities/_mixins.scss */
      footer .footer-nav #menu-footer-menu .heading .sub-menu li a {
        position: relative;
        padding-bottom: .2em; }
        /* line 39, sass/utilities/_mixins.scss */
        footer .footer-nav #menu-footer-menu .heading .sub-menu li a::after {
          content: "";
          position: absolute;
          background-color: #000;
          width: 0;
          height: 1px;
          bottom: 0;
          right: 50%;
          transition: all .2s ease-in-out; }
        /* line 45, sass/utilities/_mixins.scss */
        footer .footer-nav #menu-footer-menu .heading .sub-menu li a:hover:after {
          width: 100%;
          right: 0%;
          transition: all .2s ease-in-out; }
      /* line 60, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu .heading .sub-menu li a[href="#"]::after {
        width: 0;
        height: 0; }
      /* line 65, sass/_footer.scss */
      footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu {
        margin-top: 1em; }
        @media (min-width: 600px) {
          /* line 65, sass/_footer.scss */
          footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu {
            margin-left: .75em; } }
        /* line 36, sass/utilities/_mixins.scss */
        footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu li a {
          position: relative;
          padding-bottom: .2em; }
          /* line 39, sass/utilities/_mixins.scss */
          footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu li a::after {
            content: "";
            position: absolute;
            background-color: #000;
            width: 0;
            height: 1px;
            bottom: 0;
            right: 50%;
            transition: all .2s ease-in-out; }
          /* line 45, sass/utilities/_mixins.scss */
          footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu li a:hover:after {
            width: 100%;
            right: 0%;
            transition: all .2s ease-in-out; }
        /* line 72, sass/_footer.scss */
        footer .footer-nav #menu-footer-menu .heading .sub-menu .sub-menu li:before {
          content: "-";
          margin-right: .5em; }
  /* line 82, sass/_footer.scss */
  footer .details {
    text-align: center; }
    @media (min-width: 600px) and (max-width: 960px) {
      /* line 82, sass/_footer.scss */
      footer .details {
        order: -1;
        margin-bottom: 4em; } }
    /* line 88, sass/_footer.scss */
    footer .details .footer-logo {
      position: relative;
      margin-bottom: 3.5em; }
      /* line 91, sass/_footer.scss */
      footer .details .footer-logo img {
        width: 80px;
        margin: 1em auto .5em; }
    /* line 96, sass/_footer.scss */
    footer .details > div {
      margin-bottom: 1em; }
    /* line 100, sass/_footer.scss */
    footer .details .footer-contact p {
      margin-bottom: 0;
      line-height: 1.5; }
      /* line 103, sass/_footer.scss */
      footer .details .footer-contact p a {
        padding: 0; }
    /* line 108, sass/_footer.scss */
    footer .details .social {
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 112, sass/_footer.scss */
      footer .details .social img {
        display: inline-block;
        max-width: 35px;
        width: 100%;
        margin: 0 .4em;
        transition: all .2s ease-in-out; }
        /* line 118, sass/_footer.scss */
        footer .details .social img:hover {
          opacity: .7;
          transition: all .2s ease-in-out; }

/* line 127, sass/_footer.scss */
.copyright span a {
  position: relative; }
  /* line 129, sass/_footer.scss */
  .copyright span a:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 0;
    height: 1px;
    bottom: 0;
    right: 50%;
    transition: all .2s ease-in-out; }
  /* line 135, sass/_footer.scss */
  .copyright span a:hover:after {
    width: 100%;
    right: 0%;
    transition: all .2s ease-in-out; }

/* line 143, sass/_footer.scss */
#ccc-module {
  max-width: 300px !important; }

/*--------------------------------------------------------------
Template Parts
--------------------------------------------------------------*/
/* line 6, sass/_template-parts.scss */
.center-bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(64, 64, 65, 0.3);
  background-blend-mode: multiply;
  color: #FFF;
  padding: 6em 0; }
  /* line 10, sass/_template-parts.scss */
  .center-bg-img .center-field-content {
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000); }
    /* line 12, sass/_template-parts.scss */
    .center-bg-img .center-field-content .btn-general a {
      -webkit-font-smoothing: antialiased; }
      /* line 14, sass/_template-parts.scss */
      .center-bg-img .center-field-content .btn-general a:after {
        background-color: #FFF; }

/* line 21, sass/_template-parts.scss */
.center-field-content {
  max-width: 525px;
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 600px) {
    /* line 21, sass/_template-parts.scss */
    .center-field-content {
      width: 100%; } }
  /* line 29, sass/_template-parts.scss */
  .center-field-content h2 {
    margin-bottom: 1.125em; }
    /* line 31, sass/_template-parts.scss */
    .center-field-content h2:last-child {
      margin-bottom: 0; }
  /* line 35, sass/_template-parts.scss */
  .center-field-content .descr,
  .center-field-content img {
    margin-bottom: 3em; }
    /* line 38, sass/_template-parts.scss */
    .center-field-content .descr:last-child,
    .center-field-content img:last-child {
      margin-bottom: 0; }
  /* line 42, sass/_template-parts.scss */
  .center-field-content img {
    border-radius: 50%;
    width: 105px;
    margin: 0 auto 3em; }

/* line 52, sass/_template-parts.scss */
.two-col > div {
  width: 100%; }
  @media (min-width: 600px) {
    /* line 52, sass/_template-parts.scss */
    .two-col > div {
      width: 45%; } }
/* line 58, sass/_template-parts.scss */
.two-col img {
  margin-bottom: 2em; }
/* line 61, sass/_template-parts.scss */
.two-col h2 {
  margin-bottom: .5em; }
@media (min-width: 600px) {
  /* line 67, sass/_template-parts.scss */
  .two-col .left-col img:last-child {
    margin-bottom: 0; } }
@media (min-width: 600px) {
  /* line 74, sass/_template-parts.scss */
  .two-col .left-col h2:last-child {
    margin-bottom: 0; } }
@media (min-width: 600px) {
  /* line 81, sass/_template-parts.scss */
  .two-col .left-col p:last-child {
    margin-bottom: 0; } }
@media (min-width: 600px) {
  /* line 87, sass/_template-parts.scss */
  .two-col .right-col {
    text-align: right; } }
/* line 92, sass/_template-parts.scss */
.two-col .right-col img:last-child {
  margin-bottom: 0; }
/* line 97, sass/_template-parts.scss */
.two-col .right-col h2:last-child {
  margin-bottom: 0; }
/* line 102, sass/_template-parts.scss */
.two-col .right-col p:last-child {
  margin-bottom: 0; }

/* line 111, sass/_template-parts.scss */
.the-feat-track {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(64, 64, 65, 0.3);
  background-blend-mode: multiply;
  padding: 6em 0;
  color: #FFF; }
  @media (min-width: 960px) {
    /* line 111, sass/_template-parts.scss */
    .the-feat-track {
      padding: 10em 0; } }
  /* line 118, sass/_template-parts.scss */
  .the-feat-track .feat-track-content {
    -webkit-filter: drop-shadow(1px 1px 2px #000);
    filter: drop-shadow(1px 1px 2px #000);
    width: 80%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
    flex-direction: column; }
    @media (min-width: 960px) {
      /* line 118, sass/_template-parts.scss */
      .the-feat-track .feat-track-content {
        flex-direction: row; } }
    /* line 128, sass/_template-parts.scss */
    .the-feat-track .feat-track-content > div {
      width: 100%;
      text-align: center; }
      @media (min-width: 960px) {
        /* line 128, sass/_template-parts.scss */
        .the-feat-track .feat-track-content > div {
          width: 30%;
          text-align: left; } }
    /* line 136, sass/_template-parts.scss */
    .the-feat-track .feat-track-content .track-left {
      margin-bottom: 1.25em; }
      @media (min-width: 600px) {
        /* line 136, sass/_template-parts.scss */
        .the-feat-track .feat-track-content .track-left {
          width: 70%;
          margin: 0 auto 1.25em; } }
      @media (min-width: 960px) {
        /* line 136, sass/_template-parts.scss */
        .the-feat-track .feat-track-content .track-left {
          width: 30%;
          margin: 0; } }
      /* line 146, sass/_template-parts.scss */
      .the-feat-track .feat-track-content .track-left h2 {
        margin-bottom: .15em; }
        @media (min-width: 960px) {
          /* line 146, sass/_template-parts.scss */
          .the-feat-track .feat-track-content .track-left h2 {
            text-align: left; } }
    /* line 153, sass/_template-parts.scss */
    .the-feat-track .feat-track-content .play-button {
      width: 100px;
      margin: .75em auto;
      transition: all .2s ease-in-out; }
      @media (min-width: 960px) {
        /* line 153, sass/_template-parts.scss */
        .the-feat-track .feat-track-content .play-button {
          margin: 0 auto;
          position: absolute;
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          top: 50px; }
          /* line 160, sass/_template-parts.scss */
          .the-feat-track .feat-track-content .play-button:hover {
            transform: scale(1.2);
            transition: all .2s ease-in-out; } }
    /* line 166, sass/_template-parts.scss */
    .the-feat-track .feat-track-content .track-right {
      margin-top: 2.5em; }
      @media (min-width: 960px) {
        /* line 166, sass/_template-parts.scss */
        .the-feat-track .feat-track-content .track-right {
          text-align: right; } }
      /* line 171, sass/_template-parts.scss */
      .the-feat-track .feat-track-content .track-right .track-cats {
        justify-content: center; }
        @media (min-width: 960px) {
          /* line 171, sass/_template-parts.scss */
          .the-feat-track .feat-track-content .track-right .track-cats {
            justify-content: left; } }
      /* line 178, sass/_template-parts.scss */
      .the-feat-track .feat-track-content .track-right .track-tags a {
        margin: 0 .2em; }

/* line 189, sass/_template-parts.scss */
.feat-tracks h2 {
  text-align: center;
  margin-bottom: 1.5em; }
/* line 193, sass/_template-parts.scss */
.feat-tracks .the-feat-tracks {
  justify-content: flex-start; }
  /* line 195, sass/_template-parts.scss */
  .feat-tracks .the-feat-tracks .the-track {
    position: relative;
    width: 100%;
    margin: 1.75em 0; }
    /* line 199, sass/_template-parts.scss */
    .feat-tracks .the-feat-tracks .the-track .post-thumbnail {
      position: relative;
      margin-bottom: 1.5em; }
      /* line 202, sass/_template-parts.scss */
      .feat-tracks .the-feat-tracks .the-track .post-thumbnail img:last-child {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-filter: drop-shadow(1px 1px 2px #000);
        filter: drop-shadow(1px 1px 2px #000);
        max-width: 65px;
        transition: all .2s ease-in-out;
        transform: translate(0, -50%); }
        /* line 208, sass/_template-parts.scss */
        .feat-tracks .the-feat-tracks .the-track .post-thumbnail img:last-child:hover {
          transform: scale(1.15) translate(0, -45%);
          transition: all .2s ease-in-out; }
    /* line 214, sass/_template-parts.scss */
    .feat-tracks .the-feat-tracks .the-track h3 {
      margin-bottom: .65em; }
    /* line 217, sass/_template-parts.scss */
    .feat-tracks .the-feat-tracks .the-track .the-excerpt {
      font-size: 0.95rem;
      width: 95%;
      padding-bottom: 0; }
    /* line 223, sass/_template-parts.scss */
    .feat-tracks .the-feat-tracks .the-track .track-terms .track-cats {
      margin-bottom: .25em; }
      /* line 225, sass/_template-parts.scss */
      .feat-tracks .the-feat-tracks .the-track .track-terms .track-cats p {
        margin-bottom: 0; }
    @media (min-width: 600px) {
      /* line 195, sass/_template-parts.scss */
      .feat-tracks .the-feat-tracks .the-track {
        display: flex;
        flex-direction: column;
        padding-bottom: 1.5em;
        width: 48%; }
        /* line 235, sass/_template-parts.scss */
        .feat-tracks .the-feat-tracks .the-track:nth-of-type(2n-1) {
          margin-right: 4%; } }
    @media (min-width: 768px) {
      /* line 243, sass/_template-parts.scss */
      .feat-tracks .the-feat-tracks .the-track .track-terms {
        margin-top: auto; } }
    @media (min-width: 960px) {
      /* line 195, sass/_template-parts.scss */
      .feat-tracks .the-feat-tracks .the-track {
        width: 31%; }
        /* line 249, sass/_template-parts.scss */
        .feat-tracks .the-feat-tracks .the-track:nth-of-type(2n-1) {
          margin-right: 0; }
        /* line 252, sass/_template-parts.scss */
        .feat-tracks .the-feat-tracks .the-track:nth-of-type(3n+1), .feat-tracks .the-feat-tracks .the-track:nth-of-type(3n+2) {
          margin-right: 2.75%; } }

@media (min-width: 600px) {
  /* line 263, sass/_template-parts.scss */
  .feat-tracks-3 .the-track:nth-of-type(3n) {
    display: none; } }
@media (min-width: 960px) {
  /* line 268, sass/_template-parts.scss */
  .feat-tracks-3 .the-track:nth-of-type(3n) {
    display: flex; } }

/* line 274, sass/_template-parts.scss */
.feat-tracks .btn-general {
  text-align: center;
  margin-top: 1.75em; }
  @media (min-width: 960px) {
    /* line 274, sass/_template-parts.scss */
    .feat-tracks .btn-general {
      margin-top: 2.75em; } }

/* line 284, sass/_template-parts.scss */
.comm-tracks .the-track {
  padding-bottom: 0 !important; }
  /* line 286, sass/_template-parts.scss */
  .comm-tracks .the-track .the-excerpt p {
    margin-bottom: 0; }

/* line 294, sass/_template-parts.scss */
.detailed-info {
  position: relative;
  margin-bottom: 5em; }
  @media (min-width: 600px) {
    /* line 297, sass/_template-parts.scss */
    .detailed-info .detailed-info-descr {
      width: 65%; } }
  /* line 301, sass/_template-parts.scss */
  .detailed-info .detailed-info-descr p:last-child {
    margin-bottom: 2.5em; }
  /* line 305, sass/_template-parts.scss */
  .detailed-info .detailed-info-descr:last-child p:last-child {
    margin-bottom: 0; }
  /* line 310, sass/_template-parts.scss */
  .detailed-info .detailed-info-quote {
    display: none; }
    @media (min-width: 600px) {
      /* line 310, sass/_template-parts.scss */
      .detailed-info .detailed-info-quote {
        font-size: 1.15em;
        line-height: 1.35;
        display: block;
        width: 25%;
        position: absolute;
        bottom: 3em;
        right: 3em;
        text-align: right; } }
  @media screen and (min-width: 600px) and (min-width: 600px) {
    /* line 310, sass/_template-parts.scss */
    .detailed-info .detailed-info-quote {
      font-size: 1.25em;
      line-height: 1.5; } }

    /* line 321, sass/_template-parts.scss */
    .detailed-info .detailed-info-quote p {
      margin-bottom: 0; }

/* line 331, sass/_template-parts.scss */
.cat-same .the-track {
  width: 33%; }

/* line 339, sass/_template-parts.scss */
.feat-cats h2 {
  text-align: center;
  margin-bottom: 1.5em; }
/* line 343, sass/_template-parts.scss */
.feat-cats .the-feat-cats {
  flex-direction: row; }
  /* line 345, sass/_template-parts.scss */
  .feat-cats .the-feat-cats .the-feat-cat {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(64, 64, 65, 0.3);
    background-blend-mode: multiply;
    width: 47.5%;
    height: 185px;
    margin-bottom: .85em;
    position: relative; }
    @media (min-width: 600px) {
      /* line 345, sass/_template-parts.scss */
      .feat-cats .the-feat-cats .the-feat-cat {
        width: 24%; } }
    /* line 354, sass/_template-parts.scss */
    .feat-cats .the-feat-cats .the-feat-cat .btn-cat {
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: 48%;
      -webkit-filter: drop-shadow(1px 1px 2px #000);
      filter: drop-shadow(1px 1px 2px #000);
      transform: translate(0, -50%);
      text-align: center;
      color: #FFF; }
      /* line 360, sass/_template-parts.scss */
      .feat-cats .the-feat-cats .the-feat-cat .btn-cat:after {
        background-color: #FFF; }
/* line 366, sass/_template-parts.scss */
.feat-cats .cat-list {
  width: 80%;
  max-width: 960px;
  margin: 3em auto;
  text-align: center;
  line-height: 2.5; }
  /* line 373, sass/_template-parts.scss */
  .feat-cats .cat-list span a {
    margin: 0 .5em; }
  /* line 376, sass/_template-parts.scss */
  .feat-cats .cat-list span::after {
    content: " |"; }
  /* line 379, sass/_template-parts.scss */
  .feat-cats .cat-list span:last-child::after {
    content: ""; }
/* line 384, sass/_template-parts.scss */
.feat-cats .btn-general {
  text-align: center; }

/* line 391, sass/_template-parts.scss */
.rfm-cta {
  text-align: center; }
  /* line 393, sass/_template-parts.scss */
  .rfm-cta .descr {
    max-width: 550px;
    margin: 0 auto 2em; }

/*--------------------------------------------------------------
Cookie Notice
--------------------------------------------------------------*/
/* line 5, sass/_cookie.scss */
#okCookie {
  background-color: #F2F2F2;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  z-index: 10; }

/* line 21, sass/_cookie.scss */
#okCookie p {
  margin: 0 0 10px 0;
  float: left;
  padding: 5px 0px; }

/* line 23, sass/_cookie.scss */
#okCookie #okClose, #okCookie #okCprivacy {
  padding: 5px 20px;
  float: right;
  margin-left: 10px;
  text-decoration: none;
  border-radius: 3px;
  color: white; }

/* line 32, sass/_cookie.scss */
#okCookie #okClose {
  background-color: #39B54A;
  text-shadow: 0px 1px 1px #507F2B;
  box-shadow: inset 0px -1px 1px #507F2B; }

/* line 38, sass/_cookie.scss */
#okCookie #okClose:hover {
  background-color: #42ce55; }

/* line 40, sass/_cookie.scss */
#okCookie #okCprivacy {
  background-color: #8D9499;
  text-shadow: 0px 1px 1px #63666B;
  box-shadow: inset 0px -1px 1px #63666B; }

/* line 46, sass/_cookie.scss */
#okCookie #okCprivacy:hover {
  background-color: #a0a8ae; }

/* line 48, sass/_cookie.scss */
.okcBeginAnimate {
  -webkit-animation: myfirst 2s;
  animation: myfirst 2s; }

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Standard syntax */
@keyframes myfirst {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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