/*
Theme Name: Rimon Travel
Theme URI: https://www.triotech.co.il/
Author: the Triotech team
Author URI: https://www.triotech.co.il/
Description: Rimon Travel.
Version: 1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rimon-travel
*/
@font-face {
    font-family: SimplerPro;
    font-display: swap;
    src: url(/wp-content/themes/rimon-travel/fonts/SimplerPro-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: SimplerPro;
    font-display: swap;
    src: url(/wp-content/themes/rimon-travel/fonts/SimplerPro-Bold.otf);
    font-weight: 900;
}

@font-face {
    font-family: SimplerPro;
    font-display: swap;
    src: url(/wp-content/themes/rimon-travel/fonts/SimplerPro-Light.otf);
    font-weight: 100;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    font-family: SimplerPro;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.ginput_container_select:after {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/dd-arrow.png');
    display: block;
    width: 11px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 13px;
}

select:focus,input:focus {
    outline-color: #E63B39;
}

/********TITLE BORDERS************/
.fancy {
    line-height: 0.5;
    text-align: center;
}

.fancy h2,.fancy h3 {
    display: inline-block;
    position: relative;
}

.fancy h2:before, .fancy h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    top: 25px;
    width: 100px;
}

.fancy h2:before {
    right: 100%;
    margin-right: 25px;
}

.fancy h2:after {
    left: 100%;
    margin-left: 25px;
}

.fancy h3:before, .fancy h3:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 2px solid #405F89;
    top: 10px;
    width: 15px;
}

.fancy h3:before {
    right: 100%;
    margin-right: 15px;
}

.fancy h3:after {
    left: 100%;
    margin-left: 15px;
}

/*****HEADER******/
#header.fixed-header {
    min-height: 154px;
    position: fixed;
}

#header {
    position: relative;
    display: flex;
}

#header .top-bar {
    margin-right: 146px;
    height: 61px;
    max-height: 61px;
    background-color: #0c0a0f;
}

#header .top-bar .right-side {
    width: calc(97% - 199px);
    float: right;
    height: 61px;
    margin-right: 1%;
    margin-left: 1%;
}

#header .top-bar .right-side ul {
    margin: 0;
    padding: 0;
    height: 100%;
}

#header .top-bar .right-side ul li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 12.5px 5px;
    width: 25%;
    max-width: 170px;
    text-align: right;
}

#header .top-bar .right-side ul li i {
    color: aliceblue;
    display: inline-block;
    margin-left: 5px;
}

#header .top-bar .right-side ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

#header .top-bar .left-side {
    width: 200px;
    float: left;
    height: 61px;
}

#header .top-bar .left-side .top-navigation {
    height: 100%;
}

#header .top-bar .left-side .top-navigation ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    height: 100%;
}

#header .top-bar .left-side .top-navigation ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
    height: 100%;
}

#header .top-bar .left-side .top-navigation ul li a {
    color: #ffffff;
    font-size: 15px;
    padding: 22.5px 0px;
    display: inline-block;
    text-decoration: none;
}

.main-navigation {
    height: 100%;
}

.main-navigation ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
}

.main-navigation ul li {
    display: inline-block;
    width: 10.8%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    height: 100%;
}

.main-navigation ul li:last-child {
    border-left: 0;
}

.main-navigation ul li a {
    color: #000000;
    font-size: 19px;
    padding: 37.5px 0px;
    display: inline-block;
    text-decoration: none;
}

#header .menu-wrapper {width: calc(100% - 165px);}

#header .logo {width: 165px;padding: 10px;}
#header .logo a img{display:block;}
/******MEGAMENU************/
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    /* left: -70% !important; */
    min-width: 100% !important;
    top: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -60% !important;
    max-width: 170px !important;
    min-width: 170px !important;
    top: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
    /* left: -70% !important; */
    max-width: 100% !important;
    top: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
    width: max-content!important;
    min-width: 100%;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    color: #000;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    font-weight: 400;
    line-height: 30px;
    font-size: 15px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff;
    color: #000;
    font-weight: bold;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: "\f341";
    float: left;
    margin: 0;
    color: #E63B39;
    font-weight: normal;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
    width: 11.11%;
    border-left: 1px solid #e5e5e5;
    height: 100%;
}

.mega-menu-description {
    display: none !important;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child {
    border-left: 0;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
    font-size: 19px;
    text-decoration: none;
    text-align: center !important;
    height: inherit;
    padding: 27.5px 0px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #fff;
    color: #000;
}

.rtl #mega-menu-wrap-main-menu #mega-menu-main-menu {
    height: 100%;
}

.rtl #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    float: right;
    text-align: right;
}

body #mega-menu-wrap-main-menu {
    height: 100%;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #E63B39!important;
    font-size: 22px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    margin-top: 2px;
    width: calc(100% - 44.5%);
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.full-menu > ul.mega-sub-menu {
    background: #fff;
    margin-top: 2px;
    width: calc(100%);
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.full-menu > ul.mega-sub-menu li:nth-child(2), body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.full-menu > ul.mega-sub-menu li:nth-child(3) {
    width: 50%;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.full-menu > ul.mega-sub-menu li ul li ul li:nth-child(2), body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.full-menu > ul.mega-sub-menu li ul li ul li:nth-child(3) {
    width: 100%;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
    float: right;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul {
    background: #fff;
    padding-right: 0;
    list-style: none;
    text-align: right;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul a {
    font-size: 16px !important;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul li.menu-item-has-children {
    width: 25%;
    width: 16.66667%;
    float: right;
    position: relative;
    margin-bottom: 10px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul .sub-menu a , #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    color: #000;
    text-decoration: none;
    padding-right: 0;
    font-weight: normal !important;
}

.mega-sub-menu {
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul li:before {
    content: ">";
    position: absolute;
    left: 15px;
    color: #E63B39!important;
    font-weight: bold;
    line-height: 27px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul li ul li a:before {
    content: ">";
    position: absolute;
    left: 15px;
    color: #E63B39!important;
    font-weight: bold;
    line-height: 27px;
    font-family: SimplerPro;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul#menu-where-mega-menu-col2 li {
    margin-bottom: 26.5px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul#menu-where-mega-menu-col2 li:after {
    content: ">";
    position: absolute;
    left: 15px;
    color: #E63B39!important;
    font-weight: bold;
    line-height: 27px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul#menu-when-mega-menu-col1 li {
    margin-bottom: 5px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu ul#menu-when-mega-menu-col2 li {
    margin-bottom: 5px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-sub-menu .mega-menu-item:nth-child(even) .mega-block-title {
    opacity: 0;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu li .widget_media_image {
    text-align: right;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu li .top-title li {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 5px !important;
}

@media only screen and (min-width: 601px) {
    body #mega-menu-wrap-main-menu {
        background: #fff;
    }

    body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
        background: #fff;
        color: #000;
        font-weight: normal;
        text-decoration: none;
        border-color: #fff;
        border-bottom: 5px solid #E63B39;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        background: #fff !important;
        color: #000 !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border-color: #fff !important;
        border-bottom: 5px solid #E63B39 !important;
    }
}

/*******CONTENT************/
#main {
    max-width: 1700px;
    padding: 30px;
    margin: 0 auto;
}

/********HOME PAGE************/
.home-3-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 10%;
}

.attraction-btn {
    position: absolute !important;
    bottom: 30%;
    z-index: 99;
    width: 100%;
}

.attraction-btn .elementor-widget-container {
    max-width: 130px;
    margin: 0 auto;
}

#top-search {
}

#top-search .top-search-form {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

#top-search .top-search-form .validation_error {
    display: none;
}

#top-search .top-search-form .gform_body {
    // float: right;
    width: 80%;
}

#top-search .top-search-form .gform_footer {
    // float: left;
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
}

#top-search .top-search-form .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-search .top-search-form .gform_body ul li.gfield {
    width: 48%;
    display: inline-block;
    margin-left: 2%;
    min-height: 67px;
}

#top-search .top-search-form .gform_body ul li.gfield .validation_message {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E63B39;
    font-size: 15px;
}

#top-search .top-search-form .gform_body ul li.gfield:last-child {
    margin-left: 0%;
}

#top-search .top-search-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#top-search .top-search-form .gform_body ul li.gfield input,#top-search .top-search-form .gform_body ul li.gfield select {
    font-family: SimplerPro;
    font-size: 17px;
    color: #4e4e4e;
    width: 100%;
    min-height: 56px;
    padding: 20px 50px;
    border: 0;
}

.regions-select .ginput_container_select {
    position: relative;
}

.regions-select .ginput_container_select:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/where-icon.png');
    display: block;
    width: 24px;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.when-select .ginput_container_select {
    position: relative;
}

.when-select .ginput_container_select:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/when-icon.png');
    display: block;
    width: 26px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 13px;
}

#top-search .top-search-form input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 20px 24px;
    cursor: pointer;
}

#top-search {
}

#top-search select {
    font-family: SimplerPro;
    font-size: 17px;
    color: #4e4e4e;
    width: 100%;
    min-height: 56px;
    padding: 20px 50px;
    border: 0;
}

#top-search select .parent {
    font-weight: bold;
}

.select_region_wrapper {
    position: relative;
    width: 38%;
    display: inline-block;
    margin-left: 2%;
    min-height: 67px;
}

.select_region_wrapper:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/where-icon.png');
    display: block;
    width: 24px;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.select_period_wrapper {
    position: relative;
    width: 38%;
    display: inline-block;
    margin-left: 2%;
    min-height: 67px;
}

.submit_wrapper {
    width: 20%;
    display: inline-block;
}

.select_period_wrapper:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/when-icon.png');
    display: block;
    width: 26px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 13px;
}

.select_region_wrapper:after,.select_period_wrapper:after {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/dd-arrow.png');
    display: block;
    width: 11px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 13px;
}

#top-search input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 20px 24px;
    cursor: pointer;
}

/******FOOTER*******/
#footer {
    background-image: url(https://cdnmedia.rimon-tours.co.il/wp-content/uploads/2020/03/footer-background.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    float: right;
    width: 100%;
}

#footer .footer-form .elementor-col-25 {
    //width: 28%;
}

#footer .footer-form .elementor-field-type-submit {
    //width: 16%;
    //padding: 0;
    //padding-right: 5px;
}

#footer .footer-form .elementor-field-type-submit button {
    //width: 100%;
}

#footer .footer-form,#footer .footer-form .elementor-widget-container {
    /* float: right; */
    width: 100%;
}

#footer .footer-form .validation_error {
    display: none;
}

#footer .footer-form .gform_body {
    // float: right;
    width: 81.8%;
}

#footer .footer-form .gform_footer {
    // float: left;
    position: absolute;
    width: 16.5%;
    left: 35px;
    top: 40px;
}

#footer .footer-form .gform_body ul,#footer .newsletter-form .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newsletter-form .gform_body ul li.gfield {
    margin-bottom: 25px;
    display: inline-block;
    margin-left: 1.5%;
    width: 48.5%;
}

#footer .footer-form .gform_body ul li.gfield {
    width: 24%;
    display: inline-block;
    margin-left: 1%;
    min-height: 67px;
}

#footer .footer-form .gform_body ul li.gfield .validation_message,#footer .newsletter-form .gform_body ul li.gfield .validation_message {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E63B39;
    font-size: 15px;
}

#footer .footer-form .gform_body ul li.gfield:last-child {
    margin-left: 0%;
}

#footer .footer-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#footer .newsletter-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#footer .footer-form .gform_body ul li.gfield.gform_hidden {
    display: none;
}

#footer .footer-form .gform_body ul li.gfield input {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
     text-align:right;
}

#footer .newsletter-form .gform_body ul li.gfield input {
    font-family: SimplerPro;
    font-size: 15px;
    width: 100%;
    min-height: 40px;
    padding: 12px 24px;
    border: 0;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    color: black;
     text-align:right;
}

#footer .footer-form input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 16px 24px;
    cursor: pointer;
}

#footer .newsletter-form .gform_body {
    width: 70%;
}

#footer .newsletter-form .gform_footer {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
}

#footer .newsletter-form input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E63B39;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
    cursor: pointer;
}

#footer ul.menu {
    list-style: none;
    padding: 0;
}

#footer ul.menu li {
    display: inline-block;
    width: 100%;
    text-align: right;
    /* border-left: 1px solid #e5e5e5; */
    /* background-color: white; */
}

#footer ul.menu li:last-child {
    border-left: 0px;
}

#footer ul.menu li a {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 30px;
}

/*******TABLE RESPONSIVE************/
table {
    border: 1px solid #eee;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f6f6f6;
    /* border: 1px solid transparent; */
    /* padding: .5em; */
}

table tr:nth-child(even) {
    background: #f6f6f6;
}

table tr:nth-child(odd) {
    background: #fff;
}

table thead tr:hover {
    border: 0px solid #ff8f92;
}

table tr:hover {
    background: #ffe5e6;
    border: 1px solid #ff8f92;
}

table th, table td {
    padding: 1.2em;
    text-align: right;
}

table td {
    border-left: 1px solid #eee;
    color: #4e4e4e !important;
}

table td:last-child {
    border: 0;
}

table a {
    color: #4e4e4e !important;
}

table .elementor-button-link {
    background-color: transparent!important;
    color: #4e4e4e !important;
    text-decoration: underline!important;
    text-align: right;
    padding: 0!important;
}

table .elementor-button-link:hover {
    color: #f90d13!important;
}

table th {
    font-size: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #1ebbfc;
    background-color: #f6f6f6;
    color: #fff;
    color: #4e4e4e;
    border-left: 1px solid #eee;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }
}

/*******SINGLE TOUR************/
#main-single .entry-header {
    background-position: top center;
    background-repeat: no-repeat;
}

#main-single .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 87px;
    padding-bottom: 87px;
}

#main-single .entry-header .container .promo-comment {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background-color: #E63B39;
    border-radius: 50%;
    color: #fff;
    top: 108px;
}

#main-single .entry-header .container .promo-comment span {
    display: block;
    height: 70px;
    width: 85px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid;
    border-radius: 50px;
    padding-top: 15px;
}

#main-single .entry-header .container .promo-comment span strong {
}

#main-single .entry-header .container .tour-info-box {
    background-color: rgba(0,0,0,0.85);
    padding: 25px 25px 5px 25px;
}

#main-single .entry-header .container .tour-info-box .title {
    font-size: 50px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    line-height: 50px;
    font-weight: bold;
}

#main-single .entry-header .container .tour-info-box .title span {
    /* color: #E63B39; */
}

#main-single .entry-header .container .tour-info-box label {
    font-size: 21px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

#main-single .entry-header .container .tour-info-box .days {
    color: #E63B39;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    /* float: right; */
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #c8d4e0;
}

#main-single .entry-header .container .tour-info-box .dates {
    color: #1ebbfc;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    /* float: right; */
    margin-left: 5px;
}

#main-single .entry-header .container .tour-info-box .show-dates {
    display: inline-block;
    float: left;
    padding: 20px 0px 20px 0px;
    margin-top: 10px;
    width: 32%;
}

#main-single .entry-header .container .tour-info-box .show-dates a {
    padding: 15px 0px;
    background-color: #E63B39;
    background-color: #181f21;
    border: 1px solid #575757;
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}

#main-single .entry-header .container .tour-info-box .comment {
    float: inherit;
    display: inline-block;
    width: calc(100% - 65px);
    max-width: 460px;
    clear: both;
    margin-top: 0;
    margin-bottom: 15px;
    color: #a09f9c;
    font-size: 15px;
}

#main-single .entry-header .container .tour-info-box .code {
    display: inline-block;
    float: right;
    width: fit-content;
    max-width: 65px;
    clear: both;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 5px;
    color: #a09f9c;
    font-size: 15px;
}

#main-single .entry-header .container .addons {
    max-width: 500px;
    background-color: rgba(0,0,0,0.85);
    padding: 5px 25px 5px 25px;
    width: 100%;
    clear: both;
    margin-top: 2px;
    color: #fff;
}

#main-single .entry-header .container .addons ul {
    list-style: none;
    padding-right: 0;
}

#main-single .entry-header .container .addons ul li {
    display: inline-block;
    width: 24%;
    height: 40px;
    margin-bottom: 0;
}

#main-single .entry-header .container .addons ul li img {
    width: 35px;
}

#main-single .entry-header .container .addons ul li .image {
    float: right;
    width: 35%;
}

#main-single .entry-header .container .addons ul li .text {
    float: right;
    width: 65%;
}

/*
#main-single .entry-header .container .addons ul li.icon-flight {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-3.png');
}

#main-single .entry-header .container .addons ul li.icon-hotels {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-2.png');
}

#main-single .entry-header .container .addons ul li.icon-no-select {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-4.png');
}

#main-single .entry-header .container .addons ul li.icon-sound {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-1.png');
}
#main-single .entry-header .container .addons ul li.icon-half-board {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-5.png');
}
#main-single .entry-header .container .addons ul li.icon-full-board {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-6.png');
}
#main-single .entry-header .container .addons ul li.icon-cruze {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-9.png');
}
#main-single .entry-header .container .addons ul li.icon-kosher {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-8.png');
}
#main-single .entry-header .container .addons ul li.icon-unique {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-7.png');
}
#main-single .entry-header .container .addons ul li.icon-payments {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/tour-icon-10.png');
}*/
#main-single .entry-header .container .tour-info-box {
    max-width: 500px;
    min-width: 500px;
    float: right;
    clear: both;
    margin-bottom: 2px;
}

#main-single .entry-header #breadcrumbs-wrapper {
    background-color: rgba(255,255,255,0.4);
    padding: 8px 0;
}

#main-single .entry-header #breadcrumbs-wrapper #breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
}

#main-single .entry-header #breadcrumbs-wrapper #breadcrumbs a {
    text-decoration: none;
    color: #000;
}

#main-single .entry-content {
    max-width: 1280px;
    margin: 0 auto;
}

#main-single .entry-content section {
    /* float: right; */
    width: 100%;
    clear: both;
    padding-top: 0.5%;
}

#main-single .entry-content #cta section#contact-tour {
    /* float: right; */
    width: 100%;
    clear: both;
    padding-top: 2%;
}

#main-single .entry-content section#track .header {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 30px;
    float: right;
    clear: both;
    width: 100%;
}

#main-single .entry-content section#track .header .right,.tax-tour_region .header .right,.page-template-tamplate-custom-archive .header .right,.tax-tour_type .header .right {
    width: 68%;
    float: right;
    padding-left: 2%;
    text-align: right;
}

#main-single .entry-content section#track .header .left,.tax-tour_region .header .left,.page-template-tamplate-custom-archive .header .left,.tax-tour_type .header .left {
    width: 30%;
    float: right;
}

#main-single .entry-content section#track .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    /* margin: 0 auto; */
    margin-bottom: 10px;
    margin-top: 0;
}

/*#main-single .entry-content section#track .header .top-title:before {
    content: "-";
}

#main-single .entry-content section#track .header .top-title:after {
    content: "-";
}*/
#main-single .entry-content section#track .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 48px;
    margin-top: 0;
}

#main-single .entry-content section#track .header .description {
    color: #4e4e4e;
    line-height: 28px;
    font-size: 19px;
    width: 70%;
    /* margin: 0 auto; */
}

#main-single .entry-content section#track .special {
    text-align: center;
}

#main-single .entry-content section#track .special .title {
    font-size: 36px;
    color: #E63B39;
}

#main-single .entry-content section#track .special .special-boxes-wrapper {
    margin-bottom: 5%;
}

#main-single .entry-content section#track .special .special-boxes-wrapper .boxes {
    list-style: none;
    padding-right: 0;
    margin: 0;
}

#main-single .entry-content section#track .special .special-boxes-wrapper .boxes .box {
    display: inline-block;
    width: 19%;
}

#main-single .entry-content section#track .special .special-boxes-wrapper .boxes .box img {
}

#main-single .entry-content section#track .special .special-boxes-wrapper .boxes .box h3 {
    font-size: 17px;
    margin: 15px 0 5px 0;
}

#main-single .entry-content section#track .special .special-boxes-wrapper .boxes .box h4 {
    font-size: 17px;
    color: #4e4e4e;
    margin: 5px 0 15px 0px;
}

#main-single .entry-content section#track .info {
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes-title {
    font-size: 36px;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes {
    list-style: none;
    padding-right: 0;
    margin-bottom: 5px;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes .track-box {
    background-color: #f6f6f6;
    margin-bottom: 5px;
    padding-bottom: 25px;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes .track-box .number {
    display: block;
    float: right;
    padding: 20px 35px;
    color: #fff;
    font-size: 19px;
    background-color: #1ebbfc;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes .track-box .title {
    margin-right: 90px;
    margin-top: 0;
    padding-top: 20px;
    font-size: 21px;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes .track-box .description {
    margin-right: 90px;
    margin-left: 90px;
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #4e4e4e;
}

#main-single .entry-content section#track .info .track-boxes-wrapper .track-boxes .track-box .description p {
    margin: 0;
}

#main-single .entry-content section#track .info .images-wrapper {
    float: right;
    width: 100%;
    clear: both;
}

#main-single .entry-content section#track .info .images-wrapper .map-image {
    float: right;
    width: 49.5%;
    position: relative;
}

#main-single .entry-content section#track .info .images-wrapper .gallery {
    float: left;
    width: 49.5%;
    height: 510px;
}

#main-single .entry-content section#track .info .images-wrapper .gallery ul {
    list-style: none;
    padding-right: 0;
    margin: 0;
}

#main-single .entry-content section#departure-dates {
    clear: both;
    float: right;
    width: 100%;
}

#main-single .entry-content section#departure-dates .instances-title {
    font-size: 36px;
    margin-top: 0.53em;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes-title {
    font-size: 36px;
    margin-top: 0.53em;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes {
    background: #f5f5f5;
    padding: 30px;
    float: right;
    width: calc(100% - 60px);
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes .single-addon-section {
    width: 45%;
    display: inline-block;
    float: right;
    margin-left: 4%;
    margin-bottom: 4%;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes .single-addon-section:nth-child(3) {
    clear: right;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes .single-addon-section h4 {
    margin: 0;
    font-size: 19px;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes .single-addon-section .single-addon-section-content ul {
    padding-right: 16px;
}

#main-single .entry-content section#addons .addons-boxes-wrapper .addons-boxes .single-addon-section .single-addon-section-content {
    font-size: 17px;
    color: #4e4e4e;
}

/*----- Accordion -----*/
#main-single .entry-content section#addons .accordion, #main-single .entry-content section#addons .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main-single .entry-content section#addons .accordion {
    overflow: hidden;
    margin-bottom: 50px;
}

#main-single .entry-content section#addons .accordion ul {
    padding-right: 15px;
    margin: 0;
}

#main-single .entry-content section#addons .accordion-section {
    margin-bottom: 10px;
}

/*----- Section Titles -----*/
#main-single .entry-content section#addons .accordion-section-title {
    width: 100%;
    padding: 20px;
    padding-right: 20px;
    display: inline-block;
    background: #f5f5f5;
    transition: all linear 0.15s;
    /* Type */
    font-size: 19px;
    color: #000;
    text-decoration: none;
}

#main-single .entry-content section#addons .accordion-section-title.active, #main-single .entry-content section#addons .accordion-section-title:hover {
    /* Type */
    text-decoration: none;
}

#main-single .entry-content section#addons .accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
#main-single .entry-content section#addons .accordion-section-content {
    padding: 15px;
    padding-right: 60px;
    /*display: none;*/
    color: #4e4e4e;
    font-size: 17px;
    line-height: 28px;
}

#main-single .entry-content section#addons .accordion-section-title span {
    display: inline-block;
    margin-left: 20px;
    font-size: 19px;
    color: #E63B39;
    width: 20px;
    text-align: center;
}

#main-single .entry-content section#addons .accordion-section-title span:before {
    content: "+";
}

#main-single .entry-content section#addons .accordion-section-title.active span:before {
    content: "-";
}

#main-single .entry-content section#recommend .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-single .entry-content section#recommend .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

#main-single .entry-content section#recommend .header .top-title:before {
    content: "-";
}

#main-single .entry-content section#recommend .header .top-title:after {
    content: "-";
}

#main-single .entry-content section#recommend .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

#main-single .entry-content section#recommend .slick-carousel {
    width: 1024px;
    margin: 0 auto;
}

#main-single .entry-content section#recommend .recommend-image {
    /*float: right;
    margin-left: 30px;*/
    width: 50%;
    margin-left: 2%;
}

#main-single .entry-content section#recommend .recommend-content {
    width: 48%;
}


#main-single .entry-content section#recommend .recommend-content .title {
    font-size: 24px;
    font-weight: bold;
}

#main-single .entry-content section#recommend .recommend-content .description {
    font-size: 17px;
    line-height: 24px;
    color: #4e4e4e;
}

#main-single .entry-content section#recommend .recommend-content .social-media {
    list-style: none;
}

#main-single .entry-content section#recommend .recommend-content .social-media li {
    display: inline-block;
    margin-left: 10px;
}

#main-single .entry-content section#recommend .recommend-content .social-media li a {
    text-decoration: none;
    color: initial;
    font-size: 20px;
}

#main-single .entry-content section#recommend .recommend-content .social-media li a.facebook:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    color: #3b5998;
}

#main-single .entry-content section#recommend .recommend-content .social-media li a.twitter:before {
    content: "\f099";
    font-family: 'FontAwesome';
    color: #55acee;
}

#main-single .entry-content section#recommend .recommend-content .social-media li a.instagram:before {
    content: "\f16d";
    font-family: 'FontAwesome';
    color: #000;
}

#main-single .entry-content section#recommend .slick-next:before, #main-single .slick-next:before {
    font-family: SimplerPro;
    content: '>';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: black !important;
    border: 1px solid #d5d5d5;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    border-radius: 50px;
}

[dir='rtl'] #main-single .slick-prev {
    right: -60px;
    left: auto;
}

[dir='rtl'] #main-single .slick-next {
    left: -60px !important;
    right: auto !important;
}

#main-single section#track .info .images-wrapper .gallery .slick-slide img {
    display: block;
    width: 100%;
    height: 510px;
}

[dir='rtl'] #main-single section#track .info .images-wrapper .gallery .slick-prev {
    right: 0px;
    left: auto;
    z-index: 9;
}

[dir='rtl'] #main-single section#track .info .images-wrapper .gallery .slick-next {
    left: 0px !important;
    right: auto !important;
    z-index: 9;
}

#main-single .entry-content section#track .slick-next:before {
    font-family: SimplerPro;
    content: '>';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: white !important;
    border: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 0;
    background-color: rgba(0,0,0,0.3);
}

#main-single .entry-content section#track .slick-prev:before {
    font-family: SimplerPro;
    content: '<';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: white !important;
    border: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 0;
    background-color: rgba(0,0,0,0.3);
}

#main-single .slick-prev,#main-single .slick-next {
    width: 50px;
    height: 50px;
}

#main-single .entry-content section#recommend .slick-prev:hover:before,#main-single .entry-content section#recommend .slick-next:hover:before {
    color: #E63B39!important;
    border-color: #E63B39!important;
}

#main-single .entry-content section#recommend .slick-prev:before, #main-single .slick-prev:before {
    font-family: SimplerPro;
    content: '<';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: black !important;
    border: 1px solid #d5d5d5;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    border-radius: 50px;
}

#main-single .entry-content section#recommend .slick-content {
    outline: none;
	display:flex;
}

#main-single .entry-content section#recommend {
    margin-bottom: 100px;
}

#main-single .entry-content section#recommend .weather-wrapper .content {
    float: right;
    width: 100%;
    clear: both;
}

#main-single .entry-content section#recommend .weather-wrapper .content .image {
    float: right;
    width: 46.5%;
    padding: 0% 1% 2.5% 0%;
}

#main-single .entry-content section#recommend .weather-wrapper .content .image img {
    border: 10px solid #fff;
    box-shadow: 0px 3px 10px 0px #cccccc;
}

#main-single .entry-content section#recommend .weather-wrapper .content .description {
    float: left;
    width: 46.5%;
    padding: 0% 0% 2.5% 2.5%;
    font-size: 17px;
    line-height: 30px;
}

#main-single .entry-content section#recommend .weather-wrapper {
    float: right;
    width: 100%;
    clear: both;
    margin-bottom: 100px;
}

#main-single .entry-content section#recommend .weather-wrapper .header {
    float: right;
    width: 100%;
    clear: both;
}

#main-single section#featured-tours {
    margin-bottom: 100px;
}

#main-single section#featured-tours .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-single section#featured-tours .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

#main-single section#featured-tours .header .top-title:before {
    content: "-";
}

#main-single section#featured-tours .header .top-title:after {
    content: "-";
}

#main-single section#featured-tours .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

#main-single section#featured-tours .featured-tours-wrapper {
    max-width: 1740px;
    margin: 0 auto;
}

#main-single section#featured-tours .featured-tours-wrapper a:first-child .single-tour.col-4,.#main-single section#featured-tours .featured-tours-wrapper a:nth-child(5n) .single-tour.col-4 {
    margin-right: 0;
}

#main-single section#featured-tours .featured-tours-wrapper a:nth-child(4n) .single-tour.col-4 {
    margin-left: 0;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour.col-4 {
    width: calc(25% - 10px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 18.896%;
    position: relative;
    /* box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour.col-2 {
    width: 33%;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .status {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 10px;
    color: #fff;
    background-color: #E63B39;
    font-weight: normal;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info {
    text-align: center;
    /* height: 120px; */
    width: 96%;
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    /* bottom: 0; */
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info .title {
    margin: 0;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info .sub-title {
    margin: 0;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info .info-box {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info .info-box .days {
}

#main-single .section#featured-tours .featured-tours-wrapper .single-tour .tour-info .info-box .dates {
}

#main-single section#featured-tours .featured-tours-wrapper .single-tour .tour-info .code {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    line-height: 24px;
    height: 24px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

#main-single .posts-tours-wrapper {
    margin-bottom: 100px;
}

#main-single .posts-tours-top-wrapper {
    text-align: center;
}

#main-single .posts-tours-top-wrapper .region-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 5px;
}

#main-single .posts-tours-top-wrapper .region-title:before {
    content: " - ";
}

#main-single .posts-tours-top-wrapper .region-title:after {
    content: " - ";
}

#main-single .posts-tours-top-wrapper .type-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
}

#main-single #contentwrapper {
}

.admin-bar #main-single #contentwrapper #information-menu-sticky {
    position: fixed;
    top: 32px;
}

#main-single #contentwrapper #information-menu-sticky {
    position: fixed;
    top: 0px;
    z-index: 2;
    right: 0;
    width: 100%;
    box-shadow: 0px 5px 10px 0px #cccccc;
    background-color: #fff;
    text-align: center;
    height: 58px;
}

#information-menu {
    box-shadow: 0px 5px 10px 0px #cccccc;
    background-color: #fff;
    text-align: center;
    height: 58px;
}

#information-menu-period {
    box-shadow: 0px 5px 10px 0px #cccccc;
    background-color: #fff;
    text-align: center;
    height: 50px;
}

#information-menu a,#information-menu-sticky a {
    position: relative;
}

#information-menu a span.icon,#information-menu-sticky a span.icon {
    position: absolute;
}

#information-menu a span.text {
}

#information-menu a.track span.icon ,#information-menu-sticky a.track span.icon {
    top: 0.7vw;
    right: 2vw;
}

#information-menu a.departure-dates span.icon,#information-menu-sticky a.departure-dates span.icon {
    right: 0.8vw;
}

#information-menu a.addons span.icon,#information-menu-sticky a.addons span.icon {
    top: 0.85vw;
    right: 3vw;
}

#information-menu a.recommend span.icon,#information-menu-sticky a.recommend span.icon {
    top: 0.85vw;
    right: 3vw;
}

#information-menu a.contact-tour span.icon,#information-menu-sticky a.contact-tour span.icon {
    top: 1.05vw;
    right: 1vw;
}

#main-region.type #information-menu {
    box-shadow: none;
    background-color: #fff;
    text-align: center;
    height: auto;
}

.admin-bar #information-menu-sticky {
    top: 32px;
}

#information-menu-sticky {
    position: fixed;
    top: 0px;
    z-index: 2;
    right: 0;
    width: 100%;
    box-shadow: 0px 5px 10px 0px #cccccc;
    background-color: #fff;
    text-align: center;
    height: 50px;
}

#main-single nav {
    position: relative;
    width: 100%;
    max-width: 1280px;
    background: #FFF;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}

#main-single nav a {
    padding: 18px 0px 14px 0px;
    min-width: 19.9%;
    float: right;
    text-decoration: none;
    border-right: 1px solid #e5e5e5;
    color: #000;
    font-size: 19px;
    border-bottom: 5px solid transparent;
}

/* four items */
#main-single nav a:first-child:nth-last-child(4), #main-single nav a:first-child:nth-last-child(4) ~ a {
    width: 24.9%;
}

#main-single #information-menu nav a:first-child:nth-last-child(4).track span.icon ,#main-single #information-menu-sticky nav a:first-child:nth-last-child(4).track span.icon {
    top: 0.7vw;
    right: 4vw;
}

#main-single #information-menu nav a:first-child:nth-last-child(4)~a.departure-dates span.icon,#main-single #information-menu-sticky nav a:first-child:nth-last-child(4)~a.departure-dates span.icon {
    right: 2.8vw;
}

#main-single #information-menu nav a:first-child:nth-last-child(4)~a.addons span.icon,#main-single #information-menu-sticky nav a:first-child:nth-last-child(4)~a.addons span.icon {
    top: 0.85vw;
    right: 5vw;
}

#main-single #information-menu nav a:first-child:nth-last-child(4)~a.recommend span.icon,#main-single #information-menu-sticky nav a:first-child:nth-last-child(4).recommend span.icon {
    top: 1.05vw;
    right: 2vw;
}

#main-single #information-menu nav a:first-child:nth-last-child(4)~a.contact-tour span.icon,#main-single #information-menu-sticky nav a:first-child:nth-last-child(4)~a.contact-tour span.icon {
    top: 1.05vw;
    right: 2.6vw;
}

#main-single nav a.active {
    font-weight: bold;
    border-bottom: 5px solid #E63B39;
}

#main-single nav a:last-child {
    border-left: 1px solid #e5e5e5;
    width: 19.9%;
    /* background-color: #E63B39; */
    color: #E63B39;
    /* border-bottom: 5px solid #E63B39; */
    /* border-right: 0; */
    /* border-left: 0; */
    padding: 18px 0px 14px 0px;
    font-weight: bold;
}

#main-region nav {
    position: relative;
    width: 100%;
    max-width: 1280px;
    background: #FFF;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}

#main-region nav a {
    padding: 13px 0px 10px 0px;
    float: right;
    text-decoration: none;
    color: #000 !important;
    font-size: 19px;
}

#main-region nav a.active {
    font-weight: bold;
    border-bottom: 5px solid #E63B39;
}

#main-region nav a:last-child {
}

/* one item */
#main-region nav a:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    width: 100%;
}

/* two items */
#main-region nav a:first-child:nth-last-child(2), #main-region nav a:first-child:nth-last-child(2) ~ a {
    width: 50%;
}

/* three items */
#main-region nav a:first-child:nth-last-child(3), #main-region nav a:first-child:nth-last-child(3) ~ a {
    width: 33.3333%;
}

/* four items */
#main-region nav a:first-child:nth-last-child(4), #main-region nav a:first-child:nth-last-child(4) ~ a {
    width: 24%;
}

/* four items */
#main-region nav a:first-child:nth-last-child(5), #main-region nav a:first-child:nth-last-child(5) ~ a {
    width: 19%;
}

/* four items */
#main-region nav a:first-child:nth-last-child(6), #main-region nav a:first-child:nth-last-child(6) ~ a {
    width: 16%;
}

/* four items */
#main-region nav a:first-child:nth-last-child(7), #main-region nav a:first-child:nth-last-child(7) ~ a {
    width: 14.28%;
}

/* four items */
#main-region nav a:first-child:nth-last-child(8), #main-region nav a:first-child:nth-last-child(8) ~ a {
    width: 12.5%;
}

/*******SINGLE GUIDE************/
#main-single.guide .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 151px;
    padding-bottom: 151px;
}

#main-single.guide .entry-header .container .guide-info-box {
    text-align: center;
}

#main-single.guide .entry-header .container .guide-info-box .passport-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

#main-single.guide .entry-header .container .guide-info-box .passport-image img {
    height: 100%;
    width: 100%;
    max-width: 140px;
    max-height: 140px;
    border: 5px solid #fff;
    border-radius: 50%;
}

#main-single.guide .entry-header .container .guide-info-box .name {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

#main-single.guide .entry-header .container .guide-info-box .name span {
    color: #E63B39;
}

#main-single.guide .entry-header .container .guide-info-box .content {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

#main-single .entry-content section#guide .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-single .entry-content section#guide .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

#main-single .entry-content section#guide .header .top-title:before {
    content: "-";
}

#main-single .entry-content section#guide .header .top-title:after {
    content: "-";
}

#main-single .entry-content section#guide .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

#main-single .entry-content section#guide .header .description {
    color: #4e4e4e;
    line-height: 28px;
    font-size: 17px;
    width: 100%;
    text-align: right;
    margin-top: 50px;
    float: right;
}

#main-single .entry-content section#guide .header .description .right {
    width: 45%;
    padding-left: 5%;
    float: right;
}

#main-single .entry-content section#guide .header .description .left {
    width: 45%;
    padding-left: 5%;
    float: right;
}

#main-single .entry-content section#guide {
    margin-bottom: 100px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide {
    max-width: 980px;
    margin: 0 auto;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour {
    width: 100%;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* height: auto; */
    position: relative;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper {
    padding: 15px;
    border: 1px solid #c8d4e0;
    float: right;
    width: 100%;
    max-width: 948px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .right {
    float: right;
    width: 39%;
    position: relative;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .right .image {
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .right .image img {
    display: block;
    width: 370px;
    height: 295px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .right .status {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 11px;
    color: white;
    background-color: #E63B39;
    padding: 5.5px 10px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .right .code {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: white;
    background-color: #000;
    padding: 5.5px 10px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left {
    width: 59%;
    margin-right: 41%;
    margin-left: 0;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info {
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .cat-title {
    margin: 0;
    color: #E63B39;
    font-size: 17px;
    margin-top: 10px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .title {
    margin: 0;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 10px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info p {
    margin: 0;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 28px;
    margin-bottom: 40px;
    min-height: 84px;
    overflow: hidden;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .sub-title {
    margin: 0;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 28px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box {
    border-bottom: 1px solid #c8d4e0;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .days {
    display: inline-block;
    font-size: 33px;
    color: #000;
    border-left: 1px solid #c8d4e0;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .days span {
    display: block;
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .dates {
    display: inline-block;
    font-size: 33px;
    color: #1ebbfc;
    font-weight: bold;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .dates span {
    display: block;
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom {
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div {
    width: 33%;
    float: right;
    height: 36px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.ask-us {
    line-height: 36px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.ask-us a {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link {
    position: relative;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link a {
    font-size: 15px;
    color: white;
    background-color: #E63B39;
    display: block;
    padding: 9px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link:after {
    content: ">";
    color: #fff;
    position: absolute;
    left: 10px;
    top: 9px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.places-left {
    font-size: 15px;
    color: #E63B39;
    line-height: 36px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.places-left .icon {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/places-left-icon.png');
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 5px;
    margin-left: 5px;
}

/*****SINGLE-POST********/
#main-single.post #contentwrapper {
    max-width: 1000px;
}

#main-single.post #contentwrapper .page-content {
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 28px;
    color: #4e4e4e;
}

#main-single.post #contentwrapper .title {
    margin: 80px 0 20px 0;
}

#main-single.post #contentwrapper p,#main-single.post #contentwrapper p ,#main-single.post #contentwrapper p,#main-single.post #contentwrapper .elementor-text-editor,#main-single.post #contentwrapper p span,#main-single.post #contentwrapper p strong ,#main-single.post #contentwrapper p span,#main-single.post #contentwrapper div span {
    max-width: 700px;
    margin: 0 auto;
    font-size: 19px!important;
    line-height: 28px;
    color: #4e4e4e;
}

.call-now {
    max-width: 700px;
    margin: 0 auto;
    font-size: 19px!important;
    line-height: 28px;
    color: #4e4e4e;
}

#main-single.post #contentwrapper h2,#main-single.post #contentwrapper h3,#main-single.post #contentwrapper h4,#main-single.post #contentwrapper h5,#main-single.post #contentwrapper h6 {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

#main-single.post #contentwrapper .call_now {
    max-width: 700px;
    margin: 0 auto;
}

#main-single.post #contentwrapper .title h1 {
    font-size: 48px;
    text-align: center;
    margin: 0;
}

#main-single.post #contentwrapper a {
    color: #E63B39;
}

.error404 #main-single.post #contentwrapper a {
    color: #000;
}

#main-single.post .entry-header .container .post-info-box {
    max-width: 500px;
    max-height: 207px;
    overflow: hidden;
}

#main-single.post .entry-header .container .post-info-box {
    background-color: rgba(0,0,0,0.85);
    padding: 25px 25px 30px 25px;
}

#main-single.post .entry-header .container .post-info-box .title {
    font-size: 50px;
    color: #fff;
    margin: 0;
    line-height: 50px;
}

#main-single.post .entry-header .container .post-info-box h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

#main-single.post .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 161px;
    padding-bottom: 161px;
}

.page-template-default #main-single.post .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 292px;
    padding-bottom: 292px;
}

/*********TOUR-SHORTCODE**************/
.selected-tours-wrapper {
    max-width: 1740px;
    margin: 0 auto;
    text-align: center;
}

.selected-tours-wrapper.full .single-tour.col-4 {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
    padding-top: 76.8%;
}

.selected-tours-wrapper.full .single-tour.col-3 {
    width: 100%;
    margin: 0;
    height: 33.65vh;
}

.selected-tours-wrapper.full .single-tour.col-4:first-child ,.selected-tours-wrapper.full .single-tour.col-3:first-child {
    margin-bottom: 8.82px;
}

.selected-tours-wrapper a:first-child .single-tour.col-4,.selected-tours-wrapper a:nth-child(5n) .single-tour.col-4 {
    margin-right: 0;
}

.selected-tours-wrapper a:nth-child(4n) .single-tour.col-4 {
    margin-left: 0;
}

.selected-tours-wrapper .single-tour.col-4 {
    width: calc(25% - 10px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 18.896%;
    position: relative;
    /* box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); */
}

.selected-tours-wrapper .single-tour.col-4:nth-child(4n) ,.selected-tours-wrapper .single-tour.col-3:nth-child(3n) {
    margin-right: 5px;
    margin-left: 0;
}

.selected-tours-wrapper a:nth-child(n+5) .single-tour.col-4,.selected-tours-wrapper a:nth-child(n+4) .single-tour.col-3 {
    margin-top: 2px;
}

#main-single section#featured-tours .featured-tours-wrapper a:nth-child(n+5) .single-tour.col-4,#main-single section#featured-tours .featured-tours-wrapper a:nth-child(n+4) .single-tour.col-3 {
    margin-top: 2px;
}

.selected-tours-wrapper a:first-child .single-tour.col-3,.selected-tours-wrapper a:nth-child(4) .single-tour.col-3,.selected-tours-wrapper a:nth-child(n4-1) .single-tour.col-3 {
    margin-right: 0;
}

.selected-tours-wrapper a:nth-child(3n) .single-tour.col-3 {
    margin-left: 0;
}

.selected-tours-wrapper .single-tour.col-3 {
    width: calc(33.3% - 10px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 26.471%;
    position: relative;
    /* box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */
}

.selected-tours-wrapper .single-tour .status {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 10px;
    color: #fff;
    background-color: #E63B39;
    font-weight: normal;
	display:none;
}

.selected-tours-wrapper .single-tour .tour-info {
    text-align: center;
    /* height: 120px; */
    /* width: 96%; */
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0px;
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    /* box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
}

.selected-tours-wrapper .single-tour .tour-info .title {
    margin: 0 !important;
    font-size: 28px;
    font-size: 1.45vw;
    color: #fff;
    line-height: 1.55vw;
    margin-bottom: 10px !important;
    /* min-height: 58px; */
    /* max-height: 58px; */
    /* overflow: hidden; */
}

.selected-tours-wrapper .single-tour .tour-info .sub-title {
    margin: 0;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 20px;
}

.selected-tours-wrapper .single-tour .tour-info .info-box {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.selected-tours-wrapper .single-tour .tour-info .code,.featured-tours-wrapper .single-tour .tour-info .code {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    line-height: 24px;
    height: 24px;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.selected-tours-wrapper .single-tour .info-box,.featured-tours-wrapper .single-tour .info-box {
    height: 60px;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    z-index: -1;
}

.selected-tours-wrapper .single-tour,.featured-tours-wrapper .single-tour {
    overflow: hidden;
}

.selected-tours-wrapper .single-tour:hover .info-box,.featured-tours-wrapper .single-tour:hover .info-box {
    /*height: 0;
    overflow: hidden;
    -moz-transition: height 2s ease;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;*/
}

.selected-tours-wrapper .single-tour .tour-info,.featured-tours-wrapper .single-tour .tour-info {
    overflow: hidden;
    -moz-transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    bottom: 0px;
}

.selected-tours-wrapper .single-tour:hover .tour-info,.featured-tours-wrapper .single-tour:hover .tour-info {
    overflow: hidden;
    -moz-transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    bottom: -60px;
}

/***********************/
.featured-tours-wrapper {
    max-width: 1740px;
    margin: 0 auto;
    text-align: center;
}

.featured-tours-wrapper a:first-child .single-tour.col-4,.featured-tours-wrapper a:nth-child(5n) .single-tour.col-4 {
    margin-right: 0 !important;
}

.featured-tours-wrapper a:nth-child(4n) .single-tour.col-4 {
    margin-left: 0;
}

.featured-tours-wrapper .single-tour.col-4 {
    width: calc(25% - 10px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 18.896%;
    position: relative;
}

.featured-tours-wrapper .single-tour .status {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 10px;
    color: #fff;
    background-color: #E63B39;
    font-weight: normal;
}

.featured-tours-wrapper .single-tour .tour-info {
    text-align: center;
    /* height: 120px; */
    /* width: 100%; */
    margin: auto;
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0px;
    right: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    /* box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5); */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.9));
}

.featured-tours-wrapper .single-tour .tour-info .title {
    margin: 0 !important;
    font-size: 28px;
    font-size: 1.45vw;
    color: #fff;
    line-height: 1.55vw;
    margin-bottom: 5px !important;
    min-height: 58px;
    max-height: 58px;
    overflow: hidden;
}

.featured-tours-wrapper .single-tour .tour-info .sub-title {
    margin: 0;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    min-height: 20px;
}

.featured-tours-wrapper .single-tour .tour-info .info-box {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.single-tour .tour-btn {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 0;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.7);
    border-radius: 50px;
    opacity: 0;
}

.single-tour .tour-btn:before {
    content: "\f0d9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    right: 2px;
    position: relative;
}

.selected-tours-wrapper .single-tour:hover .tour-btn,.featured-tours-wrapper .single-tour:hover .tour-btn {
    overflow: hidden;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}

/*****REGION-ARCHIVE********/
#main-region section {
    max-width: 1740px;
    margin: 0 auto;
}

#main-region section#top {
    max-width: 900px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

#main-region section#top .region-wrapper {
    float: right;
    width: 100%;
    margin-bottom: 50px;
}

#main-region .entry-content {
    max-width: 1740px;
    margin: 0 auto;
}

#main-region .entry-header {
    background-position: top center;
    background-repeat: no-repeat;
}

#main-region.post #contentwrapper .title {
    margin: 80px 0 20px 0;
}

#main-region.post #contentwrapper .title h1 {
    font-size: 48px;
    text-align: center;
    margin: 0;
}

#main-region.post #contentwrapper a {
    color: #E63B39;
}

#main-region.post .entry-header .container .post-info-box {
    max-width: 500px;
    height: 216px;
    overflow: hidden;
}

#main-region.post .entry-header .container .post-info-box {
    background-color: rgba(0,0,0,0.85);
    padding: 25px 25px 25px 25px;
}

#main-region.post .entry-header .container .post-info-box .title {
    font-size: 60px;
    line-height: 58px;
    color: #fff;
    margin: 0;
}

#main-region.post .entry-header .container .post-info-box .description {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
}

#main-region.post .entry-header .container .post-info-box h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

#main-region.post .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 161px;
    padding-bottom: 161px;
}

#main-region .entry-header #breadcrumbs-wrapper {
    background-color: rgba(255,255,255,0.4);
    padding: 8px 0;
}

#main-region .entry-header #breadcrumbs-wrapper #breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
}

#main-region .entry-header #breadcrumbs-wrapper #breadcrumbs a {
    text-decoration: none;
    color: #000;
}

#main-region section#top {
}

#main-region section#top .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-region section#top .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    /* margin: 0 auto; */
    margin-bottom: 10px;
    margin-top: 5px;
}

#main-region section#top .header .top-title:before {
    content: " - ";
}

#main-region section#top .header .top-title:after {
    content: " - ";
}

#main-region section#top .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
}

#main-region section#top .content .description {
    color: #4e4e4e;
    line-height: 28px;
    font-size: 17px;
    width: 100%;
    margin: 0 auto;
}

#main-region .region-tours-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}

#main-region #contentwrapper .region-tours-top-wrapper {
    text-align: center;
}

#main-region #contentwrapper .region-tours-top-wrapper .region-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 5px;
}

#main-region #contentwrapper .region-tours-top-wrapper .region-title:before {
    content: " - ";
}

#main-region #contentwrapper .region-tours-top-wrapper .region-title:after {
    content: " - ";
}

#main-region #contentwrapper .region-tours-top-wrapper .type-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
}

#main-single .posts-region-wrapper {
    max-width: 1740px;
    margin: 0 auto;
}

.posts-region-wrapper .single-tour.col-4 {
    width: calc(25% - 10px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.posts-region-wrapper .single-tour.col-4 .image img {
    height: 100%;
    min-height: 330px;
    max-height: 330px;
    width: 100%;
}

.posts-region-wrapper .single-tour.col-3 {
    width: 32.8%;
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 26.471%;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
}

.posts-region-wrapper .single-tour .post-info {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.posts-region-wrapper .single-tour .post-info a {
    text-decoration: none;
}

.posts-region-wrapper .single-tour .post-info .date {
    color: #4e4e4e;
    font-size: 17px;
    margin: 10px;
    margin-bottom: 7px;
}

.posts-region-wrapper .single-tour .post-info .read-more {
    color: #E63B39;
    font-size: 17px;
    margin: 10px;
    text-decoration: none;
}

.posts-region-wrapper .single-tour .post-info .title {
    color: #000;
    font-size: 1.45vw;
    line-height: 1.55vw;
    margin-bottom: 0px !important;
    margin: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: fit-content;
}

.posts-region-wrapper .single-tour .post-info .title-wrapper {
    height: 54px;
    margin-bottom: 10px;
    position: relative;
}

.posts-region-wrapper .single-tour .post-info .info-box {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

#main-region .posts-tours-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

#main-region #contentwrapper .posts-tours-top-wrapper {
    text-align: center;
}

#main-region #contentwrapper .posts-tours-top-wrapper .region-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 5px;
}

#main-region #contentwrapper .posts-tours-top-wrapper .region-title:before {
    content: " - ";
}

#main-region #contentwrapper .posts-tours-top-wrapper .region-title:after {
    content: " - ";
}

#main-region #contentwrapper .posts-tours-top-wrapper .type-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 0;
}

#main-region.post.type .entry-header .container .post-info-box {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

#main-region.post.type .entry-header .container .post-info-box {
    background-color: transparent;
    padding: 25px 25px 25px 25px;
    text-align: center;
}

#main-region.post.type .entry-header .container .post-info-box .title {
    font-size: 70px;
    color: #E63B39;
    margin: 0;
    font-weight: bold;
}

#main-region.post.type .entry-header .container .post-info-box .title span {
    color: #000;
}

#main-region.post.type .entry-header .container .post-info-box .description {
    color: #000;
    font-size: 20px;
    line-height: 28px;
}

#main-region nav a.tour-region-26:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/europe_map_clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-8:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/southeast_asia_map_clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-54:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/africa-map-clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-23:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/south-america_clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-33:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/central_america_clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-30:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/north_america-clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-68:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/north_america-clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-132:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/scandinavia_map_clear.png');
    display: block;
    height: 110px;
}

#main-region nav a.tour-region-225:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/middleeast_map_clear.png');
    display: block;
    height: 110px;
}

#main-region #information-menu-sticky nav a:before {
    display: none;
}

#main-region #information-menu nav a:hover {
    font-weight: bold;
}

#main-region #information-menu nav a.tour-region-26:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/europe_map_red.png');
}

#main-region #information-menu nav a.tour-region-8:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/southeast_asia_map_red.png');
}

#main-region #information-menu nav a.tour-region-54:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/africa-map-red.png');
}

#main-region #information-menu nav a.tour-region-23:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/south-america_red.png');
}

#main-region #information-menu nav a.tour-region-33:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/central_america_red.png');
}

#main-region #information-menu nav a.tour-region-30:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/north_america-red.png');
}

#main-region #information-menu nav a.tour-region-68:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/north_america-red.png');
}

#main-region #information-menu nav a.tour-region-132:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/scandinavia_map_red.png');
}

#main-region #information-menu nav a.tour-region-225:hover:before {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/regions/middleeast_map_red.png');
}

/*********SEARCH RESULETS******************/
#main-search #contentwrapper {
    max-width: 1280px;
    margin: 0 auto;
}

#main-search .guide-tours-wrapper.guide {
    width: 980px;
    display: inline-block;
}

#main-search #contentwrapper .search-tours-filter-wrapper {
    float: right;
    width: 240px;
    margin-left: 20px;
    background-color: #eeeff5;
    padding: 20px;
}

#main-search #contentwrapper .search-tours-filter-wrapper .title {
    font-weight: bold;
    font-size: 15px;
}

#main-search #contentwrapper .search-tours-filter-wrapper ul {
    padding-right: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#main-search #contentwrapper .search-tours-filter-wrapper ul li {
    font-size: 15px;
    list-style: none;
    color: #4e4e4e;
    line-height: 28px;
}

#main-search #contentwrapper .search-tours-filter-wrapper ul li span {
    display: inline-block;
    width: 90%;
}

#main-search .guide-tours-wrapper.guide .single-tour {
    width: 100%;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    position: relative;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper {
    padding: 15px;
    border: 1px solid #c8d4e0;
    float: right;
    width: 100%;
    max-width: 948px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .right {
    float: right;
    width: 39%;
    position: relative;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .right .image {
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .right .image img {
    display: block;
    width: 370px;
    height: 295px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .right .status {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 11px;
    color: white;
    background-color: #E63B39;
    padding: 5.5px 10px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .right .code {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: white;
    background-color: #000;
    padding: 5.5px 10px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left {
    width: 59%;
    margin-right: 41%;
    margin-left: 0;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info {
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .cat-title {
    margin: 0;
    color: #E63B39;
    font-size: 17px;
    margin-top: 10px;
}

#main-single section#featured-tours .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .title {
    margin: 0;
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 10px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info p {
    margin: 0;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 28px;
    margin-bottom: 40px;
    min-height: 84px;
    overflow: hidden;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .sub-title {
    margin: 0;
    font-size: 17px;
    color: #4e4e4e;
    line-height: 28px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box {
    border-bottom: 1px solid #c8d4e0;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .days {
    display: inline-block;
    font-size: 33px;
    color: #000;
    border-left: 1px solid #c8d4e0;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: bold;
    padding-bottom: 5px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .days span {
    display: block;
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .dates {
    display: inline-block;
    font-size: 33px;
    color: #1ebbfc;
    font-weight: bold;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info .info-box .dates span {
    display: block;
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom {
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div {
    width: 33%;
    float: right;
    height: 36px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.ask-us {
    line-height: 36px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.ask-us a {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 400;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link {
    position: relative;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link a {
    font-size: 15px;
    color: white;
    background-color: #E63B39;
    display: block;
    padding: 9px;
    padding-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.tour-link:after {
    content: ">";
    color: #fff;
    position: absolute;
    left: 10px;
    top: 9px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.places-left {
    font-size: 15px;
    color: #E63B39;
    line-height: 36px;
}

#main-search .guide-tours-wrapper.guide .single-tour .wrapper .left .tour-info-bottom div.places-left .icon {
    background-image: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/places-left-icon.png');
    float: right;
    width: 26px;
    height: 26px;
    margin-top: 5px;
    margin-left: 5px;
}

#main-search .entry-header {
    background-position: top center;
    background-repeat: no-repeat;
}

#main-search .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 161px;
    padding-bottom: 161px;
}

#main-search .entry-header #breadcrumbs-wrapper {
    background-color: rgba(255,255,255,0.4);
    padding: 8px 0;
}

#main-search .entry-header #breadcrumbs-wrapper #breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
}

#main-search .entry-header #breadcrumbs-wrapper #breadcrumbs a {
    text-decoration: none;
    color: #000;
}

#main-search .entry-header .container .post-info-box {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

#main-search .entry-header .container .post-info-box {
    background-color: transparent;
    padding: 25px 25px 25px 25px;
    text-align: center;
}

#main-search .entry-header .container .post-info-box .title {
    font-size: 70px;
    color: #E63B39;
    margin: 0;
    font-weight: bold;
}

#main-search .entry-header .container .post-info-box .title span {
    color: #000;
}

#main-search .entry-header .container .post-info-box .description {
    color: #000;
    font-size: 20px;
    line-height: 28px;
}

#main-search .entry-header .container .post-info-box .description p {
    margin: 0;
}

#main-search section#top {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#main-search .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-search .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

#main-search .header .top-title:before {
    content: "-";
}

#main-search .header .top-title:after {
    content: "-";
}

#main-search .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 48px;
}

.view-all {
    display: block;
    text-align: center;
    margin: 25px 0px 50px 0px;
}

.view-all a {
    font-size: 19px;
    font-weight: bold;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #E63B39;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 34px;
    text-decoration: none;
    display: inline-block;
}

/*****ARCHIVE-POST********/
#main-category.posts .entry-header .container .post-info-box {
    max-width: 500px;
    max-height: 216px;
    overflow: hidden;
}

#main-category.posts .entry-header .container .post-info-box {
    background-color: rgba(0,0,0,0.85);
    padding: 25px 25px 30px 25px;
}

#main-category.posts .entry-header .container .post-info-box .title {
    font-size: 70px;
    color: #fff;
    margin: 0;
    line-height: 72px;
}

#main-category.posts .entry-header .container .post-info-box .description {
    color: #fff;
    font-size: 19px;
    line-height: 28px;
}

#main-category.posts .entry-header .container .post-info-box h1 {
    font-size: 70px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

#main-category.posts .entry-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding-top: 161px;
    padding-bottom: 161px;
}

#main-category.posts .entry-header #breadcrumbs-wrapper {
    background-color: rgba(255,255,255,0.4);
    padding: 8px 0;
}

#main-category.posts .entry-header #breadcrumbs-wrapper #breadcrumbs {
    max-width: 1280px;
    margin: 0 auto;
}

#main-category.posts .entry-header #breadcrumbs-wrapper #breadcrumbs a {
    text-decoration: none;
    color: #000;
}

#main-category section#top .header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#main-category section#top .header .main-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 48px;
    font-weight: bold;
}

#main-category section#top .header .top-title {
    font-size: 20px;
    color: #E63B39;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

#main-category section#top .header .top-title:before {
    content: " - ";
}

#main-category section#top .header .top-title:after {
    content: " - ";
}

#main-category .entry-content {
    max-width: 1740px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#main-category .entry-content p {
    margin: 0;
    font-size: 17px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 20px;
}

#main-category .entry-content article {
    width: 31%;
    display: inline-block;
    margin: 1%;
}

#main-category .entry-content article .entry-header,#main-category .entry-content article .post-thumbnail,#main-category .entry-content article .entry-content {
    padding: 0px 10px;
}

#main-category .entry-content article h2 {
    margin: 5px 0px;
    min-height: 62px;
}

#main-category .entry-content article h2 a {
    text-decoration: none;
    color: #000;
    margin: 0 !important;
    font-size: 28px;
    font-size: 1.45vw;
    line-height: 1.55vw;
    margin-bottom: 10px !important;
}

#main-category .entry-content article .post-thumbnail {
    margin-bottom: 0;
    padding: 0;
}

#main-category .entry-content article .post-thumbnail img {
    height: 100%;
    min-height: 390px;
    max-height: 390px;
    width: 100%;
}

[dir='rtl'] .posts-guide-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

[dir='rtl'] .posts-guide-wrapper .single-guide {
    padding: 0 120px;
    text-align: center;
    outline: none;
}

[dir='rtl'] .posts-guide-wrapper .slick-prev {
    right: 0px;
    left: auto;
    z-index: 9;
}

[dir='rtl'] .posts-guide-wrapper .slick-next {
    left: 0px !important;
    right: auto !important;
    z-index: 9;
}

[dir='rtl'] .posts-guide-wrapper .slick-next:before {
    font-family: SimplerPro;
    content: '>';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: black !important;
    border: 1px solid #d5d5d5;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    border-radius: 50px;
}

[dir='rtl'] .posts-guide-wrapper .slick-prev:before {
    font-family: SimplerPro;
    content: '<';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: black !important;
    border: 1px solid #d5d5d5;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    border-radius: 50px;
}

[dir='rtl'] .posts-guide-wrapper .slick-prev,[dir='rtl'] .posts-guide-wrapper .slick-next {
    width: 50px;
    height: 50px;
}

[dir='rtl'] .posts-guide-wrapper .slick-prev:hover:before,[dir='rtl'] .posts-guide-wrapper .slick-next:hover:before {
    color: #E63B39!important;
    border-color: #E63B39!important;
}

.slider-nav {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.slider-nav .single-guide .image {
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.slider-nav .single-guide .image img {
    height: 100%;
    width: 100%;
    max-width: 75px;
    max-height: 75px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slider-nav .single-guide.slick-current .image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.slider-nav.slick-initialized .slick-slide {
    outline: none;
    /*margin: 0 10px;*/
}

.slider-nav .single-guide.slick-current.slick-slide h4 {
    color: #000!important;
}

.slider-nav.slick-initialized .slick-slide h4 {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
    color: #4e4e4e;
    font-weight: normal;
}

.single-guide .guide-info h4 {
    font-size: 24px;
    color: #000!important;
    margin: 0;
}

.single-guide .guide-info a {
    color: #000!important;
    font-size: 15px;
}

.single-guide .guide-info p {
    color: #4e4e4e!important;
    font-size: 17px;
}

.single-guide.slick-slide .guide-info p {
    text-align: center!important;
}

.guides_dd {
    font-family: SimplerPro;
    font-size: 17px;
    width: 300px;
    min-height: 40px;
    padding: 0px 10px;
    border: 0;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    color: black;
    margin-right: 5px;
    text-align: center;
}

.guides-tours-wrapper .single-guide .wrapper {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.guides-tours-wrapper .single-guide:hover .single-guide-on {
    display: none;
}

.guides-tours-wrapper .single-guide:hover .single-guide-hover {
    display: block;
}

.guides-tours-wrapper .single-guide:hover .wrapper {
    background-color: rgba(204,22,31,0.8);
}

.guides-tours-wrapper .single-guide {
    width: calc(25% - 13px);
    margin: 5px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5px;
    padding-top: 22%;
}

.guides-tours-wrapper .single-guide .single-guide-on {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
}

.guides-tours-wrapper .single-guide .image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.guides-tours-wrapper .single-guide .image img {
    height: 100%;
    width: 100%;
    max-width: 140px;
    max-height: 140px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.guides-tours-wrapper .single-guide .sub-title {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin: 5px;
}

.guides-tours-wrapper .single-guide .desc {
    text-align: center;
    color: #fff;
    margin: 5px;
    min-height: 40px;
}

.guides-tours-wrapper .single-guide-hover {
    display: none;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    height: max-content;
}

.guides-tours-wrapper .single-guide-hover .desc {
    font-size: 17px;
    font-weight: 100;
    max-height: 95px;
    overflow: hidden;
}

.guides-tours-wrapper .single-guide-hover .link {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    margin-top: 20px;
}

/******Simple Tour**********/
.tour-info-wrapper .single-info-box {
    position: relative;
    float: right;
}

.tour-info-wrapper .single-info-box {
    width: 49%;
    margin-bottom: 3%;
    /*two per row*/
}

.tour-info-wrapper .single-info-box:nth-child(even) {
    clear: none;
    margin-right: 2%;
}

.tour-info-wrapper .single-info-box:nth-child(odd) {
    clear: both;
    margin-right: 0;
}

.tour-info-wrapper .single-info-box .title {
    font-size: 30px;
    font-weight: bold;
}

.tour-info-wrapper .single-info-box .description {
    font-size: 17px;
    line-height: 28px;
}

.tour-info-wrapper {
    margin-top: 50px;
    clear: both;
    float: right;
}

.tour-info-wrapper .single-info-box.hotel .title {
    background-image: url(https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/hotel-icon.png);
    background-repeat: no-repeat;
    background-position: right 0px top;
    padding-right: 40px;
    margin-bottom: 20px;
}

.tour-info-wrapper .single-info-box.car .title {
    background-image: url(images/car-icon.png);
    background-repeat: no-repeat;
    background-position: right 0px top;
    padding-right: 50px;
    margin-bottom: 20px;
}

.tour-info-wrapper .single-info-box.flight .title {
    background-image: url(https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/flight-icon.png);
    background-repeat: no-repeat;
    background-position: right 0px top;
    padding-right: 40px;
    margin-bottom: 20px;
}

/****Pagination********/
.pg_num_area {
    text-align: center;
    margin-top: 20px;
    font-size: 0;
    vertical-align: top;
    font-size: 20px;
}

.pg_num_area .screen-reader-text {
    display: none;
}

.pg_num_area .pg_arrow,.prev.page-numbers,.next.page-numbers {
    display: inline-block;
    width: 8px;
    height: 13px;
}

.pg_num_area .pg_prev,.next.page-numbers {
    width: 8px;
    background-position: -80px -13px;
    margin-right: 8px;
    border: 0;
    background-color: transparent;
}

.pg_num_area .pg_next,.prev.page-numbers {
    margin-left: 8px;
    border: 0;
    background-color: transparent;
}

.pg_num_area .pg_num,.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 2px;
    color: #464646;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    text-decoration: none;
}

.pg_num_area .pg_num_on,.page-numbers.current {
    background: #E63B39;
    border: 1px solid #E63B39;
    color: #fff;
}

.pg_btn_area {
    text-align: center;
    margin-top: 25px;
    font-size: 0;
    vertical-align: top
}

.pg_btn_area .pg_btn {
    display: inline-block;
    background-position: -61px -61px;
    width: 10px;
    height: 10px;
    margin: 0 2px
}

.pg_btn_area.pg_btn_w .pg_btn {
    background-position: -72px -61px
}

.pg_btn_area .pg_btn.pg_btn_on {
    background-position: -50px -61px
}

.prev:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #464646;
    font-size: 30px;
    position: relative;
    top: 2px;
}

.next:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #464646;
    font-size: 30px;
    top: 2px;
    position: relative;
}

.prev.page-numbers,.next.page-numbers {
    font-size: 0;
    height: auto;
}

.g.nav-filter {
    padding: 0;
    margin-top: 22px;
    list-style: none;
    text-align: center;
    position: relative;
}

.g.nav-filter li {
    background: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.g.nav-filter li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    display: block;
}

.g.nav-filter li:hover,.g.nav-filter li.active {
    text-decoration: none;
    color: #fff;
    background: #E63B39;
}

.g.nav-filter li.clear-all {
    position: absolute;
    left: 5px;
    background-color: transparent;
    color: #000;
    width: auto;
    display: none;
    top: 0;
}

.g.nav-filter li.clear-all a {
    color: #000;
}

.autocomplete-wrapper {
    text-align: center;
    margin-top: 30px;
}

#main-single nav.post-navigation {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    display: block;
    max-width: 700px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#main-single .region-tours-top-wrapper {
    text-align: center;
    margin-top: 100px
}

#main-single .region-tours-top-wrapper .region-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 48px;
    font-weight: bold;
}

#main-single nav.post-navigation .post-nav-links {
    background: #fff;
    position: relative;
    width: 50%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    display: inline-block;
}

#main-single nav.post-navigation .post-nav-links:hover {
    background: #e3e3e3
}

#main-single nav.post-navigation .post-nav-links span {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

#main-single nav.post-navigation a {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    background: transparent;
    border: 0;
    width: 100%;
    padding: 0;
    min-height: 88px;
}

#main-single nav.post-navigation .prev-link,#main-single nav.post-navigation .next-link {
    background: rgba(0,0,0,.5);
    overflow: hidden;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    height: fit-content;
    padding-top: 17.5%;
    padding-bottom: 17.5%;
    padding-right: 5%;
    padding-left: 5%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#main-single nav.post-navigation .prev-link-wrapper,#main-single nav.post-navigation .next-link-wrapper {
    padding-top: 30%;
}

.post-nav-link-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

.post-nav-link-bg img {
    width: 100%;
    height: auto;
    opacity: .7;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear
}

#main-single nav.post-navigation .post-nav-links:hover .post-nav-link-bg img {
    opacity: 1
}

#cta .footer-form,#footer .footer-form .elementor-widget-container {
    width: 100%;
}

#cta .footer-form .validation_error {
    display: none;
}

#cta .footer-form .gform_body {
    width: 100%;
}

#cta .footer-form .gform_footer {
    position: relative;
    width: 100%;
    text-align: left;
}

#cta .footer-form .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cta .footer-form .gform_body ul li.gfield {
    width: 49%;
    display: inline-block;
    margin-left: 1%;
    min-height: 67px;
	text-align:right;
}
#cta .footer-form .gform_body ul li.gfield.gfield--type-radio{
    width:100%;
}
#cta .footer-form .gform_body ul li.gfield.check {
    width: 100%;
    display: inline-block;
    margin-left: 1%;
    min-height: 37px;
}

#cta .footer-form .gform_body ul li.gfield.gform_hidden {
    display: none;
}

#cta .footer-form .gform_body ul li.gfield .validation_message {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E63B39;
    font-size: 15px;
}

#cta .footer-form .gform_body ul li.gfield:last-child {
    margin-left: 0%;
}

#cta .footer-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#cta .footer-form .gform_body ul li.gfield input {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
	text-align:right;
}

#cta .footer-form input[type="submit"] {
    font-family: SimplerPro;
    width: 49%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 16px 24px;
    cursor: pointer;
    margin-left: 1%;
}

#cta-sticky .footer-form,#footer .footer-form .elementor-widget-container {
    width: 100%;
}

#cta-sticky .footer-form .validation_error {
    display: none;
}

#cta-sticky .footer-form .gform_body {
    width: 81.8%;
}

#cta-sticky .footer-form .gform_footer {
    position: absolute;
    width: 16.5%;
    left: 35px;
    top: 40px;
}

#cta-sticky .footer-form .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#cta-sticky .footer-form .gform_body ul li.gfield {
    width: 24.2%;
    display: inline-block;
    margin-left: 1%;
    min-height: 67px;
}

#cta-sticky .footer-form .gform_body ul li.gfield:nth-child(4) {
    margin-left: 0%!important;
}

#cta-sticky .footer-form .gform_body ul li.gfield.gform_hidden {
    display: none;
}

#cta-sticky .footer-form .gform_body ul li.gfield .validation_message {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E63B39;
    font-size: 15px;
}

#cta-sticky .footer-form .gform_body ul li.gfield:last-child {
    margin-left: 0%;
}

#cta-sticky .footer-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#cta-sticky .footer-form .gform_body ul li.gfield input {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
     text-align:right;
}

#cta-sticky .footer-form input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 16px 24px;
    cursor: pointer;
    margin-left: 1%;
}

#cta-sticky {
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
    /* z-index: 99; */
    margin-bottom: 20px;
}

#cta-sticky.active.not-active {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 99;
    margin-bottom: 20px;
}

#cta-sticky.active.not-active #contact-tour-sticky {
    padding-top: 0;
}

#cta-sticky.active {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #E63B39;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
}

#back-to-top:hover {
    background: #555;
}

#back-to-top.show {
    opacity: 1;
}

.pdf-download-td {
    padding: 0 1.2em;
}

.pdf-download {
    font-size: 32px;
    color: #E63B39;
}

.join-form ,.join-form .elementor-widget-container {
    width: 100%;
}

.join-form .validation_error {
    display: none;
}

.join-form .gform_body {
    width: 100%;
}

.join-form .gform_footer {
    position: relative;
}

.join-form .gform_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.join-form .gform_body ul li.gfield {
    width: 100%;
    display: inline-block;
    margin-left: 1%;
    min-height: 67px;
}

.join-form .gform_body ul li.gfield.check {
    width: 100%;
    display: inline-block;
    margin-left: 1%;
    min-height: 37px;
    text-align: right;
}

.join-form .gform_body ul li.gfield.check label {
    font-size: 16px;
}

.join-form .gform_body ul li.gfield.gform_hidden {
    display: none;
}

.join-form .gform_body ul li.gfield .validation_message {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E63B39;
    font-size: 15px;
}

.join-form .gform_body ul li.gfield:last-child {
    margin-left: 0%;
}

.join-form .gform_body ul li.gfield .gfield_label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.join-form .gform_body ul li.gfield input {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
    text-align:right;
}

.join-form .gform_body ul li.gfield input[type="checkbox"], #cta .gform_body ul li.gfield input[type="checkbox"] {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: auto;
    min-height: auto;
    padding: inherit;
    border: 0;
    position: relative;
    top: 2px;
}
.join-form .gform_body ul.gfield_radio li,#cta .gform_body ul.gfield_radio li{
    display:inline-block;
    font-weight:800;
}
.join-form .gform_body ul li.gfield input[type="radio"], #cta .gform_body ul li.gfield input[type="radio"] {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: auto;
    min-height: auto;
    padding: inherit;
    border: 0;
    position: relative;
    top: 2px;
}
.join-form .gform_body ul li.gfield .ginput_container.ginput_container_select {
    position: relative;
}

.join-form .gform_body ul li.gfield .ginput_container.ginput_container_select:after {
    top: 15px;
}

.join-form .gform_body ul li.gfield select {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
    border: 1px solid #e5e5e5;
}

.join-form input[type="submit"] {
    font-family: SimplerPro;
    width: 100%;
    background-color: #E63B39;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 16px 24px;
    cursor: pointer;
}

.join-form.top .gform_body ul li.gfield input,.join-form.top .gform_body ul li.gfield textarea {
    border: 1px solid #e5e5e5;
	text-align:right;
}

.join-form .gform_body ul li.gfield textarea {
    font-family: SimplerPro;
    font-size: 15px;
    color: #4e4e4e;
    width: 100%;
    min-height: 40px;
    padding: 17.5px 24px;
    border: 0;
    max-height: 100px;
    margin-bottom: 10px;
	text-align:right;
}

.map-box-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-tour .map-box-wrapper {
    margin: 0;
}

.map-box-wrapper ul {
    list-style: none;
    padding: 1%;
    margin: 0;
    float: right;
    width: calc(20% - 2px);
    border: 1px solid #fff;
    max-height: 30vw;
    overflow: auto;
    direction: ltr;
    text-align: right;
}

/* width */
.map-box-wrapper ul::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.map-box-wrapper ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.map-box-wrapper ul::-webkit-scrollbar-thumb {
    background: #1ebbfc;
}

/* Handle on hover */
.map-box-wrapper ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.map-box-wrapper ul li {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    background-color: #fff;
}

.map-box-wrapper ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 17px;
}

.map-box-wrapper ul li .slide-content {
    display: none;
    font-size: 15px;
    padding: 10px 0;
}

.map-box-wrapper #map-layer {
    min-height: 510px;
    width: 67%;
    margin: 0;
}

.single-tour .map-box-wrapper #map-layer {
    min-height: 510px;
    width: 100%;
    margin: 0;
}

#content_marker {
    margin: 10px 15px 5px 0;
}

#content_marker #firstHeading {
    margin: 0;
}

#content_marker #bodyContent {
}

#content_marker #bodyContent p {
    margin: 0;
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 0;
}

.gm-style .gm-style-iw-c .gm-style-iw-d {
    margin: 0!important;
}

.gm-style .gm-style-iw-c button {
    /* display: none !important; */
}

.in-animation {
    // animation: inlightbox 0.5s forwards;
    position: fixed !important;
    background: rgba(0,0,0,.8);
    width: 100% !important;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.in-animation .map-box-wrapper #map-layer {
    min-height: 32vw;
    width: 78%;
    margin: 0;
}

.in-animation .map-box-wrapper {
    position: relative;
    top: 10vw;
    max-width: 80vw;
    margin: 0 auto;
    background-color: #ffffff;
}

@keyframes inlightbox {
    50% {
        width: 100%;
        left: 0;
        height: 200px;
    }

    100% {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
}

.in-animation #map-big {
    display: none;
}

.in-animation #map-big-close {
    display: block;
    top: 0;
    right: 30%;
}

#map-big {
    position: absolute;
    top: 0;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    opacity: 0.7;
}

#map-big:hover {
    opacity: 1;
}

#map-big i {
    font-size: 20px;
    height: 20px;
    width: 20px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#map-big-close {
    display: none;
    position: absolute;
    top: 10px !important;
    right: 22.6% !important;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000;
    opacity: 0.7;
}

#map-big-close:hover {
    opacity: 1;
}

#map-big-close i {
    font-size: 20px;
    height: 20px;
    width: 20px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.in-animation .tour-title {
    padding: 10px;
    font-size: 24px;
    display: block;
}

/******passports*********/
/******passports*********/
#passport_content {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
}

#passport_content .gfield_repeater_item {
	display:flex;
	flex-wrap: wrap;
}

#passport_content .gfield_repeater_cell {
    display: inline-block;
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}
#passport_content .gfield_repeater_cell:nth-child(1){
	width: calc(10% - 10px);
}
#passport_content .gfield_repeater_cell:nth-child(2),
#passport_content .gfield_repeater_cell:nth-child(3),
#passport_content .gfield_repeater_cell:nth-child(4),
#passport_content .gfield_repeater_cell:nth-child(5){
	width: calc(22.5% - 10px);
}
#passport_content .gfield_repeater_cell:nth-child(12){
	width: calc(50% - 10px);
}

#passport_content .gfield_repeater_item {
    margin-bottom: 20px;
    padding-bottom:20px;
    border-bottom:1px solid;
}
#passport_content .gfield_repeater_item:last-child{
    border-bottom:0;
    margin-bottom: 20px;
    padding-bottom:0px;
}
#passport_content .gfield_repeater_buttons {
}
#passport_content .gform_drop_area {
    background: rgba(0,0,0,.02);
    border: 1px dashed #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 32px;
    text-align: center;
}
#passport_content .gform_drop_area button
{
    
    font-family: SimplerPro;
    font-size: 17px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 6px 20px;
    color: #E01629;
    border: 1px solid #E01629;
    cursor: pointer;
    margin-left: 10px;
}
#passport_content .gform_wrapper.gravity-theme .gform_fileupload_rules {
    font-size: 15px;
    padding-top: 5px;
    display: block;
    text-align: center;
}
#passport_content .gform_wrapper {
    font-family: SimplerPro;
    font-size: 17px;
}
#passport_content .validation_message{
     color: #E01629;
     font-size: 15px;
}
#passport_content .gform_submission_error.hide_summary{
    display:none;
}
#passport_content .gfield {
    margin-bottom:10px;
}
#passport_content .gfield_label {
    display:block;
    margin-bottom:10px;
}
#passport_content .gform_wrapper .ginput_container.ginput_container_date {
    position: relative;
}

#passport_content .gform_wrapper .ginput_container.ginput_container_date img {
    position: absolute;
    bottom: 10px;
    left: 20px;
	opacity:0;
}
#passport_content .gform_wrapper .ginput_container.ginput_container_date input
{
    background-image:url(https://rimon-tours.co.il/wp-content/plugins/gravityforms/images/datepicker/datepicker.svg);
    background-repeat:no-repeat;
    background-position: center left 20px;
}
#passport_content .gfield_repeater_buttons button.add_repeater_item {
    font-family: SimplerPro;
    font-size: 17px;
    background-color: #E01629;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 6px 20px;
    color: #fff;
     border: 1px solid #E01629;
    cursor: pointer;
    margin-left: 10px;
}
#passport_content .gfield_repeater_buttons button.remove_repeater_item {
    font-family: SimplerPro;
    font-size: 17px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 6px 20px;
    color: #E01629;
    border: 1px solid #E01629;
    cursor: pointer;
    margin-left: 10px;
}

#passport_content .gform_body .gfield input[type="text"], #passport_content .gform_body .gfield input[type="email"] {
    font-family: SimplerPro;
    font-size: 15px;
    color: #000;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
    border: 0;
    /* margin-top: 5px; */
}

#passport_content .gform_body .gfield input[type="text"], #passport_content .gform_body .gfield input[type="email"], #passport_content .gform_body .gfield textarea {
    border: 1px solid #000;
}
#passport_content .gform_body .gfield textarea{
    height:100px;
    width:99%
}
#passport_content .gform_body .gfield select {
    font-family: SimplerPro;
    font-size: 15px;
    color: #000;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    border: 0;
    border: 1px solid #000;
}
#passport_content .gform_body .ginput_container_select{
    position:relative;
}
#passport_content .ginput_container_select:after {
    content: url('https://cdnmedia.rimon-tours.co.il/wp-content/themes/rimon-travel/images/dd-arrow.png');
    display: block;
    width: 11px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: 13px;
}
#passport_content input[type="submit"] {
    font-family: SimplerPro;
    width: auto;
    background-color: #E63B39;
    width: 100%;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    padding: 10px 24px;
    cursor: pointer;
    margin-top: 10px;
}

#passport_content fieldset {
    border-color: #000;
    border-width: 1px;
}

.order-info-wrapper {
    padding: 20px;
    border: 1px solid #000;
}

.order-info-wrapper h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
.order-info-wrapper .rooms-wrapper{
    margin-top:10px;
    color:#000;
    text-align:center;
}
.order-info-wrapper .rooms-wrapper th{
    font-size:17px;
    color:#000;
      text-align:center;
}
.order-info-wrapper .rooms-wrapper tr td{
      text-align:center;
      color:#000;
}
.order-info-wrapper .rooms-wrapper tr:hover{
    border:0;
    background:initial;
}
.order-info-wrapper .single {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
}
.order-info-wrapper .single.third {
    display: inline-block;
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
}
.order-info-wrapper .single.two-third {
    display: inline-block;
    width: calc(66.67% - 16px);
    margin-bottom: 10px;
}
.order-info-wrapper .single.double {
    display: inline-block;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    font-size: 20px;
}

.order-info-wrapper .single label {
    font-weight: bold;
}
.order-info-notice{
	text-align: center;
    font-family: SimplerPro;
    font-size: 19px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    color: #E01629;
    border: 1px solid #E01629;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% - 2.5px);
    max-width: 900px;
    padding: 10px 0;
}
.tour_btn{
    font-family: SimplerPro;
    font-size: 17px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 6px 14px;
    color: #E01629;
    border: 1px solid #E01629;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}
#info_table_show_btn{
	font-family: SimplerPro;
    font-size: 17px;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 9px 24px;
    color: #E01629;
    border: 1px solid #E01629;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.tour_status {

	max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 50px;
}
.tour_status  h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.tour_status  p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
}
.tour_status a{
    color:#000
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 43% !important;
    margin: 0 5px !important;
    -webkit-appearance: none;
    -moz-appearance: auto;
    appearance: auto;
    cursor: pointer;
}


/* Custom style for multi-page form */
#gform_wrapper_17.gform_wrapper .gform_body .gform_page_footer, #gform_wrapper_17.gform_wrapper .gform_page_footer .gform_next_button, body .gform_wrapper .gform_page_footer .gform_previous_button {
    background-color: #f2f2f2;
    padding: 10px;
}

#gform_wrapper_17.gform_wrapper .gform_page_footer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#gform_wrapper_17.gform_wrapper .gform_page_footer .gform_next_button {
    background-color: #E01629;
    color: #fff;
    min-width: 100px;
    border: 0;
    border-radius: 3px;
    font-family: "SimplerProEle", SimplerPro;
    font-size: 16px;
    cursor: pointer;
}

#gform_wrapper_17.gform_wrapper .gform_page_footer .gform_previous_button {
    background-color: #35B5D8;
    color: #fff;
    min-width: 100px;
    border: 0;
    border-radius: 3px;
    font-family: "SimplerProEle", SimplerPro;
    font-size: 16px;
    cursor: pointer;
}

#gform_wrapper_17.gform_wrapper .gform_page_footer .gform_previous_button:hover, #gform_wrapper_17.gform_wrapper .gform_page_footer .gform_next_button:hover {
    opacity: 0.8;
}

/* Custom style for page steps in a multi-page form */
#gform_wrapper_17.gform_wrapper .gf_page_steps {
    margin-bottom: 20px;
}

#gform_wrapper_17.gform_wrapper .gf_page_steps {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    max-width: 300px;
    padding: 20px;
}

#gform_wrapper_17.gform_wrapper .gf_page_steps .gf_step {
    flex: 1;
    text-align: center;
}

#gform_wrapper_17.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
    background-color: #E01629;
    border: 0;
    color: #fff;
}

#gform_wrapper_17.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
    background-color: #35B5D8;
    color: #fff;
}

#gform_wrapper_17.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px !important;
    font-size: 16px !important;
    border-radius: 50%;
    background-color: #d3d3d3;
    border: 0;
    font-weight: bold;
    margin: 0 5px !important;
}

/* Custom styles for form input elements in Gravity Forms */
#gform_wrapper_17.gform_wrapper input[type="email"], #gform_wrapper_17.gform_wrapper input[type="text"], #gform_wrapper_17.gform_wrapper textarea, #gform_wrapper_17.gform_wrapper select, #gform_wrapper_17.gform_wrapper input[type="checkbox"], #gform_wrapper_17.gform_wrapper input[type="tel"] {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 9px;
    font-size: 16px;
    color: #333;
    width: auto;
    font-family: "SimplerProEle", SimplerPro;
}

/* Custom styles for form input elements in Gravity Forms */
#gform_wrapper_17.gform_wrapper input[type="email"], #gform_wrapper_17.gform_wrapper input[type="text"], #gform_wrapper_17.gform_wrapper textarea,#gform_wrapper_17.gform_wrapper input[type="tel"] {
    width: 100%;
}

#gform_wrapper_17.gform_wrapper input[type="tel"] {
    text-align: center;
}

/* Custom styles for form input elements in Gravity Forms */
#gform_wrapper_17.gform_wrapper select {
    width: 100%;
}
#gform_wrapper_17.gform_wrapper .ginput_container_select{
   position: relative; 
}
#gform_wrapper_17.gform_wrapper .ginput_container_select:after {
    top: 10px;
}
#gform_wrapper_17.gform_wrapper input[type="submit"] {
    background-color: #E01629;
    color: #fff;
    min-width: 100px;
    border: 0;
    border-radius: 3px;
    padding: 9px;
    font-family: "SimplerProEle", SimplerPro;
    font-size: 16px;
    cursor: pointer;
}

#gform_wrapper_17.gform_wrapper input[type="checkbox"]:hover, #gform_wrapper_17.gform_wrapper input[type="submit"]:hover {
    opacity: 0.8;
}

/* Custom styles for fields with 'gfield--width-third' class */
#gform_wrapper_17.gform_wrapper .gfield.gfield--width-third {
    width: 33.33%;
    display: inline-block;
    margin-top: 10px;
}

/* Custom styles for fields with 'gfield--width-full' class */
#gform_wrapper_17.gform_wrapper .gfield.gfield--width-full {
    width: 100%;
    margin-top: 10px;
}

/* Custom styles for fields with 'gfield--width-full' class */
#gform_wrapper_17.gform_wrapper .gfield.gfield--type-phone.gfield--width-full {
    max-width: 300px;
    width: 80%;
    margin-top: 10px;
    margin: 0 auto;
    text-align: center;
}

#gform_wrapper_17.gform_wrapper fieldset.gfield.gfield--width-full {
    width: calc(100% - 49.5px);
    margin: 0;
    margin-top: 10px;
}

/* Custom styles for fields with 'gfield--width-half' class */
#gform_wrapper_17.gform_wrapper .gfield.gfield--width-half {
    width: 50%;
}

#gform_wrapper_17.gform_wrapper .gform_heading {
    text-align: center;
}

#gform_wrapper_17 .gfield_description {
    padding-bottom: 10px;
}
#gform_wrapper_17 .gfield_description.validation_message{
     padding-top: 10px;
     color: #E01629;
}
#gform_wrapper_17 .gfield_label {
    display: block;
    margin-bottom: 10px;
}
#gform_confirmation_message_17{
    padding:50px;
    text-align:center;
    font-size:22px
}
