@charset "UTF-8";


.advert-outer-container {
  padding: 5px 5px 5px 5px;
}

.advert-container {
  padding: 5px 5px 5px 5px;
  border-radius: 5px; /* new */
  border-style: solid; /* new */
  border-color: grey; /* new */
}

.book-now-tag {
  text-align: center;
  color: black;                                            /* red on some files */                                      /* not bold on some files */
}

.c17-000000004-general-padding {
    padding: 10px 0px 10px 0px;
  }

/* ########## style 1: ########## */
.c17-000000004-right-content {
  background-color: #FFFFFF;                     /* sets the background color of right first level container */
  float: left;
  width: 80%;
  padding: 0 20px;
}

/* ########## style 2: ########## */


.c17-000000004-right-content-left-bar {
  /* search bar background color held in themes css */
  float: left;
  width: 20%;
  padding: 10px 10px 10px 10px;
  /*margin-top: 7px;*/
  text-align: center;
  display: block;
  /* search bar text color held in themes css */
}

.c17-000000004-advert-picture {
  background-color: #FFFFFF;
  float: left;
  width: 30%;
  padding: 30px 10px 10px 10px;
}

.c17-000000004-advert-text {
  background-color: #FFFFFF;
  float: left;
  width: 70%;
  padding: 0px 0px 0px 0px;                        /* mix of 0 10 and 20 */
}

.c17-000000004-advert-text-left {
  background-color: #FFFFFF;
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

.c17-000000004-advert-text-right {
  background-color: #FFFFFF;
  float: left;
  width: 50%;
  padding: 10px 10px 10px 10px;
}

.c17-000000004-button {
  background-color: #0C090A;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

#c17-000000004-button-update-search {
  background-color: #1AA260;
  color: white;
}

#c17-000000004-button-reset-search {
  background-color: #98AFC7;
  color: black;
  font-weight: bold;
}

.c17-000000027-input , .c17-000000027-select, .c17-000000027-label {
width: 100%;
padding: 10px 10px; line-height: 10px;
float: left;
}

.c17-000000027-guests-select {
  float: left;
  width: 50%;
  padding: 0px 10px 0px 10px;
}

.c17-000000004-button-reset {
  background-color: #778899;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1050px) {
  
  .c17-000000004-right-content-left-bar {
    width: 100%;
  }
  
  .c17-000000004-right-content {
  width: 100%;
  }
  
  input[type=date], input[type=text] {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 20px 10px;
  line-height: 28px;
  color: black;
  }
  select, button {
  font-size: 20px;
  padding: 20px 10px;
  color: black;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 750px) {

.c17-000000004-advert-picture,
.c17-000000004-advert-text,
.c17-000000004-advert-text-left,
.c17-000000004-advert-text-right {
  width: 100%;
  }

/* Makes font bigger for mobile menu */
  .c17-000000027-input,
  .c17-000000027-select,
  .c17-000000027-label,
  .c17-000000004-button,
  .c17-000000004-check-box-label {
  font-size: 18px;
 }
}
