/*
Theme Name: Festivaout
Version: 1.0.6
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  border: 1px solid #fcf0df;
  background-color: #fcf0df;
  color: #1a2d3c;
}

a {
  text-decoration: none;
  color: #753773;
}
a:hover {
  color: #522751;
}

.entry-content a {
  color: black;
}

h2,
h3,
h4 {
  color: #753773;
}

a.btn,
[type=submit] {
  background-color: #753773;
  border: 1px solid #30162f;
  color: #fcf0df;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
  font-size: 1.8rem;
}

form input,
form textarea {
  padding: 0.8rem;
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
}

div.events-row article.type-events header h4 {
  font-size: 3rem;
}
div.events-row article.type-events header h4 a .hour {
  font-weight: normal;
}
div.events-row article.type-events header h4 a .title {
  display: inline-block;
  margin-left: 1rem;
  font-weight: 700;
}
div.events-row article.type-events main.entry-content img.wp-post-image {
  width: 100%;
  height: auto;
}
div.events-row article.type-events main.entry-content .excerpt {
  padding: 0 1rem;
}
div.events-row article.type-events footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 1rem;
  margin-top: 2rem;
}
div.events-row article.type-events footer a.btn {
  background-color: #efb96c;
  border: 1px solid #efb96c;
}
div.events-row article.type-events.macase {
  width: 100%;
}

@media (min-width: 768px) {
  div.events-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  div.events-row > article.type-events {
    width: calc(33.333% - 0.666rem);
  }
  div.events-row > article.type-events header.entry-header h4 {
    font-size: 2.4rem;
    background-color: rgba(249, 229, 200, 0.5);
    padding: 0;
  }
  div.events-row > article.type-events header.entry-header h4 a {
    display: flex;
  }
  div.events-row > article.type-events header.entry-header h4 a .hour, div.events-row > article.type-events header.entry-header h4 a .title {
    padding: 1rem;
    font-weight: normal;
  }
  div.events-row > article.type-events header.entry-header h4 a .hour {
    background-color: #f9e5c8;
  }
  div.events-row > article.type-events footer a.btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  div.events-row > article.type-events header.entry-header h4 {
    font-size: 3rem;
  }
}
body.archive.tax-years main.site-main header.taxonomy-header h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 6rem;
  opacity: 0.5;
}
body.archive.tax-years main.site-main section.taxonomy-content h3.day {
  margin-top: 4rem;
  border-bottom: 1px solid #d4a4d3;
  padding-bottom: 0;
}
body.archive.tax-years main.site-main section.taxonomy-content h3.day::first-letter {
  text-transform: uppercase;
}
body.archive.tax-years main.site-main section.taxonomy-content h3.day a {
  color: #522751;
}
body.archive.tax-years main.site-main section.playlist {
  display: flex;
  justify-content: center;
  background: #fff;
  margin-top: 2rem;
  border-top: 2px solid #753773;
  border-bottom: 2px solid #753773;
}

#hero {
  position: relative;
}
#hero .hero-image {
  display: none;
}
#hero .hero-text {
  color: white;
  background-color: rgba(117, 55, 115, 0.5);
  padding: 4rem;
  margin: 0;
}
#hero .hero-text .dates {
  font-family: Akira;
  font-size: 3rem;
}
#hero .hero-text .tagline {
  font-weight: normal;
  letter-spacing: 1px;
  background-color: rgba(117, 55, 115, 0.6);
  padding: 2rem;
}
#hero .hero-text .location {
  color: #aaa;
}

body.home article.type-events main.entry-content .excerpt {
  display: none;
}

@media (min-width: 640px) {
  #hero .hero-image {
    display: block;
    width: 100%;
    height: auto;
  }
  #hero .hero-text {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  #hero .hero-text .dates {
    font-size: 4rem;
  }
  #hero .hero-text .tagline {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  #hero .hero-text .dates {
    font-size: 5rem;
  }
  #hero .hero-text .tagline {
    font-size: 6rem;
  }
}
header#site-header {
  background-color: #f9e5c8;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
header#site-header #site-title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
header#site-header #site-title a.custom-logo-link {
  max-width: 60px;
}
header#site-header #site-title a.custom-logo-link img {
  max-width: 100%;
  height: auto;
}
header#site-header #site-title h1 {
  flex-grow: 1;
  text-align: center;
}
header#site-header a.open-icon {
  font-size: 4rem;
}

nav.site-navigation header {
  display: flex;
  justify-content: flex-end;
  margin-left: 2rem;
  margin-right: 2rem;
}
nav.site-navigation header a.close-icon {
  display: none;
  font-size: 4rem;
}
nav.site-navigation .menu-menu-principal-container {
  display: none;
}
nav.site-navigation .menu-menu-principal-container ul {
  list-style-type: none;
}

@media (min-width: 640px) {
  header#site-header #site-title a.custom-logo-link {
    max-width: 100px;
  }
  header#site-header #site-title h1 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  header#site-header a.open-icon {
    display: none;
  }

  nav.site-navigation header {
    display: none;
  }
  nav.site-navigation .menu-menu-principal-container {
    display: block;
    margin: 1rem;
  }
  nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal {
    display: flex;
    padding-left: 0;
    justify-content: flex-start;
    gap: 1rem;
  }
  nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li a {
    padding: 1rem 2rem;
    border-bottom: 1px solid #753773;
  }
  nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li.current-menu-item a {
    border-bottom-width: 2px;
  }
  nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li ul.sub-menu {
    display: none;
  }
}
section#site-wrapper #container main.site-main {
  margin: 1rem;
}
@media (min-width: 768px) {
  section#site-wrapper {
    max-width: 768px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  section#site-wrapper {
    max-width: 1280px;
    padding: 2rem;
  }

  #container.two-columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  #container.two-columns main.site-main {
    width: 70%;
  }
  #container.two-columns aside.site-sidebar {
    width: 30%;
    margin-top: 0;
  }
  #container.two-columns aside.site-sidebar div.block:first-of-type {
    margin-top: 0;
  }
  #container.two-columns aside.site-sidebar div.block h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  section#site-wrapper {
    max-width: breakpoint_4;
    margin: 0 auto;
  }
}
body.menu-on-front {
  overflow: hidden;
}
body.menu-on-front nav.site-navigation {
  height: 100vh;
  width: 100%;
  background-color: #f9e5c8;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  z-index: 10;
}
body.menu-on-front nav.site-navigation header a.close-icon {
  display: inline;
}
body.menu-on-front nav.site-navigation header a.open-icon {
  display: none;
}
body.menu-on-front nav.site-navigation .menu-menu-principal-container {
  display: block;
  margin-left: 2rem;
  margin-right: 2rem;
}
body.menu-on-front nav.site-navigation .menu-menu-principal-container ul {
  padding-left: 1rem;
}
body.menu-on-front nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li.menu-item.current-menu-parent > a, body.menu-on-front nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li.menu-item.current-menu-item > a {
  color: #753773;
}
body.menu-on-front nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li.menu-item a {
  padding: 0.5rem;
  display: block;
}
body.menu-on-front nav.site-navigation .menu-menu-principal-container ul#menu-menu-principal li.menu-item a:hover {
  background-color: #fcf0df;
}

aside.site-sidebar {
  background-color: #f9e5c8;
  margin-top: 4rem;
}
aside.site-sidebar div.block {
  margin: 4rem 1rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #ccc;
}
aside.site-sidebar div.block img.poster {
  width: 100%;
  height: auto;
}
aside.site-sidebar div.block.editions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside.site-sidebar div.block.editions ul li a {
  background-color: #fcf0df;
  padding: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  color: #1a2d3c;
}
aside.site-sidebar div.block.editions ul li a:hover {
  background-color: #fefbf6;
}

body.single-events main.site-main article.events .entry-header h3 {
  text-align: center;
  opacity: 0.5;
  padding-bottom: 0;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
body.single-events main.site-main article.events .entry-header h3::first-letter {
  text-transform: uppercase;
}
body.single-events main.site-main article.events .entry-header h2.entry-title.name {
  margin-top: 0;
  color: #522751;
  font-size: 4.8rem;
}
body.single-events main.site-main article.events .entry-header .tagline {
  color: #c77d15;
  text-transform: uppercase;
}
body.single-events main.site-main article.events img.wp-post-image {
  width: 100%;
  height: auto;
}
body.single-events main.site-main article.events .copyright {
  opacity: 0.5;
  font-size: 0.8em;
}
body.single-events main.site-main article.events .entry-content {
  margin: 1rem 0;
}
body.single-events main.site-main aside.event-aside {
  background-color: #fcf0df;
  padding: 2rem;
  margin-top: 4rem;
  border-top: 2px solid #753773;
  border-bottom: 2px solid #753773;
}
body.single-events main.site-main aside.event-aside ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  gap: 2rem;
}
body.single-events main.site-main aside.event-aside ul li {
  width: calc(50% - 1rem);
}
body.single-events main.site-main aside.event-aside ul li figure img {
  width: 100%;
  height: auto;
}
body.single-events main.site-main aside.event-aside ul li figure figcaption {
  font-size: 2rem;
  background-color: rgba(249, 229, 200, 0.5);
  padding: 0;
}
body.single-events main.site-main aside.event-aside ul li figure figcaption a {
  display: flex;
}
body.single-events main.site-main aside.event-aside ul li figure figcaption a .hour, body.single-events main.site-main aside.event-aside ul li figure figcaption a .title {
  padding: 1rem;
}
body.single-events main.site-main aside.event-aside ul li figure figcaption a .hour {
  background-color: #f9e5c8;
}
body.single-events main.site-main aside.event-aside section.backlink a {
  display: none;
}

@media (min-width: 1024px) {
  body.single-events main.site-main aside.event-aside section.backlink a {
    display: block;
    text-align: center;
  }
}
body.post-type-archive-events main.site-main header.archive-header h2.day::first-letter {
  text-transform: uppercase;
}

@font-face {
  font-family: "Akira";
  src: url("fonts/akira/AkiraExpanded-SuperBold.eot");
  src: url("fonts/akira/AkiraExpanded-SuperBold.eot?#iefix") format("embedded-opentype"), url("fonts/akira/AkiraExpanded-SuperBold.woff2") format("woff2"), url("fonts/akira/AkiraExpanded-SuperBold.woff") format("woff"), url("fonts/akira/AkiraExpanded-SuperBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica-condensed";
  src: url("fonts/coolvetica/condensed/Coolvetica-Cond.eot");
  src: url("fonts/coolvetica/condensed/Coolvetica-Cond.eot?#iefix") format("embedded-opentype"), url("fonts/coolvetica/condensed/Coolvetica-Cond.woff2") format("woff2"), url("fonts/coolvetica/condensed/Coolvetica-Cond.woff") format("woff"), url("fonts/coolvetica/condensed/Coolvetica-Cond.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Coolvetica-regular";
  src: url("fonts/coolvetica/regular/Coolvetica-Regular.eot");
  src: url("fonts/coolvetica/regular/Coolvetica-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/coolvetica/regular/Coolvetica-Regular.woff2") format("woff2"), url("fonts/coolvetica/regular/Coolvetica-Regular.woff") format("woff"), url("fonts/coolvetica/regular/Coolvetica-CRegularnd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}
html body {
  font-size: 1.8rem;
  line-height: 1.5;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Akira";
  text-transform: uppercase;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  font-family: "Coolvetica-condensed";
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
  margin-top: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  font-family: "Coolvetica-condensed";
  text-transform: uppercase;
  font-weight: normal;
}

h4 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Coolvetica-condensed";
}

p {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.name {
  text-transform: inherit;
}

@media (min-width: 640px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 6rem;
  }
}

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