#content {
    background-color: #eee;
    min-width: 0px;
}

.grid {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    width: 100%;
    background-color: white;
    margin-top: 0.95rem;
    margin-bottom: 0.95rem;
    font-family: 'Open Sans';
    overflow: auto;
    color: rgb(82, 82, 82);
    position: relative;
    overflow: hidden;
}
.event_Image {
    width: 100%;
    height: 215px;
}

.event_Title {
    font-size: 1.3rem;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1.8rem;
    color: #92949e;
}

.event_Title > p, .event_Title > a > p {
    font-size: inherit;
    color: inherit;
    margin: 0;
}

.event_Place {
    font-size: 0.95rem;
    padding-left: 19px;
    color: #666676;
    font-weight: bold;
    line-height: 2rem;
}

.event_Date {
    font-size: 0.95rem;
    padding-left: 19px;
    color: #666676;
    font-weight: bold;
    line-height: 2rem;
}

.event_Price {
    font-size: 0.95rem;
    padding-left: 19px;
    color: #666676;
    font-weight: bold;
    line-height: 2rem;
}

.event_Details {
    padding: 20px;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

.event_Details p {
    margin: 0;
}

.event_Share {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

.share__Title {
    font-size: 0.95rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 1.75rem;
    font-weight: bold;
    color: #696969;
    letter-spacing: 0.05rem;
    position: relative;
    margin-bottom: 10px;
}

.share__TitleText {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.share__Title::before {
    content: '';
    position: absolute;
    right: 0%;
    height: 2px;
    width: 100%;
    top: 47%;
    background: #eee;
    z-index: 0;
}

.event_Share .shareButton {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 8px;
    border-radius: 50%;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.15s linear;
}

.event_Share .shareButton:hover {
    opacity: 1;
}

.shareButton--web {
    background-color: #696969;
}

.shareButton--facebook {
    background-color: #3b5998;
}

.shareButton--twitter {
    background-color: #55acee;
}

.event_Icon {
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 8px;
    transform: translateY(2px);
}

.event_Button {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    padding: 0.95rem;
    color: #fff;
    display: block;
    transition: background-color 0.3s;
    background-color: #92949e;
}

.event_Button:hover {
    background-color: #828490;
    text-decoration: none;
}

.event_ImagePlaceholder {
    font-size: 0.95rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 1.75rem;
    font-weight: bold;
    color: white;
    letter-spacing: 0.0.95rem;
    background-color: #92949e;
}

.filter-button > input {
    appearance: none;
    display: none;
    cursor: inherit;
}

.filter-button > input[type="checkbox"] + div {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    transition: opacity 0.2s;
}

.filter-button-group > .filter-button > input[type="checkbox"] + div{
    opacity: 1;
}

.filter-button-group.anyChecked > .filter-button > input[type="checkbox"]:checked + div{
    opacity: 1;
}

.filter-button-group.anyChecked > .filter-button > input[type="checkbox"] + div{
    opacity: 0.5;
}

.filter-button-group:hover > .filter-button > input[type="checkbox"] + div{
    opacity: 0.5;
}

.filter-button-group:hover > .filter-button:hover > input[type="checkbox"] + div{
    opacity: 1;
}

.filter-button-group > .filter-button > input[type="checkbox"]:checked + div{
    opacity: 1;
}

label {
    cursor: inherit;
}

.filterIcon {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 4px;
}

.filter-button-group {
    font-family: 'Open Sans';
    color: #666676;
    position: fixed;
    right: 0px;
    top: 500px;
    z-index: 5;
}

.filter-button {
    width: 300px;
    cursor: pointer;
}

.filter-button:hover {
    cursor: pointer;
}


.volunteer_opportunity-color {
    color: #738dff;
}

.volunteer_opportunity-bg {
    background-color: #738dff;
}

.event_Button.volunteer_opportunity-bg:hover {
    background-color: #5972e0;
}

.book_talk-color {
    color: #61bfad;
}

.book_talk-bg {
    background-color: #61bfad;
}

.event_Button.book_talk-bg:hover{
    background-color: #4ba795;
}

.exhibition-color {
    color: #bea1a5;
}

.exhibition-bg {
    background-color: #bea1a5;
}

.event_Button.exhibition-bg:hover{
    background-color: #a98a8f;
}

.lecture-color {
    color: #ce7182;
}

.lecture-bg {
    background-color: #ce7182;
}

.event_Button.lecture-bg:hover{
    background-color: #af5868;
}

.panel_discussion-color {
    color: #e88565;
}

.panel_discussion-bg {
    background-color: #e88565;
}

.event_Button.panel_discussion-bg:hover{
    background-color: #ce6b4c;
}

.workshop-color {
    color: #776ea7;
}

.workshop-bg {
    background-color: #776ea7;
}

.event_Button.workshop-bg:hover{
    background-color: #635a94;
}

.closing-color {
    color: #e54b4b;
}

.closing-bg {
    background-color: #e54b4b;
}

.event_Button.closing-bg:hover{
    background-color: #ca3b3b;
}

.concert-color {
    color: #bfb5d7;
}

.concert-bg {
    background-color: #bfb5d7;
}

.event_Button.concert-bg:hover{
    background-color: #9f93bd;
}

.book_club-color {
    color: #87c1dc;
}

.book_club-bg {
    background-color: #87c1dc;
}

.event_Button.book_club-bg:hover{
    background-color: #76b3d0;
}

.walking_tour-color {
    color: #aed4b0;
}

.walking_tour-bg {
    background-color: #aed4b0;
}

.event_Button.walking_tour-bg:hover{
    background-color: #93bf95;
}

.literary_awards-color {
    color: #e0b45f;
}

.literary_awards-bg {
    background-color: #e0b45f;
}

.event_Button.literary_awards-bg:hover{
    background-color: #d0a44f;
}

.special_month_event-color {
    color: #0bbcd6;
}

.special_month_event-bg {
    background-color: #0bbcd6;
}

.event_Button.special_month_event-bg:hover{
    background-color: #04a4bb;
}

.other-color {
    color: #c0c2ce;
}

.other-bg {
    background-color: #c0c2ce;
}

.event_Button.other-bg:hover{
    background-color: #a4a6b7;
}

.adjMonth-wrapper {
    max-width: 800px;
    margin-top: 0.95rem;
    margin-right: auto;
    margin-bottom: 0.95rem;
    margin-left: auto;
}

.adjMonth_button-wrapper {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.adjMonth_button-wrapper--left {
    padding-right: 0.5rem;
    text-align: left;
}

.adjMonth_button-wrapper--right {
    padding-left: 0.5rem;
    text-align: right;
}

.adjMonth_button {
    background-color: white;
    text-align: center;
    padding: 0.5rem 0.95rem;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 30%;
    background-color: #887c7a;
    color: white;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 0.95rem;
}

.adjMonth_button:hover, .adjMonth_button:focus {
    background-color: #5f504d;
    text-decoration: none;
}

.calendarTitle-wrapper {
    display: block;
    text-align: center;
}

.adjMonth_arrow {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
    line-height: 2rem;
    font-size: 2rem;
    color: #474444;
    transition: transform 0.1s ease-out;
}

.adjMonth_arrow:hover.adjMonth_arrow--right {
    transform: translateX(2px);
}

.adjMonth_arrow:hover.adjMonth_arrow--left {
    transform: translateX(-2px);
}

.adjMonth_arrow--mobile {
    display: none;
    line-height: 2rem;
    font-size: 2rem;
    color: #474444;
    transition: transform 0.1s ease-out;
    box-sizing: border-box;
    width: 50%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    float: left;
}

.calendarTitle {
    font-weight: bold;
    font-size: 2.05rem;
    display: inline-block;
    line-height: 2.2rem;
}

.emptyMessage {
    background-color: transparent !important;
    color: rgb(136, 123, 121);
}

.a-hover-none {
    text-decoration: none !important;
}

a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Media Queries */
@media only screen and (max-width: 944px) {

    .adjMonth_arrow {
        display: none;
    }

    .adjMonth_arrow--mobile {
        display: inline-block;
    }

}