/*
Theme Name: Ultra
Description: Fiesta Del Sol
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com
Version: 1.0.0
License: Copyright 2015 Ultra Design Agency
*/

/* CSS RESET 
--------------------------------------------------- */
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;
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* FONTS 
------------------------------------------------------*/
.orange {
    color: #CA6419
}
.orange-bg {
    background-color: #CA6419
}
.blue {
    color: #5eb8ae;
}
.blue-bg {
    background-color: #5eb8ae;
}
/* BASIC STRUCTURE 
------------------------------------------------------*/

body {
    background-color: rgba(237,225,201,.8);
    background-image: url(images/repeating-bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    color: #000;
    font-size: 100%;
    font-family: 'Baumans', cursive;
}
.float_container {
    clear: both;
    overflow: hidden;
}
.wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper-medium {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.wrapper-thin {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #5eb8ae;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #00c9be;
}
.hover {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.hover:hover {
    filter: alpha(opacity=60) !important;
    opacity: 0.6 !important;
}
img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
h1 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 1em;
    color: #82492C;
    font-weight: bold;
}
h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 1em;
    color: #CA6419;
    font-weight: bold;
}
h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 1em;
    color: #CA6419;
    font-weight: bold;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
h6 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
p, ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 1px;
}
ul li {
    margin: 0
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right
}
.uppercase {
    text-transform: uppercase;
}
.center {
    text-align: center;
}
.responsive {
    text-align: center
}
.responsive li {
    display: inline-block;
    vertical-align: top;
}
.responsive-img {
    max-width: 100%;
    height: auto;
    width: auto;
}
b, strong {
    font-weight: 600;
}
.desktop {
    display: block
}
.mobile {
    display: none
}
/* HEADER 
------------------------------------------------------*/

header {
    width: 205px;
    height: 100%;
    padding: 40px 0 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url(images/header-bg-2.jpg);
    background-position: top left;
    background-repeat: repeat;
    background-color: #4c3e36;
}
header i {
    font-size: 20px;
    margin: 0 1px;
}
#logo {
    width: 500px;
    margin: 0 auto;
}
.header-inner {
}
#header-logo {
    max-width: 100%;
    height: auto;
    width: auto;
}
.menu {
    padding: 20px 0 0;
}
.menu li {
    display: block;
    padding: 0;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 16px;
}
.menu a {
    text-decoration: none;
    color: #F8F8E1;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #82492C;
}
.menu a:hover, .current_page_item a {
    color: #E0C101;
}
#copyright {
    color: #82492C;
    font-size: 9px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    width: 100%;
    letter-spacing: 1px;
    padding: 20px 0;
}
#headershadow {
    position: relative;
    bottom: 0px;
    width: 205px;
    height: 85px;
    -webkit-box-shadow: 0px -5px 80px rgba(100, 100, 100, 0.33);
    -moz-box-shadow: 0px -5px 80px rgba(100, 100, 100, 0.33);
    box-shadow: 0px -5px 80px rgba(100, 100, 100, 0.33);
}
#container {
    position: relative;
    padding-left: 205px;
    margin-bottom: 86px;
    z-index: 1;
    overflow-x: hidden;
}
/*MOBILE MENU
-------------------------------------------------------*/
.c-hamburger {
    display: block;
    position: fixed;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    left: 5%;
    z-index: 999999;
    top: 8px;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    left: 2px;
    right: 2px;
    height: 2px;
    background: #E0C101;
}
.c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E0C101;
    content: "";
}
.c-hamburger span::before {
    top: -6px;
}
.c-hamburger span::after {
    bottom: -6px;
}
.c-hamburger--htx {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
}
.c-hamburger span::before {
    top: -6px;
    width: 100%;
    left: 0;
    transition: all .2s ease;
}
.c-hamburger:hover span::before {
    width: 50%;
    left: 25%;
}
.c-hamburger span::after {
    top: 6px;
    width: 100%;
    left: 0;
    transition: all .2s ease;
}
.c-hamburger:hover span::after {
    width: 50%;
    left: 25%;
}
.c-hamburger--htx.is-active {
    background-color: rgba(0,0,0,0);
}
.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    left: 0;
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0;
    top: 0;
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
#content-inner {
    z-index: 100000;
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 340px;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-image: url(images/header-bg-2.jpg);
    background-position: top left;
    background-repeat: repeat;
    background-color: #4c3e36;
}
.infoLink {
    z-index: 9999;
}
.menu-content {
    margin: 0 10%;
    width: 80%;
}
.menu-content #logo {
    height: auto;
    width: auto;
    max-width: 80%
}
.mobile-contact .button a {
    background: #E0C101;
    color: #82492C;
    padding: 10px 20px;
    border-radius: 20px;
}
.mobile-contact .button {
    margin: 25px 0;
}
/* HOME PAGE
------------------------------------------------------*/
.banner {
    position: relative;
    padding: 10% 5%;
    z-index: 99;
    width: 100%;
}
.banner.home {
    padding: 4% 5%;
}
.banner h1, .banner h2, .banner h3 {
    margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(239,228,206,1);
}
.lineup, .links {
    height: 250px;
    width: 100%;
}
.quads, ul.half, .fifths {
    font-size: 0;
    text-align: center;
}
.quads li {
    width: 25%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    border: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    transition: all .4s ease;
}
.quads li:hover {
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
.quads a li h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    background-image: url(images/header-bg-2.jpg);
}
.lineup.home .quads li:nth-child(1) {
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
ul.half li, .contact div.half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    border: 0;
}
.fifths li {
    width: 20%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    border: 0;
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.fifths li:hover {
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
.links .quads li {
    padding: 100px 0;
}
.sponsor-img {
    background: #fff;
}
.links h2 a {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.lineup h3 {
    margin-bottom: 0;
}
.lineup h3 a {
    margin: 0;
    color: #5eb8ae;
    font-size: 32px;
    line-height: 36px;
}
.lineup h3 a:hover {
    color: #D39933;
}
.lineup h4 {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
    padding: 0 10px 0 30px;
    color: #ffffff;
}
.lineup .quads, .lineup .fifths {
    background-image: url(images/quads-bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    background-color: #82492c;
}
.lineup .block, .lineup .block div {
    display: block;
    width: 100%;
    height: 100%;
}
.lineup .cta {
    margin: 10px 0 0;
}
.cta {
    padding: 4px 10px;
    color: #ed8c00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid #ed8c00;
    display: inline-block;
}
.cta:hover {
    color: #17348b;
    border: 2px solid #17348b;
}
.gray {
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.gray:hover {
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: none;
}
.content.kids h3 {
    color: #5eb8ae;
    font-size: 22px;
    margin-bottom: 10px;
}
.half-table {
    display: table;
}
.half-table > li {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    position: relative;
    padding: 10% 5% 0 !important;
}
.gallery.kids {
    font-size: 0;
}
img.gallery-kids {
    max-width: 25%;
    height: auto;
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
img.gallery-kids:hover {
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
.content-ed p {
    text-align: left;
}
.content-ed a {
    color: #163182;
    text-transform: none;
}
.content-ed.up p, .content-ed.up p a {
    text-transform: uppercase;
}
.content-ed a:hover {
    color: #ed8c00;
}
.content-ed ul {
    display: inline-block;
    margin-bottom: 1em;
}
.content-ed ul li {
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
    min-width: 200px;
}
.content.vendors h3 {
    color: #5eb8ae;
    font-size: 22px;
}
.content.vendors .content-ed h3 {
    color: #5eb8ae;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 30px 0 10px;
    text-align: left;
}
.featured-vendors {
    min-height: 549px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10
}
.featured-vendors .title {
    background: #00c9be;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.featured-vendors .title h3 {
    color: #ffffff;
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 0;
}
.featured-vendors .images {
    position: absolute;
    left: 0;
    bottom: 42px;
    padding: 100px 20px;
    width: 100%;
}
.featured-vendors .images img {
    margin: 10px;
    max-width: 40%;
    height: auto;
    vertical-align: middle;
}
.content.contact h3 {
    color: #5eb8ae;
    font-size: 22px;
}
.content.contact .content-ed h3 {
    color: #5eb8ae;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 30px 0 10px;
    text-align: left;
}
.content.sponsors h3 {
    color: #82492C;
    font-size: 28px;
    line-height: 36px;
}
.featured-sponsors {
    position: relative;
}
.featured-sponsors ul.half, .featured-sponsors ul.thirds, .food ul.quads, .ul.thirds {
    display: table;
    width: 100%;
}
.featured-sponsors ul.half li {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}
.thirds {
    text-align: center;
}
.thirds li img {
/* height: 50px; */
}
.featured-sponsors ul.thirds li, ul.thirds li {
    display: inline-block;
    min-height: 230px;
    overflow: hidden;
    padding: 7% 0;
    vertical-align: middle;
    width: 32.8%;
}
.food ul.quads li {
    height: 250px;
    vertical-align: middle;
    webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.food ul.quads li:hover {
    webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
.sponsor-img img {
    margin: 30px 1%;
    vertical-align: middle;
}
.featured-sponsors .title {
    background: #00c9be;
    width: 100%;
}
.featured-sponsors .title h3 {
    color: #ffffff;
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
    margin-bottom: 0;
}
.add-bottom-shadow {
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
    -moz-box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
    box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
    background: #ececec;
}
.food .quads {
    -webkit-box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
    -moz-box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
    box-shadow: 0px -5px 40px rgba(100, 100, 100, .5);
}
.food h3 {
    color: #ed8c00;
    font-size: 22px;
    margin-bottom: 10px;
}
.food .last-box h3, .food .last-box h5 {
    color: #ed004e;
}
.food .quads.logos li {
    padding: 40px 0;
    height: auto;
}
.food .quads.logos {
    padding-bottom: 40px;
}
.food .quads li img {
    vertical-align: middle;
}
.foodlogo {
    margin: 0 30px
}
.performers h3 {
    color: #ed004e;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}
.performers.sponsors img {
    vertical-align: middle;
}
.performers.sponsors li {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    height: 150px;
    padding: 40px 0 0;
}
.performer-fancybox {
    display: none;
    background: #ffffff url(images/bg-performer.jpg) no-repeat bottom center;
}
.performer-fancybox h1 {
    color: #CA6419;
    font-size: 30px;
    line-height: 36px;
    margin: 20px auto;
}
.performer-fancybox h2 {
    color: #CA6419;
}
.performer-fancybox .header-img {
    margin: 0 auto;
    display: block;
}
.performer-fancybox .content {
    padding: 20px 80px;
}
.performer-fancybox .content p {
    text-align: left;
}
.performer-fancybox .content .center {
    text-align: Center;
}
.performer-fancybox .cta {
    margin: 40px auto 20px;
}
.performer-fancybox .social img {
    display: inline-block;
    margin: 0 5px;
    height: 34px;
    width: auto;
}
.performer-fancybox .social {
    padding-bottom: 40px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visitors-guide-promo h3 {
    font-size: 14px;
    color: #CA6419;
}
.visitors-guide-promo .fifths {
    width: 100%;
}
.visitors-guide-promo .fifths li {
    float: left;
    height: 130px;
    padding: 35px 0;
    background: #fff;
    -webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
.visitors-guide-promo .fifths > li:first-child {
    -webkit-box-shadow: 0px -5px 50px rgba(100, 100, 100, 0.33);
    -moz-box-shadow: 0px -5px 50px rgba(100, 100, 100, 0.33);
    box-shadow: 0px -5px 50px rgba(100, 100, 100, 0.33);
}
.visitors-guide-promo img {
    vertical-align: middle;
    margin: 0 20px;
}
.visitors-guide h1 {
    font-size: 12px;
    line-height: 16px;
    display: block;
    background: #CA6419;
    text-align: left;
    padding: 10px 0 10px 30px;
    margin-bottom: 0;
    color: #fff;
}
.visitors-guide h3 {
    color: #CA6419;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 50px
}
.visitors-guide h5 {
    color: #CA6419;
}
.visitors-guide ul.thirds {
    padding: 30px 0 50px;
    width: 100%;
    text-align: Center;
}
.visitors-guide ul.thirds li {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 33%;
}
.visitors-guide .featured-img {
    margin: 0 10px 20px;
}
.visitors-guide img {
    vertical-align: middle;
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.visitors-guide.shopping h1 {
    background: #CA6419;
}
.visitors-guide.shopping h3 {
    color: #CA6419;
}
.visitors-guide.parking h1 {
    background: #CA6419;
}
.visitors-guide.parking h3 {
    color: #CA6419;
    margin-bottom: 30px;
    margin-top: 0px
}
.visitors-guide.parking img {
    margin: 20px 10px;
}
.visitors-guide.parking .cta {
    color: #CA6419;
    border: 2px solid #CA6419;
}
.content-ed ol {
    margin-bottom: 20px;
}
.content-ed ol li {
    list-style: decimal;
    text-align: left;
    margin: 0 20px 10px;
}
.map {
    margin: 30px auto 70px;
    text-align: center;
    -webkit-filter: sepia(.65);
    -webkit-filter: sepia(65%);
    filter: sepia(65%);
    filter: sepia;
}
.map iframe {
    max-width: 100%;
}
.contact div.half {
    float: left;
    padding: 10px 20px;
    text-transform: uppercase;
}
.contact div.half h5 {
    text-align: left;
    font-size: 14px;
    color: #5eb8ae;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper input, .gform_wrapper textarea {
    padding: 4px 10px !important;
    color: #434343;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid #5eb8ae;
    display: inline-block;
    background: #ffffff;
}
.gform_wrapper input:hover, .gform_wrapper textarea:hover {
    border: 2px solid #17348b;
}
.gform_wrapper .gform_footer input[type=submit] {
    cursor: pointer;
}
.gform_footer {
    text-align: center;
}
/* Gravity forms error handling */
/* ############################################### */

/* Make the error stand out */
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    background-color: transparent !important;
    color: #414141;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.gform_wrapper form.contact-page-form li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error, .gform_wrapper .gfield_error .gfield_label {
    color: #414141 !important;
}
/* Prepend the error message to the missing but required field */
.gform_wrapper li.gfield.gfield_error:before {
    font-weight: bold;
    content: "Sorry, this field is required: ";
    color: #414141;
    padding-left: 5px;
}
/* Hide the error message since we're displaying it above */
.validation_error, .validation_message {
    display: none;
}
#responsive-menu #rm-additional-content {
    padding: 0 !important;
}
#responsive-menu #responsive-menu-title {
    letter-spacing: 2px;
}
/*FOOTER
------------------------------------------------------*/

footer {
    width: 100%;
    padding: 10px 0 0 205px;
    text-align: center;
    position: relative;
    z-index: 12;
}
.foodlogo {
    margin: 0 20px;
    vertical-align: middle;
    webkit-filter: sepia(100);
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    filter: sepia;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.foodlogo:hover {
    webkit-filter: sepia(0);
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    filter: sepia;
}
footer p {
    margin-bottom: 0;
}
.fl {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}
.ultra {
    margin: 0 0 5%;
}
#ultra-logo {
    height: 50px;
}

/*RESPONSIVE CSS
------------------------------------------------------*/
@media only screen and (max-width : 1024px) {
.last-box {
    padding: 30px 20px 0 !important;
}
.contact div.half {
    width: 100%;
    text-align: left !important;
}
.visitors-guide-promo img {
    margin: 0 30px;
}
.visitors-guide-promo .fifths li {
    height: 150px !important;
    padding: 15px 0 !important;
}
.visitors-guide-promo .fifths li:last-child {
    width: 70% !important;
}
}

@media only screen and (max-width : 960px) {
.quads {
}
.quads li {
    width: 50%;
    float: left;
}
footer img {
    margin: 10px;
}
.lineup, .links {
    height: auto;
}
#logo {
    width: 400px;
    margin: 0 auto;
}
}

@media only screen and (max-width : 800px) {
.desktop {
    display: none !important
}
.mobile {
    display: block !important
}
h1 {
    font-size: 34px;
    line-height: 38px;
}
h2 {
    font-size: 20px;
    line-height: 20px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
}
h5 {
    font-size: 15px;
    line-height: 17px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
p, ul li {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .5px;
}
#logo {
    width: 300px;
    margin: 0 auto;
}
header .social, header .ultra {
    display: none;
}
footer .social, footer .ultra {
    display: block;
}
header {
    width: 100%;
    height: 50px;
}
.menu {
    padding: 20px 0 0 !important;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
}
.logo img {
    height: 50px;
    padding: 5px 20px;
    width: auto;
    content: url(images/logo-mobile.png);
}
#container {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 50px;
}
.quads a li h2 {
    font-size: 32px;
}
footer {
    padding: 20px;
    position: static;
}
.fifths li {
    width: 50%;
}
.performers.sponsors li {
    width: 20%;
}
.fifths li.lineup:last-child, .visitors-guide-promo .fifths > li {
    width: 100% !important;
}
.visitors-guide-promo .fifths li {
    height: auto !important;
}
.visitors-guide-promo .fifths li:last-child {
    width: 100% !important;
}
}

@media only screen and (max-width : 500px) {
h1 {
    font-size: 26px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    line-height: 19px;
}
#logo {
    width: 250px;
    margin: 0 auto;
}
.visitors-guide-promo .fifths li {
    width: 100% !important;
    height: auto !important;
    padding: 15px 45px !important;
}
.visitors-guide ul.thirds li {
    max-width: 100%;
}
.half-table > li {
    display: block;
    height: auto;
    width: 100%;
    padding: 10% 5% !important;
}
.performers.sponsors li {
    height: auto;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
    width: 33%;
}
.performers.sponsors li:first-child {
    width: 100% !important;
}
.performer-fancybox .content {
    padding: 20px 5%;
}
.quads li {
    width: 100%;
    float: none;
}
.lineup h3 a {
    margin: 0;
    color: #5eb8ae;
    font-size: 22px;
    line-height: 26px;
}
.fifths li {
    width: 100%;
}
img.gallery-kids {
    max-width: 50%;
}
.foodlogo {
    margin: 0 20px;
    height: 50px;
}
.banner.home {
    background: none !important;
}
#ultra-logo {
    height: 40px;
}
}
