/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@media (max-width: 980px) {
  #section-event-loop .container-wrapper {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 0; } }

@media (min-width: 981px) {
  #section-event-loop .container-wrapper {
    padding: 0 5em; } }

#section-event-loop .container-wrapper .month-name {
  position: relative;
  padding-bottom: 0;
  padding-left: calc(40px + 22.5px); }
  #section-event-loop .container-wrapper .month-name .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 981px) {
      #section-event-loop .container-wrapper .month-name .icon {
        height: 60px;
        width: 60px; } }
    #section-event-loop .container-wrapper .month-name .icon img {
      max-height: 20px;
      max-width: 20px;
      height: auto;
      width: auto; }
      @media (min-width: 981px) {
        #section-event-loop .container-wrapper .month-name .icon img {
          max-height: 30px;
          max-width: 30px; } }
  @media (max-width: 980px) {
    #section-event-loop .container-wrapper .month-name .title {
      padding-left: calc(40px + 90px / 4); } }
  #section-event-loop .container-wrapper .month-name .title h1, #section-event-loop .container-wrapper .month-name .title h2, #section-event-loop .container-wrapper .month-name .title h3 {
    margin: 0;
    padding: 4px 0 22.5px; }
    @media (min-width: 981px) {
      #section-event-loop .container-wrapper .month-name .title h1, #section-event-loop .container-wrapper .month-name .title h2, #section-event-loop .container-wrapper .month-name .title h3 {
        padding: 17px 0 45px; } }
  @media (min-width: 981px) {
    #section-event-loop .container-wrapper .month-name {
      padding-left: calc(60px + 45px); } }
  #section-event-loop .container-wrapper .month-name .icon {
    top: 50%;
    transform: translateY(-50%); }

#section-event-loop .container-wrapper .events {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1875em .5em;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (min-width: 981px) {
    #section-event-loop .container-wrapper .events {
      display: flex;
      flex-wrap: wrap; }
      #section-event-loop .container-wrapper .events .card-item {
        flex-basis: 325px; } }

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