/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[10].use[0]!./src/scripts/gutenberg/blocks/upcoming-events/styles/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/******************************************************************
Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*
SM
Phone sizes
*/
/*
MD
Phone / tablet sizes
*/
/*
LG
Tablet / laptop sizes
*/
/*
XL
Laptop sizes
*/
/*
Custom sizes
*/
/* 
This mixin is so we can have more consistency with the front-end & editor styles 
Add styles here that are not yet supported through theme.json
*/
.keep-all {
  word-break: keep-all !important;
}

.wp-block-madden-blocks-upcoming-events {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  position: relative;
  padding-right: 80px;
  z-index: 2;
  max-width: 70rem !important;
}

@media screen and (min-width: 1401px) {
  .wp-block-madden-blocks-upcoming-events {
    max-width: 100rem !important;
    width: 80vw;
    min-width: 70rem;
  }
}
.wp-block-madden-blocks-upcoming-events .wp-block-button {
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.wp-block-madden-blocks-upcoming-events .wp-block-button .wp-block-button__link .wp-block-button__text {
  letter-spacing: 0.2em;
}

.wp-block-madden-blocks-upcoming-events .featured-event {
  background: var(--wp--preset--color--dark-blue);
  color: white;
  padding: 20px;
  max-width: 350px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  margin-top: 6.5rem;
  margin-right: 2rem;
}

.wp-block-madden-blocks-upcoming-events .featured-event::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  -webkit-mask: conic-gradient(from -45deg at bottom, #000 90deg, rgba(0, 0, 0, 0) 0) 50%/18.9px;
          mask: conic-gradient(from -45deg at bottom, #000 90deg, rgba(0, 0, 0, 0) 0) 50%/18.9px;
  height: 1rem;
  z-index: 2;
  background: var(--wp--preset--color--dark-blue);
}

.wp-block-madden-blocks-upcoming-events .featured-event__header {
  margin-top: -9rem;
}

.wp-block-madden-blocks-upcoming-events .featured-event__header img {
  width: 100%;
  border-radius: 19px;
  object-fit: cover;
  height: 15rem;
}

.wp-block-madden-blocks-upcoming-events .featured-event__header h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--wp--preset--color--dark-blue);
  font-family: var(--wp--preset--font-family--body);
  font-weight: 700;
}

.wp-block-madden-blocks-upcoming-events .featured-event__header .featured-event-date {
  color: var(--wp--preset--color--sea-green);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 0;
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .feature-event-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--wp--preset--color--gold);
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .learn-more {
  display: inline-block;
  background: transparent;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  overflow: hidden;
  position: relative;
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .learn-more span {
  z-index: 1;
  position: relative;
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .learn-more:after {
  background-color: white;
  border-radius: 100%;
  bottom: 50%;
  content: "";
  height: 1px;
  left: 3%;
  position: absolute;
  right: auto;
  top: 50%;
  transform: scale(0);
  transition: transform 0.6s ease-in-out;
  width: 1px;
  z-index: 0;
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .learn-more:hover {
  color: var(--wp--preset--color--dark-blue);
  transition: all 0.2s ease-in-out;
}

.wp-block-madden-blocks-upcoming-events .featured-event__info .learn-more:hover:after {
  transform: scale(1000);
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items {
  margin-left: 30px;
  border-top: 2px solid var(--wp--preset--color--dark-blue);
  border-right: 2px solid var(--wp--preset--color--dark-blue);
  border-top-right-radius: 8px;
  padding: 2rem 10rem 10rem 0;
  position: relative;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--dark-blue);
  position: absolute;
  top: -0.55rem;
  left: -1rem;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items ul {
  list-style: none;
  padding: 0;
  margin-left: -1rem;
  margin-bottom: 2rem;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items li {
  display: flex;
  padding: 0 0 0 0;
  border-bottom: 2px dotted #ccc;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items .event-date {
  font-weight: bold;
  color: var(--wp--preset--color--dark-red);
  background-color: var(--wp--preset--color--beige);
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0.5rem 0.5rem 0.7rem 0.5rem;
  max-width: 6rem;
  min-width: 6rem;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-items .event-title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  padding-left: 0.5rem;
  color: var(--wp--preset--color--dark-blue);
  min-height: 4rem;
}

@media screen and (min-width: 981px) {
  .wp-block-madden-blocks-upcoming-events .upcoming-events-items .event-title {
    padding: 0.8rem 0.5rem 0.7rem;
    font-size: 1.1rem;
  }
}
.wp-block-madden-blocks-upcoming-events .upcoming-events-items .learn-more {
  display: inline-block;
  background: #ffffff;
  color: var(--wp--preset--color--dark-blue);
  padding: 10px 15px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-cta {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-weight: bold;
  color: var(--wp--preset--color--gold);
  text-decoration: none;
}

.wp-block-madden-blocks-upcoming-events .upcoming-events-heading {
  position: absolute;
  transform: rotate(270deg);
  font-size: 7rem;
  color: var(--wp--preset--color--gold);
  top: 5%;
  right: -6rem;
  font-size: 7.5rem;
  font-weight: 200;
}

@media only screen and (max-width: 782px) {
  .wp-block-madden-blocks-upcoming-events {
    flex-wrap: wrap;
    padding: 0;
    padding-right: 0;
    margin-left: 0 !important;
  }
  .wp-block-madden-blocks-upcoming-events .featured-event {
    margin-bottom: 1rem;
    margin-right: 0;
    max-width: 40rem;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }
  .wp-block-madden-blocks-upcoming-events .featured-event::after {
    bottom: unset;
    top: -0.5rem;
    z-index: -1;
    transform: rotate(180deg);
  }
  .wp-block-madden-blocks-upcoming-events .featured-event__info .feature-event-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 1.4em;
  }
  .wp-block-madden-blocks-upcoming-events .featured-event__header img {
    min-height: 17rem;
  }
}
@media screen and (max-width: 980px) {
  .wp-block-madden-blocks-upcoming-events .upcoming-events-items {
    padding: 5rem 2rem 5rem 0rem;
    margin: 0 1.5rem 2rem 3rem;
  }
  .wp-block-madden-blocks-upcoming-events .upcoming-events-items .event-date {
    padding-left: unset;
    padding: 0.5rem;
    text-align: center;
    min-width: 6rem;
    justify-content: center;
  }
  .wp-block-madden-blocks-upcoming-events .upcoming-events-items ul {
    margin-left: -2rem;
    margin-bottom: 0;
  }
  .wp-block-madden-blocks-upcoming-events .upcoming-events-heading {
    transform: unset;
    font-size: 4rem;
    top: 0;
    left: unset;
    right: 2rem;
    margin-top: 0;
  }
}

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