.seated-events-table {
    border-top: none !important;
    border: none;
    color: #000;
    width: 75%;
    margin: 4.026vw auto;
    margin-left: 16%;
    margin-top: 3vw;
    /* height: 600px;
    overflow-y: scroll; */
}

.seated-event-row:hover {
    background: transparent !important;
}

.seated-events-table::-webkit-scrollbar {
    display: none;
}

.seated-event-row {
    border-top: none;
    color: #000;
    border-bottom: none;
}

.seated-event-description-cells {
    width: 65%;
    width: 73% !important;

    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    padding: 0;
}

.seated-event-venue-cell {
    display: inline-flex !important;
    flex-direction: column;
    width: 55%;
    color: #000;
    text-align: center;
}

.seated-event-link-cell2 {
    display: none;
}

.seated-event-link-cells {
    justify-content: space-evenly;
    width: 27%;
    align-items: flex-start !important;
}

body .seated-event-date-cell {
    font-weight: 300;
    text-transform: lowercase !important;
    color: #000;
    display: inline-block;
    width: 40%;
    font-family: 'helveticaneuemedium';
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    vertical-align: top;
    padding-top: 0;
}

.seated-event-venue-name,
body .seated-event-link1,
body .seated-event-link2 {
    font-family: 'helveticaneuemedium';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
}

.seated-event-venue-name {
    margin-bottom: 0;
}

.seated-event-venue-name,
.seated-event-venue-location {
    width: 100% !important;
}

.seated-follow-box {
    display: block;
}

.seated-event-venue-location {
    font-family: 'helveticaneuemedium';
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}

.seated-event-venue-name,
.seated-event-venue-location {
    text-transform: lowercase;
}

body .seated-event-link1,
body .seated-event-link1:visited,
body .seated-event-link2,
body .seated-event-link2:visited {
    border-radius: 0;
    padding: 0;
    border: none;
    background: transparent;
    min-width: auto !important;
    /* text-decoration: underline; */
    /* text-underline-position: under; */
    font-size: 18px;
}

body .seated-event-link1,
body .seated-event-link2 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: #000 !important;
    padding: 0;
    transition: color ease 0.3s;
    margin: 0px !important;
    text-transform: lowercase !important;
    font-weight: 700;
}

body .seated-event-link1::before,
body .seated-event-link2::before,
body .seated-event-link1::after,
body .seated-event-link2::after {
    content: '';
    position: absolute;
    background-color: transparent;
    z-index: -1;
    height: 5%;
    height: 2px;
}

body .seated-event-link1::before,
body .seated-event-link2::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
}

body .seated-event-link1::after,
body .seated-event-link2::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
}

body .seated-event-link1:hover,
body .seated-event-link2:hover {
    color: #000 !important;
    border: none !important;
    font-size: 18px !important;
    margin: 0px !important;
    padding: 0px !important;
    background: transparent !important;
    text-transform: lowercase !important;
    text-decoration: underline;
    opacity: 0.7;
}

body .seated-event-link1:hover::before,
body .seated-event-link2:hover::before {
    width: 100%;
}

body .seated-event-link1:hover::after,
body .seated-event-link2:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
}

body .seated-follow-link,
body .seated-follow-link:visited {
    font-size: 18px;
    border-radius: 0;
    padding: 0;
    border: none;
    margin-top: 25px;
    background: transparent;
}

body .seated-follow-link:hover {
    padding: 0;
    border: none;
    opacity: 0.9;
    background: transparent;
color:#000;
}

body .seated-follow-text {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    text-transform: lowercase;
}

.seated-follow-box+div {
    display: none;
}

body .seated-event-row {
    border-color: #000000;
    border: none;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
    .seated-events-table {
        width: 90%;
        margin-left: 0;
    }
    .seated-event-date-cell {
        font-size: 20px;
    }
    .seated-event-date-cell {
        width: 100%;
        margin-bottom: 10px;
    }
    .seated-event-description-cells {
        text-align: left !important;
    }
    .seated-event-venue-name {
        margin-bottom: 10px;
    }
    .seated-event-venue-name,
    body .seated-event-link1,
    body .seated-event-link2 {
        font-size: 30px;
        line-height: 30px;
    }
    .seated-event-venue-location {
        font-size: 20px;
    }
    .seated-event-venue-cell {
        width: 100%;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .seated-event-link-cells {
        flex-flow: row !important;
        align-items: center !important;
    }
    body .seated-event-link1 {
        margin-left: 11px !important;
    }
    .seated-event-row {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .seated-event-link-cells {
        align-items: flex-start !important;
        justify-content: space-evenly !important;
    }
    .seated-event-venue-cell {
        width: 55%;
    }
    .seated-event-date-cell {
        width: 43%;
    }
    .seated-event-venue-name {
        margin-bottom: 0px;
    }
    .seated-event-description-cells {
        line-height: 16px;
        padding: 0px !important;
    }
    .seated-event-link-cells {
        flex-flow: row !important;
    }
}

@media only screen and (max-width: 1023px) {
.seated-follow-box {
    padding: 0;
    margin-top: 5px;
    text-align: center;
}
body .seated-follow-text {
    font-size: 15px;
  }
body .seated-follow-link, body .seated-follow-link:visited {
    font-size: 15px;
    margin-top: 15px;
 
}
    .seated-event-venue-location {
        padding: 0;
    }
    body .seated-event-row {
        display: block;
        padding: 0;
        padding-bottom: 15px;
    }
    .seated-event-description-cells {
        text-align: center !important;
    }
    .seated-event-venue-location {
        font-size: 16px;
    }
    .seated-event-description-cells {
        width: 65%;
        margin: 0 auto;
    }
    body .seated-event-date-cell {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 0;
    }
    .seated-event-venue-name,
    body .seated-event-link1,
    body .seated-event-link2 {
        font-size: 16px;
        line-height: 1;
        text-align: center;
        margin-bottom: 0;
    }
    .seated-event-link-cells {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .seated-event-venue-cell {
        width: 100%;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    body .seated-event-link1 {
        margin-left: 0 !important;
    }
    .seated-events-table {
        width: 100%;
        margin-left: 0;
        margin: 0 auto;
    }
  .seated-events-table  .seated-event-link-cells {
        margin-top: 10px;
    }
}