/**
 * responsive.css for Chycor.co.uk
 *
 * Contains media queries and fallback styles for various device widths.
 */

#page {
	width: 96.153846%;
	max-width: 86.6666em;
}

.wrap {
	width: 96.153846%;
	max-width: 83.3333em;
}

/* ---------------------------------------------------------------
 * 1. TABLET
 * CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 840px) {

	.secondary-nav,
	#search-bar,
	#callout-bar,
	#callout-bar.callout-left,
	.brand,
	.header-widget-area,
	#primary,
	#primary.full-width,
	#container,
	#sidebar,
	#sidebar.sb-left,
	.buddyPress #content,
	.three-fourth,
	.two-third,
	.one-third,
	.three-eighth,
	.full-width .three-fourth,
	.full-width .two-third,
	.full-width .one-third,
	.full-width .three-eighth,
	.three-col li,
	.full-width .three-col li {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.5em;
		display: block;
	}

	.brand {
		margin-bottom: 2em;
	}

	#secondary .one-fourth,
	#secondary .one-fourth.last {
		margin-bottom: 0;
	}

	.secondary-nav,
	#callout-bar,
	#callout-bar.callout-left {
		margin-bottom: 0;
		text-align: left;
	}
	
	.secondary-nav,
	#search-bar {
		margin-bottom: 0;
		text-align: left;
		display:none;
	}

	#search-bar .searchbox {
		padding: 0;
		display:none;
	}
	
	#utility-top {
	display: none;
}

	.header-widget-area {
		text-align: left;
		margin-bottom: 0.75em;
	}

	#respond form input[type="text"],
	#respond form textarea,
	#contactform input[type="text"],
	#contactform textarea {
		max-width: 100%;
	}

	.commentlist li li {
		padding-left: 0
	}

	.secondary-nav .sec-menu,
	.primary-nav ul.nav-menu,
	.primary-nav div.nav-menu > ul {
		display: none;
	}

	.primary-nav {
		background: #fff;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: none;
	}

	.primary-nav select {
		display: block;
	}

	.menu-drop {
		position: relative;
	}
	
	#head_img {
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -12px;
	height: 132px;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
}

/* HOME PAGE CONTENT */	

h3.hp {
	font-size: 14px;
	margin-bottom: 0.6em;
	color: #FFFFFF;
	background-color:#8BC58B;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	overflow: auto;
}

#hp_wrapper {
	width: 100%;
	text-align: center;
	display: none;
}

#hp_wrapper_responsive_tablet {
	width: 100%;
	text-align: center;
	display: inline-block;
}

#hp_wrapper_responsive_mobile {
	width: 100%;
	text-align: center;
	display: none;
}

#hp_introduction {
	width: 100%;
	text-align: left;
	display: none;
}

#hp_introduction_responsive_tablet {
	width: 100%;
	text-align: left;
	display: inline-block;
}

#hp_introduction_responsive_mobile {
	width: 100%;
	text-align: left;
	display: none;
}

#hp_reducer_responsive_tablet {
	margin-top: -60px;
}

#hp_column1 {
	width:22.9%;
	height: 180px;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;
}

#hp_column2 {
	width:22.9%;
	height: 180px;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;	
}

#hp_column3 {
	width:22.9%;
	height: 180px;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;
}

#hp_column4 {
	width:22.9%;
	height: 180px;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;
}

#hp_title_button_blue {
	color: #FFFFFF;
	font-size: 12px;
	border: 0px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 122px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	height: 20px;
}

/* 24:7BOOKING SEARCH DIVS */

#search-location {
	width: auto;
	display: inline;
}

#search-arrival {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	display: inline;
}

#search-los {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

#search-party {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

#search-bedrooms {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
}

#search-pet {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	margin-top: -15px;
}

#search-submit {
	float: left;
	width: 100%;
	margin-top: -45px;
}

#search-row {
	margin-top: 0px;
}

/* 24:7BOOKING SEARCH RESULTS PAGE */

.wp-results {

}

.wp-result {
	background-color:#FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.wp-exact-match {

}

.wp-col-1 {
	width: 100%;
	display: block;
	vertical-align: top;
}

.wp-col-2 {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	color: #532900;
	font-size: 13px;
	line-height: 18px;
	padding-left: 0px;
	padding-right: 10px;
}

.wp-col-3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	color: #532900;
	font-size: 13px;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-bottom: 100px;
	margin-top: -150px;
	height: 250px;
}

.wp-col-3 button{
	margin-top: -20px;
}

.wp-description {
	margin-top: 10px;
	color: #532900;
	font-size: 12px;
	line-height: 18px;
}

.wp-col-2 h2 {
	font-size: 20px;
	margin-left: -5px;
	line-height: 22px;
}

.wp-col-2 a {
	color: #EB7810;
}

.wp-col-2 a:hover {
	color: #EB7810;
	text-decoration: underline;
}

.wp-col-3 h2 {
	font-size: 25px;
	margin-left: -5px;
}

.wp-special-offer {
	color: #0099CC;
}

.wp-phone {
	margin-top: 10px;
	color: #532900;
	font-size: 12px;
	line-height: 18px;
}

.wp-results .wp-date-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	padding: 4px;
	margin-top: 0em;
	margin-bottom: -5px;
}

.wp-more-results {

}

#anchor_links_listing a {
	color: #532900;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}

#anchor_links_listing br {
	display: none;
}

/* ------------------------------------------------- */

#hp_category_container {
	width: 95%;
	max-height: 100%;
	margin: 0 auto; 
}

#hp_category_thumb {
	max-width: 100%;
    max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_spacer {
	max-width: 100%;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_container img {
	border: 0px solid #FFFFFF;
	max-width: 100%;
    max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_title {
	color: #FFFFFF;
	font-size: 16px;
	border: 0px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: -26px;
	margin-bottom: 15px;
}

.hp_category_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.hp_category_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

.search-advanced {
	display: block;
}

#search-submit {
	display:inherit;
	margin-top: 3px;
}

}


/* ---------------------------------------------------------------
 * 2. MOBILE PORTRAIT
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	.two-col li,
	.entry-grid {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.5em;
		display: inline-block;
	}

	.column,
	.full,
	.three-fourth,
	.two-third,
	.half,
	.one-third,
	.three-eighth,
	.full-width .column,
	.full-width .full,
	.full-width .three-fourth,
	.full-width .two-third,
	.full-width .half,
	.full-width .one-third,
	.full-width .three-eighth,
	.entry-list-left,
	.entry-list-right,
	.notes-left,
	.notes-right {
		float: none;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: inline-block;
		text-align: left;
	}
	
	.full-width .one-fourth,
	#secondary .one-fourth,
	#secondary .one-fourth.last,
	.one-fourth,
	.full-width .one-fourth {
		float: left;
		width: 50%;
		display: inline-block;
	}

	.entry-list-left {
		margin-bottom: 1.5em;
	}

	.flex-caption h1,
	.flex-caption h2,
	.entry-list h3 {
		font-size: 1.5em;
		line-height: 1.333;
		margin-bottom: 0.6666em;
	}

	ul.thumb-style {
		padding: 0;
	}

	ul.thumb-style li {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0.75em 0;
		border-bottom: 1px solid #e9e9e9;
	}

	ul.thumb-style li:last-child {
		border: none;
	}

	ul.thumb-style li h4 {
		font-size: 1em;
		line-height: 1.5;
		margin: 0;
	}

	ul.thumb-style li a.rp-thumb {
		display: none;
	}

	.option-panel {
		display: none;
	}
	
	#footer {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 23px;
	color: #FFFFFF;
	background-color:#0077B0;
	padding: 5px;
	position: relative;
}

.brand {
	max-width: 70%;
	margin: 0 0 2.25em;
}

#head_img {
	background-color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	height: 132px;
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
	background-position: -130px bottom;
	margin-bottom: 0px;
}

.lcp_thumbnail {
	float: left;
	margin-right:200px;
	width:200px !important;
	height:150px !important;
	min-width:1% !important;
	overflow: hidden;
	clear: both;
	border: 3px solid #FFFFFF;
}

#anchor_links_listing {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* HOME PAGE CONTENT */	

#hp_wrapper_responsive_tablet {
	width: 100%;
	text-align: center;
	display: none;
}

#hp_wrapper_responsive_mobile {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: -40px;
}

#hp_introduction_responsive_tablet {
	width: 100%;
	text-align: left;
	display: none;
}

#hp_introduction_responsive_mobile {
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-top: -40px;
}

#hp_column1 {
	width:45.4%;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;
}

#hp_column2 {
	width:45.4%;
	padding-right: 6px;
	padding-left: 6px;
	display: inline-block;
	vertical-align: top;
}
#hp_title_button_blue {
	color: #FFFFFF;
	font-size: 12px;
	border: 0px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 100%;
	height: 20px;
}

#hp-link {
	font-size: 18px;
	color: #0099CC;
	text-align: center;
	height: 100px;
}


/* 24:7BOOKING SEARCH */

/* search form on the templates */
.search-form-padding .search {
	padding: 1em 10px 0em 10px;
	margin: 1em 10px -20px 10px;
}

#button-highlight {
	float: left;
	border: 8px solid transparent;
	border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15);
	margin-right: 3em;
	margin-top: -65px;
	margin-left: 0px;
}

.search .help {
	top: 20px;
}
	
/* 24:7BOOKING SEARCH DIVS */

#gap-reducer {
	margin-top: -20px;
}

#search-location {
	width: 100%;
	float: left;
}

#search-arrival {
	width: 100%;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search-los {
	width: 100%;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search-party {
	width: 100%;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search-bedrooms {
	width: 100%;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search-pet {
	width: 100%;
	height: 30px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -15px;
}

#search-submit {
	width: 100%;
	float: left;
	margin-top: 10px;
}

#button-highlight input {
	padding: 0px 10px;
	width: 80px;
	height: 38px;
}

.search-advanced {
	width: auto;
	display: inherit;
}

/* 24:7BOOKING SEARCH RESULTS PAGE */

.wp-results {

}

.wp-result {
	background-color:#FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.wp-exact-match {

}

.wp-pagination {
	margin: 1em 0 5em 0;
}

.wp-order_by_view {
	width: 240px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-col-1 {
	width: 100%;
	vertical-align: top;
}

.wp-col-2 {
	width: 100%;
	vertical-align: top;
	color: #532900;
	font-size: 13px;
	line-height: 18px;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 0px solid #CCCCCC;
}

.wp-col-3 {
	width: 100%;
	vertical-align: top;
	color: #532900;
	font-size: 13px;
	border-left: 0px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 20px;
	height: 125px;
}

.wp-col-3 button{
	margin-top: -20px;
}

.wp-description {
	margin-top: 10px;
	color: #532900;
	font-size: 13px;
	line-height: 18px;
}

.wp-col-2 h2 {
	font-size: 20px;
	margin-left: -5px;
	line-height: 20px;
}

.wp-col-2 a {
	color: #EB7810;
}

.wp-col-2 a:hover {
	color: #EB7810;
	text-decoration: underline;
}

.wp-col-3 h2 {
	font-size: 25px;
	margin-left: -5px;
}

.wp-special-offer {
	color: #0099CC;
}

.wp-phone {
	margin-top: 10px;
	color: #532900;
	font-size: 13px;
	line-height: 18px;
}

.wp-results .wp-date-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	padding: 4px;
	margin-top: 1em;
	margin-bottom: -5px;
}

.wp-more-results {

}

/* LATE AVAILABILITY AND SPECIAL OFFERS PAGE */

#wp-advert_listing_elem02 {
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

}

/* ---------------------------------------------------------------
 * 3. MOBILE PORTRAIT AND LANDSCAPE
 * CSS fallback for device width 480px or below
 * ------------------------------------------------------------ */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
#hp_category_container {
	width: 95%;
	max-height: 100%;
	margin: 0 auto; 
}

#hp_category_thumb {
	max-width: 100%;
    max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_spacer {
	max-width: 100%;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_container img {
	border: 0px solid #FFFFFF;
	max-width: 100%;
    max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_title {
	color: #FFFFFF;
	font-size: 14px;
	border: 0px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: -40px;
	margin-bottom: 15px;
}

.hp_category_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.hp_category_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

}

/* Landscape */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  
#hp_category_container {
	width: 200px;
	max-height: 100%;
	margin: 0 auto; 
}

#hp_category_thumb {
	max-width: 200px;
    max-height: 150px;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_spacer {
	max-width: 200px;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_container img {
	border: 0px solid #FFFFFF;
	max-width: 200px;
    max-height: 150px;
	display: inline-block;
	vertical-align: middle;
}

#hp_category_title {
	color: #FFFFFF;
	font-size: 16px;
	border: 0px solid #FFFFFF;
	background: #0077B0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 200px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 15px;
}

.hp_category_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.hp_category_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

}