.em-elements {
    display: flex;
    overflow: visible;
}

.elementor-post-slide {
    flex: 0 0 33.3333%; /* This should align with the default value of slides_to_show */
    margin-right: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}
.em_post_slider .elementor-post {
    margin-right: 30px; /* Adjust the value to set the gap size */
}
.em_post_slider .slick-list {
    margin-right: -30px; /* Same value as the margin-right above to offset the gap */
}
.em_post_slider .post_meta .post-author {
    display: flex;
    align-items: center;
}
.em_post_slider .post_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 17px;
}
.em_post_slider .author-date {
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
    line-height: 18px;
}
.em_post_slider .post_meta .avatar img{
    border-radius: 100%;
}
.em_post_slider .post_meta .author-name{
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #595566;
}
.em_post_slider .post_meta .post-date {
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #595566;
    position: relative;
}
.em_post_slider .post_meta .post-date:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 2px;
    left: -15px;
    bottom: 3px;
    z-index: 1;
    border: 1px solid #8f8f8f;
}
.em_post_slider .post-read-more a {
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    color: #002442;
    position: relative;
    background: #FF7A00;
    border-radius: 32px;
    padding: 15px 28px;
}
.em_post_slider .post-read-more a:hover{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.em_post_slider .post_meta {
    margin-top: 23px;
    padding-bottom: 16px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding-top: 16px;
    padding-right: 5px;
}
.em_post_slider .elementor-post-title {
    margin-top: 25px;
    margin-bottom: 15px;
}
.em_post_slider .elementor-post-title a{
    transition: all 0.3s
}
.em_post_slider .slick-prev:before, 
.em_post_slider .slick-next:before {
    background: #000;
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-image: url(images/nav_right.png);
    display: none !important;
}
.em_post_slider .slick-prev, 
.em_post_slider .slick-next {
    z-index: 9;
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px !important;
    border: none !important;
    opacity: 0.25;
    padding: 0 !important;
    outline: none !important;
    background: #000;
}
.em_post_slider .slick-prev:hover, 
.em_post_slider .slick-next:hover {
    opacity: 1;
}
.em_post_slider .slick-next {
    background-image: url(../images/nav_right.png) !important;
    right: -60px;
}
.em_post_slider .slick-prev{
    background-image: url(../images/nav_left.png) !important;
    left: -60px;
}
.em_post_slider:hover .slick-next{
    right: -50px
}
.em_post_slider:hover .slick-prev{
    left: -50px
}
.em_post_slider .slick-dots {
    bottom: -45px;
}
.em_post_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.em_post_slider .slick-dots li button:before{
    display: none !important;
}
.em_post_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #000;
    border-radius: 100%;
    opacity: 0.4;
}
.em_post_slider .slick-dots li button:hover,
.em_post_slider .slick-dots li.slick-active button{
    opacity: 1;
}
.em_post_grid{
    row-gap: 40px !important;
    grid-column-gap: 30px !important;
}
.em_post_grid .slick-list {
    margin-right: -30px; /* Same value as the margin-right above to offset the gap */
}
.em_post_grid .post_meta .post-author {
    display: flex;
    align-items: center;
}
.em_post_grid .post_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 17px;
}
.em_post_grid .author-date {
    display: flex;
    align-items: center;
    grid-column-gap: 30px;
    line-height: 18px;
}
.em_post_grid .post_meta .avatar img{
    border-radius: 100%;
}
.em_post_grid .post_meta .author-name{
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #595566;
}
.em_post_grid .post_meta .post-date {
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #595566;
    position: relative;
}
.em_post_grid .post_meta .post-date:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 2px;
    left: -15px;
    bottom: 3px;
    z-index: 1;
    border: 1px solid #8f8f8f;
}
.em_post_grid .post-read-more a {
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    color: #002442;
    position: relative;
    background: #FF7A00;
    border-radius: 32px;
    padding: 15px 28px;
}
.em_post_grid .post-read-more a:hover{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.em_post_grid .post_meta {
    margin-top: 23px;
    padding-bottom: 16px;
    border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    padding-top: 16px;
    padding-right: 5px;
}
.em_post_grid .elementor-post-title {
    margin-top: 25px;
    margin-bottom: 15px;
}
.em_post_grid .elementor-post-title a{
    transition: all 0.3s
}

/*Team Widget CSS*/
.em-team-member .team-image{
    position: relative;
}
.em-team-member .team-image img{
    position: relative;
    border-radius: 20px;
}
.em-team-member .team-designation{
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    padding: 8px 30px;
    background: #595566;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s;
}
.em-team-member:hover .team-designation{
    color: #181818 !important;
    background: #FFCC4A;
}
.em-team-member .team-designation a{
    color: #181818;
}
.em-team-member .team-description{
    text-align: center;
}
.em-team-member .team-description .team-name {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #181818;
    margin-top: 20px;
    margin-bottom: 12px;
}
.em-team-member .team-description .description{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #595566;
}


/*Simple widget CSS*/
.simple-widget {
    text-align: center;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.simple-widget img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.simple-widget h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.simple-widget p {
    font-size: 16px;
    color: #666;
}
.simple-widget .button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.simple-widget .button:hover {
    background: #005bb5;
}


/*Simple Slider CS*/
.repeater-slider-widget {
    display: flex;
    flex-wrap: nowrap;
}
.repeater-slider-widget .repeater-slide{
    position: relative;
}
.repeater-slide {
    padding: 0;
    margin-right: 30px;
}
.em-slider-style1.repeater-slider-widget .repeater-slide:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(9.35deg, #002442 25.99%, rgba(102, 102, 102, 0) 66.68%);
    bottom: 0;
    left: 0;
    border-radius: 41px;
    z-index: 8;
}
.repeater-slide {
    flex: 0 0 33.33%; /* Adjust this percentage based on the number of slides you want to show */
    box-sizing: border-box;
    padding: 0;
}

.repeater-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.repeater-slider-widget .repeater-slide .button {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", poppins;
    color: #FFFFFF;
    background-color: #FF7A00;
    border-radius: 41px 41px 41px 41px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 30px 15px 30px;
    display: inline-block;
    min-width: 232px;
    background-image: url(https://totaaladvies.nl/wp-content/uploads/2024/07/button-arrow.svg);
    background-position: center right 44px;
    background-repeat: no-repeat;
    background-size: 15px;
}
.em-slider-style1 .repeater-slide .box_content {
    text-align: center;
    position: relative;
    z-index: 9;
    color: #fff;
    margin-top: -79px;
    padding-bottom: 40px;
}
.em-slider-style2 .repeater-slide .box_content {
    color: #333;
    text-align: center;
    padding-top: 20px;
}
body .repeater-slider-widget.slick-slider {
    padding-bottom: 35px;
}
.repeater-slider-widget.em_post_slider .slick-prev {
    position: absolute;
    bottom: -48px;
    right: 50px;
    left: auto;
    top: auto;
}
.repeater-slider-widget.em_post_slider .slick-prev, 
.repeater-slider-widget.em_post_slider .slick-next {
    opacity: 1;
}
.em_post_slider .slick-prev.slick-disabled, 
.em_post_slider .slick-next.slick-disabled {
    opacity: .5;
    cursor: default;
}
.repeater-slider-widget.em_post_slider .slick-next{
    position: absolute;
    bottom: -48px;
    right: 0;
    left: auto;
    top: auto;
}
.repeater-slide h3 {
    margin: 0 0 24px;
}
.repeater-slide p {
    margin: 0 0 30px;
}
.repeater-slide .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
