/*
Theme Name: YOF
Description: Dedicated Wordpress theme for Company Name
*/
.ie8 .btn {
  behavior: url("pie/PIE.htc");
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.btn {
  font-family: "Fredoka One", cursive;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  background-color: #ef3d42;
  display: inline-block;
  padding: 19px 20px;
  min-width: 220px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: #dc080e 0 5px 0;
  position: relative;
}
.single-locations .btn {margin-bottom: 30px;width:100%;}

.btn:hover {
  color: #fff;
  background-color: #dc080e;
}
.btn.color2 {
  background-color: #53c1ee;
  box-shadow: #27ace3 0 5px 0;
}
.btn.color2:hover {
  background-color: #27ace3;
}

.fb-link, .inst-link {
  font-size: 17px;
  line-height: 20px;
  position: relative;
}
.fb-link:before, .inst-link:before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -4px;
}
.fb-link:before {
  background-image: url("images/fb-icon.png");
}

.inst-link:before {
  background-image: url("images/icon-instagram.png");
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #2d2d2d;
  letter-spacing: 0.3px;
  margin-bottom: 35px;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

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

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

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

.textcenter {text-align:center;}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}

.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Embeds */
.embed-responsive {padding-top:40%;}

/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* =============================================================================
	Layout
/* ========================================================================== */
#main-header {
  width: 100%;
  height: 192px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("images/header-bg.png");
  background-repeat: repeat-x;
  background-position: center center;
  z-index: 99;
}
#main-header .logo-box {
  width: 292px;
  height: 294px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -146px;
  background-image: url("images/logo-wrapper-bg.png");
  background-size: cover;
  text-align: center;
  padding-top: 17px;
}

.top-nav {
  font-family: "Fredoka One", cursive;
  margin-top: 54px;
  width: 44%;
  position: relative;
  z-index: 99;
}
.top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav ul li {
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}
.top-nav ul li a {
  color: #53c1ee;
  border-radius: 12px 12px 0 0;
  padding: 7px 15px;
  text-decoration: none;
}
.top-nav ul li a:hover {
  color: #ef3d42;
}
.top-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.top-nav ul li.menu-item-has-children:hover > a {
  color: #fff;
  background-color: #53c1ee;
}
.top-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -95px;
  width: 190px;
  background-color: #ef3d42;
  border-radius: 12px;
  z-index: 999;
  overflow: hidden;
}
.top-nav ul.sub-menu li {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-nav ul.sub-menu li:last-child {
  border: 0;
}
.top-nav ul.sub-menu li a {
  display: block;
  padding: 15px 10px;
  color: #fff;
}
.top-nav ul.sub-menu li a:hover {
  background-color: #ef3d42;
}
.top-nav.nav-left {
  float: left;
  margin-left: -15px;
}
.top-nav.nav-left li {
  margin-right: 33px;
}
.top-nav.nav-right {
  text-align: right;
  float: right;
  margin-right: -15px;
}
.top-nav.nav-right li {
  margin-left: 33px;
}

#home-banner {
  height: 607px;
  border-bottom: 7px solid #ef3d42;
  background-size: cover;
  background-position: center center;
}

#locations {
  font-family: "Fredoka One", cursive;
  color: #fff;
  padding: 48px 0 74px;
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 50;
}
#locations:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("images/location-bg.png");
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#locations header {
  text-align: center;
  margin-bottom: 44px;
}
#locations h2 {
  font-size: 67px;
  line-height: 68px;
  margin-bottom: 0;
}
#locations h2 span {
  display: block;
  font-size: 42px;
  line-height: 50px;
}
#locations + section {
  position: relative;
  margin-top: -95px;
  padding-top: 105px;
}

.location-info-box {
  position: relative;
  width: 505px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 90px;
}
.location-info-box .frame {
  position: relative;
  margin-bottom: 13px;
}
.location-info-box .box-logo, .box-logo {
  position: absolute;
  bottom: 15px;
  left: -63px;
}
.location-info-box:nth-child(2n) .box-logo {
  left: auto;
  right: -66px;
}
.location-info-box h4 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 23px;
}

.locations-address {list-style:none;padding-left:0px;}
.locations-address li {color:WHITE;font-size:22px;margin-bottom:6px;}
.locations-address li a.phonenumber {color:WHITE;font-size:28px;}
.locations-address li a.locationemail {color:WHITE;}
.locations-address li a.phonenumber:hover,
.locations-address li a.locationemail:hover{color:WHITE;}
.locations-hours {padding:50px 0px;}
.locations-hours-box {color:WHITE;}
.locations-hours-box div {font-size: 26px;padding-top:20px;padding-bottom:20px;}
.locations-social {font-family: "Fredoka One", cursive;margin-bottom:40px;}
.locations-social a, .locations-social a:hover {color:white;}


#about {
  background-image: url("images/about-bg.png");
  background-repeat: no-repeat;
  background-position: -30px center;
  padding-bottom: 63px;
  position: relative;
  overflow: hidden;
}
#about:before {
  content: '';
  width: 705px;
  height: 512px;
  background-image: url("images/about-bg2.png");
  position: absolute;
  top: 50%;
  right: 9.1%;
  margin-top: -236px;
}
#about .about-info header {
  width: 327px;
  margin-left: -18px;
  font-family: "Fredoka One", cursive;
  text-align: right;
  margin-bottom: 27px;
}
#about .about-info header h4 {
  color: #53c1ee;
  font-size: 42px;
  line-height: 48px;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  width: 85%;
}
#about .about-info header h4 span {
  position: relative;
}
#about .about-info header h4 span:before {
  content: '';
  width: 1000px;
  height: 10px;
  background-image: url("images/dot.png");
  position: absolute;
  bottom: 8px;
  right: 112%;
}
#about .about-info header h4 + h3 {
  margin-top: -5px;
}
#about .about-info header h3 {
  font-size: 100px;
  line-height: 91px;
  color: #ef3d42;
  margin: 0;
}
#about .about-info header h3 span {
  display: block;
  font-size: 58px;
  line-height: 56px;
  letter-spacing: 1px;
}
#about .item {
  width: 256px;
  height: 636px;
  background-image: url("images/ice-cream.png");
  position: absolute;
  bottom: -200px;
  right: 15%;
}

#slideshow {
  position: relative;
}
#slideshow .single-slide {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
#slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 65px;
  height: 87px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 0;
  margin-top: -70px;
  outline: none;
}
#slideshow .slick-arrow:before {
  content: '';
  width: 19px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -10px;
}
#slideshow .slick-arrow.slick-prev {
  left: 0;
}
#slideshow .slick-arrow.slick-prev:before {
  background-image: url("images/arrow-prev.png");
}
#slideshow .slick-arrow.slick-next {
  right: 0;
}
#slideshow .slick-arrow.slick-next:before {
  background-image: url("images/arrow-next.png");
}
#slideshow .slick-dots {
  position: absolute;
  bottom: 34px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#slideshow .slick-dots li {
  display: inline-block;
  font-size: 0;
}
#slideshow .slick-dots li.slick-active button {
  background-color: #ef3d42;
}
#slideshow .slick-dots li button {
  display: block;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 9px;
  outline: none;
}

.default-content {
  padding: 56px 0 84px;
  position: relative;
}
.default-content:before {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #14a4ef 0%, #53c1ee 60%, rgba(83, 193, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14a4ef', endColorstr='#0053c1ee',GradientType=0 );
  z-index: -1;
}
.default-content:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #53c1ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.default-content .half-col {
  padding: 0;
  margin-top: 28px;
}
.default-content h1, .default-content h2, .default-content h3, .default-content h4, .default-content h5, .default-content h6 {
  font-family: "Fredoka One", cursive;
  color: #fff;
}
.default-content p {
  margin: 0;
}
.default-content h3 {
  font-size: 75px;
  line-height: 80px;
  margin: 0 0 3px;
}
.default-content h4 {
  font-size: 58px;
  line-height: 60px;
  margin: 0 0 10px;
}
.default-content h5 {
  font-size: 41px;
  line-height: 45px;
  margin: 0;
}
.default-content .alignright {
  margin-right: 106px;
}

.page-content {
  padding: 325px 0 90px;
  position: relative;
}
.page-content.gallery-page {
  padding-top: 307px;
}
.page-content:before {
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  top: 100px;
  left: 0;
  background: linear-gradient(to bottom, #14a4ef 0%, #53c1ee 60%, rgba(83, 193, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14a4ef', endColorstr='#0053c1ee',GradientType=0 );
  z-index: -1;
}
.page-content:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #53c1ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.page-content .alignright {
  clear: right;
  margin: 5px 21px 57px 40px;
}
.page-content .alignleft {
  clear: left;
}
.page-content h1 {
  font-family: "Fredoka One", cursive;
  font-size: 64px;
  line-height: 72px;
  color: #fff;
  margin: 0 0 31px;
}
.page-content h3 {
  font-family: "Fredoka One", cursive;
  font-size: 58px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 31px;
}
.page-content h3 span {
  font-size: 42px;
  line-height: 45px;
  display: block;
  color: #fff;
  margin-bottom: 3px;
}
.page-content p {
  color: #fff;
  margin-bottom: 25px;
}

.page-gallery {
  font-size: 0;
  width: 1110px;
  margin: 26px auto 189px;
}
.page-gallery .grid-item {
  float: left;
}

.page-gallery.gallery-locations {margin: 102px auto 59px;}

#main-footer {
  text-align: center;
  position: relative;
  z-index: 60;
  margin-top: -60px;
  padding: 119px 0 20px;
  font-family: "Fredoka One", cursive;
  background-image: url("images/footer-overlay.png");
  background-position: center top;
  background-size: cover;
  color: #fff;
}
#main-footer p {
  color: #fff;
}
#main-footer:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("images/footer-bg.png");
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#main-footer .head-text {
  color: #fff;
  margin-bottom: 67px;
}
#main-footer .head-text h3 {
  font-size: 50px;
  line-height: 66px;
  margin: 0;
}
#main-footer .head-text h4 {
  font-size: 33px;
  line-height: 35px;
  margin: 0 0 10px;
}
#main-footer .col-wrapper {
  margin-bottom: 61px;
}
#main-footer .col-wrapper h4 {
  font-size: 33px;
  line-height: 41px;
  margin: 0;
}
#main-footer .col-wrapper h5 {
  font-size: 25px;
  line-height: 33px;
  margin: 0 0 9px;
}
#main-footer .col-wrapper p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 17px;
}
#main-footer .col-wrapper .single-col:nth-child(2n) {
  float: right;
  margin-right: 8.33333333%;
}
#main-footer .fb-link, #main-footer .inst-link {
  color: #fff;
}
#main-footer .bottom-text h4 {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 5px;
}
#main-footer .bottom-text p {
  font-size: 21px;
  line-height: 25px;
}
#main-footer .bottom-text p a {
  color: #fde965;
  text-decoration: underline;
}

@media (max-width: 1620px) {
  #about:before {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    right: 5%;
  }
}
@media (max-width: 1399px) {
  #about:before {
    right: -2%;
  }
  #about .item {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }

  #main-header .logo-box {
    width: 200px;
    height: 201px;
    background-size: cover;
    margin-left: -100px;
    top: 25px;
  }
  #main-header .logo-box img {
    height: 80%;
  }

  .top-nav {
    width: 40%;
  }
  .top-nav.nav-left {
    text-align: right;
  }
  .top-nav.nav-left li {
    margin-right: 20px;
  }
  .top-nav.nav-left li:last-child {
    margin-right: 0;
  }
  .top-nav.nav-right {
    text-align: left;
  }
  .top-nav.nav-right li {
    margin-left: 20px;
  }
  .top-nav.nav-right li:first-child {
    margin-left: 0;
  }
  .top-nav ul li {
    font-size: 21px;
  }
  .top-nav ul.sub-menu {
    top: 34px;
  }
  .top-nav ul.sub-menu li {
    font-size: 17px;
    line-height: 20px;
  }

  .location-info-box {
    margin-bottom: 85px;
  }

  #about {
    padding-bottom: 460px;
    background: #fff;
  }
  #about:before {
    top: auto;
    bottom: -35px;
    right: 50%;
    margin-right: -350px;
    margin-top: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  #about .about-info header {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #about .item {
    display: none;
  }

  .page-gallery {
    width: 100%;
    padding: 0 30px;
  }

  .default-content .half-col {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .default-content .alignright {
    margin: 0 auto;
    display: block;
    float: none;
  }

  #main-footer .col-wrapper {
    margin-bottom: 0;
  }
  #main-footer .col-wrapper .single-col {
    margin-bottom: 40px;
  }
  #main-footer .col-wrapper .single-col:nth-child(2n) {
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  #main-header {
    height: 48px;
    background-color: #ef3d42;
    background-image: none;
  }
  #main-header .logo-box {
    position: absolute;
    top: -51px;
    left: 14px;
    width: 146px;
    height: 147px;
    margin-left: 0;
    z-index: 99;
  }
  #main-header .logo-box img {
    width: 112px;
    height: auto;
    margin: 42px auto 0;
  }

  .mobile-menu-trigger {
    width: 33px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 9px;
    font-size: 0;
  }
  .mobile-menu-trigger:before, .mobile-menu-trigger:after, .mobile-menu-trigger span {
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    left: 0;
  }
  .mobile-menu-trigger:before {
    content: '';
    top: 0;
  }
  .mobile-menu-trigger:after {
    content: '';
    bottom: 0;
  }
  .mobile-menu-trigger span {
    top: 10px;
  }
  .mobile-menu-trigger.active span {
    display: none;
  }
  .mobile-menu-trigger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
  }
  .mobile-menu-trigger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
  }

  .mobile-nav {
    background-color: #ef3d42;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 90;
  }
  .mobile-nav ul {
    font-family: "Fredoka One", cursive;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
  }
  .mobile-nav ul li {
    border-top: 1px solid #fff;
  }
  .mobile-nav ul li a {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 8px 15px 10px;
    text-decoration: none;
  }
  .mobile-nav ul li a:hover {
    background-color: #ad50ee;
  }
  .mobile-nav ul.sub-menu li a {
    font-size: 26px;
    line-height: 30px;
    background-color: #ce91f9;
  }

  #home-banner {
    height: 400px;
  }

  #locations {
    background-image: none;
    background-color: #53c1ee;
    padding-bottom: 0;
  }
  #locations:before {
    background-image: url("images/location-bg2.jpg");
  }
  #locations + section {
    margin-top: 0;
    padding-top: 50px;
  }
  #locations .location-info-box {
    margin-bottom: 65px;
  }

  #about .about-info header {
    width: 270px;
  }
  #about .about-info header h3 {
    font-size: 85px;
    line-height: 85px;
  }
  #about .about-info header h3 span {
    font-size: 52px;
    letter-spacing: 0;
  }
  #about .about-info header h4 {
    font-size: 35px;
    line-height: 42px;
  }

  .page-content {
    padding-top: 150px;
  }
  .page-content.gallery-page {
    padding-top: 150px;
  }
  .page-content:before {
    top: 48px;
  }

  #main-footer .head-text h3 {
    font-size: 45px;
    line-height: 45px;
  }
  #main-footer .head-text h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    min-width: 320px;
    padding: 0 30px;
  }

.mobile-textcenter {text-align:center;}
.mobile-hide {display:none;}
	
/* Embeds */
.embed-responsive {padding-top:80%;}
	
	
.page-content h1 {
  font-size: 39px;
  line-height: 44px;
}	
	
  p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 33px;
  }

  .btn {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px 4px;
    box-shadow: 0 2px 0 0 #dc080e;
    border-radius: 10px;
    min-width: 1px;
  }
  .btn.color2 {
    box-shadow: 0 2px 0 0 #27ace3;
  }

  .fb-link:before, .inst-link:before {
    width: 24px;
    height: 24px;
    background-size: cover;
    top: -2px;
  }

  #home-banner {
    height: 181px;
    border-width: 0 0 4px 0;
  }

  #locations {
    padding: 28px 0 10px;
  }
  #locations + section {
    padding-top: 40px;
  }
  #locations header {
    margin-bottom: 36px;
  }
  #locations h2 {
    font-size: 33px;
    line-height: 33px;
  }
  #locations h2 span {
    font-size: 20px;
    line-height: 25px;
    margin-top: 1px;
  }
  #locations .location-info-box {
    width: 79%;
    margin-bottom: 60px;
  }
  #locations .location-info-box:nth-child(2n) .box-logo {
    left: auto;
    right: -28px;
  }
  #locations .location-info-box .box-logo {
    height: 102%;
    bottom: 7px;
    left: -28px;
  }
  #locations .location-info-box .frame {
    margin-bottom: 11px;
  }
  #locations .location-info-box h4 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  #locations .location-info-box .btn {
    width: 100%;
  }
	
.locations-hours {padding:50px 0px 0px;}
.locations-hours-box {margin-bottom:30px;}
.locations-hours-box div {padding-bottom:0px;}
	
	
  #about {
    padding-bottom: 256px;
  }
  #about:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    width: 320px;
    height: 244px;
    background-image: url("images/about-bg2-2.png");
    margin-right: -160px;
    bottom: 30px;
  }
  #about .about-info {
    text-align: center;
  }
  #about .about-info header {
    width: 155px;
    display: block;
    margin-bottom: 41px;
  }
  #about .about-info header h4 {
    font-size: 21px;
    line-height: 25px;
    width: 90%;
  }
  #about .about-info header h4 span:before {
    background-size: auto 5px;
    height: 5px;
    bottom: 5px;
  }
  #about .about-info header h4 + h3 {
    margin-top: -11px;
  }
  #about .about-info header h3 {
    font-size: 50px;
    line-height: 55px;
  }
  #about .about-info header h3 span {
    font-size: 30px;
    line-height: 30px;
    margin-top: -6px;
  }
  #about .about-info p {
    text-align: left;
  }
  #about .about-info .btn {
    margin: 0 auto;
    min-width: 205px;
    max-width: 100%;
  }

  #slideshow .single-slide {
    height: 181px;
  }
  #slideshow .slick-arrow {
    width: 32px;
    height: 44px;
    margin-top: -28px;
  }
  #slideshow .slick-arrow:before {
    background-size: cover;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    margin-left: -5px;
  }
  #slideshow .slick-dots {
    bottom: 13px;
  }
  #slideshow .slick-dots li button {
    margin: 0 8px;
  }

  .default-content {
    padding: 6px 0 17px;
  }
  .default-content h3 {
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .default-content h4 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .default-content h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .default-content .half-col {
    margin-bottom: 22px;
  }

  .page-content {
    padding-top: 107px;
  }
  .page-content.gallery-page {
    padding-top: 107px;
  }
  .page-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .page-content h3 span {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .page-content .container img {
    max-width: 80%;
  }

  .page-gallery {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  .page-gallery .grid-item {
    width: 100%;
  }
  .page-gallery .grid-item img {
    width: 100%;
  }

  #main-footer {
    margin-top: 0;
    padding: 0;
  }
  #main-footer:before {
    background-image: url("images/footer-bg2.jpg");
    background-position: center center;
  }
  #main-footer .container {
    padding: 0 15px;
  }
  #main-footer .head-text {
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 30px 15px;
    margin-bottom: 21px;
  }
  #main-footer .head-text h3 {
    font-size: 25px;
    line-height: 33px;
  }
  #main-footer .head-text h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  #main-footer .col-wrapper {
    padding: 0 55px 19px;
  }
  #main-footer .col-wrapper .single-col {
    margin-bottom: 20px;
  }
  #main-footer .col-wrapper .single-col:last-child {
    margin-bottom: 0;
  }
  #main-footer .col-wrapper h4 {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 3px;
  }
  #main-footer .col-wrapper h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  #main-footer .col-wrapper p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 19px;
  }
  #main-footer .bottom-text {
    background-color: rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 30px 15px;
  }
  #main-footer .bottom-text h4 {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 0;
  }
  #main-footer .bottom-text p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0;
    letter-spacing: 0;
  }

  .lb-nav a.lb-next, .lb-nav a.lb-prev {
    opacity: 1;
  }
}

/* FORM STYLES */

.wpcf7 form label { color: #FFF; }
.wpcf7 form label span.red { color: #ef3d42; }
.wpcf7 form input.form-control { padding: 25px 12px; }


div.wpcf7-validation-errors { background: #f7e700; border: 2px solid #f7e700; color: BLACK; }
div.wpcf7-mail-sent-ng { background: #ef3d42; border: 2px solid #72c4ee; color: WHITE; }
div.wpcf7-mail-sent-ok { background: #ef3d42; border: 2px solid #72c4ee; color: WHITE; }
div.wpcf7-response-output { clear: both; font-size: 20px; margin: 7em 0.5em 1em; padding: 1em 0em; text-align: center; }
