
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Open+Sans|Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/*------------------START :This block adjusts font positioningin Chrome /Safari ----------------------*/

* {
  /*----  -webkit-text-size-adjust: none; -------*/
} 

@font-face {
  font-family: SFProText;
  src: url('/font/FontsFree-Net-SFProText-Regular.ttf');
}


/*---------------end ---------------------------*/



/*---------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}
     
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;}
     
table {
    border-collapse: collapse;
    border-spacing: 0;}


/*---------------------------------------------*/
:root {
  /* Set fade in duration */
  --fade-time: 0.5s;
}

* {
  box-sizing: border-box;
}


body {
  margin: 20px;
  padding: 0;
  background: #333;
  font-family: SFProText;   

}

.Image_container {
/*max-width: 760px; full size*/ 
 /* max-width: 760px;*/ 
  margin: auto;
  border: #fff solid 2px;
  /*background: #fff;*/
  
		display:grid;
		grid-template-columns:1fr;
		grid-auto-rows:minmax(100px, auto);
		grid-gap:0em;
		justify-items:stretch;
		align-items:stretch;
	

  
}

 .Image_container > div{
       /*background:#eee; */
      /* padding:1em;*/

	  
	  
    }




.main-img img,
.imgs img {
  width: 100%;
}

.imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0px;
}

.imgs img {
  cursor: pointer;
}

/* Fade in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn var(--fade-time) ease-in 1 forwards;
}


/*----------------------------*/
/*
input[type=number], select {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
} */

/*
input[type=text], select {
	
  width: 100%;
  padding: 8px 14px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
   font-size: 100%;
   
   
} */

input[type=number] {
	
  /*width: 32.0%; */
  /* padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
    /*font-size: 65%; */
   
   
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50; 
  /*-  background-color: gold;-*/
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
   font-size: 100%;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  background-color: #f2f2f2;
 /* padding: 20px;  dropped to below to acoomodate text in datepicker*/
 padding: 1px;
}

/*-----.livery{position:fixed;z-index:2;top:0;left:0;width:100%;height:8px;background-color: #FE0;} ----*/
/*------------------------------*/


  .content_container {
     /*---- font-size: 200%; --*/
  }


/*.ui-datepicker {*/
.v_datepickerBbooking_date_from{
/* width: 1em; /*what ever width you want*/
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.submit_newDetails_1{display:none;}

	.submitForm{ 
		/*-- background: #428bca; ---*/
		/*-- padding:0.5em; ---*/ 
		/**===----------------------==**/
		 background: #cbc083;
		   /**= background: #cdd497; =**/
		  
		  cursor: pointer;

		border: 3px solid green;
		padding: 10px;
		text-align: center;
		margin: auto;
	/**==- width: 50%;  -==**/
		/**===----------------------==**/
	 border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	color:#301a4c;

	}
	.submitForm:hover {
		
 /*-- background: #3876ac; ---*/
 /*--background: #b2ad9a; ---*/
  background: #bfb68f;
  /*--  background: #bad0b1;  --*/
  		 border:1px;
		 border-style: solid; 
}

.submitForm{
   /*--  margin: auto;  ---*/ bfb68f
  /*-- width: 50%; ---*/

}


/* Media Queries */
@media(max-width: 600px) { 
  
  .imgs {
    grid-template-columns: repeat(2, 1fr);
  }




    .empty{
      display:grid;
      grid-template-columns:repeat(1, 1fr);
      grid-auto-rows: 30px;
      grid-gap:1em;
	  font-size: 30px; 
	  color: red;
    }




     .wrapper{
	
  
/*  max-width: 770px; */
	display:grid;
	margin: auto;
      /* grid-template-columns:1fr 1fr 1fr;*/
      /*grid-template-columns:repeat(3, 1fr);*/
	/*grid-template-columns:1fr;*/
      grid-gap:0.1em;
      /* grid-auto-rows:100px; */
      grid-auto-rows: minmax(100px, auto);
	   
	
    }

 /* ================Start Content container for grid areas =====================*/


.content_container{

	display:grid;
	margin: auto;
      grid-gap:0.1em;
      grid-auto-rows: minmax(100px, auto);
	  
	 /* start curve edges */ 
	margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
	 /*background-color: #919900;*/
	
	 /* box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929; */
	
   
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
  /* end curve edges */   	
	
}
/* ================ end Content container for grid areas =====================*/





     .description{
	/*  max-width: 770px; */
	display:grid;
	margin: auto;
      /* grid-template-columns:1fr 1fr 1fr;*/
      /*grid-template-columns:repeat(3, 1fr);*/
	/*grid-template-columns:1fr;*/
      grid-gap:0.1em;
      /* grid-auto-rows:100px; */
      grid-auto-rows: minmax(100px, auto);
	  
	 /* start curve edges */ 
	margin: 10px;
    border: 1px solid #fff;
    background-color: #ffffff;
	 /*background-color: #919900;*/
	
	 /* box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929; */
	
    
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
  /* end curve edges */   
 }


	.collapsible,[class*="room"] {
	 /* start curve edges */ 
	 /* margin: 10px;*/ 
    /* border: 1px solid #fff;*/
   /* background-color: #ffffff;*/
    
	 /* border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
	
  /* end curve edges */  

}

/* START Collapsible for Small Screens to hide a long list of details until needed */

/*START Collapsible fonts */

/*
.collapsible {
    color: black;
	font-size: 35px;  
}



.active, .collapsible:hover {

}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.room1 {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

*/

/* END Collapsible for Small Screens to hide a long list of details until needed */




 .nested{
	 
	 /* start curve edges */ 
	margin: 10px;
    border: 1px solid #fff;
   /* background-color: #ffffff;*/
    
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
  /* end curve edges */   
	
    }





    .nested{
      display:grid;
      grid-template-columns:repeat(3, 1fr);
      grid-auto-rows: 70px;
      grid-gap:1em;
    }
	
	    .nested2{
      display:grid;
      grid-template-columns:repeat(2, 1fr);
      grid-auto-rows: 70px;
      grid-gap:1em;
    }
	

    .wrapper > div{
      background:#eee;
      padding:1em;
    }
    .wrapper > div:nth-child(odd){
      background:#ddd;
    }

    .nested > div{
      border:#333 1px solid;
      padding:1em;
    }
	
/*======================= START alternate shadows for grid areas ====================================*/
	 .content_container > div{
      background:#eee;
      padding:1em;
    }
  .content_container  > div:nth-child(odd){
      background:#ddd;  /*controls the foreground colour of cells*/
    }
/*======================= END alternate shadows for grid areas =====================================*/	
	
	
	
	 .description > div{
      background:#eee;
      padding:1em;
    }
    .description  > div:nth-child(odd){
      background:#ddd;  /*controls the foreground colour of cells*/
    }
	
/**/
/*START Details Summary Toggle - for small screen*/
details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    /*font-weight: bold;*/
    margin: -.5em -.5em 0;
    padding: .5em;
	color:red;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}


/*END Details Summary Toggle- for small screen*/
/**/
	


	
}	
	
	
/* On screens that are 992px wide or more, the background color is Gold 768 */
@mediax screen and (min-width: 596px) {
  
  

 /*----===============================----*/
 /*----==============================----*/
  
  
  
  
  body {
    background-color: Gold;
    color: black;
	//font-size: 35px;
	
	/*font-size: 1.2em;*/
	/* font-family: 'Roboto', sans-serif; */
  }

			 .lscr {
 display: none;
		}	
	
	  	.opener1 {
 display: none;
		}

	  	.opener2 {
 display: none;
		}

	  	.opener3 {
 display: none;
		}
	
	  	.headlineprice {
 display: none;
		}  

	  	.ender1 {
 display: none;
		}

/*------------Table with room prices ------------------*/
		  .headerrow, .row2{

      display:grid;
      grid-template-columns:3fr 1fr 1fr 1fr 1fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(5px, auto);
	  
   /* border details */
	 /*- border:#333 1px solid;*/
	  border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }
/*------------------------------*/
/*------------Table with room prices ------------------*/
		  .houserules_row1{
     
      display:grid;
	  
      grid-template-columns:1fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(5px, auto);
	  
   /* border details */
	 /*- border:#333 1px solid;*/
	  border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }
/*------------------------------*/
/*------------------------------*/
 .cards_imageLscr{
 display: none;  /*hide away small screen version cards image (different versions have different sizes) */
}
  
 
/*-------------------------*/
/*-----------------------------*/





.Go_green{
 /*pointer-events: none;*/
  color: green;
}

.Stop_red{
 /*pointer-events: none;*/
  color: red;
}




	  	.Chkin_LScr {
 display: none;
		}
			  	.Chkin_SScr {
 display: inline;
		}
	
/*-----------------------------*/
	  	.checkin_imageSscr {
 display: inline;
		}

	  	.checkin_imageLscr {
			
 display: none;

		}


	  	.checkout_imageSscr {
			
 display: inline;

		}
		
			  	.checkout_imageLscr {
			
 display: none;

		}

/*-----------------------------*/
	
}	

/* On screens that are 992px wide or more, the background color is Gold 768 */
@mediax only screen and (min-width: 700px) and (max-width: 992px) {}
@mediax screen and (min-width: 992px) {

  body {
    /*background-color: yellow; */
	background-color: #333;
	background-color: black;
	background-color: #cf4560;
	background-color: black;
    color: black;
	font-size: 30px;

/*corner edges tester; */	
    margin: 10px;
    border: 1px solid #fff;
   /* background-color: #ffffff;*/
	 background-color: #919900;
	
	box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	
	background-color: #919900;
	background-color: black;
/*corner edges  tester; */		
 }
 
/* =============== start Image Display =================*/
.main-img {width: 100%;}
.imgs  {width: 100%;
grid-template-columns: repeat(2, 1fr);
}
/* =============== end Image Display =================*/

 
.Image_container{
	grid-template-columns:2fr 1fr;
	width: 100%;
	grid-auto-rows:minmax(100px, auto);
	}
	
.description{
	grid-template-columns:1fr 6fr 1fr;
	}


/* =====--------- Start grid areas content display -----------=====*/

/* =====----end of content_container---=====*/

.content_container{
	margin: 10px;
    border: 5px solid #fff;
	grid-template-columns:1fr 3fr 1fr;
	grid-auto-rows:minmax(100px, auto);
	
	"Header Header Header"
	"side-3 content-1 side-4"
	"side-i3 content-i1 side-i4"
	"side-5 content-2 ender55"
	"side-6 content-3 side-7"
	"side-8 content-4 content-4"
	"side-9 content-5 side-10"

/*.opener1{ grid-area:Header;} */
opener1{ grid-area:Header;} .opener1{ grid-area:Header;} .opener1{ grid-area:Header;}		
.headlineprice{ grid-area:side-3; } .lscr{ grid-area:content-1;} .ender2{ grid-area:side-4;}
.imageStart{ grid-area:side-i3; } .imageContent{ grid-area:content-i1;} .imageEnd{ grid-area:side-i4;}
.opener3{ grid-area:side-5; } .room1{ grid-area:content-2;} .ender35{ grid-area:ender55;}
.opener4{ grid-area:side-6; } .room4{ grid-area:content-3;} .ender3{ grid-area:side-7;}
.opener5{ grid-area:side-8; } .house_rules{ grid-area:content-4;} .house_rules{ grid-area:content-4;}
.room6{ grid-area:side-9; } .room7{ grid-area:content-5;} .room8{ grid-area:side-10;}

}

/* =====----end of content_container---=====*/	


/* .opener0{ grid-area:side-1; } */


	 .opener1{
	 grid-column:1/4;
	 text-align-last: center; 
	 }
	
	
	
	.title3{
		text-align: left;
		color: green;}
	
	
	.title1{
  color: red;
  text-align: left;
}
	
	a {
text-decoration: none;
}
	
.form_post{  display: none; }

	

/* =====--------- End  grid areas content display -----------=====*/







 /*STAR Hide Small Screen Scr description class */
.Sscr{
 display: none;  /*hide away small screen version of content */
}
  

 /*END Hide Small Screen Scr description class*/
	
		 .lscr {
 display: inline;
 	font-size: 25px;
	/*font-size: 1.2em;*/
	font-family: 'Roboto', sans-serif;
	 line-height: 0.8cm;
	 
  h1, h2, h3, h4, h5, h6{
  line-height: 30px; 
  margin-top:20px;
  margin-bottom:10px;
  
}
	 
		}	
		
/*--------------------------*/	
	

 .house_rules {
grid-column:2/4;
font-family: 'Roboto', sans-serif;
  font-size: 15px;
 padding: 5px; 
 color: black; 
 }
 
 
	  	.checkin_imageSscr {
 display: none;
		}

	  	.checkin_imageLscr {
			
 display: inline;

		}

	  	.checkout_imageSscr {
 display: none;
		}

	  	.checkout_imageLscr {
			
 display: inline;

		}
/*------------------------------*/
 .cards_imageLscr{
 display: inline;  /*hide away small screen version cards image (different versions have different sizes) */
} 
/*-------------------------*/
 .cards_imageSscr{
 display: none;  /*hide away small screen version cards image (different versions have different sizes) */
}
/*-------------------------*/	
 

 .header, .footer {
  font-size: 20px;
 padding: 5px; 
 color: #008CBA; 
 }
 
  h2{

 font-size: 20px;
 padding: 5px; 
 color: #008CBA; 
 } 
 
 
 
 .wrapper{ grid-template-columns:2fr 1fr;}
  /*.description{ grid-template-columns:2fr 1fr;}*/
  
  
 


	  	.opener1 {
 display: inline;
  /*grid-column:1/3;*/
		}



.opener2 {			/*Show this div on largeScreen Scr description class*/
 display: inline; 
 
		}
	  	.headlineprice {
 display:inline;
		}		


	  	.opener3 {
 display: inline;
		}

	  	.ender1 {
 display: inline;
		}
/*------------Table  Grid with room prices ------------------*/	
		  .headerrow, .row2{

      display:grid;
      grid-template-columns:3fr 1fr 1fr 1fr 1fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(10px, auto);
	  
	font-size: 20px;
	color: #008CBA; 
	
	/*  border:#333 1px solid;
      padding:1em; */
	  
	  
	 border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }
/*------------ ------------------*/	
/*------------Table with room prices ------------------*/
		  .houserules_row1{
     
      display:grid;
	  
      grid-template-columns:1fr 4fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(5px, auto);
	  
   /* border details */
	 /*- border:#333 1px solid;*/
	  border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }

/*------------------------------*/




.room1{
	/*grid-column:2/4;	*/
}

.room5{
	grid-column:2/4;
	
}




	  	.otherinfo3 {
 display: inline;
 /* font-family: 'Alegreya Sans', sans-serif;*/
 
 font-family: 'Roboto', sans-serif;
 font-size: 1.1em;
 	}

	  	.room2 {
 display: inline;
 font-family: 'Open Sans', sans-serif;
 }
 
 }	
	
	/* On screens that are 600px wide or less, the background color is olive */
	


/*---======== tablet view  ==================---*/
/*---=============--*/
 .adults{
	display: grid;
	grid-template-columns:1fr;
	grid-auto-rows:1fr 1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"adults-label"
	"adults-inputd"
	}
.adults-label{grid-area:adults-label;}
.adults-inputd{grid-area:adults-inputd;}
.adults-label,.adults-inputd{
	 border-style: hidden;
}
/*----==============----*/
 .children{
	display: grid;
	grid-template-columns:1fr;
	grid-auto-rows:1fr 1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"children-label"
	"children-inputd"
	}
.children-label{grid-area:children-label;}
.children-inputd{grid-area:children-inputd;}
.children-label,.children-inputd{
	 border-style: hidden;
}
/*---===============---*/

/*--==============--*/	
@media only screen and (min-width: 0px) and (max-width: 700px) {

/*	
input[type=text],.search-input,#search-input-accomType,.edit-items{
	font-family:quicksand;
} */
	
	#submitForm{ /*--==removes this submit button from view ==--*/
	display:none
}
		
  body {
    background-color: olive;
    color: white;
	/* color: red; */
	/*-- color: 5752cb; --*/
	font-family: inconsolata;
	font-family: SFProText;
	color: red;	
  }
 
  /*==================================*/
  .wrapper2{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-auto-rows:2fr 1fr 2fr 2fr 2fr;
	grid-gap:2px;	
	padding: 5px;
	background-color: lightblue;
	
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;


	
	
	grid-template-areas:
	"Header Header Header Header"
	"search-input-accomType search-input-accomType search-input-accomType search-input-accomType"
	"date11 date11 date22 date22"
	"adults adults child child" 
	"sendForm sendForm sendForm sendForm"
	
}
  
 /*.search-results{display:none;} */
  .search-inputX{grid-area:Header;}
  .dropdownX{grid-area:search-input-accomType;}
  .datefrom{grid-area:date11;}
  .dateto{grid-area:date22;}
  #adults{grid-area:adults;}
  #children{grid-area:child;}
  #sendFormX{grid-area:sendForm;} 
  
  .wrapper2 * {
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
	grid-auto-flow: column;
	}
.wrapper2 {
	width:100%;
}	

  /*============NumberChildren======================*/ 
  
  /*========== comboTest ===========================*/
.combotest{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-auto-rows:2fr 1fr 2fr 2fr 2fr;
	grid-gap:2px;	
	padding: 15px;
	background-color: lightblue;
	
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;
	
	
	grid-template-areas:
	"Header Header Header Header"
	"accomType accomType accomType accomType"
	"date1 date1 date2 date2"
	"adults adults child child" 
	"rooms rooms rooms rooms"
}
.destinationC{ grid-area:Header;}
.accomType{ grid-area:accomType;}
.date1{ grid-area:date1;}.date2{ grid-area:date2;}
.adults{ grid-area:adults;}
.child{ grid-area:child;}
.rooms{ grid-area:rooms;}

  /*-======= This will center text of all child classes of parent class "combotest" ===============--	*/
  .combotest * {
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;

background-color: red;
background-color: #AB85C9;
background-color: #939597;
background-color: #D3D4D5;
background-color:#BABBBD;/*light grey colour*/
background-color:#4682bf;/*azure colour*/
background-color:#6082b6; /*gloucous(lignt azure) colour*/
color: #d7c5e5 ;
color: white ;
font-family:inconsolata;
padding: 5px; 
	}
   /*========== END comboTest ===========================*/
  /*--=====================--*/
  
  
  
   .cards_imageSscr {
 display: none;
		}
		
		/*-------------note that the Lscr imagges are smaller so they've been used for this the very small screens -----------------*/
	  	.checkin_imageSscr {
 display: none;
		}

	  	.checkin_imageLscr {
			
 display: inline;

		}

	  	.checkout_imageSscr {
 display: none;
		}

	  	.checkout_imageLscr {
			
 display: inline;

		}
/*------------------------------*/
  
/*------------Table  Grid with room prices ------------------*/
		  .headerrow, .row2{

      display:grid;
      grid-template-columns:2fr 1fr 1fr 1fr 1fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(5px, auto);
	  
   /* border details */
	 /*- border:#333 1px solid;*/
	  border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }
/*------------------------------*/
/*------------Table with room prices ------------------*/
		  .houserules_row1{
     
      display:grid;
	  
      grid-template-columns:1fr;
	
      grid-auto-rows: 70px;
      grid-gap:1em;
	  grid-auto-rows:minmax(5px, auto);
	  
   /* border details */
	 /*- border:#333 1px solid;*/
	  border:#808080 1px dotted;  
     padding:1em;
	
		margin-top:5px;
		margin-bottom:1px;
    }
/*------------------------------*/
  
  
 	  	.lscr {
			
 display: none;

		} 
  
#search-results,.search-results{ 
widthX:700px;
width:60%;
widthX:auto;
}
 

  
} /*------ end 700px ---*/
/*--====================================--*/
@media only screen and (min-width: 700px) and (max-width: 1200px) {

#search-resultsX{ 

	  width:100%;
	  width:auto;
	  width:45%; 
	  overflow: hidden; /* Hide scrollbars */
	  
	 min-width: 400px;
	 min-width: 65%;
	 font-sizeX: 40px;
	 font-sizeX: 150%;
	 
   max-widthx: 800px;
   font-size: 150%;
   font-size: 4vw;
   font-size: max(1em, 12px)
	  
}

body {
	background-color: blue;
	background-color: #939597;
	background-color: #56887d;
	background-color: #a19d94;
	font-size: 16px;
	font-size: 1.875em;
	font-size: 4vw;
	
	font-sizeX: max(1em, 12px);
}

	#submitForm{ /*--==removes this submit button from view ==--*/
	display:none
}

.content_container{
	margin: 10px;
    border: 5px solid #fff;
	border: 5px solid #f5df4d;
	
	
}

.composer,.combob1{
	display:none;
}
div.composer *{
background-color: #939597;
}
 /*==================================*/
  .wrapper2{
	display: grid;
	grid-template-columns:1fr 2fr 1fr 1fr;
	grid-auto-rows:1fr 1fr ;
	grid-gap:2px;	
	padding: 5px;
	background-color: lightblue;
	
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
grid-auto-flow: column;
height:auto; 

	
	
	grid-template-areas:
	"Header search-input-accomType date11 date22"

	"adults child sendForm sendForm " 
	
	
}
  
  .search-input-accomType{
	  width:200px;
  }
 /*.search-results{display:none;} */
  .search-inputX{grid-area:Header;}
  .dropdownX{grid-area:search-input-accomType;}
  .datefrom{grid-area:date11;}
  .dateto{grid-area:date22;}
  #adults{grid-area:adults;}
  #children{grid-area:child;}
  #sendFormX{grid-area:sendForm;} 
  
  .wrapper2 * {
display: grid;
justify-content: center;
align-content: center;
gap: 4px;
	grid-auto-flow: column;
	}
	
/*----============== locate the destination search list below the input field =================----*/
.search-results{ /*-- float the list of destinations --*/ 
 position: absolute;
 display: inline-block;
  z-index: 9;	
  object-position: left bottom;
top:80px;  
left:80px; 
widthx:200px;
widthx:auto;

/*-- 1 this part combined with part 2 below locate the result of searching the destination list below the destination search input field of --*/
  display: grid;
  grid-template-areas: "grid-overlap";
  width: max-content;
  widthx: 2000px;
  width:auto;
}

.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
	}
/*----==============================----*/

.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
heightX:1px;
overflow: hidden; /* Hide scrollbars */ 
width:105%;
width:105%;
max-width: 500px;
text-alignX: left;
	}


} /*------ end 700px -1200px ---*/
/*---===========================---*/


/*---===========================---*/	

/*---= @media screen and (min-width: 1200px) { ---*/	
/*---= @mediaX only screen and (min-width: 400px) and (max-width: 700px) {  =---*/
/*---=@mediaX only screen and (min-width: 400px) and (max-width: 700px) =---*/
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
body {
	background-color: coral;
	font-size: 35px;	
}
.composer,.combobar{ display:none;}
.content_container{
	padding: 13px;
	border: 5px solid #fff;
	}
 #submitForm{width:99%; background-color: white; border-radius: 20px; transition: 1s border-radius, 2s background-color;} 
  .wrapper2{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows:1fr 1fr;
	grid-gap:1px;	
	padding: 15px;
	background-color: lightblue;
	border-radius: 40px;
	padding: 13px;
	width:auto;
	width:900px;
	width: 100%;
	width:1200 px;
	width:1400px; /*---- horizontal width------*/
	width: 100%;
	width:auto;
	margin: auto;  /*  2 places div at center ------*/

	
  }	
  #search-resultsXXX{grid-area:search-results;}
  #Xsearch-inputX{grid-area:search-results;}
  

  /*--==============--*/


.search-results{ /*-- float the list of destinations --*/ 
 position: absolute;
 display: inline-block;
  z-index: 9;	
  object-position: left bottom;
top:70px;  
left:80px; 
widthX:200px;
widthX:auto;

/*-- 1 this part combined with part 2 below locate the result of searching the destination list below the destination search input field of --*/
  display: grid;
  grid-template-areas: "grid-overlap";
  width: max-content;
  heightX:50px;
}

.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
heightX:1px;
overflow: hidden; /* Hide scrollbars */ 
	}
/*-- float the accomodation type list --*/ 
.dropdown-content{
 position: absolute;
 display: inline-block;
  z-index: 9;	
  object-position: left bottom;
top:70px;  
left:80px; 
width:200px;
width:auto;

/*-- 1 this part combined with part 2 below locate the result of searching the destination list below the destination search input field of --*/
  display: grid;
  grid-template-areas: "grid-overlap";
  width: max-content;
} 

.distClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
 
	}
/*-- end 88***============================--*/

  /*--=============--*/
  .submitForm{ 
   font-size: 10px;
   width: 70%;
  }
	
/*--============== change properties of submit button ======================--*/
      #submitForm{width:99%; background-color: white; border-radius: 20px; transition: 1s }  /*--=1  change properties of submit button =--*/

    #submitForm{ /*--= 2  change properties of submit button =--*/
      width: 25%;
	  width: auto; 
	  width: 30%; /*--= this adjusts the width of the search glass =--*/

	  
      margin-top: 0px;
      margin-left: inherit;
      position: relative;
      top: 0px;
      left: 12px;
      padding: 0px 5px 2px 5px;
      background: #fee319 url(searcIcons/blue1.png) center center no-repeat;
      background-size: 72% 72%;
	  background-size: auto auto;
      border-radius: 100%;
      text-indent: -9999px;
	  

  background-size:contain;
    }
	
	#submitFormX1,#accom_type{ /* removes these alternative views from this media querry */
		 display: none;
	}
.search-inputX,#accom_type,#datefrom,#dateto,#adults,#children,#sendFormX{  /* centers the components in the parent div */
  display: flex;
  justify-content: center;
  border-radius: 0px;
 
}


#sendFormX{ /* rounds off the  left most (location search)*/

	 border-radius: 0px 25px  25px 0px;
}
#search-inputX,#search-input{ /* rounds off the right most ( search button )*/

	 border-radius: 25px 0px 0px 25px ;
}

        #submitForm {}
		#sendFormX{
   
      backgroundX: #fee319 url('#submitForm') center center no-repeat;
    
    }
/*--====================================--*/
#sendFormX44{
    height: auto; 
    width: auto; 
}
#submitFormX44{
    height: auto; 
    width: auto; 
}

.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
heightX:1px;
overflow: hidden; /* Hide scrollbars */ 
	}
.destClassDec{
overflow: hidden; /* Hide scrollbars */ 	
}

/*-= these arrange the adults and children labels together with accompanying digit holders  ======--*/

/*--=== START===--*/
 .adults{
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-auto-rows:1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"adults-label"
	"adults-inputd"
	}
.adults-label{grid-area:adults-label;}
.adults-inputd{grid-area:adults-inputd;}
.adults-label,.adults-inputd{
	 border-style: hidden;
}
/*----==============----*/
 .children{
	display: grid;
	grid-template-columns:1fr;
	grid-auto-rows:1fr 1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"children-label"
	"children-inputd"
	}
.children-label{grid-area:children-label;}
.children-inputd{grid-area:children-inputd;}
.children-label,.children-inputd{
	 border-styleX: hidden;
}

#children-label,#adults-label,.adults-inputd,.children-inputd{
margin: auto; /*-- center the contents of cell ---*/
}
/*---=== end chidren and adults ============---*/

}    /*--==== END 1200px -1350px ========--*/
/* --====================================-- */
 
@media screen and (min-width: 1350px) {



#search-results{
widthX:1000px;
width:auto;		
width:35%;
}	
	
.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
heightX:1px;
overflow: hidden; /* Hide scrollbars */ 
width:105%;
width:105%;
	}
.destClassDec{
overflow: hidden; /* Hide scrollbars */ 	
}	


html {
    overflow-y: scroll;
}
	
	html {
    width: 100vw;
}

.details{
  border: 1px solid black;
  padding: 25px; /* space between border and ribbon */ 
  background-color: lightblue;
}

body{
    overflow-x:hidden;
	overflow-y:hidden;
}


body {
	

	background-color: red; 
	font-size: 12px;
	font-size: 33px;
}
.composer,.combobar{ display:none;}
.content_container{
	padding: 13px;
	margin: 10px;
    border: 5px solid #fff;
	}
 #submitForm{width:99%; background-color: white; border-radius: 20px; transition: 1s border-radius, 2s background-color;} 
  .wrapper2{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows:1fr 1fr;
	grid-gap:1px;	
	padding: 15px;
	border-radius: 40px;
	padding: 13px;
	width:auto;
	width:600px;
	width: auto;
	width: auto;
	

	width:1200px; /*---- horizontal width------*/
	margin: auto;  /* 1---- 1 and 2 places div at center ------*/
	widthX: auto%;   /* 2 ---- 1  and 2 places div at center------*/
background-color:purple;

justify-content: center;

display: grid;
justify-content: center;
align-content: center;
gap: 4px;
	grid-auto-flow: column;
	
  }	
  #search-resultsXXX{grid-area:search-results;}
  #Xsearch-inputX{grid-area:search-results;}
  

  /*--==============--*/
  .wrapper2X{

	 position: relative;
	 width: 50%;
}

.search-results{ /*-- float the list of destinations --*/ 
 position: absolute;
 display: inline-block;
  z-index: 9;	
  object-position: left bottom;
top:70px;  
left:80px; 
widthX:200px;
widthX:auto;

/*-- 1 this part combined with part 2 below locate the result of searching the destination list below the destination search input field of --*/
  display: grid;
  grid-template-areas: "grid-overlap";
  width: max-content;
  width: max-content;
}

.destClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
 
	}
/*-- float the accomodation type list --*/ 
.dropdown-content{
 position: absolute;
 display: inline-block;
  z-index: 9;	
  object-position: left bottom;
top:70px;  
left:80px; 
width:200px;
width:auto;

/*-- 1 this part combined with part 2 below locate the result of searching the destination list below the destination search input field of --*/
  display: grid;
  grid-template-areas: "grid-overlap";
  width: max-content;
} 

.distClass{
/*-- 2 combine this with 1 */	
  grid-area: grid-overlap;
  overflow: overlay; 
 
	}
/*-- end 88***============================--*/

  /*--=============--*/
  .submitForm{ 
   font-size: 10px;
   width: 70%;
  }
	
/*--============== change properties of submit button ======================--*/
      #submitForm{width:99%; background-color: white; border-radius: 20px; transition: 1s }  /*--=1  change properties of submit button =--*/

    #submitForm{ /*--= 2  change properties of submit button =--*/
      width: 25%;
	  width: auto;
	  width: 25%; /*--= this adjusts the width of the search glas =--*/

	  
      margin-top: 0px;
      margin-left: inherit;
      position: relative;
      top: 0px;
      left: 12px;
      padding: 0px 5px 2px 5px;
      background: #fee319 url(searcIcons/blue1.png) center center no-repeat;
      background-size: 72% 72%;
	  background-size: auto auto;
      border-radius: 100%;
      text-indent: -9999px;
	  

  background-size:contain;
    }
	
	#submitFormX1,#accom_type{ /* removes these alternative views from this media querry */
		 display: none;
	}
.search-inputX,#accom_type,#datefrom,#dateto,#adults,#children,#sendFormX{  /* centers the components in the parent div */
  display: flex;
  justify-content: center;
  border-radius: 0px;
 
}


#sendFormX{ /* rounds off the  left most (location search)*/

	 border-radius: 0px 25px  25px 0px;
}
#search-inputX,#search-input{ /* rounds off the right most ( search button )*/

	 border-radius: 25px 0px 0px 25px ;
}

        #submitForm {}
		#sendFormX{
   
      backgroundX: #fee319 url('#submitForm') center center no-repeat;
    
    }
/*--====================================--*/
#sendFormX44{
    height: auto; 
    width: auto; 
}
#submitFormX44{
    height: auto; 
    width: auto; 
}



/*-= these arrange the adults and children labels together with accompanying digit holders  ======--*/

/*--=== START===--*/
 .adults{
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-auto-rows:1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"adults-label"
	"adults-inputd"
	}
.adults-label{grid-area:adults-label;}
.adults-inputd{grid-area:adults-inputd;}
.adults-label,.adults-inputd{
	 border-style: hidden;
}
/*----==============----*/
 .children{
	display: grid;
	grid-template-columns:1fr;
	grid-auto-rows:1fr 1fr;
	background-color: lime;
	background-color: #cabada;

	grid-gap: 0;
	
	grid-template-areas:
	"children-label"
	"children-inputd"
	}
.children-label{grid-area:children-label;}
.children-inputd{grid-area:children-inputd;}
.children-label,.children-inputd{
	 border-styleX: hidden;
}

#children-label,#adults-label,.adults-inputd,.children-inputd{
margin: auto; /*-- center the contents of cell ---*/
}
/*---=== end chidren and adults ============---*/

#search-input{  
color: blue; 	
}
} /*--== end of min 1350PX querry==--*/ 

