/*
Theme Name: Swishcraft Base
Theme URI: https://swishcraftmusic.com/
Author: Hugo Baeta
Author URI: http://hugobaeta.com/
Description: Base theme for the Swishcraft Music network
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

::-moz-selection {
  background: #efefef;
  color: #333;
  text-shadow: none; }

::selection {
  background: #efefef;
  color: #333;
  text-shadow: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

/* Typography
------------------------------------------------------------ */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.618;
  color: rgba(30, 15, 60, 0.65); }

p, ul, ol {
  margin-bottom: 0.618em; }

h1, h2, h3, h4, h5, h6 {
  color: rgba(30, 15, 60, 0.65);
  text-transform: uppercase;
  margin-bottom: 0.618em; }

h1 {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  color: rgb(214, 24, 24); }

h2 {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
    color: rgb(214, 24, 24);;
}

h3 {
  font-size: 1.258em;
  line-height: 1;
  font-weight: 300; }

h4 {
  font-size: 1em;
  line-height: 1;
  font-weight: 400; }

h5 {
  font-size: 0.778em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em; }

h6 {
  font-size: 0.618em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em; }

/* =Mixins
----------------------------------------------- */
/* ==========================================================================

   Vertical Rhythm and Modular Scale with Baseline Grid by Justin Metros
   // inspired by www.gridlover.net

   ========================================================================== */
/* =Global
----------------------------------------------- */
html {
  background: #f5f5f6; }

body {
  margin: 0;
  color: rgba(30, 15, 60, 0.65);
  background: #f5f5f6; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin-bottom: 1.618em; }

strong {
    font-weight: 600;
    color: #000;
}

a {
  color: rgba(0, 148, 175, 0.8);
  text-decoration: none; }
  a:hover {
    color: #0094af; }

img {
  border-radius: 4px; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

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

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* =Menu
----------------------------------------------- */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  position: relative;
  display: inline-block; }

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 20px; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 1.5em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

@media (max-width: 650px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/* =Layout
----------------------------------------------- */
.site-header {
  width: 100%;
  margin-bottom: 2%; }
  @media (max-width: 800px) {
    .site-header {
      margin-bottom: 0; } }
  .site-header .site-branding {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em; }
    .site-header .site-branding:after {
      content: "";
      display: table;
      clear: both; }
    .site-header .site-branding .site-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 0;
      line-height: 1; }
      .site-header .site-branding .site-title:last-child {
        margin-right: 0; }

.main-navigation {
  width: 100%; }
  .main-navigation .menu-main-navigation-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em; }
    .main-navigation .menu-main-navigation-container:after {
      content: "";
      display: table;
      clear: both; }
    .main-navigation .menu-main-navigation-container .menu-main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .main-navigation .menu-main-navigation-container .menu-main:last-child {
        margin-right: 0; }

.site-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .site-content:after {
    content: "";
    display: table;
    clear: both; }

.content-area {
  word-wrap: break-word;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-left: 21.32451%; }
  .content-area:last-child {
    margin-right: 0; }
  @media (max-width: 800px) {
    .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .content-area:last-child {
        margin-right: 0; } }
  @media (max-width: 600px) {
    .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .content-area:last-child {
        margin-right: 0; } }
  .content-area.full-width {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .content-area.full-width:last-child {
      margin-right: 0; }
  @media (max-width: 600px) {
    .content-area {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .content-area:last-child {
        margin-right: 0; } }

.category-news .page-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 18.96686%;
  margin-left: -21.32451%; }
  .category-news .page-header:last-child {
    margin-right: 0; }
.category-news .site-content {
  margin-top: 2.618em; }

.no-sidebar {
  margin-top: 1.618em; }

.latest-releases {
  overflow: hidden; }
  .latest-releases h2 {
    margin-bottom: 1.618em;
    margin-top: 2%; }
    @media (max-width: 800px) {
      .latest-releases h2 {
        margin-top: 1.618em; } }

.releases-list li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 2%; }
  .releases-list li:last-child {
    margin-right: 0; }
  .releases-list li:nth-child(3n) {
    margin-right: 0; }
  .releases-list li:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 800px) {
    .releases-list li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .releases-list li:last-child {
        margin-right: 0; }
      .releases-list li:nth-child(3n) {
        margin-right: 0; }
      .releases-list li:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 600px) {
    .releases-list li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .releases-list li:last-child {
        margin-right: 0; }
      .releases-list li:nth-child(1n) {
        margin-right: 0; }
      .releases-list li:nth-child(1n+1) {
        clear: left; } }

.template-homepage .releases-list li.feature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0; }
  .template-homepage .releases-list li.feature:last-child {
    margin-right: 0; }
  .template-homepage .releases-list li.feature .feature-narrow {
    display: none; }
    @media (max-width: 600px) {
      .template-homepage .releases-list li.feature .feature-narrow {
        display: block; } }
  @media (max-width: 600px) {
    .template-homepage .releases-list li.feature .feature-wide {
      display: none; } }
.template-homepage .releases-list li:nth-child(4n) {
  margin-right: 0; }
.template-homepage .releases-list li:nth-child(4n+1) {
  clear: left; }
.template-homepage .releases-list li:nth-child(3) {
  margin-right: 2.35765%; }
.template-homepage .releases-list li:nth-child(3n+1) {
  clear: none; }

.artists-list li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-bottom: 2%; }
  .artists-list li:last-child {
    margin-right: 0; }
  .artists-list li:nth-child(6n) {
    margin-right: 0; }
  .artists-list li:nth-child(6n+1) {
    clear: left; }
  @media (max-width: 800px) {
    .artists-list li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .artists-list li:last-child {
        margin-right: 0; }
      .artists-list li:nth-child(3n) {
        margin-right: 0; }
      .artists-list li:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 600px) {
    .artists-list li {
      margin-bottom: 1%; } }

/*
.release-entry {
	.release-cover {
		@include span-columns(7);
		@include shift(2.5);
		margin-bottom: 1.618em;
		@include respondTo(medium) {
			@include span-columns(7);
			@include shift(1);
			@include omega;
		}
		@include respondTo(narrow) {
			width: 110%;
			@include shift(0);
			margin: -3.5em -1em 0em;
			img {
				border-radius: 0;
			}
		}
	}
	.release-stores {
		@include span-columns(2.5);
		@include omega;
		float: right;
		@include respondTo(medium) {
			@include span-columns(3);
			@include shift(0.5);
			@include omega;
		}
		@include respondTo(narrow) {
			@include span-columns(12);
  			@include shift(0);
  			li {
  				@include span-columns(6);
  				@include omega(2n);
  			}
		}
	}
	.entry-header {
		@include span-columns(7);
		@include shift(2.5);
		@include omega;
		margin-bottom: 1.618em;
		@include respondTo(medium) {
			@include span-columns(10);
  			@include shift(1);
		}
		@include respondTo(narrow) {
			@include span-columns(12);
  			@include shift(0);
		}
	}
	.entry-content {
		@include span-columns(7);
		@include shift(2.5);
		@include omega;
		@include respondTo(medium) {
			@include span-columns(10);
  			@include shift(1);
		}
		@include respondTo(narrow) {
			@include span-columns(12);
  			@include shift(0);
		}
	}
}
*/
.artist-entry .entry-header,
.artist-entry .entry-content,
.release-entry .entry-header,
.release-entry .entry-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 61.61588%;
  float: right;
  margin-right: 0; }
  .artist-entry .entry-header:last-child,
  .artist-entry .entry-content:last-child,
  .release-entry .entry-header:last-child,
  .release-entry .entry-content:last-child {
    margin-right: 0; }
  @media (max-width: 800px) {
    .artist-entry .entry-header,
    .artist-entry .entry-content,
    .release-entry .entry-header,
    .release-entry .entry-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      float: right;
      margin-right: 0; }
      .artist-entry .entry-header:last-child,
      .artist-entry .entry-content:last-child,
      .release-entry .entry-header:last-child,
      .release-entry .entry-content:last-child {
        margin-right: 0; } }
  @media (max-width: 600px) {
    .artist-entry .entry-header,
    .artist-entry .entry-content,
    .release-entry .entry-header,
    .release-entry .entry-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .artist-entry .entry-header:last-child,
      .artist-entry .entry-content:last-child,
      .release-entry .entry-header:last-child,
      .release-entry .entry-content:last-child {
        margin-right: 0; } }
.artist-entry .artist-info,
.artist-entry .release-info,
.release-entry .artist-info,
.release-entry .release-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: left; }
  .artist-entry .artist-info:last-child,
  .artist-entry .release-info:last-child,
  .release-entry .artist-info:last-child,
  .release-entry .release-info:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .artist-entry .artist-info,
    .artist-entry .release-info,
    .release-entry .artist-info,
    .release-entry .release-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .artist-entry .artist-info:last-child,
      .artist-entry .release-info:last-child,
      .release-entry .artist-info:last-child,
      .release-entry .release-info:last-child {
        margin-right: 0; } }
  .artist-entry .artist-info .artist-avatar,
  .artist-entry .artist-info .release-cover,
  .artist-entry .release-info .artist-avatar,
  .artist-entry .release-info .release-cover,
  .release-entry .artist-info .artist-avatar,
  .release-entry .artist-info .release-cover,
  .release-entry .release-info .artist-avatar,
  .release-entry .release-info .release-cover {
    margin-bottom: 1.618em; }
    @media (max-width: 600px) {
      .artist-entry .artist-info .artist-avatar img,
      .artist-entry .artist-info .release-cover img,
      .artist-entry .release-info .artist-avatar img,
      .artist-entry .release-info .release-cover img,
      .release-entry .artist-info .artist-avatar img,
      .release-entry .artist-info .release-cover img,
      .release-entry .release-info .artist-avatar img,
      .release-entry .release-info .release-cover img {
        border-radius: 0; } }
    @media (max-width: 600px) {
      .artist-entry .artist-info .artist-avatar,
      .artist-entry .artist-info .release-cover,
      .artist-entry .release-info .artist-avatar,
      .artist-entry .release-info .release-cover,
      .release-entry .artist-info .artist-avatar,
      .release-entry .artist-info .release-cover,
      .release-entry .release-info .artist-avatar,
      .release-entry .release-info .release-cover {
        margin: 0 -1em 2em; } }
@media (max-width: 600px) {
  .artist-entry .artist-links,
  .artist-entry .release-stores,
  .release-entry .artist-links,
  .release-entry .release-stores {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .artist-entry .artist-links:last-child,
    .artist-entry .release-stores:last-child,
    .release-entry .artist-links:last-child,
    .release-entry .release-stores:last-child {
      margin-right: 0; }
    .artist-entry .artist-links li,
    .artist-entry .release-stores li,
    .release-entry .artist-links li,
    .release-entry .release-stores li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .artist-entry .artist-links li:last-child,
      .artist-entry .release-stores li:last-child,
      .release-entry .artist-links li:last-child,
      .release-entry .release-stores li:last-child {
        margin-right: 0; }
      .artist-entry .artist-links li:nth-child(2n),
      .artist-entry .release-stores li:nth-child(2n),
      .release-entry .artist-links li:nth-child(2n),
      .release-entry .release-stores li:nth-child(2n) {
        margin-right: 0; }
      .artist-entry .artist-links li:nth-child(2n+1),
      .artist-entry .release-stores li:nth-child(2n+1),
      .release-entry .artist-links li:nth-child(2n+1),
      .release-entry .release-stores li:nth-child(2n+1) {
        clear: left; } }

.site-footer {
  padding: 2.35765%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .site-footer:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer .menu-footer ul {
    padding: 2.35765%;
    margin: 0; }
  .site-footer .site-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .site-footer .site-info:last-child {
      margin-right: 0; }
    .site-footer .site-info li {
      padding: 2.35765%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .site-footer .site-info li:last-child {
        margin-right: 0; }
      .site-footer .site-info li:nth-child(3n) {
        margin-right: 0; }
      .site-footer .site-info li:nth-child(3n+1) {
        clear: left; }
      @media (max-width: 600px) {
        .site-footer .site-info li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-right: 0; }
          .site-footer .site-info li:last-child {
            margin-right: 0; } }
    @media (max-width: 600px) {
      .site-footer .site-info {
        margin-bottom: 2em;
        padding-top: 2em; } }

/* =Header
----------------------------------------------- */
.site-header {
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  background: #140a28 url(images/header-sample.png) no-repeat center center;
  background-size: cover;
  position: relative; }
  .site-header:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(20, 10, 40, 0.9); }

.site-branding {
  z-index: 10;
  position: relative; }
  .site-branding .site-title a {
    display: block;
    margin: 1em auto;
    max-width: 300px;
    min-height: 165px;
    text-indent: -9999px;
    background: url("images/swishcraft-logo-full.png") no-repeat 0 0;
    background-size: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
      .site-branding .site-title a {
        background: url("images/swishcraft-logo-full@2x.png") no-repeat 0 0;
        background-size: 100%; } }
    .site-branding .site-title a:hover {
      opacity: .9; }

/* =Navigation
----------------------------------------------- */
.main-navigation {
  z-index: 10;
  position: relative;
  background: rgba(30, 15, 60, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  .main-navigation li {
    margin: 0;
    padding: 0; }
  .main-navigation a {
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main-navigation a:hover {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.9);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px rgba(245, 245, 246, 0.2);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    @media (max-width: 800px) {
      .main-navigation a {
        font-size: 0.875em;
        padding: 10px; } }
  .main-navigation li.current-menu-item a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px rgba(245, 245, 246, 0.2);
    color: rgba(255, 255, 255, 0.9); }
  .main-navigation li:nth-child(1) a:hover,
  .main-navigation li.current-menu-item:nth-child(1) a,
  .main-navigation li.current-post-ancestor:nth-child(1) a,
  .main-navigation li.current-page-ancestor:nth-child(1) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #e61432; }
  .main-navigation li:nth-child(2) a:hover,
  .main-navigation li.current-menu-item:nth-child(2) a,
  .main-navigation li.current-post-ancestor:nth-child(2) a,
  .main-navigation li.current-page-ancestor:nth-child(2) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #f05a14; }
  .main-navigation li:nth-child(3) a:hover,
  .main-navigation li.current-menu-item:nth-child(3) a,
  .main-navigation li.current-post-ancestor:nth-child(3) a,
  .main-navigation li.current-page-ancestor:nth-child(3) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #dcb41e; }
  .main-navigation li:nth-child(4) a:hover,
  .main-navigation li.current-menu-item:nth-child(4) a,
  .main-navigation li.current-post-ancestor:nth-child(4) a,
  .main-navigation li.current-page-ancestor:nth-child(4) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #0a9678; }
  .main-navigation li:nth-child(5) a:hover,
  .main-navigation li.current-menu-item:nth-child(5) a,
  .main-navigation li.current-post-ancestor:nth-child(5) a,
  .main-navigation li.current-page-ancestor:nth-child(5) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #00aac8; }
  .main-navigation li:nth-child(6) a:hover,
  .main-navigation li.current-menu-item:nth-child(6) a,
  .main-navigation li.current-post-ancestor:nth-child(6) a,
  .main-navigation li.current-page-ancestor:nth-child(6) a {
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px #825096; }
  @media (max-width: 600px) {
    .main-navigation li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      display: block; }
      .main-navigation li:last-child {
        margin-right: 0; }
      .main-navigation li:nth-child(1n) {
        margin-right: 0; }
      .main-navigation li:nth-child(1n+1) {
        clear: left; } }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

.main-navigation .menu-network-container {
  display: none; }

/*

// Color 2
.postid-433 {
	.site-header:before {
		background: rgba(darken($color-rainbow-2,40%), .9);
	}
	.main-navigation {
		background: rgba(darken($color-rainbow-2,40%), .9);
	}
}

// Color 3
.parent-pageid-13  {
	.site-header:before {
		background: rgba(darken($color-rainbow-3,40%), .9);
	}
	.main-navigation {
		background: rgba(darken($color-rainbow-3,40%), .9);
	}
}



*/
/* =Artists & Pages 
----------------------------------------------- */
.artist-entry .entry-header h1,
.release-entry .entry-header h1 {
  font-size: 2.618em;
  line-height: 1;
  font-weight: 300; }
  @media (max-width: 800px) {
    .artist-entry .entry-header h1,
    .release-entry .entry-header h1 {
      font-size: 2.036em;
      line-height: 1;
      font-weight: 300; } }

.artist-links,
.release-stores {
  margin: 0 0 2.618em;
  text-align: center;
  /*
  li a {
  	display: block;
  	border-top: $border-thin;
  	padding: .618em;
  	&:hover {
  		background: rgba($color-rainbow-5,.05);
  	}
  }
  li:last-child a {
  	border-bottom: $border-thin;
  }
  */ }
  .artist-links li a,
  .release-stores li a {
    display: block;
    border: 1px solid rgba(30, 15, 60, 0.05);
    margin-bottom: .618em;
    padding: .618em;
    border-radius: 4px;
    background: rgba(0, 170, 200, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .artist-links li a:hover,
    .release-stores li a:hover {
      background: rgba(0, 170, 200, 0.8);
      color: white;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

/* =Artist Page
----------------------------------------------- */
.artists-list h2 {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: .618em; }
  @media screen and (max-width: 33.75em) {
    .artists-list h2 {
      font-size: 0.778em;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.03em;
      margin-bottom: 1.618em; } }
.artists-list a.artist-avatar {
  display: block;
  position: relative; }
  .artists-list a.artist-avatar img {
    vertical-align: middle;
    -webkit-filter: grayscale(50%) contrast(80%) brightness(110%);
    -moz-filter: grayscale(50%) contrast(80%) brightness(110%);
    -o-filter: grayscale(50%) contrast(80%) brightness(110%);
    -ms-filter: grayscale(50%) contrast(80%) brightness(110%);
    filter: grayscale(50%) contrast(80%) brightness(110%); }
  .artists-list a.artist-avatar:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); }
  .artists-list a.artist-avatar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 2%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 170, 200, 0); }
  .artists-list a.artist-avatar:hover:after {
    background: rgba(0, 170, 200, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/* =Release Page
----------------------------------------------- */
.release-entry .entry-header h1 {
  margin-bottom: .618em; }
.release-entry .entry-header .release-artists {
  font-size: 1.618em;
  line-height: 1;
  font-weight: 300; }
  @media (max-width: 800px) {
    .release-entry .entry-header .release-artists {
      font-size: 1.258em;
      line-height: 1;
      font-weight: 300; } }

.release-artists li {
  display: inline; }
  .release-artists li:after {
    content: ', '; }
  .release-artists li:last-child:after {
    content: ''; }

.releases-list a {
  display: block;
  position: relative; }
  .releases-list a img {
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%); }
  .releases-list a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); }
  .releases-list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .releases-list a:hover:after {
    background: rgba(0, 170, 200, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.entry-content ol.release-tracks {
  margin-top: 1em;
  color: rgba(30, 15, 60, 0.3); }
  .entry-content ol.release-tracks > li {
    list-style-position: outside;
    border-bottom: 1px solid rgba(30, 15, 60, 0.05);
    padding: .618em 0; }
    .entry-content ol.release-tracks > li:first-child {
      border-top: 1px solid rgba(30, 15, 60, 0.05); }
  .entry-content ol.release-tracks .track-info {
    margin-left: .618em;
    color: rgba(30, 15, 60, 0.65); }
    .entry-content ol.release-tracks .track-info .track-name {
      margin-right: .618em; }
    .entry-content ol.release-tracks .track-info ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .entry-content ol.release-tracks .track-info ul:before {
        content: 'by ';
        color: rgba(30, 15, 60, 0.3); }

/* =Forms in Content
----------------------------------------------- */
.entry-content label {
  text-transform: uppercase;
  font-size: 0.778em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(20, 10, 40, 0.3); }

.entry-content input,
.entry-content textarea {
  box-sizing: border-box;
  width: 80%;
  padding: .618em;
  margin-bottom: .618em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  color: rgba(20, 10, 40, 0.8);
  box-shadow: inset 0 0 0 2px rgba(30, 15, 60, 0.05);
  border: 0 none;
  background: rgba(30, 15, 60, 0.02);
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .entry-content input:focus,
  .entry-content textarea:focus {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.entry-content textarea {
  width: 100%; }

.entry-content input[type=submit] {
  width: auto;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  padding: .618em 1.618em;
  cursor: pointer;
  background: rgba(30, 15, 60, 0.1); }
  .entry-content input[type=submit]:hover {
    background: #00aac8;
    color: #fff;
    box-shadow: inset 0 -2px 0 1px rgba(30, 15, 60, 0.1); }
  .entry-content input[type=submit]:active {
    background: #009db9;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 2px 0 1px rgba(30, 15, 60, 0.1); }

/*= Generic Elements in Content
----------------------------------------------- */
.hentry header .entry-meta {
  opacity: .5;
  font-size: 0.778em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1.618em; }
  .hentry header .entry-meta .edit-link {
    display: inline-block;
    float: right; }
.hentry footer.entry-meta {
  display: none; }

.site-main nav.post-navigation {
  margin: 2.618em 0 0; }
  .site-main nav.post-navigation a {
    display: block;
    padding: .618em 0;
    text-transform: uppercase;
    font-size: 1.258em;
    line-height: 1;
    font-weight: 300;
    color: rgba(30, 15, 60, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .site-main nav.post-navigation a .meta-nav {
      display: block;
      opacity: .5;
      font-size: 0.618em;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.03em;
      margin-bottom: .618em; }
    .site-main nav.post-navigation a:hover {
      color: rgba(0, 170, 200, 0.5);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

body.archive .content-area .hentry {
  margin-bottom: 2.618em;
  padding-bottom: .618em;
  border-bottom: 1px solid rgba(30, 15, 60, 0.05); }
  body.archive .content-area .hentry:last-child {
    border-bottom: none; }

.category-news .page-header,
.category-news .page-header h1 {
  color: rgba(30, 15, 60, 0.2); }
.category-news .taxonomy-description {
  font-size: 0.778em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em; }

.entry-content ul,
.entry-content ol {
  margin-bottom: 2.618em;
  padding-left: 1.618em; }

.entry-content ul {
  list-style: disc; }

.entry-content ol {
  list-style: decimal; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: .618em 0; }

/* =Homeapge Page Template
----------------------------------------------- */
.template-homepage .entry-header {
  clear: both;
  text-align: center;
  border-top: 1px solid rgba(30, 15, 60, 0.05);
  padding: 3.618em 0 1.618em;
  margin: 2.618em 0 -2.618em; }
  .template-homepage .entry-header h2 {
    text-transform: none;
    font-size: 2.618em;
    line-height: 1;
    font-weight: 300;
    color: rgba(0, 170, 200, 0.8);
    margin-bottom: 0; }
  .template-homepage .entry-header a {
    font-style: italic;
    color: rgba(240, 90, 20, 0.5);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .template-homepage .entry-header a:hover {
      color: rgba(240, 90, 20, 0.8);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
.template-homepage .latest-releases h2 {
  text-align: center;
  opacity: .5; }

/* =Footer
----------------------------------------------- */
.site-footer {
  margin-top: 2.618em; }
  .site-footer .menu-footer {
    border-top: 1px solid rgba(30, 15, 60, 0.05); }
    .site-footer .menu-footer ul {
      font-size: 0.778em;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.03em;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center; }
      .site-footer .menu-footer ul li {
        display: inline-block; }
        .site-footer .menu-footer ul li a {
          display: block;
          color: rgba(30, 15, 60, 0.4);
          padding: 10px 20px;
          margin: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .site-footer .menu-footer ul li a:hover {
            text-decoration: none;
            color: rgba(30, 15, 60, 0.8);
            box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 5px rgba(245, 245, 246, 0.2);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          @media screen and (max-width: 47.5em) {
            .site-footer .menu-footer ul li a {
              padding: 10px; } }
      .site-footer .menu-footer ul li:nth-child(1) a:hover {
        color: #e61432; }
      .site-footer .menu-footer ul li:nth-child(2) a:hover {
        color: #f05a14; }
      .site-footer .menu-footer ul li:nth-child(3) a:hover {
        color: #dcb41e; }
      .site-footer .menu-footer ul li:nth-child(4) a:hover {
        color: #0a9678; }
      .site-footer .menu-footer ul li:nth-child(5) a:hover {
        color: #00aac8; }
      .site-footer .menu-footer ul li:nth-child(6) a:hover {
        color: #825096; }
  .site-footer .site-info {
    border-top: 1px solid rgba(30, 15, 60, 0.05);
    text-align: center;
    font-size: 0.618em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(30, 15, 60, 0.4); }
    .site-footer .site-info li {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: .5; }
    .site-footer .site-info:hover li {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 1; }


ul.events-list{
      display: flex;
    flex-wrap: wrap;
}
ul.events-list li{
  width:33%;
    display:inline-block;
padding:20px;
text-align:center;
}
h2.events_title{
margin:20px 0;
text-align:center;
}
ul.events-list li img{
  width:300px;
  margin:auto;
  display:block;
  margin-bottom:20px;
}
section.event-entry{
  display:flex;
  flex-wrap:wrap;
    margin-top: 50px;
}
section.event-entry .event-info{
  width:40%;
  padding-right:20px;
}
section.event-entry .event-avatar{
  padding-left:20px;
  width:60%;
}
ul.event-links li a {
    background: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: auto;
    min-width: 240px;
transition: transform .2s;
}
ul.event-links li a:hover{
transform: scale(1.03);
}
.events-logos{
  display:flex;
  flex-wrap:wrap;
      max-width: 1080px;
    margin: auto;
  align-items: center;
}
.events-logos>div{
  width:33%;
  padding:10px;
  position:relative;
}
ul.events-list li img{
  width:300px;
  margin:auto;
  display:block;
  margin-bottom:20px;
transition: transform .2s;
}
ul.events-list li img:hover{
  transform: scale(1.03);
}
@media(max-width:767px){
.events-logos>div{
  width:100%;
}
section.event-entry .event-info{
  width:100%;
  padding:20px;
}
section.event-entry .event-avatar{
  padding:20px;
  width:100%;
}
ul.events-list li{
  width:100%;
    display:inline-block;
padding:20px;
}
}

h2 .a {
  color:#e61432;
}