.events_carousel .event {
    margin: 1vw;
}

.events_carousel .slick-prev {
    right: -3vw !important;
}

.events_carousel .slick-prev:before {
    content: '' !important;
    width: 2vw;
    height: 2vw;
    background-image: url(https://staging.humanication.co.il/wp-content/uploads/2021/02/right_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.events_carousel .slick-next {
    left: -2.5vw !important;
}

.events_carousel .slick-next:before {
    content: '' !important;
    width: 2vw;
    height: 2vw;
    background-image: url(https://staging.humanication.co.il/wp-content/uploads/2021/02/left_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.events {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-family: 'Heebo';
}

.event {
    /* width: 23.5%; */
    width: 22.75%;
    margin: 1vw;
}

.event_container {
    background-color: #ffffff;
    border-radius: 1.5em;
    box-shadow: 0 0 12px 2px #797979;
    display: flex;
    flex-wrap: wrap;
	position: relative;
    overflow: hidden;
}

.event_container:before {
    content: '';
    width: 100%;
    height: 0.65vw;
    position: absolute;
}

.event_container:before {
	background-color: #b8b8b8;
}

.event:nth-child(even) .event_container {
    flex-direction: column-reverse;
}

.event:nth-child(odd) .event_content {
    width: 100%;
    padding: 2.2vw 1.2vw 1.2vw 1.2vw;
}

.event:nth-child(even) .event_content {
    width: 100%;
    padding: 1.2vw 1.2vw 2.2vw 1.2vw;
}

.event_title {
    margin: 0;
    font-size: 1.4vw;
    font-weight: bold;
}

.cat_123 .event_container .event_title {
	color: #F69732;
}

.cat_124 .event_container .event_title {
	color: #12589E;
}

.cat_125 .event_container .event_title {
	color: #C71A31;
}

.cat_126 .event_container .event_title {
	color: #FBB03A;
}

.event_title a {
    color: inherit;
}

.event_description {
    margin: 0.6vw 0 0 0;
    font-size: 1.2vw;
    color: #000000;
    line-height: 1.3em;
}

.event_content_buttons {
    margin: 2vw 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.event_closest_date {
    margin: 0 0 0 0.4vw;
    width: 3vw;
    height: 3vw;
    text-align: center;
    font-size: 0.85vw;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0.6em;
    padding: 0.5vw 0 0 0;
    line-height: 1.2em;
	background-color: #e6e6e6;
	position: relative;
}

a.event_closest_date_product_page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
}

span.day_number,
span.month_number {
    display: block;
}

.events a.share_button {
    width: 3vw;
    height: 3vw;
    text-align: center;
    font-size: 0.85vw;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0.6em;
    padding: 0.2vw 0 0 0;
    line-height: 1.2em;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    overflow: hidden;
}

.events a.read_more_button {
    position: absolute;
    left: 1.2vw;
    color: #ffffff;
    text-decoration: none !important;
    font-size: 0.85vw;
    transition: all 0.3s ease;
    background-color: #59595B;
    border: 1px solid #59595B;
    width: 4.5vw;
    height: 3vw;
    text-align: center;
    line-height: 1.2em;
    padding: 0.5vw 0 0 0;
    border-radius: 0.6em;
    font-weight: bold;
}

.events a.read_more_button:hover {
    color: #59595B;
	background-color: #ffffff;
    transition: all 0.3s ease;
}

.event_image {
    width: 100%;
    height: 15vw;
    overflow: hidden;
    background: #f8f8f8;
}

.event_image img {
    width: 102%;
    height: 102% !important;
    object-fit: cover;
    object-position: center;
    transition: all 5s ease;
}

.event_container:hover .event_image img {
    transform: scale(1.2);
    transition: all 5s ease;
}