/*
Theme Name: WZO
Author: EGO team
Author URI: https://ego-wba.co.il/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
body, html {
    font-family: 'Montserrat', sans-serif;
    background: white;
    -webkit-font-smoothing: antialiased;
}
.--container {
    max-width: 1375px;
    padding: 0 50px;
    width: 100%;
    margin: auto;
}

header .--wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 0;
}

header .--wrap .logos img {
    height: 58px;
}

header .--wrap .logos {
    display: flex;
    gap: 28px;
}

header {
    background: white;
    position: relative;
    z-index: 1111;
    width: 100%;
    top: 0;
}

.--menu-btn {
    background: transparent;
}

header.--absolute {
    position: absolute;
}

header.--transparent {
    background: transparent;
}

.subheader {
    background: var(--Blue-WZO3, #3B5998);
    width: 100%;
    color: white;
}

.subheader ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 40px;
}

.subheader a {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 21px 0;
    padding-bottom: 20px;
    display: block;
}
.subheader .col-right a {font-weight: 500;font-size: 15px;color: #C5C5C5;}
.subheader .--wrap {
    display: flex;
    justify-content: space-between;
}
.subheader select {
    /* border-radius: 0; */
    background-color: transparent;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .2s;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}

.subheader select:hover {
    background-color: #00000014;
}
.subheader .--wrap > .col-left, .subheader .--wrap > .col-right {
    display: flex;
    align-items: center;
    gap: 25px;
}
.subheader ul li {
    margin: 0;
    padding: 0;
    display: flex;
}

.home--start {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home--start video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.s-blog .--posts {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.s-blog .--posts > .ui-post--card {
    width: calc(33% - 18px);
}

.ui-post--card {
    color: var(--gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: flex-start;
}

.ui-post--card .thumbnail img {
    width: 100%;
    border-radius: 8px;
    height: 240px;
    object-fit: cover;
}
.--single-post .--layout .--thumbnail {
    margin-top: 20px;
}
.ui-post--card .thumbnail, .--single-post .--layout .--thumbnail {
    line-height: 0;
    display: inline-flex;
    position: relative;
}
.ui-post--card .thumbnail:after, .--single-post .--layout .--thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #00000014;
    border-radius: 8px;
}
.ui-post--card > .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    height: 100%;
    align-items: flex-start;
    width: 100%;
}
.--caption {
    gap: 6px;
    color: var(--gray-600, #475467);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    display: flex;
    margin-bottom: 32px;
}

.--caption:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.47106 12.2426L7.52825 13.1854C6.2265 14.4872 4.11595 14.4872 2.8142 13.1854C1.51245 11.8837 1.51245 9.77314 2.8142 8.47139L3.75701 7.52858M12.2423 8.47139L13.1851 7.52858C14.4868 6.22683 14.4868 4.11628 13.1851 2.81454C11.8834 1.51279 9.7728 1.51279 8.47106 2.81454L7.52825 3.75735M5.66632 10.3333L10.333 5.66664" stroke="%2398A2B3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: cover;
    margin-top: 1px;
    min-width: 17px;
}

.ui-post--card > .wrapper .categories a {
    display: inline-flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Blue-WZO-2, #74B3DD);
    background: var(--base-white, #FFF);
    color: var(--Blue-WZO3, #3B5998);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;
}

.ui-post--card .title a {
    color: var(--gray-900, #101828);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 8px;
    display: inline-block;
}

.ui-post--card > .wrapper .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
    min-height: 24px;
}

.--last-post .ui-post--card > .wrapper {
    flex-wrap: nowrap;
}

.--last-post .ui-post--card > .wrapper > .thumbnail {
    min-width: 60%;
}

.--last-post .ui-post--card > .wrapper > .thumbnail img {
    height: 386px;
}

.ui-post--card > .wrapper > .details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100% - 258px);
    position: relative;
    z-index: 1;
}

.ui-post--card > .wrapper > .details > time {
    margin-top: auto;
    font-size: 14px;
    padding-top: 24px;
}

.s-blog {
    margin-top: 160px;
    margin-bottom: 160px;
}

.s-blog .s-header .caption {
    color: var(--Blue-WZO3, #3B5998);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 12px;
}

.s-blog .s-header .label {
    color: var(--gray-900, #101828);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
    text-indent: -3px;
}

.s-blog .s-header {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 32px;
}

.s-blog .s-content {
    display: grid;
    gap: 48px;
}

.--pagination {
    max-width: 1216px;
    padding-top: 20px;
    width: 100%;
    border-top: 1px solid var(--gray-200, #EAECF0);
    display: flex;
}

.--pagination .page-numbers {
    border-radius: 8px;
    background: white;
    display: flex;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: var(--gray-800, #1D2939);
    text-align: center;

    /* Text sm/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 12px;
    transition: .2s;
}

.--pagination .page-numbers.current, .--pagination .page-numbers:hover {
    background: var(--gray-50, #F9FAFB);
}

.--pagination .page-numbers.prev, .--pagination .page-numbers:last-child:not(.next) {
    margin-right: auto;
}

.--pagination .page-numbers.next,  .--pagination .page-numbers:first-child:not(.prev) {
    margin-left: auto;
}
.rtl .--pagination .page-numbers.prev, .rtl .--pagination .page-numbers:last-child:not(.next) {
    margin-left: auto;
    margin-right: 0;
}

.rtl .--pagination .page-numbers.next,  .rtl .--pagination .page-numbers:first-child:not(.prev) {
    margin-right: auto;
    margin-left: 0;
}
.--pagination .page-numbers.prev, .--pagination .page-numbers.next {
    border-radius: 8px;
    border: 1px solid var(--Blue-WZO-2, #74B3DD);
    background: var(--base-white, #FFF);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    gap: 8px;
}

.--pagination .page-numbers.prev:before, .--pagination .page-numbers.next:after {
    content: '';
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8337 10.0001H4.16699M4.16699 10.0001L10.0003 15.8334M4.16699 10.0001L10.0003 4.16675" stroke="%23344054" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 20px;
    height: 20px;
}
.--pagination .page-numbers.next:after {
    transform: rotate(180deg);
}
select {appearance: none;-webkit-appearance: none;display: flex;width: max-content;flex-direction: column;padding: 10px 14px;padding-bottom: 8px;padding-right: 50px;align-items: center;gap: 8px;align-self: stretch;border-radius: 8px;border: 1px solid var(--gray-300, #D0D5DD);background-color: var(--base-white, #FFF);

    /* Shadow/xs */box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);color: var(--gray-900, #101828);

    /* Text md/Medium */font-size: 16px;font-weight: 500;line-height: 24px; /* 150% */cursor: pointer;background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 7.5L10 12.5L15 7.5" stroke="%23667085" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat: no-repeat;background-position: calc(100% - 14px) center;}

.s-blog .s-content .--filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}

ul.social-links svg {
}
.subheader .--wrap h1 {
    color: white;
    font-size: 18px;
}
footer {
    background: var(--Blue-WZO3, #3B5998);
    color: white;
    padding: 40px 0px;
    font-size: 14px;
}
footer .--row .logos {
    display: flex;
    gap: 24px;
}
footer .--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .--row .logos img {
    height: 48px;
}

footer .--row ul {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

footer .--row ul a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: block;
}

footer .--row:last-child {
    margin-top: 82px;
}

.page-id-1486 .langs{
    display: none;
}
#menu-item-7153,#menu-item-7175 {
    display:none;
}
.footer-menu #menu-item-7153,
.footer-menu #menu-item-7175 {
    display:inline-block;
}
html[lang="pt-PT"] body.page-id-5393 #menu-short-menu-fr,[lang="es"] body.page-id-5393 #menu-short-menu-fr {
    display: none;
}
html[lang="pt-PT"] body.page-id-5393 .footer {
    display: none;
}
body.home:not(.header-fixed) .header .main-menu li {
    list-style-type: none;
    display: inline-block;
    /*margin: 85px 10px 0;*/
}
#menu-item-14 {
    display: none;
}
body.header-fixed .header .main-menu a, body.inner .header .main-menu a {
    padding: 35px 10px 0;
}
.page-id-5393 .about-wrapper .about-banner {
    height: 860px;
}
.page-id-5393 .about-wrapper .about-banner .content p {
    margin-bottom: 15px;
}


body.index #menu-item-5642 a:before,body.index #menu-item-5640 a:before {
    background-image: url(/wp-content/themes/wzo/svg/tree_icon.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    display: block;
    height: 108px;
    width: 95px;
    background-size: 70px;
    opacity: 0.8;
}
body.page-id-5393 .categories-menu .lang-he {
    /*display: none;*/
}
body.header-fixed .header .logos img, body.inner .header .logos img {
    display: block!important;
}
body.header-fixed .header .logos .logo, body.inner .header .logos .logo {
    background: transparent!important;
}
[lang="es"] body.page-id-5393  .footer,[lang="pt"] body.page-id-5393  .footer {
    display: none;
}
.footer #menu-short-menu, #menu-short-menu-fr-1,#menu-short-menu-1 {

    list-style: none;
    text-align: left;
}
.footer #menu-short-menu a,
body:not(.header-fixed) .menu-short-menu-fr-container a,
#menu-short-menu-1 a {
    /*color: white!important;*/
}
.footer #menu-short-menu a,
.footer .menu-short-menu-fr-container a,
.footer #menu-short-menu-1 a {
    color: white!important;
}
.footer {
    min-height: 430px;
}

body.hebrew .footer .contacts p:before, body.hebrew .footer .contacts a:before {
    right: initial;
    left: 0!important;
}
.subheader .col-right svg path {stroke: white;}

.--single-post .--layout {
    max-width: 800px;
    margin: auto;
    color: var(--gray-600, #475467);
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.--single-post {
    margin: 120px 0;
}

.--single-post .--categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 16px;
}

.--single-post .--categories a {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Blue-WZO-2, #74B3DD);
    background: var(--base-white, #FFF);
    color: var(--Blue-WZO3, #3B5998);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.--single-post h1 {
    color: var(--gray-900, #101828);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
    margin-bottom: 16px;
}

.--single-post .--layout .--content {
    font-size: 18px;
    line-height: 28px;
}

.--single-post .--meta {
    border-top: 1px solid #EAECF0;
    padding: 24px 0px;
    color: var(--on-surface-40, rgba(0, 0, 0, 0.44));
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin: 32px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.--single-post .--layout .--content p {
    margin: 20px 0;
}
.--single-post .--layout .--thumbnail img {
    width: 100%;
    border-radius: 16px;
}

.--thumbnail {
    margin-bottom: 16px;
}

.--single-post blockquote {
    border-left: 2px solid #284492;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 50px;
}

.--single-post blockquote > :first-child {
    color: var(--gray-900, #101828);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 22px;
}

.--single-post blockquote > p:last-child {
    margin: 0 !important;
}
.ui-btn {
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);

    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--gray-700, #344054);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    height: max-content;
}

.ui-btn .icon {
    line-height: 0;
}

.ui-btn.--icon {
    padding: 10px;
}

.--single-post .--footer {
    border-top: 1px solid var(--gray-200, #EAECF0);
    padding-top: 24px;
    margin-top: 25px;
}

.--single-post .--footer > .--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ui-post--card.--gallery-card {
    position: relative;
    height: 480px;
}

.ui-post--card.--gallery-card > .wrapper > .thumbnail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.ui-post--card.--gallery-card > .wrapper > .details {
    color: white;
    height: auto;
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgb(0 0 0 / 10%);

    /* Background blur / lg */
    backdrop-filter: blur(12px);
    margin: 24px;
    margin-top: auto;
    width: 100%;
}

.ui-post--card.--gallery-card > .wrapper > .thumbnail > img {
    height: 100%;
    border-radius: 0;
}

.ui-post--card.--gallery-card > .wrapper > .details .title a {
    color: white;
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
}

.ui-post--card.--gallery-card .thumbnail:after {
    border-radius: 0px;
}

.ui-post--card.--gallery-card > .wrapper > .details .meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    gap: 15px;
    line-height: 1;
}
.galleries-single .galleries-single-content .meta {
    font-size: 14px;
    display: flex;
    line-height: 1.3;
    gap: 8px;
    margin-bottom: 15px;
    font-weight: 500;
}

.page--about > .--header {
    position: relative;
}

.page--about > .--header > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page--about > .--header > .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page--about > .--header .--wrap {
    color: white;
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 130%;
    padding: 110px 0;
    max-width: 750px;
}

.page--about > .--header .--wrap h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
}

.page--about .--content {
    margin: 120px 0;
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

.page--about .--flex {
    display: flex;
    justify-content: space-between;
}

.page--about .--content p {
    margin: 12px 0;
}

.page--about .--flex > .col-left, .page--about .--flex > .col-right {
    width: 50%;
}

.page--about .--flex.--gap {
    gap: 40px;
}

.page--about .--flex > .col {
    width: 33%;
}

.page--about .--content  ul {
    padding-left: 20px;
    display: grid;
    gap: 10px;
    margin-bottom: 35px;
}
.page--about .--div {
    width: 80.31px;
    height: 5px;
    margin-top: 24px;
    background: var(--Blue-WZO3, #3B5998);
    margin-bottom: 11px;
}

.page--about .--header .--div {
    margin: 24px 0;
}

.page--about > .--header p {
    margin: 20px 0;
}

.page--about .--image img {
    width: 100%;
    padding: 2px;
}

.page--about .--content p:empty {
    display: none;
}

.page--about .--image {
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.page--about .--image .--caption {
    padding: 0 30px;
    margin: 0;
    display: block;
}

.page--about .--image .--caption:before {
    display: none;
}

.page--about .--content .--caption p {
    margin: 10px 0;
}

.--menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    pointer-events: none;
    display: flex;
}

.--menu .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.--menu > .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
}

.--menu .--wrap {
    position: relative;
    z-index: 2;
    padding: 72px 0;
    overflow: auto;
    max-height: 100vh;
    display: flex;
    justify-content: space-between;
    transition: .3s;
    opacity: 0;
    margin: auto;
}
.--menu .--wrap::-webkit-scrollbar {
    display: none;
}
.--menu .--wrap ul {
    list-style: none;
    display: grid;
    gap: 30px;
}

.--menu .--wrap ul li a {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.--menu > .bg:after {
    content: '';
    background: linear-gradient(89deg, rgba(8, 8, 8, 0.40) 0.49%, rgba(8, 8, 8, 0.00) 99.56%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.--menu-open .--menu {
    pointer-events: auto;
}

.--menu-open .--menu > .bg {
    opacity: 1;
}

.--menu-open .--menu .--wrap {
    opacity: 1;
}

.--menu .--wrap .close {
    cursor: pointer;
    height: max-content;
}
.--menu .--wrap .languages {
    display: flex;
    gap: 35px;
    margin-top: 50px;
}

.--menu .--wrap .languages a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    opacity: .6;
}

.--menu .--wrap ul.social-links {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.--menu .--wrap ul.social-links a {
    line-height: 0;
    display: block;
}

.--menu .--wrap ul.social-links svg {
}
/* Geula menu */
#menu-main-menu > li:last-child a:before,
#menu-short-menu > li:last-child a:before,
[lang="en"] #menu-short-menu-fr > li:nth-child(6) a:before {
    background-image: url(/wp-content/themes/wzo/assets/geula/Geula.png);
    background-repeat: no-repeat;
    display: block;
    height: 108px;
    width: 95px;
    background-position: center center;
    background-size: 80%;
}
html body .uwy.userway_p1 .uai {
    top: 164px!important;
}
[lang="en"] body.index .header .main-menu a {
    font-size: 14px;
}
body.index .header .main-menu li {
    max-width: 113px;
}
.page--about h2 {
    font-size: 64px;
    line-height: 1;
}
.--align-center {
    align-items: center;
}
.l-mb-80 {
    margin-bottom: 80px;
}

input.wpcf7-form-control {
    border-radius: 8px;
    border: 1px solid #D2CCB0;
    background: #FFF;
    display: inline-flex;
    height: 38px;
    padding: 7px 1.39px 7px 11px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}

form a {
    color: var(--Blue-WZO3, #3B5998);
    line-height: 1.7;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 8px;
    background: var(--Blue-WZO3, #3B5998);
    display: flex;
    width: 394px;
    height: 38px;
    padding: 7px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 100%;
    color: white;
    font-weight: 500;
    margin: 30px auto;
    margin-bottom: 0;
    border-color: transparent;
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
    opacity: 0.4;
}
.tree--forms {
    text-align: center;
    margin: 115px 0;
}

.rtl #menu-item-11281, .rtl #menu-item-11282, .rtl #menu-item-11280, .rtl #menu-item-92, .rtl #menu-item-62, .rtl #menu-item-2784, .rtl #menu-item-3623, .rtl #menu-item-2281 {
    display: none;
}
.rtl .page--about > .--header > .bg {
    transform: rotateY(180deg);
}

.rtl .--pagination .page-numbers.next:after {
    transform: rotate(0deg);
}

.rtl .--pagination .page-numbers.prev:before {
    transform: rotate(180deg);
}

.rtl textarea, .rtl input {
    direction: rtl !important;
}
body:not(.lang--en) li#menu-item-2281 {
    display: none;
}
div#category-5 {
    display: none;
}

header .--wrap .col-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.--menu .search-form input {
    padding: 13px 10px;
    border-radius: 8px;
    padding-left: 20px;
    background: #00000012;
    font-size: 16px;
    color:white;
    cursor: pointer;
}

.--menu .--wrap .search {
    margin-top: 50px;
}

.--menu .search-form input::placeholder {
    color: #ffffff87;
}
.--menu form.search-form {
    display: flex;
    align-items: center;
}

@media (max-width: 1279px) {
    body.index .header .main-menu li, body.header-fixed .header .main-menu li, body.inner .header .main-menu li {
        display: block;
        float: left;
        width: 100%;
        margin: 0;
    }
    body.index .header .main-menu.visible, body.header-fixed .header .main-menu.visible, body.inner .header .main-menu.visible {
        height: auto;
        display: block;
    }
}
footer a {
    color: white;
}