/*@nav-font-size: 1.3em;*/
/*font resize*/
.text-brand {
    color: #e3b313;
}

.text-brand-bold {
    color: #e3b313;
    font-weight: bold;
}

.text-red {
    color: #ee2e24;
}

.text-green {
    color: #155428;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right;
}

/*========responsive fonts==============*/
h2 {
    font-size: 17px;
}

.btn,
h3,
.recipe-properties {
    font-size: 14px;
}

html,
p,
body,
.form-control,
h4 {
    font-size: 12px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 18px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 16px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 18px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 20px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 19px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}

#category #category-banner {
    background-image: url(/wp-content/themes/yadmordechai/assets/img/homepage/promo-bg-2.jpg);
    background-size: cover;
    padding: 20px 0 40px;
}

#category #category-banner .container {
    position: relative;
}

#category #category-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#category #category-banner .video-wraper {
    padding-bottom: 56.65%;
    position: relative;
}

#category #category-banner .swiper-container {
    box-shadow: none;
}

#category #category-banner img {
    width: 100%;
    box-shadow: none;
}

#category #category-banner header {
    position: absolute;
    top: 3em;
    right: 3em;
    width: 12.1em;
    font-size: 1.1em;
    z-index: 1;
}

#category #category-banner header .title {
    color: #bf9100;
    font-size: 2.5em;
    margin: 0;
    font-weight: bold;
    line-height: 0.9;
    margin-bottom: 0.1em;
}

#category #category-banner header .subtitle {
    font-weight: 100;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
    line-height: 1;
}

#category h3,
#category h2,
#category .inspiration-title {
    font-weight: bold;
    color: #124734;
}

#category #category-main {
    /* background-image: url(/wp-content/themes/yadmordechai/assets/img/homepage/promo-bg-2.jpg); */
    /* background-size: 100%; */
    /*min-height: 1200px;*/
    /* background-repeat: repeat-y; */
    /*height:2000px;*/
    padding: 8em 0 5em;
}

#category #category-main #category-description {
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    height: auto;
    min-height: 400px;
    /*padding-bottom: 18%;*/
    margin-top: -4em;
    padding-top: 4em;
    /* background-image: url("/wp-content/themes/yadmordechai/assets/img/category/category-bg.png"); */
}

@media (max-width: 767px) {
    #category #category-main #category-description {
        /*background-image: url('/wp-content/themes/yadmordechai/assets/img/category/category-page-bg-mobile.png');*/
        background-image: none;
    }
}

@media (min-width: 1600px) {
    #category #category-main #category-description {
        min-height: 416px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    #category #category-main #category-description .container {
        width: 1000px;
    }
}

#category #category-main #category-description header h3,
#category #category-main #category-description header h2 {
    margin: 0;
    font-size: 1.6em;
    margin-bottom: 0.1em;
}

#category #category-main #category-description header p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1;
}

#category #category-main .subcategories {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 2em;
}

#category #category-main .subcategories a {
    color: #124734;
}

#category #category-main .subcategories a.active {
    color: #e3b313;
}

#category #category-main .subcategories a:after {
    content: " ג€¢ ";
    color: #124734 !important;
}

#category #category-main .subcategories a:last-of-type:after {
    content: none;
}

#category #category-main #category-products .container {
    transition: all ease 0.2s;
    opacity: 1;
}

#category #category-main #category-products .container.ng-hide {
    display: block !important;
    opacity: 0;
}

#category #category-main #category-products .swiper-slide {
    text-align: center;
    width: 12em;
    align-self: flex-end;
    font-weight: bold;
}

#category #category-main #category-products .swiper-slide .headline {
    font-size: 1em;
    margin-top: 0.8em;
    color: #124734;
    font-weight: bold;
    line-height: 1;
    min-height: 2em;
}

#category #category-main #category-products .swiper-slide a {
    margin-right: -1em;
    text-indent: 0.5em;
}

@media (max-width: 480px) {
    #category #category-main #category-products .swiper-slide a {
        font-size: 1.5em;
    }
}

#category #category-main #category-products .swiper-slide a:hover,
#category #category-main #category-products .swiper-slide a:focus {
    color: #e3b313;
}

#category #category-main #category-products .swiper-slide .slide-placeholder {
    width: 100%;
    height: 250px;
    background-color: #eee;
    border: 10px solid #fff;
    margin-bottom: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='165' viewBox='0 0 240 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_313_2)'%3E%3Cpath d='M162 75.2898C172.71 75.2898 181.39 66.6098 181.39 55.8998C181.39 45.1898 172.71 36.5098 162 36.5098C151.29 36.5098 142.61 45.1898 142.61 55.8998C142.61 66.6098 151.29 75.2898 162 75.2898Z' fill='%23BBBDBF'/%3E%3Cpath d='M0 0V164.56H240V0H0ZM231.89 156.45H224.81L173.62 105.26L146.57 132.31L89.42 75.16L8.13 156.45H8.12V8.11H231.89V156.44V156.45Z' fill='%23BBBDBF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_313_2'%3E%3Crect width='240' height='164.56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

#category #category-main .show-more-wrap {
    padding: 1em 0;
    text-align: center;
}

#category #category-main .btn.show-more {
    background-color: #124734;
    color: #fff !important;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 2em;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #category #category-description .container {
        width: 900px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #category #category-description {
        min-height: 260px;
    }

    #category #category-description .container {
        width: 700px;
    }
}

#category-articles .article-wrap header {
    padding: 10px;
}

@media (min-width: 768px) {
    #category-articles .category-articles-container {
        display: flex;
        flex-wrap: wrap;
    }

    #category-articles .category-articles-container .recipe-article,
    #category-articles .category-articles-container .magazine-article {
        overflow: hidden;
        margin-top: 1em;
    }

    #category-articles .category-articles-container .article {
        height: 100%;
    }

    .article-cube .article-wrap {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*
        justify-content: space-between;*/
    }
}

.tax-course .results-title {
    font-weight: bold;
    color: #604039;
    font-size: 36px;
    margin-bottom: 50px !important;
}

#category-articles .container h1,
#category-articles .container h2,
#category-articles .container h3 {
    text-align: center;
    margin: 0;
}

.tax-product-category #category-articles .container h3 {
    margin: 2em 0 0 0;
}

#category-articles.inspiration-category-articles {
    margin-top: -5%;
}

@media (max-width: 767px) {
    #category .mobile-header h1 {
        font-size: 32px;
        line-height: 1.5;
        margin-top: 3px;
        height: var(--header-height);
    }

    #category #category-banner .swiper-slide:not(.card-bg-transparent) img {
        width: 150%;
    }

    #category #category-banner .swiper-slide.card-bg-transparent img {
        width: 80%;
        margin-inline-start: 25%;
    }

    #category #category-banner header {
        top: 0.4em;
        right: 1.7em;
    }

    #category.inspiration #category-banner .container {
        overflow: hidden;
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
    }

    #category.inspiration #category-main #category-description {
        min-height: 0;
    }

    #category #category-main #category-description {
        padding-bottom: 0;
        min-height: 280px;
    }

    #category #category-main #category-description header {
        text-align: center;
        width: 90%;
        margin: -3em auto 0 auto;
        line-height: 1.3;
    }

    #category #category-main #category-description header h2,
    #category #category-main #category-description header h3 {
        font-size: 2.6em;
        font-weight: normal;
        line-height: 1;
    }

    #category #category-main #category-description header p {
        font-size: 1.5em;
        font-weight: normal;
    }

    #category #category-main #category-products .container {
        padding: 0;
        margin-top: 15px;
    }

    #category #category-main #category-products .swiper-slide {
        text-align: center;
        width: 100%;
        align-self: flex-end;
        font-weight: bold;
    }

    #category #category-main #category-products .swiper-slide img {
        width: 40%;
    }

    #category #category-main #category-products .swiper-slide .headline {
        font-size: 2em;
        min-height: 1em;
        margin-top: 0;
        color: #124734;
        font-weight: bold;
        line-height: 1;
        padding: 0 1rem;
    }

    #category #category-main #category-products .swiper-slide a {
        margin-right: -0.8em;
    }

    #category #category-main #category-products .swiper-slide a:hover,
    #category #category-main #category-products .swiper-slide a:focus {
        color: #e3b313;
    }

    #category #category-main #category-products .swiper-button-next {
        left: 35px;
        right: auto;
        display: block;
    }

    #category #category-main #category-products .swiper-button-prev {
        right: 35px;
        display: block;
    }

    #category #category-main #category-products .swiper-button-next,
    #category #category-main #category-products .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) and (max-width: 320px) {
    #category #category-main #category-products .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    #category #category-main #category-products .swiper-slide img {
        margin-bottom: 10px;
    }
}

.article-cube .article-wrap {
    /* background-color: #608567; */
    background-color: #455F4A;
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    height: 100%;
    transition: all ease 0.2s;
    margin: 1em 0 0;
}

.article-cube .article-wrap .article-img {
    width: 100%;
    background-size: 121%;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    position: relative;
    padding-bottom: 67%;
    transition: all ease 1s;
    top: -1px;
}

.article-cube:hover .article-wrap .article-img {
    background-size: 130%;
}

.article-cube .article-wrap .article-img.placeholder {
    position: relative;
}

.article-cube .article-wrap .article-img.placeholder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    color: #a2a1a1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='240' height='165' viewBox='0 0 240 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_313_2)'%3E%3Cpath d='M162 75.2898C172.71 75.2898 181.39 66.6098 181.39 55.8998C181.39 45.1898 172.71 36.5098 162 36.5098C151.29 36.5098 142.61 45.1898 142.61 55.8998C142.61 66.6098 151.29 75.2898 162 75.2898Z' fill='%23BBBDBF'/%3E%3Cpath d='M0 0V164.56H240V0H0ZM231.89 156.45H224.81L173.62 105.26L146.57 132.31L89.42 75.16L8.13 156.45H8.12V8.11H231.89V156.44V156.45Z' fill='%23BBBDBF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_313_2'%3E%3Crect width='240' height='164.56' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
}

.article-cube .article-wrap .article-img .video-btn {
    background-image: url(/wp-content/themes/yadmordechai/assets/img/play-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    /*&:hover {
                      transform: scale(1.1);
                  }*/
}

.article-cube .article-wrap .article-img>div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.2em 0.5em;
    text-align: center;
    color: #e3e3e1;
}

.article-cube .article-wrap .article-img>div i {
    display: inline-block;
    width: 1.5em;
    height: 1.3em;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.article-cube .article-wrap .article-img>div.tag-Article {
    background-color: #155428;
}

.article-cube .article-wrap .article-img>div.tag-Article i {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_361_2)'%3E%3Cpath d='M15.9375 20.5604C15.9375 20.5604 22.3429 17.4391 24.8911 23.0014C24.8911 23.0014 22.203 20.3403 15.9375 20.5604Z' fill='%23E3E3E1'/%3E%3Cpath d='M25.483 1.83074C24.0241 0.700285 21.9756 0 19.7072 0C17.2789 0 15.1105 0.800325 13.6415 2.07084H13.6016V20.7384C13.6016 20.7384 17.2789 18.8277 19.7072 18.8277C21.9756 18.8277 24.0241 19.788 25.483 20.9185L25.503 1.83074H25.483ZM23.5544 15.0961H15.5502V14.0357H23.5544V15.0961ZM23.5544 13.0553H15.5502V11.9949H23.5544V13.0553ZM23.5544 11.0245H15.5502V9.96405H23.5544V11.0245Z' fill='%23E3E3E1'/%3E%3Cpath d='M10.063 20.5604C10.063 20.5604 3.65755 17.4391 1.10938 23.0014C1.10938 23.0014 3.79746 20.3403 10.063 20.5604Z' fill='%23E3E3E1'/%3E%3Cpath d='M12.3615 2.07084C10.8926 0.800325 8.72411 0 6.29585 0C4.02748 0 1.97894 0.700285 0.51999 1.83074H0.5L0.51999 20.9185C1.97894 19.788 4.02748 18.8277 6.29585 18.8277C8.72411 18.8277 12.4015 20.7384 12.4015 20.7384V2.07084H12.3615ZM2.58851 3.86157H6.44575V8.99366H2.58851V3.86157ZM10.4529 15.0961H2.44862V14.0357H10.4529V15.0961ZM10.4529 13.0553H2.44862V11.9949H10.4529V13.0553ZM10.4529 11.0245H2.44862V9.96405H10.4529V11.0245ZM10.5928 8.99366H7.51498V7.93323H10.5928V8.99366ZM10.5928 6.95283H7.51498V5.8924H10.5928V6.95283ZM10.5928 4.922H7.51498V3.86157H10.5928V4.922Z' fill='%23E3E3E1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_361_2'%3E%3Crect width='25' height='23' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.article-cube .article-wrap .article-img>div.tag-Recipe {
    background-color: #943A0A;
}

.article-cube .article-wrap .article-img>div.tag-Recipe i {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_361_26)'%3E%3Cpath d='M24.5 13.8746H20.8651V13.3085C20.8651 12.7013 21.3574 12.2008 21.9728 12.2008H22.1451C22.4241 12.2008 22.6456 11.9793 22.6456 11.7003V10.5762H2.35434V11.7003C2.35434 11.9793 2.5841 12.2008 2.85487 12.2008C3.46205 12.2008 3.96257 12.6931 3.96257 13.3085V13.8746H0.5V15.4992H3.96257V20.6295C3.96257 21.7341 4.858 22.6295 5.96257 22.6295H18.8651C19.9697 22.6295 20.8651 21.7341 20.8651 20.6295V15.4992H24.5V13.8746Z' fill='white'/%3E%3Cpath d='M12.535 8.73026C12.3545 8.58256 12.1247 8.49231 11.9442 8.34461C11.4929 7.97538 11.0826 7.55693 10.7708 7.07282C10.4016 6.49846 10.1965 5.83385 10.2621 5.16103C10.3524 4.23385 11.4929 3.48718 12.0262 2.7159C12.5924 1.87897 12.7729 0.918974 13.1914 0C13.3309 0.918974 13.536 1.97743 13.3391 2.89641C13.1339 3.87282 12.4611 4.70154 12.2724 5.67795C12.1739 6.17846 12.1493 6.68718 12.1903 7.18769C12.2396 7.72103 12.4529 8.22154 12.535 8.73026Z' fill='white'/%3E%3Cpath d='M13.8783 3.16797C13.8373 3.39771 14.1901 4.1854 14.2476 4.41515C14.346 4.79258 14.4691 5.15361 14.5348 5.53925C14.6496 6.24489 14.4527 7.10643 13.8947 7.63156C13.7224 7.79566 13.263 8.19771 13.0989 7.82028C13.0004 7.58233 12.9922 7.24592 12.9922 6.98335C12.9922 6.5731 13.025 6.17104 13.0989 5.76899C13.1809 5.34233 13.304 4.92387 13.4681 4.52182C13.6158 4.16079 13.7963 3.56181 13.8701 3.16797H13.8783Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_361_26'%3E%3Crect width='24' height='23' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 1.2em;
    vertical-align: top;
}

.article-cube .article-wrap .article-img>div.tag-Product {
    background-color: #e2002e;
}

.article-cube .article-wrap .article-img>div.tag-Product i {
    background-image: url(/wp-content/themes/yadmordechai/assets/img/product-icon.png);
    width: 1.2em;
    vertical-align: top;
    background-position: center;
}

.article-cube .article-wrap .article-img>div.tag-Tip {
    /* background-color: #dbb001; */
    background-color: #6A5501;
}

.article-cube .article-wrap .article-img>div.tag-Tip i {
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='34' viewBox='0 0 39 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_361_24)'%3E%3Cpath d='M32.2916 0.00999412H6.70836C3.27926 0.00999412 0.5 2.78836 0.5 6.21634V20.6379C0.5 24.0658 3.27926 26.8442 6.70836 26.8442H24.4237L22.5142 34L29.0725 26.8442H32.2916C35.7207 26.8442 38.5 24.0658 38.5 20.6379V6.20635C38.5 2.77837 35.7207 0 32.2916 0V0.00999412Z' fill='%23E3E3E1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_361_24'%3E%3Crect width='38' height='34' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 1.2em;
    vertical-align: top;
    background-position: center;
}

.article-cube .article-wrap header {
    padding: 10px;
    height: fit-content;
}

@media (min-width: 767px) {
    .article-cube .article-wrap header {
        min-height: 80px;
    }
}

.article-cube .article-wrap header h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0;
    color: #ffffff !important;
    margin: 0;
    text-align: center;
}

.article-cube .article-wrap header p {
    font-weight: 400;
    margin: 0;
    color: #ffffff !important;
    font-size: 0.9em;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.article-cube .article-wrap header .rating-row {
    visibility: hidden;
    opacity: 0;
    /*display: none;*/
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.4s;
}

.article-cube .article-wrap header .rating-row ul {
    list-style: none;
    padding: 0;
    font-size: 0.9em;
}

.article-cube .article-wrap header .rating-row ul li {
    display: inline-block;
    padding: 0 0.5em;
    /*border-right:1px solid ;*/
    position: relative;
    vertical-align: top;
}

.article-cube .article-wrap header .rating-row ul li:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #e3e3e1;
}

.article-cube .article-wrap header .rating-row ul li:first-of-type {
    border-right: none;
    padding-right: 0;
}

.article-cube .article-wrap header .rating-row ul li:first-of-type:after {
    content: none;
}

.article-cube .article-wrap header .rating-row ul li>span {
    font-size: 1.2em;
}

.article-cube .article-wrap header .rating-row ul li.stars-wrap {
    width: 6.3em;
    height: 1.4em;
}

.article-cube .article-wrap header .rating-row ul li.stars-wrap span:last-of-type {
    float: left;
    font-size: 0.9em;
    margin-top: 0.2em;
    color: #124734;
}

.article-cube .article-wrap header .rating-row .angular-ratings {
    margin-top: 0.3em;
    font-size: 0.8em;
    float: right;
}

.article-cube .article-wrap header .rating-row .recipe-utils {
    padding: 0;
    margin: 0;
    border: none;
}

.article-cube .article-wrap header .rating-row .recipe-utils i,
.article-cube .article-wrap header .rating-row .recipe-utils .share-icon,
.article-cube .article-wrap header .rating-row .recipe-utils .like-icon,
.article-cube .article-wrap header .rating-row .recipe-utils .share-by-mail,
.article-cube .article-wrap header .rating-row .recipe-utils .fb-share-button {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.4em;
    position: relative;
}

.article-cube .article-wrap header .rating-row .recipe-utils .fb-share-button:after {
    content: " ";
    position: absolute;
    right: -0.5em;
    top: 15%;
    height: 75%;
    width: 1px;
    background-color: #e3e3e1;
}

.article-cube .article-wrap .btn {
    font-size: 0;
    background: transparent;
    color: #fff !important;
    position: relative;
    bottom: 10px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.article-cube .article-wrap .btn span {
    background-color: #124734;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='27' viewBox='0 0 50 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.73999 11.52L22.3799 0.369995V5.68005L6.00995 13.63V13.73L22.3799 21.67V26.9701L0.73999 15.8201V11.53V11.52Z' fill='white'/%3E%3Cpath d='M27.5601 11.52L49.2 0.369995V5.68005L32.83 13.63V13.73L49.2 21.67V26.9701L27.5601 15.8201V11.53V11.52Z' fill='white'/%3E%3C/svg%3E%0A");
    display: block;
    width: 90px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    border-radius: 15px;
    transition: 300ms;
}

@media (max-width: 480px) {
    .article-cube .article-wrap .btn span {
        width: 40px;
        height: 20px;
        background-size: 17px;
        border-radius: 6px;
    }
}

.article-cube:hover .article-wrap .btn span {
    background-color: #0b2e22;
}

.article-cube:hover,
.article-cube:focus {
    outline: none;
}

.article-cube:hover .article-wrap,
.article-cube:focus .article-wrap {
    /* background-image: url(/wp-content/themes/yadmordechai/assets/img/article-bg-hover.png); */
    /* transform: scale(1.07, 1.07); */
}

.article-cube:hover .article-wrap .rating-row,
.article-cube:focus .article-wrap .rating-row {
    opacity: 1;
    visibility: visible;
    /*display: block;*/
    max-height: 2em;
    margin-bottom: -0.6em;
    margin-top: -0.2em;
}

@media (max-width: 991px) {

    .article-cube .article-wrap header .subtitle {
        font-size: 1.3em;
        margin-top: 0.2em;
    }

    .article-cube .article-wrap header p {
        font-size: 1.1em;
    }
}

@media (max-width: 767px) {
    .article-cube .article-wrap {
        /*min-height: 29rem;*/
        /*padding-bottom: 100% !important;*/
        background-size: cover;
    }

    .article-cube .article-wrap header h2 {
        font-size: 1.6em;
        margin-top: 0.8em;
    }

    .article-cube .article-wrap header p {
        font-size: 1.3em;
    }

    .article-cube .article-wrap .article-img>div {
        font-size: 1.2em;
    }

    /*.article-cube .article-wrap header {*/
    /*    min-height: auto;*/
    /*}*/
    .article-cube .article-wrap .btn {
        position: relative;
        top: 0;
        bottom: 0;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) and (max-width: 350px) {
    .article-cube .article-wrap {
        /*padding-bottom: 120% !important;*/
    }
}

@media (max-width: 767px) and (max-width: 320px) {
    .article-cube .article-wrap .btn {
        bottom: 1.3em;
    }
}