/*
	Theme Name: The Metropolitan GRILL
	Theme URI: www.themet.ca
	Author: Mike Garces
	Author URI: www.mikegarces.com
	Description: This is a custom Wordpress theme developed for The Metropolitan Grill in Calgary, Alberta, Canada.
	Version: 1.3
	License: Private, All rights reserved
	License URI: http://www.mikegarces.ninja

	For more information please contact info@mikegarces.nija

*/
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'knockout-full-middleweight';
  src: url("css/fonts/knockout-full-middleweight/Knockout-71FullMiddlewt.woff2") format("woff2"), url("css/fonts/knockout-full-middleweight/Knockout-71FullMiddlewt.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  font-family: 'knockout-full-middleweight';
  color: white; }

@media only screen and (max-width: 667px) {
  .riv-kids-nye-container {
    background: url("img/riverbend-kids-nye-bg.jpg");
    background-size: cover;
    width: 100%;
    padding: 5%; }

  .content header {
    width: 20%;
    margin: auto; }
    .content header img {
      width: 100%;
      height: auto; }
  .content .headline h1 {
    font-size: 1rem;
    margin: auto;
    width: 65%;
    text-align: center; }
  .content .headline h2 {
    text-align: center; }
  .content .headline img {
    width: 60%;
    height: auto;
    display: block;
    margin: auto; }
  .content form {
    padding: 2%; }
    .content form label {
      margin-bottom: 1.5%; }
    .content form input, .content form label, .content form textarea {
      display: block;
      width: 100%; }
    .content form .input-block {
      margin: 3% 0; }
      .content form .input-block p {
        margin: 0; }
    .content form .guests {
      display: inline-block;
      width: 39%;
      text-align: center; }
    .content form .time {
      display: inline-block;
      width: 59%;
      text-align: center; }
      .content form .time select {
        width: 100%; }
    .content form input[type=submit] {
      width: 40%;
      display: block;
      margin: auto;
      padding: 2% 5%;
      color: white;
      font-family: 'knockout-full-middleweight';
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid white;
      border-radius: 5px;
      font-size: 1.15rem; }
    .content form .future-events-block .wpcf7-form-control-wra, .content form .future-events-block .wpcf7-form-control, .content form .future-events-block .wpcf7-checkbox {
      margin: 0;
      padding: 0; }
    .content form .future-events-block .wpcf7-list-item {
      display: flex;
      margin: 0;
      padding: 0;
      justify-content: center;
      align-items: center; }
    .content form .future-events-block label {
      display: block;
      width: 100%;
      font-size: 0.9rem; }
    .content form .future-events-block input[type=checkbox] {
      width: 19px;
      height: 19px;
      display: inline;
      border: 1px solid white; }
    .content form .future-events-block .wpcf7-list-item-label {
      justify-content: center;
      flex-basis: 98%;
      font-size: 0.9rem;
      margin-left: 2%; }
    .content form textarea {
      height: 50px; }
    .content form .wpcf7-not-valid-tip {
      color: white; }
    .content form .wpcf7-response-output {
      margin: 0; }
    .content form .wpcf7-spinner {
      display: none; } }
@media only screen and (min-width: 668px) and (max-width: 991px) {
  .content header {
    width: 15%;
    margin: auto; }
    .content header img {
      width: 100%;
      height: auto; }
  .content .headline h1 {
    font-size: 1.5rem;
    margin: auto;
    width: 65%;
    text-align: center; }
  .content .headline img {
    width: 60%;
    height: auto;
    display: block;
    margin: auto; }
  .content .wp-block-contact-form-7-contact-form-selector {
    width: 70%;
    margin: 0 auto; }
  .content form {
    padding: 2%;
    display: block;
    margin: 0 auto; }
    .content form label {
      margin-bottom: 1.5%; }
    .content form input, .content form label, .content form textarea {
      display: block;
      width: 100%;
      font-size: 1.5rem; }
    .content form .input-block {
      margin: 3% 0; }
      .content form .input-block p {
        margin: 0;
        font-size: 1.5rem; }
    .content form .guests {
      display: inline-block;
      width: 39%;
      text-align: center; }
    .content form .time {
      display: inline-block;
      width: 59%;
      text-align: center; }
      .content form .time select {
        width: 100%;
        font-size: 1.5rem; }
    .content form input[type=submit] {
      width: 40%;
      display: block;
      margin: auto;
      padding: 2% 5%;
      color: white;
      font-family: 'knockout-full-middleweight';
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid white;
      border-radius: 5px;
      font-size: 1.5rem; }
    .content form .future-events-block .wpcf7-form-control-wra, .content form .future-events-block .wpcf7-form-control, .content form .future-events-block .wpcf7-checkbox {
      margin: 0;
      padding: 0; }
    .content form .future-events-block .wpcf7-list-item {
      display: flex;
      margin: 0;
      padding: 0;
      justify-content: center;
      align-items: center; }
    .content form .future-events-block label {
      display: block;
      width: 100%;
      font-size: 1.35rem; }
    .content form .future-events-block input[type=checkbox] {
      width: 25px;
      height: 25px;
      display: inline;
      border: 1px solid white; }
    .content form .future-events-block .wpcf7-list-item-label {
      justify-content: center;
      flex-basis: 95%;
      font-size: 1.5rem;
      margin-left: 3%; }
    .content form textarea {
      height: 50px; } }
/*// DESKTOP STYLES //*/
@media only screen and (min-width: 992px) {
  .content header {
    width: 20%;
    margin: auto; }
    .content header img {
      width: 100%;
      height: auto; }
  .content .headline h1 {
    font-size: 1.5rem;
    margin: auto;
    width: 65%;
    text-align: center; }
  .content .headline img {
    width: 70%;
    height: auto;
    display: block;
    margin: auto; }
  .content .wp-block-contact-form-7-contact-form-selector {
    width: 70%;
    margin: 0 auto; }
  .content form {
    padding: 2%;
    display: block;
    margin: 0 auto; }
    .content form label {
      margin-bottom: 1.5%; }
    .content form input, .content form label, .content form textarea {
      display: block;
      width: 100%;
      font-size: 1.5rem; }
    .content form .input-block {
      margin: 3% 0; }
      .content form .input-block p {
        margin: 0;
        font-size: 1.5rem; }
    .content form .guests {
      display: inline-block;
      width: 39%;
      text-align: center; }
    .content form .time {
      display: inline-block;
      width: 59%;
      text-align: center; }
      .content form .time select {
        width: 100%;
        font-size: 1.5rem; }
    .content form input[type=submit] {
      width: 40%;
      display: block;
      margin: auto;
      padding: 2% 5%;
      color: white;
      font-family: 'knockout-full-middleweight';
      background-color: rgba(0, 0, 0, 0);
      border: 1px solid white;
      border-radius: 5px;
      font-size: 1.5rem; }
    .content form .future-events-block .wpcf7-form-control-wra, .content form .future-events-block .wpcf7-form-control, .content form .future-events-block .wpcf7-checkbox {
      margin: 0;
      padding: 0; }
    .content form .future-events-block .wpcf7-list-item {
      display: flex;
      margin: 0;
      padding: 0;
      justify-content: center;
      align-items: center; }
    .content form .future-events-block label {
      display: block;
      width: 100%;
      font-size: 1.75rem; }
    .content form .future-events-block input[type=checkbox] {
      width: 35px;
      height: 35px;
      display: inline;
      border: 1px solid white; }
    .content form .future-events-block .wpcf7-list-item-label {
      justify-content: center;
      flex-basis: 95%;
      font-size: 2rem;
      margin-left: 3%; }
    .content form textarea {
      height: 50px; } }
body {
  background-color: black; }

.chinook-kids-carnival {
  background: url("img/kids-carnival-bg.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }
  .chinook-kids-carnival input[type="submit"] {
    background-color: #259db5 !important; }
  .chinook-kids-carnival .future-events-block label {
    text-shadow: 0 0 3px #259db5 !important; }

.high-river-family-appreciation-day {
  background: url("img/family-appreciation-bg-high-river.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }

.southport-family-appreciation-day {
  background: url("img/family-appreciation-bg-southport.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }

.strathmore-family-appreciation-day {
  background: url("img/family-appreciation-bg-strathmore.jpg");
  background-size: cover;
  color: #077fff;
  width: 100%;
  padding: 5%; }
  .strathmore-family-appreciation-day form input[type=submit] {
    color: #077fff !important;
    border: 5px solid #077fff; }

.santa-container {
  background: url("img/bg-01.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }

.kids-nye-container {
  background: url("img/kids-nye-bg.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }

.riv-kids-nye-container {
  background: url("img/riverbend-kids-nye-bg.jpg");
  background-size: cover;
  width: 100%;
  padding: 5%; }

/*** MOBILE STYLES ***/
/*** DESKTOP STYLES ***/
/*** MOBILE STYLES ***/
/*** DESKTOP STYLES ***/
/*** MOBILE STYLES ***/
/*** DESKTOP STYLES ***/
