.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f8f8f8;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f8f8f8;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 97.3%, 0.85);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #f8f8f8;
  font-size: 16px;
  text-decoration: underline;
}

.grid-5 {
  background-image: url('../images/SHOP.jpg');
  background-position: 50% 16%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-1 {
  background-image: url('../images/WEDDING.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-2 {
  background-image: url('../images/Athletics-Day_Event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry-grid {
  position: static;
  top: 0px;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.grid-8 {
  height: auto;
  background-image: url('../images/The-Sation-Birmingham.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: none;
  object-fit: none;
}

.grid-7 {
  background-image: url('../images/Decks-closeup.jpg');
  background-position: 50% 53%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-6 {
  background-image: url('../images/JAY.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-3 {
  background-image: url('../images/Sumo-Sounds.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-4 {
  background-image: url('../images/Private-Party.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: visible;
  width: 100%;
  height: 60px;
  max-width: 100vw;
  background-color: transparent;
}

.brand {
  left: auto;
  z-index: 4;
  width: 85px;
  height: 60px;
  margin-top: auto;
  margin-left: 4vw;
}

.brand.w--current {
  margin-top: 0px;
  margin-left: 3vw;
}

.brand.w--current:hover {
  -webkit-filter: none;
  filter: none;
}

.button-nav {
  height: 50px;
  float: right;
  -webkit-transition: border-width 200ms ease, opacity 200ms ease;
  transition: border-width 200ms ease, opacity 200ms ease;
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 700;
}

.button-nav:hover {
  height: 60px;
  border-bottom: 5px solid #006eff;
  border-radius: 0px;
  color: hsla(0, 0%, 97.3%, 0.85);
}

.button-nav:active {
  color: #006eff;
  font-size: 16px;
}

.button-nav:focus {
  color: #006eff;
}

.button-nav.w--current {
  color: #f8f8f8;
}

.button-nav.w--current:active {
  color: #f8f8f8;
}

.button-nav.w--current:focus {
  color: #f8f8f8;
}

.button-nav.contact {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60px;
  margin-right: 0px;
  border-bottom: 7px solid #006eff;
  background-color: transparent;
  box-shadow: 2px 2px 9px 0 #000;
}

.navbar-buttons {
  position: absolute;
  right: 0vw;
  width: 75vw;
}

.paragraph {
  position: static;
  width: 100%;
  margin: 2vw auto 4vw;
  padding-right: 0px;
  padding-left: 0px;
  color: #f8f8f8;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.logo-large-anim {
  width: 100%;
  height: 75vh;
  margin-bottom: -50px;
}

.footer-section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 18vh;
  margin-top: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.footer-icons {
  position: absolute;
  left: 4vw;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.icon-social {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  display: block;
  width: 30px;
  margin-top: 0px;
  margin-right: 1vw;
  margin-left: 0px;
  float: left;
  clear: left;
}

.footer-text {
  position: absolute;
  right: 5vw;
  bottom: auto;
  z-index: 4;
  display: block;
  width: 250px;
  margin-top: 0px;
  float: none;
  clear: both;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: hsla(0, 0%, 100%, 0.43);
  font-size: 10px;
  text-align: right;
}

.mo2s-link {
  color: hsla(0, 0%, 97.3%, 0.85);
  font-size: 10px;
}

.nav-menu {
  position: relative;
  left: auto;
  top: 0%;
  right: 7.5vw;
  bottom: auto;
  display: block;
  width: 100%;
  min-height: 60px;
  padding-right: 0px;
}

.logo-nav-anim {
  position: relative;
  z-index: 4;
  width: 85px;
  height: 60px;
  margin-top: 0px;
}

.icon-links {
  margin-left: -2px;
  padding-left: 0px;
}

.body-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -o-object-fit: contain;
  object-fit: contain;
}

.featured-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: auto;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tags-element {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #811d88;
  font-weight: 700;
  text-decoration: underline;
}

.link {
  display: block;
  padding: 5px 0px 5px 10px;
  background-color: #006eff;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  line-height: 30px;
  text-decoration: none;
}

.link:hover {
  margin-right: -2vw;
  padding: 5px 0px 5px 15px;
}

.link:active {
  color: hsla(0, 0%, 97.3%, 0.85);
}

.contact-main {
  background-color: #f8f8f8;
}

.featured-post-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  max-width: 100vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 90px 5vw 30px;
  border: 1px none #ebebeb;
  background-color: #fff;
}

.forms {
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.post-featured-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-featured-image.cover {
  position: relative;
  z-index: 2;
  width: 15vw;
  height: 15vw;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-title-shadow {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 2.5vh;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #f8f8f8;
  font-size: 2em;
  line-height: 1em;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.post-title-shadow.latest {
  opacity: 1;
  color: #1d5688;
  text-shadow: none;
}

.tab-pane {
  top: 0px;
  z-index: 3;
  max-width: 100%;
}

.tabs {
  width: 96%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-transition: opacity 425ms ease;
  transition: opacity 425ms ease;
}

.tab-media-collumn {
  max-height: 200px;
  padding-right: 0px;
  padding-left: 0px;
}

.audio-section {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 75vw;
  height: auto;
  max-width: none;
  min-height: auto;
  margin: 0% 0px 0% auto;
  padding: 12vh 0px 10vh 5vw;
  clear: right;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 55px none rgba(0, 0, 0, 0.85);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tab-paragraph {
  position: relative;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.tab-info-collumn {
  z-index: 3;
  padding-right: 0px;
  padding-left: 0px;
}

.tab-collumns {
  position: relative;
  height: auto;
  max-width: 100%;
  color: rgba(0, 0, 0, 0.75);
}

.tabs-menu {
  z-index: 3;
  margin-bottom: 0vh;
}

.tab-link {
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, border-color 200ms ease;
  color: rgba(65, 65, 65, 0.75);
  font-weight: 600;
}

.tab-link:hover {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid #fad869;
  border-top-color: rgba(0, 0, 0, 0.15);
  background-color: transparent;
  color: rgba(65, 65, 65, 0.75);
}

.tab-link.w--current {
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 3px 1px;
  border-color: rgba(248, 41, 227, 0.7) #000 #f0e;
  background-color: transparent;
  box-shadow: none;
  color: rgba(65, 65, 65, 0.75);
}

.tabs-content {
  max-width: 100%;
}

.tab-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 85%;
  margin-top: 15px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  text-align: left;
  text-decoration: underline;
}

.tab-image {
  position: relative;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-imagewrapper {
  position: relative;
  z-index: 2;
  width: 15vw;
  height: 15vw;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  position: absolute;
  background-color: transparent;
}

.footer {
  position: relative;
  top: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 8vh;
  max-width: 100vw;
  margin-top: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #414141;
  border-bottom: 1px none #414141;
  background-color: #262626;
  box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.5);
}

.post-content {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  padding-right: 220px;
  padding-left: 0px;
}

.post-content h2 {
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}

.categories-button {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #1d5688;
  font-weight: 700;
  text-decoration: underline;
  list-style-type: none;
}

.post-featured-image_bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0.4;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.post-categories-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-tags-box {
  margin-top: 10px;
  margin-bottom: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: auto;
  margin-left: 0px;
  border-bottom: 1px solid #414141;
  background-color: #272727;
  box-shadow: 0 3px 8px 0 #000;
}

.archive-collection-list-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px none #fff;
  background-color: #f8f8f8;
  -o-object-fit: contain;
  object-fit: contain;
}

.posts-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: -20px;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.posts-image.w--current {
  width: 10vw;
  height: 10vw;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -20px;
  padding-top: 0px;
  border-radius: 3px 3px 0px 0px;
  -o-object-fit: none;
  object-fit: none;
}

.post-title {
  position: absolute;
  left: 10vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #e6e6e6;
  border-left: 1px none #e6e6e6;
  border-radius: 2px 2px 0px 0px;
  background-color: transparent;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
  text-shadow: none;
}

.post-title:hover {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.post-title:visited {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-title.w--current {
  padding-left: 0px;
}

.post-title.w--current:visited {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.h3 {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  margin: 10px auto 0px 0px;
  padding-right: 10px;
  padding-left: 10px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom-style: none;
  color: #1d5688;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.h3:hover {
  color: #1d5688;
  text-decoration: none;
}

.empty-state {
  margin: 10vh auto;
}

.archive-info-title {
  position: static;
  top: 10vh;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 0px;
  color: #f8f8f8;
  font-size: 28px;
  line-height: 35px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
}

.cms-item {
  display: block;
  width: 45%;
  height: 15vw;
  margin-top: auto;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 0px;
}

.post-full-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  min-height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.info-section {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 25vw;
  height: 100%;
  min-height: auto;
  padding: 60px 4vw 5vh;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #f8f8f8;
}

.side-menu {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  -webkit-transition: text-indent 200ms ease;
  transition: text-indent 200ms ease;
  font-weight: 700;
}

.side-menu:hover {
  padding-left: 0px;
  text-indent: 10px;
}

.info-nav-list {
  position: relative;
  z-index: 4;
  padding-right: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.info-nav-list.purple {
  display: none;
}

.info-nav-list.mobile {
  display: none;
}

.who-makes-the-party {
  position: absolute;
  left: 0%;
  top: 40vh;
  right: 0%;
  bottom: auto;
  border-bottom-style: none;
  color: #f8f8f8;
  text-decoration: none;
}

.makes-the-party {
  font-weight: 300;
}

.full-page-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 92vh;
  padding-top: 0px;
}

.toxonomy-buttons-wrapper {
  position: relative;
  max-width: 100%;
  margin-bottom: 5vh;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 0px;
}

.toxonomy-label-title {
  border: 1px none #000;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
}

.content-section {
  position: relative;
  z-index: 1;
  width: 75vw;
  min-height: 100%;
  margin-left: 0px;
  padding-top: 0px;
  clear: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content-section.about {
  min-height: auto;
  padding-top: 0px;
  clear: right;
}

.archive-info {
  display: block;
  width: 25vw;
  min-height: 92vh;
  margin-top: 0px;
  margin-bottom: auto;
  padding: 80px 5vw 10vh;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #e6e6e6;
}

.archive-content {
  width: 75vw;
  min-height: 92vh;
  padding-top: 75px;
  padding-left: 5vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #f8f8f8;
}

.about-full-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 92vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Decks-closeup.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-info {
  width: 25vw;
  padding: 12vh 5vw 5vh;
}

.music-info {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  width: 25vw;
  min-height: 92vh;
  padding: 13.6vh 5vw 10vh;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.post-info {
  min-height: 92vh;
  padding-top: 80px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.post-section {
  padding: 100px 0px 0vh 5vw;
  background-color: #f8f8f8;
}

.stop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.active-bar {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #f200e2;
}

.audio-player-single-track-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000;
}

.track-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #0e0d0d;
  background-color: transparent;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
}

.play {
  min-width: 20px;
  cursor: pointer;
}

.audio-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.audio-player-bar-wrapper.bar-wrapper {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.control-wrapper {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.audio-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.pause {
  min-width: 20px;
  cursor: pointer;
}

.stop {
  min-width: 20px;
  cursor: pointer;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.library_text {
  padding-left: 10px;
  color: #414141;
  font-size: 0.6em;
  text-align: left;
  text-decoration: none;
}

.utility-page-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.warning {
  color: #1d5688;
}

.about-title {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.about-paragraph {
  position: relative;
  color: #e6e6e6;
}

.about-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  max-width: none;
}

.about-content {
  position: relative;
  top: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 25vw;
  padding-left: 5vw;
}

.pagination {
  height: 39px;
  margin-bottom: 40px;
}

.home-full-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92vh;
  min-height: auto;
}

.music-paragraph {
  margin-top: 0vh;
  margin-bottom: 5vh;
  color: #e6e6e6;
  text-align: justify;
}

.post-menuwrapper-mobile {
  display: none;
}

.collection-list-2 {
  margin-bottom: 5vh;
}

.collection-list-2.latest {
  margin-bottom: 0vh;
  margin-left: -5vw;
  padding-top: 40px;
  padding-left: 5vw;
  background-color: #e6e6e6;
}

.bold-text {
  text-shadow: 1px 1px 6px #000;
}

.success-message {
  margin-top: 25vh;
  margin-bottom: 0%;
  background-color: transparent;
}

.text-block {
  color: #006eff;
}

.pagination-2 {
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.music-title {
  position: relative;
  z-index: 4;
  padding-left: 10px;
  color: #414141;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.next {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #1d5688;
  color: #f8f8f8;
}

.tab-pane-tab-2 {
  z-index: 3;
}

.tab-pane-tab-3 {
  z-index: 3;
}

.section-2 {
  position: relative;
}

.searchbox-wrapper {
  display: block;
}

.div-block {
  position: relative;
  float: left;
}

.contact-page-text-wrapper {
  position: relative;
  width: 50vw;
  margin: 20px auto;
}

.contact-page-text {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-8 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  color: #a61f60;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .grid-2 {
    background-size: cover;
  }

  .masonry-grid {
    position: static;
  }

  .background-grid {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
  }

  .grid-8 {
    background-size: cover;
  }

  .grid-7 {
    background-size: cover;
  }

  .grid-6 {
    background-size: cover;
  }

  .grid-3 {
    background-position: 100% 100%;
    background-size: 210%;
  }

  .navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 85px;
    height: 60px;
    margin-left: 2.5vw;
  }

  .brand.w--current {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: 2.5vw;
  }

  .navbar-buttons {
    width: 71vw;
  }

  .paragraph {
    margin-bottom: 20px;
    padding-right: 0px;
    line-height: 19px;
  }

  .footer-icons {
    bottom: 5px;
  }

  .footer-text {
    bottom: 15px;
    margin-bottom: -5px;
  }

  .nav-menu {
    right: 13.1vw;
    width: 85%;
  }

  .logo-nav-anim {
    height: 55px;
    margin-top: 5px;
  }

  .featured-image {
    width: 100%;
  }

  .link {
    font-size: 14px;
  }

  .featured-post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .forms {
    width: 50vw;
    height: auto;
    min-height: 60vw;
  }

  .post-featured-image.cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tab-pane {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .tabs {
    width: 100%;
    margin-left: auto;
  }

  .audio-section {
    position: relative;
    top: auto;
    padding-top: 16.5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .tab-paragraph {
    width: 100%;
  }

  .tab-collumns {
    padding-top: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    padding-left: 0px;
  }

  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: none;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: rgba(65, 65, 65, 0.75);
  }

  .tab-link:hover {
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
  }

  .tab-link.w--current {
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
  }

  .tabs-content {
    max-width: none;
    padding-right: 0px;
  }

  .tab-header {
    position: absolute;
    font-size: 19px;
  }

  .post-imagewrapper {
    width: 20vw;
    height: 20vw;
    margin-top: auto;
    margin-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section {
    position: relative;
    top: auto;
    height: 8vh;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .post-content {
    position: relative;
    margin-top: 10px;
    float: none;
  }

  .post-featured-image_bg {
    position: static;
    max-height: 360px;
    margin-bottom: 0px;
  }

  .archive-collection-list-wrapper {
    position: static;
    padding-top: 20px;
  }

  .post-title {
    left: 5vw;
    margin-left: 5vw;
  }

  .archive-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .cms-item {
    width: 45%;
  }

  .post-full-wrapper {
    position: relative;
    min-height: 92vh;
  }

  .info-section {
    padding-top: 6vw;
    padding-bottom: 5vh;
  }

  .info-nav-list.purple {
    display: none;
  }

  .full-page-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .toxonomy-buttons-wrapper {
    padding-top: 20px;
    padding-right: 5vw;
    padding-left: 0vw;
  }

  .toxonomy-label-title {
    padding-top: 5vh;
    border: 1px none #000;
  }

  .body {
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .archive-info {
    display: block;
    padding-left: 4vw;
  }

  .about-info {
    position: relative;
  }

  .music-info {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .post-info {
    padding-left: 4vw;
  }

  .post-section {
    padding-top: 100px;
  }

  .about-bg {
    height: 100%;
  }

  .about-content {
    margin-bottom: 40px;
  }

  .post-menuwrapper-mobile {
    display: none;
  }

  .contact-page-text-wrapper {
    margin-top: 10px;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-5 {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid-1 {
    background-image: url('../images/WEDDING.png');
  }

  .grid-2 {
    background-image: url('../images/Athletics-Day_Event.jpg');
    background-size: cover;
  }

  .masonry-grid {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    height: 100vh;
    min-height: auto;
  }

  .background-grid {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    min-height: auto;
  }

  .grid-8 {
    background-size: cover;
  }

  .grid-7 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid-6 {
    background-size: cover;
  }

  .grid-3 {
    background-position: 70% 100%;
    background-size: cover;
  }

  .navbar {
    z-index: 4;
    width: 100vw;
    height: 55px;
    border: 1px none #000;
    background-color: transparent;
  }

  .brand {
    z-index: 4;
    height: 55px;
    margin-top: 5px;
    padding-left: 0px;
  }

  .button-nav {
    width: 100vw;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    background-color: #262626;
    text-align: center;
  }

  .button-nav:hover {
    height: 55px;
    padding-bottom: 20px;
    text-align: center;
  }

  .button-nav:focus {
    height: 55px;
    padding-bottom: 20px;
  }

  .button-nav.w--current {
    background-color: #262626;
  }

  .button-nav.contact {
    position: static;
    height: 55px;
  }

  .navbar-buttons {
    right: 0px;
    width: 100vw;
    height: 60px;
  }

  .paragraph {
    position: relative;
    width: 75vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
  }

  .logo-large-anim {
    height: 55vh;
  }

  .footer-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .footer-icons {
    position: absolute;
    left: auto;
    bottom: auto;
    z-index: 6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-social {
    position: relative;
    left: auto;
    top: auto;
    width: 5vw;
    margin-left: auto;
  }

  .footer-text {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin: 0px auto auto;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    text-align: right;
  }

  .nav-menu {
    position: absolute;
    right: auto;
    width: auto;
    height: 60px;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: right;
  }

  .logo-nav-anim {
    height: 45px;
    margin-top: 0px;
  }

  .menu-button {
    background-color: transparent;
    color: #f8f8f8;
  }

  .menu-button:hover {
    color: hsla(0, 0%, 97.3%, 0.8);
  }

  .menu-button:active {
    color: #fff;
  }

  .menu-button:focus {
    color: #f8f8f8;
  }

  .menu-button.w--open {
    background-color: #006eff;
  }

  .featured-image {
    max-width: 170%;
    min-height: 170px;
  }

  .link {
    padding-right: 10px;
  }

  .link:hover {
    padding-right: 15px;
  }

  .link.purple {
    background-color: #811d88;
  }

  .forms {
    width: 75vw;
  }

  .post-featured-image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .post-featured-image.cover {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .post-title-shadow {
    position: absolute;
    z-index: 2;
    margin-top: 15vh;
    padding-left: 5vw;
    font-size: 2.5em;
  }

  .post-title-shadow.latest {
    margin-top: -5vh;
  }

  .tab-pane {
    top: auto;
  }

  .tabs {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .tab-media-collumn {
    max-height: none;
    min-height: 70vh;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .audio-section {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: 100vh;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .tab-paragraph {
    width: 100%;
    margin: 35px auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: justify;
  }

  .tab-info-collumn {
    margin-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .tab-collumns {
    max-height: 100vh;
    padding-left: 0px;
  }

  .tabs-menu {
    position: absolute;
    left: 0%;
    top: 15vh;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .tab-link {
    border-bottom: 3px solid #f8f8f8;
    color: #e6e6e6;
    text-align: left;
    text-shadow: 1px 1px 6px #000;
  }

  .tab-link:hover {
    border-bottom-color: #f200e2;
    background-color: transparent;
    color: #d9d9d9;
  }

  .tab-link.w--current {
    color: #f8f8f8;
    text-shadow: 1px 1px 6px #000;
  }

  .tabs-content {
    min-height: 90vh;
    padding-right: 0px;
  }

  .tab-header {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 23%;
    z-index: 1;
    width: 100%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    line-height: 25px;
    text-shadow: 1px 1px 6px #000;
  }

  .tab-image {
    display: block;
    width: 100%;
    height: 100vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post-imagewrapper {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 50vh;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .footer {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8vh;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .post-content {
    position: relative;
    z-index: 3;
    padding-right: 0px;
  }

  .post-featured-image_bg {
    position: relative;
    display: none;
    overflow: hidden;
    min-height: 240px;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .navbar-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    margin-left: auto;
  }

  .archive-collection-list-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .posts-image {
    width: 100%;
    max-height: 170px;
    min-height: 170px;
  }

  .posts-image.w--current {
    width: 99%;
  }

  .post-title {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    min-height: 60px;
    min-width: 99%;
    margin-top: -30px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .post-title.w--current {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h3 {
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
  }

  .archive-info-title {
    position: relative;
    top: auto;
    width: 75vw;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    color: rgba(0, 0, 0, 0.85);
  }

  .cms-item {
    width: 100%;
    height: 45vw;
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: none;
  }

  .post-full-wrapper {
    position: relative;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .info-section {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    min-height: 80vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 0px 8vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.85);
  }

  .side-menu {
    position: relative;
    width: auto;
  }

  .side-menu.purple {
    background-color: #811d88;
  }

  .info-nav-list {
    display: block;
    width: 75vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .info-nav-list.purple {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info-nav-list.desktop {
    display: none;
  }

  .info-nav-list.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .who-makes-the-party {
    margin-top: -18vh;
  }

  .makes-the-party {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: 0px auto 0vh;
    font-size: 16px;
  }

  .full-page-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .toxonomy-buttons-wrapper {
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .toxonomy-label-title {
    border: 1px none #000;
    text-decoration: none;
  }

  .content-section {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;
    min-height: auto;
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .content-section.about {
    height: auto;
    min-height: auto;
  }

  .archive-info {
    z-index: 2;
    width: 100vw;
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 5vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #f8f8f8;
  }

  .archive-content {
    z-index: 2;
    width: 100vw;
    padding-top: 5vh;
    padding-left: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-full-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-info {
    position: relative;
    width: 100vw;
    margin-top: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #f8f8f8;
  }

  .music-info {
    width: 100vw;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .post-info {
    max-height: 75px;
    min-height: 70vh;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-section {
    z-index: 3;
    margin-top: -20vh;
    padding-top: 5vh;
    padding-right: 5vw;
  }

  .audio-player-single-track-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .track-info-wrapper {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .library_text {
    margin-top: 0px;
    padding-right: 10px;
    color: #414141;
    font-size: 12px;
    text-align: right;
    text-decoration: underline;
  }

  .about-title {
    position: relative;
  }

  .about-paragraph {
    position: relative;
  }

  .about-bg {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .about-content {
    top: auto;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-right: 5vw;
  }

  .home-full-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-menuwrapper {
    display: none;
  }

  .post-menuwrapper-mobile {
    display: block;
    margin-bottom: 20vh;
  }

  .collection-list-2 {
    float: none;
  }

  .collection-list-2.latest {
    margin-right: -5vw;
    padding-right: 5vw;
  }

  .music-title {
    padding-left: 0px;
  }

  .contact-page-text-wrapper {
    width: 75vw;
    margin-top: 0px;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-5 {
    display: block;
    height: 40vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .grid-1 {
    height: 30vh;
  }

  .grid-2 {
    height: 40vh;
  }

  .masonry-grid {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    height: auto;
    min-height: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .background-grid {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-8 {
    display: none;
    height: 35vh;
    margin-right: auto;
    margin-left: auto;
    background-position: 73% 50%;
  }

  .grid-7 {
    display: none;
    height: 0vh;
    background-position: 50% 50%;
  }

  .grid-6 {
    display: none;
    height: 20vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .grid-3 {
    position: static;
    display: none;
    overflow: visible;
    height: 20vh;
    background-position: 50% 50%;
    background-size: 190%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-4 {
    height: 35vh;
    min-height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-clip: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .navbar {
    z-index: 4;
    height: 60px;
    background-color: transparent;
  }

  .brand {
    left: 5vw;
    height: 55px;
    margin-top: 5px;
    margin-left: -4vw;
    padding-left: 0px;
  }

  .brand.w--current {
    left: 3vw;
    width: 90px;
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
  }

  .button-nav {
    height: 60px;
    padding-left: 20px;
    float: none;
    background-color: #262626;
    text-align: center;
  }

  .button-nav.w--current {
    background-color: #262626;
  }

  .button-nav.contact {
    height: 60px;
    margin-right: auto;
    float: none;
    text-align: center;
  }

  .navbar-buttons {
    right: auto;
    width: 100vw;
    height: 60px;
    background-color: transparent;
  }

  .navbar-buttons:hover {
    background-color: transparent;
  }

  .paragraph {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }

  .logo-large-anim {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 70vh;
  }

  .footer-section {
    position: relative;
    width: 100vw;
    height: auto;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .footer-icons {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 4;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .icon-social {
    top: 0px;
    width: 12vw;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-text {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 3;
    display: block;
    width: auto;
    margin: 10px auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: none;
  }

  .mo2s-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-menu {
    width: 100vw;
    background-color: transparent;
    text-align: center;
  }

  .nav-menu:hover {
    background-color: transparent;
  }

  .nav-menu:active {
    background-color: transparent;
  }

  .nav-menu:focus {
    background-color: transparent;
  }

  .logo-nav-anim {
    height: 45px;
    margin-top: 0px;
  }

  .icon-links {
    position: relative;
    width: auto;
  }

  .link {
    display: block;
    margin-right: 0px;
    padding: 10px 10px 10px 0px;
    background-color: transparent;
    font-size: 2em;
  }

  .link:hover {
    margin-right: 5vw;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .forms {
    width: 90vw;
    margin-bottom: 90px;
  }

  .post-featured-image {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post-featured-image.cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .post-title-shadow {
    margin-bottom: 40px;
    font-size: 2.5em;
    line-height: 1.4em;
    text-decoration: underline;
  }

  .post-title-shadow.latest {
    margin-top: -8vh;
  }

  .tab-pane {
    height: 100vh;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .tabs {
    top: auto;
    z-index: 1;
    width: 100%;
    margin: 0px auto;
  }

  .tab-media-collumn {
    height: 80vh;
    max-height: none;
    min-height: auto;
  }

  .audio-section {
    position: relative;
    top: 0px;
    z-index: 0;
    overflow: hidden;
    min-height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tab-paragraph {
    margin-top: 35px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .tab-info-collumn {
    margin-top: auto;
    padding-top: 20px;
  }

  .tab-collumns {
    max-height: none;
    padding-top: 0px;
  }

  .tabs-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    overflow: visible;
    width: auto;
    margin-top: 10vh;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: left;
  }

  .tab-link {
    padding-left: 0px;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #006eff;
    -webkit-transition: padding 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, border-color 200ms ease;
    color: #f8f8f8;
  }

  .tab-link:hover {
    padding-left: 15px;
    border-bottom-color: #f200e2;
    color: #f8f8f8;
  }

  .tab-link.w--current {
    z-index: 0;
    border-top-style: none;
    border-bottom-color: #f200e2;
    background-color: #1d5688;
    color: #f8f8f8;
  }

  .tabs-content {
    position: relative;
    top: 0px;
    z-index: 0;
    max-width: 100%;
    min-height: 100vh;
    margin-top: auto;
  }

  .tab-header {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 80vw;
    margin: auto auto 18vh 0px;
    padding-left: 5vw;
    color: #f8f8f8;
    font-size: 17px;
    text-decoration: underline;
  }

  .tab-image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 70vh;
  }

  .post-imagewrapper {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section {
    position: relative;
    height: auto;
    max-width: 100vw;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
  }

  .post-content {
    margin-top: 10px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .post-featured-image_bg {
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navbar-bg {
    position: fixed;
    top: 0px;
    z-index: 2;
    display: block;
    width: 100%;
    height: 60px;
    margin-top: auto;
    margin-left: auto;
  }

  .archive-collection-list-wrapper {
    margin-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .posts-image {
    width: 100%;
    height: 170px;
    max-height: none;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .posts-image.w--current {
    margin-bottom: 0px;
  }

  .post-title {
    position: relative;
    min-height: auto;
    min-width: auto;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .h3 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding-left: 0px;
  }

  .archive-info-title {
    z-index: 2;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    color: rgba(0, 0, 0, 0.85);
  }

  .cms-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
  }

  .post-full-wrapper {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    height: auto;
    min-height: 175vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .info-section {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: block;
    overflow: visible;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5vw;
    padding-bottom: 40px;
    padding-left: 5vw;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f8f8f8;
  }

  .side-menu {
    display: block;
    width: auto;
    margin: 10px 10px 10px 0px;
    padding-top: 0px;
    padding-left: 5vw;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom-style: none;
    background-color: #006eff;
    -webkit-transition: padding 200ms ease;
    transition: padding 200ms ease;
    text-align: left;
  }

  .side-menu:hover {
    padding-top: 0px;
    padding-left: 10vw;
    text-indent: 0px;
  }

  .side-menu.purple {
    background-color: #811d88;
  }

  .info-nav-list {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0vw;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-nav-list.purple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .info-nav-list.desktop {
    display: none;
  }

  .who-makes-the-party {
    margin-top: -7vh;
    color: #f8f8f8;
  }

  .makes-the-party {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25%;
    margin-bottom: 0px;
    font-size: 2.7em;
    line-height: 0.8em;
    font-weight: 300;
  }

  .full-page-wrapper {
    position: relative;
  }

  .toxonomy-buttons-wrapper {
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .toxonomy-label-title {
    padding-top: 5vh;
    padding-bottom: 0vh;
    border: 1px none #000;
    text-decoration: underline;
  }

  .content-section {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-section.about {
    display: block;
    min-height: auto;
    padding-top: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .archive-info {
    z-index: 2;
    min-height: auto;
    padding: 10vh 5vw 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.85);
  }

  .archive-content {
    z-index: 2;
    padding: 5vh 0vw 10vh;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .about-full-wrapper {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-info {
    width: 100vw;
    padding-top: 5vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #f8f8f8;
  }

  .music-info {
    padding-top: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .post-info {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .post-section {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .active-bar {
    background-color: #f200e2;
  }

  .audio-player-single-track-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    padding: 10px 20px;
    border-radius: 0px;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .control-wrapper {
    position: relative;
    z-index: 4;
  }

  .options-wrapper {
    margin-right: 0px;
  }

  .library_text {
    display: none;
    text-align: left;
  }

  .about-title {
    margin-top: 0px;
  }

  .about-paragraph {
    margin-bottom: 40px;
  }

  .about-bg {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-content {
    top: auto;
    margin-top: 100px;
    padding-right: 4vw;
  }

  .pagination {
    height: 10vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-full-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .music-paragraph {
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: justify;
  }

  .collection-list-2.latest {
    margin-right: -5vw;
    padding-right: 5vw;
  }

  .bold-text {
    padding-right: 50px;
    padding-left: 10px;
    background-color: #006eff;
    color: #e6e6e6;
    font-size: 26px;
    line-height: 40px;
  }

  .pagination-2 {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .divider-line {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 25vw;
    height: 5px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 2px;
  }

  .contact-page-text-wrapper {
    width: 90vw;
    margin-top: 0px;
  }

  .collection-list-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-link {
    color: #a61f60;
    font-weight: 900;
    text-decoration: none;
  }
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d20679-1f51b40f {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067a-1f51b40f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067b-1f51b40f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067c-1f51b40f {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067d-1f51b40f {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067e-1f51b40f {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d2067f-1f51b40f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 9;
}

#w-node-_418641bb-7d78-f5ea-0047-74a716d20680-1f51b40f {
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 4;
  grid-row-end: 9;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
}