/* Typo */
p, text, span, div, input, textarea, select, option, #events .event .info-description,#reviews .review .content .author *, #features .feature .text .body, #greetings p,#prices-subscription .feature .feature-text *, #prices-subscription .detail-text, #prices-subscription .subtitle, #prices-faq .question.active .head, #prices-faq .question *, #prices-faq .question .head {
    font-size: 2.1rem;
    line-height: 2.8rem;
}
h2, h1.page_title {
    font-family: 'Almoni Tzar', 'sans-serif';
    font-size: 7.2rem;
    line-height: 0.93;
    font-weight: 300;
}
#events .text-container h2, #service .title h2, #events .text-container h2, #features .title h2 {
    font-size: 6rem;
}
.justify-center{
    justify-content: center;
}
.text-center{
    text-align: center;
}
.semibold_desktop {
    font-weight: 600;
}
.mobile_only {display: none;}

@media screen and (max-width: 768px){
    .mobile_only {display: block;}
    .desktop_only{display: none;}
}
/*** reset ****/
body.page-template-default main ol{
    list-style: auto;
}
body.page-template-default main ul{
    list-style: initial;
    padding-right: 3rem;
    margin-bottom: 1.5rem;
}
body.page-template-default main li {
    margin-bottom: 1rem;
}
body.page-template-default main h1 {
    font-size: 8rem;
}
body.page-template-default main .entry-content p {
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px){
    body.page-template-default main h1 {
        font-size: 5rem;
    }
}

.border-btn {
    border: 2px solid #0085ff;
    color: #0085ff !important;
}

.border-btn:hover {
    background-color: #0085ff;
    border-color: #0085ff;
    color: #fff !important;
}

/* Logo styles */

img.custom-logo, img.logo {
    max-width: 75%;
}
@media screen and (min-width: 769px){
    .mobile-only {
        display: none !important;
    }
    #site-identity {
        margin-left: 10rem;
    }
    #site-identity .custom-logo-link {
        position: relative;
    }
    img.custom-logo {
        max-width: 100%;
        padding: 2.6rem 1.6rem;
        position: absolute;
        right: calc(-50% - 1.6rem);
        transform: translate(-50%, -50%);
    }
    #colophon img.logo{
        max-width: 100%;
        margin-top: 1rem;
    }
}

/* Header styles */ 
#masthead{
    transition: all 200ms linear;
}
#masthead:not(.toggled) {
    background: #dae4fc;
}
#masthead:hover:not(.toggled), #masthead.hover-menu-active{
    background: #fff;
}

#masthead.header-collapsed:not(.toggled) {
    padding: 1.8rem 0;
    background: #fff;
}
.menu-header-navigation-container {
    display: flex;
    visibility: hidden;
}
#hover-menu {
    column-gap: 5%;
}
#primary-menu .menu-item:first-child::after {
    display: none;
}

#primary-menu .menu-item.menu-item-has-children::after{
    content: "";
    background: url(/wp-content/themes/rav-messer/assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: initial;
    width: 1.4rem;
    height: 0.8rem;
    left: -2.2rem;
    display: inline-block;
    position: absolute;
/* 
    left: -2.2rem;
    border: solid #0d1340;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
}
#primary-menu .menu-item.menu-item-has-children:hover::after {
    /*    background: url(/wp-content/themes/rav-messer/assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: initial;
    width: 1.4rem;
    height: 0.8rem;
    left: -2.2rem;

    border-width: 0 3px 3px 0;*/
}


#primary-menu .menu-item, #primary-menu .menu-item:hover, #primary-menu .menu-item .sub-menu {
    font-weight: normal;
} 

#primary-menu .menu-item a {
    white-space: nowrap;
    position: relative;
}
#primary-menu .menu-item.current-menu-item, #primary-menu .menu-item:hover {
    font-family: 'Almoni Bold';
}

#hover-menu .menu-item {
    flex: 0 0 30%;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    padding: 14px 5px;
    margin-bottom: 4rem;
}
ul#hover-menu a {
    flex: 0 0 30%;
}

#hover-menu .menu-item__text-container .text-container__body {
    line-height: 24px;
}
#home-head {
    margin-bottom: 4rem;
}
#home-head h1 {
    margin: 5rem 0 3rem;
    line-height: 9.5rem;
    font-size: 11rem;
}
#home-head p {
    font-size: 2.3rem;
}
#hover-menu .menu-item__image {
    max-width: 28%;
}
@media screen and (max-width: 768px){
    #home-head {
        flex-direction: column-reverse;
    }
    #home-head img {
        margin-top: 4rem;
    }

    #home-head h1 {
        font-size: 7rem;
        line-height: 6.5rem;
    }
}

/* Buttons */
button.action-btn, a.action-btn, a.border-btn {
    transition: all 0.3s;
    border-radius: 2px;
}
button.action-btn.light-btn {
    color: #060e3e;
    background: none;
    border: 1px solid #060e3e;
}

#prices-calc .calc .result .action-btn:hover {
    color: #fff !important;
    background: #060e3e;
}
button.action-btn.light-btn:hover, #home-head a.action-btn.blue-btn, button.action-btn.blue-btn:hover, a.action-btn.blue-btn, #phone .text-container .action-btn, #reviews .review .content .action-btn, #service .contact .action-btn {
    color: #fff;
    background: #060e3e;
}
a.action-btn.blue-btn:hover, #home-head a.action-btn.blue-btn:hover, #phone .text-container .action-btn:hover, #reviews .review .content .action-btn:hover, #service .contact .action-btn:hover, button.contact-form-submit-button:hover {
    color: #fff;
    background: #0085ff !important;
}
#colophon button.action-btn {
    color: #0085ff;
    background: #fff;
}
#colophon button.action-btn:hover {
    color: #fff;
    background: #060e3e;
}

.btn-reverse {
    background: #0085ff !important; 
}
.btn-reverse:hover {
    background: #060e3e !important; 
}
#masthead .action-btn a {
    color: inherit;
    text-decoration: none;
}

/* Open hours style */
#service .current {
    cursor: pointer;
}
#service .current .open-decoration {
    width: 1.4rem;
    height: 0.8rem;
    right: 4px;
}
#service .description blockquote {
    color: #0085ff;
}
#service .schedule .contact, #service .schedule .current .open-decoration img:first-child{
    display: none;
}
#service .schedule .current .open-decoration img.arrow-down {
    transform: rotate(0deg);
    transition: all 0.3s;
}
#service .schedule .current .open-decoration img.arrow-down.active {
    transform: rotate(-180deg);
}
#service .schedule-list .hours {
    gap: 1rem;
}

/* content */
#greetings {
    margin-bottom: 10rem;
    padding-top: 4rem;
}
#phone{
    margin-bottom: 0rem;
}
#phone .images-container .phone-flow-wrap {
    height: initial;
    top: 8rem;
}
#greetings h6 {
    margin-bottom: 1.6rem;
}/*
#phone h2 {
    font-size: 6.2rem;
    line-height: 0.93;
}*/
#phone .bg-pattern {
    left: -86rem;
    bottom: 15rem;
    width: 105rem;
    height: 36rem;

}
#phone .text-container {
     background: initial;
}
#phone .text-container p {
    font-size: 2.1rem;
    line-height: 2.8rem;
}
#phone .text-container > *:not(:last-child) {
    margin-bottom: 2.3rem;
}
#phone .images-container img.phone {
    width: 33rem;
    height: initial;
}
#reviews {
    margin-bottom: 12rem;
}/*
#reviews .desktop-only .review:not(.active){
    display:none;
}
div#reviews h2 {
    font-size: 5.5rem;
}*/
#reviews .counters-list .counter {
    color: rgba(13, 19, 64, 0.5);
}
#reviews .reviews-container .desktop-only {
    display: block;
}
#reviews .counters-list .counter.active {
    color: #0d1340;
}
.reviews-container .desktop-only .reviews-list {
    display: flex;
}
.reviews-container .desktop-only .slick-dots {
    position: initial;
    /* left: 0; */
    display: flex;
    flex-direction: column;
    width: initial;
    font-size: 2.4rem;
    gap: 3rem;
    padding-top: 12rem;   
}
.reviews-container .desktop-only .slick-dots li {
    padding: 0 6rem 0 2rem;
    color: #999;
    transition: all 200ms;
}
.reviews-container .desktop-only .slick-dots li:hover {
    color: #0d1340;
}
.reviews-container .desktop-only .slick-dots li.slick-active a {
    color: #0d1340;
    border-bottom: 1px solid #0d1340;
}
.reviews-container .desktop-only .slick-slide {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.reviews-container .desktop-only .slick-slide.slick-current {
    opacity: 1;
}
.reviews-container .author a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.reviews-container .author a:hover {
    text-shadow: 1px 0px 1px #0d1340; 
}
#reviews .review .content .quote--block {
    min-width: 38rem;
}
#reviews .review .content .quote-block {
    justify-content: space-between;
}
#reviews .review .content blockquote {
    line-height: 1;
}
@media screen and (max-width: 768px){
    #reviews .review .content blockquote {
        white-space: normal;
    }

    #reviews .review .content blockquote {   
        font-size: 2.8rem;
        line-height: 1.18;
    }
    #reviews .review .content .author * {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
    
}

#service {
    margin-bottom: 15rem;
}
#service img.service-image {
    left: -5rem;
    max-width: 300px;
    top: -2rem;
}
#features .features-list .image-container {
    width: 17.5rem;
    height: 17.1rem;
    max-width: fit-content;
    margin: 0 auto;
}
#features .features-list .feature {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 35rem;
    width: 20%;
}
#features .border-btn {
    font-size: 2.1rem;
    border: 2px solid #0085ff;
}
#features .feature .text {
    margin-bottom: 2.5rem;
    min-height: 12rem;
    text-align: right;
}
#features .feature .text .body {
    line-height: 2.5rem;
}
#features .feature .text .body br {
    display: none;
}
/* tools section */
#tools {
    margin-bottom: 10rem;
}
#tools .tools-container {
    width: inherit;
}
#tools .tool {
    width: 34rem;
        width: 100%;
    /* padding: 1rem 0 2rem; */
    padding: 0;
     border-radius: 16px;
  box-shadow: 0px 5px 24px 0 rgba(220, 220, 221, 0.45);
      overflow: hidden;
}
#tools .tool:nth-child(3n + 3) {
    margin-bottom: 0rem;
}
#tools .tools-list {
    align-items: self-start;
    justify-content: center;
    gap: 5rem;
    gap: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#tools .tool .head {
    height: 2rem;
    padding: 0rem 0rem 2.2rem 0rem;
    margin-top: 2rem;
}
#tools .tool .head.no-icon {
    padding: 0rem 0rem 2.4rem 0rem;
}
#tools .tool .head.no-icon span {
    margin: 0;
}
#tools .tool .head img {
    margin: 0px 0rem 0.5rem 1.6rem;
    max-width: 3.6rem;
    max-height: 3.6rem;
    height: initial;
    width: initial;
}
#tools .tool .head span {
    font-size: 2.4rem;
}
#tools .tool .body {
    display: flex;
    height: 27rem;
    justify-content: center;
    align-items: center;
    align-items: end;
    padding-top: 1rem;
    /* border-top-left-radius: 2px;
    border-top-right-radius: 2px; */
    border-bottom: 1px solid #f4f4f4;
}
#tools .tool .body img {
    max-width: 90%;
    max-height: 96%;
}
#tools .tool .body img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    /* padding-bottom: 1rem;    */
}
#tools .tool.max-width-100 .body img {
    max-width: 100%;
    max-height: 100%;
}
#tools .tool.over_height .body img {
    max-height: 106%;
}
#tools .tool.padding-bottom-0 .body img {

    padding-bottom: 0;
}
#tools .tool .footer * {
    line-height: 1.17;
    font-size: 1.95rem;
}
#tools .tool .footer {
    padding: 2rem 2.5rem 2rem;
}
#tools .tool > a {
    display: flex;
    flex-direction: column;
}
#tools .tool.invert-blocks-order > a {
    flex-direction: column-reverse;
}

#tools .tool.invert-blocks-order .body {
    height: 28rem;
    border-bottom: none;
    padding-bottom: 2rem;
    padding-top: initial;
}
#tools .tool.invert-blocks-order .footer {
    padding: 3rem 2.5rem 2rem;
    border-bottom: 1px solid #f4f4f4;
}

#tools .tool.invert-blocks-order.padding-bottom-0 .body {
    padding-bottom: 0;
}


/* events section */
#events .event {
    box-shadow: 0px 10px 19.9px 4.1px #dcdcdd63;
    padding: 2rem 3.5rem 3.1rem 4rem;
    border-radius: 2px;
}
#events .event .date {
    align-items: center;
}
#events .event .date *:first-child {
    font-weight: 400;
}
#events .event .date *:last-child {
    font-size: 2.2rem;
    line-height: 0.7;
}
#events .description a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
}
#events .description a:hover {
    color: #0085ff;
}

#events .info .info-time {
    
}
#events .event .info-title {
    font-weight: 400;
    margin-bottom: 0.8rem;
}

#events .event .image-container {
    width: 25rem;
}

#events .event .image-container img {
    max-width: 90%;
    width: 186px;
    height: 146px;
    object-fit: contain;
}

#events .event .info-description {
    line-height: 2.5rem;
}
#events .text-container {
    /* max-width: 34rem;
    margin-left: 9.6rem; */
    max-width: 42rem;
    margin-left: 6rem;
}
#events .description p {
    font-size: 20px;
}

/* footer */
#colophon {
    padding: 5rem;
    background-color: #0085ff;
}
#colophon b, #colophon strong {
    font-weight: 700;
}
#colophon .faq li, #colophon .contacts li {
    line-height: 1.4;
    font-size: 2.1rem;
}
#colophon li.hours .days {
   font-family: 'Almoni Bold';
}
li.media a {
    position: relative;
}

footer li.media img.hover {
    width: initial !important;
    max-width: initial !important;
    position: absolute;
    top: 0px;
    opacity: 0;
    transition: all 0.3s;

}
li.legal-item a:hover {
    text-decoration: underline;
}
#colophon ul a {
    transition: all 0.3s;
}
#colophon ul.faq-list a:hover, #colophon ul.contacts-list a:hover {
    color: #060e3e;
}
#colophon .social-media-list {
    justify-content: start;
    gap: 1.5rem;
}
#colophon .mailbox {
    width: 37.7rem;
}
#colophon .mailbox form input {
    /*direction: ltr;*/
    padding-left: 1.6rem;
}
#colophon .legal-info li.last-on-row::after {
  color: transparent;
  font-size: 0;
  margin: 0;
  padding: 0;
}

/* fix footer to the bottom */
div#page {
    display: grid;
    min-height: 100vh;
}
#colophon {
    padding: 3rem 1rem;
    margin-top: auto;
}

@media screen and (max-width: 768px){
    #colophon {
        padding: 3rem 1rem;
    }
    #colophon .row {
        margin: 0 !important
    }
    #colophon .row.legal_wrapper {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 !important
    }
    #colophon .row.legal_wrapper > * {
        margin-bottom: 1.5rem;
        line-height: initial;
    }
    #colophon .logo {
        margin-bottom: 1.5rem !important;
    }
    #colophon .copyright {
        color: rgba(255, 255, 255, 0.7);
    }
    #colophon .legal-info{
        flex-wrap: wrap;
        justify-content: center;
    }
    
}


/* Prices page */
#top-gradient {
    height: 78rem;
}
#prices-calc-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#prices-calc-top h2, #prices-calc h2 {
    font-size: 8.95rem;
    line-height: 0.73;
    font-weight: 300;
    margin: 0 0 4.5rem;
}
#prices-calc-top h3, #prices-calc h3 {
    font-family: 'Almoni Tzar', 'sans-serif';
    font-size: 3.9rem;
    font-weight: 300;
    margin-bottom: 7rem;
    margin: 0 0 4.5rem;
}
#prices-subscription .title {
    font-size: 4.6rem;
    line-height: 4.37rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
#prices-subscription .subtitle {
    font-family: inherit;

    font-weight: 300;
    margin-bottom: 3.6rem;
}

#prices-calc .calc {
    border-radius: 2px;
}
#prices-subscription .action-btn.desktop-only {
    width: 19.6rem;
    height: 4.4rem;
    border: solid 1px #0d1340;
    color: #ffffff !important;
    background-color: #0d1340;
    font-family: 'Almoni', sans-serif;
    font-weight: 300;
}
#prices-subscription .action-btn.desktop-only:hover {
    border: solid 1px #0085ff;
    color: #ffffff !important;
    background-color: #0085ff;
}
#prices-subscription {
    margin-bottom: 8rem;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}
#prices-subscription .details {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0rem 6rem 0 0;
}
#prices-subscription .detail {
    counter-increment: customlistcounter;
}
#prices-subscription .detail-text::before {
    content: "0"counter(customlistcounter) ;
    width: 1.6rem;
    height: 2.2rem;
    background-image: none;
    border-bottom: 1px solid;
    font-size: 1.75rem;
}
#prices-subscription .detail:nth-child(1) .detail-text::before {
    margin-top: 3rem;
}
#prices-faq .title {
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 6.55rem;
    margin-bottom: 1.6rem;
    right: -6rem;
}
#prices-faq .question .body .content-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#prices-faq .question * {
    font-size: 2rem;
    line-height: 2.5rem;
}
#prices-faq .question .head{
    font-size: 2rem;
    line-height: 2.5rem;
}
#prices-faq .question.active .head {
    font-weight: normal;
    font-family: 'Almoni Bold';
}

#prices-faq .question .head::after {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/more.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}
#prices-faq .question .body {
    max-width: 85%;
}
#prices-contact .title * {
    font-size: 4.6rem;
    line-height: 3.2rem;
}
#prices-contact .contact-image {
    width: 38rem;
    top: 14rem;
}
#prices-contact .title strong {
    font-size: 4.6rem;
    line-height: 6.5rem;
}
#prices-contact .contact-form label {
    width: 100%;
    color: #10114385;
    font-size: 1.8rem;
}
#prices-contact .form-input {
    margin-bottom: 0rem;
    font-size: 2rem;
}
.form-input:active + label, .form-input:focus + label {
    color: #0085ff !important;
}
.form-input:focus, .form-input:active {
    border-bottom: 1px solid #0085ff !important;
}
#prices-contact .contact-form-submit-button {
    height: 4.5rem;
    border-radius: 2px;
}
section#prices-sms {
    transition: all 0.3s;
    overflow: initial;
}
section#prices-sms:hover {
    background-color: #e86691 !important;
}
#prices-sms .theme-container {
    padding: 3.6rem 0;
}
#prices-sms .title {
    font-weight: 400;
    font-size: 5rem;
    line-height: 3.7rem;
}
#prices-sms .sms-link {
    font-size: 2.85rem;
    line-height: 4.6rem;
    text-align: center;
    width: 100%;
}
#prices-sms img {
    margin: -7rem auto 3.6rem;
    width: 10rem;
}
#prices-calc {
    margin-bottom: 1rem;
}
#under_calc .subscription {
    width: 97.5rem;
    padding: 3.3rem 1rem 2.8rem;
    /*box-shadow: 0px 0px 2px 4px #efefef;*/
    /*background-color: #fff;*/
    margin: 0 auto;
    text-align: center;
    border: solid 2px #757d8c55;
    /*background-color: #f5f8ff;*/
    margin-bottom: 10rem;
}
#under_calc h6 {
    font-size: 3.1rem;
    font-family: 'Almoni Tzar', 'sans-serif';
    line-height: 3.5rem;
    margin-bottom: 1.6rem;
}
#under_calc li {
    margin-bottom: 0.4rem;
}
#prices-calc .calc .controls .bigger-package-link a::after {
    display: none;
}
section#under_calc .SCHOOLER {
    color: #00c2d5;
    margin-left: 4px;
}
section#under_calc .KESHER {
    color: #0085ff;
    margin-left: 4px;
}
section#prices-faq, section#prices-contact, section#prices-packeges, section#prices-subscription {
    width: 98rem;
}
section#prices-faq{
    margin-bottom: 10rem;
}
section#prices-contact {
    margin-bottom: 14rem;
}
#prices-faq .question {
    padding: 1.6rem 0;
}
li.amount-of-emails-option {
    width: 38%;
}
#prices-calc .calc .controls .slider-control {
    cursor: pointer;
}

#prices-calc .calc .controls fieldset .bigger-package-link {
    margin-top: 6rem;
    margin-bottom: 0;
}
#prices-calc .amount-of-emails-options .body{
    display: none;
}
#prices-calc .amount-of-emails-options {
    margin-top: 0.5rem;
}
#prices-calc .calc .controls .slider-control {
    margin-bottom: 3.2rem;
}
#prices-subscription-main{
    display: flex;
    gap: 5rem;
}
.prices-subscription-col{
    width: 50%;
}
#prices-subscription-main .description p {
    margin-bottom: 2rem;
    font-size: 2rem;
}
.under_feature_list {
    margin-right: 3rem;
}
#prices-subscription a.action-btn {
    padding: 0.8rem 6rem;
}
#prices-packeges {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 8rem;
    margin-top: 6rem;
}
#prices-packeges .title{
    font-size: 4.6rem;
    line-height: 5rem;
    margin-bottom: 4rem;
    font-weight: 300;
}
.packeges_list_wrap .list_item_container {
    margin-bottom: 1rem;
    align-items: center;
    gap: 1rem;
}
img.packeges-image {
    max-width: 44rem;
}

@media screen and (max-width: 768px){

    #prices-calc-top h2, #prices-calc h2 {
        font-size: 6.2rem;
    }
    #prices-calc .recipients-amount-badge {
        line-height: inherit;
        text-align: initial;
        margin-left: initial;
        margin-right: initial;
    }
    #prices-calc .control-label.package-count-label {
        margin-bottom: 1rem;
    }

    #prices-subscription {
        gap: 2rem;
    }
    #prices-subscription .title {
        max-width: 25rem;
    }
    #prices-packeges {
        margin-top: 4rem;
    }
    #prices-subscription-main, #prices-packeges {
        gap: 4rem;
        flex-direction: column-reverse;
    }
    .prices-subscription-col {
        width: 100%;
    }
    li.amount-of-emails-option {
        width: 42%;
    } 
}
@media screen and (max-width: 374px){
    li.amount-of-emails-option {
        width: 50%;
    } 
}

/************* Abilities page *****************/
.page-template-abilities #top-gradient {
    height: 64rem;
}
#abilities_head {
    margin-top: 8rem;
}
#abilities_menu ul{
    margin-top: 4rem;
}
section#abilities_menu li {
    min-width: 10rem;
    text-align: center;
}
#abilities_menu a{
    font-size: 2rem;
    text-transform: capitalize;
    color: #999999;
    text-underline-offset: 0.2rem;
}
#abilities_menu a:hover, #abilities_menu a.active-item{
    font-weight: 700;
    color: #0d1340;
    text-decoration: underline;
}
.abilitity_bottom_nav{
    justify-content: space-between;
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.abilitity_bottom_nav a{
    text-transform: capitalize;
}
.prev_ability a::before{
    content: '<';
    padding-left: 1rem;
}
.next_ability a::after{
    content: '>';
    padding-right: 1rem;
}
.abilities_section {
    margin-top: 12rem;
    align-items: center;
}
.abilities_section:nth-child(odd) {
    flex-direction: row-reverse;
}
.abilities_wrap h2{
    font-size: 4.8rem;
    line-height: 5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-family: 'Almoni Tzar';
}
.abilities_subtitle, .abilities_text *, .list_items_wrap *, .abilities_text_header{
    /*font-family: 'Almoni';*/
    font-size: 2rem;
    line-height: 2.4rem;
}
.abilities_text_header, .list_items_wrap .item_title{
    font-weight: 700;
}
.abilities_content{
    width: 46%;
    justify-content: center;
}
#abilities_head .abilities_content {
    width: 48%;
}
.abilities_image{
    width: 46%;
}
.abilities_image img{
   /* max-width: 42rem;*/
}
#abilities_head .abilities_image img{
    float: left;
    padding: 0 1rem;
}
.ability-kesher-head .abilities_image img{
    max-width: 88%;
}
.abilities_button_wrap a{
    width: 27rem;
    height: 5.5rem;
    padding: 2rem 3.5rem;
    margin-top: 4rem;
}
.abilities_text p {
    padding-bottom: 2.4rem;
}
.list_items_wrap .list_item {
    padding-right: 1rem;
    margin-bottom: 2rem;
    position: relative;
}
.list_items_wrap .list_item .item_title, .list_items_wrap .list_item .item_text{
    font-size: 2rem;
    line-height: 2.4rem;
}
.abilities_section .abilities_text a{
    color: #006BFF;
    display: inline-flex;
    align-items: baseline;
    gap: 1rem;
}
.abilities_section .abilities_text a:hover{
    text-decoration: underline;
}

.abilities_section .abilities_text a::after{
    content: "";
    background: url(/wp-content/themes/rav-messer/assets/images/out-arrow.png);
    height: 1.2rem;
    width: 1.2rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.abilitity_bottom_block_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3.bottom_block_title {
    font-family: 'Almoni Tzar';
    font-size: 4rem;
    margin-bottom: 2rem;
}
.bottom_block_text {
    text-align: center;
}
.ability-schooler-head .abilities_title{
    max-width: 38rem;
}
/*
.item_title:before {
    content: "";
    background: url(/wp-content/themes/rav-messer/assets/images/svg/li_bullet.svg);
    height: 2rem;
    width: 2rem;
    display: block;
    position: absolute;
    right: 0rem;
    background-size: initial;
    background-repeat: no-repeat;
    margin-top: 0.2rem;
    padding: 0.2rem;
}
*/

.list_item_container img {
    width: 2rem;
    height: 2rem;
    margin-top: 0.2rem;

}
.abilities_section .abilities_text {
    padding-left: 9.7rem;
}
.img-max-width-40rem img {
    max-width: 40rem;
}
.img-max-width-42rem img {
    max-width: 42rem;
}
.img-max-width-44rem img {
    max-width: 44rem;
}
.img-max-width-46rem img {
    max-width: 46rem;
}
.img_85_percent img {
    max-width: 85%;
}
.img_75_percent img {
    max-width: 75%;
}
.img_52_percent img {
    max-width: 52%;
}
img.additional_image {
    box-shadow: 0px 0px 8px 4px #eee;
    margin: 6px 10px;
    max-width: 41.3rem;
    border-radius: 2px;
}
@media screen and (max-width: 768px){
    
    .img-max-width-40rem img, .img-max-width-42rem img, .img-max-width-44rem img, .img-max-width-46rem img, .img_85_percent img, .img_75_percent img, .ability-kesher-head .abilities_image img{
        max-width: 100%;
    }
    
    .abilities_section .abilities_text {
        padding-left: inherit;
    }

    img.additional_image {
        margin: 6px 8px; 
        max-width: 94%;
    }
}

/* Contact page */
#contact_head {
    margin-bottom: 8rem;
}
body.page-template-contact #top-gradient {
    height: 60rem;
}
.contact_form_wrap {
    margin-bottom: 6rem;
}
.contact_content {
    gap: 16rem;
}
.contact_left_wrap {
    width: 40%;
}
.contact_right_wrap {
    width: 60%;
}
.contact_left_wrap p{
    /* font-size: 1.95rem; */
    line-height: 3.25rem;
    margin-top: 2rem;
}
.contact_left_wrap p strong{
    display: inline-block;
    padding-bottom: 1rem;
}

.forminator-row {
    margin: 0 !important;
}
.forminator-field {
    display: grid;
}
.forminator-field label, .forminator-field label span {
    order: 2;
    font-size: 1.8rem;
    color: #10114385;
}
.forminator-field:active + label, .forminator-field:focus + label, .forminator-field:focus-within label, .forminator-field:focus-within label span {
    color: #0085ff !important;
}
.forminator-edit-module{
    display:none;
}
.forminator-field .forminator-error-message {
    order: 2;
    display: grid;
    color: red;
    font-size: 1.6rem;
}
.forminator-field input,
.forminator-field textarea,
.forminator-field select {
    order: 1;
    display: grid;
    width: 100%;
    margin-bottom: 0rem;
    font-size: 2rem;
    background: #ffffff00;
    border: none;
    border-bottom: 1px solid #0d1340;
    border-radius: 0;
    color: #0d1340;
    padding: 1rem 0;
}

.forminator-field input:focus, .forminator-field input:focus-visible, .forminator-field input:active,
.forminator-field textarea:focus, .forminator-field textarea:focus-visible, .forminator-field textarea:active,
.forminator-field select:focus, .forminator-field select:focus-visible, .forminator-field select:active{
    border: none;
    outline: none;
    border-bottom: 1px solid #0085ff !important;
}

.forminator-g-recaptcha {
    margin: 6rem 0;
}
.forminator-button-submit {
    width: fit-content;
    height: 4.5rem;
    padding: 0 3.2rem;
    border-radius: 2px;
}
.contact_gray_box_wrap {
    background-color: rgb(224 208 233 / 50%);
    padding: 2.2rem 5.6rem;
}
.contact_gray_box_wrap p {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.contact_gray_box_wrap strong {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}
/******** custom select **********/
/*the container must be positioned relative:*/
.custom-select .forminator-field {
    position: relative;
}

.custom-select select {
display: none; /*hide original SELECT element:*/
}

.select-selected {
border-bottom: 1px solid #0d1340;
}

/*style the arrow inside the select element:*/
.select-selected:after {
content: "";
background: url(/wp-content/themes/rav-messer/assets/images/arrow-down.png);
background-repeat: no-repeat;
background-size: contain;
transform: initial;
width: 1.4rem;
height: 0.8rem;
left: 1.2rem;
z-index: 99999;
position: absolute;
top: 2rem;
transition: all 0.3s;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
     padding-right: 0 !important; 
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transition: all 0.3s;    transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
color: #0d1340;
padding: 0.4rem 1.6rem;
/*   border: 1px solid transparent;
border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
cursor: pointer;
user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0d1340 !important;
}

/*style items (options):*/
.select-items {
position: absolute;
background-color: #ffffff;
top: 3.7rem;
left: 0;
right: 0;
z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
display: none;
}

.select-items div:hover, .same-as-selected {
background-color: #e1e8fc;
}

.social_wrap {
    display: flex;
    gap: 2rem;
    margin-top: 2.8rem;
}
.single_social img {
    max-height: 2rem;
}
.single_social a {
    position: relative;
}
img.hover_single_social {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.single_social a:hover .hover_single_social {
    opacity: 1;
}



/* responsive */
@media screen and (max-width: 1360px){
    #service img.service-image {
        max-width: 260px;
    }
}

@media screen and (max-width: 1100px){
    #service img.service-image {
        left: -3rem;
        max-width: 220px;
    }
}
@media screen and (max-width: 900px){
    #service img.service-image {
        left: -3rem;
        max-width: 180px;
    }
}
@media screen and (max-width: 768px){
    #tools .tool {
        width: 42rem;
    }
    #tools .tool .body {
        height: 100%;
    }
    #tools .tool .body img {   
        width: 100%;
    }

    

}

@media screen and (max-width: 768px){

    .semibold_desktop {
        font-weight: 400;
    }
    
    #tools .tool {
        text-align: initial;
    }

    #top-gradient {
        height: 46rem;
    }

    #primary-menu {
        margin-bottom: 6rem;
    }
    #primary-menu-wrap .actions {
        flex-direction: column;
    }
    #primary-menu-wrap .actions .mr-8 {
        margin-right: 0;
        margin-top: 2rem;
        
    }
    #primary-menu-wrap .actions .action-btn {
        width: 17.2rem;
        color: #fff;
        border-color: #fff;
    }
    #primary-menu-wrap .actions .action-btn:nth-child(2) {
        border: 1px solid #fff;
        color: #fff;
    }
    #primary-menu-wrap .actions button.action-btn.blue-btn:hover,     #primary-menu-wrap .actions button.action-btn.light-btn:hover {
        background: #ffffff;
        color: #101533;
        font-weight: 700;
    }
    #events .text-container {
        margin: 0;
    }
    h2, #events .text-container h2, #service .title h2, #events .text-container h2, #features .title h2 {
        font-size: 5.2rem;
    }
    #events .text-container h2{
        padding-bottom: 1.5rem;
    }
    #events .text-container h2, #tools h2, #phone h2, #reviews h2 {
        font-size: 4rem;
    }
    img.custom-logo, img.logo {
        max-width: 100%;
    }/*
    .header-wrap {
        height: 100%;
    }*/
    #masthead:not(.toggled){
        background: #fff;
        padding: 2.4rem 1rem;

    }
    #masthead.hover-menu-active {
        background: #101533;
    }
    #masthead.toggled {
        height: 100%;
        align-items: flex-start;
        overflow: auto;
    }
    #home-head h1{
        margin: 3rem 0 3rem;
    }
    section#prices-faq, section#prices-contact {
        width: 100%;
    }
    .theme-container {
        padding: 0 2.4rem;
    }
    #under_calc .subscription {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 6.5rem;
    }
    #under_calc li {
        margin-bottom: 3rem;
        display: grid;
        gap: 0.5rem;
    }
    #prices-faq .question * {
        font-size: 1.9rem;
        line-height: initial;
    }
    #reviews .review .content .person {
        height: 10rem;
        width: auto;
    }
    #prices-subscription .title, #prices-faq .title, #prices-contact .title strong  {
        font-size: 3.9rem;
    }
    #phone {
        margin-bottom: 8rem;
    }
    #tools {
        margin-bottom: 14rem;
    }
    #tools .tools-list {
        /* gap: 2rem;
        display: grid; */
        grid-template-columns: 1fr;
    }
    #abilities_head {
        flex-direction: column-reverse;
        margin-top: 6rem;
    }
    .abilities_section, .abilities_section:nth-child(odd) {
        flex-direction: column;
    }
    .abilities_content, .abilities_image, #abilities_head .abilities_content{
        width: 100%;
        justify-content: center;
    }
    .abilities_button_wrap a {
        width: 100%;
    }
    .abilities_section {
        margin-top: 8rem;
    }
    .abilities_image {
        margin-bottom: 4rem;
    }/*
    #events .event .info-description {
        font-size: 1.8rem;
        line-height: 1.17;
    }*/
    #events .event .head {
        display: flex;
        margin-bottom: 0.2rem;
    }
    #events .event .date *:first-child {
        font-family: 'Almoni Tzar', 'sans-serif';
        font-size: 6.2rem;
    }
    #events .event .date *:last-child {
        font-size: 1.6rem;
        line-height: 1;
    }
    #events .event .info {
        margin-top: 0.8rem;
    }

    /* contact page */
    .contact_content {
        gap: 4rem;
        flex-direction: column;
        max-width: 100%;
    }
    .contact_right_wrap, .contact_left_wrap {
        width: 100%;
    }

    #prices-calc .controls {
        padding: 3rem 2rem 0rem !important;
    }
    #prices-subscription .details {
            padding: 0 3rem;
    }
    #prices-subscription .detail-text::before {
        display: none;
    }
    #prices-subscription .detail-text {
        font-size: 1.8rem;
    }

}


/************* Integrations page *****************/
body.page-template-integrations #top-gradient {
    height: 64rem;
}
.integrations_section {
    overflow: initial;
}
section#integrations_head, section#integrations_body, section.integrations_section {
    width: 106rem;
}
section#integrations_head {
    gap: 10%;
    align-items: center;
    margin-bottom: 8rem;
}
.integrations_image {
    min-width: 38%;
}
#integrations_head h2{
    font-size: 6.2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.integrations_content_header, .integrations_content {
    margin-bottom: 2rem;
}

.integrations_section h2 {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5rem;
    margin-bottom: 1.5rem;
}
.integration_items_wrap {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.integration_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 6rem;
    padding: 2rem 1.8rem;
    box-shadow: 0px 6px 7.5px 0.5px rgba(205, 216, 246, 0.22);
    background-color: #fff;
}
.integration_item_title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.integration_item_text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #a5a7b1;
}
.integration_item_img {
    min-height: 5rem;
    display: grid;
    align-items: center;
}
.integration_item_img img {
    margin: 2rem auto;
    max-width: 220px;
    max-height: 80px;
}
.integration_comingsoon_img img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.5;
}
.black-not-btn {
    width: fit-content;
    margin: 0 auto;
    padding: 0.4rem 2rem;
    background: #000;
    color: #fff;
}

.integrations_section .border-btn {
    font-size: 1.9rem;
    border: 2px solid #0085ff;
    width: fit-content;
    padding: 0.4rem 2rem;
    margin: 2rem auto 0rem;
}
.integrations_section .border-btn:hover {
    background-color: #0085ff;
}

.integration_bottom_text{
    margin: 8rem 0rem;
}
.integration_bottom_text a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s;
}
.integration_bottom_text a:hover {
    color: #0085ff;
}
@media screen and (max-width: 768px){
    .integration_items_wrap {
        display: grid;
        gap: 2rem;
        grid-template-columns: auto;
    }

    section#integrations_head, section#integrations_body, section.integrations_section {
        width: 100%; 
    }
    section#integrations_head {
        gap: 2rem;
        flex-direction: column-reverse;
    }
    section#integrations_head img{
        margin-top: 4rem;
    }
    .integration_item {
        margin-bottom: 2rem;
    }
    .integration_bottom_text{
        margin: 8rem auto;
        max-width: 28rem;
    }
}


@media screen and (max-width: 425px){
}

/************* About Us page *****************/
body.page-template-about #top-gradient {
    height: 64rem;
}
.integrations_section {
    overflow: initial;
}
section#aboutus_head, section#aboutus_body, section.aboutus_section {
    width: 112rem;
}
section#aboutus_head {
    gap: 10%;
    align-items: center;
    margin-bottom: 12rem;
}
section.aboutus_section {
    gap: 4%;
    margin-bottom: 6rem;
}
.aboutus_header_image {
    min-width: 48%;
}
.aboutus_image {
    min-width: 48%;
    margin-top: 6rem;
}
.aboutus_header_image img, .aboutus_image img {
    width: 85%;
}
#aboutus_head h2{
    font-size: 6.2rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.aboutus_content_header, .aboutus_content {
    margin-bottom: 2rem;
}

.aboutus_section h2 {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5rem;
    margin-bottom: 1.5rem;
}

.aboutus_bottom_block_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutus_bottom_block_wrap .aboutus_title {
    margin-bottom: 6rem;
}

.aboutus_founders_wrap {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
}
.founder_item_wrap{
    display: flex;
    flex-direction: column;
    flex: 0 1 31.2rem;
    margin-bottom: 4%;
}
img.founder_image {
    margin-bottom: 3rem;
}
.founder_title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-family: 'Almoni Bold';
}

.about_us_wrap p {
    padding-bottom: 2rem;
}

.about_us_wrap p a{
    color: #0d1340;
    text-decoration: underline;
    transition: all 0.3s;
}

.about_us_wrap p a:hover {
    color: #0085ff;
}


@media screen and (max-width: 768px){


    section#aboutus_head, section#aboutus_body, section.aboutus_section {
        width: 100%; 
    }
    section#aboutus_head {
        gap: 2rem;
        flex-direction: column-reverse;
        margin-bottom: 8rem;
    }
    section.aboutus_section {
        flex-direction: column;
    }
    section#aboutus_head img{
        margin-top: 4rem;
    }
    .aboutus_image {
        margin-top: 0;
    }

    .aboutus_founders_wrap {
        grid-template-columns: 1fr;
    }
    .founder_item_wrap {
        margin-bottom: 8rem;
    }
}


@media screen and (max-width: 425px){
}

/************* Post page *****************/
body.single-post h1{
    font-size: 4.6rem;
    line-height: 4.8rem;
    max-width: 60rem;
    margin-bottom: 3.2rem;
    font-family: 'Almoni Tzar';
    font-weight: 300;
}
.single_post_content {
    gap: 16rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.single_post_right_wrap {
    width: 60%;
}
.single_post_left_wrap {
    width: 40%;
}
.single_post_content p {
    margin-bottom: 2rem;
}
.single_post_content .related_post_item {
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.single_post_content .ralated_post_title{
    font-size: 2.4rem;
    font-family: 'Almoni Tzar';
}
.single_post_content .ralated_post_date{
    font-size: 1.8rem;
}

@media screen and (max-width: 768px){

    .single_post_content{
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
    
    }
    .single_post_right_wrap, .single_post_left_wrap  {
        width: 100%; 
    }

}


/*********** FAQ Page ****************/
.faq_section {
    margin-top: 6rem;
    gap: 2%;
}
.faq_image {
    width: 8%;
}
.faq_image img {
    width: 7.2rem;
}
.faq_content.content {
    width: 90%;
}
h2.faq_section_title {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Almoni';
}
.faq_item.question{
    padding: 1.6rem 0 0rem;
    border-bottom: solid 1px #0d1340;
}
.faq_item.question * {
    font-size: 2.1rem;
    line-height: 3.8rem;
}
.faq_item.question .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq_item.question .head::after {
    content: '';
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/more.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}
.faq_item.question.active .head::after {
    background-image: url(../images/less.png);
}
.faq_item.question .body {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease;
}
.faq_item.question .body .content-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.faq_item.question.active .head {
    font-weight: 900;
}
.faq_item.question .body a {
    color: #5181ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px){

    .faq_image {
        width: auto;
        align-self: center;
        margin-bottom: 2rem;
    }
    .faq_image img {
        width: 100%;
    }
    .faq_content.content {
        width: 100%;
    }
    section.faq_section {
        flex-direction: column;
    }

}


/********* Custom 404 page *************/
.error_404_content {
    justify-content: center;
}
#error_404_head {
    margin-top: 6rem !important;
    margin-bottom: 10rem;
}
.error_404_title, body.error404 #features .title h2 {
    font-size: 5.6rem;
    font-weight: 400;
}

.error_404_subtitle {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 1.95rem;
}
.error_404_subtitle a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.error_404_subtitle a:hover {
    color: #0085ff;
}
#error_404_head .action-btn{
    width: fit-content;
    font-size: 1.95rem;
    padding: 1.2rem 4rem;
}

@media screen and (max-width: 768px){
    #error_404_head {
        flex-direction: column;
        gap: 4rem;
    }
    #error_404_head {
        margin-top: 2rem !important;
        margin-bottom: 8rem;
    }

    #error_404_head .action-btn {
        margin: 0 auto;
    }
    
    .error_404_subtitle {
        text-align: center;
    }

}

/*********** SMS Page *************/
#sms_head {
    gap: 15rem;
}
.sms_image {
    min-width: 30%;
    padding-top: 6rem;
}
.sms_content .text-container {
    text-align: justify;
}
#sms_head h2 {
    font-size: 6rem;
}
.sms_text {
    margin: 4rem 0 6rem;
}
.sms_text p {
    font-size: 2.2rem;
}
.sms_subtext p {
    font-size: 2rem;
}
#sms_section_body {
    margin-top: 8rem;
    margin-bottom: 4rem;
}
.sms_content {
    gap: 10rem;
    padding: 1rem 0;
}
h4.price_col_title {
    font-size: 4.6rem;
    font-family: 'Almoni Tzar';
    font-weight: 300;
}
.price_col_descr {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.price_col_descr p, .sms_price_description p, .sms_content.page_legend p{
    font-size: 1.7rem;
}
.sms_price_description p strong{
    font-size: 1.9rem;
}
.sms_price_item {
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0;
    border-bottom: 1px solid #a7a9bc;

}
.sms_price {
    font-family: 'Almoni';
    font-size: 3.9rem;
    font-weight: 900;
}
.sms_content.page_legend{
    margin-top: 4rem;
}


@media screen and (max-width: 768px){
    #sms_head {
        gap: 4rem;
        flex-direction: column;
    }
    .sms_image {
        padding-top: 2rem;
        margin: 0 auto;
    }
    .sms_content {
        flex-direction: column;
        gap: 8rem;
    }
}


/************** Top Banner css **********/
.top_banner_wrap {
    padding: 1.4rem 0;
    position: relative;
}
.top_banner{
    gap: 4rem;
}
.top_banner_text_wrap {
    gap: 1.5rem;
}
.top_banner_button_wrap a {
    padding: 0.6rem 4rem;
    white-space: nowrap;
}
.top_banner_close {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.top_banner_close span{
    font-size: 3.6rem;
    line-height: initial;
}

@media screen and (max-width: 768px){
    .top_banner {
        gap: 2rem;
        flex-direction: column;
    }

}


/************** Blog page **********/
body.blog h1{
    font-size: 4.5rem;
    font-weight: 300;
    font-family: 'Almoni Tzar', 'sans-serif';
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 6rem;
}
body.blog .page-title-wrap{
    margin-top: 4rem;
}
body.blog .article_row.theme-container {
    width: 84rem;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 12rem;
}
.article_row article.post {
    margin: 0rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0px 5px 24px 0 rgba(220, 220, 221, 0.22);
    height: 100%;
}

.two_per_row {
    display: flex;
    gap: 2rem;
}
.two_per_row article {
    width: 50%;
}
.article_row article img {
    width: 100%;
    margin-bottom: 2rem;
}
.archive_post_wrap {
    position: relative;
    margin: 0;
}
.archive_post_wrap .entry-header {
    /* position: absolute;
    bottom: 0;
    padding: 1rem 3rem 2rem;
    width: 100%; */
}
.archive_post_wrap .entry-header h2 {
    font-size: 2.2rem;
    font-family: 'Almoni Bold';
    font-weight: 400;
    text-align: initial !important;
}
.archive_post_wrap .entry-meta {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
.two_per_row .archive_post_wrap .entry-header h2 {
    width: 60%;
}
.archive_post_wrap .entry-subtitle {
    margin-top: 1rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
}

@media screen and (max-width: 768px){
    body.blog .article_row.theme-container {
        grid-template-columns: 1fr;
    }
    body.blog h1{
        /* margin-top: 0rem; */
        margin-bottom: 4rem;
    }
    .two_per_row{
        flex-direction: column;
        gap: 0rem;
    }
    .two_per_row article {
        width: 100%;
    }
    .two_per_row .archive_post_wrap .entry-header h2 {
        width: 100%;
    }
    .archive_post_wrap .entry-header h2 {
        font-size: 3.2rem;
    }
    .archive_post_wrap .entry-subtitle, .archive_post_wrap .entry-meta{
        font-size: 2.1rem;
    }
    .archive_post_wrap .entry-subtitle br {
        display: none;
    }
    .archive_post_wrap .entry-subtitle {
        /* width: 60%; */
    }

}
@media screen and (max-width: 480px){
    .archive_post_wrap .entry-header h2 {
        font-size: 2.6rem;
        /* width: 60%; */
    }
    .archive_post_wrap .entry-subtitle, .archive_post_wrap .entry-meta {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
}

/************** Landing Pages page **********/
/*
body.page-id-587 .abilities_section .abilities_text {
    padding-left: 14rem;
}
@media screen and (max-width: 768px){
    body.page-id-587 .abilities_section .abilities_text {
        padding: inherit;
    }
}
*/


/************** Single Testimonial page **********/
.single-testimonial {
    width: 100%;
}
.single-testimonial .entry-content p {
    margin: 0;
    
}
.single-testimonial h1 {
    font-size: 6.2rem;
    font-weight: 300;
    font-family: 'Almoni Tzar', 'sans-serif';
    margin-top: 4rem;
}
.content-wrap{
    gap: 6rem;
}
.single-testimonial .entry-content {
    margin: 0;
}
.single-testimonial .post-thumbnail, .single-testimonial .entry-content {
    width: 50%;
}
.single-testimonial .testimonial_icon {
    margin: 2rem 0 4rem;
}
.testimonials_wrap .post-thumbnail img {
    width: 100%;
}
.job_title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.job_title a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
}
.job_title a, .job_title p{
    color: #87878b;
    font-size: 1.8rem;
}



h1.testimonials_title {
    font-size: 6.1rem;
    margin: 1rem 0 6rem;
    text-align: center;
}
.testimonials_wrap {
    margin-bottom: 8rem;
}
.testimonials_wrap .slick-prev:before, .testimonials_wrap .slick-next:before {
    font-size: 2.8rem;
    opacity: 1;
    color: rgb(125, 186, 255);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.testimonials_wrap .client_name {
    font-size: 2rem;
    font-weight: 700;
    margin: 3rem 0 0.8rem;
}

.testimonials_wrap .entry-content {
    max-width: 45.5rem;
    position: relative;
}
#testimoniall_counter_wrap {
    position: absolute;
    bottom: 0;
}
.testimonials_wrap .slick-prev, .testimonials_wrap .slick-next {
    top: initial;
    bottom: 2.6rem;
    z-index: 9;
}
.testimonials_wrap .slick-next {
    left: 5.4rem;
}
.testimonials_wrap .slick-prev {
    left: 9rem;
    right: initial;
}
.testimoniall_counter_wrap {
    position: absolute;
    bottom: 0;
    font-size: 1.7rem;
    width: 100%;
    justify-content: space-between;
}
.slick_nav.slick_nav_right.slick-arrow {
    bottom: 3.2rem;
    left: 10rem;
}
.slick_nav.slick_nav_left.slick-arrow {
    bottom: 3.2rem;
    left: 5.6rem;
}
.slick_nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: all 0.2s;
}
.slick_nav:hover {
    color: #fff;
    background: #0085ff;
}
#testimonials_logos_wrap {
    gap: 1rem;
    margin-bottom: 10rem;
    margin-top: 4rem;
}
.testimonial_arrows {
    display: flex;
    gap: 2rem;
}
.testimonial_arrows span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: all 0.2s;
    line-height: 2rem;
}
.testimonial_arrows span:hover {
    color: #fff;
    background: #0085ff;
}
span.dissabled {
    pointer-events: none;
    opacity: 0.6;
}
.mobile-only .review .continue-button{
    width: 90%;
}

@media screen and (max-width: 768px){
    .content-wrap{
        flex-direction: column;
    }
    .single-testimonial .post-thumbnail, .single-testimonial .entry-content {
        width: 100%;
    }
    .testimonials_wrap {
        margin-bottom: 4rem;
    }
    #testimonials_logos_wrap {
        flex-wrap: wrap;
        margin-top: 2rem;
    }
    .single_logo {
        max-width: 48%;
    }
}

/****** Footer Form *******/
#subscribe-to-mailbox-response{
    display: inline-block;
    opacity: 0;
    color: #fff;
    margin-top: 1rem;
    padding: 0.4rem 1rem;
    transition: all 0.4s;
    background: inherit;
}
#subscribe-to-mailbox-response.success{
    opacity: 1;
    background: #26dab2;
}
#subscribe-to-mailbox-response.error{
    opacity: 1;
    background: #ea4c4c;
}
#thankyou_for_signup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(70 148 255 / 50%);
    z-index: 9999;

}
.thankyou_popup {
    display: flex;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    zoom: 77%;
    background: #fff;
    padding: 6rem;
    font-size: 3rem;
    line-height: 4rem;
    border-radius: 4px;
}
#thankyou_for_signup svg{
    margin: 0 2rem;
}
.thankyou_image {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    max-width: 16rem;
}
.thankyou_text {
    margin-left: 10rem;
    color: #0b0f32;
}
.thankyou_title {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.thankyou_message {
    font-size: 3rem;
    margin-bottom: 4rem;
}
.thankyou_button a{
    font-size: 2.2rem;
    padding: 0.8rem 2.5rem;
    border: solid 2px #0d1340;
    color: #0b0f32;
}
.thankyou_page_title{
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.thankyou_page_subtitle p {
    font-size: 2.5rem;
    line-height: 3rem;
}

.page-template-thankyou #features, .error404 #features {
    display: flex !important;
    margin-top: 12rem;
}

@media screen and (max-width: 768px){
    .thankyou_popup {
        width: 96%;
    }

    .thankyou_page_subtitle {
        text-align: center;
    }
    .page-template-thankyou #features, .error404 #features {
        display: flex !important;
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-template-thankyou #features .title, .error404 #features .title {
        margin-bottom: 4rem;
    }
    .page-template-thankyou #features .features-list, .error404 #features .features-list {
        flex-direction: column;
    }
    .page-template-thankyou #features .features-list .feature, .error404 #features .features-list .feature {
        width: 100%;
        margin-bottom: 6rem;
    }
    .page-template-thankyou #features .feature .text, .error404 #features .feature .text {
        text-align: center;
    }

    .page-template-thankyou #features .title h2, .error404 #features .title h2 {
        font-size: 4rem;
    }
}

/********************************************
********
******** RESIZE EVERYTHING
*********************************************/
    
body:not(.page-template-home, .page-template-abilities) main#primary section:nth-child(1) {
    margin-top: 4rem;
}
@media screen and (min-width: 980px){


    /*
    #site-identity, .menu-header-navigation-container, .actions.flex.items-center, #home-head, #greetings, #phone, #tools, #events, #service, #reviews, #features{
        transform: scale(0.77);
    }
    */

   /**** fix for firefox *******/
   @-moz-document url-prefix() {

        .theme-container:not(#prices-calc){
            transform: scale(0.77);
        }

        
        #home-head {
            margin-bottom: 0rem;
        }
        #greetings {
            margin-bottom: 0rem;
            padding-top: 1rem;
        }
        #phone .text-container {
            height: 68rem;
        }
        #phone {
            margin-bottom: 8rem;
        }
        #tools {
            margin-bottom: -18rem;
        }
        #events {
            margin-bottom: -6rem;
        }
        #service {
            margin-bottom: 4rem;
        }
        #reviews {
            margin-bottom: 0rem;
        }
        #features {
            margin-bottom: 6rem;
        }
        #colophon {
            padding: 2rem 7.5rem;
        }
        #prices-sms .theme-container {
            padding: 0.6rem 0;
        }
        section#prices-contact {
            margin-bottom: 4rem;
        }
        section#prices-faq {
            margin-bottom: 0rem;
        }
        #prices-subscription {
            margin-bottom: 0rem;
        }
        #under_calc .subscription {
            margin-bottom: 4rem;
            margin-top: 2rem;
        }
        section#under_calc {
            margin-top: -2rem;
        }

    }


    body.home #top-gradient {
        height: 80rem;
    }
    .theme-container:not(#prices-calc){
        /*transform: scale(0.77);*/
        zoom: 77%;  
        transform-origin: top;
    }
    /* fix for recapture */
    /* .g-recaptcha {
        zoom: 130% !important;
    } */


    body.page-template-prices #top-gradient {
        height: 60rem;
    }


    /****** fix prices calculator ********/
    #prices-calc .calc {
        width: 75rem;
    }
    #prices-calc .calc .controls .slider-control {
        width: 34rem;
    }
    
    #prices-calc .controls {
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select:none;
        user-select:none;
        -o-user-select:none;
    }
    #prices-calc .calc .result {
        width: 32rem;
        padding: 2rem 0 1.5rem;
    }
    #prices-calc .calc .result *{
        transform: scale(0.77);
        transform-origin: top;

    }
    #prices-calc .calc .controls .control-label, #prices-calc .amount-of-emails-options .head, #prices-calc .amount-of-emails-options .head * {
        font-size: 1.54rem;
    }
    /*
    #prices-calc .amount-of-emails-options .head span{
        width: 4.2rem;
        display: inline-block;    
    }*/
    #prices-calc .amount-of-emails-options .body span{
        width: 0.8rem;
        display: inline-block; 
    }
    #prices-calc .calc .controls .bigger-package-link p {
        font-size: 1.38rem;
    }
    #prices-calc .amount-of-emails-options .body, #prices-calc .amount-of-emails-options .body *, #prices-calc .calc .controls .amount-of-recipients-option {
        font-size: 1.24rem;
    }
    #prices-calc .calc .controls .bigger-package-link {
        margin-bottom: 4rem;
    }
    #prices-calc .calc .result .price {
        margin: 0.5rem 0 -0.5rem;
    }
    #prices-calc .calc .result .action-btn {
        margin: 1.5rem 0 1.5rem;
        line-height: 6.3rem;
    }
    #prices-calc .calc .controls {
        flex-grow: 1;
        padding: 1.2rem 2.5rem;
    }
    #prices-calc .calc .controls .bigger-package-link {
        margin-bottom: 3rem;
    }
        

/*    }*/
/*
    body{
      zoom: 77%;  
    }
*/
    #top-gradient {
        width: 100%;
    }
    
}



/********** all mobile ********/
@media screen and (max-width: 768px){
    section#prices-faq, section#prices-contact, section#prices-packeges, section#prices-subscription {
        width: initial;
    }
    #phone .text-container p, #home-head p, #prices-subscription-main .description p, #prices-faq .question p, .integrations_subtitle p, .integration_bottom_text p, #events .event .info-description, .contact_gray_box_wrap p, .abilities_subtitle p, .abilities_text p, .abilities_subtitle, .abilities_text *, .list_items_wrap *, .abilities_text_header, .single-testimonial .entry-content p {
        font-size: 1.9rem;
        line-height: 2.3rem;
    }

    #events .event .date *:first-child, #events .event .info-title {
        /* font-weight: 500; */
        font-weight: normal;
    }
    .review .action-btn {
        font-size: 1.9rem !important;
        height: 4.5rem !important;
        margin-top: auto;
    }

    .reviews-list .slick-track {
        display: flex !important;
    }

    .review.slick-slide {
        height: initial !important;
    }
}


/******** Change Fonts *******/
b, strong,
#primary-menu .menu-item .menu-item__pseudo-bold-text,
#tools .tool .head,
#tools .tool .footer strong,
/*#events .event .info-title,
#events .event .date *:first-child,*/
#service .current .open-status,
#features .feature .text .head,
#greetings h6,
.testimonials_wrap .client_name,
.abilities_text_header,
.list_items_wrap .item_title,
#prices-calc .calc .controls .control-label,
#colophon h3
{
    font-family: 'Almoni Bold';
    font-weight: normal;
}

h2 strong, h2 b{
    font-family: 'Almoni Tzar', 'sans-serif';
    font-weight: normal;
}


/******** Consent Checkbox ********/
.consent-wrap {
    margin-top: 10px;
    z-index: 99;
}


.consent-wrap label.consent-label{
    display: flex; 
    gap: 1.8rem; 
    cursor: pointer; 
}

#colophon .footer_form_field_wrap {
    display: flex;
    height: 5.7rem;
    border: 1px solid #fff;
    width: 100%;
}


#colophon .mailbox form {
    flex-wrap: wrap;
    padding: 0;
    border: none;
    height: initial;
}

#colophon .mailbox form input {
    height: 100%;
}

#colophon .consent-wrap {
    margin-top: 22px;
}


#colophon .consent-wrap label.consent-label{
    gap: 1rem; 
}

#colophon .mailbox form button {
    margin: 0.3rem;
}

.consent-wrap .consent-text{
    line-height: 1.2;
}
#colophon .consent-wrap .consent-text{
    font-size: 1.78rem; 
}

.consent-wrap .consent-text a{
    color: #0085ff;
    transition: all 0.3s;
}
#colophon .consent-wrap .consent-text a{
    color: #ffffff;
}
.consent-wrap .consent-text a:hover, #colophon .consent-wrap .consent-text a:hover{
    color: #0d1340;
}
.crmWebToEntityForm .consent-wrap {
    padding-right: 1rem;
}

.global-zoho-error {
    background: transparent;
    opacity: 0;
    color: #fff;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;      
    margin-top: 1rem;
    transition: all 0.4s;
    margin-right: 1rem;
}
.global-zoho-error.active {
    opacity: 1;
    background: #ea4c4c;

    padding: 0.4rem 1rem;   
}
.form_error.error_message, #recapErr3636151000139015017{
    color: #ea4c4c;
}

#colophon .row:not(:last-child) {
    margin-bottom: 2rem;
}

input.consent-checkbox.error:before {
    outline: 1px solid red !important;
    outline-offset: 1px;
}

input.consent-checkbox {
    position: relative;
    
    width: 2.5rem !important;
    height: 2.5rem !important;
    aspect-ratio: 1 / 1;
    align-self: start;
    cursor: pointer;
    margin: 1px;   
    margin-top: 5px; 
}

input.consent-checkbox:before {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 0px;
    left: 0;
    border: 1px solid #808080;
    padding: 1px;
    background-color: #ffffff;
}

#colophon input.consent-checkbox:before {
    border: 1px solid #ffffff;
    background-color: #0085ff;
}


input.consent-checkbox:checked:before {
    background-color: #ffffff;
}

#colophon input.consent-checkbox:checked:before {
    background-color: #0085ff;
}

input.consent-checkbox.error:before {
    outline: 1px solid red !important;
    outline-offset: 1px;
}

input.consent-checkbox:checked:after {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../images/svg/V-blue.svg') center / contain no-repeat;
    pointer-events: none;
}

#colophon input.consent-checkbox:checked:after {
    background: url('../images/svg/V-white.svg') center / contain no-repeat;
}




.main-navigation li.menu-item-has-children.focus > ul.sub-menu {
    display: none;
}

@media screen and (min-width: 769px) {
    #primary-menu-wrap {
        overflow: initial;
    }
    #primary-menu-wrap .menu-item-7 ul.sub-menu {
        display: none !important;
    }
}


/* =========================
   MOBILE MENU ACCORDION
========================= */
@media (max-width: 768px) {

    #primary-menu .menu-item{
        display: block;
    }

    #primary-menu .menu-item:first-child::after {
        display: none !important;
    }

  /* override Tailwind dropdown behavior */
  .main-navigation ul ul {
    position: static !important;
    float: none !important;
    right: auto !important;
    top: auto !important;
    box-shadow: none !important;
    display: none;
    transition: none;
  }

  /* WordPress mobile state */
  .main-navigation li.menu-item-has-children.focus > ul.sub-menu {
    padding-right: 3rem;
  }
  .main-navigation li.menu-item-has-children.focus > a {
    margin-bottom: 2rem;
  }
  #primary-menu ul.sub-menu li:not(:last-child) {
    margin-bottom: 1rem;
  }

  /* parent link layout */
  .main-navigation li.menu-item-has-children > a {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  /* arrow */
  .main-navigation li.menu-item-has-children > a::after {
    content: "";
    margin-inline-start: 16px; /* RTL-safe */
    transition: transform 0.25s ease;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-bottom: 0.5rem;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  /* rotate arrow when open */
  .main-navigation li.menu-item-has-children.focus > a::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom: -0.5rem;
  }
}

.new_login_layout_wrap {
    position: relative;
    transition: all 0.3s;
}

.new_login_layout_submenu_wrap {
    display: grid;
    width: 100%;
    position: absolute;
    top: 100%;
    padding-top: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s;
}

.new_login_layout_wrap.active .new_login_layout_submenu_wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

ul.new_login_layout_submenu {
    display: initial;
    background: #fff;
    box-shadow: 0 0 11.3px 1.7px rgba(151, 157, 182, 0.21);
    width: 100%;
    font-size: 0.9em;
    transition: all 0.3s;
}


ul.new_login_layout_submenu li a {
    padding: 0.6rem 0.5rem;
    transition: all 0.3s;
}

ul.new_login_layout_submenu li a:hover {
    background-color: #f0f3fe;
}

.new_login_layout_submenu_wrap {
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.new_login_layout_wrap.active .new_login_layout_wrap .new_login_layout_submenu_wrap {
    transform: translateY(0);
}

.new_login_layout_trigger button span{
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.new_login_layout_trigger button span::after {
    content: "";
    background: url(/wp-content/themes/rav-messer/assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    width: 1.4rem;
    height: 0.8rem;
    display: inline-block;
    transition: all 0.3s;
    

}
.new_login_layout_wrap.active .new_login_layout_trigger button {
    background: #060e3e;
}
.new_login_layout_wrap.active .new_login_layout_trigger button span{
    color: #fff;
}
.new_login_layout_wrap.active .new_login_layout_trigger button span::after{
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
}

#primary-menu-wrap .actions-wrap {
    gap: 2rem;
}

/* =========================
   MOBILE MENU ACCORDION Mobile
========================= */
@media (max-width: 768px) {
    .new_login_layout_wrap.active .new_login_layout_trigger button {
        background: #ffffff;
    }
    .new_login_layout_trigger button span {
        color: #fff;
        font-size: 1.8rem;
        
    }
    .new_login_layout_wrap.active .new_login_layout_trigger button span {
        color: #060e3e;
        font-size: 1.8rem;
    }
    .new_login_layout_trigger button span::after {
        filter: brightness(0) invert(1);
    }
     .new_login_layout_wrap.active .new_login_layout_trigger button span::after {
        filter: brightness(0) invert(0);
    }

    .new_login_layout_wrap.active .new_login_layout_submenu_wrap {
        position: initial;
    }
} 


/******* ISO  Page *********/

.iso_page_container {
    width: 90rem;
    margin-bottom: 4rem;
        gap: 5%;
}
@media screen and (max-width: 768px){
    .iso_page_container {
        width: 100%;
        gap: inherit;
    }
}

.iso_page_header_content {
    min-width: 59%;
}

h1.iso_page_title {
    font-family: 'Almoni Tzar', 'sans-serif';
    font-size: 6rem;
    font-weight: 400;
}

.iso_page_subtitle {
    font-family: 'Almoni Bold';
    margin: 2rem 0 2rem;
}
.iso_page_header_text, .iso_page_subtitle{
    text-align: justify;
}  

.iso_page_header_image {
    min-width: 36%;
}
.iso_page_header_image img {
    width: 100%;
}

section#iso_main h2 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

section#iso_main p {
    margin-bottom: 3rem;
}
a.iso_file_link {
    font-family: 'Almoni Bold';
    text-decoration: underline;
    transition: all 0.3s;
}
a.iso_file_link:hover {
    color: #006BFF;
}

.iso_page_container p {
    line-height: 1.17;
    text-align: justify;
}

/* ========================
   FIX for content loading glitch  
========================= */
#primary{
    visibility: hidden;
}