.sidebar-wrapper {
	position: fixed;
	float: right;
	right: -4px;
	top: 30%;
	width: 0px;
}

.content-block {
	padding: 8px;
	background-color: #FFF;
}

.content-p {
	font-family: 'Raleway', sans-serif;
	font-size: .8em;
	color: #646464;
	margin: 0;
}

.content-p button {
	display: block;
	margin-top: 10px;
	margin: 10px auto;
}

.posted-container {
	height: 100vh;
	cursor: pointer;
}

.profile-head {
	position: absolute;
	height: 50px;
	width: 50px;
	background-color: #FFF;
	border-radius: 8px 0 0 5px;
	margin-left: -56px;
	border: 2px solid #FFF;
	border-right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -6px;
	text-align: center;
	box-shadow: -2px 0 3px #CCC;
}

.profile-head img {
	width: 28px;
	margin-top: 2px;
}

.sidebar-inner-container-title {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.posted-content:first-child {
	top: 70px;
}

.posted-content {
	background-color: #FFF;
	height: auto;
	width: 250px;
	border: 2px solid #FFF;
	padding: 4px;
	margin-bottom: 20px;
	transition: 300ms;
	margin-right: -200px;
	border-radius: 0 0 0 6px;
	box-shadow: -2px 0 3px #CCC;
	position: absolute;
}

/* .posted-content:hover {
	display: block;
	transition: 300ms;
	transform: translateX(-250px);
} */

.translated {
  transform: translateX(-250px);
}

.posted-content.visible {
    transform: translateX(-250px);
}


.posted-content select {
	padding: 8px;
	border-radius: 5px;
	outline: 1px solid;
	border-right: 7px solid transparent;
}

.mk-hotels-widget {
	margin: 10px;
	text-align: center;
}


.bt-join {
	background: #695546;
	border-radius: 5px;
	padding: 8px;
	width: 100%;
	color: #FFF;
	border: 0;
	display: block;
	text-align: center;
	margin: 10px 10px 10px 0;
}

.bt-join:hover {
	background: #7b6351;
}

.mk-form-widget-outer .et_pb_tabs .my-frontpage-form {
	display: flex;
}

.mk-form-widget-outer {
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}

.mk-form-widget-outer .et_pb_tabs .my-frontpage-form .my-col {
	margin-right: 10px;
}

.mk-form-widget-outer label {
	color: #695546;
	font-family: "Generica", "open-sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	font-size: 16px;
}

.mk-form-widget-outer .et_pb_tabs_controls {
	margin-left: 30px;
}

.mk-form-widget-outer .et_pb_tabs_controls li a {
	color: #FFF;
	background-color: #695546;
	font-family: "Generica", "open-sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

.mk-form-widget-outer .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #695546;
	background-color: #FFF;
}

.mk-form-widget-outer .et_pb_tabs_controls li {
	background: none;
	font-weight: 400;
}

.mk-form-widget-outer ul.et_pb_tabs_controls {
	background: none;
}

.mk-form-widget-outer .et_pb_tabs {
	border: none;
}

.mk-form-widget-outer .et_pb_tab_active a {
	color: #695546;
}

.mk-form-widget-outer ul.et_pb_tabs_controls::after {
	border-top: 0;
}

.mk-form-widget-outer input,
.mk-form-widget-outer select {
	border: 1px solid #B5B5B5;
	padding: 7px;
}


.mk-form-widget-outer button {
	background-color: #695546;
	color: #FFF;
	font-size: 16px;
	padding: 7px;
	border: 0;
	white-space: nowrap;
}

.mk-form-widget-outer .my-date .form-control {
	width: 100%;
}

.mk-form-widget-outer .my-search {
	display: flex;
	align-items: end;
}

.mk-form-widget-outer .my-col {
	flex-basis: 100%;
}

@media only screen and (max-width: 767px) {
	.et_pb_tabs_controls li {
		float: left;
		border-bottom: 0;
	}
}

@media only screen and (min-width: 501px) and (max-width: 1024px) {
	#form-hotel-book {
		flex-direction: column;
		flex-flow: wrap;
	}

	#form-hotel-book .my-col {
		width: calc(50% - 20px);
		flex-basis: unset;
	}

	#form-hotel-book .my-date .form-control {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	#form-hotel-book {
		flex-direction: column;
		flex-flow: wrap;
	}

	#form-hotel-book .my-col {
		width: 100%;
	}

	#form-hotel-book .my-date .form-control {
		width: 100%;
	}

	#form-hotel-book .my-search {
		margin-top: 10px;
	}

	.sp-booking-widget {
		background-color: #e5dad2;
	}

	.mk-form-widget-outer {
		top: 0;
		margin-bottom: 0px;
	}
}

@media only screen and (max-width:320px) {
	.mk-form-widget-outer ul.et_pb_tabs_controls {
		display: flex;
		justify-content:center;
	}
	
	.mk-form-widget-outer .et_pb_tabs_controls {
		margin-left: 0;
	}
}