/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Forum&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
:root {
  --tec-color-button-primary: rgba(21,45,216);
    --tec-color-link-accent: rgba(21,45,216);
}
body:not(.home) .entry-content {
    max-width: 1200px;
    margin: 50px auto;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-size:18px;
}
a {
    transition-duration: .5s;
    color: rgba(21,45,216);
}
.home h1, .home h2 {
    font-family: "Dancing Script", cursive;
    line-height: 1.2em;
}
h1 {
    font-family: "Forum", serif;
}
h1.entry-title {
    border-bottom:1px solid black;
     background-color:#9ddcf9;
    padding: 0 20px;
    margin: 0 -12px;
}
h2 {
    font-family: "Forum", serif;
    font-size:70px;
    margin-bottom: .5em;
}
h2.tribe-events-single-section-title {
   font-family: "Nunito Sans", sans-serif; 
}
#shows h2 {
    display: block;
    font-family: "Forum", serif;
    background-color:black;
    font-size:24px;
    line-height:1em;
    font-weight:900;
    color:white;
    letter-spacing: 5px;
    margin:0 -12px;
    padding:10px 20px;
    text-transform: uppercase;
    background: repeating-linear-gradient(
  45deg,
  black,
  black 10px,
  #465298 10px,
  #465298 11px
);
}
.nav-link {
    transition-duration: .5s;
  color: rgba(21,45,216);
}
.nav-link:hover {
  color: black;
}
.margin-group {
    margin:80px 0;
}
.padding-group {
    padding:80px 20px;
}
.padding-group .wp-block-group__inner-container {
    max-width: 1000px;
    margin:auto;
}
.wp-block-button__link {
   transition-duration: .5s; 
    border:1px solid black;
}
.wp-block-button__link:hover {
    color:black;
   background-color: white;
}
.home #wrapper-navbar {
    display: none;
}
#main-nav {
    background-color: transparent !important;
    border-bottom: 1px solid black;
}
.navbar-brand {
    max-width: 100px;
}
.event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:0;
    margin: 0 -12px;
}
.event-element {
    flex-basis: calc(25%);
    flex-grow:1;
    position: relative;
    text-align: center;
    background-image: url("images/generic-background.webp?");
    background-size: cover;
    background-position: center;
    border:1px solid black;
}
.event-element img  {
   transition-duration: .5s;
}
.event-element:hover img  {
    opacity:.85;
}
@media screen and (max-width: 1000px) {
.event-element {
    flex-basis: calc(50%);
}
}
.event-title {
    position: absolute;
    font-size:10px;
    color:white;
    left:0;
    bottom:0;
    max-width: 50%;
    background-color:black;
    padding:5px;
    margin-bottom: 0;
}
.event-calendar-dates {
    font-size: 12px;
    position:absolute;
    top:0;
    left:0;
    aspect-ratio: 1 / 1;
    background-color:rgba(21,45,216,0.75);
    padding: 10px;
    color:white;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-align: center;
}
.event-date {
    font-size: 1.5em;
}
.get-tickets {
    transition-duration: .5s;
    display: block;
     position:absolute;
    bottom:10px;
    right:20px;
    color:black;
    background-color:#9ddcf9;
    text-decoration: none;
    padding:5px 15px;
}
.get-tickets:hover {
   color:white;
}
.wrapper {
  padding: 0;
}
#wrapper-footer {
    border-top:1px solid black;
}
#classes {
    background-image: url("images/watermark-new.png");
}
#location .wp-block-columns {
    margin-bottom: 0;
    gap:0;
}
#location .wp-block-column:last-child {
    padding:80px 20px;
    padding-right:20px;
    min-width: 380px;
}
#location iframe {
    margin-left:-12px;
    margin-bottom:-7px;
    width:calc(100% + 24px);
}
@media screen and (max-width: 1000px) {
#location .wp-block-columns {
    flex-direction: column-reverse;
}
    #location .wp-block-column:last-child {
    padding:40px 20px 20px;
}
    #location iframe {
    height:200px;
}
}
.entry-meta {
    display: none;
}
.tribe-events-single-columns {
    display: flex;
    gap:20px;
}
.tribe-events-single-column:first-child {
    flex-basis: 25%;
}
.tribe-events-event-meta > div {
    flex-basis: 25% !important;
}
.tribe-events-meta-group-gmap {
    flex-grow: 1 !important;
}
.tribe-events-venue-map {
    width: 100%;
}