.cat_123 .main_page_subtitles .elementor-heading-title {
    color: #F69732 !important;
}
.cat_123 .main_page_subtitles > .elementor-widget-container {
	border-color: #F69732 !important;
}

.cat_124 .main_page_subtitles .elementor-heading-title  {
    color: #12589E !important;
}
.cat_124 .main_page_subtitles > .elementor-widget-container {
	border-color: #12589E !important;
}

.cat_125 .main_page_subtitles .elementor-heading-title  {
    color: #C71A31 !important;
}
.cat_125 .main_page_subtitles > .elementor-widget-container {
	border-color: #C71A31 !important;
}

.cat_126 .main_page_subtitles.elementor-heading-title  {
    color: #FBB03A !important;
}
.cat_126 .main_page_subtitles > .elementor-widget-container {
	border-color: #FBB03A !important;
}

body.home .workshops:not(.elementor-location-single) {
    display: block;
    flex-wrap: wrap;
    align-items: stretch;
    font-family: 'Heebo';
}

body:not(.home) .workshops:not(.elementor-location-single) {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-family: 'Heebo';
}

.workshop {
    /* width: 23.5%;
    margin-bottom: 2%; */
	width: 22.75%;
    margin: 1vw;
}

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

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

.cat_123 .workshop_container:before {
	background-color: #F69732;
}

.cat_124 .workshop_container:before {
	background-color: #12589E;
}

.cat_125 .workshop_container:before {
	background-color: #C71A31;
}

.cat_126 .workshop_container:before {
	background-color: #FBB03A;
}

.workshop:nth-child(even) .workshop_container {
    flex-direction: column-reverse;
}

.workshop .workshop_content {
    min-height: 15vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

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

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

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

.cat_123 .workshop_container .workshop_title {
	color: #F69732;
}

.cat_124 .workshop_container .workshop_title {
	color: #12589E;
}

.cat_125 .workshop_container .workshop_title {
	color: #C71A31;
}

.cat_126 .workshop_container .workshop_title {
	color: #FBB03A;
}

.workshop_title a {
    color: inherit;
}

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

.workshop_content_buttons {
    margin: 2vw 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.workshop_content_buttons_workshop_dates {
    width: 50%;
    display: flex;
}

.workshop_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;
	position: relative;
}

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

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

.workshops a.more_dates_button {
    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;
    transition: all 0.3s ease;
}

.cat_123 a.more_dates_button:hover,
.cat_123 .workshop_closest_date:hover {
    background-color: #F69732;
    color: #ffffff;
    transition: all 0.3s ease;
}

.cat_124 a.more_dates_button:hover,
.cat_124 .workshop_closest_date:hover {
    background-color: #12589E;
	color: #ffffff;
    transition: all 0.3s ease;
}

.cat_125 a.more_dates_button:hover,
.cat_125 .workshop_closest_date:hover {
    background-color: #C71A31;
	color: #ffffff;
    transition: all 0.3s ease;
}

.cat_126 a.more_dates_button:hover,
.cat_126 .workshop_closest_date:hover {
    background-color: #FBB03A;
	color: #ffffff;
    transition: all 0.3s ease;
}

.workshops a.read_more_button {
    /* position: absolute; */
    left: 1.2vw;
    color: #000000;
    text-decoration: underline !important;
    font-size: 0.85vw;
    transition: all 0.3s ease;
    display: block;
    width: 50%;
    text-align: left;
}

.cat_123 .workshops a.read_more_button:hover {
    color: #F69732;
    transition: all 0.3s ease;
}

.cat_124 .workshops a.read_more_button:hover {
    color: #12589E;
    transition: all 0.3s ease;
}

.cat_125 .workshops a.read_more_button:hover {
    color: #C71A31;
    transition: all 0.3s ease;
}

.cat_126 .workshops a.read_more_button:hover {
    color: #FBB03A;
    transition: all 0.3s ease;
}

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

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

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