/*!
	Theme Name: The Competition 
	Author URI: http://thecompetition.com.au
	Description: Competition Holding Page
	Version: 1.0
	Author: Nathan Shanahan nathan@thecompetition.com.au
*/
/*  ==========================================================================
		Fonts	
		========================================================================== */
@font-face {
  font-family: 'Walsheim';
  src: url("fonts/GT-Walsheim-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GT-Walsheim-Regular.woff") format("woff"), url("fonts/GT-Walsheim-Regular.ttf") format("truetype"), url("fonts/GT-Walsheim-Regular.svg#GT-Walsheim-Regula") format("svg");
  /* Legacy iOS */ }
/* weights, 500, 700 */
/* weights, 500, 700 */
/*  ==========================================================================
		Line Height	
		========================================================================== */
/*  ==========================================================================
		Font Weights	
		========================================================================== */
/*  ==========================================================================
		Colors	
		========================================================================== */
/*  ==========================================================================
		Wrap & page setups width	
		========================================================================== */
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; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

cite {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

/* close commented backslash hack */
img {
  max-width: 100%;
  vertical-align: bottom; }

a:focus, button:focus {
  outline-width: 0; }

/* Width + Padding = element width */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
  visibility: hidden; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
  visibility: visible; }

/* =============================================================================
   5. 	Global Styles
   ========================================================================== */
@-webkit-keyframes animatedBackground {
  0% {
    background-position: right bottom, left top; }
  50% {
    background-position: left top, right bottom; }
  100% {
    background-position: right bottom, left top; } }
@keyframes animatedBackground {
  0% {
    background-position: right bottom, left top; }
  50% {
    background-position: left top, right bottom; }
  100% {
    background-position: right bottom, left top; } }
body {
  font-family: "Walsheim", sans-serif;
  line-height: 1.5em;
  background: #FFF;
  color: #231f20;
  background: none;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: url(svg/dots.svg) repeat scroll, url(svg/pattern.svg) repeat left top fixed;
  background-position: right bottom, left top;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-size: contain, 838px 838px;
  -webkit-animation: animatedBackground 200s ease infinite;
          animation: animatedBackground 200s ease infinite; }
  @media (max-width: 768px) {
    body {
      -webkit-animation: animatedBackground 1400s ease infinite;
              animation: animatedBackground 1400s ease infinite; } }

a {
  text-decoration: none;
  color: inherit; }

.container {
  height: 100%; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* =============================================================================
   Sticky Footer
   ========================================================================== */
.viewport {
  min-height: 100vh;
  margin-bottom: -4vh; }

.footer {
  min-height: 4vh; }

/* =============================================================================
   Single Full Width
   ========================================================================== */
.wrap {
  position: relative;
  margin: 0 auto;
  width: 960px; }
  @media (max-width: 768px) {
    .wrap {
      width: 100%;
      margin: 0;
      padding: 0 5%; } }
  @media (max-width: 900px) {
    .wrap {
      width: 100%;
      margin: 0;
      padding: 0 2.5%; } }

/* =============================================================================
   Brands List
   ========================================================================== */
.verticle-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 2% 0; }

.brands {
  fill: #FFF;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s;
          transition: opacity 2s; }
  @media (max-width: 768px) {
    .brands {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .brands li {
    background: #231f20;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 290px;
    width: 290px;
    margin: 1%;
    padding: 0 2%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in 0.1s;
            transition: all 0.5s ease-in 0.1s; }
  .brands svg {
    -webkit-transition: -webkit-transform 0.1s ease-in;
            transition: transform 0.1s ease-in; }

.info {
  display: none; }

.brands li:hover {
  background: #FFF;
  fill: #231f20; }
  .brands li:hover .info {
    display: block;
    fill: #FFF; }
  .brands li:hover svg {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); }

@media (max-width: 768px) {
  .brands li.hover {
    background: #FFF;
    fill: #231f20; }
    .brands li.hover .info {
      display: block;
      fill: #FFF; }
    .brands li.hover svg {
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); } }
/* =============================================================================
   Modals & Other Pages
   ========================================================================== */
.modal {
  background: #231f20;
  color: #FFF;
  padding: 44px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s 0.5s ease;
          transition: all 0.5s 0.5s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20%);
      -ms-transform: translateX(-50%) translateY(-20%);
          transform: translateX(-50%) translateY(-20%); }
  @media (max-width: 1280px) {
    .modal {
      max-height: 80vh;
      overflow: scroll; } }
  .modal article {
    min-height: 50vh;
    width: 100%; }
  .modal h2 {
    color: #9BE6D7; }
  .modal h3, .modal h4, .modal p {
    font-size: 14px; }
  .modal h4 {
    padding-bottom: 1em; }
  .modal a {
    border-bottom: 1px solid #FFF; }
    .modal a:hover {
      color: #9BE6D7;
      border-bottom: 1px solid #9BE6D7; }
  .modal li {
    width: 31.33333%;
    float: left; }
    .modal li:nth-child(n) {
      margin-bottom: 3%;
      margin-right: 3%; }
    .modal li:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .modal li:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 768px) {
      .modal li {
        width: 100%;
        padding: 1%; }
        .modal li:nth-child(n) {
          margin: 0; }
        .modal li:nth-child(3n) {
          margin: 0; } }
  .modal footer {
    padding: 1em 16%;
    text-align: center; }
    .modal footer a {
      color: #9BE6D7;
      border-bottom: none; }

.close_button {
  text-align: center;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -28px; }
  @media (max-width: 1280px) {
    .close_button {
      position: relative;
      bottom: 0; } }

#licenses .close_btn {
  fill: #FF637D; }
  #licenses .close_btn:hover {
    fill: #960019; }

#contact .close_btn {
  fill: #F5B2DB; }
  #contact .close_btn:hover {
    fill: #c21980; }

.careers_modal .brands {
  opacity: 0;
  visibility: hidden; }
.careers_modal #careers {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.licenses_modal .brands {
  opacity: 0;
  visibility: hidden; }
.licenses_modal #licenses {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

#licenses {
  text-align: center; }
  #licenses h2 {
    color: #FF637D; }
  #licenses blockquote {
    padding: 1em;
    font-size: 22px;
    line-height: 30px;
    padding: 1em 8%; }

.contact_modal .brands, #success .brands {
  opacity: 0;
  visibility: hidden;
  display: none; }
.contact_modal #contact, #success #contact {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

#contact h2 {
  color: #F5B2DB; }
#contact article > div {
  width: 63.5%;
  float: left; }
  #contact article > div:nth-child(n) {
    margin-bottom: 3%;
    margin-right: 3%; }
  #contact article > div:nth-child(2) {
    width: 33.5%;
    margin-right: 0;
    margin-bottom: 0; }
  #contact article > div:nth-child(2n + 1) {
    clear: left; }
  @media (max-width: 768px) {
    #contact article > div {
      width: 100%;
      padding: 1%; }
      #contact article > div:nth-child(n) {
        margin: 0; }
      #contact article > div:nth-child(2) {
        width: 100%; } }
  #contact article > div img {
    max-width: 100%; }
#contact address {
  text-align: center; }
#contact h3 {
  padding-bottom: 1em; }

/* =============================================================================
   Map 
   ========================================================================== */
#google_map {
  height: 280px;
  margin-bottom: 2em; }
  #google_map img {
    max-width: none; }
  #google_map .google-maps-link {
    max-width: none;
    pointer-events: all; }
  #google_map .gmnoprint img {
    position: relative;
    max-width: none; }

.mobile-nav-icon {
  width: 20px;
  height: 15px; }

.flipside {
  max-height: 56.1px;
  max-width: 186.4px; }

.dominion {
  max-height: 99.5px;
  max-width: 180.8px; }

.mechanics {
  max-width: 179.2px;
  max-height: 128.2px;
  margin-bottom: -1em; }

.mrs_brown {
  max-width: 207.8px;
  max-height: 75.5px; }

.propeller {
  max-width: 223px;
  max-height: 31px; }

.guild_hall {
  max-width: 220px;
  }

.close_btn {
  height: 54px;
  width: 54px;
  fill: #9BE6D7; }
  .close_btn:hover {
    fill: #24917b; }

/* =============================================================================
   Headings
   ========================================================================== */
strong, b, .bold {
  font-weight: 700; }

h1, h2 {
  font-size: 35px;
  display: block;
  text-align: center;
  padding-bottom: 1em; }

h3, h4, address, p, li {
  font-family: "Walsheim", sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.5em; }

address, p + p {
  margin: 1em 0; }

/* =============================================================================
   Paragraph Styles
   ========================================================================== */
a {
  border-bottom: 1px solid #231f20; }
  a:hover {
    border-bottom: 1px solid #beb6b8; }

.brands a[href*="mailto"] {
  border-bottom: none; }
  .brands a[href*="mailto"]:hover {
    border-bottom: 1px solid #beb6b8; }

/* ============ Placeholder Text Color ============*/
::-webkit-input-placeholder {
  color: #3e3739; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3e3739; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3e3739; }

:-ms-input-placeholder {
  color: #3e3739; }

/* ============ Placeholder Text Color Focus ============*/
input:focus::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
  color: #312b2c; }

input:focus:-moz-placeholder,
.input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #312b2c; }

input:focus::-moz-placeholder,
.input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #312b2c; }

input:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  color: #312b2c; }

/* ============ Placeholder Text Color Error ============*/
.error::-webkit-input-placeholder {
  color: #cc0000; }

.error:-moz-placeholder {
  /* Firefox 18- */
  color: #cc0000; }

.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #cc0000; }

.error:-ms-input-placeholder {
  color: #cc0000; }

/* ============ Form Styling ============*/
form input:focus,
form .input:focus {
  outline: 0;
  background: #f2f2f2;
  box-shadow: 1px 1px 2px -6px #080707; }
form .input {
  background: #e6e6e6;
  border: none;
  font-size: 12px;
  padding: 8px 12px;
  margin-bottom: 8px;
  width: 100%; }

.textarea {
  min-height: 125px; }

.submit {
  background: #231f20;
  border: none;
  color: #FFF;
  font-size: 14px;
  padding: 7px 14px;
  margin-top: 0px;
  float: right;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  .submit:hover {
    background: #3e3739;
    color: #FFF; }

.optional {
  display: inline-block;
  float: left; }

/* ============ Form Modal ============*/
.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 31, 32, 0.9);
  z-index: 100;
  pointer-events: auto; }

.modal-form-response {
  margin: 25% auto 0;
  width: 45%;
  padding: 2.5%;
  background: #FFF;
  display: block; }
  @media (max-width: 767px) {
    .modal-form-response {
      width: 75%;
      margin: 10% auto 0; } }
  .modal-form-response button {
    color: #231f20; }
    .modal-form-response button:hover {
      color: #9BE6D7; }

/* =============================================================================
   Header and Nav
   ========================================================================== */
#main_navigation {
  padding: 28px 0 42px 0; }
  #main_navigation ul {
    width: 960px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 960px) {
      #main_navigation ul {
        width: 100%; } }
  #main_navigation li {
    display: inline-block; }
  #main_navigation a {
    display: block;
    vertical-align: middle;
    text-transform: uppercase; }
  #main_navigation a:hover {
    color: #9BE6D7; }
  #main_navigation a:active, #main_navigation a:focus {
    color: #9BE6D7; }
  #main_navigation .menu-button {
    display: none;
    /* Hide on large screen devices */
    cursor: pointer; }
    #main_navigation .menu-button .mobile-nav-icon {
      vertical-align: middle;
      fill: #FFF;
      margin-top: -3px; }
    @media (max-width: 600px) {
      #main_navigation .menu-button {
        /* Make visible on small screen devices */
        display: block; } }

/* Prevent current pages linking back to themselves. */
.current-menu-item {
  pointer-events: none;
  color: #9BE6D7; }
  @media (max-width: 600px) {
    .current-menu-item {
      color: #cccccc; } }

/* =============================================================================
   Small Screen Navigation Version 
   ========================================================================== */
@media (max-width: 600px) {
  #main_navigation {
    padding: 12px 0;
    background: #9BE6D7;
    color: #FFF;
    width: 100%;
    z-index: 9999;
    text-align: center; }
    #main_navigation ul {
      border: none;
      display: block;
      width: 100%;
      text-align: center; }
    #main_navigation li {
      display: none;
      /* hidden until active */
      border-bottom: 1px solid #FFF;
      width: 60%;
      margin: 0 auto; }
    #main_navigation li:first-of-type {
      padding-top: 6px; }
    #main_navigation li:last-of-type, #main_navigation li:nth-of-type(5) {
      border-bottom: none; }
    #main_navigation a {
      padding: 6px 0; } }

/* State of mobile nave when clicked */
@media (max-width: 600px) {
  #main_navigation .active + ul li {
    display: block; } }
.logo {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 419px;
  max-width: 419px;
  margin-bottom: -210px; }
  @media (max-width: 1280px) {
    .logo {
      max-height: 300px;
      max-width: 300px; } }
  @media (max-width: 768px) {
    .logo {
      width: 40%;
      margin-bottom: -20%; } }

.twitter-icon {
  height: 33px;
  width: 33px;
  fill: #9BE6D7; }
  .twitter-icon:hover {
    fill: #231f20; }

.facebook-icon {
  height: 33px;
  width: 33px;
  fill: #9BE6D7; }
  .facebook-icon:hover {
    fill: #231f20; }

.instagram-icon {
  height: 33px;
  width: 33px;
  fill: #9BE6D7; }
  .instagram-icon:hover {
    fill: #231f20; }

.social-media {
  text-align: right; }
  .social-media li {
    display: inline-block; }

/* When you insert an image into a wordpress content box, these are the class names that wordpress generates. */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
  margin: 0.5rem auto; }

.alignright {
  float: right;
  margin: 5px 0px 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto;
  margin: .5rem auto; }

a img.alignright {
  float: right;
  margin: 5px 0px 20px 20px; }

a img.alignnone {
  margin: 5px 0px 20px 20px; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.footer {
  background: #231f20;
  color: #FFF;
  padding: 0.25em;
  position: relative; }
  @media (max-width: 900px) {
    .footer {
      margin-top: 4em; } }
  .footer p {
    float: left;
    padding: 4px 10%; }
    @media (max-width: 900px) {
      .footer p {
        float: none;
        text-align: center; } }
  .footer ul {
    float: right;
    padding: 0 10%; }
    @media (max-width: 900px) {
      .footer ul {
        float: none;
        text-align: center; } }
    .footer ul li {
      display: inline-block; }
      .footer ul li:not(:last-of-type):after {
        content: "|";
        padding: 0 4px 0 6px; }
    .footer ul a:hover {
      text-decoration: underline; }

button {
  font-family: "Walsheim", sans-serif;
  border: none;
  color: #FFF;
  font-weight: 300;
  background: none;
  font-size: 11px;
  cursor: pointer;
  border-radius: 0; }

button:hover {
  color: #9BE6D7; }

.preload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden; }

#noscript-warning {
  position: fixed;
  top: 0;
  width: 100%;
  /* For Browser Compatibility */
  background: #9BE6D7;
  color: #FFF;
  padding: 25px; }
