@import url("../nevada/responsive.css");

.h-right .phone img, .h-right .email {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#logo {
		width: auto;
	}
	#wrap #sidebar {
		width: 280px;
	}
	#wrap #content {
		width: 440px;
	}
}

@media only screen and (max-width: 767px) {
	section.accommodation.single { margin-left: 0; margin-right: 0}
	.room-incl { width: 100%}
	ul.flex-direction-nav { display: none;}
	.floor-plan {
		float: none;
		text-align: center;
	}
	.h-right {
		display: block;
		width: auto;
		padding-top: 40px 0 20px !important;
	}
	.h-right > div {
		display: none;
	}
	.h-right .widget_custom_post_widget, .h-right .lambda_widget_social {
		display: block;
	}
	.h-right {
		text-align: left !important;
		width: 350px !important;
		margin: 0 auto !important;
	}
	.h-right .phone { margin-top: 20px; }
	.h-right .email { display: block; margin-bottom: 20px; }
	.h-right .phone img, .h-right .email img {
		display: inline-block;
		margin-right: 2px;
		position: relative;
		top: 12px;		
	}
	.h-right .phone a, .h-right .email a {
		line-height: 40px;
		display: block;
		font-weight: bold;
	}
	.mm-trigger { margin-top: 0; }
	ul.social-icons { margin-top: 10px; }
	
	#wrap #sidebar {
		width: 280px;
	}
	#wrap #content {
		width: 440px;
	}
	
	.h-right ul.social-icons li {
		margin: 0 8px 0 8px;
	}
}