.dots {
    margin: 5% 0 2% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 0.8vw;
    height: 0.8vw;
    margin: 0 0.1vw;
    border-radius: 50%;
}

.cat_123:not(.sale_workshop) .dot {
    background-color: #F69732;
}

.cat_124:not(.sale_workshop) .dot {
    background-color: #12589E;
}

.cat_125:not(.sale_workshop) .dot {
    background-color: #C71A31;
}

.cat_126:not(.sale_workshop) .dot {
    background-color: #FBB03A;
}

.single-workshops .story {
    width: 100%;
    padding-bottom: 0;
}

.single-workshops .story_content,
.single-workshops .story .story_read_more {
    padding-left: 0;
}

.cat_123:not(.sale_workshop) .second_workshop_desc {
	background-color: #F69732 !important;
}

.cat_124:not(.sale_workshop) .second_workshop_desc {
	background-color: #12589E !important;
}

.cat_125:not(.sale_workshop) .second_workshop_desc {
	background-color: #C71A31 !important;
}

.cat_126:not(.sale_workshop) .second_workshop_desc {
	background-color: #FBB03A !important;
}

.workshop_faqs .accordion_title {
    border-top: 1px solid #b4b4b4;
    font-size: 1.5vw;
    padding: 0.2% 1.5%;
    cursor: pointer;
}

.workshop_faqs .workshop_faq:last-child .accordion_title {
    border-bottom: 1px solid #b4b4b4;
}

.workshop_faqs .accordion_title.open {
    background-color: #ececec;
}

.workshop_faqs .accordion_title img {
    transform: rotate(90deg);
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 1.5%;
}

.workshop_faqs .accordion_title.open img {
    transform: rotate(270deg);
}

.workshop_faqs .accordion_content {
	display: none;
    font-size: 1.2vw;
    padding: 1% 1.5%;
    line-height: 1.5em;
}

.cat_123 .workshop_template_closest_date {
	background-color: #F69732 !important;
}

.cat_124 .workshop_template_closest_date {
	background-color: #12589E !important;
}

.cat_125 .workshop_template_closest_date {
	background-color: #C71A31 !important;
}

.cat_126 .workshop_template_closest_date {
	background-color: #FBB03A !important;
}

.workshop_template_closest_date span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-family: "Heebo", Sans-serif;
    font-size: 2vw;
    font-weight: bold;
    line-height: 0.9em;
}

.workshop_details .elementor-button {
    padding: 0.6vw 0;
	cursor: pointer;
}

.workshop_details .elementor-button:hover {
    filter: brightness(1.2);
}

.cat_123 .workshop_purchase_button .elementor-button {
	background-color: #F69732 !important;
}

.cat_124 .workshop_purchase_button .elementor-button {
	background-color: #12589E !important;
}

.cat_125 .workshop_purchase_button .elementor-button {
	background-color: #C71A31 !important;
}

.cat_126 .workshop_purchase_button .elementor-button {
	background-color: #FBB03A !important;
}

.workshop_details .elementor-button .elementor-button-icon {
    position: absolute;
    right: 0.8vw;
}

.workshop_details .elementor-button .elementor-button-icon svg {
    width: 1.2vw;
    height: 1.2vw;
}

.workshop_details .elementor-widget-button.open .elementor-button-icon svg {
    transform: rotate(90deg);
}

/* body:not(.elementor-editor-active) .workshop_dates_widget,
body:not(.elementor-editor-active) .workshop_sign_up_widget {
	display: none;
} */

body:not(.elementor-editor-active) .workshop_dates_widget {
	display: none;
}

.workshop_dates_button .elementor-button .elementor-button-text span {
    font-size: 0.4vw;
    vertical-align: middle;
}

.workshop_dates_header {
    width: 100%;
    height: 5.5vw;
    overflow: hidden;
    background-color: #ffffff;
}

.workshop_dates_header img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: top center;
}

.workshop_dates_sub_header {
    background-color: #A3A3A3;
    padding: 2% 6%;
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: bold;
}

.workshop_dates_sub_header h6 {
    margin: 0 0 0.1vw 0;
    font-size: 1.25vw;
    font-weight: bold;
}

.workshop_dates_content {
    background-color: #ffffff;
    border-right: 1px solid #464545;
    border-left: 1px solid #464545;
    padding: 5%;
    font-size: 0.95vw;
}

.workshop_dates_content label {
    font-weight: bold;
    display: block;
}

.days_and_hours {
    margin: 8% 0 0 0;
}

.days_and_hours ul {
    margin: 5% 0;
    list-style: none;
    padding: 0;
}

.workshop_dates_footer {
    background-color: #a3a3a3;
    color: #ffffff;
    font-size: 0.95vw;
    padding: 2% 5%;
	border: 5px #a3a3a3 solid;
    animation: blink 2s;
    animation-iteration-count: 1;
}

@keyframes blink { 50% { border-color: red ; }  }

.workshop_dates_footer label {
    font-size: 0.8vw;
    font-weight: bold;
}

.workshop_dates_footer ul {
    list-style: none;
    padding: 0;
}

.workshop_dates_footer ul li {
    display: inline;
}

.workshop_dates_footer ul li a {
    color: inherit;
}

.workshop_dates_footer ul li:last-child span {
    display: none;
}

.workshop_details input {
    min-height: 2.3vw;
    padding: 0 0.6vw;
}

.workshop_details .elementor-field-group-acceptance span.elementor-field-option {
	    display: flex;
    align-items: center;
}

.workshop_details .elementor-field-group-acceptance span.elementor-field-option input {
    margin-left: 0.5vw;
    min-height: 2vw;
    border-radius: 0.4em !important;
}

.workshop_details .elementor-field-group-acceptance span.elementor-field-option label {
	font-size: 0.9vw !important;
}

.workshop_details .elementor-field-type-submit button {
    min-height: 2.3vw;
    padding: 0 1vw;
    height: 2.5vw;
}

.more_workshops .workshops .workshop {
	width: 22.75%;
    margin: 1vw;
}

.single-workshops .stories:not(.elementor-location-single) {
    width: 22vw;
	padding: 0 5%;
}

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

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

.workshop_sign_up_widget.horizontal input,
.workshop_sign_up_widget.horizontal .elementor-button {
    min-height: 49.5px !important;
}

body:not(.logged-in) .workshop_images_carousel {
	display: none;
}