/* Standard base site */
* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background: #efeee3 url(/templates/client/images/background.jpg) repeat center top;
  font-family: 'Kameron', Helvetica, Arial;
}

ul.rslides {
  z-index: -1;
}

.wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

input[type=date] {
  position: relative;
  background-position: right 0.3em center;
  background-repeat: no-repeat;
  background-size: 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="#fff" d="M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"/></svg>');
}

input[type=date]::-webkit-datetime-edit-year-field:focus,
input[type=date]::-webkit-datetime-edit-month-field:focus,
input[type=date]::-webkit-datetime-edit-day-field:focus,
input[type=date]::-webkit-datetime-edit-week-field:focus,
input[type=date]::-webkit-datetime-edit-hour-field:focus,
input[type=date]::-webkit-datetime-edit-minute-field:focus,
input[type=date]::-webkit-datetime-edit-second-field:focus,
input[type=date]::-webkit-datetime-edit-millisecond-field:focus,
input[type=date]::-webkit-datetime-edit-ampm-field:focus {
  background-color: inherit;
  color: inherit;
  text-shadow: 0 0 1px white;
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  color: transparent;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
}

input[type=date]::-webkit-calendar-picker-indicator:hover {
  background-color: transparent;
}

header {
  /* Functionality related */
  /* Theme-related */
}

header {
  position: relative;
  z-index: 2;
  border-top: 2px dashed #71529c;
  background: #3a2755 url(/templates/client/images/fleur-tile.jpg) top center;
  font-family: "Open Sans";
  box-shadow: inset #000 0px -52px 10px -3px;
}

header .head {
  overflow: hidden;
  position: relative;
}

header .head:before {
  content: '';
  display: block;
  width: 0;
  padding: 100px 450px;
  margin-left: -450px;
  margin-top: -110px;
  height: 0;
  background: rgba(173, 173, 173, 0.05);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  border: 10px solid rgba(173, 173, 173, 0.05);
  box-shadow: #000 0px 5px 70px -10px;
  z-index: 0;
}

header div#logowrapper {
  text-align: center;
}

header div#logowrapper a#logo {
  border-radius: 6px;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 30px;
  text-decoration: none;
  color: #3e3b32;
  text-align: center;
  background: #615d4d;
  position: relative;
  z-index: 1;
  padding: 15px;
  border: 5px solid #615d4d;
  font-size: 0.9em;
  box-shadow: #000 0px 10px 60px -10px;
}

header div#logowrapper a#logo:before {
  content: '';
  display: block;
  width: 110%;
  height: 120%;
  background: #b9ae83;
  background-image: linear-gradient(to bottom, #b9ae83 0%, #f0ede2 25%, #f0ede2 39%, #c5bd9a 100%);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  left: -6.5%;
  border: 5px solid #615d4d;
  top: -15%;
}

header div#logowrapper a#logo:after {
  border-radius: 4px;
  background: #cdc49f;
  background-image: linear-gradient(to bottom, #cdc49f 0%, #f0ede2 25%, #f0ede2 39%, #cdc49f 100%);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

header div#logowrapper a#logo strong {
  position: relative;
  font-family: 'Great Vibes', cursive;
  font-size: 3.4em;
  display: block;
  line-height: 1em;
  font-weight: normal;
  text-shadow: #a0987e 3px 2px 14px;
}

header div#logowrapper a#logo span {
  position: relative;
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.7em;
  line-height: 1em;
  text-shadow: #e9e0bd 0px 1px 0px;
  text-align: center;
  font-family: 'Kameron', Helvetica, Arial;
  text-indent: 0.7em;
}

header div#logowrapper a#logo strong:before,
header div#logowrapper a#logo span:after {
  content: '';
  background: url(/templates/client/images/logo-flourish-top.png) no-repeat center;
  background-size: cover;
  width: 158px;
  height: 34px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -79px;
  top: -40px;
}

header div#logowrapper a#logo span:after {
  top: 30px;
  background-image: url(/templates/client/images/logo-flourish-bot.png);
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  header div#logowrapper a#logo {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: .75em;
  }
}

header nav#menu #toggle-menu {
  display: none;
}

@media only screen and (max-width: 1000px) {
  header nav#menu #toggle-menu {
    display: block;
  }
}

header nav#menu label,
header nav#menu a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1em;
  user-select: none;
}

header nav#menu input[type="checkbox"] {
  display: none;
}

header nav#menu ul {
  padding: 0;
}

header nav#menu ul.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
}

header nav#menu ul.main-menu ul.sub-menu ul {
  top: 0;
  left: 100%;
}

header nav#menu li {
  position: relative;
  display: block;
}

header nav#menu ul.main-menu>li {
  float: left;
}

@media only screen and (max-width: 1000px) {
  header nav#menu #toggle-menu {
    display: block;
  }

  header nav#menu ul,
  header nav#menu ul.main-menu {
    display: none;
  }

  header nav#menu ul.main-menu ul.sub-menu {
    position: static;
  }

  header nav#menu ul.main-menu>li {
    float: none;
  }

  header nav#menu label i {
    float: right;
    padding-right: .25em;
  }
}

@media (min-width: 1000px) {
  header nav#menu ul.main-menu li:hover>ul.sub-menu {
    display: block;
  }
}

@media (max-width: 1000px) {
  header nav#menu input[type="checkbox"]:checked+ul {
    display: block;
  }
}

header nav#menu #toggle-menu {
  background-image: linear-gradient(to bottom, #592f5f 0%, #4a2550 25%, #3b1b42 53%, #321237 80%, #250e2a 100%);
}

header nav#menu {
  border-top: 1px dotted #71529c;
  background-color: #35153A;
  background-image: linear-gradient(to bottom, #4a2a4e 0%, #3f1f44 25%, #2f1a33 53%, #1a0c1d 80%, #000000 100%);
  box-shadow: #000 0px 2px 15px -5px;
}

header nav#menu label,
header nav#menu a {
  padding: 1em .5em;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125);
}

header nav#menu label i.fa-chevron-right-or-down::before {
  content: "\f078";
  color: #c396ca;
}

header nav#menu>ul {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

header nav#menu ul.sub-menu {
  min-width: 14em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #592f5f 0%, #4a2550 25%, #3b1b42 53%, #321237 80%, #250e2a 100%);
}

header nav#menu ul.main-menu ul.sub-menu li {
  text-align: left;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: rgba(0, 0, 0, 0.05);
}

header nav#menu ul.main-menu ul.sub-menu li:last-child {
  border-width: 0;
}

header nav#menu ul.main-menu ul.sub-menu label,
header nav#menu ul.main-menu ul.sub-menu a {
  padding: .5em;
  text-transform: capitalize;
}

header nav#menu ul.main-menu>li {
  transition: all 0.3s ease;
  background-image: linear-gradient(to bottom, #592f5f 0%, #4a2550 25%, #3b1b42 53%, #321237 80%, #250e2a 100%);
  flex-grow: 1;
  text-align: center;
  justify-content: center;
}

header nav#menu label:hover,
header nav#menu a:hover {
  background-image: linear-gradient(to bottom, #743a7b 0%, #68386f 25%, #653c6d 53%, #5f3269 80%, #4c2452 100%);
}

header nav#menu ul.main-menu ul.sub-menu label>i {
  float: right;
}

@media only screen and (max-width: 1000px) {
  header nav#menu ul.main-menu {
    background-color: rgba(0, 0, 0, 0.1);
  }

  header nav#menu ul.main-menu li {
    background: none;
    text-align: left;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, 0.05);
  }

  header nav#menu ul.main-menu li:last-child {
    border-width: 0;
  }
}

@media only screen and (min-width: 1000px) {
  header nav#menu ul.main-menu ul.sub-menu label i.fa-chevron-right-or-down::before {
    content: "\f054";
    /* right */
  }
}

@media (hover: hover) {

  header nav#menu label:hover,
  header nav#menu a:hover {
    background-color: rgba(255, 255, 255, 0.6);
    /* color: tomato; */
    transition: all 0.125s ease-in-out;
  }
}

header #darkerpurple {
  box-shadow: #000 3px 3px 13px -4px;
  border-bottom: 1px dotted #4d376a;
  position: relative;
  display: flex;
  background: #221437;
  border-radius: 0 0 5px 5px;
  padding: 8px;
  font-size: 0.8em;
}

header #darkerpurple form {
  display: flex;
  float: left;
  width: 50%;
  z-index: 1;
  position: relative;
}

header #darkerpurple form input {
  background: #a58ca9;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 2px 3px 5px -1px #7b5d80;
  line-height: 1em;
}

header #darkerpurple form button {
  background: #763b80;
  color: #fff;
  padding: 2px 5px;
  border: 0;
  margin-left: 10px;
  border-radius: 3px;
  line-height: 1em;
  text-transform: uppercase;
}

header #darkerpurple>div {
  float: right;
  width: 50%;
  text-align: right;
  color: #7D6E90;
  position: relative;
  line-height: 24px;
  z-index: 1;
}

header #darkerpurple>div>a {
  border-right: 1px solid #7D6E90;
  color: white;
  padding-right: 1em;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 1em;
}

header #darkerpurple>div #socialicons {
  height: 24px;
  display: inline-block;
}

header #darkerpurple>div #socialicons a {
  display: inline-block;
}

header #darkerpurple>div #socialicons a img {
  vertical-align: middle;
}

main {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

main>section {
  flex-grow: 1;
  width: 70%;
}

main>#sidebar {
  width: 30%;
}

main>#sidebar>.cta {
  box-shadow: #000 3px 3px 8px -6px;
  background: #fff;
  padding: 1em;
  border-radius: 0.5em;
  margin-top: 1em;
}

main>#sidebar>.cta>h3 {
  margin: 00;
  font-size: 1.4em;
  line-height: 1em;
  border-bottom: 3px dashed #c8c5b3;
  padding-bottom: 0.7em;
}

main>#sidebar>.cta>h4 {
  margin: 0;
  background: #c8c5b3;
  padding: 1em;
}

main>#sidebar>.cta p {
  padding: 10px;
  margin: 0;
}

main>#sidebar>.cta>a.button {
  display: block;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  background: purple;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4em;
}

main>#sidebar>.cta>a>img {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  background: #dfdccb;
  border-top: double 3px #c8c5b3;
  border-bottom: double 3px #800080;
}

main>#sidebar>.cta>div {
  background: #dfdccb;
  border-top: double 3px #c8c5b3;
  border-bottom: double 3px #800080;
}

main>#sidebar>.cta div.half img {
  float: left;
  margin: 10px;
}

main>#sidebar>.cta>div a {
  background: purple;
}

@media only screen and (max-width: 720px) {

  main,
  main>section,
  main>#sidebar {
    display: block;
    width: 100%;
  }
}

main h1,
main h2,
main h3,
main h4 {
  font-family: 'Kameron', 'Open Sans', Helvetica;
}

main section article#home-guide>ul li h3 {
  margin: 0;
}

main section article#home-guide>ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main section article#home-guide>ul li ul li {
  display: inline-block;
  margin: 0.3em;
  padding: 0;
}

main section article#home-guide>ul li ul li a {
  display: block;
  padding: 0.3em 0.5em;
  background-color: #572e5d;
  border-radius: 5px;
  color: white;
  color: white;
  text-decoration: none;
}

main section article#win-a-stay ul#prizes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1000px) {
  main section article#win-a-stay ul#prizes {
    flex-direction: column;
  }
}

main section article#win-a-stay ul#prizes li {
  width: 300px;
  flex-grow: 1;
  margin: 1em;
  padding: 1em;
  border: 1px solid lightgray;
  background: white;
  box-shadow: 1px 1px 4px grey;
}

main section article#win-a-stay ul#prizes li img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 2px grey;
  border: 1px solid darkgrey;
}

main aside#hotel-filter form {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  padding: 0.5em;
  background-color: #c7c4b5;
  color: #000;
  border-radius: 0.4em;
}

main aside#hotel-filter fieldset {
  width: 32%;
  margin: 1%;
  display: flex;
  border-radius: 7px;
}

main aside#hotel-filter fieldset legend {
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  background: #dad9d1;
  color: #656565;
  padding: 10px;
  border-radius: 7px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  border: 2px dotted #a9a68d;
}

main aside#hotel-filter button {
  width: 30%;
  margin: 1%;
  display: block;
  line-height: normal;
  background: purple;
  color: #fff;
  border: none;
  padding: 0.2em;
  border-radius: 0.3em;
  font-size: 1.4em;
}

main section#hotel-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main section#hotel-list ul>li {
  border: 5px solid white;
  margin: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 1%;
  width: 31.3%;
  min-height: 15em;
  display: flex;
}

main section#hotel-list ul>li a {
  transition: all 0.3s ease;
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #7e64a2;
}

main section#hotel-list ul>li a:hover {
  background: rgba(99, 0, 115, 0.45);
}

main section#hotel-list ul>li a h3 {
  margin: 0;
  margin-bottom: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  transition: all .3s ease;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-shadow: #000 2px 2px 10px;
}

main section#hotel-list ul>li a:hover h3 {
  background: black;
  border-bottom: 2px solid #de00ff;
}

main section#hotel-list ul>li a p.blurb {
  transition: all .6s ease;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  margin: 0 10px;
  font-size: .8em;
  line-height: 1.2em;
}

main section#hotel-list ul>li a:hover p.blurb {
  max-height: 120px;
  margin: 10px;
}

main section#hotel-list ul>li a p.amenities {
  display: flex;
  max-height: 0;
  transition: all .6s ease;
  margin: 0;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

main section#hotel-list ul>li a:hover p.amenities {
  max-height: 50px;
}

main section#hotel-list ul>li a p.amenities i {
  flex-grow: 1;
  margin-top: 5px;
}

@media only screen and (max-width: 1000px) {
  main section#hotel-list ul>li {
    width: 48%;
  }
}

@media only screen and (max-width: 580px) {
  main section#hotel-list ul>li {
    width: 98%;
  }
}

main section#hotel-item aside#quick-links {
  display: flex;
  flex-wrap: wrap;
}

main section#hotel-item aside#quick-links a {
  display: inline-block;
  background: linear-gradient(to bottom, #ab9365 0%, #9d8a5f 50%, #97855d 80%, #8d7f5a 100%);
  padding: 0.5em;
  color: white;
  text-decoration: none;
  font-family: 'Kameron', Helvetica, Arial;
  text-align: center;
  flex-grow: 1;
  flex-basis: 100%;
  box-shadow: 0 5px 25px -10px black;
}

main section#hotel-item aside#quick-links a.reserve {
  background: linear-gradient(to bottom, #770000 0%, #6e0000 25%, #600000 50%, #470000 100%);
}

@media only screen and (min-width: 600px) {
  main section#hotel-item aside#quick-links a {
    flex-basis: 25%;
    margin: 0 1em;
  }

  main section#hotel-item aside#quick-links a:nth-child(4) {
    order: 1;
  }

  main section#hotel-item aside#quick-links a:nth-child(5) {
    order: 2;
  }

  main section#hotel-item aside#quick-links a:nth-child(6) {
    order: 3;
  }
}

main section#hotel-item aside#quick-links a sub {
  font-size: 1em;
  position: static;
  display: block;
  line-height: 1em;
}

@media only screen and (max-width: 700px) {
  main section#hotel-item aside#quick-links a sub {
    display: none;
  }
}

main section#hotel-item aside#quick-links ul.rslides {
  border: 0.3em solid white;
  box-shadow: 0 5px 25px -10px black;
}

main section#hotel-item article#overview img {
  float: right;
  margin: 0 0 1em 1em;
  border: 5px solid white;
  box-shadow: 0 5px 25px -10px black;
  min-width: 30%;
  max-width: 50%;
}

aside.purple-cement {
  background: url(/templates/client/images/purple-cement.png);
  overflow: hidden;
  box-shadow: inset 0 0 20px black;
  padding-bottom: 12px;
}

aside.purple-cement>article {
  margin: 30px auto;
  padding: 30px;
  background: url(/templates/client/images/background.jpg);
  position: relative;
}

aside.purple-cement>article>div img {
  float: left;
  width: 33%;
  max-width: 300px;
  height: auto;
  margin: 0 30px 40px 0;
}

aside.purple-cement>article>div h3 {
  font-family: 'Open Sans Condensed';
  font-size: 1.3em;
  margin: 0 0 0.2em;
  color: #B0AF9D;
  line-height: 1em;
  text-align: left;
}

aside.purple-cement>article>div hr {
  margin: 0;
}

aside.purple-cement>article>div h4 {
  font-size: 2.6em;
  font-weight: normal;
  margin: 0.7em 0 0.1em;
  line-height: 0.8em;
  text-align: left;
}

aside.purple-cement>article>div span {
  font-size: 0.9em;
  font-style: italic;
  display: block;
  text-align: left;
}

aside.purple-cement>article>div p {
  margin: 0.5em 0 3em;
  text-align: left;
}

aside.purple-cement>article>div .buttons {
  position: absolute;
  bottom: 35px;
  left: 37%;
}

aside.purple-cement>article>div a.visit {
  background: #613568;
  color: white;
  text-decoration: none;
  line-height: 2em;
  text-align: center;
  width: 129px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
}

aside.purple-cement>article>div a.visit:before {
  content: "";
  display: block;
  top: 0;
  left: -0.5em;
  width: 0.5em;
  position: absolute;
  border-color: transparent #613568 transparent transparent;
  border-width: 1em 0.5em 1em 0;
  border-style: solid;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

aside.purple-cement>article>div a.visit:after {
  content: "";
  display: block;
  top: 0;
  right: -0.5em;
  width: 0.5em;
  position: absolute;
  border-color: transparent transparent transparent #613568;
  border-width: 1em 0 1em 0.5em;
  border-style: solid;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

aside.purple-cement>article>div a.readmore {
  background: #321E51;
  color: white;
  text-decoration: none;
  line-height: 2em;
  text-align: center;
  width: 129px;
  position: relative;
  display: inline-block;
  margin-left: 0.7em;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
}

aside.purple-cement>article>div a.readmore:before {
  content: "";
  display: block;
  top: 0;
  left: -0.5em;
  width: 0.5em;
  position: absolute;
  border-color: #321E51 transparent;
  border-width: 1em 0 1em 0.5em;
  border-style: solid;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

aside.purple-cement>article>div a.readmore:after {
  content: "";
  display: block;
  top: 0;
  right: -0.5em;
  width: 0.5em;
  position: absolute;
  border-color: transparent transparent transparent #321E51;
  border-width: 1em 0 1em 0.5em;
  border-style: solid;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer {
  margin-top: 20px;
  text-align: center;
  background: url(/templates/client/images/fleur-tile.jpg);
  border-top: 8px solid #26163D;
  position: relative;
}

footer>.wrapper {
  display: flex;
  flex-flow: wrap;
  margin-top: -20px;
}

footer>.wrapper>div:last-child {
  width: 100%;
}

footer>.wrapper>div {
  width: 32%;
  margin: 1%;
  top: -20px;
  display: inline-block;
  background: white;
  vertical-align: top;
  position: relative;
  min-height: 370px;
  overflow: hidden;
}

footer>.wrapper>div#fbfeed {
  margin-left: 0;
}

footer>.wrapper>div#fbfeed>.fb-page {
  margin-top: -35px;
}

footer>.wrapper>div#footerinfo {
  margin-right: 0;
}

footer>.wrapper>div h3 {
  margin: 0 0 0;
  color: white;
  padding: 15px 0px 52px 0px;
  text-align: center;
  z-index: 1;
  position: relative;
  font-family: "Open Sans Condensed";
  font-weight: normal;
  font-size: 1.4em;
  background: radial-gradient(ellipse at center, rgba(71, 32, 79, 0) 0%, rgba(71, 32, 79, 0.01) 39%, #47204f 40%, #714077 72%, #47204f 100%);
  background-size: 250% 300%;
  background-position: 50% 0%;
}

@media only screen and (max-width: 620px) {
  footer>.wrapper>div {
    width: 100%;
    margin: 10px !important;
  }
}

footer #footerblog h4 {
  margin: 0 1em 0.5em;
}

footer #footerblog a.article {
  text-decoration: none;
  color: black;
  font-style: italic;
  display: block;
  text-align: left;
  padding: 0.25em 1em;
}

footer #footerblog .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 10px;
}

footer #footerblog .videoWrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

footer #footerinfo a {
  /*background: url(/templates/client/images/footer-nola-info-bg.jpg) bottom center no-repeat; */
  display: block;
  padding: 1em 1em 0em 1em;
  text-decoration: none;
  color: #000;
  margin-top: -35px;
  text-align: center;
  width: 100%;
}

footer #footerinfo a p {
  background: white;
  margin: 0;
  padding: 3em 0.5em 1em;
  background: rgba(255, 255, 255, 0.85);
  width: 170px;
}

footer #footerinfo span {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 0.5em;
}

footer #footerinfo span span {
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
}

footer>.wrapper>p {
  text-align: center;
  padding: 25px 0px 40px 0px;
  color: #807098;
  text-transform: uppercase;
  margin: 0;
}

footer>.wrapper>p:before {
  content: "";
  width: 23%;
  height: 18px;
  vertical-align: sub;
  display: inline-block;
  background: url(/templates/client/images/footer-moreInfo-ornament-left.png) top right no-repeat;
}

@media only screen and (max-width: 620px) {
  footer>.wrapper>p:before {
    content: none;
  }
}

footer>.wrapper>p:after {
  content: "";
  width: 23%;
  height: 18px;
  vertical-align: sub;
  display: inline-block;
  background: url(/templates/client/images/footer-moreInfo-ornament-right.png) top left no-repeat;
}

@media only screen and (max-width: 620px) {
  footer>.wrapper>p:after {
    content: none;
  }
}

footer>.wrapper>p a:link,
footer>.wrapper>p a:visited {
  text-decoration: none;
  color: #807098;
}

footer>.wrapper>p a:hover {
  text-decoration: none;
  color: white;
}

footer .wrapper>.explorefooter {
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  background-image: none;
  margin: 1% auto;
  border-radius: 0 0 20px 20px;
  text-align: left;
  height: auto;
  min-height: auto;
}

footer .wrapper>.explorefooter h4 {
  color: #fff;
  margin: 10px 30px 10px 30px;
  font-size: 1.4em;
}

footer .wrapper>.explorefooter>div {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 620px) {
  footer .wrapper>.explorefooter>div {
    float: none;
    width: 100%;
  }
}

footer .wrapper>.explorefooter ul {
  color: #c9a2ff;
  padding: 0 20px 0 20px;
  margin: 10px 10px 10px 0;
  -moz-column-count: 2;
  -moz-column-gap: 50%;
  -webkit-column-count: 2;
  -webkit-column-gap: 50%;
  column-count: 2;
  column-gap: 20px;
}

@media only screen and (max-width: 480px) {
  footer .wrapper>.explorefooter ul {
    column-count: 1;
    column-gap: 0px;
  }
}

footer .wrapper>.explorefooter ul li {
  margin-left: 40px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

footer .wrapper>.explorefooter ul li a {
  color: #fff;
  display: block;
  line-height: 1.6em;
}

footer .wrapper>.copyright {
  width: 100%;
}

form#widget {
  position: relative;
  z-index: 1;
  background: #C8BF94;
  box-shadow: inset #000 0px -3px 10px -7px;
  border-top: 4px double #efece3;
  border-bottom: 4px double #efece3;
}

form#widget fieldset {
  border: none;
  padding: 0px;
}

form#widget fieldset legend {
  display: none;
}

form#widget .widget-main {
  display: flex;
  flex-wrap: wrap;
  flex-flow: wrap;
  padding: 5px 0;
}

form#widget .widget-main>* {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0px;
  padding: 5px 10px;
}

form#widget .widget-main>*>* {
  display: flex;
  align-items: center;
}

form#widget .widget-main input,
form#widget .widget-main select {
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #572e5d;
  color: #fff;
  border: none;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  line-height: normal;
}

form#widget .widget-main input:hover,
form#widget .widget-main select:hover {
  background-color: #793e82;
}

form#widget .widget-main button {
  transition: all .3s ease;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  font-weight: bold;
  background: #B55858;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 10px;
  line-height: normal;
}

form#widget .widget-main button:hover {
  background: #ef4f4f;
}

form#widget .widget-main span {
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  form#widget .widget-main>* {
    display: block;
  }

  form#widget .widget-main input,
  form#widget .widget-main select {
    width: 100%;
  }

  form#widget .widget-main>.button {
    display: flex;
  }

  form#widget .widget-main>*:nth-child(1) {
    width: 50%;
  }

  form#widget .widget-main>*:nth-child(2) {
    width: 50%;
  }

  form#widget .widget-main>*:nth-child(3) {
    width: 25%;
  }

  form#widget .widget-main>*:nth-child(4) {
    width: 25%;
  }

  form#widget .widget-main>*:nth-child(5) {
    width: 50%;
  }
}

.price-container,
.price-container:before,
.price-container:after,
.price-container .price,
.price-container .price:before,
.price-container .price:after {
  height: 8.5em;
  width: 8.5em;
  background: #952222;
  /*url(price-bg.png) top left no-repeat;*/
  /*background-size: 8.5em;*/
}

.price-container:before,
.price-container:after,
.price-container .price:before,
.price-container .price:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.price-container {
  transform: rotate(-39deg);
  shape-outside: circle();
  float: right;
  margin: 1.5em;
  font-size: 0.9em;
}

.price-container:before {
  top: 0;
  left: 0;
  transform: rotate(-30deg);
  width: 100%;
  height: 100%;
}

.price-container:after {
  top: 0;
  left: 0;
  transform: rotate(-15deg);
  width: 100%;
  height: 100%;
}

.price-container .price {
  padding: .5em 0em;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(45deg);
  z-index: 1;
  /* important so the text shows up */
}

.price-container .price:before {
  top: 0;
  left: 0;
  transform: rotate(60deg);
  width: 100%;
  height: 100%;
}

.price-container .price:after {
  top: 0;
  left: 0;
  transform: rotate(75deg);
  width: 100%;
  height: 100%;
}

.price span {
  color: white;
  font-weight: 900;
  font-size: 1.6em;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  line-height: 1em;
}

.price span:nth-child(1) {
  font-family: "Open Sans";
  font-stretch: ultra-expanded;
  transform: scale(1.7, 1);
  letter-spacing: -0.05em;
}

.price span:nth-child(3) {
  margin: 0 -0.5em;
  width: calc(100% + 1em);
}

.price span:nth-child(4) {
  font-size: 1em;
  margin: 0 -1em;
  width: calc(100% + 2em);
  text-transform: none;
  line-height: 1.4em;
}

.price span:nth-child(5) {
  transform: scale(1.2, 1);
  letter-spacing: -0.02em;
  font-size: 1.4em;
}

/*# sourceMappingURL=styles.css.map */
input::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}