/*
Theme Name: Hamburger Mary's
Theme URI: https://hamburgermarys.com
Author: King Louis, LLC
Author URI: https://kinglouiscreative.com/
Description: Custom Wordpress theme for Hamburger Mary's.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: hamburger marys
*/


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BASELINE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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;
    vertical-align:baseline;
}
ol,ul{
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
*{
    box-sizing:border-box;
    -webkit-tap-highlight-color:transparent
}
.screen-reader-text{
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FONTS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Baloo Tamma */
@font-face {
    font-family: 'Baloo Tamma';
    src: url('fonts/balootamma-regular-webfont.woff') format('woff'),
         url('fonts/balootamma-regular-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Arvo */
@font-face {
    font-family: 'Arvo';
    src: url('fonts/arvo-regular-webfont.woff') format('woff'),
         url('fonts/arvo-regular-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* PAGE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html {
    height: 100%;
}

body {
    background: #000;
    font-family: 'Arvo', serif;
    line-height: 180%;
    text-align: center;
}

a, img {
    backface-visibility: none !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* STRUCTURE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

header, footer, h1, h2, h3, h4, h5, h6, p, ul, ol {
    position: relative;
    z-index: 2;
}

header {
    width: 100%;
    line-height: 0;
    background: -webkit-linear-gradient(top, #70b6ff 20%, #e9ffff 70%);
    background: linear-gradient(top, #70b6ff 20%, #e9ffff 70%);
    background: -moz-linear-gradient(top, #70b6ff 20%, #e9ffff 70%);
}

header img {
    width: 100%;
    height: auto;
    display: block;
}

header picture {
    z-index: 100;
}

#container {
    height: 100%;
    background-color: #243e8f; /* For browsers that do not support gradients */
    background-image: linear-gradient(#243e8f, #001342); /* Standard syntax (must be last) */
    color: #ffffff;
    padding: 60px 0 0;
}

img {
    max-width: 100% !important;
    height: auto;
}

.skyline_lg {
    display: block;
}

.skyline_sm {
    display: none;
}

footer {
    clear: both;
    border-top: 4px solid #243e8f;
    width: 100%;
    text-align: left;
    margin-top: 100px;
}

footer, #menuToggle input:checked ~ ul, #menuToggle input:not(:checked) ~ ul {
    background-image: linear-gradient(110deg, #000a21 25%, #080f2e 25%, #080f2e 50%, #000a21 50%, #000a21 75%, #080f2e 75%, #080f2e 100%);
    background-size: 42.57px 116.95px;
}

#footer-sidebar {
    display:block;
    text-align: left;
}

#footer-sidebar > div {
    float: left;
    padding-left: 2.222%;
    padding-right: 2.222%;
}

#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
    width: 33.333%;
}

#footer-sidebar1, #footer-sidebar1 h3 {
    text-align: left;
}

#footer-sidebar2, #footer-sidebar2 h3 {
    text-align: center;
}

#footer-sidebar3, #footer-sidebar3 h3 {
    text-align: right;
}

a svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-left: 4px;
    fill: #ffffff;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

a svg:hover {
    fill: #FDB6FF;
}

hr {
    background-color: #ffffff;
    border: none;
    width: 25%;
    height: 1px;
    margin: 0 auto 40px auto;
    padding: 0;
}

.clear {
    clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TYPOGRAPHY */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5, h6, ul.food_menu, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Baloo Tamma', sans-serif;
    line-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, #FSContact1, .page404, .h1, .h2, .h3, .h4, .h5, .h6 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

ul, ol {
    padding-left: 20px;
}

footer ul, footer ol {
    padding-left: 0;
    width: 100%;
}

footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    width: 100%;
    margin: 0 auto;
}

footer h3, footer h4 {
    text-align: left;
}

p {
    padding-bottom: 24px;
}

h1, .h1 { font-size: 70px; margin-bottom: 10px; }
h2, .h2 { font-size: 40px; margin-bottom: 12px; margin-top: 50px; }
h2.city, h2.subhead { margin-top: -8px; opacity:.65; }
h2.city::before, h2.subhead::before { content: "— "; }
h2.city::after, h2.subhead::after { content: " —"; }
h3, .h3 { font-size: 30px; margin-bottom: 6px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 11px; }

a, a:active, a:link, a:visited {
    color: #FDB6FF;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.icon {
    text-decoration: none !important;
}

a.reservation {
    display: block;
    max-width: 300px;
    background: #cc0000;
    color: #ffffff;
    border-radius: 5px;
    margin: 15px auto;
    padding: 18px 15px 12px;
    text-decoration: none;
    font-family: 'Baloo Tamma', sans-serif;
    font-size: 180%;
    line-height: 100%;
    text-align: center;
}

a.reservation:hover {
    background: #ffffff;
    color: #cc0000;
}

.bubble {
    font-family: 'Baloo Tamma', sans-serif;
    font-size: 120%;
}

footer a {
}

footer a:hover {
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 500;
  background: #ffffff;
  padding: 5px;
}

.skip a {
    color: #000000;
}

a.skip:active, 
a.skip:focus, 
a.skip:hover {
  position: absolute;
  left: 0; 
  top: 0;
  width: auto; 
  height: auto; 
  color: #000000;
  overflow: visible; 
}

#content {
    font-size: 18px;
    line-height: 170%;
}

footer {
    font-size: 14px;
    line-height: 150%;
    padding-top: 30px;
}

ul.hours {
    padding-bottom: 24px;
}

ul.hours li div.left {
    float: left;
    width: 50%;
    max-width: 120px;
}

ul.hours li div.right {
    float: left;
    width: 50%;
    max-width: 200px;
    text-align: left;
}

#copyright, #copyright_mobile {
    clear: both;
    font-size: 11px;
    line-height: 180%;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 90%;
}

#copyright {
    display: block;
}

#copyright_mobile {
    display: none;
}

.entry-content ul li {
    padding-bottom: 12px;
    text-align: left;
    list-style: square;
    margin-left: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* NAVIGATION */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#menuToggle {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    background: #001342;
    padding: 10px;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Baloo Tamma', sans-serif;
}

#menuToggle input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 11; 
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 36px;
    height: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
    position: relative;
    background: #FDB6FF;
    border-radius: 3px;
    z-index: 10;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

label {
  display: inline-block;
}

#menu {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    opacity: 1;
}

#menu ul {
    padding-left: 0;
}

#menu li {
    padding: 10px 0;
    font-size: 32px;
    margin: 0 auto;
}

#menu img {
    margin-bottom: 18px;
}

#menu a {
    color: #fdb6ff;
    text-decoration: none;
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}

#menu a:hover {
    color: #ffffff;
}

#menuToggle input:checked ~ ul {
    height: 100%;
    width: 100%;
    max-width: 400px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    -webkit-box-shadow: 5px 0px 19px 10px rgba(0,0,0,0.65);
    -moz-box-shadow: 5px 0px 19px 10px rgba(0,0,0,0.65);
    box-shadow: 5px 0px 19px 10px rgba(0,0,0,0.65);
    transition: 0.15s;
}

#menuToggle input:not(:checked) ~ ul {
    height: 100%;
    width: 100%;
    max-width: 400px;
    position: fixed;
    z-index: -1;
    top: 0;
    right: -400px;
    overflow-x: hidden;
    -webkit-box-shadow: 5px 0px 19px 10px rgba(0,0,0,0);
    -moz-box-shadow: 5px 0px 19px 10px rgba(0,0,0,0);
    box-shadow: 5px 0px 19px 10px rgba(0,0,0,0);
    transition: 0.15s;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* SLIDER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.metaslider, .master-slider-parent {
    padding: 4em 0 !important;
}

.ms-partialview-template .ms-container {
    border: none !important;
}

.flexslider, .ms-container {
    border-top: 4px solid #243e8f !important;
    border-bottom: 4px solid #243e8f !important;
}

.flex-direction-nav .flex-next {
    right: 0px !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* LOCATION CARDS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#locations {
    display: block;
    overflow: hidden;
    margin-bottom: 2em;
}

#locations .card {
    width: 33.33333333333%;
    float: left;
    background-color: transparent !important;
}

#locations .front img, #locations .back img {
    width: 88%;
    height: auto;
    margin: 6%;
    box-shadow: -6px 6px 10px #1E031C;
}

#locations .rotate1 {
    -ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
    transform: rotate(-1deg);
}

#locations .rotate2 {
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}

#locations .rotate3 {
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

img[style] { backface-visibility: visible !important; } 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FORM */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#FSContact1, .gform_wrapper {
    width: 90% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.gform_wrapper ul {
    width: 100% !important;
}

input#gform_submit_button_1 {
    position: relative;
    background: #ffffff;
    color: #000000;
    font-size: 24px;
    padding: 10px 20px;
    margin-bottom: 40px !important;
    z-index: 200;
}

.validation_error, .gfield_required {
    color: #ffffff !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* EVENT CALENDAR AND POSTERS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.eo-events-nav {
    overflow: inherit;
    margin: 10px auto 50px !important;
    display: inline-block !important;
    width: 50% !important;
    min-width: 300px !important;
}

.nav-next {
    float: right;
}

.nav-previous {
    float: left;
}

ul.eo-events, ul.eo-event-meta, ul.eo-upcoming-dates {
    list-style-type: none;
    text-align: center;
    width: 95%;
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
}

ul.eo-events li {
    width: 22.5%;
    display:inline-block;
    margin: 1% 1% 50px;
}

.featured_event ul.eo-events li {
    width: 100%;
    display: block;
    margin: 0;
}

h2.eo-event-title {
    margin-top: 0;
}

ul.eo-events li img {
    margin-bottom: 10px;
}

.poster_block {
    line-height: 130% !important;
    text-align: center;
}

.poster_block img, ul.eo-events li img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .4s ease-in-out;
}

.poster_block img:hover, ul.eo-events li img:hover {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.event_title {
    font-size: 18px;
    line-height: 150%;
}

.event_time {
    font-size: 14px;
}

.fc-day-grid-event.fc-event {
    padding: 12px 10px !important;
}

.calendar_full {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.fc-left {
    float: left !important;
}

.fc-toolbar h2 {
    margin: 8px 0 0 0 !important;
    width: 100%;
    font-size: 24px !important;
    font-family: 'Baloo Tamma', sans-serif !important;
}

.fc-right {
    float: right !important;
}

.fc-button-group {
    margin-right: 0 !important;
}

.single_event {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.event_poster_single {
    width: 50%;
    float: left;
    margin: 0;
}

.event_poster_single img {
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 50px;
    border: 0px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}

.entry_floated {
    float: right;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.featured_event h3, .featured_event .entry_floated {
    text-align: center !important;
}

.googleCal{
    position: relative;
    margin: 0 auto;
    height: 0;
    width: 90%;
    max-width: 1200px;
    padding-bottom: 60%;
}

.googleCal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc-day-header, .fc-day-number {
	color: #000000;
}

.level-aa .highlight {
    display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FOOD MENUS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul.food_menu {
    list-style: none;
    margin: 0 auto 36px;
    padding-left: 0;
}

ul.food_menu li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.menu_item {
    margin-bottom: 30px;
}

.calories {
    position: relative;
    top: -6px;
    font-size: 13px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* VIDEOS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 36px;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CLOUDS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.cloud {
  width: 250px;
  height: 60px;
  background-color: white;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  position: relative;
  
  -moz-box-shadow: 9px -7px 0 0 #f7e7eb inset;
  -webkit-box-shadow: 9px -7px 0 0 #f7e7eb inset;
  box-shadow: 9px -7px 0 0 #f7e7eb inset;
}

.cloud:before, .cloud:after {
  content: '';
  position: absolute;
  background-color: white;
  width: 120px;
  height:120px;
  top: -75px;
  
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  
  -moz-box-shadow: 10px 3px 0 0 #f7e7eb inset;;
  -webkit-box-shadow: 10px 3px 0 0 #f7e7eb inset;
  box-shadow: 10px 3px 0 0 #f7e7eb inset;
}

.cloud:after {
  width: 90px;
  height: 90px;
  top: -45px;
  right: 25px;

}

.cloud:before {
  left: 25px;
}

.c1 {
  left: -400px;
  top: 100px;
    -webkit-animation: moveclouds 75s linear infinite;
    -moz-animation: moveclouds 75s linear infinite;
    -o-animation: moveclouds 75s linear infinite;
}

.c2 {
  left: 200px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);  
  
  -webkit-animation: moveclouds 70s linear infinite;
    -moz-animation: moveclouds 70s linear infinite;
    -o-animation: moveclouds 70s linear infinite;
}

.c3 {
  left: -250px;
  top: 10px;
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  opacity: .8;
  
  -webkit-animation: moveclouds2 65s linear infinite;
    -moz-animation: moveclouds2 65s linear infinite;
    -o-animation: moveclouds2 65s linear infinite;
}

.c4 {
  left: 300px;
  top: -100px;
   transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  
  -webkit-animation: moveclouds2 78s linear infinite;
    -moz-animation: moveclouds2 78s linear infinite;
    -o-animation: moveclouds2 78s linear infinite;
}

.c5 {
  left: -200px;
  top: -300px;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  
  -webkit-animation: moveclouds3 65s linear infinite;
    -moz-animation: moveclouds3 65s linear infinite;
    -o-animation: moveclouds3 65s linear infinite;

}

.c6 {
  left: 470px;
  top: -300px;
   transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0.7;
  
   -webkit-animation: moveclouds2 61s linear infinite;
    -moz-animation: moveclouds2 61s linear infinite;
    -o-animation: moveclouds2 61s linear infinite;
}

.c7 {
  left: 20px;
  top: -250px;
   transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: .7;
  
  -webkit-animation: moveclouds3 60s linear infinite;
    -moz-animation: moveclouds3 60s linear infinite;
    -o-animation: moveclouds3 60s linear infinite;
}

@-webkit-keyframes moveclouds, @-moz-keyframes moveclouds, @-o-keyframes moveclouds, @-webkit-keyframes moveclouds2, @-moz-keyframes moveclouds2, @-o-keyframes moveclouds2, @-webkit-keyframes moveclouds3, @-moz-keyframes moveclouds3, @-o-keyframes moveclouds3 {
  0% {opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {opacity:0;}
} 

@-webkit-keyframes moveclouds {
    0% {margin-left: 50%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -150%; opacity:0;}
}

@-moz-keyframes moveclouds {
    0% {margin-left: 50%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -150%; opacity:0;}
}

@-o-keyframes moveclouds {
    0% {margin-left: 50%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -150%; opacity:0;}
}

@-webkit-keyframes moveclouds2 {
    0% {margin-left: 100%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -110%; opacity:0;}
}

@-moz-keyframes moveclouds2 {
    0% {margin-left: 100%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -110%; opacity:0;}
}

@-o-keyframes moveclouds2 {
    0% {margin-left: 100%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
  100% {margin-left: -110%; opacity:0;}
}

@-webkit-keyframes moveclouds3 {
    0% {margin-left: 120%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
    100% {margin-left: 50%; opacity:0;}
}

@-moz-keyframes moveclouds3 {
    0% {margin-left: 120%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
    100% {margin-left: 50%; opacity:0;}
}

@-o-keyframes moveclouds3 {
    0% {margin-left: 120%; opacity:0;}
  10% {opacity:.8;}
  90% {opacity:.8;}
    100% {margin-left: 50%; opacity:0;}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* BUBBLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#bubbles {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

#bubbles div {
  border: solid 2px #3d67a5;
  border-radius: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-animation: fade 11s infinite;
}

@-webkit-keyframes fade {
  from {
    bottom: -24px;
    opacity: 1;
    visibility: visible;
  }
  to {
    bottom: 120%;
  }
}

@keyframes fade {
  from {
    bottom: -24px;
    opacity: 1;
    visibility: visible;
  }
  to {
    bottom: 120%;
  }
}


/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */
/* MEDIA QUERIES */
/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */
/* - - - - - - - */


@media screen and (max-width: 1200px) {
    .googleCal {
        display: none;
    }
    .googleCalList {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .googleCalList iframe {
        position: relative;
        width: 100%;
        height: 600px;
    }
}

@media screen and (min-width: 1201px) {
    .googleCal {
        display: block;
    }
    .googleCalList {
        display: none;
    }
}

@media only screen and (max-width: 500px) {

    h1 { font-size: 32px; margin-bottom: 4px; }
    h2 { font-size: 30px; margin-top: 20px; }
    h2.city { margin-top: 0px; }
    h3 { font-size: 28px; }
    h4 { font-size: 16px; }
    h5 { font-size: 12px; }
    h6 { font-size: 10px; }

    p {
        padding-bottom: 18px;
    }

    #content {
        font-size: 15px;
        line-height: 170%;
    }

    #menuToggle input:checked ~ ul {
        max-width: 100%;
    }

    #menuToggle input:not(:checked) ~ ul {
        max-width: 100%;
        right: -100%;
    }

    #footer-sidebar {
        display: block;
    }

    #footer-sidebar, #footer-sidebar1, #footer-sidebar1 h3, #footer-sidebar2, #footer-sidebar2 h3, #footer-sidebar3, #footer-sidebar3 h3 {
        text-align: center;
    }

    #footer-sidebar > div {
        float: none;
        width: 100%;
    }

    footer h3, footer h4 {
        text-align: center;
        width: 100%;
        margin: 10px 0 0 0;
        padding-left: 0;
    }

    #footer ul {
        text-align: center;
        width: 100%;
        margin: 0 0 15px 0;
    }

    ul.hours li div.left {
        float: left;
        width: 50%;
        max-width: 50%;
         padding-right: 2%;
         text-align: right;
    }

    ul.hours li div.right {
         float: left;
         width: 50%;
         max-width: 50%;
         padding-left: 2%;
         text-align: left;
    }

    #copyright {
        display: none;
    }

    #copyright_mobile {
        display: block;
    }

    .skyline_lg {
        display: none;
    }

    .skyline_sm {
        display: block;
    }

    #container {
        padding: 30px 0 0;
    }

    ul#responsive-menu li {
        margin-bottom: 0px !important;
    }

    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 24px !important;
    }

    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        line-height: 36px !important;
    }

    .metaslider, .master-slider-parent {
        padding: 2em 0;
        margin-bottom: -40px !important;
    }

    #locations .card {
        width: 100%;
        float: none;
        background-color: transparent !important;
    }

    #locations .card:first-of-type { padding-top: 20px; }


    #locations .front img, #locations .back img {
        width: 88%;
        height: auto;
        margin: 3% 6%;
        box-shadow: -6px 6px 10px #1E031C;
    }

    ul.eo-events li {
        width: 90%;
        display: block;
        margin: 1% 5% 0px;
    }

    .poster_block {
        margin-bottom: 36px;
    }

    .event_poster_single {
        width: 100%;
        float: none;
        margin: 0 0 36px 0;
        text-align: center;
    }

    .event_poster_single img {
        width: 85%;
        height: auto;
        margin: 0 auto;
        border: 0px;
        -webkit-transform: rotate(-1.5deg);
        transform: rotate(-1.5deg);
    }

    .entry_floated {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }    

    .menu_item {
        margin-bottom: 10px;
        font-size: 80%;
        line-height: 155%;
    }

    .calories {
        position: relative;
        top: 0px;
        font-size: 9px;
    }

}







































