/*
Theme Name: Twenty Twenty One Child
Theme URI: https://gingim.spiro-creative.com/twenty-twenty-one-child/
Description: Your first child theme!
Author: John Doe
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain: twenty-twenty-one-child
*/

/** quote */

.form_wrapper.quote {
    margin-right: 0;
}

textarea {
    width: 100%;
    max-width: 100%;
    background: #f1f1f1 !important;
    border: none !important;
    border-radius: 5px !important;
    line-height: 50px;
    height: 45px;
    box-shadow: 0 -3px 0 #0001 inset !important;
    padding: 11px 14px !important;
    padding-left: 17px;
    resize: none;
}

#wpforms-submit-2157 {
    float: left;
    width: 146px;
    clear: both;
}

/*body*/
body.ginger .tiger {
    transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    left: 0;
}

body.ginger .cloud {
    left: -30vw;
    right: inherit;
    transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
}

body.logged_in:not(.student) .my_account,
body.student_teacher:not(.student):not(.teacher):not(.no_mosad) .hide_games {
    display: block;
}

body.not_logged_in .my_account,
body.logged_in .footer_login,
.hide_games:not(body),
body.no_mosad .hide_games,
body.logged_in:not(.school_private_user) .my_account,
body.logged_in.student .hide_games,
body.logged_in.teacher .hide_games {
    display: none;
}

body.logged_in.student .my_account,
body.loggin_in.student .hide_games {
    display: none !important;
}

#mc4wp-form-1 {
    display: flex;
    flex-direction: column;
}

/** contact */

.page-template-contact-php .form_wrapper {
    max-width: 100%;
    width: 576px;
    /* text-align: right; */
}

.page-template-contact-php .form_wrapper p {
    text-align: left;
}

.wpforms-field {
    margin-bottom: 13px;
}

button[type="submit"], .form_wrapper button[type="submit"] {
    background: #62b14c !important;
    border-radius: 10px !important;
    box-shadow: 0px -3px 0px #0003 inset !important;
    cursor: pointer !important;
    display: table !important;
    transition: all 0.2s !important;
    padding: 10px 30px 12px !important;
    border: none !important;
    color: #fff !important;
}

.wpforms-submit-container button[type="submit"] {
    width: 50%;
    margin-top: 30px;
}

/** overlay */
.overlay_tiger {
    position: absolute;
    bottom: 0;
    width: 130px;
    right: 12px;
}

.overlay_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffffee;
    z-index: 5000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.overlay_wrapper h1 {
    line-height: 1;
}

.overlay_wrapper.show {
    display: flex;
}

.overlay_content {
    padding: 28px 60px 30px;
    border-radius: 30px;
    border: 3px solid;
    max-width: 469px;
    position: relative;
}

.overlay_buttons {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}

.overlay_buttons > div {
    margin: 0 10px;
    padding: 10px 29px 12px;
}

/* checkout */
.checkout_form input[type="checkbox"] {
    position: initial;
}

.checkout_form {
    margin-bottom: 90px;
}

.checkout_form .license_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_form .license_title p {
    margin: 0;
}

.checkout_form .license_title a {
    color: #2976c5;
}

body.gingim .form_line.terms_of_use {
    justify-content: flex-start;
}

body.gingim .form_line.terms_of_use label {
    margin-right: 10px;
}

/* body.ginger .form_line.terms_of_use label {
    margin-left: 5px;
} */

.paypal_wrapper {
    width: 70%;
    float: left;
    margin: 30px 0;
}

.payment_iframe_wrapper {
    background: #fff;
}

.payment_iframe_wrapper iframe {
    width: 100%;
    min-height: 620px;
    background: #fff;
    border: none;
}

.payment_type_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
}

.payment_type_wrapper img {
    width: 125px;
    height: auto;
    display: inline-block;
    margin-bottom: -14px;
}

.page-template-checkout .license_body {
    min-height: auto;
}

.page-template-checkout .license_body > div {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 24px;
}

.page-template-checkout .license_length {
    margin-top: 4px;
    display: table;
    margin: 7px auto 0;
    font-size: 16px;
}

/** datepicker */

.Zebra_DatePicker .dp_body .dp_selected {
    background: #ff8d1b;
}

.datepicker {
    width: 100%;
    padding: 0 !important;
    background: #fff;
}

.datepicker.full {

    color: red;
    font-weight: bold;
}

.dp_daypicker.dp_body > tr:nth-child(1) {
    border-bottom: 4px solid #fff;
}

.dp_previous, .dp_next {
    position: relative;
}

.dp_previous::before {
    content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    position: absolute;
    -moz-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    left: 9px;
    top: 31px;
}

.dp_previous::after {
    content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    position: absolute;
    -moz-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
    left: 9px;
    top: 20px;
}

.dp_next::before {
    content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    position: absolute;
    -moz-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    right: 9px;
    top: 20px;
}

.dp_next::after {
    content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    position: absolute;
    -moz-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
    right: 9px;
    top: 31px;
}


.dp_previous img, .dp_next img {
    display: none !important;
}

.dp_caption {
    color: #333 !important;
}

.Zebra_DatePicker .dp_header {
    background: #2976c5;
}

.dp_caption.dp_hover {
    background: #efefef !important;
}

.Zebra_DatePicker_Icon {
    left: 13px !important;
    right: auto !important;
}

.Zebra_DatePicker .dp_actions .dp_caption, .Zebra_DatePicker .dp_actions .dp_caption:hover {
    font-weight: 400;
    font-size: 30px;
    color: #fff !important;
    padding-bottom: 8px;
    background: #2976c5 !important;
}

.Zebra_DatePicker {
    direction: ltr !important;
    border-radius: 3px;
    box-shadow: 0 2px 33px #0003;
    padding: 1px;
    background: #fff;
    z-index: 9000;
    width: 363px !important;
    max-width: 100%;
}

.dp_disabled {
    background: #f1f1f1 !important;
}

.Zebra_DatePicker .dp_body .dp_current {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
    font-size: 17px;
}

.Zebra_DatePicker .dp_body .dp_weekend, .Zebra_DatePicker .dp_body td {
    background: #2976c5;
    color: #fff;
    transition: all 0.15s;
    border: 1px solid #fff;
}

/** groups */
.overlay_buttons > div.buttons_confirmation {
    border: none;
    padding: 0;
    margin: 0;
}

.assign_group_b.round_b {
    padding: 2px 10px 5px;
    font-size: 14px;
    margin-left: 11px;
}

.group_wrapper .task_title_wrapper {
    padding-top: 6px;
    border-right: 13px #7561a8 solid;
    margin-right: 0 !important;
}

.delete_group_b.delete_icon {
    margin-top: 4px;
    font-size: 13px;
    margin: 3px 16px;
    color: #777;
    text-decoration: underline;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}

.group_remove_student_b {
    border-radius: 90px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    margin: 0;
}

.group_wrapper .task_title_wrapper > div.task_round {
    margin-top: 3px;
}

.group_wrapper.opened .task_title_wrapper > div.task_round {
    margin-top: 3px;
}

.modal_students th:first-child {
    padding-right: 11px;
}

.group_modal_container h1 {
    text-align: center;
}

.modal_students th:first-child,
.modal_students .modal_student_tr.student_tr td:first-child {
    text-align: right;
}

.modal_students input[type="checkbox"] {
    position: initial;
}

/** tasks */

.add_games_to_task .title_wrapper {
    display: none;
}

.student_tooltip_wrapper input[type="checkbox"], teacher_tooltip_wrapper input[type="checkbox"] {
    width: 22px;
    position: absolute;
    left: 10px;
    top: -5px;
}

.add_games_to_task_wrapper, .hide_games_wrapper {
    text-align: center;
}

.add_games_to_task_wrapper h2, .hide_games_wrapper h2 {
    font-size: 25px;
}

.add_games_to_task_buttons, .hide_games_buttons {
    display: flex;
    margin: 39px auto 107px;
    width: 50%;
    justify-content: space-evenly;
}

.tasks_wrapper {
    padding-bottom: 100px;
}

.task_games {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 14px 9px;
}

.task_small_arrow svg {
    fill: #fff;
    width: 10px;
    -moz-transform: scaleX(1.4);
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4);
}

.task_remove_b, .group_remove_b, .student_remove_b {
    background: #000;
    color: #fff;
    border-radius: 90px;
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 19px;
    left: -2px;
    top: -1px;
    font-weight: bold;
    font-size: 17px;
    padding-right: 1px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.task_group, .group_group, .single_student {
    border: 2px solid #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 0 12px;
    min-height: 77px;
    margin: 0 17px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.task_games .games_grid_item {
    width: auto;
    height: 43px;
    display: table;
    margin: 0 3%;
}

.task_save_b {
    padding: 11px 61px;
    margin-top: 28px;
}

.confirm_task_save {
    float: left;
    margin-top: 48px;
    margin-left: 14px;
    opacity: 0;
}

.confirm_task_save.show {
    margin-top: 38px;
    opacity: 1;
}

.pencil_icon {
    margin: 10px 0px 0 6px;
}

.pencil_icon path.st0 {
    fill: #2976c5;
}

.task_comments {
    background: #f1f1f1;
    border-radius: 7px;
    padding: 11px 14px 6px;
    font-size: 14px;
}

.pencil_icon svg {
    width: 21px;
}

.task_groups_wrapper, .task_comments_wrapper, .single_student_wrapper {
    margin-top: 30px;
}

.task_content {
    padding: 26px;
}

.task_add_game_b, .task_add_group_b, .task_add_single_student_b {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    border-radius: 10px;
    font-size: 13px;
    padding: 9px;
    /* width: 93px; */
    /* height: 77px; */
}

.task_add_game_b > span, .task_add_group_b > span, .task_add_single_student_b > span {
    width: 30px;
    height: 30px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
}

.expand_icon {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.delete_icon {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delete_task_b {
    transform: none;
    font-size: 13px;
    margin: 9px 16px;
    color: #777;
}

h1 .delete_icon {
    margin: 0 10px;
}

.task_title_wrapper > div.task_round {
    width: 24px;
    height: 24px;
    border-radius: 90px;
    text-align: center;
    font-size: 25px;
    margin: 9px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.task_title_wrapper > div {
    display: inline-block;
}

.task_title.w50 {
    width: 45%;
}

.task_title_wrapper {
    padding: 2px 15px 0;
    background: #fff;
    border-radius: 7px;
    border-right: 13px solid #ff8d1b;
    min-height: 47px;
    margin-right: 0 !important;
}

.task_wrapper.opened .task_title_wrapper {
    border-right: 13px solid #ff8d1b;
    padding: 6px 15px;
    background: #ff8d1b22;
    border-radius: 7px 7px 0 0;
}

.task_wrapper {
    border-radius: 10px;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.task_wrapper.opened .task_title_wrapper input {
    border: 1px solid #ddd;
}

.task_wrapper .task_title_wrapper input {
    border: 0px solid #ddd;
    box-shadow: none;
}


.tasks_header {
    margin-bottom: 38px;
}

.new_task_b {
    padding: 10px 30px 12px;
}

.plus {
    justify-content: center;
    display: flex;
    border: 2px solid #fff;
    border-radius: 90px;
    width: 24px;
    height: 24px;
    line-height: 18px;
    font-size: 19px;
}

.plus.float_left {
    margin-left: -3px;
}

.tasks_filter_checkboxes {
    display: none;
    justify-content: space-between;
    width: 47%;
    margin-top: 11px;
}

.tasks_filter_line input {
    margin: 0 8px;
    width: 18px;
    height: 18px;
}

.tasks_th {
    padding: 11px 20px 11px 0;
    border-right: #f1f1f1 16px solid;
    border-radius: 10px;
    box-shadow: 0 -3px 0 #0001 inset;
    margin: 26px 0;
}

.tasks_th div {
    display: inline-block;
    width: 19%;
}

.tasks_th span {
    display: inline-block;
}


/*** profile */

.page-template-profile-php select {
    width: 70%;
}

.profile_licenses_wrapper {
    width: 800px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.profile_licenses_title {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.profile_license_line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    padding: 10px;
    width: 100%;

    background: #F4F8FC;
}

.profile_license_line:nth-child(2n) {
    background: #DFEAF7;
}

.form_line a {
    width: 70%;
    font-size: 16px;
    text-decoration: underline;
}


/*** licenses */

.the_content_wrapper img {
    float: left;
    margin-top: -33px;
    margin-right: 25px;
    width: 91px;
}


.license_wrapper {
    border-radius: 10px;
}

.the_content_wrapper span {
    display: inline-block;
    margin-right: 18px;
}

.licenses_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin-top: 150px;
    width: 100%;
}

.license_title_wrapper {
    padding: 30px 0;
    border-radius: 10px 10px 0 0;
}

.license_body {
    min-height: 490px;
    padding: 30px 46px;
    border-radius: 0 0 10px 10px;
}

body.ginger .license_body {
    min-height: 370px;
}

/*.license_body p:nth-child(3) {*/
/*    font-size: 12px;*/
/*}*/

.license_body > div {
    /*position: absolute;*/
    bottom: 100px;
    left: 0;
    width: 100%;
}

.price_small {
    font-size: 21px;
    position: absolute;
    margin: 0 10px;
}

.license_body a {
    padding: 11px 0;
    width: 80%;
    left: 10%;
    bottom: 15px;
}

/*.license_price {
    font-family: 'Kavoon', cursive;
    font-size: 72px;
    display: inline-block;
    line-height: 53px;
    margin-left: 25px;
}*/
.license_price {
    /* font-family: 'Lilita One', cursive; */
    font-family: 'arimo';
    font-size: 72px;
    display: inline-block;
    line-height: 53px;
    margin-left: 0;
    font-weight: 700;
}

.license_currency {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.license_length {
    margin-top: 4px;
    display: block;
}

.license_price br, .license_length br, .license_currency br, .license_price + br {
    display: none;
}

.yellow_star {
    width: 153px;
    right: -60px;
    top: -80px;
    /*display: none;*/
}


.yellow_star > span {
    font-size: 21px;
    position: absolute;
    left: 35px;
    top: 61px;
    width: 87px;
    line-height: 21px;
    font-weight: bold;
    transform: rotate(-13deg);
    font-size: 17px;
    line-height: 17px;
}

/*.license_wrapper:nth-child(2) .yellow_star {*/
/*  display: block;*/
/*}*/

/*** packs **/

.packs_wrapper {
    width: 86%;
    margin: 60px 8%;
}

.pack_title_wrapper {
    height: 86px;
}

.pack_body a {
    padding: 15px 25px;
}

.pack_body li {
    margin: 0 0 24px;
}

.pack_body li::after {
    content: "";
    background: url('/wp-content/themes/twentytwentyone-child/images/checkbox.png');
    width: 25px;
    height: 26px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    float: right;
    margin-top: 2px;
}

body.ginger .pack_body li::after {
    float: left;
    margin-left: initial;
    margin-right: 20px;
}

.pack_body {
    padding: 42px 45px;
}

.pack_img {
    width: 130px;
    height: 130px;
    border-radius: 90px;
    border: 2px solid #999;
    margin: 0;
    left: 12%
}

body.ginger .pack_img {
    left: initial;
    right: 12%;
}

.pack_wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 75px;
}

.pack_title_wrapper {
    padding: 27px 92px;
}

/** testimonial */

.hp_strip7_items.testimonial_page {
    margin-top: 0;
}

/** 404 */
.p404 .login_logo {
    margin-bottom: 100px;
}

.img404 {
    width: 100%;
    max-width: 550px;
}

.back2hp_b {
    padding: 24px 30px 28px;
    margin-top: 30px;
}

/** qa / help */
.qa_category {
    margin-top: 28px;
    width: 100%;
    max-width: 800px;
}

.qa_wrapper {
    margin-bottom: 13px;
}

.qa_q {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 7px;
    box-shadow: 0 -3px 0 #0001 inset;
    /*margin-bottom: 11px;*/
}

.qa_q .blue_arrow {
    width: 20px;
    height: 19px;
    padding: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.4s;
    top: 9px;
}

.active .blue_arrow {
    top: 0px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -12px;
}


.qa_a p {
    line-height: 28px;
}

.qa_a {
    padding: 13px;
    display: none;
}

.qa_category_title {
    margin-bottom: 16px;
    position: relative;
}

.qa_category_title::before {
    width: 13px;
    height: 13px;
    float: left;
    background: #fcc200;
    position: absolute;
    left: -23px;
    content: "";
    border-radius: 90px;
    top: 10px;
}

.qa_category_title[data-before="blue"]::before {
    background: #2976c5;
}

.qa_category_title[data-before="purple"]::before {
    background: #7561a8;
}

.qa_category_title[data-before="green"]::before {
    background: #62b14c;
}

.qa_category_title[data-before="orange"]::before {
    background: #ff8d1b;
}

/*** basic page */

.page_title.first_item_under_header {
    margin-top: 100px;
    height: 91px;
    color: #fff;
    display: flex;
    align-items: end;
    margin-bottom: 60px;
}

/*** games teacher */

.teacher_tooltip_plus {
    z-index: 1;
    left: 7px;
    top: 7px;
    border: 1px solid #fff;
    border-radius: 90px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: white;
    color: black;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.teacher_tooltip_plus.active {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.teacher_tooltip_content {
    background: #fff;
    margin-top: 6px;
    position: absolute;
    top: 30px;
    z-index: 2;
    width: 100%;
    border: 1px solid #ccc;
}

.tooltip_mission {
    border-bottom: 1px solid #ccc;
    color: #000;
    background: white;
    font-size: 14px;
    padding: 7px 15px;
}

.teacher_tooltip_content p {
    font-size: 14px;
    text-align: right;
    color: #000;
    margin: 0 0 7px;
}

.tooltip_new_mission_b {
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 7px 14px;
    text-align: right;
    cursor: pointer;

}

.tooltip_new_mission_b span svg {
    fill: #2976c5;
    margin-right: 34px;
}

.tooltip_missions_wrapper {
    text-align: right;
    cursor: pointer;
}

/*** games */

.no_after::after {
    color: white !important;
    display: none !important;
}

.show_game {
    display: block !important;
}

.page-template-games .first_item_under_header {
    margin-top: 100px;
}

.is-ajax-search-post {
    position: relative;
}

.is-ajax-search-posts .search_games_grid_item {
    position: absolute;
    left: 0;
    background: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

button.is-search-submit {
    display: none !important;
}

.is-search-form::after {
    content: "";
    background: #fff;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 9px;
    top: 0px;
    box-shadow: -3px 0 3px #0005 inset;
    border-radius: 5px;
}

.is-search-form::before {
    content: "";
    background-image: url(https://www.pngitem.com/pimgs/m/25-253949_search-magnifying-glass-icon-search-icon-png-transparent.png);
    width: 22px;
    height: 25px;
    position: absolute;
    right: 20px;
    z-index: 2;
    background-size: contain;
    top: 7px;
    background-repeat: no-repeat;
    opacity: 0.5;
}


.games_level2 h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 35px 0 13px;
}

.no_permission_content {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.game_iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}

.games_level2_title {
    padding: 18px 0px 0;
    position: relative;
    margin-bottom: 33px;
}

.game_title {
    border-bottom: 3px solid #ff6600;
}

/*.game_title::after {*/
/*    content: "";*/
/*    width: 40px;*/
/*    height: 3px;*/
/*    background: #ff6600;*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*}*/

/*.gingim .game_title::after {*/
/*    right: 0px;*/
/*}*/

/*.ginger .game_title::after {*/
/*    left: 0px;*/
/*}*/

.glow {
    top: 0;
    opacity: 0.8;
    height: 27px;
}

.games_grid_item_img {
    display: flex;
    cursor: pointer;
}

.games_grid_item {


    /*box-shadow: 0 0 3px #0004;*/
}

.games_grid_item:hover {

}

.games_grid_item:focus, .games_grid_item:focus .game_tooltip {
    outline: 3px solid #000;
}

.games_grid_item_title {
    text-align: center;
    background: #ebebeb;
    margin-bottom: 0;
    padding: 5px 0 6px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px 10px 0 0;
}

.game_img_wrapper {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 3px #0004;
    transition: box-shadow 0.3s;
}

.games_grid_item:hover .game_img_wrapper, .games_grid_item:focus .game_img_wrapper {
    box-shadow: 0 2px 10px #0005;
}

.get_parent_game_bg_color {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.games_grid_item:hover .game_tooltip, .games_grid_item:focus .game_tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 169px;
}

.game_tooltip {
    position: absolute;
    z-index: 2;
    background: #fff;
    font-size: 13px !important;
    text-align: center;
    width: 80%;
    bottom: 180px;
    /* box-shadow: 0 2px 3px #0005; */
    border-radius: 10px;
    line-height: 18px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border: 3px solid #ccc;
    left: 10%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #ccc; */
}

.game_tooltip::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    right: 48%;
}

.game_tooltip > p {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
}

.games_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 18px;
}


.game_filter {

    border-bottom: 2px solid #fff;
    cursor: pointer;

}

.game_filter:hover {
    opacity: 0.7;
}

.level_title {
    padding: 10px;
}

.level1_title, .level2_title, .level3_title {
    border-bottom: 1px solid #fff;
}

.level1_title.is-open {
    color: #ffffff;
    background-color: #2976c5;
}

.level2_title.active {
    background-color: #6FB1FD;
}

.game_filter_level2, .game_filter_level3 {
    display: none;
    border-bottom: none;
}

.filter_arrow svg {
    width: 10px;
    fill: #fff;
    position: absolute;
    right: 13px;
    top: 13px;

    -moz-transform: rotate(-90deg) scaleX(1.4);
    -webkit-transform: rotate(-90deg) scaleX(1.4);
    transform: rotate(-90deg) scaleX(1.4);
}

.game_types {
    padding: 16px;
}

.game_types p {
    font-size: 16px;
}

.game_type_line {
    margin-bottom: 10px;
}

.game_type_line input {

    width: auto;
    margin-top: 4px;
    line-height: 10px;
    height: 15px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}


.game_category_title {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 2px;
}

.game_category {
    border-radius: 7px;
    overflow: hidden;
    max-height: 223px;
}

.game_category img {
    display: flex;
}

.games_level2 {
    margin-bottom: 50px;
}

.game_category_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 23px;
}

html[lang="en-US"] .title_icon {
    display: none !important;
}

.title_icons img {
    height: 24px;
    margin: 0 7px;
    width: auto;
}

.title_icons {
    position: absolute;
    top: -42px;
    display: flex;
    column-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    left: 0;
}

.title_icon {
    /*display: flex;*/
    color: #000;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin: 0 18px;*/
    font-size: 14px;
}

.title_icon.help {
    display: none;
}

body.student_teacher .title_icon.help {
    display: block;
}

.first_item_under_header {
    margin-top: 184px;
}

.title_wrapper {
    float: left;
    width: 100%;
    border-radius: 0 0 9px 9px;
    color: #fff;
    padding: 6px 11px 12px;
    margin-bottom: 38px;
    box-shadow: 0 -6px 0 #0003 inset;
}

.title_wrapper h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
}

.magnify {
    fill: #999;
    top: 3px;
    right: 11px;

}

.magnify svg {
    width: 19px;
}

.games_search_wrapper input {
    border-radius: 90px;
    width: 100%;
    line-height: 30px;
}

.games_search_wrapper {
    margin-top: 6px;
}

.games_search_wrapper form {
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

input[name="custom_search"] {
    background: #fff;
    padding: 0;
    height: auto;
}

/*** lost pass */
.lostpassword_wrapper .tml-links {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.lostpassword_wrapper .tml-links a {
    color: #2976c5;
}

/*** login */
.toggle-password {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 20px;
    height: 20px;
}

.tml-action-login .header_wrapper {
    display: none;
}

.login_bottom_text {
    margin-top: 45px;
    float: left;
    font-size: 16px;
}

.login_bottom_text a {
    font-size: 16px;
}

.tml-errors {
    /*border: red 1px solid;*/
    text-align: center;
    margin-bottom: 23px;
    padding: 10px;
    color: red;
}

.tml-links {
    margin: 0;
    padding: 0;
    float: right;
}

.tml-links li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tml-links a {
    font-size: 16px;
    color: #999;
}

.login_form .tml-rememberme-wrap label {
    display: unset;
    color: #999;
    font-size: 16px;
}

.tml-field-wrap.tml-rememberme-wrap {
    width: 50%;
    display: flex;
    flex-flow: row;
    position: absolute;
    bottom: -65px;
}

#rememberme {
    width: auto;
    height: auto;
    float: left;
    text-align: left;
    margin-right: 6px;
    display: inline-block;
    position: initial;
    box-shadow: none;
}

.tml-button {
    background: #62b14c;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 10px;
    line-height: 50px;
    font-size: 23px;
    font-weight: bold;
    box-shadow: 0px -3px 0px #0003 inset;
    cursor: pointer;
}

.lostpassword_wrapper .tml-button {
    background-color: #2976c5 !important;
    line-height: initial;
}

.tml-field-wrap {
    width: 100%;
    /*float: right;*/
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    background: none;
}

.tml-field-wrap input:not(#rememberme) {
    width: 85% !important;
    border-radius: 10px 0px 0 10px;
    height: 50px;
    background: #f1f1f1;
}

.tml .tml-label:not([for="rememberme"]) {
    display: none !important;
}

.g-recaptcha > div {
    margin: auto;
}

.login_icon {
    float: right;
    width: 49px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.login_icon svg {
    fill: #fff;
    width: 29px;
}

.login_form label {
    display: none;
}

.tml-resetpass .custom_label {
    display: initial;
}

.tml-resetpass .tml-submit-wrap {
    margin-top: 65px;
}

.tml-label {
    display: inline-block;
    margin-right: 23px;
    margin-top: -5.2px;
}

.tml-resetpass .tml-indicator-wrap,
.tml-resetpass .tml-indicator_hint-wrap {
    display: none;
}

.position_intial {
    position: initial !important;
    margin-left: 4.5px;
    margin-top: -4.8px;
}

.login_or {
    background: #fff;
    font-size: 21px;
    display: table;
    margin: 40px auto -17px;
    z-index: 2;
    position: relative;
    padding: 0 16px;
}

.login_form {
    margin-top: 0px;
    position: relative;
    /*float: right;*/
}

.login_wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    overflow: hidden;
    position: relative;
}

.login_wrapper > a {
    z-index: 9999;
}

.login_wrapper.blue_grad {
    min-height: 100vh;
}

.fadein_scale_item {
    opacity: 0;
    transition: all 0.5s ease-out;

    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.fadein_scale_item.show {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.login_content {
    background: #fff;
    border-radius: 21px;
    width: 460px;
    padding: 20px 64px 0px;
    position: relative;
    z-index: 2;
}

.login_content a {
    font-size: 16px;
}

.login_logo {
    width: 300px;
    margin-bottom: 30px;
    /*margin-top: -109px;*/
}


.login_stars1 {
    position: absolute;
    width: 40%;
    margin-left: -28%;
    z-index: 0;
}

.login_stars2 {
    position: absolute;
    width: 29%;
    margin-right: -36vw;
    margin-top: 29%;
}

.login_hinuch {
    padding: 0 19px;
    width: 100%;
    display: block;
}

.login_hinuch img {
    width: 100%;
}

/*** homepage */

.policies > a {
    font-size: unset;
    color: white;
    position: absolute;
    /*radial-gradient(ellipse at center bottom, rgba(114, 192, 221, 1) 0%, rgba(40, 46, 110, 1) 84%)*/
}

.policies {
    float: left;
}

.policies li:nth-child(3) a::after {
    display: none;
}

.hp_strip2 .game_types_grid_item {
    display: flex;
    flex-flow: column;
}

.header_wrapper .thin_grad {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.thin_grad {
    width: 100%;
    height: 0px;
    position: relative;
    z-index: 50;
    float: left;
}

.thin_grad svg {
    float: left;
}


.blue_grad {
    background: rgb(114, 192, 221);
    background: radial-gradient(ellipse at center bottom, rgba(114, 192, 221, 1) 0%, rgba(40, 46, 110, 1) 84%);
    position: relative;
    overflow: hidden;
}

.blue_grad:not(.hp_strip1) {
    background: radial-gradient(ellipse at 50% 125%, #54a8ca 0%, #282e6e 70%);
}

.blue_grad:not(.site-footer)::before {
    background: url('/wp-content/themes/twentytwentyone-child/images/stars.png');
    content: "";
    width: 954px;
    height: 193px;
    position: absolute;
    left: 10%;
    background-size: cover;
    top: -189px;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.mirror_rotate_picture {
    transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
}

.page-template-homepage .blue_grad::before, .login_wrapper.blue_grad::before {
    background: none;

}

.hp_strip1 {
    /*height: 535px;*/
    margin-top: 110px;
    padding: 0 20px;
}

.cloud.absolute {
    bottom: -26px;
    right: -30vw;
    width: 47vw;
    z-index: 1;
}

.tiger.absolute {
    bottom: 20px;
    z-index: 0;
    width: 95%;
    right: 0;
}

.bottom_tiger_ginger {
    bottom: 60px !important;
}

.hp_strip1 .h680.centered_text {
    padding-top: 75px;
}

.hp_strip1 .orange_bg {
    margin: 60px auto 0;
    position: relative;
    z-index: 2;
    font-size: 29px;
    padding: 20px 25px;
    line-height: 1.1;
    font-weight: bold;
}

body.ginger .hp_strip1 .orange_bg {
    margin: 50px auto 0;
}

.hp_slider {
    border: 6px solid #fff;
    margin-top: 105px;
    margin-bottom: 20px;
}

.hp_slider_item {
    height: 412px !important;
    text-align: center;
    /* background: #ccc; */
    color: #fff;
    position: relative;
    background: #fff;
}

.hp_slider_item img {
    display: block;
    height: 384px;
    object-fit: cover;
}

.hp_slider_item h1 {
    background: none;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    /*bottom: -24px;*/
    color: #000;
    font-size: 15px;
}

.h600 {
    height: 526px;
    margin-top: 148px;
}

/*.h_strip0 {*/
/*    margin-bottom: 30px !important;*/
/*}*/

.slick-dots {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0 4px;
}

.slick-dots li {
    width: 22px;
    height: 22px;
    border: 2px solid #24a1d2;
    border-radius: 90px;
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: #24a1d2;
}

.slick-dots li button {
    display: none;
}

.game_types_grid_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4.5% 2.5%;
    margin-top: 45px;
    height: 296px;
    overflow: hidden;
}

body.ginger .game_types_grid_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}

.game_types_grid_item img {
    height: 221px;
    border-radius: 0 0 10px 10px;
    object-fit: cover;
}

.game_types_grid_item .title {
    background: #ccc;
    border-radius: 10px 10px 0 0;
    padding: 16px 0;
    color: #fff;
    box-shadow: 0 -4px 0 #0002 inset;
    font-weight: bold;
}

.hp_strip_padding {
    padding: 100px 0;
}

.hp_strip_padding.hp_strip4 {
    padding: 60px 0px;
    background-image: url(/wp-content/themes/twentytwentyone-child/images/clouds_line_bg.png);
    background-size: auto 120px;
    background-position: bottom center;
    background-repeat: repeat-x;
}

.hp_strip_padding_2 {
    padding: 20px;
}

.hp_different_padding {
    padding: 40px 0;
}

.hp_margin_bottom {
    margin-bottom: 40px;
}

.more_b {
    display: table;
    margin: 45px auto;
    position: relative;
    font-size: 18px;
}

.more_b::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #2976c5;
    float: left;
    position: absolute;
    bottom: -25px;
    transform: rotate(-30deg);
    right: -8px;
}

.more_b::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #2976c5;
    float: left;
    position: absolute;
    bottom: -24px;
    transform: rotate(30deg);
    left: -12px;
}

.clouds_line_up {
    position: absolute;
    bottom: 0;
    left: 0;
}

.hp_strip4 {
    min-height: 270px;
    margin-top: -6px;
}

.hp_strip4 .round_b {
    padding: 25px 28px 30px;
}

.hp_strip4 h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
    margin: 0 0 20px;
}

h1.study_at,
h1.hp_testimonials_title {
    text-align:center;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 15px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/

}

.hp_strip4 h3 {
    font-size: 27px;
    font-weight: normal;
    margin: 0;
}

.hp_strip5_item {
    display: flex;
    flex-flow: row;
    border: 2px solid;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 100px;
}

/*.hp_strip5_item:nth-child(2n) {*/
/*  float: left;*/
/*  flex-flow: row-reverse;*/
/*}*/

.to_right {
    float: right;
}

.to_left {
    float: left;
}

.text_align_right {
    text-align: right !important;
}

.pic_zigzag_item {
    display: flex;
    flex-flow: row;
    border: 2px solid;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 100px;
}

.pic_zigzag_item:nth-child(2n) {
    float: right;
    flex-flow: row-reverse;
}

.hp_strip5_item img {
    width: 260px;
    object-fit: cover;
    display: flex;
}

.hp_strip5_item > div {
    padding: 25px 35px;
    width: 100%;
}

.hp_strip5_item h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 0 0 15px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
}

.hp_strip5_item hr {
    width: 35px;
    margin: 16px 0 17px;
    height: 3px;
}

.hp_strip5_item a {
    display: block;
    padding-top: 16px;
    text-decoration: navajowhite;
    color: #222;
}

.orange_border hr {
    background: #ff8d1b;
}

.blue_border hr {
    background: #2976c5;
}

.purple_border hr {
    background: #7561a8;
}

.hp_strip6 {
    padding-right: 6%;
    padding-left: 6%;
}

.hp_strip6_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.hp_strip6_item h1 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    font-family: 'Kavoon', cursive;
    line-height: 70px;
}

.hp_strip6_item p {
    font-size: 40px;
    color: #fff;
}

.hp_strip6_item:nth-child(1)::after, .hp_strip6_item:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 30px;
    background: #ff8d1b;
    right: 0;
    border-radius: 90px;
    position: absolute;
    top: 37%;
}

.hp_strip6_item:nth-child(2)::after {
    background: #62b14c;
}

.hp_strip7_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px 32px;
    margin-top: 45px;
}

.hp_strip7_item {
    padding: 30px 30px 13px;
    background: rgba(255, 141, 27, 0.1);
}

.hp_strip7_item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 90px;
    float: right;
    border: 3px solid #ff8d1b;
}

.hp_strip7_item svg {
    fill: #ff8d1b;
}

.hp7_content {
    font-size: 18px;
    line-height: 25px;
    padding: 0 30px;
    position: relative;
}

.hp_strip7_item > .w100 {
    margin-top: 22px;
    /* margin-bottom: -21px; */
    float: right;
}

.hp_strip7_item h2, .hp_strip7_item p {
    width: 80%;
    float: left;
    margin: 0;
}

.hp_strip7_item h2 {
    margin-top: 18px;
    font-size: 17px;
}

.hp_strip7_item p {
    font-size: 12px;
}

.gershaim svg {
    width: 22px;
    right: 0;
    position: absolute;
}

.gershaim_mirror svg {
    width: 22px;
    left: 0;
    position: absolute;
    transform: scaleX(-1);
}

.hp_strip7_item svg path {
    fill: #ff8d1b;
}

.hp_strip7_item:nth-child(2n) svg path {
    fill: #62b14c;
}

.hp_strip7_item:nth-child(3n) svg path {
    fill: #FCC200;
}

.hp_strip7_item:nth-child(4n) svg path {
    fill: #2976c5;
}

.hp_strip7_item:nth-child(2n) {
    background: rgba(98, 177, 76, 0.1);
}

.hp_strip7_item:nth-child(2n) img {
    border: 3px solid #62b14c;
}

.hp_strip7_item:nth-child(2n) svg {
    fill: #62b14c;
}

.hp_strip7_item:nth-child(3n) {
    background: rgba(252, 194, 0, 0.1);
}

.hp_strip7_item:nth-child(3n) img {
    border: 3px solid #FCC200;

}

.hp_strip7_item:nth-child(3n) svg {
    fill: #FCC200;
}


.hp_strip7_item:nth-child(4n) {
    background: rgba(41, 118, 197, 0.1);
}

.hp_strip7_item:nth-child(4n) img {
    border: 3px solid #2976c5;

}

.hp_strip7_item:nth-child(4n) svg {
    fill: #2976c5;
}

.hp_strip7 .blue_arrow {
    float: right;
    margin-top: 30px;
}


.blue_arrow {
    padding: 0 24px;
}


.blue_arrow::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #2976c5;
    position: absolute;
    -moz-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    top: 18px;
    right: 0;
}

.blue_arrow::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #2976c5;
    position: absolute;
    top: 12px;
    right: 0;
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}


.clouds_line_down {
    position: absolute;
    top: -1px;
    right: 0;

    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.hp_strip8_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 70px;
    margin-bottom: 25px;
}

.hp_strip8 > div > h1 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    margin: 100px 0 15px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
}

.hp_strip8 > div > h2 {
    font-size: 36px;
}

.hp_strip8_item {
    border-radius: 10px;
    overflow: hidden;
}

.hp8_title {
    color: #fff;
    background: #495052;
    font-size: 26px;
    padding: 14px 0;
}

.hp8_img_wrapper {
    background: #FCC200;
    height: 164px;
    padding-top: 14px;
}

.hp8_img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 100px;
}

.hp8_content {
    background: #fff;
    padding: 76px 30px 25px;
    min-height: 290px;
}

.hp8_content p {
    border-bottom: 1px solid #ccc;
    padding: 14px;
    margin: 0;
}

.hp8_content p:last-child {
    border: none;
}

.hp_strip8_item a {

    padding: 15px 0;
    width: 100%;
    display: block;
    font-size: 23px;
    box-shadow: 0 -4px 0px #0002 inset;
    border-radius: 0 0 10px 10px;
    color: #fff;
}

/*** menu and header  */
.hello_wrapper {
    /*margin-top: 84px;*/
}

.hello_wrapper p {
    margin: 0;
}

.menu_wrapper {
    /*margin: 84px 60px 0;*/
}

.menu_wrapper ul {
    padding: 0;
    margin: 0;
    width: max-content;
}

.menu_wrapper ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_wrapper ul li a {
    font-size: 22px;
    text-decoration: none;
    color: #222;
    padding: 10px 15px;
}

.menu_wrapper ul li a:hover {
    color: #2976c5;
}

.menu_wrapper ul li::after {
    content: ".";
    float: right;
    font-size: 76px;
    line-height: 1px;
    margin-top: -10px;
    font-family: 'times';
}

.menu_wrapper ul li:nth-child(4)::after {
    display: none;

}

.menu_wrapper ul li:nth-child(1)::after {
    color: #62b14c;
}

.menu_wrapper ul li:nth-child(2)::after {
    color: #ff8d1b;
}

.menu_wrapper ul li:nth-child(3)::after {
    color: #FCC200;
}

.header_b_wrapper {
    /*margin-top: 60px;*/
}

.round_b {
    border-radius: 10px;
    box-shadow: 0px -3px 0px #0003 inset;
    cursor: pointer;
    display: table;
    transition: all 0.2s;
    padding: 20px 40px;
}

.header_b {
    height: 45px;
    padding: 0 20px;
    border-radius: 8px;
    /* margin-top: 63px; */
    line-height: 20px;
    background: #ccc;
    font-size: 22px;
    width: initial;
    padding: 10px 15px 12px;
}

.header_b img {
    width: 22px;
    margin-right: 12px;
    margin-top: -1px;
}

.header_b.green_border {
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 0;
}

.header_b.blue_border {
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 0;
}

/*** general */

#city {
    width: 100%;
    max-width: 100%;
    background: #f1f1f1;
    border: none;
    border-radius: 5px;
    line-height: 50px;
    height: 45px;
    box-shadow: 0 -3px 0 #0001 inset;
    padding: 0 17px;
    text-align: right;
}

.profile_form_wrapper #city, .checkout_form #city {
    text-align: center;
    width: 70%;
}

.profile_form_wrapper input:disabled {
    background-color: #dddddd;
}

.ui-autocomplete li div {
    height: 50px;
    background: #2976c5;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.logged-in .hide_on_loggedin {
    display: none !important;
}

.show_on_loggedin {
    display: none !important;
}

.student .show_on_loggedin, .teacher .show_on_loggedin, .logged-in .show_on_loggedin {
    display: table !important;
}

.logged-in .hide_on_loggedin {
    display: none !important;
}

#menu-main-menu > li {
    float: left;
}

.student .hide_on_loggedin, .teacher .hide_on_loggedin {
    display: none;
}


ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page_template article ul li {
    list-style: initial;
}
.page_template ol li {
    list-style: decimal;
}

.page_template article {
    max-width: 60%;
    margin: auto;
}

.border_radius {
    border-radius: 5px;
}

/*.mylazy {*/
/*    opacity: 0;*/
/*    transition: all 0.7s ease-out;*/

/*    -moz-transform: scale(0.95);*/
/*    -webkit-transform: scale(0.95);*/
/*    transform: scale(0.95);*/
/*}*/

/*.mylazy.showlazy {*/
/*    opacity: 1;*/

/*    -moz-transform: scale(1);*/
/*    -webkit-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/

span.link_arrow a,
.read_more_arrow_sign a {
    color: #2976c5;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body, button, input, textarea {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    overflow-x: hidden;

}

.hp_strip2 h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 15px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
}

h1, h2 {
    line-height: 1;
}

/*h1 {*/
/*    font-weight: 400;*/
/*    font-size: 30px;*/
/*    line-height: 44px;*/
/*    margin: 0 0 15px;*/
/*    font-family: 'Arimo', sans-serif;*/
/*    text-transform: uppercase;*/
/*}*/

/*h2 {*/
/*    font-family: 'Arimo', sans-serif;*/
/*    font-weight: normal;*/
/*    font-size: 18px;*/
/*    letter-spacing: 0;*/
/*    margin: 0 0 12px;*/
/*    text-transform: uppercase;*/
/*}*/

h3, input, select, option, p {
    font-family: 'Arimo', sans-serif;
}


p {
    line-height: 24px;
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
}

a {
    color: #222;
    text-decoration: none;
    font-size: 18px;
}

input[type="checkbox"] {
    border-radius: 0;
    background: none;
    border: none;
    width: 20px;
    /*display: block;*/
    /*margin-right: 5px;*/
    height: 20px;
    /*flex: 0 0 auto;*/
    /*float: right;*/
    position: absolute;
    right: 7px;
}

input:focus {
    outline: none;
}

.saml_logout_b {
    display: flex;
    justify-content: center;
    align-items: center;
}

.round_b:hover {
    opacity: 0.9;
}

.round_bordered {
    border-radius: 10px;
    box-shadow: 0px -3px 0px #0003 inset;
    overflow: hidden;
}

button.round_b {
    border: none;
}

.inner_shadow {
    box-shadow: 0px -3px 0px #0003 inset;
}

#page {
    width: 100%;
}

#main {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.home #main {
    padding-bottom: 0px;
}

.page-template-games #main {
    margin-top: 70px;
}


/** header */

.header_tel {
    color: #fff;
    text-decoration: navajowhite;
    float: left;
    margin-top: 18px;
    margin-left: 32px;
}

.header_wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /*height: 121px;*/
    padding: 25px 4% 12px;
    z-index: 2000;
    background: #fff;
    transition: all 0.4s;
    box-shadow: 0 0 4px #0004;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header_wrapper > .right_menu,
.header_wrapper > .left_menu {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*width: 100%;*/
    flex: 5;
}

.header_wrapper > .right_menu {
    justify-content: space-between;
}

.header_wrapper > .left_menu {
    justify-content: flex-end;
}

.header_wrapper > .left_menu > * {
    margin-left: 2%;
    min-width: 150px;
    text-align: center;
    overflow-y: hidden;
}

/*.header_wrapper > .left_menu > .lang {*/
/*    display: none;*/
/*}*/

.logo {
    width: 196px;
    position: relative;
    /*margin-top: 34px;*/
}


/** signup */

.terms_span a {
    font-size: unset;
    color: inherit;
}

#terms_of_use:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

#privacy_policy:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

#cookies_policy:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

#divur_2 {
    width: auto;
    margin: 0 5px;
    position: initial;
    height: 25px;
}

#divur {
    width: auto;
    /*margin: 0 12px;*/
    margin-left: 5px;
    margin-right: 3px;
    height: 27px;
}

.red_txt {
    color: red !important;
    text-decoration: underline;
    text-decoration-color: red;
}

.checkbox_label {
    position: absolute;
    margin-left: 28px;
}

.form_wrapper select {
    width: 70%;
    text-align: center;
    font-size: 16px;
}

.overlay_signup_content {
    width: 100%;
}

.page-template-signup .page_title.first_item_under_header {
    height: 140px;
    align-items: center;
    justify-content: center;
    margin: 110px 0 65px;
}

.page-template-signup .page_title.first_item_under_header h1 {
    text-align: center;
    margin-top: 9px;
}

.private .only_private {
    display: flex;
}

.private .only_mosad {
    display: none;
}

.mosad .only_private {
    display: none;
}

.mosad .only_mosad {
    display: flex;
}


.form_wrapper p {
    font-size: 15px;
    text-align: center;
}


.form_wrapper {
    max-width: 550px;
    margin: 0 auto 60px;
}

body div.wpforms-container-full .wpforms-form input[type="text"], body div.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select, input, select {
    width: 100%;
    max-width: 100%;
    background: #f1f1f1;
    border: none;
    border-radius: 5px;
    line-height: 50px;
    height: 45px;
    box-shadow: 0 -3px 0 #0001 inset;
    padding: 0 17px;
}

.page-template-signup div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
    font-weight: normal;
}

select {
    max-width: 100% !important;
}

#wpforms-submit-204 {
    background: #62b14c;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    border: navajowhite;
    box-shadow: 0 -4px 0 #0001 inset;
    padding: 15px 62px;
    margin: 21px auto;
    display: table;
}

.client_type_select {
    width: 57%;
    display: grid;
    margin: 32px auto 25px;
    grid-template-columns: 1fr 1fr;
    border: 2px solid #2976c5;
    border-radius: 10px;
    color: #2976c5;
    box-shadow: 0 -3px 0 #0003 inset;
    overflow: hidden;
}

.client_type_select > div {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.15s;
}

.client_type_select > div:nth-child(1) {
    border-left: 2px solid #2976c5;
}

.client_type_select > div.active {
    background: #2976c5;
    color: #fff;
    box-shadow: 1px 2px 5px #0007 inset;
}

.underlined_while_hover:hover {
    text-decoration: underline;
}

.checkbox_sign_up {
    height: 20px;
    border-radius: 0;
    width: auto;
    position: initial !important;
}

.auto_margin {
    margin: auto;
}

/** nl */

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #000;
    color: #fff;
}

.stage_width.nl_wrapper {

    padding-top: 30px;
}


.nl_wrapper h2 {
    float: left;
    margin-top: 27px;
    width: 20%;
}

#wpforms-148 {
    float: left;
    width: 80%;
}

#wpforms-148 .wpforms-field-container {
    width: 80%;
    float: right;
}

#wpforms-148 .wpforms-submit-container {
    width: 20%;
    float: left;
    clear: none;
}

#wpforms-submit-148 {
    float: left;
    padding: 12px 64px;
    margin: 0;
}

#wpforms-148 input {
    height: 42px !important;
}


hr {
    border: 0;
    height: 3px;
    background: #dbdbdb;
}

.skip-link.screen-reader-text, header {
    display: none;
}


.nice-select {
    width: 50%;
}

.borderadius10 {
    border-radius: 10px;
}

.form_line {
    width: 100%;
    float: right;
    padding: 10px 0;
    min-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_line.checkbox_wrapper {
    justify-content: flex-start;
}

.slick-slider {
    position: relative;
}


.round.about_pic {
    border-radius: 90px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt22 {
    font-size: 22px;
    line-height: 28px;
}

.txt24 {
    font-size: 24px;
    line-height: 30px;
}

.txt26 {
    font-size: 26px;
    line-height: 30px;
}

.txt30 {
    font-size: 30px;
}

span.money_symbol {
    float: none;
    display: inline;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.orange_bg {
    background-color: #ff8d1b;

}


.hidden_text {
    display: none;
}

.normal_weight {
    font-weight: normal;
}

.strong {
    font-weight: bold;
}

.pop_object {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

    transition: 0.15s all ease-out;
}

.pop_object.popped {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

*.disabled {
    box-shadow: none !important;
    opacity: 0.5;
}

.w30px {
    width: 30px;
}

.top_overlay {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.long_b {
    text-align: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
    line-height: 38px;
    width: 100%;
    text-decoration: none;
    display: table;
}

.table {
    display: table;
}

.flex {
    display: flex;
    flex-flow: wrap;
}

.flex_row {
    flex-flow: row;
}

.flex_column {
    flex-flow: column;
}

.flex_centered {
    justify-content: center;
    align-items: center;
}

.flex_spacearound {
    justify-content: space-around;
}

.flex_spacebetween {
    justify-content: space-between;
}

.underlined {
    text-decoration: underline;
}

label.underlined {
    border-bottom: 1px solid #d2dadd;
    margin-bottom: 6px;
    width: 100%;
    display: block;
}

.top_bottom_border_elem {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 45px 15px;
}

img {
    width: 100%;
    height: auto;
}

.wp-block-image img {
    width: initial;
}

#mobile_menu_wrapper, #mobile_options_wrapper, #click2booknow, #logo_mobile, .hide {
    display: none;
}

/*.only_desktop {*/
/*    display: block;*/
/*}*/

.only_mobile {
    display: none;
}

.opacity06 {
    opacity: 0.6;
}

.imghoverfx {
    transition: all 0.5s;
    opacity: 0.8;
}

a:hover .imghoverfx {
    opacity: 1;
}

.padding90-0 {
    padding: 90px 0;
}

.padding90 {
    padding: 90px;
}

.padding0-30 {
    padding: 0 30px;
}

.border_b {
    border: 1px solid #000;
    padding: 13px 48px;
    color: #000;
    text-decoration: none;
    margin-top: 40px;
    display: table;
    transition: all 0.4s;
}

.border_b:hover {
    background: #000;
    color: #fff;

}


.margin0auto {
    margin: 40px auto 0;
    display: table;
}

.read_more_b {
    padding: 12px 23px;
    background: #e6c867;
    /*text-transform: uppercase;*/
    color: #fff;
    width: auto;
    height: 50px;
}

.cover {
    background-size: cover;
    background-position: center;
}

.box.white_border {
    border: 1px solid #fff;
    padding: 8px 65px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.h50vh {
    height: 50vh;
}

.padding40 {
    padding: 40px;
}

.padding0 {
    padding: 0px !important;
}

.pointer {
    cursor: pointer;
}


.en * {
    direction: ltr !important;
}

.centered_item {
    margin-right: auto !important;
    margin-left: auto !important;
    display: table;
}

.centered_text {
    text-align: center;
}

.centered_text p {
    max-width: 700px;
}


.centered_text h1 + span.line {
    right: 50%;
    margin-right: auto;
    margin-left: auto;
}

.justify {
    text-align: justify;
}


.gray_bg {
    background: #f1f1f1;
}

.gray_text {
    color: #777;
}

.stage_width {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.stage_width > h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 15px;
    font-family: 'Arimo', sans-serif;
    /*text-transform: uppercase;*/
}

.hp_strip7 .stage_width {
    padding-top: 50px;
}


.opacity0 {
    transform: scale(0);
    width: 0 !important;
}

.opacity_b {
    transition: 0.2s all;
    opacity: 0.8;
    cursor: pointer;
}

.opacity_b:hover {
    opacity: 1;
}

.opacity_b_invert {
    transition: 0.2s all;
    opacity: 1;
    cursor: pointer;
}

.opacity_b_invert:hover {
    opacity: 0.8;
}

.orange2blue:hover {
    background: #FFD200;
    color: #f61f64;
    text-decoration: none;

}

.ease-stretch {
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.150, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.030, 0.150, 1.355);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.150, 1.355);
    -o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.150, 1.355);
    transition: all 500ms cubic-bezier(0.455, 0.030, 0.150, 1.355); /* custom */

    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.150, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.150, 1.355);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.150, 1.355);
    -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.150, 1.355);
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.150, 1.355); /* custom */
}

.trns {
    transition: all 0.15s ease-out;
}

.menu_wrapper.trns {
    margin-right: 0px;
}

.my-ease-out {
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
    position: relative;

}

.w870px {
    width: 870px;
}


.margin0 {
    margin: 0 !important;
}


.fullheight, .h100 {
    height: 100vh;
}

.fixed {
    position: fixed;
}

.fixed li {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.center_middle {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.full_size_b {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.full_size_b:hover {
    text-decoration: none;

}

.float_right, .float-right {
    float: right;
}

.float_left, .float-left {
    float: left;
}

.white_bg {
    background: #fff none repeat scroll 0 0;

}


.white_text {
    color: #fff;
}

.blue_bg {
    background: #2976c5;
}

.blue_text {
    color: #2976c5;
}

.blue_border {
    border-color: #2976c5;
    border-width: 5px;
    border-style: solid;
}

.green_bg {
    background: #62b14c;
}

.green_text {
    color: #62b14c;
}

.green_border {
    border-color: #62b14c;
    border-width: 2px;
    border-style: solid;
}

.black_bg {
    background: #222;
}

.black_text {
    color: #222;
}

.black_border {
    border-color: #222;
    border-width: 2px;
    border-style: solid;
}

.light_blue_bg {
    background: #6fbedb;
}

.yellow_bg {
    background: #FCC200;
}

.yellow_text {
    color: #FCC200;
}

.yellow_border {
    border-color: #FCC200;
    border-width: 2px;
    border-style: solid;
}

.orange_bg {
    background: #ff8d1b;
}

.orange_text {
    color: #ff8d1b;
}

.orange_border {
    border-color: #ff8d1b;
    border-width: 2px;
    border-style: solid;
}

.purple_bg {
    background: #7561a8;
}

.purple_text {
    color: #7561a8;
}

.purple_border {
    border-color: #7561a8;
    border-width: 2px;
    border-style: solid;
}

.hidden {
    display: none;
}

.padding5 {
    padding: 30px;
}

.h680 {
    height: 680px;
}

.h430 img {
    height: 100%;
    object-fit: cover;
}

.w10 {
    width: 10%;
}

.w14 {
    width: 14%;
}

.w16 {
    width: 16%;
}

.w18 {
    width: 18%;
}

.w20 {
    width: 20%;
}

.w23 {
    width: 23%;
}

.w24 {
    width: 24%;
}

.w25 {
    width: 25%;
}

.w26 {
    width: 26%;
}

.w28 {
    width: 28%;
}

.w30 {
    width: 30%;
}


.w35 {
    width: 35%;
}

.w37 {
    width: 37%;
}

.w38 {
    width: 38%;
}

.w40 {
    width: 40%;
}

.w42 {
    width: 42%;
}

.w45 {
    width: 45%;
}

.w48 {
    width: 48%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w68 {
    width: 68%;
}

.w70 {
    width: 70%;
}

.w72 {
    width: 72%;
}

.w74 {
    width: 74%;
}

.w75 {
    width: 75%;

}

.w80 {
    width: 80%;
}

.w82 {
    width: 82%;
}

.w86 {
    width: 86%;
}

.w90 {
    width: 90%;
}


.w100 {
    width: 100%;

}

.h85 {
    height: 85vh;
}

.w800 {
    width: 800px;
}

.w1000 {
    width: 1000px;
}

.padding50 {
    padding: 50px;
}


.relative {
    position: relative;
}

.background_image {
    background-position: center center;
    background-size: cover;
}

.index_items_wrapper {
    margin-bottom: 50px;
}

input, select#country {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 38px;
    width: 70%;
    text-align: center;
    font-size: 16px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.error {
    border-color: red;
}

label[for="privacy"] input.error + span {
    border-color: red;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
}

.image_gallery button {
    display: none !important;
}

.text_content {
    /*max-width: 670px;*/
}

.top_text p {
    max-width: 800px;
}

.top_text.col2 p {
    max-width: unset;
}

.text_content p {
    max-width: 670px;
}

.text_content h2 {
    margin-top: 27px;
}

.text_content a {
    text-decoration: underline;
}

.text_content img {
    width: 100%;
    height: auto !important;
}

.text_content ul:not(.slick), .text_content ol {
    margin: 13px 0;
    padding: 0;
}

.text_content ol li {
    list-style: inside decimal;
}

.text_content ul li {
    line-height: 26px;
    list-style: none;
    position: relative;
}

.text_content ul li::before {
    content: "-";
    position: relative;
    margin-right: 10px;
}

.text_content img {
    width: auto;
    max-width: 100%;
}

.submit_b {
    background: #32CD32;
    color: #fff;
    text-align: center;
    border-radius: 22px;
    display: table;
    line-height: 44px;
    font-weight: bold;
    cursor: pointer;
    font-size: 19px;
}

.calc_line.hide {
    display: none;
}

/* Style the artificial checkbox */
label[for="privacy"] span {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-top: 12px;
    margin-left: 10px;
    margin-bottom: -4px;
}

/* Style its checked state...with a ticked icon */
/*input[type="checkbox"]:checked + span::before {
    content: '\2714';
    position: absolute;
    top: -1px;
    left: 3px;
}*/


.small_letters_line {
    flex-flow: column;
    font-size: 14px;
    align-items: flex-start;
    margin-top: 21px;
    float: right;
}

.small_letters_line label {
    margin-bottom: 7px;
}

.small_letters_line p {
    font-size: 13px;
    line-height: 19px;
}

.image_gallery {
    width: 100%;
    overflow: hidden;
}

.fullheight img {
    height: 100vh;
    object-fit: cover;
}

.form_line.no_underline {
    border: none;
}

.form_line.top_line {
    border-top: 1px solid #ebebeb;
}


.left_title {
    margin-top: 2px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0px;
    font-size: 30px;
    background: #32CD32;
    font-weight: bold;
    color: #fff;
    font-weight: 400;
    padding: 15px 0 18px;
    border-radius: 10px 10px 0 0;
    margin-top: -30px;
    width: calc(100% + 60px);
    margin-right: -30px;
    margin-bottom: 8px;

}

/** whatsapp */

.wa_icon {
    position: fixed;
    z-index: 1000;
    right: 25px;
    bottom: 25px;
    width: 55px;
    border-radius: 90px;
    height: 55px;
    background: #25D366;
    padding: 5px;
    box-shadow: 0 0 8px #fff;
    transition: all 0.3s;
}

.wa_icon path {
    fill: #fff;
    transition: all 0.3s;
}

.wa_icon:hover {
    background: #075E54;
}

.wa_icon:hover path {
    fill: #000000ee;
}

/** footer */
.footer_menu li:nth-child(1) a::after {
    color: #62b14c;
}

.footer_menu li:nth-child(2) a::after {
    color: #ff8d1b;
}

.footer_menu li:nth-child(3) a::after {
    color: #FCC200;
}

.footer_menu li:nth-child(4) a::after {
    color: #6fbedb;
}

body.not_logged_in .footer_menu li:nth-child(5) a::after {
    color: rgb(230, 255, 120);
}

footer > .stage_width {
    display: flex;
}

/* .footer_menu li:nth-child(5) a::after {
    display: none;
} */


.mc4wp-response p {
    color: #fff;
}

.footer_right p {
    margin-bottom: 12px;
}

.fb_like iframe {
    width: 111px;
    overflow: hidden;
}

.footer_right {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    flex: 2;
}

.footer_left {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 9px;*/
    flex: 2;
}

.thin_grad img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}

/*.footer_menu {*/
/*    margin-left: -11px;*/
/*}*/

.footer_menu li {
    list-style: none;
    float: right;
}

body.ginger .footer_menu li {
    float: left;
}

.footer_menu a,
.footer_menu span {
    color: white;
    padding: 0 10px;
    /* margin-right: 12px; */
    position: relative;
    font-size: 16px;
}

.footer_menu a::after {
    content: ".";
    position: absolute;
    left: -5px;
    top: -11px;
    font-size: 30px;
}

/*.footer_menu a:nth-last-child()::after {*/
/*    display: none;*/
/*}*/

.fb_like {
    margin-top: 40px;
    text-align: right;
    font-size: 12px;
}

.fb_like p {
    font-size: 15px;
}

.fb_like a {
    font-size: unset;
}

.footer_logo {
    min-width: 210px;
    display: table;
    margin: 0 auto;
    text-align: center;
    flex: 1;
}

.footer_logo img {
    width: 151px;
    margin: 0 auto 8px;
}

.mc4wp-form-fields {
    display: flex;
    /*justify-content: center;*/
}

.mc4wp-form-fields input[type="submit"] {
    background: #62b14c;
    border: none;
    color: white;
    margin: 0 6px;
    padding: 0;
    width: 100px;
    box-shadow: 0 -3px 0px #0003 inset;
    font-weight: bold;
    cursor: pointer;
}

.mc4wp-form-fields input[type="email"] {
    width: 280px;
}

.mc4wp-form-fields p {
    float: left;
}

.footer_items_wrapper p {
    margin: 0;
}

.footer_items_wrapper p a {
    color: #fff;
    text-decoration: none;
}

footer {
    background: #000;
    padding: 30px 0 0;
}

.footer_thin_grad {
    /*margin-top: 60px;*/
}

footer .widget_text {
    float: left;
    margin-right: 126px;
}

.simple-social-icons {
    float: right;
}

.simple-social-icons ul {
    display: flex;
    flex-flow: column;
}

/* Laptops ----------- */
@media only screen and (max-width: 1366px) and (min-width: 992px) {
    .h_strip0 {
        padding-top: 40px;
    }
    body.ginger .cloud {
        left: -270px;
    }
    .hp_strip1 {
        margin-top: 75px;
    }
    .hp_strip1 .float_left.w45.relative.h600.centered_text {
        height: 500px;
        margin-top: 100px;
    }
    .hp_strip1 .float_right.w45.h680 {
        height: 615px;
    }
    .hp_strip1 .orange_bg {
        font-size: 24px;
        padding: 10px 18px;
    }
    .tiger.absolute {
        bottom: -10px;
    }
    .header_wrapper > .left_menu {
        flex: 0;
    }
    .header_wrapper > .left_menu > * {
        margin-left: 0;
    }
    .hello_wrapper {
        padding: 2px;
    }
    .menu_wrapper ul li a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 993px) {
.menu_wrapper ul li a{
    font-size:18px;
}
.menu_wrapper ul {
    width: max-content;
}
}
/* Smartphones (portrait) ----------- */
@media only screen
and (orientation: portrait)
and (max-width: 992px), only screen
and (max-width: 992px)
and (orientation: landscape) {

    .header_wrapper {
        padding: 5px 2%;
        height: 100px;
        width: 100vw;
        /* overflow-x: hidden; */
    }

    .header_wrapper > .left_menu,
    .header_wrapper > .right_menu,
    .ham_container {
        justify-content: center;
        align-items: center;
        flex: 1;
    }

    .header_wrapper > .right_menu {
        margin-right: auto;
    }

    .header_wrapper > .left_menu {
        margin-left: auto;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column-reverse;
    }

    .header_wrapper > .left_menu > a {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

    .header_wrapper > .left_menu > * {
        min-width: initial;
    }

    .logo > img {
        padding: 0 12px;
    }

    .header_b {
        height: initial;
    }

    .show_on_loggedin,
    .hide_on_loggedin {
        margin-bottom: 10px;
    }

    .centered_text p {
        max-width: initial;
    }

    .h600 {
        height: initial;
        margin-top: 100px;
    }

    .hello_wrapper {
        position: absolute;
        bottom: 4px;
        width: 100%;
        text-align: center;
        right: 0;
        margin: 0;
    }


    .footer_logo p {
        margin: 0;
    }

    .footer_right {
        right: auto;
        left: 0;
        width: 100%;
        position: relative;
    }

    .blue_grad.page_title.first_item_under_header {
        align-items: center;
    }

    .blue_grad > .stage_width > h1 {
        text-align: center;
        margin: 0;
        text-shadow: 0 0 8px #000;
    }

    .blue_grad:not(.site-footer)::before {
        right: -138px;
        width: 483px;
        top: -160px;
        left: auto;
        -moz-transform: rotate(236deg);
        -webkit-transform: rotate(236deg);
        transform: rotate(236deg);
    }

    /** signup */
    .overlay_content {
        width: 90%;
        padding: 5%;
    }

    .page-template-signup .page_title.first_item_under_header {
        margin: 0 0 20px;
    }

    .client_type_select {
        width: 100%;
    }

    .form_line.checkbox_wrapper {
        justify-content: flex-start;
        flex-flow: row;
    }

    #divur {
        margin-top: 4px;
    }

    /*buy*/
    .license_body {
        min-height: 365px;
        /*margin-bottom: 30px;*/
    }

    .form_line {
        flex-flow: column;
        align-items: flex-start;
    }

    input {
        width: 100%;
    }

    .profile_form_wrapper #city, .checkout_form #city {
        width: 100%;
    }

    .payment_type_wrapper {
        width: 100%;
    }

    .payment_type_wrapper input {
        margin: 9px 9px 0;
    }

    .call_payment_b {
        width: 100%;
        text-align: center;
        margin-top: 26px;
        display: table;
        float: left;
    }

    /** profile */
    .profile_licenses_wrapper {
        width: 100%;
        margin: 0;
    }

    .update_profile_b {
        width: 100%;
    }

    .footer_right {
        right: auto;
        left: 0;
        width: 100%;
    }

    .mc4wp-form-fields {
        justify-content: center;
    }

    .mc4wp-form-fields input[type="email"] {
        width: 50vw;
    }

    .mc4wp-form-fields input[type="submit"] {
        width: 21vw;
    }

    #main {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 100px;
    }


    .header_b {
        padding: 5px 5px 7px;
        font-size: 16px;
    }

    .txt22 {
        font-size: 16px;
        line-height: 24px;
    }

    .mobile_padding05 {
        padding-right: 5%;
        padding-left: 5%;
    }

    .w45, .w75, .w25, .w16, .w82, .w35, .w49 {
        width: 100%;

    }

    .h680 {
        height: auto;
    }

    .page_title.first_item_under_header {
        margin-top: 0px;
        padding: 0 5%;
        margin: 0 0 15px;
    }

    /* licenses */
    .licenses_wrapper {
        grid-template-columns: 1fr;
    }

    /* testimonials */
    .testimonial_page {
        margin-top: -9px !important;
    }

    /* QA */
    .qa_category_title {
        margin-right: 5%;
        font-size: 19px;
        line-height: 31px;
    }

    /* menu */
    .menu_wrapper ul {
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr;
        background: #fff;
    }

    .menu_wrapper ul li::after {
        display: none;
    }

    .menu_wrapper ul li {
        padding: 0 5%;
    }

    .menu_wrapper ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 9px 0;
        display: table;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .menu_login_logout {
        padding: 10px 5% 33px;
        margin-bottom: 36px;
        background: #fff;
    }

    .menu_login_logout a {
        width: 100%;
        padding: 11px 10px !important;
    }

    /* games */
    .page-template-games .first_item_under_header {
        margin-top: 17px;
    }

    .games_wrapper {
        margin-top: 0px;
    }

    .games_wrapper .title_wrapper {
        position: fixed;
        z-index: 10;
        top: 100px;
        left: 0;
    }

    .title_wrapper h1.show_games_categories_b {
        font-size: 16px;
        border: 2px solid #fff;
        border-radius: 8px;
        line-height: 31px;
        padding: 0 13px;
        margin-top: 5px;
        cursor: pointer;
    }

    .games_search_wrapper {
        margin-top: 4px;
        max-width: 150px;
    }


    .game_types.float_right {
        float: right;
        padding: 5%;
    }

    .side_bar {
        position: fixed;
        top: 158px;
        width: 100%;
        right: -100%;
        z-index: 10;
        height: calc(100vh - 158px);
        overflow: auto;
    }

    .show_games_categories .side_bar {
        right: 0;
    }

    .the_games {
        padding: 5%;
        margin-top: 50px;
    }

    .games_grid {
        grid-template-columns: 1fr 1fr;
    }

    /* login */
    .tml-action-login #main {
        margin-top: 0;
    }

    .login_wrapper {
        height: auto;
        overflow: visible;
    }

    .login_logo {
        margin: 20px 0;
        width: 150px;
    }

    .login_content {
        width: 90%;
        padding: 5%;
        margin-bottom: 30px;
    }

    .login_hinuch {
        padding: 0;
    }

    .login_or {
        margin: 16px auto -20px;
    }

    .login_icon {
        width: 15%;
    }

    /* hp*/
    .hp_strip1 .h680.centered_text {
        padding: 5%;
    }

    .hp7_content {
        font-size: 16px;
        line-height: 24px;
    }

    .hp_strip7 .stage_width {
        padding-bottom: 50px;
    }

    .hp_strip7_item h2, .hp_strip7_item p {
        width: 69%;
    }

    .hp_strip7_item {
        padding: 5%;
    }

    .tiger.absolute, .cloud.absolute {
        display: none;
    }

    p:empty {
        display: none;
    }

    .h680 .orange_bg {
        margin-top: 0;
    }

    .h680 p br {
        display: none;
    }

    .hp_strip1 {
        height: auto;
        margin-top: 0px;
        /* padding: 0 5%; */
    }

    .hp_slider_item {
        height: 70vw !important;
    }

    .hp_slider_item img {
        height: 60vw;
    }

    .hp_strip_padding {
        padding: 30px 5%;
    }

    .txt24 {
        font-size: 16px;
        line-height: 24px;
    }

    .game_types_grid_item .title {
        padding: 3%;
        font-size: 14px;
    }

    .more_b {
        display: none;
    }

    .header_wrapper .thin_grad {
        bottom: 0;
    }

    .hp_strip3 {
        height: 50vw;
    }

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

    .hp_strip_padding.hp_strip4 {
        padding: 60px 20px;
        background-size: 100% auto;
    }

    .hp_strip4 h1 {
        font-size: 28px;
        margin: 0;
    }

    .hp_strip4 h3 {
        font-size: 18px;
    }

    .hp_strip4 .round_b {
        width: 100%;
        padding: 5% 0 6%;
        margin-top: 30px;
        font-size: 20px;
    }

    .hp_strip4 {
        min-height: auto;
        padding-bottom: 66px;
    }

    h1.study_at {
        padding: 0 20px;
    }

    .hp_different_padding {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hp_strip5_item img {
        width: 100%;
        height: 50vw;
    }

    .hp_strip5_item {
        flex-flow: column !important;
        margin-bottom: 30px;
    }

    .hp_strip5_item h2 {
        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
        font-size: 30px;
        line-height: 44px;
        margin: 0 0 15px;
        font-family: 'Arimo', sans-serif;
        /*text-transform: uppercase;*/
    }

    .hp_strip5_item > div {
        padding: 5%;
    }

    .hp_strip6_items {
        grid-template-columns: 1fr;
    }

    .hp_strip6_item h1 {
        font-size: 44px;
        line-height: 49px;
        margin: 0 0 10px;
    }

    .hp_strip6_item p {
        font-size: 30px;
    }

    .hp_strip6_item:nth-child(1)::after, .hp_strip6_item:nth-child(2)::after {
        left: 46% !important;
        top: auto !important;
        bottom: -31px;
    }

    .hp_strip6_items {
        grid-template-columns: 1fr;
        grid-gap: 43px;
    }

    .hp_strip7_items {
        grid-template-columns: 1fr;
        grid-gap: 5px;
        margin: 0;
    }

    .hp_strip8 > div > h1 {
        margin: 24px 0 0;
    }

    .hp_strip8 > div > h2 {
        font-size: 20px;
    }

    .hp_strip8_items {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .hp8_content {
        min-height: initial;
        padding: 50px 30px 5px;
    }

    footer {
        padding: 30px 5%;
    }

    footer p, footer a {
        text-align: center;
    }

    .footer_thin_grad {
        margin: 0;
    }

    .footer_menu {
        margin: 0;
    }

    .footer_left {
        position: relative;
        left: auto;
        text-align: center;
        margin-top: 20px;
    }

    .footer_logo {
        margin-top: 27px;
    }

    .footer_menu > ul {
        text-align: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .fb_like, .fb_like p {
        text-align: center;
        width: 100%;
        margin-top: 12px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .hp_slider {
        width: 90%;
        margin: 5%;
    }

    .game_types_grid_wrapper,
    body.ginger .game_types_grid_wrapper {
        grid-template-columns: 1fr 1fr;
        height: auto;
        grid-gap: 15px;
        overflow: visible;
        margin-bottom: 65px;
    }

    .game_types_grid_item img {
        height: 33vw;

    }

    .logo {
        float: none !important;
        margin: 7px auto !important;
        display: table;
    }

    .menu_wrapper {
        position: fixed;
        width: 100%;
        right: -100%;
        z-index: 300;
        margin: 0;
        top: 100px;
        background: #fff;
    }

    .show_menu .menu_wrapper {
        right: 0;
        box-shadow: 0 10px 11px #0009;
    }

    .header_b_wrapper {
        margin: 0;
        position: absolute;
        top: 11px;
        right: 5%;
    }

    .header_b.float_left.enter, .header_b.float_left.lang {
        float: left;
        font-size: 16px;
        padding: 6px;
        margin-top: 10px;
        line-height: 16px;
        clear: both;
    }

    .header_b img {
        width: 16px;
        margin-top: 0px;
        margin-right: 6px;
    }

    .header_b_wrapper > span {
        position: absolute;
        bottom: -10px;
        width: 90vw;
        text-align: center;
        left: 0;
        font-size: 14px;
    }


    .sb__footer {
        position: relative;
        width: 100%;
        display: table;
        /* background: #000; */
    }

    #menu-main a {
        padding: 15px 0;
    }

    /*** accessibility */
    .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
    }

    .header_wrapper > div.engine_wrapper {
        height: 90vh;
        position: fixed;
        width: 100%;
        left: 0;
        top: 10vh;
        background: #000c;
        padding: 5%;
        display: none;
    }

    .show_engine .header_wrapper > div.engine_wrapper {
        display: block;
    }


    .icon_tel {
        width: 23px;
        float: left;
        margin-top: 17px;
        left: 18%;
        position: absolute;
    }

    .header_icon path {
        fill: #fff;
    }

    .hp_exp_wrapper {
        width: 100vw;
        overflow-x: hidden;
    }

    .site-footer .w50 {
        width: 100%;
        padding: 48px 5%;
    }


    .footer_items_wrapper section {
        border-top: 1px solid #333;
        width: 100%;
        padding-top: 12px;
        margin-bottom: 16px;
    }

    .site-footer .w50 {
        width: 100%;
        padding: 48px 5%;
    }

    .site-footer > div {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    img.room_image {
        height: 100%;
    }

    .room_image_wrapper, .room_images {
        height: 65vw;
    }

    .room_item {
        width: 100%;
    }

    .col2 p {
        column-count: 1;
    }

    .experience_item_image:nth-child(1), .experience_item_image:nth-child(2) {
        width: 100%;
        height: auto;
    }

    .experience_item_image:nth-child(3), .experience_item_image:nth-child(4) {
        width: 100%;
        height: auto;
    }

    .experience_item_image:nth-child(3), .experience_item_image:nth-child(4) {
        position: relative;
    }

    .experience_item_images {
        grid-template-columns: 1fr;
        grid-gap: 2px;
    }

    .w48 {
        width: 100%;
    }

    .hp_top_text h1 {
        font-size: 29px;
        line-height: 42px;
    }

    .fullheight, .h100, .fullheight img {
        height: 100vw;
    }

    body div.wpforms-container-full .wpforms-form button[type="submit"] {
        width: 100%;
    }

    body div.wpforms-container-full .wpforms-form .wpforms-field-container {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .stage_width.nl_wrapper {
        display: flex;
        flex-flow: column;
        padding: 0 5%;
        overflow-x: hidden;
    }

    .nl_wrapper h2 {
        width: 100%;
    }

    #wpforms-submit-148 {
        width: 100%;
    }

    #wpforms-148 .wpforms-submit-container {
        width: 100%;
    }

    #wpforms-148 .wpforms-field-container {
        width: 100%;
    }

    #wpforms-148 {
        width: 100%;
    }

    .h430 {
        height: 45vw;
    }

    .padding90 {
        padding: 30px;
    }

    .contact_wrapper {
        margin: 0;
    }

    .header_wrapper > div {
        border-bottom: none;
        height: auto;
    }

    .fullheight.image_gallery {
        height: 50vh;
    }

    .only_desktop {
        display: none;
    }

    .only_mobile {
        display: block;
    }

    .ham_wrapper {
        width: 28px;
        /*position: fixed;*/
        left: 5%;
        top: 28px;
        cursor: pointer;
        transition: all 0.5s ease-out;
        direction: rtl;
    }

    .show_menu .ham_wrapper {
        /*right: 6%;
        top: 34px;*/
    }

    .ham_line {
        width: 100%;
        height: 5px;
        background: #2976c5;
        margin-bottom: 4px;
        border-radius: 5px;
        transition: all 0.2s ease-out;
    }

    .show_menu .ham_line:nth-child(1) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 12px;
        margin-bottom: -22px;
        background: #fff;
        width: 29px;
        margin-left: 1px;
    }

    .show_menu .ham_line:nth-child(2) {
        opacity: 1;
        height: 40px;
        border-radius: 90px;
        width: 40px;
        margin-right: -5px;
        margin-top: -5px;
    }

    .show_menu .ham_line:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        width: 29px;
        background: #fff;
        margin-top: -27px;
        margin-left: -8px;
    }

    .book_b {
        padding: 10px 15px;
        font-size: 14px;
        margin-top: 6px;
        margin-left: 63px;
    }

    .menu-main-container, .menu-en_menu-container {
        position: fixed;
        right: -100%;
        top: 70px;
        margin: 0 !important;
        padding: 0 5%;
        width: 100%;
        background: #000;

        transition: all 0.5s ease-out;

    }

    .show_menu .menu-en_menu-container, .show_menu .menu-main-container {
        right: 0;
    }

    #menu-main, #menu-en_menu {
        display: table;
        margin: 0;
    }

    #menu-en_menu a, #menu-main a {
        padding: 15px 0;
        float: left;
        width: 100%;
        background: #000;
        border-bottom: 1px solid #333;
    }

    #menu-en_menu li, #menu-main li {
        width: 100%;
    }

    .logo {
        float: right;
        margin-left: 43px;
    }

    .stage_width {
        width: 100%;
    }

    .mobile100 {
        width: 100% !important;
    }

    .mobile90 {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content_wrapper {
        padding-top: 0;
    }

    .video_wrapper iframe {
        width: 100%;
        height: 48vw;
    }

    .padding5, .small_letters_line {
        padding: 5%;
    }

    .mobile90 {
        width: 90%;
        margin: 0 5%;
    }

    .left_title {
        width: 100%;
        margin: 0;
    }

    .order_wrapper {
        margin-top: 30px;
    }

    .slick-track {
        height: 56vw;
    }

    .image_gallery.borderadius10 {
        height: 56vw;
        border-radius: 0;
    }

    .mobile_flex_column > div {
        width: 100%;
        height: auto;

    }

    .mobile_flex_column > div {
        width: 100%;
        height: auto;
    }

    .mobile_flex_column > div > img {
        height: 80vw;
    }

    .padding90-0 {
        padding: 30px 5%;
    }

    .gray_bg.padding90-0 {
        padding: 30px 5%;
    }

    .mobilepadding05 {
        padding-right: 5%;
        padding-left: 5%;
    }


    .gallery_wrapper img {
        height: 44vw;
    }

    .gallery_wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 1%;
    }

    /** homepage*/
    .hp_text_content ul {
        column-count: 1;
        column-gap: 0;
        margin: 0;
        padding: 0;
    }

    .hp_exp_large_img {
        width: 100%;
        max-height: 100vw;
    }

    .hp_exp_text_wrapper {
        width: 100%;
    }

    .hp_exp_text {
        padding: 5% !important;
    }

    .hp_exp_small_img {
        margin: 0 !important;
        width: 100%;
    }

    .hp_exp_wrapper .slick-next {
        left: -21px;
        right: auto;
        top: 241px;
        -moz-transform: scale(-0.5);
        -webkit-transform: scale(-0.5);
        transform: scale(-0.5);
        background: #fff;
        width: 85px;
        box-shadow: 0 0 9px #0005;
        padding-right: 20px;
        background: #000;
    }

    .gingim .game_title::after {
        right: 37px;
    }

    .pack_img {
        top: 10px;
        left: 10px;
    }

    body.ginger .pack_img {
        right: 10px;
    }

    body.ginger .tml-links {
        float: left;
        margin-top: 28px;
    }

    .login_bottom_text {
        margin-top: 25px;
    }

    body.ginger .login_bottom_text {
        margin-top: 17px;
    }

    .pack_img {
        width: 65px;
        height: 65px;
    }

    .pack_title_wrapper {
        padding: 27px 25px;
    }
}

@media only screen and (max-width: 997px) and (min-width: 768px) {
    .games_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Smartphones (hor) ----------- */
@media only screen and (max-width: 767px) {
    .license_body {
        min-height: 485px;
    }

    .checkout_form .license_title {
        flex-direction: column;
        justify-content: initial;
        margin-bottom: 10px;
    }

    .checkout_form .license_title h2 {
        margin-bottom: 0px;
    }
}

/* Loader */
.loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(55 55 55 / 65%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    top: 50px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}