/* courses posts */

#liron-feature-wrapper .featured-item img {
    height: auto;
    padding: 0;
}
#liron-course-wrapper {
    overflow: hidden;
}

#liron-course-wrapper .liron-course-grid .course-item .image-wrapper img {
    height: auto;
}

#liron-course-wrapper .liron-course-grid .course-item .logo-wrapper img {
    width: auto;
}

#liron-course-wrapper .liron-course-grid .course-item .content-wrapper {
    right: 14px !important;
}

main h1.wp-block-heading {
    font-family: Barlev-Regular, arial;
    font-size: 74.5px;
    font-weight: 400;
    line-height: .83;
    letter-spacing: normal;
    margin-top: 22px;
    margin-bottom: 0;
    /*text-align: center;*/
    color: #000;
    font-stretch: normal;
    font-style: normal;
}

main h2.wp-block-heading {
    font-family: Barlev-Light, arial;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 2.8px;
    /*text-align: center;*/
    color: #000;
    font-stretch: normal;
    font-style: normal;
}

main h2 + h1.wp-block-heading {
    margin-bottom: 60px;
}

.liron-feature-grid-carousel .logo-wrapper img {
    max-width: 35px;
    width: 100%;
}

.liron-feature-grid-carousel .owl-nav {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.liron-feature-grid-carousel .owl-nav .owl-prev {
    margin-right: -54px;
}

.liron-feature-grid-carousel .owl-nav .owl-next {
    margin-left: -54px;
}

.liron-feature-grid-carousel .owl-nav .owl-prev span,
.liron-feature-grid-carousel .owl-nav .owl-next span {
    display: none;
}

.liron-feature-grid-carousel .owl-nav .owl-prev::after {
    content: "";
    display: block;
    width: 29px;
    height: 19px;
    background-image: url("images/right-arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;

}

.liron-feature-grid-carousel .owl-nav .owl-next::after {
    content: "";
    display: block;
    width: 29px;
    height: 19px;
    background-image: url("images/left-arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.liron-feature-grid-carousel .owl-dots {
    display: none;
}

 a.liron-button-custom{
    display: none;
    text-align: center;
}
 a.liron-button-custom span{
    display: inline-block;
    padding: 18px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #ff0089, #ff2a48);
    border-image-slice: 1;
    margin-top: 45px;
    margin-bottom: 65px;
    font-family: 'Almoni-Regular', arial;
    font-size: 21px;
    line-height: 0.9;
    color: #ff1f59;
}

@media (max-width:991px){

    .liron-feature-grid-carousel .owl-nav {
        top: 50%;
    }
    .liron-feature-grid-carousel .owl-nav .owl-prev {
        margin-right: -20px;
    }
    
    .liron-feature-grid-carousel .owl-nav .owl-next {
        margin-left: -20px;
    }
}

@media (max-width : 768px) {
     a.liron-button-custom{
        display: block;
        text-align: center;
    }
    .liron-feature-grid-carousel .featured-item:nth-child(n+4) {
        display: none;
    }

    main #courses-page-wrapper .wp-block-embed iframe, .entry-content .wp-block-embed iframe {
        /*height: auto;*/
        max-height: 55vw;
    }

}

main #courses-page-wrapper h2.wp-block-heading {
    font-size: 42px;
    font-family: Barlev-Regular, arial;
    /*margin-top: 110px;*/
    letter-spacing: 0;
}

#courses-page-wrapper .courses-video {
    margin-top: 100px;
}
#text-image-block {
    display: flex;
}
#text-image-block:not(:last-of-type) {
    margin-bottom: 70px;
}
#text-image-block .wp-block-columns {
    gap: 0;
}
#text-image-block:last-of-type .wp-block-columns {
    margin-bottom: 0;
}

#text-image-block .text-col {
    /*padding-left: 90px;*/
}

#text-image-block img {
    padding: 0;
}
#text-image-block .text-col img {
    height: 50px;
    width: auto;
}

#text-image-block .text-col h3 {
    font-family: Barlev-Regular, arial;
    font-size: 55px;
    max-width: 82%;
}

#text-image-block .text-col p {
  max-width: 82%;
  line-height: 1.26;  
}

#text-image-block .text-col .liron-button {
    font-family: 'Almoni-Neue-Black';
    font-size: 22px;
}

#text-image-block .liron-button:after {
    background-color: #ff1864;
}

blockquote.wp-block-quote {
    border: none;
    padding: 0;
}

blockquote.wp-block-quote:before {
    content: " ";
    background-image: url('images/quote-block.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}