/*
Theme Name: SYML Block
Theme URI: 
Author: Outerspace
Author URI: 
Description:SYML Block Child of Twenty Twenty Four

Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: symlblock
Tags: one-column, two-columns, three-columns, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, 
*/
.tourTitle {
  text-align: left;
  width: 100%;
}

.toursSection {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}

.tourHeader {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  width: 100%;
  display: flex;
  align-items: center;
}

.tourHeader:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}

.tourHeadline {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .tourHeadline {
    font-size: 40px;
  }
}
.tourDates {
  width: 100%;
}
@media (max-width: 600px) {
  .tourDates {
    border-top: 1px solid black;
  }
}

.tourDate {
  display: flex;
  width: calc(100% - 45px);
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  margin-bottom: 50px;
  padding-left: 15px;
}

.tourDate:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  bottom: 2px;
}

@media (max-width: 700px) {
  .tourDate {
    flex-direction: column;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    width: calc(100% - 40px);
  }
  .tourDate:after {
    display: none;
  }
  .tourDate .date,
  .tourDate .city,
  .tourDate .venu,
  .tourDate .links {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .tourDate .links {
    justify-content: center !important;
  }
}
.tourDate .date {
  padding-left: 0 !important;
}

.tourDate .info {
  padding-right: 10px !important;
}

.tourDate .date,
.tourDate .city,
.tourDate .venu,
.tourDate .links {
  width: 25%;
  text-align: left;
  background-color: #f2f2f2;
  padding: 0 10px;
  position: relative;
}

.tourDate .date > div,
.tourDate .city > div,
.tourDate .venu > div,
.tourDate .links > div {
  display: inline-block;
  padding: 0 10px;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

.tourDate .links {
  padding-right: 0 !important;
}

.tourDate .date {
  text-transform: uppercase;
}

.tourDate .city {
  text-transform: uppercase;
}

.tourDate .venu {
  text-transform: uppercase;
  text-align: left;
  left: 1.6;
}

.tourDate .links {
  display: flex;
  justify-content: flex-end;
}

.tourDate .links > div:first-child {
  margin-right: 20px;
}

.tourDate .links a {
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 20px;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  background: #f2f2f2;
  position: relative;
  z-index: 10;
}

@media (max-width: 700px) {
  .tourDate .links a {
    margin-right: 0;
  }
}
.tourDate .links a:hover {
  color: var(--accent);
}

.tourDate .links a:last-child {
  margin-right: 0;
}

.footer section {
  border-bottom: none;
}

.mailingList {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.mailingList__title {
  text-transform: uppercase;
}

.mailingList form {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.mailingList form button {
  padding: 10px;
}

.textClub {
  border: 1px solid #ddd;
  width: 50%;
}
@media (max-width: 1000px) {
  .textClub {
    width: 75%;
  }
}
@media (max-width: 700px) {
  .textClub {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .mailingList form {
    flex-direction: column;
    padding: 0 20px;
  }
  .mailingList form input[type=email] {
    width: 100%;
  }
}
.mailingList input[type=text],
.mailingList input[type=email] {
  border: 1px solid var(--secondary);
  padding: 10px;
  margin: 0;
  position: relative;
  color: var(--secondary);
  background: none;
}

.mailingList input[type=text]::-moz-placeholder, .mailingList input[type=email]::-moz-placeholder {
  color: var(--secondary);
}

.mailingList input[type=text]::placeholder,
.mailingList input[type=email]::placeholder {
  color: var(--secondary);
}

.mailingList button {
  cursor: pointer;
  background-color: var(--secondary);
  color: var(--primary);
  border: none;
  padding: 0 10px;
}

.mailingList button:hover {
  opacity: 0.8;
}

.contact {
  margin: 30px 0 0;
}

.contact__entry {
  margin-bottom: 15px;
}

.contact__entry:last-child {
  margin-bottom: 0;
}

.contact__entry a {
  text-decoration: none;
  border-bottom: 1px solid var(--secondary);
  text-transform: lowercase;
  color: var(--secondary);
  display: block;
}

.contact__entry a:hover {
  opacity: 0.8;
}

.rights {
  margin-bottom: 50px;
}

.socialLinks {
  margin: 40px 0 0px;
  display: flex;
  align-items: center;
}

.socialLinks img {
  width: 18px;
}

.socialLinks path {
  fill: var(--secondary);
}

.social {
  margin: 0 13px;
  text-decoration: none;
}

.social:hover {
  opacity: 0.8;
}

.music {
  padding: 50px;
}

@media (max-width: 600px) {
  .music {
    padding-left: 0;
    padding-right: 0;
  }
}
.otherMusic {
  text-align: center;
  color: var(--secondary);
  fill: var(--secondary);
}

.otherMusic .otherMusic svg {
  height: 33px;
  width: auto;
  margin: 10px;
}

.music-holder {
  padding: 50px 20px;
  display: flex;
}

.music-holder .album-cover {
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  text-align: center;
}

.music-holder .album-cover img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.music-holder .album-cover a {
  color: var(--secondary);
  text-decoration: none;
}

.music-holder .album-info {
  flex: 1;
  padding: 0 25px;
  line-height: 1.4em;
}

.music-holder .album-info .cat-link {
  color: var(--secondary);
  font-size: 11px;
  margin-bottom: 6px;
  text-decoration: none;
  display: block;
}

.music-holder .album-info h1, .music-holder .album-info h2 {
  font-size: 18px;
}

.music-holder .album-info .ctas {
  display: flex;
  display: flex;
  margin: 15px 0;
}

.music-holder .album-info .tracks .track {
  border-bottom: 1px solid var(--secondary);
  padding: 10px 0px;
}

.music-holder .album-info .tracks .track .lyric-btn {
  display: inline;
  background: var(--secondary);
  padding: 0 10px;
  color: var(--primary);
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.music-holder .album-info .tracks .track .lyrics {
  display: none;
  padding: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .music-holder {
    display: flex;
    flex-flow: column;
  }
  .music-holder .album-cover {
    width: 100%;
  }
  .music-holder .album-info {
    padding: 25px 0px;
  }
}
.music-archive {
  padding: 50px;
}

.music-archive .music-holder {
  padding: 50px 0;
  flex-wrap: wrap;
}

.music-archive .music-holder .album-cover {
  width: 16.6%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .music-archive {
    padding: 20px;
    flex-flow: column;
  }
  .music-archive .music-holder {
    padding: 50px 0;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .music-archive .music-holder .album-cover {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 25px;
  }
}
#sticky__nav {
  background: white;
  position: fixed;
  top: 0px;
  z-index: 15;
  background: var(--primary);
  padding: 8px 50px;
  border-bottom: 1px solid var(--secondary);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}
@media only screen and (max-width: 600px) {
  #sticky__nav {
    flex-flow: column;
    align-items: flex-start;
  }
}

#sticky__nav .socialLinks {
  margin: 0;
}

#sticky__nav .socialLinks a img {
  width: 18px;
}

#sticky__nav .socialLinks path {
  fill: var(--secondary);
}

@media only screen and (max-width: 1000px) {
  #sticky__nav {
    padding: 8px 20px;
  }
  #sticky__nav .socialLinks {
    display: none;
  }
}
.nav__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px;
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .nav__menu {
    font-size: 10px;
  }
}

.nav__menu li {
  margin-left: 15px;
}

.nav__menu li a {
  text-transform: uppercase;
  color: var(--secondary);
  text-decoration: none;
  transition: all 0.5s;
}

.nav__logo img {
  width: 130px;
  height: auto;
}

.nav__menu li a:hover {
  opacity: 0.7;
}

.nav__menu li:first-child {
  margin-left: 0;
}

@media (max-width: 600px) {
  .news {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsTitle {
  position: relative;
  top: 30px;
}

.newsSection {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.news__col {
  width: calc(50% - 50px);
}

.news__col p {
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .news__col {
    width: 100%;
  }
}
.article__title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
  margin-bottom: 0;
}

.article {
  width: 100%;
}

.article img, .article iframe {
  width: 100%;
  margin-bottom: 10px;
}

.article__content {
  margin-bottom: 35px;
  padding-bottom: 35px;
  line-height: 1.5;
}

.article__content strong {
  font-weight: bold;
}

.article__content a {
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
  text-decoration: none;
}

.article__content a:hover {
  opacity: 0.8;
}

:root {
  --primary: white;
  --secondary: black;
  --accent: black;
}

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-size: 100%;
  font-family: helvetica, sans-serif, arial;
  font-weight: 300;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.2;
  background-color: var(--primary);
  transition: all 0.25s;
  font-family: Helvetica, sans-serif;
  color: var(--secondary);
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

textarea,
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

iframe {
  max-width: 100%;
}

em {
  font-style: italic;
}

section {
  padding: 0px;
  display: flex;
  flex-flow: column;
  position: relative;
  border-bottom: 1px solid black;
}
section .wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px;
}
section .sectionTitle {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  section {
    padding: 0px;
  }
  section .wrapper {
    padding: 50px 20px;
  }
  section .sectionTitle {
    font-size: 45px;
  }
}

#moon {
  display: block;
  position: fixed;
  height: 600px;
  width: 600px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mooncirc {
  fill: var(--accent);
}

#m1 {
  height: 600px;
  width: 600px;
  transform-origin: 296px 296px;
}

#masthead {
  display: none;
}

#wpadminbar {
  top: unset !important;
  bottom: 0px;
}

.cta {
  color: var(--primary);
  padding: 10px 20px;
  background-color: var(--secondary);
  margin-right: 10px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  font-weight: bold;
  min-width: 131px;
  border: 1px solid var(--secondary);
  text-align: center;
}

.cta:hover {
  background-color: var(--primary);
  color: var(--secondary);
}

.site-main > * {
  margin-top: unset;
  margin-bottom: unset;
}

.site-header, .site-main, .widget-area, .site-footer {
  padding-top: 0px;
}

.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */