/*
Theme Name: WpRentals Child theme
Theme URI: http://themeforest.net/user/wpestate
Description: Ultimate WordPress Theme created by WpEstate for accommodation booking. WpRentals is clean, flexible, fully responsive and retina Ready. Its smart settings allow you to build outstanding renting websites easily and fast.
Version: 2.7
Author: wpestate.org
Author URI: http://themeforest.net/user/annapx
Tags: white, one-column, two-columns,left-sidebar, right-sidebar, fluid-layout , custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: wprentals

-------------------------------------------------------------- */


/*Hide booking form buttons*/
.booking_form_request .third-form-wrapper {
	display: none;
}
.booking_form_request .prop_social {
	margin-top: 30px;
}


/*Custom Header*/

.header_wrapper.header_wide_yes {
	padding: 0 32px 20px;
}
.header_wrapper,
.transparent_header {
	background-color: #fff !important;
}
.master_header .header_wrapper
 {
	display: block !important;
	position: fixed;
    top: 0;
    left: 0;
}
.master_header #access {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.header_wrapper_inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}
.header_wrapper_inside .logo {
	width: 140px;
	min-width: 140px;
	padding-left: 0 !important;
}
.header_wrapper_inside .logo a {
	display: block;
	width: 100%;
}
.header_wrapper_inside .logo a img {
	position: static;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.header__info {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-right: 100px;
}
.header__lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__lang_col_1,
.header__lang_col_2 {
	margin-right: 12px;
}
.header__lang_img {
	width: 37px;
	height: 37px;
}
.header__lang_name {
	text-align: center;
}
.header__email,
.header__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #54595F;
	font-size: 17px;
	font-weight: 600;
	padding-left: 50px;
}
.header__email_icon,
.header__tel_icon {
	width: 28px;
	height: 28px;
	margin-right: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__email_icon svg,
.header__tel_icon svg {
	width: 100%;
}
.header__tel_num {
	font-size: 18px;
	margin-bottom: 0;
}
.header__tel_hours {
	font-size: 12px;
	margin-bottom: 0;
}

/*Menu*/
.header_wrapper.header_type1.header_align_left #access {
	height: auto;
	margin-left: 0;
	margin-top: 8px;
	background-color: #69DA3826;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#access ul {
	margin: 0 auto;
	padding: 0;
}
#access .menu-item-link {
	font-size: 16px;
	font-weight: 600;
	color: #000 !important;
	text-transform: uppercase;
	padding: 18px 24px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	background-color: transparent;
}
#access .menu-item-link:hover {
	color: #fff !important;
	background-color: #81d742 !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.hover_type_1 #access .menu > li:hover a {
	background-color: #81d742 !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.header_wrapper.customnav {
	height: auto;
	opacity: 1;
}
.header__toggler {
	width: 48px;
	min-width: 48px;
	height: 48px;
	margin-left: 16px;
	background-color: #fff;
	border: none;
	box-sizing: border-box;
}
.header__toggler span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #70C235;
	min-width: 36px;
	transition: 0.2s;
}
.header__toggler span:nth-child(2),
.header__toggler span:nth-child(3) {
	margin-top: 6px;
}
.header__toggler.active span:nth-child(2) {
	opacity: 0;
}
.header__toggler.active span:nth-child(1) {
	transform: rotate(45deg) translate3d(5px, 8px, 0);
}
.header__toggler.active span:nth-child(3) {
	transform: rotate(-45deg) translate3d(5px, -8px, 0);
}

.header_media {
	display: none;
}

/*Cart button*/

.header__cart .cart__btn {
	display: block;
	position: relative;
	padding: 16px !important;
	margin-right: 36px;
}
.header__cart_in_info .cart__btn {
	margin-right: 0;
}
.header__cart_mob {
	margin-left: auto;
}
.cart__btn_icon {
	width: 26px;
	height: 26px;
	display: block;
}
.cart__btn_icon svg {
	width: 100%;
}
.cart__btn_counter {
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: red;
	border-radius: 50%;
	display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.4s;
}
.cart__btn:hover .cart__btn_counter {
	background-color: #98ED6E;
	color: #000;
	transition: 0.4s;
}

/*Main content*/

.content_wrapper {
	margin-top: 150px;
}



@media screen and (max-width: 1300px) {
		.header_wrapper.header_type1.header_align_left .logo {
			margin-right: 16px;
		}
		.header__contact {
			margin-right: 0;
		}
}

@media screen and (min-width: 1181px) {
	.header__toggler_tablet,
	.header__cart_in_info {
		display: none;
	}

}
@media screen and (max-width: 1180px) {
	.header_wrapper.header_wide_yes {
		padding: 0 32px;
	}
	.master_header #access {
		position: absolute;
		top: 100%;
		left: -32px;
		width: 100vw;
		display: none !important;
	}
	.header_wrapper.header_type1.header_align_left #access {
		background-color: #fff;
		border-radius: 0;
	}
	/*#access.nav_desktop {
		display: none;
	}
	#access.nav_desktop.active {
		display: none;
	}*/
	#access.active {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#access .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#access .menu-item-link {
		text-align: center;
	}
	.master_header .mobile_header,
	.header__cart_in_nav {
		display: none;
	}
	.header__mob_stiky {
		position: relative;
	}
	.nav_mob {
		background-color: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}
	.cart__btn_counter {
		background-color: #98ED6E;
		color: #000;
	}
	
}

@media screen and (max-width: 880px) {
	.header__email {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.header__mob_stiky {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.master_header {
		background-color: #eee;
		position: fixed;
		top: 0;
		/*transition: top 0.1s;*/
	}
	.content_wrapper  {
		margin-top: 150px;
	}
	.master_header .header_wrapper {
		position: relative;
	}
	.header_wrapper_inside .logo {
		width: 100px;
		min-width: 100px;
	}
	.header_wrapper.header_wide_yes {
		padding: 0 16px;
	}
	.header__lang_col_1 {
		margin-right: 52px;
	}
	.header__lang_col_2 {
		margin-right: 0;
	}
	.header__mob_stiky_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 16px;
		background-color: #fff;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		-webkit-box-shadow: 0 0 3px 0 rgb(0,0,0,0.3);
		        box-shadow: 0 0 3px 0 rgb(0,0,0,0.3);
	}
	.header__mob_stiky.fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.header__tel,
	.header__cart_in_info {
		display: none;
	}
	.header__mob_stiky .header__tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
	.header__toggler_tablet {
		display: none;
	}
	.master_header #access {
		position: absolute;
		top: -1000%;
		left: 0;
		transition: 0.4s 0.4s;
	}
	.master_header #access.active {
		top: 102%;
		transition: 0.4s 0.4s;
	}
	#access.nav_desktop.active {
		display: none !important;
	}
	.header__cart .cart__btn {
		margin-right: 18px !important;
	}
}

/* Custom Header End */


/****************************************** Fonts *******************************************/

.single-content p {
	font-size: 16px;
}


/*Breadcrumb hide*/

.breadcrumb_container .breadcrumb {
	display: none;
}