/**
 * theme
 */

@font-face {
  font-family: 'StudiocEnglish';
  src: url(../fonts/studioc_english_font.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'StudiocEnglish';
  src: url(../fonts/studioc_english_font2.ttf);
  font-weight: bold;
}


@font-face {
  font-family: 'Heebo';
  src: url(../fonts/Heebo-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'Heebo';
  src: url(../fonts/Heebo-Bold.ttf);
  font-weight: bold;
}

body, html{
   font-family: 'Heebo', sans-serif;
   font-size: 1rem;
   color: #2b2a2a
}

.elementor-default .page-header {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

*{
    box-sizing: border-box;
}

.th-form input[type="checkbox"] {
    float: right;
    height: 27px;
    margin: 0;
    vertical-align: middle;
    width: 18px;
    margin-left: 12px;
}

div#lead-form {
    max-width: 100%;
    background: #000000a1;
    color: #fff;
    text-align: right;
    padding: 2% 5%;
}

div#acp-body-wrap {}

div#acp-body-wrap {
    position: relative;
    z-index: 1;
}

.th-form .homep {
    margin-top: 40px;
}
div.homep {
    height: 55px;
}

.contact-form .th-form div.homep span:nth-child(1) {
    margin-left: 6%;
}
.contact-form .th-form div.homep span {
    margin-bottom: 20px;
    float: right;
    width: 47%;
}

.th-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
    border-style: none none solid;
    border-width: medium medium 3px 0;
    color: #ffffff;
    font-size: 2.5em;
    height: 60px;
    padding: 0 12px;
    width: 100%;
}

.th-form input::placeholder{
    color: #fff
}

.th-form input[type="submit"] {
    background: rgb(215, 53, 186) none repeat scroll 0 0;
    border: medium none;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 30px;
    width: 24%;
    text-align: center;
}
.con-box-lay .th-form input {
    font-size: 1.5em;
}
.th-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
    border-style: none none solid;
    border-width: medium medium 3px 0;
    color: #ffffff;
    font-size: 21px;
    text-align: right;
    height: 46px;
    padding: 0 12px;
    width: 100%;
}

.primary-menu ul.sub-menu > li:hover,
.header-navigation-wrapper ul li a:hover{
    color:#c43a86;
}
#whatsapp{
    width: 100%;
    height: 5vw;
    background: url(../images/whats_mob.jpg) no-repeat;
    background-size: 100% 100%;
    display: block;
    z-index: 3;
    position: fixed;
    bottom: 0;
}
@media(max-width:980px){
    #whatsapp {
        width: 69px;
        height: 69px;
        background: url(../images/whats_app_live.png) no-repeat;
        bottom: 10px;
        left: 10px;
        background-size: 100%;
    }
    #studioc-site-modal {
        padding: 4px;
        font-size: 15px;
    }
    #studioc-site-modal input {
        font-size: 16px;
    }

.primary-menu ul.sub-menu {
    display: none;
    padding-right: 32px;
    height: 0;
    visibility: hidden;
    transition: all 200ms ease-in;
}
.primary-menu ul.sub-menu > li {}
.primary-menu > li:hover ul.sub-menu {
    height: auto;
    visibility: visible;
}

.primary-menu > li:focus ul.sub-menu {}

ul.sub-menu {}
}

#employer-contact .wpcf7-form > p {
    float: left;
    width: 50%;
    margin-top: 20px;
}
#employer-contact .wpcf7-form > p input[type="file"] {
    color: #000;
    font-size: 14px;
    height: 42px;
    border: none;
    line-height: 147%;
    padding-top: 7px;
}
.uploadfile {
   float: right;
    padding: 5px 30px;
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    background: #670a66;
}

#employer-contact {
    text-align: right;
    direction: rtl;
    max-width: 1205px;
    z-index: 99;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none!important;
}

#employer-contact .wpcf7-form > p input {
    float: right;
    width: 96% !important;
    height: 44px;
    padding: 0 24px;
    border-radius: 18px;
    line-height: 46px;
    color: #606060;
    border: 1px solid #606060!important;
    outline: none;
}
#employer-contact .wpcf7-form > p textarea {
    padding: 10px;
    width: 98%;
    float: right;
    height: 150px;
    border-radius: 30px;
    color: #606060;
    border: 1px solid #606060;
    outline: none;
}
#employer-contact .wpcf7-form > p [type="submit"] {
    float: left;
    max-width: 25%;
    margin-left: 25px;
}
#employer-contact .wpcf7-form > p label {
    float: left;
    font-size: 22px;
    width: 100%;
    direction: rtl;
}

#employer-contact .wpcf7-form p.msg {
    width: 100%;
    margin-top: 0px;
}


@media(min-width:980px){
    .primary-menu ul.sub-menu {
        visibility: hidden;
        opacity: 0;
        transition: all 200ms ease-in;
        position: absolute;
        width: 100%;
        top: 84px;
        background: #fff;
        padding: 42px 17%;
        box-shadow: 0 12px 8px -3px #ded5d58f;
        right: 0;
        display: block;
        border-top: 1px solid #b781aa;
    }

    .primary-menu ul.sub-menu > li {
    width: 30%;
    display: inline-block;
    margin-bottom: 20px;
    }

    .primary-menu > li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1;
    }
}


.list-p {
    display: none;
}

#accordions li {
    display: block;
    /* margin-bottom: 25px; */
}



.list-p-opened .list-p {
    display: block;
    margin-bottom: 30px;
}

#accordions li .list-p a {
    color: #606060;
    padding: 3% 0;
    border-bottom: 1px solid #dbd9d9;
    width: 100%;
    display: block;
}

#accordions li h3 a {
    color: #2F2F2F;
    font-size: 21px;
    display: block;
    width: 100%;
    padding-bottom: 4px;
}

#accordions li h3 {
    margin: 10px 0;
    position: relative;
}

#accordions li h3::after {content: "";background: url(../images/slider-left-nav.png) no-repeat top center;width: 10px;height: 19px;display: inline-block;background-size: 100% auto;position: absolute;left: 0;top: 0;transform: translate(0, 22%);}

span.elementor-testimonial__name {display: none!important;}
#section-newsletter h3 span {border-bottom: 1px solid #fff;padding-bottom: 10px;}

span.registration_exists-icon img {
    width: 18px;
    margin: 0 5px;
    height: auto;
    vertical-align: middle;
}

.lesson-inner-container {
    padding: 0 4% 80px;
}

table.lessons-table {
    width: 100%;
    border: 1px solid #c43a86;
    border-collapse: collapse;
}

table.lessons-table td,table.lessons-table th {
    border-left: 1px solid #c43a86;
    border-bottom: 1px solid #c43a86;
    padding: 10px;
}

input.studioc-Input, textarea.studioc-Input {
    /* border: 1px solid #a8357d; */
}

strong.hour-l {
    display: inline-block;
    min-width: 60px;
}

.screen-reader-text {
    display: none;
}

[data-action="new_registration"] .btn{
    margin-left: 0.5vw;

}
.modal  p{
    font-size: 1.4rem;
}
#studioc-site-modal {
    text-align: right;
    direction: rtl;

}
.jquery-modal #studioc-site-modal{
    border: 11px solid #954681ad;
}
.modal a.close-modal{
    color: transparent;
    top: -24.5px;
    right: -24.5px;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.lessons-list ul,.lessons-list li{
    display: block;
    padding: 0;
    margin: 0;
}

.office-waze-navigation {
    width: 100%;
    display: block;
    text-align: center;
    background: #eeeeee;
    padding: 10px 0;
    margin-bottom: 20px;
    color: grey;
}

.office-waze-navigation > img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.studioc-form {
    max-width: 560px;
    margin: 0 auto;
}

span.o-detail {
    color: #ba3482;
    margin-top: 15px;
    font-weight: bold;
}

.office-details,.office-hours {
    padding: 0 36px 20px;
}

.office-details p {
    /* margin-bottom: 4px; */
    margin-top: 0;
}

.office-title {
    padding: 39px 0;
    text-align: center;
    background: rgb(202,63,136);
    background: linear-gradient(90deg, rgba(202,63,136,1) 0%, rgba(108,36,106,1) 100%);
    color: #fff;
    font-size: 26px;
    margin-bottom: 40px;
}

.archive-filter-box select {
    border-radius: 30px;
    padding: 12px 62px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/arr-down.png) no-repeat;
    background-position: 22px 50%;
}

span.sub1_title {
    font-size: 29px;
    margin-bottom: 10px;
    display: block;
}

span.radio-c > input {
    opacity: 0;
}

span.radio-c {
    position: relative;
    width: 20px;
    height: 20px;
    background: #eeeeee;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
}

span.radio-c > input:checked + span {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #b73a71;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.office-item {
    margin-bottom: 12px;
    width: 100%;
}

.office-block {
    width: 31%;
    box-shadow: 0px 3px 11px -2px #00000045;
    min-height: 650px;
    margin: 1%;
}

div#office-selector {
    padding: 41px 37px;
}

div#office-selector h3 {
    border-bottom: 1px solid #dda3c5;
    padding-bottom: 20px;
    margin-top: 4px;
    font-size: 25px;
    font-weight: normal;
}

.fl {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

h2.bottom-lined {
    padding-bottom: 10px;
    position: relative;
}

h2.bottom-lined::after {content: "";max-width: 100px;height: 2px;background: #d1d1d1;display: block;left: 50%;margin: 29px auto 0;}

.lesson-table-mode-lesson .lessons-table-wrap {
    margin-top: 0;
}

.lesson-contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.lesson-contact-form .form-row input:not([type=submit]),.lesson-contact-form .form-row textarea {
    background: #f4f2f2;
}

.lesson-contact-form .form-row input::placeholder,.lesson-contact-form .form-row textarea::placeholder{
    color:#000;
}

.lesson-contact {
    background: url(../images/bg-contact-2.jpg) no-repeat top center;
    width: 100%;
    height: 466px;
}

p.p-detail {
    margin-bottom: 24px;
}


#accordions li.single-menu-item.list-p-opened h3::after {
    transform: rotate(-90deg) translateY(3px);
}

span.p-mark::after {content: "";background: url(../images/correct-mark.png) no-repeat top center;width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-left: 8px;}

span.p-label {
    color: #fba5e3;
}

.lesson-calendar {
    width: 69%;
    padding-right: 4%;
}

.lesson-details-col {
    width: 30%;
    border-color: #fff;
    border-left: 1px solid #fff;
    padding-left: 6%;
    padding-top: 0;
}

.lesson-details {
    display: flex;
    padding-top: 108px;
}

.lesson-inner {
    height: 1000px;
    background: url(../images/bg-lesson.jpg) no-repeat top center;
    color: #fff;
    padding: 40px  8% 0 7%;
}

.lesson-inner h2, .lesson-inner h3 {
    text-shadow: 0px 0px 3px #0000009e;
    color:#fff!important;
}

.lesson-inner h2 {
    font-size: 34px;
    margin-bottom: 0;
}

.lesson-inner h3 {
    margin-bottom: 50px;
    font-size: 22px;
    margin-top: 0;
}

#acp-toggle-toolbar.toolbar-left {
    top: 20vh !important;
    background: url(../images/accessibility.png) no-repeat top center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    width: 86px;
    left: 0;
    padding: 0;
    margin: 0;
}

#acp-toggle-toolbar.toolbar-left img {
    display: none;
}


h6 {
    margin-bottom: 16px;
    margin-top: 0px;
}
h4{margin-top:5px;}

.office-hours h4 {
    padding: 10px 0;
    border-top: 1px solid #ba3482;
    border-bottom: 1px solid #ba3482;
    color: #ba3482;
    margin-top: 10px;
}

#section-ads p {
    margin-top: 0;
    margin-bottom: 6px;
}

img.alignright {
    float: right;
    margin-left: 12px;
}

#section-top span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #9c277b;
}

#section-gallery cite.elementor-testimonial__cite {
    margin-bottom: 15px;
}

#section-top span.swiper-pagination-bullet {
    /*width: 70px;*/
    /*height: 6px;*/
    background: #efeaea;
    opacity: 1;
    outline: none;
    border-radius: 12px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {}

#section-top .swiper-slide-inner {
    padding-left: 70%;
}

#section-top .elementor-slide-heading {
    font-weight: bold;
    font-family: StudiocEnglish;
    font-size: 54px;
}

#section-gallery .elementor-swiper-button.elementor-swiper-button-prev {
    background: url(../images/slider-left-nav.png) no-repeat top center;
    width: 27px;
    height: 47px;
}

#section-gallery .elementor-swiper-button.elementor-swiper-button-next {
    background: url(../images/slider-right-nav.png) no-repeat top center;
    width: 27px;
    height: 47px;
}

#section-top .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#section-gallery .elementor-swiper-button.elementor-swiper-button-prev i,#section-gallery .elementor-swiper-button.elementor-swiper-button-next i {
    display: none;
}

.swiper-pagination {
    margin-bottom: 15px;
}

#section-gallery .swiper-container {padding: 17px 0;}

#section-gallery .swiper-slide {
    box-shadow: 0px 0px 12px -2px #0000005e;
    cursor: pointer!important;
}

#section-magazine .cta-btn::before {content: "";height: 94px;display: block;position: relative;width: 1px;background: #b63982;right: 50%;margin-right: -62px;margin-bottom: 11px;margin-top: -41px;}

.article-thumb img {
    max-width: 100%;
    height: auto;
}

.article-thumb img,.article-thumb a {
    display: inline-block;
    /* width: 100%; */
    max-height: 165px;
    text-align: center;
}

h3.article-title {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 10px;
}

.single-post-related {
    padding-bottom: 20px;
}

.single-post-related h2 {
    color: #ba3482;
    margin: 56px 0;
}

.sub-title {
    color: #ba3482;
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
}

.related-product .sub-title {}

.related-posts-inner {
    display: flex;
    padding: 0 5%;
}

.article-excerpt {
    min-height: 199px;
}

span.preb {
    margin-left: 10px;
}

.breadcrumbs, .breadcrumbs a {
    color: #939393;
    font-size: 14px;
}

.breadcrumbs > span:last-child > a {
    color: #d685b4;
    font-weight: bold;
}

.site-logo > .screen-reader-text {
    display: none;
}

.btn {
    font-size: 19px;
    color: #fff!important;
    padding-right: 30px;
    padding-left: 22px;
    border: none;
    padding-top: 12px;
    border-radius: 22px;
    padding-bottom: 12px;
    display: inline-block;
    cursor: pointer;
}

.btn-back {
    background: rgb(202,63,136);
    background: linear-gradient(90deg, #fd8676 0%, #96306f 100%);
}

.col {
    width: 50%;
}

.share-btns > span, .share-btns > a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.share-btns > span {
    color: #c43a86;
}

.share-btns > a {
    height: 47px;
    width: 46px;
    background-image: url(../images/share-sprite.png);
    background-repeat: no-repeat;
}

a.mail-share {
    background-position: -58px 50%;
}

a.whatsapp-share {
    background-position: -116px 50%;
}

.single-post-meta {
    padding-top: 20px;
    border-top: 2px solid #e842b9;
    display: flex;
}

h1.single-post-title {
    text-align: center;
    border-bottom: 2px solid #e842b9;
    font-size: 29.6px;
    padding-bottom: 19px;
    color: #555555;
    margin-top: 0;
}

.single-post-content {
    margin: 19px auto;
    width: 81%;
    background: #fff;
    box-shadow: 0px 0px 18px -4px #00000045;
    padding: 5% 10%;
}

.archive-search-box input[type=search] {
    width: 400px;
    height: 55px;
    border-radius: 38px;
    padding: 0 61px 0 15px;
    border: 1px solid #cdcdcc;
    background: url(../images/search-icon-lg.png) no-repeat 96% 50% #fff;
}
.archive-search-box input[type=submit]{
  display:none;
  width: 100%;
}

.arhive-title-wrap {
    width: 26%;
}


span.article-date {
    color: #8d8c8d;
}

.article-author-info {
    font-size: 14px;
}

header {
    position: relative;
    width: 100%;
    background: transparent;
    z-index: 9999;
    /* height: 0; */
}

.page-template-template-office header,.page-template-template-employer header,.page-template-template-blog header {
    margin-bottom: -167px;
}

.archive header,.search header,.single header{
    margin-bottom: -167px;
}

.single-lesson header {
    margin-bottom: -56px;
}

.sidebar-widget {
    margin-bottom: 35px;
    font-size: 16px;
}

.sidebar-widget .menu li, .sidebar-widget .menu {
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar-widget .menu li {
    padding: 3% 0;
    border-bottom: 1px solid #dbd9d9;
}

.sidebar-widget .menu li a {
    color: #606060;
}

.archive-page-outer {
    position: relative;
    margin-bottom: 8rem;
}

.article-author-name {
    font-weight: bold;
}

.article-author-meta,.article-read-more {
    width: 50%;
}

.article-meta {
    border-top: 1px solid #9c277b;
    display: flex;
    padding: 25px 0 15px;
}

.article-content {
    padding: 2% 5% 0 5%;
}

.related-item .article-content {
    min-height: 160px;
    padding-bottom: 20px;
}

.article-thumb {
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
}

.related-item .article-thumb {
    min-height: 0;
}

.article-item {
    width: 30%;
    margin: 0px 3% 0 0;
    background: #fff;
    box-shadow: 0px 3px 12px #00000047;
    margin-bottom: 65px;
    height: auto;
}

.article-item.related-item {
    width: 25%;
    margin: 0 1%;
}

.archive-main-content {
    width: 87%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 4%;
}

aside.sidebar {
    width: 13%;
}

.archive-page-inner,.archive-breadcumbs,.archive-page-header {
    display: flex;
    padding: 0 5%;
}

.archive-page-inner.office-blocks.not-mob {
    display: flex;
}

.archive-breadcumbs {
    margin-bottom: 70px;
}

.archive .archive-breadcumbs {
    margin-top: -60px;
}

.archive-page-header {
    margin-bottom: 70px;
    height: 564px;
    background-image: url(../images/default-blog-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    padding-top: 13%;
    background-size: 86vw;
}

.office-page .archive-page-header {
    background-image: url(../images/office-bg.jpg);
    margin-bottom: 17px;
}

.archive-page-header.single-page-header {
    height: 516px;
    background-image: url(../images/default-single-bg.jpg);
    background-size: 100%;
}

.text-center{
    text-align: center;
}

.reset-table {padding-top: 20px;}

.reset-table > button {
    max-width: 175px;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.form-row input, .form-row textarea,.form-row select {
    width: 100%;
    /*background: #fff;*/
    height: 40px;
    background: #ffffff40;
    border-radius: 22px;
    border: 1px solid #606060;
    padding: 0 20px;
    line-height: 2rem;
    color: #ffffff;
    text-align: right;
    /*color: #fff;*/
}

/*cf-7 dropdown input control*/
#dieta-online-bottom-form select.wpcf7-form-control.wpcf7-select {
    background-color: #ffffff;
color: #414141;
}

#dieta-online-bottom-form .form-row input, .form-row textarea, .form-row select  {
    width: 100%;
  /*background-color: #fff;*/
    height: 40px;
    border-radius: 22px;
    border: 1px solid #606060;
    padding: 0 20px;
    line-height: 2rem;
    text-align: right;
    color: #ffffff;
}


.form-row select option {
    color: black;
}

.form-row textarea {
    min-height: 60px;
}

input.studioc-Input, textarea.studioc-Input {
    border: 1px solid #a8357d;
    color:#a8357d;
}


.sidebar-widget .form-row input,.sidebar-widget .form-row textarea {
    color: #606060;
    border: 1px solid #606060;
}

.sidebar-widget .form-row input::placeholder,.sidebar-widget .form-row textarea::placeholder{
  color: #606060;
}

.sidebar-widget .form-row {
    width: 100%;
}

.form-row input::placeholder, .form-row textarea::placeholder{color:#fff;}

input.studioc-Input::placeholder, textarea.studioc-Input::placeholder {
    color:#a8357d;
}

.form-row {
    margin-bottom: 9px;
    text-align: center;
    width: 61%;
    margin: 0 auto 9px;
}

footer#site-footer a {
    color: #898989;
}



.footer-menu-title {
    font-size: 100%;
    color: #d25396;
    margin-bottom: 1px;
    padding-top: 26px;
    position: relative;
}

.footer-menu-title::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 3px;
    content: "";
    background: #d25396;
}

.footer-menu-block {
    border-right: 1px solid #444444;
    padding: 0 3%;
    width: 20%;
}

.footer-menu-block ul,.footer-menu-block li {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-menu-block li {
    margin-bottom: .15rem;
}

.footer-info {
    width: 26%;
    border-right: 1px solid #fff;
    padding-right: 2%;
}

.footer-copyright,.footer-madeby {
    width: 50%;
}

.footer-madeby {
    text-align: left;
    text-transform: uppercase;
}

.footer-menus {
    display: flex;
}

.footer-navigation,.footer-credits {
    padding: 3% 5% 1% 5%;
    display: flex;
    justify-content: space-between;
}

.footer-credits {
    border-top: 3px solid #393838;
    padding-top: 1%;
    padding-bottom: 8%;
}

.section-inner {
    clear: both;
}

.footer-contacts {
    float: left;
    margin: -72px 5% 0;
    display: block;
    height: 72px;
}

.footer-contacts > a {
    width: 72px;
    height: 72px;
    display: inline-block;
    background: #c33d86;
    color: #fff!important;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    text-align: center;
    padding-top: 48px;
    background-image: url(../images/contact-sprite.png);
    font-size: 15px;
    background-repeat: no-repeat;
    margin-right: 13px;
}

footer#site-footer {
    background: url(../images/footer-bg.jpg) no-repeat top center #313131;
    height: auto;
    position: relative;
    color: #898989;
}


a.footer-contacts-location {
    background-position: 22px 10px;
}

a.footer-contacts-phone {
    background-position: -59px 10px;
}

footer#site-footer a:hover {
    color: #fff;
}




.cta-btn .elementor-button, .btn.cta-btn, a.btn.cta-btn,button.cta-btn,input.cta-btn, #section-top #section-top-mobile-new.elementor-button {
    background: rgb(202,63,136);
    background: linear-gradient(90deg, rgba(202,63,136,1) 0%, rgba(108,36,106,1) 100%);
    font-size: 19px;
    color: #fff!important;
    padding-right: 30px;
    padding-left: 22px;
    border: none;
    padding-top: 12px;
    border-radius: 22px;
    padding-bottom: 12px;
    display: inline-block;
    direction: rtl;
}

.cta-btn-2 {
    background: rgb(249,171,107);
    background: linear-gradient(90deg, rgba(249,171,107,1) 0%, rgba(202,63,136,1) 100%)!important;
}

.btn.btn-sm.cta-btn {
    height: 31px;
    font-size: 17px;
    line-height: 1;
    padding-top: 6px;
}

.btn.btn-sm::after {
    transform: scale(0.7);
}

.form-row input[type=submit] {
    display: inline-block;
    line-height: 1;
    width: auto;
}

.sidebar-widget .form-row input[type=submit] {
    float: left;
    border: none;
    font-weight: bold;
    background: #b73a71;
}

.cta-btn .elementor-button > span::after, .btn.cta-btn::after ,button.cta-btn::after,input.cta-btn::after,  #section-top .elementor-button::after{content: "";display: inline-block;width: 20px;background: url(../images/arr-left-btn.png) no-repeat top center;height: 20px;order: 20;margin-right: 8px;vertical-align: middle;position: relative;transition: all 200ms ease-in-out;right: 0;}

.cta-btn .elementor-button:hover > span::after,.btn.cta-btn:hover::after {
    right: 4px;
}

.english-text, .english-text *{
    font-family: 'StudiocEnglish' !important;
}

span.event-hall {
    font-weight: bold;
    font-size: 1rem;
}

.home #site-header {
    margin-bottom: -178px;
    position: relative;
    z-index: 999;
}

.lessons-table-grid-content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
    width: calc(100% + 10px);
    position: relative;
}

.lessons-table-grid-content::after {content: "\05D8\05D5\05E2\05DF...";position: absolute;top: 50%;display: inline-block;left: 50%;transform: translate(-50%, -50%);background: #822a71c9;padding: 14px;border-radius: 30px;transition: all 200ms ease-in;opacity: 1;visibility: visible;}

.lessons-table-grid-content.loaded::after {
    visibility: hidden;
    opacity: 0;
}

a {
    color: #c43a86;
    text-decoration: none;
    cursor: pointer;
}

.mob-only {
    visibility: hidden;
}

a.social-youtube {
    background-position: -106px 0;
}

.header-search-wrapper {
    padding: 0 15px;
    text-align: left;
    width: 15%;
}

.header-search-wrapper input[type=search] {
    border-radius: 20px;
    border: 1px solid #c43a86;
    height: 32px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    background: url(../images/search-icon.png) no-repeat 95% 50% transparent;
    padding: 2% 15%;
    color:#c43a86;
}
.header-search-wrapper input[type=search]::placeholder {
  color:#c43a86;
}
/* #c43a86 */

.header-search-wrapper input[type=submit] {
    display: none;
}

.header-contact-wrapper {}

.header-contact-wrapper {
    width: 15%;
}

.header-contact-wrapper a {
    font-size: 36px;
    font-weight: bold;
    color: #ba3482;
}

a.contact-phone {
    font-size: 23px;
    display: block;

}

.header-navigation-wrapper {
    width:80%;
}

.header-navigation-wrapper ul li {display: block;margin: 0 1.3%;}

.primary-menu> li.current-menu-item > a, .primary-menu > li > a:hover {
    color: #c43a86;
    font-weight: bold;
}

.header-navigation-wrapper ul li a {
    text-decoration: none;
    color: #504f50;
}

.primary-menu > li > a {
    padding: 25px 0;
}

.header-navigation-wrapper ul {display: flex; padding:0}

.header-titles-wrapper {
    width: 10%;
    position: relative;
    z-index: 999;
}

.header-inner.section-inner {
    display: flex;
    padding: 1% 2% 0;
    align-items: center;
}

button.toggle.nav-toggle.mobile-nav-toggle {
    display: none;
}

button.btn-full {
    width: 100%;
    border: none;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    background: rgb(202,63,136);
    background: linear-gradient(90deg, rgba(202,63,136,1) 0%, rgba(108,36,106,1) 100%);
    outline: none;
    cursor: pointer;
    min-height: 40px;
    display: inline-block;
}


.lesson-form-input.lesson-form-select select {
    height: 100%;
    width: 100%;
    background: #efeaeaa3;
    border-radius: 20px;

    border: 1px solid #C83D87;
    padding: 0 6%;
    line-height: 1;
    -webkit-appearance: none;
    background-image: url(../images/arr-down.png);
    background-repeat: no-repeat;
    background-position: 18px 50%;
}

label.lesson-form-label,.lesson-form-input {
    width: 50%;
    vertical-align: middle;
}

.lesson-table-mode-lesson .lesson-form-input {
    width: 100%;
    padding: 0;
    height: 100%;
}

.lesson-table-mode-lesson label.lesson-form-label {
    margin-left: 14px;
    /* display: none; */
    width: auto;
    font-size: 19px;
}


.socials {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

footer#site-footer .socials > a {
    display: inline-block;
    text-indent: -999px;
    background-image: url(../images/social-sprite.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    color: transparent;
}



a.social-instagram {
    background-position: -213px 0;
}

a.social-blog {
    background-position: -324px 0;
}

.lesson-form-input.lesson-checkbox-select {
    width: 27%;
    background: #efeaeab0;
    border-radius: 20px;

    border: 1px solid #C83D87;
    padding: 0 6%;
}

.lesson-table-mode-lesson .lesson-form-input.lesson-checkbox-select {
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

label.lesson-form-label {
    padding-top: 3%;
    color: #282828;
}

.lesson-form-input select, .lesson-form-input checkbox {
    width: 100%;
    font-size: 1rem;
}

.lesson-form-row {
    display: flex;
    height: 45px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.lesson-table-mode-lesson .lesson-form-row {
    display: inline-block;
    width: 18%;
    margin-left: 12px;
    text-align: left;
}

.lessons-table-wrap {
    width: 100%;
    margin-top: 1.5rem;
}

.lesson-table-col {
    min-height: 61px;
    padding: .5%;
    border-bottom: 2px solid #954681ad;
    border-left: 2px solid #954681ad;
    width: 14.285%;
    text-align: center;
    position: relative;
    min-height: 72px;
}

.lessons-table-grid-content .lesson-table-col {
    transition: all 100ms ease-in;
    opacity: 0;
}

.lessons-table-grid-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.lessons-table-grid-content::-webkit-scrollbar-track {
  background: #989595;
}

/* Handle */
.lessons-table-grid-content::-webkit-scrollbar-thumb {
  background: #ffffff;
}

/* Handle on hover */
.lessons-table-grid-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lessons-table-grid-content.loaded .lesson-table-col {
    opacity: 1;
}

.event-item h4 {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 11px;
}

span.event-item {
    display: block;
    margin-bottom: 1rem;
    cursor: pointer;
}

span.event-item:last-child {
    margin-bottom: 0;
}

.lessons-table-grid-header .lesson-table-col > span,.lesson-table-col.lesson-time > span {
    position: absolute;
    top: 50%;
    font-size: 19px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
}

.lesson-table-col.lesson-time > span {
    font-weight: bold;
    direction: ltr;
}

.lesson-table-col:last-child {
    border-left: none;
}

.lesson-table-row {
    display: flex;
}

.lessons-table-inner {
    padding: 0 7% 0;
    color: #fff;
    display: flex;
}

.lesson-table-mode-lesson {
    display: block;
    margin-top: -105px;
    padding-left: 0;
}

.lesson-table-mode-lesson .lessons-table-filter,.lesson-table-mode-lesson .lesson-table-l {
    width: 100%;
    padding: 0;
    border: none;
}

.lesson-table-mode-lesson .lesson-table-l {}

.lessons-table-filter {
    width: 31%;
    border-color: #CA3F88;
    border-left: 1px solid #CA3F88;
    padding-left: 6%;
    padding-top: 5%;
}

.lesson-table-l {
    width: 69%;
    padding-right: 9%;
}

.lessons-table-grid {
    height: 575px;
    background: url(../images/table-bg.png) no-repeat top center;
    border: 2px solid #954681ad;
}

.lesson-table-mode-lesson .lessons-table-grid {
    margin-bottom: 15px;
}

.lessons-table-grid-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #979595;
}

.lessons-table-grid-content:-webkit-scrollbar
{
    width: 5px;
    background-color: #979595;
}

.lessons-table-grid-content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFF;
}


.lesson-checkbox-select {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 36px;
}

.lesson-checkbox-select input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: none;
  -webkit-transition: .4s;
  border-radius: 20px;
  transition: .4s;
  width: 100%;
}

.slider:before {
  position: absolute;
  content: "Off";
  height: 100%;
  width: 56px;
  left: 0;
  transform: translateX(95%);
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 16px;
  line-height: 33px;
  bottom: 0;
  text-align: center;
  background-color: #ca3f88;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  /* background-color: #2196F3; */
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -ms-transform: translateX(0);
  content: "On";
  left: 0;
  transform: translateX(0);
}
.lesson-table-mode-lesson input + .slider:before{content: "";visibility: hidden;width: 18px;height: 18px;left: 50%;transform: translate(-50%, -50%);top: 50%;transition: none;}

.lesson-table-mode-lesson input:checked + .slider:before {
    content: "";
    visibility: visible;
}

.mob, .mob-only{
    display: none;
}

.not-mob{
    display:block;
}

@media only screen and (max-width: 980px){

.s-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ba;
    z-index: 9;
    display: none;
}

.s-overlay.s-overlay-visible {
    display: block;
}
.s-modal{display: none;}


.s-modal-visible {
    position: fixed;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    background: #fff;
    border: 4px solid #935082;
    text-align: center;
    min-height: 108px;
    display: block;
}

.s-modal-visible p {
    text-align: center;
    font-size: 24px;
}
#menu-item-5884{
    display: none;
}
.elementor-5156 .elementor-element.elementor-element-3354c7b > .elementor-background-overlay {
    background-position: top center;
}

.desktop-only {
    display: none!important;
}

div.homep {
    height: auto;
}

.contact-form .th-form div.homep span {
    width: 100%;
    float: none;
    display: block;
}

#employer-contact .wpcf7-form > p input {
    float: none;
}

#employer-contact .wpcf7-form > p label {
    float: none;
    font-size: 19px;
}

#employer-contact .wpcf7-form > p {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
}

.elementor-default .page-header {
    display: none;
}

nav.primary-menu-wrapper {
    overflow: auto;
}

.page-header >h1 {
    font-size: 23px;
}

/*.page-wrap {*/
/*    margin-top: 110px;*/
/*}*/
.page-id-5456 .page-wrap,
.page-id-5456 section,
.page-id-1192 .page-wrap{
    margin-top:0;
    padding-top:0px;
}
.elementor-5456 .elementor-element.elementor-element-1ca047a5{
    margin-top:0!important;
    padding-top:0!important;
}

.index-page-wrapagep.-wrap {}

table.lessons-table tr, table.lessons-table td,table.lessons-table th {
    display: block;
    width: 100%;
}

table.lessons-table td {
    border-bottom: none;
}

table.lessons-table th {
    display: none;
}

.my-lessons-container {
    padding-top: 110px;
}

#section-gallery cite.elementor-testimonial__cite {
    margin-top: 9px;
    margin-bottom: 0;
}

#section-gallery .swiper-container {
    width: 100%;
}

.form-row {
    width: 80%;
}

#section-newsletter h3 {
    margin: 0 0 35px;
}

h3 {}

#section-newsletter p {
    margin-bottom: 0;
}

span.office-more-s {
    float: left;
    font-size: 17px;
}

span.office-more-s > span {
    width: 28px;
    height: 28px;
    background: #c43a86;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin-right: 7px;
}

.visible span.office-more-s > span {
    transform: rotate(-90deg);
}

span.office-more-s > span::after {content: ">";}

.office-details, .office-hours {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

.office-mob-block .office-title {
    background: #fff;
    color: #2b2a2a;
    text-align: right;
    padding: 17px 5px;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d1d2;
    margin: 0 auto 13px;
    max-width: 89%;
}

.archive-filter-box select {
    width: 100%;
}

.arhive-title-wrap span.sub1_title {
    /* display: none; */
    font-size: 16px;
}

header {
    height: 0;
    transition: all 300ms ease-in;
}

.page-template-template-blog header {
    margin-bottom: 0;
}

.page-template-template-office header, .page-template-template-employer header,.page-template-template-employer header {
    margin-bottom: 0;
}

.page-template-template-office header {
    margin-top: 0;
    margin-bottom: 0;
}

.office-page .archive-page-header {
    background: url(../images/mob-office-bg.jpg) no-repeat top center;
    background-size: 100%;
    padding-top: 237px;
    height: 324px;
}

.office-mob-block {
    box-shadow: 0px 2px 6px -1px #00000057;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all 200ms ease-in;
    height: 57px;
}

.office-mob-block.visible {
    height: auto;
}

.daydiv.sel {
    display: flex;
}

.daydiv {
    display: none;
}

span.baby img {
    width: 35px;
}

.btn-choose-day {
    padding: 17px;
    justify-content: space-between;
}

.btn-choose-day > a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    padding-top: 7px;
    font-weight: bold;
    background: rgb(252,109,127);
    background: linear-gradient(0deg, rgba(252,109,127,1) 0%, rgba(247,155,118,1) 100%);
    font-size: 21px;
}

.divCell, .mob-col {
    width: 25%;
    color: #fff;
    text-align: center;
    border-left: 2px solid #935082;
    border-bottom: 2px solid #935082;
    margin: 0;
    padding: 15px 8px;
    margin-bottom: 0!important;
}

.divCell:last-child, .mob-col:last-child {
    /* width: 19%; */
}

.mob-col-hiddeb {
    display: none;
}

.divCell {
    font-weight: bold;
}

.calendar-mob-pane {
    background: url(../images/bg-calendar-mob.jpg) #a86392 no-repeat top center;
    padding-bottom: 20px;
}

.headRow, .inform, .btn-choose-day {
    display: flex;
    text-align: center;
}

.daydiv > ul, .daydiv > ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

span.p-label {
    color: #2b2a2a;
    font-weight: bold;
}

.lesson-details {
    padding-top: 20px;
}

.lesson-inner h2, .lesson-inner h3 {
    margin: 0;
    text-shadow: none;
}

.lesson-inner h2 {
    color: #2b2a2a!important;
}

.lesson-title {
    background: #f6f6f6;
    padding: 5px 0;
}

.lesson-details-col-l {
    width: 50%;
    border-left: 1px solid #cccbcb;
    margin-left: 20px;
}

.lesson-details-col-l:last-child {
    border: none;
}

div#lesson-details-pain {
    display: flex;
    background: #f6f6f6;
    padding: 30px 30px 20px;
    box-shadow: 0 2px 3px #dadada;
}

.lesson-inner h3 {
    display: none;
}

.lesson-details-col {
    width: 100%;
    border: none;
    padding-left: 0;
}

.lesson-inner {
    background: none;
    color: inherit;
    padding: 0;
    padding-top: 100px;
    height: auto;
    margin-bottom: 20px;
}

.mob, .mob-only{
    display: block;
}

.office-blocks-mob {
    padding: 0 25px 10px;
}

.not-mob{
    display: none!important;
}

.archive-search-box input[type=search] {
    width: 100%;
}

form.search-form {
    width: 100%;
}

.arhive-title-wrap {
    width: 100%;
}

.archive-search-box {
    margin-top: 196px;
    width: 100%;
}

h1.archive-title {
    display: none;
}

.share-btns > a {
    transform: scale(0.9);
    margin-right: -10px;
}

.share-btns > a {
}

.share-btns > span {
    display: none;
}

.share-btns {
}

.single-post-related {
    display: none;
}

.footer-navigation {
    padding-left: 6%;
    padding-right: 6%;
}

#section-gallery span.elementor-testimonial__title {
    font-size: 16px;
}

.elementor-widget:not(:last-child),#section-gallery .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}

.home .home-page-wrap {
    padding-top: 80px;
}

body.home {}

#section-gallery .elementor-widget-container {
    margin-top: 0;
}

section#section-gallery {
    background: url(../images/mob-gallery-bg.jpg) no-repeat top center #e2e2e2;
    background-size: 100% auto;
}

#section-gallery .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    margin-bottom: 0;
}

#section-gallery .elementor-testimonial__image img {
    width: 67%;
    height: auto;
}

#section-gallery .elementor-swiper-button.elementor-swiper-button-prev,#section-gallery .elementor-swiper-button.elementor-swiper-button-next {
    display: none;
}

#section-gallery .elementor-testimonial__text {
    display: none;
}

.elementor-widget-heading .elementor-heading-title {
    font-size: 29px;
    margin-bottom: 0;
}

#section-top p {
    font-size: 16px;
    text-align: center;
    color: #7a7a7a;
}

#section-magazine .cta-btn::before {
    height: 54px;
}

#section-magazine .elementor-column.elementor-col-25 {
    width: 50%;
}

.archive header, .search header, .single header {
    margin-bottom: -97px;
}

.archive header, .search header, .single header {
    margin-bottom: 0;
    height: 0;
}

.single header {

}

#section-ad-mobile .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
}

#section-newsletter .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-bottom: 0;
    padding-top: 56px;
}

#section-newsletter > .elementor-container {min-height: 0;}

.footer-credits {
    display: block;
}

.footer-copyright, .footer-madeby {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 10px;
}

footer#site-footer {
    padding-bottom: 75px;
    padding: 0;
    background: none;
    background: #2f292b;
    position: relative;
    margin-top: -1px;
}

.home footer#site-footer {
    padding: 0 9% 0px 5%;
}

footer#site-footer .section-inner {
    background: url(../images/footer-bg.jpg) no-repeat top center #313131;
    border-top: 1px solid #ffffff6b;
    padding-bottom: 50px;
}

.footer-contacts {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    float: none;
    left: 0;
    padding-right: 10%;
}

.footer-contacts > a {
    border-top-left-radius: 33px;
    border-top-right-radius: 34px;
}

a.mob-only.footer-contacts-l {
    background: url(../images/chat-icon.png) no-repeat top center #c33d86;
    background-size: auto 26px;
    background-position: 50% 10px;
}

.mob-only {
    visibility: visible;
}

section#section-ad-mobile .elementor-widget {
    margin-bottom: 0;
}

video,iframe {
    width: 100%;
    height: auto;
}

.btn {
    height: auto;
    font-size: 16px;
}

.cta-btn .elementor-button, .btn.cta-btn, .btn.cta-btn, button.cta-btn, input.cta-btn {
    font-size: 15px;
}

.wpcf7-submit.cta-btn {
    width: 100%;
}

#employer-contact .wpcf7-form > p [type="submit"] {
    max-width: 100%;
    float: none;
    margin-top: 20px;
    margin-left: 0;
}

footer#site-footer a.btn.cta-btn {
    font-size: 18px;
}

.btn.btn-big, .btn-big, a.btn-big, .btn.cta-btn.btn-big, a.btn.cta-btn.btn-big, .cta.btn.btn-big, a.cta.btn.btn-big, .btn-cta-2.btn.btn-big {
    font-size: 25px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 31px;
}

.lesson-details .btn-big {
    margin-bottom: -12px;
    box-shadow: 0px 2px 3px -1px #00000059;
}

footer .cta-btn {
    width: 100%;
    text-align: center;
}

.btn.btn-sm.cta-btn {
    font-size: 13px;
}

h3.article-title {
    font-size: 20px !important;
}

.single-post-related h2 {
    font-size: 25px !important;
}

.related-posts-inner {flex-wrap: wrap;}

.article-item.related-item,.article-item {
    width: 100%;
    margin: 0px 3% 26px;
}

.archive-page-header.single-page-header,.archive-page-header {
    height: 390px;
    margin-bottom: 25px;
}

.archive-page-header {
    background-image: url(../images/mob-bg-blog-def.png);
    height: 355px;
    background-size: 100% auto;
    background-position: top center;
}

.page-template-template-blog .archive-page-header {
    height: 245px;
}

.page-template-template-employer header {
    height: 0;
}

.page-template-template-employer .archive-page-header {
    height: 238px;
}

.archive-page-header.single-page-header {
    background-image: url(../images/mob-single-def.png);
    background-size: 100% auto;
    background-position: 0 0;
    height: 265px;
}

.archive-breadcumbs {
    margin-bottom: 10px;
    display: none;
}

.archive-main-content {
    display: flex;
    width: 100%;
    padding: 21px 3%;
}

.archive-main-content > .single-post-content {
    margin: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
}

aside.sidebar {
    display: none;
}

.header-contact-wrapper a {
    font-size: 23px;
}

a.mob-only.contact-phone-mob {
    background: url(../images/mob-phone.png) no-repeat top center;
    display: inline-block;
    width: 26%;
    height: 41px;
    background-size: 100% auto;
    margin-top: 9px;
    margin-left: 50px;
}

.header-contact-wrapper {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
}

section#section-newsletter {
    background: url(../images/mob-footer-bg.jpg) no-repeat top center;
    background-size: 100%;
}

/*#section-ads > .elementor-container > .elementor-row > .elementor-col-50 {
    display: none;
}*/

#section-top > .elementor-container.elementor-column-gap-default {
    min-height: auto;
    align-items: normal;
    padding-top: 13%;
    /*padding-left: 50%;*/
    padding-bottom: 15px;}

#section-gallery > .elementor-container.elementor-column-gap-default {
    min-height: 0;
    padding: 0px 0;
}

section#section-top {
    /*background: url(../images/mob-bg-top.jpg) no-repeat top center;*/
    margin-top: 121px;
    background-size: 100% auto;
    min-height: 0;
    padding: 0 10px;
}


section#section-top .elementor-widget-heading .elementor-heading-title {
    font-size: 29px;
}

#section-quote,#section-lessons {
    display: none;
}

.home #site-header {
    height: 15px;
}

header#site-header.sticky {
    position: fixed;
    background: #fff;
    height: 55px;
    top: 0;
    left: 0;
    padding: 4px 0;
    box-shadow: 0 12px 8px -3px #ded5d58f;
}

.site-logo.faux-heading {
    position: absolute;
    left: 10px;
    top: 0;
    width: 80px;
}

.sticky .site-logo {
}

.site-logo.faux-heading img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.header-inner.section-inner {
    display: block;
    padding-top: 0;
}

.header-titles-wrapper {
    width: 100%;
}

.header-search-wrapper {
    display: none;
}

.header-navigation-wrapper ul {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.primary-menu {
    padding-left: 26%;
    padding-right: 30px;
    /* overflow: auto; */
    height: 100%;
}

.header-navigation-wrapper ul li {
    display: block;
    width: 100%;
}

.header-navigation-wrapper ul li a {
    font-size: 150%;
    border-bottom: 1px solid #c83987;
    color: #fff;
    padding-bottom: 5px;
    height: auto;
    display: block;
    margin-bottom: 9px;
    padding: 4px 0;
}

.header-navigation-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    background: url(../images/bg-mob-menu.jpg) no-repeat top center;
    background-size: 100% auto;
    right: 0;
    padding-top: 82px;
    visibility: hidden;
    opacity: 1;
    transition: all 300ms ease-in;
    padding-bottom: 15px;
    overflow: hidden;
    z-index: 99;
    height: 0;
}

.mobile-menu-opened .header-navigation-wrapper {
    visibility: visible;
    opacity: 1;
    height: 505px;
    padding-bottom: 35px;
}

span.toggle-text {
    display: none;
}

button.toggle.nav-toggle.mobile-nav-toggle {
    display: block;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/hamburger.png) no-repeat top center;
    border: none;
    position: absolute;
    top: 15px;
    right: 6px;
    width: 41px;
    height: 41px;
    z-index: 997;
    background-size: 100%;
}

.mobile-menu-opened button.toggle.nav-toggle.mobile-nav-toggle {
    background: url(../images/hamburger-close.png) no-repeat top center;
}

.footer-info {
    width: 100%;
    border: none;
    padding: 18px 0 30px;
}

.footer-menus {
    display: none;
}

.article-excerpt {
    display: none;
}

.employer-item .article-excerpt {
    display: block;
}

#testimonial-carousel .swiper-wrapper {
    display: block;
    align-items: normal;
}

#testimonial-carousel .swiper-slide {
    width: 46%;
    display: block;
    float: right;
    margin-left: 4%;
    margin-bottom: 20px;
    height: auto;
    padding: 10px;
    cursor: pointer!important;
}

#testimonial-carousel .swiper-slide.swiper-slide-duplicate-prev {
    display: none;
}

#testimonial-carousel .swiper-slide img {
    max-width: 173px;
}

#acp-toggle-toolbar{display: none;}
}


/*contact form horizontally*/
.sogo-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sogo-elem{
    background-color: #ffffff;

}
.sogo-elem input{
    max-width: 100%;
    margin-left: 1rem;
    border: 1px solid #C83D87;
    height: 40px;
    border-radius: 22px;
    text-align: right;
    margin-bottom: 1rem;
}
.sogo-elem input:focus {
    border: 1px solid #000000;
    outline: none;
}

.sogo-elem input::placeholder{
padding-right: 20px;
}
.sogo-row-btn{
    display: flex;
    justify-content: center;
}
.sogo-elem select{
    width: 100%;
    margin-left: 1rem;
    border: 1px solid #C83D87;
    height: 40px;
    border-radius: 22px;
    text-align: right;
    color: #808080;
    padding: 0 10px;
}
.sogo-elem select:focus{
    border: 1px solid #000000;
    outline: none;
}
.sogo-elem-btn > button:focus{
    border: 1px solid #000000;
    outline: none;
}
@media (min-width: 768px) {
    .wpcf7-response-output{
        text-align: center;
    }
    .sogo-elem #subject_selector{
        margin-bottom: 1rem;
    }


    .sogo-elem-btn > button:focus{
        border: 1px solid #000000;
        outline: none;
    }
    .sogo-row{
        display: flex;
        margin-bottom: 1.5rem;
        flex-direction: row;
        justify-content: center;

    }
    .sogo-elem{
        background-color: #ffffff;
    }
    .sogo-elem input{
        max-width: 21vh;
        margin-left: 1rem;
        border: 1px solid #C83D87;
        height: 4.45vh;
        border-radius: 22px;
        text-align: right;
    }
    .sogo-elem input:focus {
        border: 1px solid #000000;
        outline: none;
    }
    .sogo-elem input::placeholder{
        padding-right: 20px;
    }
    .sogo-row-btn{
        display: flex;
        justify-content: center;
    }
    .sogo-elem select{
        width: 21vh;
        margin-left: 1rem;
        border: 1px solid #C83D87;
        height:  4.45vh;
        border-radius: 22px;
        text-align: right;
        color: #808080;
        padding: 0 10px;

    }
    .sogo-elem select:focus{
        border: 1px solid #000000;
        outline: none;
    }
}


/*contact form דיאטה-c-online"*/

.sogo_form_bg_w input::placeholder{
    background-color: #ffffff;
    color: #0c0c0c !important;
}
.sogo_form_bg_w input{
    background-color: #ffffff;

}
.sogo_form_bg_w select{
    background-color: #ffffff;
    color: #0c0c0c !important;
}
.sogo_form_bg_w input:focus{
    border: 1px solid #000000;
    outline: none;
}
.sogo_form_bg_w select:focus{
    border: 1px solid #000000;
    outline: none;
}
/*------------*/

#select_branch_id:focus{
    border: 1px solid #000000;
    outline: none;
}
 #select_activity_type:focus{
     border: 1px solid #000000;
     outline: none;
 }


.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}


/*#section-top-mobile-new*/


#section-top-mobile-new{

}


/*sidebar form*/
aside.sidebar form select{
    color: #606060;
}
aside.sidebar form select:focus{
    border: 1px solid #000000;
    outline: none;
}
aside.sidebar form input:focus{
    border: 1px solid #000000;
    outline: none;
}
/* ---*/

#try67 .elementor-toggle-item{
    border-bottom: 1px solid #CA3F88;
}


#dieta_11 .elementor-widget-wrap{
justify-content: space-around;
}
#dieta_12 .elementor-widget-wrap{
    justify-content: space-around;
}
.dieta_class_12{
    width: 45% !important;
}


@media (max-width: 768px) {
    #dieta_15 .elementor-row {
        flex-direction: column-reverse;
    }
}

/*hp */


.elementor-5156 .elementor-element.elementor-element-d6edc4d .elementor-toggle .elementor-toggle-item{
    border-bottom: 1px solid #CA3F88;
}
