.activity-calendar-dropdown a {
    border: 1px solid lightgray;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
    justify-content: space-between;
    border-radius: unset;
}

.activity-county-category {
    margin-right: 0.3em;
}

.datepicker input {
    border-radius: unset;
    border: 0.5px solid #d8d8d8;
}

.event-info-container {
    display: flex;
}

.eventMonth {
    color: #ff8300;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .event-date p {
        margin: 0;
    }

.activity-event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .activity-event-date p {
        margin: 0;
    }

.event-name {
    display: flex;
    flex-direction: column;
}

.event-categories {
    display: flex;
    flex-direction: row;
}

.event-category-name {
    border-radius: 5px;
    background: #42748d;
    color: #fff;
    padding: 2px 3px;
    margin-right: 3px;
    font-size: .8em;
    width: fit-content;
}


.event-info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6em;
}

.event-date {
    margin-right: 2em;
}

.event-info-wrapper {
    margin-top: 2em;
}

.event-extrnal-links a {
    color: #ff8300;
    text-decoration: none;
    cursor: pointer;
}

.purchase-link {
    display: flex;
    flex-direction: row;
}

.facebook-wrapper {
    background-image: url("/media/hgvdzktr/facebook_ikon_black.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 18px 18px;
}

.website-wrapper {
    background-image: url("/media/j3gjykds/home_black.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 18px 18px;
}

.ticket-wrapper {
    background-image: url("/media/fmai5gon/billetter_ikon_black.svg");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 18px 18px;
    height: 20px;
    margin-top: 5px;
}



.event-wrapper .gmaps-container.js-gmaps-container {
    position: relative !important;
    margin-top: 1em;
    height: 500px;
}



.datepicker input:focus {
    border: 0.5px solid black;
    box-shadow: none;
}

.activity-filters-wrapper {
    margin: 2em 0;
}

.activity-county-category {
    text-decoration: underline !important;
    color: black;
    font-size: 80%;
}

.activity-extrnal-links {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
}

    .activity-extrnal-links a {
        text-decoration: none;
        color: black;
    }

.no-image-activity {
    width: 320px;
    height: 260px;
}

.activity-extrnal-links .facebook-wrapper {
    margin-left: 0;
}

.activity-desc {
    margin-top: 0.7em;
}

.activity-title-wrapp h2 {
    font-weight: 600;
    color: black;
}

.selectedCategories {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.totalHits,
.totalHitsArrangement,
.all-counties,
.all-arrangements {
    width: 20px;
    font-size: 0.7em;
    font-weight: 900;
    background-color: #47a141;
    height: fit-content;
    height: 20px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.all-counties,
.all-arrangements {
    margin-top: 3px;
}

.hits-and-icon {
    display: flex;
    flex-direction: row;
}

.all-counties,
.all-arrangements {
    margin-right: 1em;
}

.selected-result {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.activity-title-wrapp a {
    display: flex;
    flex-direction: row;
}



.green-arrow {
    color: #47a141;
    margin-left: 3px;
}

.activity-title-wrapp a {
    text-decoration: none;
}

.activity-wrapper .dropdown-menu {
    border-radius: unset;
    font-size: 0.8em;
    font-weight: 600;
}

.county-select-all,
.arrangement-select-all {
    border-bottom: 0.5px solid lightgray;
    margin: 0px 5px;
}

.activity-wrapper .category-label {
    border-radius: unset;
    font-size: 0.9em;
    font-weight: 600;
    margin: 10px 0px;
}

.activity-wrapper .checkmark {
    height: 18px;
    width: 18px;
}

.activity-wrapper .category-label .checkmark:after {
    height: 10px;
    left: 6px;
    top: 2px;
}


.dropdown-counties,
.dropdown-arrangements {
    padding: 5px;
}

.actitvity-dates {
    color: #47a141;
    text-transform: uppercase;
}

.event-date-time {
    text-align: left;
    box-sizing: border-box;
    width: calc(50% - 0.5em);
    padding: 5px;
    font-size: .85em;
    border: 0.5px solid lightgray;
    margin-right: 0.5em;
    margin-top: 0.5em;
}

.select-all-li {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1em;
}

.g-content .article-link:hover {
    text-decoration: underline !important;
}

.g-content .g-directions:hover {
    color: #47a141 !important;
}


.producer-social-link.psl.icon-buy {
    background-image: url("/media/fmai5gon/billetter_ikon_black.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    /*   background-position-x: -1em;
        background-position-y: -0.5em;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 40px;
    height: 28px;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    margin-left: 0px;
}



/* ========= desktop view start ==============*/

@media only screen and (min-width: 990px) {
    .activity-calendar-dropdown a, .datepicker input {
        width: 300px;
        height: 40px;
        font-size: 1em;
    }

    .activity-list-container .activity-item-info {
        width: 550px;
    }

    .activity-filters-wrapper {
        flex-direction: row;
    }

    .activity-header h1 {
        font-size: 4.2em;
        font-weight: 600;
    }

    .activity-header {
        margin-left: 15%;
    }

    .activity-item-info {
        width: 700px;
    }

    .eventDayNumbers {
        font-size: 2.1em;
    }

    .activityEventDayNumbers {
        font-size: 2.1em;
    }

    .eventDayNames {
        font-weight: bold;
        font-size: 1.3em;
    }

    .activityEventDayNames {
        font-weight: bold;
        font-size: 1.3em;
    }

    .eventTimes {
        font-weight: normal;
        font-size: 1.1em;
    }

    .event-title {
        font-size: 4rem;
    }

    .event-desc-wrapper {
        margin-top: 4em;
        /*display: flex;
        flex-direction: row;
        justify-content: space-between;*/
    }

    .event-subtitle {
        font-size: 2em;
    }

    .event-extrnal-links {
        /*   display: flex;
        flex-direction: column;
        justify-content: start;*/
        /*margin-left: 3em;*/
        gap: 5px;
        margin-bottom: 10px;
    }

    .facebook-wrapper {
        margin-left: 20px;
    }

    .ticket-activity {
        margin-top: 0px;
        margin-left: 20px;
    }

    .event-name {
        margin-right: 10%;
    }

    .activity-calendar-dropdown {
        margin-right: 2em;
    }

    .datepicker {
        margin-left: 1em;
    }

    .event-date {
        margin-right: 4em;
        width: 200px;
    }

    .activity-item-container {
        margin-bottom: 3em;
        border-bottom: 1px solid lightgray;
        padding-bottom: 20px;
    }

    .event-date-and-time-container {
        display: flex;
        flex-direction: row;
    }

    .activity-calendar-dropdown .multiselect {
        width: 300px;
        height: 40px;
        border-radius: 0%;
        display: flex;
        flex-direction: row;
    }

    .select-all-label {
        padding: 0px 10px 10px 35px;
    }

    .activity-item-container {
        display: flex;
        flex-direction: row;
        padding: 15px 50px;
    }

    .event-date-mobile {
        display: none;
    }

    .green {
        height: 40px;
        width: 30px;
    }
}

/* ========= desktop view end ==============*/

/* ========= mobile view start ==============*/

@media only screen and (max-width: 990px) {
    .activity-header h1 {
        font-size: 1.6em;
        font-weight: 600;
    }

    .activity-filters-wrapper {
        flex-direction: column;
        justify-content: space-around;
        height: 140px;
        background-color: #e5e5e5;
    }

    p.eventDayNames {
        margin-top: 0.8rem;
    }

    .activity-calendar-dropdown a {
        background-color: #fff;
    }

    .editing-dropdown-button .activity-list-edit-button {
        margin-left: 0px;
    }

    .activity-list-container img {
        margin: 1em 0px;
    }

    .activity-filters-wrapper {
        padding: 10px;
    }

    .activity-calendar-dropdown a,
    .datepicker input {
        height: 40px;
        font-size: 1em;
    }

    .activity-calendar-dropdown,
    .datepicker {
        margin: 3px 0;
    }

    p.eventDayNumbers {
        font-size: 1.125em;
        margin-bottom: -0.625em;
        margin-top: -0.625em;
    }

    p.activityEventDayNumbers {
        font-size: 1.125em;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: bold;
    }

    .btn:active,
    .btn:focus {
        background-color: #fff;
    }

    .event-wrapper img {
        width: 100%;
    }

    .eventDayNumbers {
        font-size: 1.8em;
    }

    .eventDayNames,
    .eventMonth {
        font-size: 1em;
        font-weight: 600;
    }

    eventDayNumbers {
        font-size: 18px;
        margin-bottom: -10px;
        margin-top: -10px;
    }

    .event-date {
        width: 50%;
        margin-right: 1em;
        display: none;
    }

    .activity-event-date {
        align-items: start;
    }

    .event-desc-wrapper {
        margin-top: 1em;
    }

    .event-desc {
        margin: 1.5em 0px;
    }

    .event-extrnal-links {
        margin: 4em 0px;
    }

    .activity-item-container {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid black;
        margin-bottom: 1.5em;
        padding: 10px 0;
    }

    .activity-list-title {
        margin-left: 15px;
    }

    .event-date-and-time-container {
        display: flex;
        flex-direction: row;
    }

    .activities-container {
        padding: 0 10px;
    }

    .activity-item-container img {
        width: 100%;
        height: 310px;
    }

    .activity-filters-wrapper {
        background-color: lightgray;
        height: 100%;
    }

    .activity-description,
    .activity-header h1 {
        padding: 0 10px;
    }

    .event-date-and-time-container {
        margin-bottom: 1em;
    }

    .event-date-mobile {
        margin: 0.5em 0;
    }

    .eventMobile {
        margin: 0;
        color: #ff8300;
        text-transform: capitalize;
    }

    .green {
        height: 30px;
        width: 20px;
    }

    .event-categories {
        flex-wrap: wrap;
    }

    .event-category-name {
        margin-top: 3px;
    }

    .event-info-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        gap: 1em;
    }
}

/* ========= mobile view end ==============*/
