/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 30/07/2014, 11:29:34 AM
    Author     : Matt B <mattb@redtiki.com.au>
*/
#Header .brand .header-brand {
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-image: url(../images/logo-mobile-claremont-quarter-2x.jpg);
  background-size: 100% auto;
}

.explore-cq-heading {
  display: none;
}

#vtour-panel {
  display: none;
}

.directions-content {
  text-align: center;
}

.directions-content img {
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  #feedback_form {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #feedback_form {
    position: absolute;
    right: 130px;
  }
}

@media (min-width: 980px) {
  #vtour-panel {
    display: block;
  }

  .directions-content {
    text-align: left;
  }

  .directions-content img {
    height: auto;
    width: auto;
  }

  #Header .brand .header-brand {
    background: url(/themes/cq/images/logo-claremont-quarter.png) center top no-repeat;
  }

  #Header .search.site {
    border-top: none;
    float: left;
    height: 18px;
    margin-left: 37px;
    margin-top: 46px;
    padding: 6px 0px 0px 0px;
    width: 126px;
  }

  #Header .SocialLinks {
    display: block;
    float: left;
    margin: 47px 0 0 21px;
    margin-top: 10px;
    padding: 6px 0px 0px 0px;
    width: 91px;
  }

  #Header .search.site #Search {
    float: left;
  }

  #Header .feedback {
    margin-left: 278px;
    margin-top: 47px;
    position: absolute;
  }

  #Header .search.site form fieldset,
  #Header .search.site #Search,
  #Header .search.site form input {
    display: inline-block;
    width: auto;
  }

  #Header .search.site input.text {
    -webkit-border-radius: 3px 0px 0px 3px;
    background-color: #343232;
    border: 1px solid #403f3f;
    border-radius: 3px 0px 0px 3px;
    float: left;
    /*color: #5d5c5c;*/
    font-size: 11px;
    height: 18px;
    line-height: 16px;
    padding-left: 7px;
    text-transform: uppercase;
    width: 94px;
  }

  #Header .search.site input.action {
    -webkit-border-radius: 0px 3px 3px 0px;
    background-color: #6f6c6c;
    background-image: url(/destination/images/icons/Icon_HeaderSearch.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 13px;
    border: 1px solid #686767;
    border-radius: 0px 3px 3px 0px;
    float: left;
    height: 18px;
    position: static;
    text-indent: -50px;
    width: 22px;
  }
}

.template-HomePage .BlogEntry .Content {
  position: static;
}

.template-HomePage .BlogEntry .Content span {
  bottom: 10px;
}

.template-HomePage .BlogEntry.image-left .Content span {
  left: 175px;
}

.pagination > li > a.active {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #1d1d1d;
}

#show-terms {
  color: #de8d4c;
}

/*
    Created on : 6/11/2018
    Author     : Andrew McDougall <andrewd@strangeanimals.com.au>
*/
* {
  box-sizing: border-box;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/* Homepage Gift Card CTA */
.gift-card-home-container {
  background-color: #fff;
  border: 3px solid #000;
  display: -ms-flexbox;
  display: flex;
  height: 244px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.gift-card-home-container .gift-card-home-content {
  height: 228px;
  position: relative;
  width: 340px;
}

.gift-card-home-container .gift-card-image {
  height: 180px;
  position: relative;
  width: 220px;
  z-index: 5;
}

.gift-card-home-container .image-card-border {
  border-left: 5px solid white;
  border-top: 5px solid white;
  bottom: 0;
  height: 120px;
  position: absolute;
  right: 0;
  width: 50px;
}

.gift-card-home-container .title-container {
  bottom: 10px;
  height: 158px;
  left: 170px;
  position: absolute;
  width: 170px;
}

.gift-card-home-container .border-image-container {
  height: 100%;
  padding: 5px;
  width: 100%;
}

.gift-card-home-container .title-background {
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.gift-card-home-container .title-background h2 {
  font-family: "cardillac-ita";
  font-size: 40px;
  margin: 0;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
  text-transform: none;
  z-index: 10;
}

.gift-card-home-container .title-background h4 {
  color: #b87932;
  font-family: "cardillac-ita";
  font-size: 20px;
  margin: 0;
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
  text-transform: none;
  z-index: 10;
}

.gift-card-home-container .gift-card-more-info {
  color: #000;
  font-family: "brandon_textbold";
  position: relative;
  text-transform: uppercase;
  top: 10px;
}

.gift-card-home-container .gift-card-more-info svg {
  fill: #000;
  width: 10px;
  height: 10px;
}

.gift-card-home-container .gift-card-more-info:hover {
  color: #5b5b5b;
}

.gift-card-home-container .gift-card-more-info:hover svg {
  fill: #5b5b5b;
}

.gift-card-home-container .gift-card-btn {
  bottom: 10px;
  color: #000;
  font-family: "brandon_textbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
}

.gift-card-home-container .gift-card-btn svg {
  fill: #000;
  width: 12px;
  height: 12px;
}

.gift-card-home-container .gift-card-btn:hover {
  color: #5b5b5b;
}

.gift-card-home-container .gift-card-btn:hover svg {
  fill: #5b5b5b;
}

@media (min-width: 992px) {
  .gift-card-home-container {
    background-color: #fff;
    border: 3px solid #000;
    display: -ms-flexbox;
    display: flex;
    height: 244px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
  }

  .gift-card-home-container .gift-card-home-content {
    height: 228px;
    position: relative;
    width: 435px;
  }

  .gift-card-home-container .gift-card-image {
    height: 180px;
    position: relative;
    width: 280px;
    z-index: 5;
  }

  .gift-card-home-container .image-card-border {
    border-left: 5px solid white;
    border-top: 5px solid white;
    bottom: 0;
    height: 160px;
    position: absolute;
    right: 0;
    width: 70px;
  }

  .gift-card-home-container .title-container {
    bottom: 10px;
    height: 198px;
    left: 210px;
    position: absolute;
    width: 220px;
  }

  .gift-card-home-container .title-background h2 {
    font-size: 60px;
    line-height: 6.2rem;
    padding-left: 40px;
    padding-top: 20px;
  }

  .gift-card-home-container .title-background h4 {
    font-size: 40px;
    line-height: 4.1rem;
    padding-left: 40px;
    padding-top: 20px;
  }
}

/* Gift Card Page */
.template-GiftCardsPage {
  background: white;
}

.gift-card-faq-container {
  margin-bottom: 40px;
  margin-top: 10px;
  text-align: left;
}

.gift-card-faq-container .title-column {
  margin-bottom: 30px;
  overflow: hidden;
}

.gift-card-faq-container h3 {
  font-family: "brandon_textbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 50px;
  margin-bottom: 10px;
  margin-top: 0;
  opacity: 0;
  padding-left: 5px;
  position: absolute;
  right: 100%;
  text-transform: none;
  top: 0;
  transition: all 0.4s;
  width: 100%;
}

.gift-card-faq-container h3.show {
  opacity: 1;
  right: 0%;
  transition: all 0.4s;
}

.gift-card-faq-container .separator {
  background-color: lightgrey;
  height: 7px;
  margin-bottom: 20px;
  margin-top: 65px;
  width: 60px;
}

.gift-card-faq-container .switch {
  display: none;
  width: 100%;
}

.gift-card-faq-container .switch svg {
  padding-right: 10px;
  width: 35px;
}

.gift-card-faq-container .switch a {
  display: inline-block;
  font-family: "cardillac-reg";
}

.gift-card-faq-container .switch.show {
  display: inline-block;
}

.gift-card-faq-container .faq-list-column {
  background-color: lightgrey;
  position: relative;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.gift-card-faq-container .faq-list-column .faq-content {
  opacity: 0;
  position: relative;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: opacity 0.2s;
  z-index: 2;
}

.gift-card-faq-container .faq-list-column .faq-content.show {
  opacity: 1;
  transition: opacity 0.4s;
  z-index: 5;
}

.gift-card-faq-container .faq-list-column .faq-content.show .question-container {
  margin-top: 150px;
  transition: margin-top 0.8s;
}

.gift-card-faq-container .faq-list-column:after {
  background-color: white;
  bottom: 10px;
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  z-index: 5;
}

.gift-card-faq-container .gift-card-faq-list {
  margin: 0 10px;
  padding-top: 10px;
}

.gift-card-faq-container .gift-card-faq-list li {
  margin-bottom: 10px;
}

.gift-card-faq-container .gift-card-list-item-title {
  font-family: "cardillac-med";
  font-weight: 600;
  margin: 0 10px;
  padding-left: 10px;
}

.gift-card-faq-container .gift-card-list-item-title:hover, .gift-card-faq-container .gift-card-list-item-title:focus {
  background-color: white;
}

.gift-card-faq-container .content-list-item {
  list-style: none;
  margin-bottom: 10px;
}

.gift-card-faq-container .content-list-item li {
  font-family: "cardillac-reg";
  padding-right: 10px;
}

.gift-card-faq-container .question-container {
  margin-top: -110px;
  padding-bottom: 20px;
  padding-left: 10px;
  transition: margin-top 0.8s;
}

.gift-card-faq-container .question-container a {
  font-family: "cardillac-reg";
  font-size: 25px;
  line-height: 2.5rem;
  margin-bottom: 20px;
  margin-top: 150px;
}

.gift-card-faq-container .question-mark-container {
  bottom: -20px;
  position: absolute;
  right: 20px;
}

.gift-card-faq-container .question-mark-container h2 {
  font-family: "cardillac-reg";
  font-size: 350px;
  line-height: 0.7em;
  margin: 0;
  opacity: 0.2;
}

.gift-card-faq-container .terms-panel {
  background-color: white;
  bottom: 0;
  left: 0;
  margin: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: opacity 0.1s;
  z-index: 2;
}

.gift-card-faq-container .terms-panel .terms-content {
  font-family: "cardillac-reg";
  padding: 20px;
}

.gift-card-faq-container .terms-panel.show {
  opacity: 1;
  overflow-y: auto;
  transition: opacity 0.4s;
  z-index: 5;
}

.gift-card-content {
  margin: 30px 0;
}

.gift-card-content p {
  font-family: "cardillac-med";
  font-size: 16px;
}

.gift-card-stores {
  margin-bottom: 30px;
}

.gift-card-stores .store-content {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 120px;
  position: relative;
  width: 100%;
}

.gift-card-stores .store-content h3 {
  font-family: "cardillac-reg";
  font-size: 20px;
  line-height: 2.5rem;
  margin: 0;
  padding-left: 10px;
  padding-top: 10px;
  text-transform: none;
}

.gift-card-stores .store-content .ticker-container {
  border-left: 10px solid white;
  border-right: 10px solid white;
  border-top: 10px solid white;
  bottom: 0;
  height: 65px;
  overflow: hidden;
  position: absolute;
  left: 10%;
  right: 10px;
  width: 88%;
}

.gift-card-stores .store-content .ticker-container:after {
  box-shadow: inset 30px 0 40px -20px #ffffff, inset -30px 0 40px -20px #ffffff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.gift-card-stores .store-content .ticker-wrapper {
  box-sizing: content-box;
  height: 100%;
  padding-left: 100%;
  width: 100%;
}

.gift-card-stores .store-content .ticker {
  -webkit-animation-duration: 160s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: ticker;
  -webkit-animation-timing-function: linear;
  animation-duration: 160s;
  animation-iteration-count: infinite;
  animation-name: ticker;
  animation-timing-function: linear;
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  line-height: 3rem;
  padding-right: 100%;
  white-space: nowrap;
}

.gift-card-stores .store-content .ticker-item {
  display: inline-block;
  font-size: 16px;
  padding-right: 0.8rem;
  padding-top: 10px;
  text-transform: uppercase;
}

.gift-card-stores .cta-content {
  background-color: white;
  position: relative;
  width: 100%;
}

.gift-card-stores .cta-content .border-image-container {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  right: 10px;
  left: 10%;
  top: 0;
  width: 88%;
}

.gift-card-stores .cta-content .title-background {
  background-color: white;
  height: 100%;
  position: relative;
  width: 100%;
}

.gift-card-stores .cta-content .store-nav .panel {
  border: none;
  margin-bottom: 0;
}

.gift-card-stores .cta-content .store-nav .content-list {
  padding-top: 20px;
}

.gift-card-stores .cta-content .store-nav .store-list-item {
  padding: 3px 30px;
  text-transform: uppercase;
}

.gift-card-stores .cta-content .ticker-viewall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.gift-card-stores .cta-content .ticker-viewall:hover, .gift-card-stores .cta-content .ticker-viewall:focus {
  background-color: white;
}

.gift-card-stores .cta-content h4 {
  font-family: "brandon_text_regularregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.gift-card-stores .cta-content svg {
  padding-left: 10px;
  width: 25px;
  height: 25px;
}

.gift-card-hero {
  margin-bottom: 30px;
}

.gift-card-hero .gift-card-hero-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  width: 100%;
}

.gift-card-hero .image-container {
  height: auto;
  position: relative;
  width: 60%;
}

.gift-card-hero img {
  max-height: auto;
  width: 100%;
}

.gift-card-hero .image-square {
  border-bottom: 5px solid white;
  border-left: 5px solid white;
  border-top: 5px solid white;
  bottom: 10px;
  height: 180px;
  position: absolute;
  right: 0px;
  width: 40px;
}

.gift-card-hero .gift-card-btn {
  bottom: 10px;
  color: #000;
  font-family: "brandon_textbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
}

.gift-card-hero .gift-card-btn svg {
  fill: #000;
  width: 12px;
  height: 12px;
}

.gift-card-hero .gift-card-btn:hover {
  color: #5b5b5b;
}

.gift-card-hero .gift-card-btn:hover svg {
  fill: #5b5b5b;
}

.gift-card-hero .title-container {
  height: auto;
  position: relative;
  width: 40%;
}

.gift-card-hero .border-image-container {
  bottom: 10px;
  height: 180px;
  left: 0px;
  max-width: 140px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-top: 5px;
  position: absolute;
  width: 100%;
}

.gift-card-hero .title-background {
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 15px;
  position: relative;
  width: 100%;
}

.gift-card-hero .gift-card-title {
  color: #000000;
  font-family: "cardillac-ita";
  font-size: 50px;
  left: -30px;
  line-height: 4.5rem;
  margin: 0;
  padding-bottom: 30px;
  position: relative;
  text-transform: none;
}

@media (min-width: 768px) {
  .gift-card-hero .image-container {
    width: 60%;
  }

  .gift-card-hero .image-square {
    border-bottom: 10px solid white;
    border-left: 10px solid white;
    border-top: 10px solid white;
    bottom: 50px;
    height: 310px;
    width: 50px;
  }

  .gift-card-hero .gift-card-btn {
    bottom: 15px;
  }

  .gift-card-hero .title-container {
    width: 40%;
  }

  .gift-card-hero .border-image-container {
    bottom: 50px;
    height: 310px;
    max-width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 260px;
  }

  .gift-card-hero .gift-card-title {
    font-size: 80px;
    line-height: 8rem;
    padding-bottom: 30px;
  }

  .gift-card-content {
    margin-bottom: 30px;
  }

  .gift-card-stores .store-content {
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
  }

  .gift-card-stores .store-content h3 {
    padding-top: 5px;
  }

  .gift-card-stores .store-content .ticker-container {
    left: 26%;
    width: 73%;
  }

  .gift-card-stores .cta-content .border-image-container {
    left: 26%;
    width: 73%;
  }
}

@media (min-width: 992px) {
  .gift-card-hero .image-container {
    width: 60%;
  }

  .gift-card-hero .image-square {
    bottom: 50px;
    height: 425px;
    width: 90px;
  }

  .gift-card-hero .title-container {
    width: 40%;
  }

  .gift-card-hero .border-image-container {
    bottom: 50px;
    height: 425px;
    width: 345px;
  }

  .gift-card-hero .gift-card-title {
    font-size: 100px;
    left: -35px;
    line-height: 10rem;
    padding-bottom: 50px;
  }
}

/* General Fixes */
.tenant-list {
  overflow-y: auto;
}

.tenant-list .nav {
  padding: 0;
}

.homepage-open-times-box-header {
  padding-top: 3px !important;
  padding-bottom: 5px !important;
}

/*# sourceMappingURL=cq.css.map */

.gift-form-input {
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0px;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  box-shadow: rgba(142, 154, 173, 0.1) 0px 2px 0px 0px inset, rgb(210, 215, 223) 0px 0px 0px 1px inset, rgb(255, 255, 255) 0px 1px 0px 0px;
  color: rgb(67, 77, 93);
  font-size: 16px;
  font-family: "cardillac-med";
  line-height: 1.75;
  min-height: 2.8125rem;
  outline: 0px;
  padding: 0.75rem 1rem;
  transition: box-shadow 0.2s ease 0s;
  width: 100%;
}

.gift-form-button {
  background-color: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "cardillac-med";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  outline: 0px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: background-color 0.1s ease-in 0s, box-shadow 0.1s ease-in 0s;
  margin-top: 15px;
}

.gift-card-form label {
  font-family: "cardillac-med";
  font-size: 16px;
  margin: 15px 0 5px;
}

.gift-card-form label :first-child {
  margin: 0 0 5px;
}

.gift-card-form a {
  text-decoration: underline;
}

.gift-card-form span {
  color: red;
}

.gift-form-checkbox {
  display: inline-block;
  margin: 20px 5px 0 0 !important;
}

.gift-form-checkbox-text {
  display: inline;
}

.gift-card-form-container {
  margin: auto;
  padding: 0 20px 40px 20px;
}

.gift-form-line-divider {
  border-top: #CBD1DA;
  border-top-width: 1px;
  border-top-style: solid;
}

.gift-form-line-divider-spacing {
  margin-top: 20px;
}

.gift-card-form h2 {
  margin: 0;
}

.gift-card-title-separator {
  background-color: lightgrey;
  height: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 60px;
}

.gift-card-paragraph {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .gift-card-form-container {
    padding: 0 10px 40px 10px;
  }

  .gift-card-paragraph {
    padding: 0 10px;
  }
}
