/*
Theme Name: Melbourne Star Theme
Theme URI: MelbourneStar.com
Author: Merchantwise Pty Ltd
Author URI: merchantwise.com
Description: The 2016 Melbourne Star theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant colour scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0 BETA
License:GNU Genereal Public Licence v2 or later
Licence URI: http://www.gnu.org
Tags: MelbourneStar, Docklands
*/

.Tab1 > a {
  color: white;
}

/* Sense styles */
.c-pagenav {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.c-pagenav__item--previous {
  float: left;
}
.c-pagenav__item--next {
  float: right;
}
.c-pagenav__item {
  font-family: "GT Walsheim Light";
  font-size: 18px;
}
.c-pagenav__item a {
  color: #0085ba;
}
.c-pagenav__item a:hover,
.c-pagenav__item a:focus {
  text-decoration: underline;
}

.c-cms-meta {
  text-align: left;
  margin-bottom: 20px;
}
.c-cms-meta a {
  color: #0085ba;
}
.c-cms-meta a:hover,
.c-cms-meta a:focus {
  text-decoration: underline;
}

.page-template-template-annual-pass h2 {
  font-family: GT Walsheim Regular;
  font-size: 40px;
  text-align: left;
}

.blue-box {
  margin: 42px 0;
  padding: 2em;
  background-color: #06c;
  color: #ffffff;
}

.blue-box ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.blue-box ul li {
  list-style: none;
  padding-left: 2em;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.blue-box ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0.5em;
  border-top: 0.22em solid transparent;
  border-bottom: 0.22em solid transparent;

  border-left: 0.9em solid white;
}

.green-box {
  margin: 42px 0;
  padding: 2em;
  background-color: #99cc66;
  color: #ffffff;
}

.green-box ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.green-box ul li {
  list-style: none;
  padding-left: 2em;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.green-box ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0.5em;
  border-top: 0.22em solid transparent;
  border-bottom: 0.22em solid transparent;

  border-left: 0.9em solid white;
}

.midgreen-box {
  margin: 42px 0;
  padding: 2em;
  background-color: #67a55c;
  color: #ffffff;
}

.midgreen-box ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.midgreen-box ul li {
  list-style: none;
  padding-left: 2em;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.deeppurple-padding-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}
.midgreen-box ul li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0.5em;
  border-top: 0.22em solid transparent;
  border-bottom: 0.22em solid transparent;

  border-left: 0.9em solid white;
}

.blue-headings h2,
.blue-headings h3 {
  color: #06c;
}

/* colour classes */

.text-orange {
  color: #ff9933;
}

.bg-orange {
  background-color: #ff9933;
}

.text-blue {
  color: #0066cc;
}

.bg-blue {
  background-color: #0066cc;
}

.text-midblue {
  color: #0085ba;
}

.bg-midblue {
  background-color: #0085ba;
}

.text-lightblue {
  color: #73b9d0;
}

.bg-lightblue {
  background-color: #73b9d0;
}

.text-green {
  color: #99cc66;
}

.bg-green {
  background-color: #99cc66;
}

.text-midgreen {
  color: #67a55c;
}

.bg-midgreen {
  background-color: #67a55c;
}

.text-purple {
  color: #9900cc;
}

.bg-purple {
  background-color: #9900cc;
}

.text-deeppurple {
  color: #5635bc;
}

.bg-deeppurple {
  background-color: #5635bc;
}

.text-grey {
  color: #616161;
}

.bg-grey {
  background-color: #616161;
}

.text-darkgrey {
  color: #545573;
}

.bg-darkgrey {
  background-color: #545573;
}

.text-red {
  color: #b7010b;
}

.bg-red {
  background-color: #b7010b;
}

.text-pink {
  color: #d66aa5;
}

.bg-pink {
  background-color: #d66aa5;
}

.text-white {
  color: white;
}

.content-link-blue a {
  color: #0066cc;
}

.content-link-red a {
  color: #b7010b;
}

/* tickets */

.c-tickets {
  display: flex;
  flex-flow: row wrap;
  clear: both;
  overflow: hidden;
  margin-bottom: 60px;
}

.c-tickets__category {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.c-ticket {
  position: relative;
  flex: 1 100%;
  margin-bottom: 30px;
  background-color: #f0f0f0;
}

.c-ticket__container {
  display: flex;
}

.c-ticket__img {
  display: block;
  width: 100%;
  height: auto;
}

.c-ticket__header {
  clear: both;
  overflow: hidden;
  padding: 10px 15px;
  font-size: 21px;
  line-height: 23px;
}

.c-ticket__price {
  display: inline-block;
  float: right;
  margin-left: 12px;
}

.c-ticket__content {
  padding: 15px 15px 62px;
  font-family: "GT Walsheim Thin", sans-serif;
  color: #000;
}

.c-ticket__content--alt {
  padding: 15px 15px 15px;
}

.c-ticket__footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}

.c-ticket__more-link {
  display: inline-block;
  padding: 6px 0;
}

.c-ticket__btn {
  display: inline-block;
  float: right;
  padding: 6px 20px;
  text-transform: uppercase;
}

.c-ticket__btn--large {
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 12px;
}

.c-ticket__overlay {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
  max-height: 0;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
}

.c-ticket.is-active .c-ticket__overlay {
  max-height: 100em;
}

.c-ticket__p-large {
  font-size: 22px;
}

.c-onsite-ticket__type {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-btn {
  display: inline-block;
  padding: 8px 16px;
}

.c-btn--medium {
  padding: 12px 16px;
}

.c-btn--large {
  padding: 24px 48px;
  font-family: GT Walsheim Regular;
  font-size: 40px;
  background-color: #0066cc;
  color: #ffffff;
}

.c-btn--red.c-btn--red {
  background-color: #b7010b;
  color: white;
  text-transform: uppercase;
}

.c-btn--blue.c-btn--blue {
  background-color: #0066cc;
  color: white;
  text-transform: uppercase;
}

.u-margin-bottom {
  margin-bottom: 24px;
}

/* utilities */

.u-text {
  font-family: GT Walsheim Thin;
  color: #666;
}

.u-size-16 {
  font-size: 16px;
}

.u-size-22 {
  font-size: 22px;
}

.u-size-24 {
  font-size: 24px;
}

.u-size-48 {
  font-size: 48px;
}

.u-size-45 {
  font-size: 45px;
}

.u-box {
  overflow: hidden;
  padding: 20px 0;
}

.u-box--blue {
  border-top: 2px solid #0066cc;
  border-bottom: 2px solid #0066cc;
}

.u-box--red {
  border-top: 2px solid #b7010b;
  border-bottom: 2px solid #b7010b;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 992px) {
  .text-right\@md.text-right\@md {
    text-align: right;
  }
}

.u-box-grey--valentine {
  padding: 20px;
  background-color: #f0f0f0;
}

.u-box-grey--valentine h6 {
  margin: 0;
  line-height: 0.9;
}

.u-box-grey--valentine p {
  margin-bottom: 0;
}

/* fix instagram plugin */
.eapps-instagram-feed-title.eapps-instagram-feed-title-visible {
  display: none;
}

.c-valentine__logo {
  width: 90px;
  height: auto;
}

/* form styling */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-right: 24px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"] {
  width: auto;
}
.wpcf7-form-control.wpcf7-select {
  width: 100%;
}

.c-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}

.c-form label {
  width: 100%;
  .c-btn {
    display: inline-block;
  }
}

.c-form label .c-btn {
  display: inline-block;
  width: auto;
}

.s-form.s-form__inline {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.s-form form {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .s-form form {
    flex-direction: column;
  }
}

.s-form .c-footer-form__row {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .s-form .c-footer-form__row {
    margin: 0 0 2rem;
  }
}

.s-form .c-footer-form__input {
  font-size: 34px;
  width: 100%;
  padding: 0.5rem 1rem;
  line-height: 1;
  color: #000;
  border: 1px solid #a9a9a9;
}

@media (max-width: 768px) {
  .s-form .c-footer-form__input {
    font-size: 16px;
    padding: 1rem;
  }
}

.s-form .submit-wrap {
  display: flex;
}

.s-form .submit-wrap .c-btn {
  font-family: Gotham, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  background-color: #92d400;
  border-color: #92d400;
  text-transform: uppercase;
  color: #007acd;
  padding: 20px 45px;
  margin-left: 1.5rem;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}

.s-form .submit-wrap .c-btn:hover {
  background-color: #fff;
}

@media (max-width: 768px) {
  .s-form .submit-wrap .c-btn {
    margin: 0;
    padding: 10px 30px;
  }
}

@media (max-width: 520px) {
  .s-form .submit-wrap .c-btn {
    display: block;
    width: 100%;
  }
}

.s-form input::-webkit-input-placeholder {
  /* Edge */
  color: #a9a9a9;
}

.s-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a9a9a9;
}

.s-form input::placeholder {
  color: #a9a9a9;
}

.s-form #mce-responses {
  order: -1;
}

/* Campaign Expiry Page */
.expiry-notice {
  margin-top: 8rem;
  padding-bottom: 6rem;
  border-bottom: 2px solid #007acd;
}

.expiry-notice .head-2 {
  color: #007acd;
  font-weight: bold;
  text-align: center;
}

.expiry-notice a {
  color: inherit;
  text-decoration: underline;
}

.expiry-notice a:hover {
  text-decoration: underline;
}

.expiry-post-banner {
  position: relative;
}

.expiry-post-banner .hero-text-2 {
  font-size: 4.75vw;
  line-height: inherit !important;
}

.expiry-post-content {
  margin: 6rem 0;
}

.expiry-post-content .expiry-post-content__title {
  color: #007acd;
  font-weight: bold;
}

.expiry-post-content .expiry-post-content__subtitle {
  color: #000;
  margin-bottom: 4rem;
}

.expiry-post-content p {
  font-size: 18px;
}

/* from footer file */

li#new::before {
  content: none;
}

.mid-text2.mid-text2 {
  /* display: table; */
  width: 90%;
  padding: 0.3em 0;
  /* height: auto; */
  line-height: 1;
}
/* from 404 and campaign error content*/
@media (min-width: 1920px) {
  /* mobile navbar*/
  .error-content {
    font-family: GT Walsheim Regular;
    font-size: 40px;
    text-align: left;
  }
}

@media (min-width: 769px) {
  /* mobile navbar*/
  .error-content {
    font-family: GT Walsheim Regular;
    font-size: 40px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  /* mobile navbar*/
  .error-content {
    font-family: GT Walsheim Regular;
    font-size: 20px;
    text-align: left;
  }
}

.c-notification {
  margin-bottom: 24px;
  padding: 12px 24px;
  background-color: #92d400;
  font-family: Gotham, Arial, sans-serif;

  font-size: 19px;
  line-height: 1.2105;
  color: #fff;

  text-align: center;
  font-weight: 500;
}

.c-notification a {
  color: inherit;
  text-decoration: underline;
}

.c-header.has-notification {
  padding-top: 0;
}

.container1 {
  padding-top: 64px;
}

.has-notification .container1:not(.heropad) {
  padding-top: 124px;
}

.has-notification .container1:not(.heropad) .hero-text-2 {
  top: 64px;
}