/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/*===============================BODY===================================*/

body {
	font-size: 16px;
	line-height: 1.5;
	color: #545454;
	font-family: 'Open Sans Hebrew';
}




/*===============================BODY===================================*/





/*==============================HEADER==================================*/


#main-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 31;
	padding: 0 40px;
	height: 107px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 100%;
	border: none;
}


#main-header .elementor-container {
	width: 100%;
	min-height: unset;
}


#main-header .logo-holder {
	width: 220px;
}


#main-header .logo-holder img {
	width: 100%;
}


#main-header .nav-holder {
	width: calc(100% - 70px);
}


#main-header .nav-holder nav {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


#main-header .nav-holder nav ul#menu-1-7e2e61e9 {
	margin: 0;
}



#main-header .nav-holder .elementor-nav-menu::after {
	overflow: visible;
	visibility: visible;
	background: #457d58;
	position: absolute;
	top: -31px;
	left: -40px;
	height: 107px;
	width: 130%;
}


#main-header .nav-holder nav li {
	margin-right: 6px;
	border: none;
	z-index: 1;
}


#main-header .nav-holder nav li a {
	padding: 10px;
	font-size: 16px;
	border: none;
	font-family: 'Open Sans Hebrew';
	text-transform: none;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	margin: 0;
	color: #fff;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}


#main-header .nav-holder nav li a i {
	color: #9ec8ac;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


#main-header .nav-holder nav li a:hover i {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
}


#main-header .nav-holder nav li a::after {
	display: none;
}



#main-header .nav-holder nav li ul.sub-menu {
	margin: 30px 0 0 0;
	display:block !important;
	opacity: 0;
	visibility: hidden;
	border: none;
	position: absolute;
	min-width: 150px;
	border: none;
	top: 50px;
	left: 0;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	transition: all .2s ease-in-out;
	list-style: none;
}


#main-header .nav-holder nav li ul.sub-menu a {
	color: #7a7a7a;
	width: 100%;
	font-weight: 500;
	text-align: left;
	padding: 5px 15px;
}


#main-header .nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}



#main-header .nav-holder nav li a:hover, 
#main-header .nav-holder nav li.current_page_item a {
	background: transparent;
}


.elementor-11 .elementor-element.elementor-element-7e2e61e9 .elementor-nav-menu--main .elementor-item.elementor-item-active, 
#main-header .nav-holder nav li a:hover {
	color: #9ec8ac !important;
}


/*==============================HEADER==================================*/






/*==============================HOME==================================*/


.home-banner .elementor-widget-heading {
	margin-bottom: 5px;
}


.home-banner h1{
    font-size: 46px;
    line-height: 70px;
	font-weight:900;
	color:#fff;
 	font-family: 'Raleway', sans-serif;
	position:relative;
	z-index:2;
}


.home-banner h1::before {
	content: '';
	background: #fff;
	position: absolute;
	left: 50%;
	top: -30px;
	height: 3px;
	margin-left: -25px;
	width: 50px;
	border-radius: 3px;
	z-index: 2;
}


.home-banner p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.home-banner-item .elementor-icon-box-wrapper {
	display: inherit;
}


.home-banner-list {
	padding-top: 50px;
}


.home-banner-item h3 {
	margin: 0;
}


.home-banner-item h3 a {
	margin: 0;
	color: rgba(255,255,255,0.71) !important;
	font-family: 'Open Sans Hebrew';
	font-size: 16px !important;
	display: inherit;
}


.home-banner-item a.elementor-icon {
	border: none;
}


.home-banner-item a.elementor-icon i {
	font-size: 43px;
	color:#fff;
}


.home-banner-item .elementor-icon-box-wrapper:hover i {
	transition: all .2s ease-in-out;
	animation: bounce 1s;
	color: #fff;
}


.top-to-bottom .elementor-button:hover i {
	transition: all .2s ease-in-out;
	animation: bounce 1s;
}


.home-banner-item .elementor-icon-box-wrapper:hover h3 a {
	color: #fff !important;
}


@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    80% {
        transform: translateY(-5px);
    }
}



.top-to-bottom {
	position: absolute;
	top: -143px;
	left: 0;
	right: 0;
	z-index: 1;
}


.top-to-bottom a.elementor-button {
	background: url("images/shape01.png") no-repeat 0 0;
	width: 185px;
	height: 45px;
	background-size: 100%;
	padding: 0;
}


.top-to-bottom a.elementor-button .elementor-button-icon {
	position: relative;
	top: 17px;
	color: #457d58;
	font-size: 20px;
}




.home-section1 {
	padding-top: 100px;
	padding-bottom: 100px;
}


.title-block-section {
	padding: 0 15px;
}


.title-front-back h2 {
	text-align: center;
	color: #457d58 !important;
	font-size: 37px;
	position: relative;
	z-index: 1;
}


.title-front-back h2::after {
	content: '';
	display: block;
	background: #457d58;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	margin: 21px auto 5px;
}


.title-front-back h2 span {
	position: absolute;
	color: #9EC8AC !important;
	width: 100%;
	text-align: center;
	left: 0;
	top: -10px;
	font-size: 64px;
	opacity: 0.18;
	z-index: -1;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
}



.title-front-back h2 span::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,0.95) 100%);
}


.home-1-item .elementor-image-box-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}


.home-1-item .elementor-image-box-img {
	margin-bottom: 0 !important;
}



.home-1-item .elementor-image-box-img img {
	width: 100%;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms !important;
	transform: scale(1.05);
}


.home-1-item .elementor-image-box-wrapper:hover img {
	transform: scale(1.12);
}



.labelh6 {
	position: absolute;
	right: 40px;
	top: 40px;
	padding: 9px 16px;
	background: #f6f6f6;
	z-index: 3;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	width: auto !important;
}


.labelh6 h6 {
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	color: #000 !important;
	font-size: 16px;
	font-weight: 500;
}


.labelh6 span {
	padding: 0 0 0 6px;
	color: #457d58 !important;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
}



.home-1-item .elementor-image-box-img::after {
	content: "";
	display: block;
	background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.99) 100%);
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.home-1-item {
	margin-bottom: 49px;
}



.home-1-item .elementor-image-box-content {
	position: absolute;
	left: 0px;
	bottom: 20px;
	right: 0px;
	z-index: 10;
	text-align: right;
	padding: 0 20px;
}


.home-1-item h3 {
	margin: 0 0 12px;
}


.home-1-item h3 a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 22px;
	position: relative;
	color: #fff !important;
}


.home-1-item h3 a::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 6px 0 0;
}


.home-1-item p {
	color: rgba(255,255,255,0.8) !important;
	transition: all .3s ease-in-out 0s;
	font-size: 16px;
	font-family: 'Open Sans Hebrew' !important;
}


.home-1-item:hover p {
	color: #fff !important;
}



.home-section2 {
	background: #f6f6f6;
	padding: 100px 0 80px;
}


.home-section2 .elementor-widget-shortcode {
	padding-bottom: 15px;
}


.shuffle-controls {
	text-align: center;
	margin-bottom: 40px;
}


.shuffle-controls-inner {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}


.shuffle-controls button {
	display: inline-table;
	border-right: 1px solid #ddd !important;
	padding: 15px 30px;
	background: #fff;
	padding: 10px 30px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
	border: none;
	margin: 0 -3px;
	border-radius: 0;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.shuffle-controls button {
	display: inline-table;
	border-right: 1px solid #ddd !important;
	padding: 15px 30px;
	background: #fff;
	padding: 10px 30px;
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
	border: none;
	margin: 0 -3px;
	border-radius: 0;
}


.shuffle-controls button:hover, 
.shuffle-controls button.active {
	background: #457d58;
	color:#fff;
}


.shuffle-item {
	width: 24.9%;
	padding: 0 10px 25px;
}


.shuffle-block-inner{
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eee;
	background:#fff;
	position:relative;
}


.shuffle-item::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px;
	z-index: -1;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 14px 0 rgba(37,44,65,0.12);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
}


.shuffle-item:hover::after {
  box-shadow: 0 16px 14px 0 rgba(37,44,65,0.12);
}


.geodir-image-block {
	position: relative;
}


.geodir-image-block::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
	border-radius: 15px 15px 0 0;
	background: #fff;
	z-index: 3;
}


.geodir-js-favorite_btn {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 20;
	cursor: pointer;
	color: #fff;
}


.geodir-js-favorite_btn i {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	background: #425998;
	position: relative;
	z-index: 2;
	text-align: center;
}


.geodir-js-favorite_btn span {
	border-radius: 36px;
	background: #425998;
	float: left;
	left: -36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding: 0 18px 0 48px;
	font-size: 11px;
	font-weight: 600;
	position: relative;
	top: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
	opacity: 0;
	margin-top: -2px;
	visibility: hidden;
}


.geodir-js-favorite_btn:hover span {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


.geodir_status_date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	padding: 6px 10px;
	color: #fff;
	z-index: 20;
	font-size: 11px;
	border-radius: 20px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
	background: #5ECFB1;
	font-family: 'Open Sans Hebrew';
	text-align: center;
}


.geodir_status_date i {
	padding-right: 5px;
}


.geodir-cat-img a {
	display: block;
	width: 100%;
	position: relative;
	overflow:hidden;
}


.geodir-cat-img a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 30%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	z-index: 2;
}


.geodir-cat-img .thumb {
	padding-bottom: calc( 0.7 * 100% );
}


.geodir-cat-img a img {
	width: 100%;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}


.shuffle-block-inner:hover .geodir-cat-img a img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
}


.listing-rating-count-wrap {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 10px 20px;
	cursor: pointer;
}


.listing-rating-count-wrap .review-score {
	background: #384F95;
	color: #fff;
	float: left;
	font-weight: 600;
	border-radius: 4px;
	padding: 10px;
	font-size: 16px;
	margin-right: 12px;
	width: 42px;
	text-align: center;
}


.listing-rating {
	float: left;
	position: relative;
	top: -5px;
}


.listing-rating i {
	color: #FACC39;
	font-size: 10px;
	margin-right: 4px;
	position: relative;
	z-index: 2;
}


.listing-rating-count-wrap .reviews-count {
	float: left;
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 2px;
	font-family: 'Open Sans Hebrew';
}


.listing-avatar {
	position: absolute;
	bottom: -5px;
	right: 40px;
	z-index: 14;
}


.listing-avatar img {
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	border-radius: 100%;
	position: relative;
	z-index: 2;
	transform: scale(1.12);
}


.geodir-category-content {
	padding: 0 15px;
}


.geodir-category-content h4 {
	margin: 12px 0 7px;
}


.geodir-category-content h4 a {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Nunito', sans-serif;
	color: #457d58;
}


.geodir-category-content h4 a i {
	display: inline-table;
	margin-left: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: 900;
	position: relative;
	top: -2px;
	background: #5ECFB1;
}


.geodir-category-location a {
	color: #7a7a7a;
	text-align: left;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.geodir-category-location a i {
	padding-left: 6px;
	color: #457d58;
}


.geodir-category-location {
	position: relative;
	margin-bottom: 28px;
}


.geodir-category-location::after {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	bottom: -14px;
	right: -24px;
	width: 122%;
}


.geodir-category-content p {
	font-size: 16px;
	color: #7a7a7a;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 22px;
	font-family: 'Open Sans Hebrew';
	min-height: 80px;
}


.facilities-list {
	margin: 10px 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.facil-title {
	margin-right: 10px;
	color: #457d58;
	font-weight: 700;
	font-family: 'Open Sans Hebrew';
}


.facilities-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.facilities-list li {
	margin-right: 14px;
	cursor: pointer;
	position: relative;
}


.facilities-list li i {
	font-size: 16px;
	color: #457d58;
}


.facilities-list li img {
	width: 25px;
	height: 25px;
	object-fit: cover;
}


.facilities-list li span {
	background: #457d58;
	color: #fff;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	display: block;
	position: absolute;
	top: -40px;
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: translate3d(-50%, 0, 0);
	padding: 6px 12px;
	left: 50%;
	min-width: 120px;
	text-align: center;
	transform: translateX(-50%);
}


.facilities-list li:nth-child(3) span {
	min-width: 165px;
}


.facilities-list li:nth-child(4) span {
	min-width: 130px;
}


.facilities-list li:hover span {
	opacity: 1;
	transform: translate3d(-50%, -5px, 0);
}



.geodir-category-footer {
	position: relative;
	padding: 16px 0;
	margin-top: 18px;
}


.geodir-category-footer::after {
	content: "";
	display: block;
	border-bottom: 1px solid #eee;
	position: absolute;
	top: 0px;
	right: -24px;
	width: 122%;
}


.cat-red-bg{
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}



.cat-red-bg a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 100%;
	position: relative;
	background: #457d58;
	text-align: center;
}


.cat-red-bg span {
	margin-right: 10px;
	position: relative;
	color: #7a7a7a;
	font-family: 'Open Sans Hebrew';
}


.geodir-category-footer {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.geodir-opt-list {
	position: relative;
}


.geodir-opt-list::before {
	content: '';
	position: absolute;
	right: 0;
	top: -15px;
	bottom: -20px;
	width: 1px;
	background: #eee;
}


.geodir-opt-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.geodir-opt-list ul li {
	margin-right: 16px;
}


.geodir-opt-list ul a {
	position: relative;
	font-size: 16px;
	color: #7a7a7a;
	cursor: pointer;
}


.view-all {
	position: relative;
	z-index: 2;
}


.view-all a.elementor-button {
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #457d58;
	font-family: 'Open Sans Hebrew';
}


.view-all a.elementor-button::before {
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f2f2f2;
	z-index: -1;
}


.view-all a.elementor-button i {
	position: absolute;
	left: 20px;
	top: 50%;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -10px;
	color: #9ec8ac;
	transition: all 200ms linear;
}


.view-all a.elementor-button:hover i {
	left: 10px;
	box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
}



.home-section3 {
	padding: 100px 0 100px;
	position: relative;
	overflow: hidden;
}


.blog-slider {
	padding-top: 18px;
}


.home-section3 .elementor-widget-wrap {
	padding: 0 !important;
}


.title-block-item {
	padding-bottom: 11px;
}


.blog-post-item .elementor-widget-image a {
	position: relative;
	display: block;
}


.blog-post-item {
	border: 1px solid #e5e7f2;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}


.blog-post-item .swiper-slide::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: -1;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 14px 0 rgba(37,44,65,0.12);
	transition: all .3s ease;
}


.blog-post-item .elementor-widget-image {
	margin-bottom: 0px;
	overflow: hidden;
}


.blog-post-item .elementor-widget-image a::after {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%);
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.blog-post-item .elementor-widget-image a img {
	width: 100%;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.blog-post-item:hover .elementor-widget-image a img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
}


.home .blog-post-item .post-desc {
	padding: 10px 30px;
}


.blog-post-item .post-desc {
	padding: 10px 30px 35px;
}


.blog-post-item .post-desc .view-all {
	right: 10px;
}


.blog-post-item .elementor-widget-wrap {
	padding: 0 !important;
}


.home .post-desc .view-all {
	display: none;
}


.blog-post-item .elementor-widget-theme-post-title {
	margin-bottom: 11px;
}


.blog-post-item .elementor-widget-theme-post-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px !important;
	position: relative;
	color: #457d58 !important;
}


.blog-post-item .elementor-widget-theme-post-excerpt .elementor-widget-container {
	color: #7a7a7a;
	transition: all .3s ease-in-out 0s;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	line-height: 22px;
}


.blog-post-item .elementor-widget-post-info {
	margin-bottom: 24px;
	border-top: 1px solid #e5e7f2;
	padding: 20px 0 5px;
}


.blog-post-item .elementor-icon-list-icon {
	width: auto !important;
}


.blog-post-item img.elementor-avatar {
	width: 35px !important;
	height: 35px !important;
	margin-left: 7px;
	object-fit: cover;
}


.post-desc ul.elementor-post-info li a span, 
.post-desc ul.elementor-post-info li time {
	color: #7a7a7a;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.post-desc ul.elementor-post-info li span i {
	color: #457d58 !important;
}



.home-section3 .elementor-swiper-button {
	top: 50%;
	margin-top: -90px;
	width: 80px;
	height: 50px;
	line-height: 50px;
	z-index: 100;
	cursor: pointer;
	background: #457d58;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45);
	transition: all 200ms linear;
}


.home-section3 .elementor-swiper-button-prev {
	left: -30px !important;
	padding-right: 20px;
	border-radius: 0 60px 60px 0;
}


.home-section3 .elementor-swiper-button-prev:hover {
	left: -15px !important;
	background: rgba(69,125,88,0.6);
}


.home-section3 .elementor-swiper-button-next {
	right: -30px !important;
	padding-left: 20px;
	border-radius: 60px 0 0 60px;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.home-section3 .elementor-swiper-button-next:hover {
	right: -15px !important;
	background: rgba(69,125,88,0.6);
}


.home-section3 .elementor-swiper-button i {
	line-height: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
}



.home-section3 .swiper-pagination span {
	opacity: 1;
	background: #ccc;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	transition: all 300ms ease-out;
	display: inline-block;
	border-radius: 100%;
}


.home-section3 .swiper.elementor-loop-container {
	padding-bottom: 43px !important;
}


.home-section3 .swiper-pagination .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background:#457d58;
}


.blog-post-section .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}



.home-section4 {
	background: #f6f6f6;
	padding: 100px 0 80px;
}



.home-section4 .elementor-widget-image-gallery {
	padding-top: 13px;
	margin-bottom: 54px;
}



.gallery-item .gallery-icon a {
	display: block;
	margin: 0;
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
	overflow: hidden;
}


.gallery-item .gallery-icon a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.gallery-item:hover .gallery-icon a img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
}


.gallery-item {
	padding: 5px;
}



.home-section4 .elementor-widget-wrap, 
.home-section2 .elementor-element-populated {
	padding-left: 0 !important;
	padding-right: 0 !important;
}




.home-section1 .elementor-container, 
.home-section2 .elementor-container, 
.home-section4 .elementor-container  {
	width: 92%;
}


.home-section1 .elementor-container .elementor-container, 
.home-section2 .elementor-container .elementor-container, 
.home-section4 .elementor-container .elementor-container {
	width: 100%;
}

/*==============================HOME==================================*/





/*==============================BLOG==================================*/



.default-banner {
	margin-bottom: 100px;
	position: relative;
	height: 350px;
}


.default-banner .top-to-bottom {
	top: auto;
	bottom: -1px;
}


.default-banner .elementor-container, 
.default-banner .elementor-widget-wrap, 
.default-banner .elementor-column {
	position: static;
}


.default-banner h1 {
	text-align: center;
	color: #fff !important;
	font-size: 32px;
	font-weight: 800;
	position: relative;
	font-family: 'Open Sans Hebrew';
}


.default-banner h1::after {
	content: '';
	background: #fff;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	display: block;
	margin: 27px auto 0;
}


.default-banner .elementor-widget-container, 
.default-banner p {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.blog-section1 {
	padding-bottom: 100px;
}


.blog-section1 .elementor-container{
	width: 92%;
}


.blog-section1 .elementor-container .elementor-container {
	width: 100%;
}



nav.elementor-pagination {
	margin-top: 53px;
	text-align: center;
	width: 100%
}


nav.elementor-pagination .page-numbers {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #888DA0;
	background: #fff;
	font-family: 'Open Sans Hebrew';
	padding: 0 20px;
	cursor: pointer;
	margin: 0 1px !important;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


nav.elementor-pagination span.current, 
nav.elementor-pagination .page-numbers:hover {
	color: #fff;
	background: #457d58;
}




/*==============================BLOG==================================*/






/*===========================BLOG SINGLE==============================*/



.elementor-location-single {
	padding-top: 74px;
}


.single-post-main {
	padding-top: 10px;
}


.blog-search, 
.popular-post {
	border: 1px solid #e5e7f2 !important;
	border-radius: 10px;
	margin-bottom: 30px;
}


.blog-search h2, 
.popular-post h2 {
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
	margin-bottom: 10px;
	color: #457d58 !important;
	font-family: 'Open Sans Hebrew' !important;
	font-size: 15px !important;
}


.social-media-icon {
	margin-bottom: 27px !important;
}


.social-media-icon .elementor-social-icons-wrapper span a {
	background: #457d58 !important;
	font-size: 18px;
	width: auto;
	height: auto;
	margin-right: 7px;
	padding: 7px;
}

.social-media-icon .elementor-social-icons-wrapper span a:hover {
	background: #214d30 !important;
}


.social-media-icon .elementor-social-icons-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	gap: 0;
}


.blog-search form input {
	width: 100%;
	border: none !important;
	background: #fff;
	height: 50px !important;
	padding: 0 80px 0 20px;
	z-index: 1;
	border-radius: 54px !important;
	color: #7a7a7a !important;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
}


.blog-search form button.e-search-submit {
	position: absolute;
	top: 0;
	right: auto;
	left: 0;
	border-radius: 54px 0 0 54px !important;
	width: 80px !important;
	height: 56px;
	line-height: 50px;
	z-index: 2;
	border: none !important;
	cursor: pointer;
	background: #457d58 !important;
}


.blog-search form button.e-search-submit i {
	font-size: 16px !important;
	margin: 0 !important;
}


.popular-post .elementor-post {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	transition: all 100ms linear;
	margin: 0;
}


.popular-post .elementor-post:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


.popular-post .elementor-post:hover {
	background:#fff;
}


.popular-post .elementor-posts-container {
	gap: 0;
	width: 100%;
}


.popular-post .elementor-post .elementor-post__text {
	padding: 0 !important;
}


.popular-post .elementor-post .elementor-post__thumbnail {
	border-radius: 8px;
}


.popular-post .elementor-post h3 {
	margin-bottom: 0px !important;
}


.popular-post .elementor-post h3 a {
	font-weight: 600 !important;
	font-size: 13px !important;
	padding-bottom: 2px;
	font-family: 'Open Sans Hebrew' !important;
	color: #457d58 !important;
}


.popular-post .elementor-post .elementor-post-date {
	color: #7a7a7a !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 10px !important;
	font-family: 'Open Sans Hebrew' !important;
}


.popular-post .elementor-post .elementor-post-date::before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	padding-left: 8px;
	color: #7a7a7a;
}


.single-block-item {
	border: 1px solid #e5e7f2;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f6f6f6;
}


.single-post-main .left-block {
	padding-left: 20px;
}


.elementor-widget-theme-post-featured-image img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}


.single-block-item .elementor-widget-theme-post-excerpt, 
.single-post-main .elementor-widget-post-info, 
.single-post-main .elementor-widget-theme-post-content {
	padding: 0 30px;
}


.single-block-item .elementor-widget-theme-post-excerpt .elementor-widget-container {
	font-weight: 600;
	font-size: 21px !important;
	margin-bottom:0px;
	font-family: 'Open Sans Hebrew' !important;
	color: #457d58 !important;
}


.single-block-item .elementor-widget-post-info .elementor-widget-container {
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 23px;
}


.single-block-item ul.elementor-post-info li a span, 
.single-block-item ul.elementor-post-info li time {
	color: #7a7a7a;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.single-block-item .elementor-icon-list-icon {
	width: auto !important;
}


.single-block-item img.elementor-avatar {
	width: 35px !important;
	height: 35px !important;
	margin-left: 7px;
	object-fit: cover;
}


.single-block-item ul.elementor-post-info li span i {
	color: #457d58 !important;
}


.single-block-item .elementor-widget-theme-post-content p {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}


.share-link {
	margin-bottom: 30px;
}


.share-link-inner .elementor-widget-heading {
	width: auto;
	margin: 0;
}


.share-link-inner .elementor-widget-heading h2 {
	font-weight: 600 !important;
	font-size: 16px !important;
	margin: 0 0 0 13px;
	font-family: 'Open Sans Hebrew' !important;
	color: #457d58 !important;
}


.share-link-inner .elementor-widget-share-buttons {
	width: auto;
}


.single-post-main .left-block .elementor-widget-post-comments {
	border: 1px solid #e5e7f2;
	border-radius: 10px;
	padding: 20px 30px 20px;
	background: #f6f6f6;
}


#comments h2 {
	border-bottom: 1px solid #e5e7f2;
	margin: 0 0 30px;
	padding: 0 0 15px;
	font-family: 'Open Sans Hebrew';
	color: #457d58;
	font-size: 15px;
}


#comments .comment-list li {
	padding-right: 70px;
	margin-bottom: 35px;
	position: relative;
}


#comments .comment-list li::before {
	content: '';
	position: absolute;
	right: 51px;
	transform: rotate(180deg);
	top: 39px;
	border: solid transparent;
	height: 0;
	width: 0;
	border-right-color: #f2f2f2;
	border-width: 10px;
	margin-top: -10px;
	pointer-events: none;
}


#comments .comment-list article {
	border: none !important;
	background: #f2f2f2;
	padding: 27px !important;
}


#comments .comment-list .comment-meta a, 
#comments .comment-list .comment-meta span, 
#comments .comment-list p, #comments #commentform p {
	color: #457d58;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}


#comments .comment-list .comment-meta span, 
#comments .comment-list p, 
#comments #commentform p {
	color: #7a7a7a;
}


#comments #commentform p a {
	color: #457d58;
}





#comments .reply a {
	padding: 8px 21px;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #457d58;
	font-family: 'Open Sans Hebrew';
	text-decoration: none;
}


#comments .reply a:hover {
	background: #214d30;
	color: #fff;
}


#commentform #comment, 
#commentform input {
	background: #f2f2f2;
	border: 1px solid #e5e7f2;
	border-radius: 5px;
	font-family: 'Open Sans Hebrew';
	color: #7a7a7a;
	font-size: 16px;
	outline: none;
	box-shadow: none;
	resize: none;
}


#commentform #comment {
	height: 200px;
}


#commentform #comment:focus, 
#commentform input:focus {
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}


#respond #commentform #submit {
	padding: 8px 21px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #457d58;
	font-family: 'Open Sans Hebrew';
}


#respond #commentform #submit:hover {
	background: #214d30;
	color: #fff;
}


#respond #commentform #submit:focus {
	box-shadow: none;
}


#respond #commentform {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


#respond #commentform p {
	width: 47%;
}


#respond #commentform .comment-notes {
	width: 100%;
	order: 1;
}


#respond #commentform .comment-form-comment {
	width: 100%;
	order: 4;
}


#respond .comment-form-author {
	order: 2;
}


#respond .comment-form-email {
	order: 3;
}

#respond .comment-form-url {
	order: 3;
}


#respond #commentform .comment-form-cookies-consent {
	width: 100%;
	order: 5;
}


#respond #commentform .form-submit {
	width: 100%;
	order: 6;
}


.single-next-prev .elementor-widget-post-navigation {
	border: 1px solid #e5e7f2;
	border-radius: 100px;
	overflow: hidden;
	background: #f6f6f6;
}


.single-next-prev .elementor-post-navigation__link a span {
	color: #7a7a7a !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	font-family: 'Open Sans Hebrew' !important;
}


.single-post-main .elementor-container {
	width: 92%;
}


.single-post-main .elementor-container .elementor-container {
	width: 100%;
}


.single-next-prev .elementor-container {
	width: 92%;
}


/*===========================BLOG SINGLE==============================*/






/*=============================LODGING================================*/


.banner-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 350px;
	margin-top: 74px;
	margin-bottom: 110px;
}


.banner-container::after {
	content: "";
	display: block;
	opacity: 0.51;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.banner-container .caption-inner {
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
}


.banner-container .top-to-bottom {
	bottom: -1px;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}


.banner-container h1 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	position: relative;
	font-family: 'Open Sans Hebrew';
	margin: 0 0 24px;
}


.banner-container h1::after {
	content: '';
	background: #fff;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	display: block;
	margin: 27px auto 0;
}


.banner-container p {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


.banner-container img.img-parallax {
	width: 100%;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none;
	height: 100%;
	object-fit: cover;
}


.lodging-cat-filter .container {
	max-width: 1424px;
	width: 91%;
	margin: 0 auto 55px;
}


.lodging-cat-filter h3 {
	color: #457d58;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin: 0 0 25px;
}


.lodging-cat-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.lodging-cat-filter ul li {
	margin: 0 3px 6px;
	border: 1px solid #eee;
	padding: 7px 19px;
	border-radius: 0;
	font-family: 'Open Sans Hebrew';
	color: #7a7a7a;
	font-size: 16px;
}


.lodging-cat-filter ul li a {
	color: #7a7a7a;
}


.lodging-cat-filter ul li.active, 
.lodging-cat-filter ul li.active a {
	background: #457d58;
	color: #fff;
}


.lodging-list .container {
	max-width: 1424px;
	width: 92%;
	margin: 0 auto 80px;
}


.lodging-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 40px;
}


.lodging-grid .shuffle-item {
	position: relative;
	background: #fff;
}


.lodging-grid .shuffle-item::after {
	z-index: unset;
}


.lodging-grid .shuffle-block-inner {
	height: 100%;
	z-index: 1;
}


p:empty {
	display: none;
}


.pagination {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.pagination .page-numbers {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #888DA0;
	background: #fff;
	font-family: 'Open Sans Hebrew';
	padding: 0 20px;
	cursor: pointer;
	margin: 0 3px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


.pagination span.current, 
.pagination .page-numbers:hover {
	color: #fff;
	background: #457d58;
}



.geodir_status_date.closed {
	background: #F75C96;
}



/*=============================LODGING================================*/





/*==========================LODGING DETAIL=============================*/


#main {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}


.parallax-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 400px;
}


.parallax-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index:1;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
}


.parallax-content {
	position: relative;
	z-index: 2;
}


.mobile-banner-main {
	display: none;
}


.parallax-content .block1, 
.parallax-content .block2 {
	width: 92%;
	max-width: 1424px;
	margin: 0 auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.parallax-content .block1 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 35px;
	margin-bottom: 35px;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.parallax-content .block1 h1 {
	color: #fff;
	font-family: 'Open Sans Hebrew';
	font-size: 36px;
	position: relative;
	padding-left: 27px;
	font-weight: 700;
	display: inline-block;
}


.block1 h1 i {
	background: #5ECFB1;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	font-size: 9px;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 48px;
}



.parallax-content .block1 h1::before {
	content: '';
	background: #fff;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	display: block;
	margin: 0 0 30px;
}


.parallax-content .block1 .right ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}


.parallax-content .block1 .right ul li {
	margin: 0 0 0 20px;
}


.parallax-content .block1 .right ul li a {
	color: #fff;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
}


.parallax-content .block1 .right ul li i {
	margin-left: 6px;
	color: #9ec8ac;
}


.parallax-content .block1 .listing-rating-count-wrap {
	position: relative;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
	background: rgba(6,27,65,0.25);
	border-radius: 50px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 6px 6px 6px 29px;
	bottom: auto;
	top: 18px;
}


.parallax-content .block1 .review-score {
	margin-right: 0;
	border-radius: 100%;
	margin-left: 12px;
	background: #457d58;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
}


.parallax-content .block1 .reviews-count {
	float: right;
	right: 5px;
}


.parallax-content .block1 .listing-rating {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}



.parallax-content .block2 {
	padding-bottom: 40px;
}


.parallax-content .geodir-category-footer {
	margin: 0;
	padding: 0;
}


.parallax-content .geodir-category-footer::after {
	display: none;
}


.avtar-level a {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	font-weight: 500;
}


.avtar-level {
	margin-left: 20px;
}


.avtar-level a img {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	object-fit: cover;
	margin-right: 10px;
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.parallax-content .block2 .geodir_status_date {
	position: static;
}


.parallax-content .block2 .cat-red-bg {
	margin-left: 20px;
}


.parallax-content .block2 .cat-red-bg span {
	font-size: 16px;
	color: #fff;
}


.parallax-content .block2 .left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.parallax-content .block2 .left ul li {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	border: 1px dashed rgba(255,255,255, 0.21);
	background: rgba(255,255,255, 0.11);
	padding: 8px 15px;
	border-radius: 4px;
	margin-right: 0px;
}


.parallax-content .block2 .left ul li i {
	margin-right: 5px;
}


.lodging-top {
	padding: 20px 15px 24px;
	background: #fff;
}


.lodging-top .container {
	max-width: 1424px;
	margin: 0 auto;
	width: 94%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.lodging-top .right-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.lodging-top .right-link ul li {
	margin: 0 0 0 20px;
}


.lodging-top .right-link ul li a {
	color: #457d58;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	text-transform: uppercase;
	font-weight: 800;
}


.lodging-top .right-link ul li i {
	color: #e5e5e5;
	margin-left: 6px;
}



.left-share ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.left-share li {
	margin-right: 10px;
}


.left-share li a {
	background: #457d58;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	padding: 9px 21px;
	border-radius: 3px;
}


.left-share li a i {
	margin-right: 5px;
}


.share-icon {
	position: relative;
}


.share-icon:hover .share-hover {
	display: block !important;
}


.share-hover::before {
	content: "";
	display: block;
	width: 100%;
	background: #fff;
	position: absolute;
	top: -18px;
	left: 0;
	height: 18px;
}


.share-hover {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	transition: all .3s ease-in-out;
	min-width: 170px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 48px;
	text-align: center;
	padding: 9px 0;
	z-index: 1;
}


.left-share .share-hover a {
	color: #457d58;
	background: transparent;
	padding: 0 3px;
	font-size: 16px;
}



.lod-single-main {
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
	padding: 30px 15px 70px;
	margin-top: -34px;
}



.lod-single-main .container {
	max-width: 1424px;
	margin: 0 auto;
	width: 94%;
}


.lod-breadcrumbs {
	margin-bottom: 29px;
}


.lod-breadcrumbs ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}


.lod-breadcrumbs ul li {
	margin: 0 0 0 37px;
	position: relative;
}


.lod-breadcrumbs ul li a, 
.lod-breadcrumbs ul li {
	color: #7a7a7a;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	font-weight: 600;
}


.lod-breadcrumbs ul li i {
	color: #e5e5e5;
	margin-left: 6px;
}


.lod-breadcrumbs ul li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	left: -28px;
	font-size: 11px;
	position: absolute;
	top: 6px;
	margin-top: -5px;
	width: 10px;
	height: 2px;
	font-weight: 800;
	z-index: 20;
	color:#457d58;
}


.lod-breadcrumbs ul li:hover a {
	color:#457d58;
}



.lod-single-main-inner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.lod-single-main-inner .sideright {
	width: 66.66666667%;
}


.lod-featured-img .img-big {
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}


.lod-featured-img .img-big a {
	display: block;
	position: relative;
}


.lod-featured-img .img-big img {
	width: 100%;
	border-radius: 10px;
}


.lod-featured-img .featured-desc, 
.gallery-photo, 
.listing-features, 
.reviews-box-wrapper {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e5e7f2;
	margin-bottom: 20px;
	padding: 18px 30px 43px;
}


.featured-desc .view-all {
	margin-top: 30px;
}


.featured-desc h2, 
.gallery-photo h2, 
.listing-features h2, 
.reviews-box-wrapper h2 {
	font-family: 'Open Sans Hebrew';
	color: #457d58;
	font-size: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
}


.featured-desc p {
	font-family: 'Open Sans Hebrew';
	color: #7a7a7a;
	font-size: 16px;
	line-height: 24px;
}


.listing-features .no-list-style {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}


.listing-features .no-list-style li {
	margin: 0 0 10px 15px;
}


.listing-features .no-list-style li:last-child {
	margin-left: 0;
}


.listing-features .no-list-style li a {
	font-weight: 600;
	color: #7a7a7a;
	font-family: 'Open Sans Hebrew';
	font-size: 14px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.listing-features .no-list-style li a:hover {
	color: #457d58;
}


.listing-features .no-list-style li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #F5F6FA;
	position: relative;
	float: left;
	margin-left: 15px;
	top: 0px;
	font-size: 11px;
}


.listing-features .no-list-style li img {
	width: 25px;
	height: 25px;
	object-fit: cover;
	margin-left: 15px;
}


#gallery-photo-slider {
	margin-top: 30px;
}


.photo-image a {
	padding-bottom: calc( 0.7 * 100% );
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: block
}


.photo-image a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background: rgba(51,51,51,0.41);
	transition: all 300ms linear;
}


.photo-image a:hover::after {
	opacity: 1;
}


.photo-image a::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #457d58;
	color: #fff;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	font-size: 16px;
	box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.4);
	transition: all 300ms linear;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	z-index: 3;
	line-height: 35px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.photo-image a:hover::before {
	opacity: 1;
	top: 50%;
}


.photo-image img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.gallery-photo {
	padding-bottom: 33px;
}


.gallery-photo .swiper-button-prev, 
.gallery-photo .swiper-button-next {
	background: #457d58;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	z-index: 100;
	cursor: pointer;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}


.gallery-photo .swiper-button-prev::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9" !important;
	right: 5px;
	position: absolute;
	top: 16px;
	margin-top: 0;
	width: 15px;
	height: 11px;
	font-weight: 800;
	z-index: 20;
	color: #fff;
	font-size: 17px;
	transform: rotate(180deg);
}


.gallery-photo .swiper-button-next::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d9" !important;
	left: 6px;
	position: absolute;
	top: 14px;
	margin-top: -5px;
	width: 15px;
	height: 11px;
	font-weight: 800;
	z-index: 20;
	color: #fff;
	font-size: 17px;
}



#comments h2.title-comments {
	display: none;
}


#customer-reviews #comments article {
	background: #F5F6FA;
	border-radius: 6px;
}


#customer-reviews #comments article .comment-author img {
	width: 60px;
	height: 60px;
	top: 4px;
}


#customer-reviews #comments .comment-list li {
	padding-right: 87px;
}


#customer-reviews #comments .comment-list li::before {
	right:69px;
}


#commentform input, 
#commentform textarea, 
#commentform select {
	background: #f9f9f9;
	border: 1px solid #e5e7f2;
	border-radius: 4px;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	color: #7a7a7a;
	box-shadow: none;
	outline: none;
	padding: 11px 15px;
	position: relative;
}


#customer-reviews #commentform {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


#customer-reviews #commentform .comment-form-author {
	order: 1;
}


#customer-reviews #commentform .comment-form-email {
	order: 2;
}


#customer-reviews #commentform .comment-form-rating {
	order: 3;
}


#customer-reviews #commentform label {
	padding-bottom: 7px;
}


#customer-reviews #commentform .logged-in-as {
	width: 100%;
}



#customer-reviews #commentform .form-submit input {
	flex-basis: unset;
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #457d58;
	font-family: 'Open Sans Hebrew';
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


#customer-reviews #commentform .form-submit {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}


#customer-reviews #commentform .form-submit input:hover {
	background: #214d30;
	color: #fff;
}



.reviews-box-wrapper{
    scroll-margin-top: 90px;
}




.lod-single-main-inner .sideleft {
	width: 31%;
}


.sideleft .sl-item {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e5e7f2;
	margin-bottom: 20px;
	padding: 18px 30px;
}


.sideleft .sl-item h2 {
	font-family: 'Open Sans Hebrew';
	color: #457d58;
	font-size: 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
}


.work-hour ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



.sl-item.work-hour ul li {
	font-family: 'Open Sans Hebrew';
	color: #7a7a7a;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	display: inline-block;
	width: 100%;
}


.sl-item.work-hour ul li:last-child {
	border-bottom: none;
}


.sl-item.work-hour ul li span:first-child {
	float: left;
}


.sideleft .location {
	padding-left: 0;
	padding-right: 0;
}


.sideleft .location h2 {
	padding-right: 30px;
	padding-left: 30px;
}


.sideleft iframe {
	width: 100%;
	border: none;
	margin: -15px 0 15px;
	height: 250px;
}


.sideleft .location ul {
	list-style: none;
	margin: 0;
	padding: 0 30px;
}


.sideleft .location ul li {
	border-bottom: 1px solid #e5e7f2;
	padding: 9px 0;
}


.sideleft .location ul li:last-child {
	border-bottom: none;
}


.sideleft .location ul li a {
	font-size: 16px;
	color: #7a7a7a;
	font-family: 'Open Sans Hebrew';
	font-weight:500;
}


.sideleft .location ul li i {
	color: #457d58;
	margin-left: 6px;
	font-size: 15px;
	position: relative;
	top: 2px;
}


.sideleft .location ul li label {
	color: #000;
	margin-left: 5px;
}


.sideleft .location ul li a:hover span{
	color: #457d58;
}


.sideleft .location li.social-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding-top: 20px;
}


.sideleft .location li.social-link a {
	background: #457d58;
	font-size: 18px;
	width: 32px;
	height: 32px;
	margin-left: 7px;
	padding: 0;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}


.sideleft .location li.social-link a:hover {
	background: #214d30;
}


.sideleft .location li.social-link a i {
	color: #fff;
	margin: 0;
}


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



.similar-list ul li {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	transition: all 100ms linear;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.similar-list ul li:last-child{
	border-bottom:none;
}


.similar-list ul li .image {
	width: 30%;
}


.similar-list ul li .image a {
	padding-bottom: calc( 0.75 * 100% );
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: block;
}


.similar-list ul li .image a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


.simi-content {
	width: 64%;
}


.simi-content h4 {
	margin: 0 0 2px;
}


.simi-content h4 a {
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 2px;
	font-family: 'Open Sans Hebrew';
	color: #457d58;
	display: inherit;
}


.simi-content .descr-link {
	margin: 0;
}


.simi-content .descr-link a {
	color: #7a7a7a;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Open Sans Hebrew';
	position: relative;
}


.simi-content p {
	margin-bottom: 5px;
}


.simi-content p a {
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	margin: 0;
	color: #7a7a7a;
	display: inherit;
}


.progress-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-bottom: 40px;
}


.pro-review-item span {
	width: 70px;
	height: 60px;
	background: #457d58;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	line-height: 57px;
	font-size: 24px;
	font-weight: 700;
}

.rating-star-list i {
	color: #FACC39;
	font-size: 9.5px;
}


.progress-block-inner {
	width: calc(100% - 140px);
	padding-left: 30px;
	margin-top: -6px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.progress-block-inner .prog-item {
	width: 46%;
	position: relative;
	margin: 0 0 12px;
}


.bar-block {
	width: 100%;
	background: #e2e2e2;
	height: 10px;
	position: relative;
	border-radius: 8px;
}


.bar-block .bar-item {
	background: #457d58;
	height: 10px;
	position: absolute;
	border-radius: 8px;
}



.bar-block small {
	position: absolute;
	left: -30px;
	top: -5px;
	color: #7d93b2;
	font-weight: 500;
}


.prog-item span {
	font-size: 16px;
	color: #7a7a7a;
	display: block;
	margin-bottom: 5px;
}



.comments-item {
	padding-right: 90px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.comments-item:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.comments-item-inner {
	background: #F5F6FA;
	border-radius: 6px;
	padding: 20px;
	position: relative;
}


.comments-avatar {
	position: absolute;
	right: -90px;
	width: 60px;
	height: 60px;
	top: 12px;
}


.comments-avatar img {
	object-fit: cover;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}


.comments-avatar::before {
	content: '';
	position: absolute;
	right: 71px;
	top: 29px;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: #fff;
	border-right-color: #F5F6FA;
	border-width: 10px;
	margin-top: -10px;
	pointer-events: none;
}


.comments-name {
	position: relative;
}


.comments-name h4 {
	margin: 0 0 20px;
}


.comments-name h4 a {
	color: #457d58;
	font-weight: 700;
	font-size: 18px;
}


.comments-name .pro-review-item {
	position: absolute;
	left: 0;
	top: -7px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.comments-name .pro-review-item span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-left: 12px;
}


.comment-desc {
	margin: 36px 0;
}


.comments-image {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.comments-image .comm-img {
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}


.comments-image .comm-img:last-child {
	margin-left: 0;
}


.comm-img a {
	position: relative;
	overflow: hidden;
	padding-bottom: calc( 0.7 * 100% );
	display: block;
}


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



.comments-date {
	border-top: 1px solid #e5e7f2;
	padding-top: 15px;
	margin-top: 15px;
}


.comments-date span {
	color: #7a7a7a;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Open Sans Hebrew';
}


.comments-date span::before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	padding-left: 8px;
	color: #457d58;
}



/*==========================LODGING DETAIL=============================*/







/*==============================CONTACT==================================*/



.contact-section1 {
	padding: 0 0 90px;
}



.default-banner .elementor-icon-list-item span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
}


.default-banner li.elementor-icon-list-item {
	margin: 0 15px !important;
}


.default-banner span.elementor-icon-list-icon {
	position: absolute;
	left: -24px;
	top: 3.2px;
}


.default-banner span.elementor-icon-list-icon i {
	color: #fff;
}


.default-banner .elementor-icon-list-item a span {
	color: rgba(255,255,255,0.71);
}


.default-banner .elementor-icon-list-item a:hover span {
	color: #fff;
}



.contact-section1 .left-block {
	padding-right: 50px;
}


.contact-section1 .right-block h2, 
.contact-section1 .left-block h2 {
	color: #457d58;
	font-weight: 800;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px;
}


.contact-section1 .right-block h2::after, 
.contact-section1 .left-block h2::after {
	content: '';
	background: #457d58;
	height: 3px;
	width: 50px;
	border-radius: 3px;
	display: block;
	margin: 20px 0 0;
}


.contact-section1 .left-block h2::after {
	margin-bottom: -15px;
}


.contact-section1 .elementor-icon-list-items span {
	margin-left: 3px;
	color: #7a7a7a;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
}


.contact-section1 .elementor-icon-list-text {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.contact-section1 .elementor-icon-list-text:hover {
	color: #457d58;
}


.contact-section1 .elementor-icon-list-text span {
	color: #000;
}


.contact-section1 .elementor-widget-icon-list {
	border: 1px solid #e5e7f2;
	background: #fff;
	border-radius: 10px;
	padding: 25px 30px;
}


.contact-section1 li.elementor-icon-list-item {
	border-bottom: 1px solid #e5e7f2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


.contact-section1 li.elementor-icon-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.contact-section1 .elementor-icon-list-items i{
	color: #457d58;
}
  


.contact-section1 .elementor-container  {
	width: 92%;
}


.contact-section1 .elementor-container .elementor-container {
	width: 100%;
}


.contact-section1 .elementor-widget-social-icons {
	margin: 15px 0 36px;
}


.contact-section1 .elementor-social-icons-wrapper span a {
	background: #457d58;
	font-size: 18px;
	width: auto;
	height: auto;
	margin-right: 2px;
	padding: 7px;
}


.contact-section1 .elementor-social-icons-wrapper span a:hover {
	background: #214d30;
}


.contact-section1 .elementor-social-icons-wrapper span a i {
	color: #fff;
}


.con-image {
	border-radius: 8px;
	overflow: hidden;
}


.con-image::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #000;
	opacity: 0.4;
}


.con-image .elementor-container {
	z-index: 2;
	text-align: center;
	padding: 0 20px;
}


.con-image .elementor-widget-container {
	color: #fff;
	font-family: 'Open Sans Hebrew';
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	margin-bottom: 10px;
}


.con-image .view-all a.elementor-button {
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2);
}


.view-all a.elementor-button:hover {
	background: #214d30;
	color:#fff;
}

.con-image .view-all a.elementor-button::before {
	display: none;
}


.contact-section1 .left-block .elementor-widget-container {
	color: #7a7a7a;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'Open Sans Hebrew';
}


.contact-section1 form .elementor-field-group {
	margin-bottom: 25px !important;
}


.contact-section1 form input, 
.contact-section1 form textarea {
	border: 1px solid #e5e7f2 !important;
	background: #f9f9f9 !important;
	width: 100%;
	padding: 15px 45px 15px 20px;
	border-radius: 4px;
	color: #7a7a7a !important;
	font-size: 16px;
	font-family: 'Open Sans Hebrew' !important;
	-webkit-appearance: none;
	outline: none;
	overflow: hidden;
	z-index: 1;
}


.contact-section1 form textarea {
	height: 200px;
	resize: none;
	padding: 25px 20px;
	-webkit-appearance: none;
}


.contact-section1 form textarea:focus, 
.contact-section1 form input:focus {
	background: #fff !important;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06) !important;
}


.contact-section1 form .e-form__buttons {
	position: relative;
	right: 10px;
	margin-top: 8px;
}


.contact-section1 form .e-form__buttons button {
	flex-basis: unset !important;
	padding: 13px 25px 13px 55px;
	border-radius: 4px;
	color: #fff !important;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	transition: all 200ms linear;
	background: #457d58 !important;
	font-family: 'Open Sans Hebrew';
}


.contact-section1 form .e-form__buttons button::before {
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f2f2f2;
	z-index: -1;
}


.contact-section1 form .e-form__buttons i {
	position: absolute;
	left: 20px;
	top: 50%;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -10px;
	color: #9ec8ac;
	transition: all 200ms linear;
}



.contact-section1 form .e-form__buttons button:hover i {
	left: 10px;
	box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.1);
}


.contact-section1 form .e-form__buttons button:hover {
	background: #214d30 !important;
	color: #fff;
}


.contact-section2 .elementor-widget-wrap.elementor-element-populated {
	padding: 0;
}



/*==============================CONTACT==================================*/







/*==============================GALLERY==================================*/



.gallery-section1 .elementor-container {
	width: 92%;
}


.gallery-section1 .elementor-container .elementor-container {
	width: 100%;
}


#shuffle-gallery {
	padding-bottom: 80px;
}


#shuffle-gallery .shuffle-item {
	padding: 0 5px 10px;
}


#shuffle-gallery .shuffle-block-inner {
	border-radius: 0;
}



#shuffle-gallery .shuffle-block-inner a {
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
	overflow: hidden;
	display: block;
}


#shuffle-gallery .shuffle-block-inner a:hover img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
}


#shuffle-gallery .shuffle-block-inner a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}


#shuffle-gallery .shuffle-item::after {
	bottom: 26px;
}



/*==============================GALLERY==================================*/




/*==============================SEARCH==================================*/


.search-results #content {
	max-width: 1424px;
	width: 92%;
	padding: 0 15px;
	margin: 150px auto 70px;
}


.search-results .page-header h1 {
	font-size: 32px;
	font-family: 'Open Sans Hebrew';
	font-weight: 600;
	color: #457d58;
	max-width: 100%;
	margin: 0 0 33px;
}


.search-results .page-content {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.search-results .post {
	width: 31.9%;
	margin: 0 0 3% 2%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	border: 1px solid #e5e7f2;
	border-radius: 10px;
	overflow: hidden;
}


.search-results .post:nth-child(3n) {
	margin-left: 0;
}


.search-results .post .entry-title {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	padding: 20px 30px 8px;
	width: 100%;
	margin: 0;
}


.search-results .post a {
	overflow: hidden;
	display: block;
	width: 100%;
}


.search-results .post img {
	width: 100%;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}


.search-results .post:hover img {
	transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
}


.search-results .post .entry-title a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	color: #457d58;
}


.search-results .post p {
	order: 3;
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	color: #7a7a7a;
	transition: all .3s ease-in-out 0s;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	line-height: 22px;
	padding: 0 30px 20px;
}





/*==============================SEARCH==================================*/







/*==============================FOOTER==================================*/



footer.elementor-location-footer {
	background: #457d58;
	overflow: hidden;
}


#footer-newsletter {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 45px 0 40px;
}


#footer-newsletter .elementor-widget-heading {
	margin-bottom: 2px;
}


#footer-newsletter .left-block {
	width: 41.66666667%;
	padding-left: 15px;
}


#footer-newsletter h3 {
	font-weight: 600;
	position: relative;
	font-size: 18px;
	color: #fff;
	padding-bottom: 6px;
	font-family: 'Open Sans Hebrew';
}


#footer-newsletter h3 span {
	color: #9EC8AC;
}


#footer-newsletter p {
	color: #fff !important;
	font-family: 'Open Sans Hebrew';
	font-size: 18px;
	font-weight: 600;
}


#footer-newsletter .elementor-container, 
#main-footer .elementor-container {
	width: 91.4%;
	margin: 0 auto;
	position: static;
}


#main-footer .elementor-element-4a49feed, 
#main-footer .elementor-widget-wrap {
	position: static;
}


#footer-newsletter .elementor-container .elementor-container, 
#main-footer .elementor-container .elementor-container {
	width: 100%;
}


#footer-newsletter .right-block {
	width: 58.33333333%;
}


#footer-newsletter .elementor-form-fields-wrapper {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0;
	box-sizing: border-box;
	z-index: 1;
	border-radius: 30px;
	overflow: hidden;
	margin: 0;
}


#footer-newsletter .elementor-field-type-email {
	width: 100%;
	padding: 0;
	margin: 0;
}


#footer-newsletter .elementor-field-type-email input {
	background: #fff;
	border: none;
	outline: none;
	padding: 0 30px;
	color: #000;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	box-shadow: none;
}


#footer-newsletter .e-form__buttons {
	position: absolute;
	left: 0;
	margin: 0;
	width: auto;
	top: 5px;
}


#footer-newsletter .e-form__buttons button {
	background: transparent;
	color: #457d58;
	font-size: 23px;
}


#footer-newsletter .e-form__buttons button:hover i::before {
	content: "\f2b6";
	font-family: "Font Awesome 5 Free";
}




#main-footer {
	padding: 50px 0;
}


#main-footer .footer-logo img {
	width: 80px;
	margin-bottom: 19px;
}


#main-footer .footer-item {
	padding: 0 0 0 40px;
}


#main-footer .footer-item:last-child {
	padding-left: 0;
}


#main-footer .footer-logo p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: 'Open Sans Hebrew';
	font-size: 16px;
	font-weight: 400;
}



.main-footer-inner {
	position: relative;
	z-index: 1;
}


.footer-logo li.elementor-icon-list-item {
	margin-bottom: 12px;
}


.footer-logo li.elementor-icon-list-item a {
	min-width: 250px;
	padding: 11px 15px;
	font-size: 16px;
	font-weight: 500;
	background: rgba(255,255,255,0.11);
	border-radius: 30px;
	width:auto;
}



.footer-logo li.elementor-icon-list-item i {
	color: #9ec8ac;
}


.footer-logo li.elementor-icon-list-item .elementor-icon-list-text {
	color: rgba(255,255,255,0.81);
}


.footer-logo li.elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #9ec8ac;
}


.footer-logo li.elementor-icon-list-item span span{
	color: rgba(255,255,255,0.51);
}


#main-footer .footer-logo .social-icon h6 {
	margin-right: 15px;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	font-weight: 600;
}


#main-footer .footer-logo .social-icon .elementor-widget-heading {
	margin-bottom: 0px;
	width: auto;
}


#main-footer .footer-logo .elementor-widget-social-icons {
	width: auto;
}


#main-footer .elementor-social-icons-wrapper span a {
	background: transparent;
	font-size: 16px;
	width: auto;
	height: auto;
	margin-right: 10px;
}


#main-footer .elementor-social-icons-wrapper span a i {
	color: #9ec8ac;
}


#main-footer .footer-item h4 {
	font-size: 18px;
	font-family: 'Open Sans Hebrew';
	margin-bottom: 26px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid rgba(255,255,255,0.11);
	padding-bottom: 25px;
	position: relative;
}


#main-footer .footer-item h4::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 1px;
	background: #9ec8ac;
}


#main-footer .elementor-posts-container {
	gap: 0;
}


#main-footer .elementor-post {
	margin-bottom: 30px;
}


#main-footer .elementor-post:last-child {
	margin-bottom: 0;
}


#main-footer .elementor-post h3 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 0;
	font-family: 'Open Sans Hebrew';
	display: inline-block;
}


#main-footer .elementor-post .elementor-post__meta-data {
	margin: 0;
}


#main-footer .elementor-post .elementor-post-date {
	float: left;
	width: 100%;
	margin-top: 6px;
	color: rgba(255,255,255,0.51);
	font-weight: 600;
	font-size: 11px;
	font-family: 'Open Sans Hebrew';
	position:relative;
}


#main-footer .elementor-post .elementor-post-date::before {
	content: "\f133";
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	padding-left: 8px;
	color: #9ec8ac;
}


#main-footer .elementor-post img {
	border-radius: 4px;
}


#main-footer .read-more a {
	background: transparent;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	font-family: 'Open Sans Hebrew';
}


#main-footer .read-more a i {
	margin-left: 5px;
	color: #9EC8AC;
}



#main-footer .footer-link .elementor-icon-list-items li {
	margin-bottom: 10px;
	padding-right: 20px;
	position: relative;
}


#main-footer .footer-link .elementor-icon-list-items li .elementor-icon-list-icon {
	position: absolute;
	right: 0;
	top: 4px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}


#main-footer .footer-link .elementor-icon-list-items li:hover .elementor-icon-list-icon {
	right: 4px;
}



#main-footer .footer-link .elementor-icon-list-items li span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: 'Open Sans Hebrew';
}



#main-footer .footer-link .elementor-icon-list-items li span:hover {
	color: #9ec8ac;
}




#main-footer .apple-store .elementor-icon-box-icon a, 
#main-footer .g-play .elementor-icon-box-icon a {
	display: inline-block;
}



#main-footer .apple-store, 
#main-footer .g-play {
	padding: 0px 55px;
	border-radius: 50px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
	z-index: 10;
	background: #fff;
	float: left;
	position: relative;
	margin: 0 0 21px;
	font-family: 'Open Sans Hebrew';
	transition: all .4s ease-in-out;
}


#main-footer .apple-store h3, 
#main-footer .g-play h3 {
	margin: 0;
}


#main-footer .apple-store a, 
#main-footer .g-play a {
	font-size: 16px;
	padding: 18px 0px;
	font-weight: 500;
	font-family: 'Open Sans Hebrew';
	transition: all .4s ease-in-out;
	color: #457d58;
	display: block;
}


#main-footer .apple-store:hover a, 
#main-footer .g-play:hover a {
	color: #fff;
}


#main-footer .apple-store:hover, 
#main-footer .g-play:hover {
	background: #629874;
}


#main-footer .apple-store .elementor-icon-box-icon, 
#main-footer .g-play  .elementor-icon-box-icon {
	position: absolute;
	background: #457d58;
	left: 10px;
	top: 50%;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-top: -17px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}


#main-footer .apple-store .elementor-icon-box-icon i, 
#main-footer .g-play .elementor-icon-box-icon i {
	color: #fff;
	font-size: 20px;
	top: 3px;
}


#main-footer .apple-store .elementor-icon-box-icon a, 
#main-footer .g-play .elementor-icon-box-icon a {
	display: inline-block;
	padding: 0px;
}




#main-footer .footer-map-bg {
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 500px;
	height: 400px;
	opacity: 0.6;
}


#main-footer .footer-map-bg img {
	width: 100%;
}



#main-footer .footer-bg-pin  {
	position:absolute;
	width:8px;
	height:8px;
	border-radius:100%;
	background:#fff;
}


#main-footer .footer-bg-pin:first-child {
	left:120px;
	top:200px
}


#main-footer .footer-bg-pin:nth-child(2) {
	left:230px;
	top:200px
}


#main-footer .footer-bg-pin:nth-child(3) {
	left:136px;
	top:300px
}


#main-footer .footer-bg-pin:nth-child(4) {
	right:190px;
	top:220px
}


.footer-bg-pin::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255,255,255,1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  z-index: 0; /* dot के पीछे ripple */
  animation: ripple 8s infinite ease-out;
}

/* Sequential ripple with 2s delay */
.footer-bg-pin:nth-child(2)::after { animation-delay: 0s; }
.footer-bg-pin:nth-child(3)::after { animation-delay: 2s; }
.footer-bg-pin:nth-child(4)::after { animation-delay: 4s; }
.footer-bg-pin:nth-child(5)::after { animation-delay: 6s; }

@keyframes ripple {
  0%   { transform: translate(-50%, -50%) scale(3); opacity: 0.6; }
  20%  { transform: translate(-50%, -50%) scale(6); opacity: 0; }
  25%,100% { opacity: 0; transform: translate(-50%, -50%) scale(1); }
}




#main-footer .footer-wave {
	position: absolute;
	bottom: -160px;
	width: 100%;
	left: 0;
	height: 400px;
	opacity: 0.06;
}



#footer-copyright {
	background: #214d30;
	padding: 36px 0 30px;
}


#footer-copyright .elementor-container {
	width: 91.4%;
	margin: 0 auto;
}


#footer-copyright p {
	color: #fff;
	font-weight: 500;
	position: relative;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
}


#footer-copyright ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


#footer-copyright ul li {
	margin-left: 15px;
}


#footer-copyright ul li span {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Open Sans Hebrew';
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}



#footer-copyright ul li span:hover {
	color: #9ec8ac;
}



#bottom-to-top {
	margin: 0;
	width: auto;
	position: fixed;
	left: 40px;
	bottom: 70px;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.2);
	border-radius: 5px;
	z-index: 2;
}


#bottom-to-top a.elementor-button {
	padding: 17px 18px;
	background: #9ec8ac;
	color: #214d30;
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}


#bottom-to-top a.elementor-button:hover {
	background: #214d30;
	color: #fff;
}




/*==============================FOOTER==================================*/




/*============================================================================================================================================================================================================================================================================================================================================================================*/




/*==============================HEADER==================================*/


@media (max-width:1024px){


	#main-header {
		padding: 0 15px;
	}
	
	
	#main-header::after {
		content: "";
		display: block;
		width: calc(100% - 268px);
		height: 100%;
		position: absolute;
		background: #457d58;
		z-index: -1;
		left: 0;
	}
	
	
	#main-header .elementor-menu-toggle i {
		color: #fff;
	}

		
	#main-header .nav-holder {
		width: auto;
	}	


	#main-header .elementor-container {
		width: 100%;
		min-height: unset;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.elementor-location-header::before {
		display: none;
	}


	#main-header .elementor-menu-toggle {
		padding: 0;
		display: none;
	}
	
	
	#rmp_menu_trigger-815 {
		margin-top: 12px !important;
		left: 1px !important;
		background: transparent !important;
	}
	
	#rmp-container-815 {
		top: 107px !important;
		background: #457d58;
    }
	
	
	#rmp-menu-wrap-815 .rmp-menu-current-item .rmp-menu-item-link, 
	#rmp-menu-wrap-815 .rmp-menu-item-link:hover {
		background-color: #214d30 !important;
	}
	
	
}/*=====media close=====*/




@media (min-width:1024px) and (max-width:1200px){
	
	#main-header .nav-holder .elementor-nav-menu::after {
		width: 109%;
	}


	#main-header .nav-holder nav li a {
		font-size: 14px;
	}
	
	
	#main-header .logo-holder {
		width: 166px;
	}
	
	
}/*=====media close=====*/



@media (min-width:1200px) and (max-width:1400px){

	#main-header .nav-holder .elementor-nav-menu::after {
		width: 112%;
	}

}/*=====media close=====*/



/*==============================HEADER==================================*/





/*==============================HOME==================================*/



@media (max-width:767px){


	.home-banner-list .elementor-container {
		flex-flow: row;
		-webkit-flex-flow: row;
		-moz-flex-flow: row;
		-ms-flex-flow: row;
	}


	.home-banner-list .elementor-widget-wrap {
		padding: 0 !important;
	}


	.home-banner-item a.elementor-icon i {
		font-size: 24px;
	}


	.home-banner .elementor-container {
		min-height: auto !important;
	}


	.home-banner-list {
		padding-top: 0 !important;
	}


	.home .top-to-bottom {
		top: -94px;
	}


	.elementor-element-258f0b8.elementor-widget-html {
		margin: 0;
	}	


	.home-section1 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}


	.home-section1 .elementor-container, 
	.home-section2 .elementor-container, 
	.home-section4 .elementor-container {
		width: 100%;
	}


	.title-front-back h2 {
		font-size: 34px !important;
	}


	.title-front-back h2 span {
		font-size: 30px;
		top: -6px;
	}



	.home-section2 {
		padding: 40px 15px 45px;
	}


	.shuffle-controls-inner {
		border: none;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.shuffle-controls button {
		border: 1px solid #ddd !important;
		margin: 0 0 8px;
		width: 49%;
	}


	.shuffle-item {
		width: 100%;
		padding: 0px 0 25px;
	}


	.home-section2 .elementor-widget-shortcode {
		padding-bottom: 2px;
	}



	.home-section3 {
		padding: 60px 0px 67px;
	}
	
	
	.elementor-image-gallery .gallery {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.gallery-item {
		padding: 0 0 8px;
		width: 49% !important;
	}



	.home-section4 {
		padding: 50px 15px;
	}



	.home-section4 .elementor-widget-image-gallery {
		margin-bottom: 35px;
	}
	
	
}/*====media close====*/




@media (min-width:767px) and (max-width:1024px){
	

	.home-section1 .elementor-container, 
	.home-section2 .elementor-container, 
	.home-section4 .elementor-container {
		width: 100%;
	}


	.home-section1, 
	.home-section2, 
	.home-section4 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}


	.home-section2 .elementor-widget-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	.title-front-back h2 span {
		font-size: 50px;
	}


	.shuffle-item {
		width: 50%;
	}


	.shuffle-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
}/*====media close====*/




@media (min-width:1024px) and (max-width:1200px){


	.home-section2 .elementor-widget-wrap {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}


	.shuffle-item {
		width: 33.3%;
	}


	.home .blog-post-item .post-desc {
		padding: 10px 18px;
	}


	.post-desc ul.elementor-post-info li a span, 
	.post-desc ul.elementor-post-info li time {
		font-size: 16px;
	}	
	
	
}/*====media close====*/	



@media (min-width:1200px) and (max-width:1300px){

	.shuffle-item {
		width: 33.3%;
	}

}/*====media close====*/



@media (min-width:1300px) and (max-width:1500px){

	.cat-red-bg a {
		width: 27px;
		height: 27px;
		line-height: 27px;
		font-size: 16px;
	}

	.geodir-opt-list ul li {
		margin-right: 10px;
	}

	.cat-red-bg span, 
	.price-level span {
		font-size: 16px;
	}
	
	
	.geodir-opt-list::before {
		right: -6px;
		top: -15px;
	}


}/*====media close====*/


/*==============================HOME==================================*/





/*==============================BLOG==================================*/



@media (max-width:767px){

	.default-banner {
		margin-bottom: 60px;
		padding-top: 80px !important;
	}


	.blog-section1 .elementor-widget-wrap {
		padding: 0 !important;
	}
	
	
	.blog-section1 .elementor-container {
		width: 100%;
	}
	
	
	.blog-section1 {
		padding: 0 15px 100px;
	}


	.blog-post-item .post-desc {
		padding: 10px 20px 35px;
	}


	.single-post-main .left-block {
		padding-left: 0;
		margin-bottom: 30px;
	}


	.single-post-main .left-block .elementor-widget-wrap {
		padding: 0 !important;
	}


	.single-block-item .elementor-widget-theme-post-excerpt, 
	.single-post-main .elementor-widget-post-info, 
	.single-post-main .elementor-widget-theme-post-content {
		padding: 0 20px;
	}


	.single-post-main ul.elementor-post-info li {
		margin-bottom: 14px !important;
	}



	.single-block-item .elementor-widget-post-info .elementor-widget-container {
		padding-bottom: 15px;
	}


	.share-link .elementor-widget-share-buttons {
		margin: 10px 0 9px;
	}


	.share-link .elementor-widget-share-buttons .elementor-grid {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		gap: 0;
	}


	.share-link .elementor-widget-share-buttons .elementor-grid-item {
		margin: 0 0 7px 11px;
	}


	.single-post-main .left-block .elementor-widget-post-comments {
		padding: 20px 15px 20px;
	}


	#comments .comment-list li::before {
		display: none;
	}


	#comments .comment-list li {
		padding-right: 0;
	}


	#comments .comment-list article {
		padding: 27px 14px !important;
	}


	.single-post-main .right-block .elementor-widget-wrap {
		padding: 0 !important;
	}
	


	.single-post-main .right-block .elementor-widget-wrap .elementor-widget-wrap {
		padding: 25px 0px !important;
	}


	.single-next-prev {
		margin: 43px 0 !important;
		padding: 0 !important;
	}
	
	
	#commentform #comment {
		height: 150px;
	}


	#respond #commentform p {
		width: 100% !important;
		margin-bottom: 0;
	}	
	
	
	.single-post-main .elementor-container {
		width: 100%;
		padding: 0 15px;
	}
	
	
	.single-block-item .elementor-container {
		padding: 0;
	}

	
	
}/*====media close====*/



@media (min-width:767px) and (max-width:1024px){


	.default-banner {
		padding-top: 100px !important;
	}


	.blog-section1 .elementor-widget-wrap {
		padding: 0 !important;
	}


	.blog-section1 {
		padding: 0 15px 80px;
	}
	

	.blog-section1 .elementor-container {
		width: 100%;
	}


	.single-post-main .elementor-container {
		width: 100%;
		padding: 0 20px;
	}


	.single-post-main .left-block {
		padding-left: 0;
		margin-bottom: 35px;
	}


	.single-post-main .left-block .elementor-widget-wrap {
		padding: 0 !important;
	}


	.single-post-main .share-link-inner {
		width: 100% !important;
	}


	.single-post-main .left-block .elementor-container, 
	.single-post-main .right-block .elementor-widget-wrap {
		padding: 0 !important;
	}


	.single-post-main .right-block .elementor-widget-wrap {
		padding: 27px 0 !important;
	}


	.popular-post .elementor-posts-container {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.popular-post .elementor-post {
		width: 100% !important;
	}


	.popular-post .elementor-post .elementor-post__thumbnail {
		padding-bottom: calc( 0.6 * 100% ) !important;
	}


	.single-next-prev {
		margin: 43px 0 !important;
		padding: 0 !important;
	}


}/*====media close====*/



/*==============================BLOG==================================*/






/*=============================GALLERY=================================*/


@media (max-width:767px){


	#shuffle-gallery .shuffle-grid {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		gap: 0;
	}


	#shuffle-gallery .shuffle-item {
		padding: 0 5px 10px;
		width: 50% !important;
	}
		
	
	
}/*====media close====*/


@media (min-width:767px) and (max-width:1024px){
	
	.gallery-section1 {
		padding: 0 15px;
	}

	.gallery-section1 .elementor-container {
		width: 100%;
	}	
	
}/*====media close====*/


/*=============================GALLERY=================================*/





/*=============================CONTACT=================================*/




@media (max-width:767px){

	.contact-section1 {
		padding: 0 15px;
	}

	.contact-section1 .elementor-container {
		width: 100%;
	}


	.contact-section1 .right-block {
		margin-bottom: 40px;
	}


	.contact-section1 .left-block {
		padding-right: 0;
		margin-bottom: 32px;
	}

	
}/*====media close====*/



@media (min-width:767px) and (max-width:1024px){


	.contact-section1 {
		padding: 0 15px 60px;
	}

	.contact-section1 .elementor-container {
		width: 100%;
	}	

	
}/*====media close====*/




/*=============================CONTACT=================================*/





/*=============================LODGING=================================*/



@media (max-width:767px){
	
	
	.banner-container {
		margin-bottom: 70px;
	}

	.lodging-list {
		padding: 0 15px;
	}

	.lodging-list .container {
		width: 100%;
	}	
	
		
	.lodging-cat-filter .container {
		width: 100%;
		margin: 0 auto 35px;
		text-align: center;
		padding: 0 15px;
	}


	.lodging-cat-filter h3 {
		font-size: 24px;
	}


	.lodging-cat-filter ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}


	.lodging-cat-filter ul li {
		margin: 0 3px 13px;
		padding: 9px 19px;
		width: 48%;
	}	
	
	
}/*====media close====*/



@media (min-width:767px) and (max-width:1024px){


	.lodging-list {
		padding: 0 15px;
	}
	
	
	.lodging-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}
	
	
	.lodging-grid .shuffle-item {
		padding: 0;
		width: 49%;
		margin-bottom: 30px;
	}
	
	
	.lodging-grid .shuffle-item::after {
		bottom: 4px;
	}
	

	.lodging-list .container {
		width: 100%;
	}


	.lodging-cat-filter .container {
		width: 100%;
		margin: 0 auto 35px;
		padding: 0 15px;
	}	

	
}/*====media close====*/



/*=============================LODGING=================================*/






/*==========================LODGING DETAIL=============================*/



@media (max-width:767px){
	
		
	#main.lodging-single {
		padding: 0;
	}


	.parallax-item {
		padding-top: 200px;
		padding-bottom: 0px;
		background-image: unset !important;
		margin-top: 55px;
	}
	
	
	.mobile-banner-main {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		object-fit: cover;
	}


	.parallax-content .block1, 
	.parallax-content .block2 {
		width: 100%;
		padding: 0 15px;
	}


	.parallax-content .block1 .right ul {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	.parallax-content .block1 .right ul li {
		margin: 5px 0 5px 20px;
	}


	.parallax-content .block1 {
		padding-bottom: 54px;
		margin-bottom: 25px;
	}


	.parallax-content .block2 .right {
		margin-bottom: 25px;
	}
	
	
	.parallax-content .block1 h1 {
		padding-right: 27px;
	}
	
	
	.block1 h1 i {
		right: 0;
	}


	.lodging-top .container {
		width: 100%;
	}


	.lodging-top .right-link ul li {
		margin: 0 0 0 8px;
	}


	.lodging-top .right-link ul li:last-child {
		margin-left: 0;
	}


	.left-share li {
		margin-right: 0;
	}


	.lod-single-main .container {
		width: 100%;
	}


	.lod-breadcrumbs ul li {
		margin: 0 0 0 25px;
	}


	.lod-breadcrumbs ul li:last-child {
		margin-left: 0;
	}


	.lod-breadcrumbs ul li a::before {
		left: -20px;
	}


	.lod-single-main-inner .sideright, 
	.lod-single-main-inner .sideleft {
		width: 100%;
	}


	#customer-reviews #comments .comment-list li {
		padding-right: 0;
	}


	#customer-reviews #comments article .comment-author img {
		width: 40px;
		height: 40px;
		top: -10px;
		position: relative;
	}


	#customer-reviews #comments article .comment-meta {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	#customer-reviews #comments article .comment-metadata {
		width: 100%;
	}
	
	
	#customer-reviews #comments article .comment-metadata a {
		font-size: 14px;
	}


	#customer-reviews #commentform p {
		margin-bottom: 8px;
	}


	#customer-reviews #commentform .comment-form-cookies-consent {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
	}	


	#customer-reviews #commentform .comment-form-cookies-consent input {
		padding: 0;
		height: auto;
		margin: -17px 0 0 12px;
	}
	
		
	.progress-block-inner {
		width: 100%;
		margin: 13px 0 0;
	}


	.progress-block-inner .prog-item {
		width: 100%;
	}


	.comments-item {
		padding-right: 0;
	}


	.comments-avatar {
		position: static;
		margin: 0 0 15px;
	}


	.comments-avatar::before {
		display:none;
	}


	.comments-name .pro-review-item {
		position: static;
	}


	.comment-desc {
		margin: 20px 0 30px;
	}


	.comments-image {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}	


	.comments-image .comm-img {
		width: 48%;
		margin: 0 0 20px;
	}
	
	
}/*====media close=====*/





@media (min-width:767px) and (max-width:1024px){


	.parallax-content .block1, 
	.parallax-content .block2 {
		width: 100%;
		padding: 0 15px 35px;
	}


	.lodging-top .container, 
	.lod-single-main .container {
		width: 100%;
	}


	.sideleft .location ul {
		padding: 0 20px;
	}	


	.sideleft .sl-item {
		padding: 18px 20px;
	}


	.similar-list ul li .image {
		width: 100%;
		margin-bottom: 20px;
	}


	.simi-content {
		width: 100%;
	}
	
	
	.parallax-content .block2 {
		padding-bottom: 40px;
	}

	
}/*====media close=====*/


@media (min-width:767px) and (max-width:1100px){
	
	
	.progress-block-inner {
		width: calc(100% - 100px);
	}


	.progress-block-inner .prog-item {
		width: 42%;
	}	
	
}/*====media close=====*/



/*==========================LODGING DETAIL=============================*/





/*==============================SEARCH==================================*/


@media (max-width:767px){


	.search-results #content {
		width: 100%;
		margin: 118px auto 70px;
	}


	.search-results .page-header h1 {
		text-align: center;
	}


	.search-results .post {
		width: 100%;
		margin: 0 0 30px;
	}



}/*====media close=====*/



@media (min-width:767px) and (max-width:1024px){
	
	.search-results #content {
		width: 100%;
	}	
	
}/*====media close=====*/



/*==============================SEARCH==================================*/






/*==============================FOOTER==================================*/


@media (max-width:767px){
	
		
	#footer-newsletter .left-block {
		width: 100%;
		padding-right: 0;
	}


	#footer-newsletter .left-block .elementor-widget-wrap {
		padding: 0;
		text-align: right;
	}


	#footer-newsletter h3 {
		text-align: right;
	}


	#footer-newsletter .elementor-widget-heading {
		margin-bottom: 2px;
		text-align: right;
	}


	#footer-newsletter .right-block {
		width: 100%;
	}


	#footer-newsletter .right-block .elementor-widget-wrap {
		padding: 16px 0 0;
	}


	#main-footer .footer-item {
		padding: 0 0 50px;
	}


	#main-footer .footer-item .elementor-widget-wrap {
		padding: 0;
	}


	#main-footer .footer-logo p {
		line-height: 22px;
		text-align: right;
	}


	#main-footer .footer-item h4 {
		text-align: right;
	}



	#main-footer .footer-post .elementor-post__thumbnail {
		padding-bottom: calc( 0.68 * 100% );
	}


	#main-footer .main-footer-inner {
		padding: 0;
	}


	#main-footer .footer-item .elementor-widget-wrap {
		padding: 0;
	}


	#footer-copyright ul {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		padding: 11px 0 0;
	}


	#footer-copyright p {
		text-align: center;
	}


	#bottom-to-top {
		left: 15px;
		box-shadow: none;
	}
	
	
	#main-footer .footer-wave {
		bottom: -7px;
		height: auto;
	}
	
	
	#footer-newsletter .elementor-container, 
	#main-footer .elementor-container, 
	#footer-copyright .elementor-container {
		width: 100%;
	}
	
	
	#footer-newsletter, 
	#main-footer, 
	#footer-copyright {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
}/*=====media close=====*/



@media (min-width:767px) and (max-width:1024px){
	
		
	#footer-newsletter .elementor-container, 
	#main-footer .elementor-container {
		width: 100%;
		padding: 0 12px;
	}


	#footer-newsletter .left-block {
		padding-right: 0;
		padding-left: 40px;
	}


	#footer-newsletter .left-block .elementor-widget-wrap {
		padding: 0;
		text-align: right;
	}


	#footer-newsletter h3 {
		text-align: right;
	}


	#footer-newsletter .elementor-widget-heading {
		margin-bottom: 2px;
		text-align: right;
	}


	#footer-newsletter .right-block .elementor-widget-wrap {
		padding: 0px 0 0;
	}


	#main-footer .footer-item {
		padding: 0 0 50px;
	}


	#main-footer .footer-post {
		padding-right: 40px;
	}


	#main-footer .elementor-posts-container {
		gap: 0;
		display: inline-block;
		width: 100%;
	}


	#main-footer .social-icon .elementor-widget-wrap, 
	#main-footer .social-icon .elementor-container {
		padding: 0;
	}


	#main-footer .footer-logo .social-icon h6 {
		margin-right: 0;
	}


	#main-footer .footer-wave {
		bottom: -11px;
		height: auto;
	}
	
	
	#bottom-to-top {
		left: 20px;
		box-shadow: none;
	}
	
	
	
	#footer-copyright {
		padding: 36px 25px 30px;
	}
	
	
	#footer-copyright .elementor-container {
		width: 100%;
	}
	
	
}/*=====media close=====*/




/*==============================FOOTER==================================*/


.geodir-category-footer .price-level {
    display: none;
}