@charset "utf-8";
body {
	font: 100% 'century gothic', Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px,0,0,0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.slick-prev:before, .slick-next:before{
    color:#a2998b !important;
}


#nav{
	margin-left: 0px;
	padding-left: 0px;
}

/*Style 'show menu' label button and hide it by default*/
#nav .show-menu {
	font: 'century gothic', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #a2998b;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
#nav input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
#nav input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Strip the ul of padding and list styling*/
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-left: 15px;
	
}

/*Create a horizontal list with spacing*/
#nav li {
	display:inline-block;
	float: left;
	margin-right: 0px;
	width: 24%;

}


/*Style for menu links*/
#nav li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font: 'century gothic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #a2998b;
	background: #fff;
	text-decoration: none;
}

/*Hover state for top level links*/
#nav li:hover a {
	background: #7F6947;
	color:#fff;
}

/*Style for dropdown links*/
#nav li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#nav li:hover ul a:hover {
	background: #7F6947;
	color: #fff;
}


.slider-wrapper{
	display: inline-block;
	width: 100%;
}


.CobleCottage_main #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	
}

.CobleCottage_main #header {
	background-image:url('https://s3-eu-west-1.amazonaws.com/images.coblecottageholyisland.co.uk/images/header_swatch2.jpg');
	background-repeat:repeat;
	text-align: right;
	
	/* background: #ffffff; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.CobleCottage_main #header .narrow {
	display: none;	
}


.CobleCottage_main #headerleft {
	text-align: left;
}

.CobleCottage_main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}


#mainContent {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color:#50473c;
}


#mainContent h1 {
	font-size: 160%;
	color:#847869;
}

#mainContent h2 {
	font-size: 120%;
	color:#847869;
}

#mainContent p {
	text-align:justify;
}

.Home_main_left {
	width: 620px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}


.theCottage_Home_main_left {
	width: 460px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}

.theCottage_Home_main_right {
	float: right;
	width: 460px;
	margin-top: -345px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}


.CobleCottage_main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
}

.CobleCottage_main #footer {
	clear:both;
	background-image:url('https://s3-eu-west-1.amazonaws.com/images.coblecottageholyisland.co.uk/images/header_swatch2.jpg');
	background-repeat:repeat;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
}

.CobleCottage_main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color:#ffffff;
    text-align: center;
}

.CobleCottage_main #footer a:link {
	color:#ffffff;
    text-decoration: none;
}

.CobleCottage_main #footer a:hover {
	color:#ffffff;
    text-decoration: underline;
}


.CobleCottage_main #footer a:visited {
	color:#ffffff;
    text-decoration: none;
}

/* testimonials  */

.testimonials_main_left {
	/* float: left;
	max-width: 460px;   */
	float: none;
	max-width: 100%;
	width: 100%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}

.testimonials_main_left img{
	width:100%;
}

.testimonials_main_right {
	/* float: right;
	max-width: 460px; */
	float: none;
	max-width: 100%;
	width: 100%;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: 'century gothic',Arial, Helvetica, sans-serif;
}

.testimonials_main_right img{
	width:100%;
}

.guestphotos{
	border-radius: 15px;
}


/* the cottage  */

#theCottage_mainContent {
	font-family: 'century gothic', Arial, Helvetica, sans-serif;
	color:#50473c;
    margin: 10,10,10,10;
}

#theCottage_topper img{
	width: 100%;
}

#theCottage_mainContent h1 {
	font-size: 160%;
	color:#847869;
    text-align: center;
}

#theCottage_mainContent h2 {
	font-size: 120%;
	color:#847869;
    margin: 10,10,10,10;
}

#theCottage_mainContent h3 {
	font-size: 100%;
	color:#847869;
    text-align: left;
}


#theCottage_mainContent p {
	text-align:justify;
	
}

#theCottage_mainContent img {
	float:right;
	padding-left:50px;
	width: 340px;
}

.room {
	display: inline-block;
}

#reservations_topper {
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

#reservations_topper img{
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
}

#reservations_sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#reservations_lower{
	float: none;
	display: inline-block;
}

.special {
	width: 100%;
	background: #cc0000;
	text-align: center;	
	color: #ffffff;
	border-radius: 10px;
}

.strikethrough{
	text-decoration: line-through;
}

.video{
	width: 460px;
	height: 270px;
}

/* narrow width layout changes  */

@media (max-width: 800px) {
 
	.slick-slide img {
        max-height: 250px;
    }

	.CobleCottage_main #header .full {
		display: none;	
	}

	.CobleCottage_main #header .narrow {
		display: inline;	
	}

	/*Display 'show menu' link*/
	#nav .show-menu {
		display:block;
	}

	/*Make dropdown links appear inline*/
	#nav ul {
		position: static;
		display: none; 
	}
	/*Create vertical spacing*/
	#nav li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#nav ul li, li a {
		width: 100%;
	}


	.CobleCottage_main #nav {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.CobleCottage_main #nav a{
		text-decoration:none;
		display: inline;
	    width: 25%;
	    text-align: center;
	}


	 .CobleCottage_main #container {
		width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
		margin-top: 0px;
	}

	#mainContent h1 {
		font-size: 140%;
		color:#847869;
		margin-left: 3%;
		margin-right: 3%;
	}

	#mainContent h2 {
		font-size: 120%;
		color:#847869;
		margin-left: 3%;
		margin-right: 3%;
	}

	#mainContent p {
		text-align:left;
		margin-left: 2%;
		margin-right: 3%;
	}


	.CobleCottage_main #sidebar2 {
		display: none;
	}

	.quote{
		display: none;	
	}

	.Home_main_left {
		width: 100%;
		padding-right: 5px;
	}


/* reservations - narrow  */

	#reservations_sidebar {
		float: none;
		width: 96%; 
		background: #ffffff; 
		padding-top: 10px;
		padding-left: 2%;
		padding-right: 2%;
	}

	#reservations_calendar {
		float: none;
		width: 100% 
		background: #ffffff; 
		padding: 10px 0px 10px 0px; 
	}

	#reservations_topper {
		width: 100%;
	}

	#reservations_topper img{
		width: 100%;
	}

	#theCottage_mainContent h1{
		padding-top: 0px;
	}

	/* forcing the calendar to fit on narrow widths */
	#ABCProCal_1{
		width: 100%;
	}

	#ABCProCal_1 table.calendarTable{
		width: 100% !important;
	}


	#ABCProCal_1 table.calendarLegend{
		width: 100% !important;
	}

/* the cottage - narrow  */

	#theCottage_mainContent img {
		float:right;
		padding-left:1%;
		width: 99%;
		padding-bottom: 8px;
	}
	
	#theCottage_mainContent h2 {
	    text-align: center;
	}

	#theCottage_mainContent h3 {
		font-size: 100%;
	    text-align: center;
	}

	#theCottage_mainContent p {
		text-align:left;
		padding-left: 2%;
		padding-right: 2%;
		
	}

/* testimonials  */

	.testimonials_main_left{
		
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.testimonials_main_left p{
		padding-top: 5px;
		padding-right: 0%;
		padding-bottom: 10px;
		padding-left: 1%;
	}

	.testimonials_main_left img{
		width:100%;
		margin:0;
		padding: 0;
	}

	.testimonials_main_right{
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.testimonials_main_right p{
		
		float: none;
		width: 99%;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 1%;
	}
	.testimonials_main_right img{
		width:100%;
		border-radius: 4%;
		margin:0px;
		padding: 0px;
	}

	.narrow-hide {
		display: none;
	}

	.video{
		width: 100%;
		height: calc(100vw * 0.5625);
	}

}

@media (max-width: 600px) {
 
	.slick-slide img {
        max-height: 180px;
        object-fit: scale-down;
    }
}





