/* new.css | Feb 11, 2025 @10:50:19 AM  */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700|Open+Sans+Condensed:100,300,400,700,900&display=swap');

* {
box-sizing: border-box;
}

body {
font-family: Montserrat;
font-weight: 300;
font-size:1.6rem;
background-image:url("/storage/themes/1199/bg.png");
background-repeat:repeat;
background-attachment:fixed;
min-width:0;
height:auto !important;
max-height:none;
}

.module, .widget {
margin: 0;
}

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

hr {
width: 70%;
height: 1px;
margin: auto;
border: none;
background-color: #7AA121;
body[data-path*="christmas"] & {
background-color: #e03e2d;
}
}

.flex {
display: -ms-flexbox;
display: flex;
}

div.wrapper {
width: 100%;
max-width: 1200px;
margin: auto;
box-shadow: none;
}

.column-widget {
margin: 0 -20px 0 -20px;
}

.column-widget .column {
padding: 0 20px;
}

body:not([onload="wireframeLoaded()"]) .iframe {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}

body:not([onload="wireframeLoaded()"]) .iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.navigation-widget.thumbnail .item {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}

header {
position: relative;
width: 100%;
padding: 0;
box-shadow: none;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
background-color: #fff;
}

header .logo {
padding: 20px;
}

header .right {
margin-right: 20px;
flex-direction: column;
}

header .right .navigation-widget {
text-align: right;
margin-bottom: 20px;
}

header .right .navigation-widget a {
font-size: 1.4rem;
font-family: "Open Sans Condensed", sans-serif;
padding: 0;
margin-left: 15px;
letter-spacing: 1px;
}

header .right div {
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
}

header .social {
font-size: 0;
text-decoration: none;
}

header .social:before {
font-family: "Gatesevengeneral";
font-size: 3.6rem;
margin-right: 10px;
}

header .social.facebook:before {
content: "\f08c";
color: #3b5998;
}

header .social.instagram:before {
content: "\f01c";
color: #bc2a8d;
}

header .social.youtube:before {
content: "\f08b";
color: #C4302B;
}

.service-times {
margin: 0;
line-height: 1.6rem;
align-items: center;
-ms-flex-align: center;
}

.service-times span {
font-size: 1.4rem;
border: 1px solid #000;
text-transform: uppercase;
font-family: "Open Sans Condensed", sans-serif;
padding: 6px 10px;
display: inline-block;
border-radius: 5px;
}

.service-times p {
margin: 0 0 0 10px;
}

/* Navigation */

.navigation-widget.main {
flex: 1 1 auto;
margin: 0;
background-color: #111;
padding-left: 20px;
padding-right: 20px;
width: 100%;
text-align: center;
max-width:1200px;
}

.navigation-widget.main:not(.collapse) a:hover {
text-decoration: none;
}

.navigation-widget.main:not(.collapse) > nav > ul {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
justify-content: space-around;
float: none;
}

.navigation-widget.main:not(.collapse) .l1 > a {
position: relative;
color: #fff;
font-size: 2.4rem;
font-weight: 300;
letter-spacing: 1px;
transition: 0.2s ease all;
text-transform: uppercase;
margin: 0;
padding: 50px 15px 50px 15px;
font-family: "Open Sans Condensed", sans-serif;
white-space: nowrap;
}

header .navigation-widget.main:not(.collapse) .l1.flyout > a {
/* padding-right: 30px;*/
}

.navigation-widget.main:not(.collapse) .l1 > a:after {
content: "";
position: absolute;
top: auto !important;
background: none;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 10px;
background-color: #7AA121;
opacity: 0;
transition: 0.2s ease all;
}

.navigation-widget.main:not(.collapse) .l1:hover > a {
color: #7AA121;
background: none;
}

.navigation-widget.main:not(.collapse) .l1:hover > a:after {
width: 100%;
opacity: 1;
}

.navigation-widget.main:not(.collapse) .flyout:hover  .submenu {
background-color: #222;
min-width: 300px;
}

.navigation-widget.main:not(.collapse) .submenu li:hover > a {
color: #7AA121
}

/* Main Slider */

.slider-widget {
margin: 0;
}

/*.slider-widget .mSSlide:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 100%;
background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.8)), color-stop(63%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 63%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
z-index: 1;
}*/

.slider-widget .mSCaption {
top: 50% !important;
left: 10% !important;
width: 45% !important;
height: auto !important;
padding: 0 0 0 35px;
transform: translateY(-50%) !important;
background: none;
text-shadow: none;
text-transform: none;
border-left: 5px solid #7AA121;
z-index: 2;
}

.slider-widget .mSCaption h1 {
font-size: 5rem;
line-height: 1em;
text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
margin-top: -6px;
margin-bottom: 30px;
}

.slider-widget .mSCaption p {
font-size: 2.4rem;
text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
margin-bottom: 30px;
line-height: 1.25em;
letter-spacing: 0;
}

.slider-widget .mSCaption p:last-child {
margin-bottom: 0;
}

div.wrapper > section {
height: auto;
padding: 50px;
background-color: #fff;
}


div.wrapper > section .module, div.wrapper > section div.content {
width: auto;
}

div.wrapper > section.gray {
background-color: #eee;
}

/* Thumbnail Navigation */

.navigation-widget.thumbnail .item:not(:last-child) {
margin-bottom: 30px;
}

.navigation-widget.thumbnail.one-columns .thumb {
width: 280px;
height: auto;
}

.navigation-widget.thumbnail ul.children {
margin: 15px 0 0 0;
}

.navigation-widget.thumbnail ul.children li {
display: block;
padding: 5px 0 5px 0;
}

/* List Items */

.item-list-grid .item {
max-width: none;
}

.item-list-grid .item .item-title a {
font-size: 0.8em;
}

.item-list .item {
margin: 30px 0 0 0;
}

.item-list .item .title a {
font-size: 0.6em;
}

.teaser-widget.calendar table {
margin-bottom: 30px;
}

footer {
padding: 50px;
background: #111;
color: #fff;
font-weight: 300;
font-size: 1.4rem;
}

footer .columns {
display: flex;
margin: 0 -10px 0 -10px;
}

footer .columns > div {
width: calc(25% - 20px);
margin: 0 10px 0 10px;
padding: 10px;
}

footer ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#templatefooter {
display: none;
}/* modules-widgets.css | Sep 12, 2024 @10:58:41 AM  */

/* Modules-Widgets.css */ /* Columns Widget */

.columns-widget {
width: auto;
margin: 0 -15px 0 -15px;
}

.columns-widget .col {
padding: 0 15px 0 15px;
box-sizing: border-box;
}

/* Blogs Module */

.blogs-module .blog-sidebar {
padding: 40px;
width: 280px;
box-sizing: border-box;
border-left: 10px solid rgba(150,150,150,0.2);
background-color: rgba(150,150,150,0.1);
float: right;
}

.blogs-module .blog-sidebar h4 {
padding: 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}

.blogs-module .blog-sidebar .btn {
display: block;
text-align: center;
}

.blogs-module .blog-sidebar > div:nth-child(n+3) {
margin-top: 40px;
}

.blogs-module.full-mode .item-list {
float: left;
width: calc(100% - 320px);
margin: 0;
}

.blogs-module .item-list .item {
padding: 0 0 0 100px;
margin-bottom: 40px;
position: relative;
}

.blogs-module .item-list .item .blog-header {
margin-bottom: 20px;
}

.blogs-module .item-list .item h3 {
margin: 0;
}

.blogs-module .item-list .item p.date {
background-color: rgba(150,150,150,0.1);
color: inherit;
font-family: Lato;
padding: 0;
width: 80px;
text-align: center;
position: absolute;
top: 0;
left: 0;
margin: 0;
}

.blogs-module .item-list .item p.date span {
background: none;
font-size: 1.4rem;
line-height: 1em;
padding: 5px 0 5px 0;
}

.blogs-module .item-list .item p.date .month {
background-color: #333;
color: #fff;
}

.blogs-module .item-list .item p.date .day {
font-size:4rem;
line-height: 0.8em;
letter-spacing:-2px;
padding-top:15px;
padding-bottom:0;
padding-left:0;
padding-right:0;
}

.blogs-module .item-list .item p.date .weekday {
padding: 5px 0 15px 0;
}

.blogs-module .item-list .item .item-footer,
.blogs-module.full-mode .item-list .item .item-commentlink {
margin: 0;
}

.blogs-module .item-list .item:not('single') .item-footer {
background: #f8f8f8;
border-bottom: 5px solid #eee;
margin-top: 20px;
padding: 20px;
}

.blogs-module .item-list .item.single .item-comments {
margin-top: 20px;
padding: 20px;
border-top: 5px solid #eee;
background: #f8f8f8;
}

.blogs-module .item-comments h4,
.blogs-module .item-comments .comment p:first-child {
margin-top: 0;
}

.blogs-module .item-comments .comment {
margin: 20px 0 20px 0;
padding: 20px;
border-left: 5px solid #eee;
}

.blogs-module .item-comments .comment p:last-child {
display: none;
}

.blogs-module .item-comments form input[type='text'],
.blogs-module .item-comments form textarea {
width: 100%;
padding: 10px;
border: 1px solid #eee;
box-sizing: border-box;
box-shadow: none;
}

.blogs-module .item-comments form p {
margin: 20px 0 20px 0;
}

.blogs-module .item-comments form p:last-child,
.blogs-module .item-comments form p:last-child input {
margin: 0;
}

.blogs-module .entry .item-image.full {
height: auto;
padding: 0;
}
.blogs-module .entry .item-image-cover{
width:100%;
}
.blogs-module .entry .item-image img {
visibility: visible;
object-fit:contain;
}

/* Audio Video Module */
.audio-video-module.full-mode .item-list .item {
margin: 0 0 1rem;
background: none;
border-radius: 0;
min-height: 120px;
}

.audio-video-module.full-mode .item-list .item.odd {
background-color: rgba(120,120,120,0.1);
}
/*
.audio-video-module .active-media {
border-radius: 0;
}

.audio-video-module .media-player video {
width: 100% !important;
height: 100% !important;
}

.audio-video-module .list-controls {
padding: 10px;
margin-bottom: 20px;
font-size: 1rem;
background-color: rgba(120,120,120,0.1);
}

.audio-video-module .list-controls input {
padding: 10px;
margin: 0;
border: none;
}

.audio-video-module .grid li a {
border-radius: 0;
border: 0;
}

.audio-video-module .item-list .actions a {
margin: 0;
}

.audio-video-module .btn {
margin: 0;
}

.audio-video-module .item h4 {
margin: 0;
}

.audio-video-module .item .title {
margin: 0;
}

.audio-video-module .details {
clear: both;
padding-top: 20px;
}

.audio-video-module .item .meta {
margin: 0;
}
*/
/* Events Module */

#template .events-module .calendar {
margin-top: 0;
}

#template .events-module .calendar,
#template .events-module .calendar thead th,
#template .events-module .calendar td,
#template .events-module .calendar .day {
border-color: #eee;
}

#template .events-module.compact-mode .calendar thead th {
height: auto;
}

#template .events-module .list-controls {
line-height: normal;
height: auto;
}

#template .events-module .list-controls:after {
content: '';
display: block;
clear: both;
}

.events-module.full-mode .item-list {
margin-top: 40px;
}

.events-module.full-mode .item-list .item {
margin-left: 100px;
padding: 0;
}

.events-module.full-mode .item-list .item p.date {
background-color: #eee;
color: #222;
width: auto;
font-family: Lato;
padding: 0;
width: 80px;
text-align: center;
position: absolute;
top: 0;
left: -100px;
margin: 0;
}

.events-module.full-mode .item-list .item p.date span {
background: none;
padding: 0;
font-size:  1.6rem;
padding: 5px 0 5px 0;
}

.events-module.full-mode .item-list .item p.date .month {
background-color: #333;
color: #fff;
}

.events-module.full-mode .item-list .item p.date .day {
font-size: 4rem;
line-height: 0.8em;
padding:15px 0 15px 0;
letter-spacing: -2px;
}

.events-module.full-mode .item-list .item p.date .weekday {
display: none;
}

.events-module.full-mode .item-list .item .title {
margin: 0;
}

.item .title a {
font-size: 1.6rem;
}

.events-module.full-mode .item-list .item .meta {
margin: 20px 0 20px 0;
}

.events-module .breadcrumbs-widget {
padding-bottom: 20px;
border-bottom: 2px solid #eee;
}


/* Mailing List Module */

fieldset label {
display: block;
}

.module.mailing-list-module label input[type="text"] {
display: block;
width: 100% !important;
box-sizing: border-box;
box-shadow: none;
border: 1px solid #eee;
background-color: #fff;
padding: 10px;
}

/* Form Builder Module */

form.formWizForm {
border: none;
background: none;
padding: 0;
margin: 0;
}

form h3 {
display: none;
}

#template form.formWizForm .left.sp2 {
width: 50%;
margin: 0;
box-sizing: border-box;
}

#template form.formWizForm .field .left.sp2:first-child {
padding-right: 5px;
}

#template form.formWizForm .field .left.sp2:last-child {
padding-left: 5px;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 0;
margin: 0;
}

#template form.formWizForm input[type=text],
#template form.formWizForm input[type=password] {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 1.6rem;
width: 100% !important;
box-sizing: border-box;
border: 1px solid #ddd;
}

#template form.formWizForm textarea {
width: 100%;
box-sizing: border-box;
border: 1px solid #ddd;
}

#template form.formWizForm select {
width: 100%;
max-width: 300px;
border: 1px solid #ddd;
height: 40px;
}

#template form.formWizForm div.emailIcon,
#template form.formWizForm div.phoneIcon,
#template form.formWizForm div.websiteIcon {
display: none;
}

#template form.formWizForm label[for='price'] + .field input,
#template form.formWizForm label[for='time'] + .field input,
#template form.formWizForm label[for='date'] + .field input {
width: 75px !important;
}

#template form.formWizForm label[for='price'] ~ .field .left.sep,
#template form.formWizForm label[for='time'] + .field .left.sep,
#template form.formWizForm label[for='date'] + .field .left.sep {
padding: 10px;
}

#template form.formWizForm .half {
box-sizing: border-box;
}

#template form.formWizForm .half.left {
padding-right: 5px;
}

#template form.formWizForm .half-right {
padding-left: 5px;
}

#template form.formWizForm .option {
padding-left: 25px;
position: relative;
}

#template form.formWizForm .option input {
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
}

#template form.formWizForm .option label {
display: inline-block;
margin: 0;
height: auto;
}

#template form.formWizForm .submitBut, #template form.formWizForm input[type=submit] {
padding: 10px;
}

form.formWizForm div.sectionBreak {
line-height: 1.25em;
padding: 10px 0 20px 0;
}

form.formWizForm div.address {
width: 100%;
margin: 20px 0 20px 0;
}

form.formWizForm div.info {
margin-bottom: 20px;
}

/* people module */
.people-module {
border-top: 1px solid #ebebeb;
margin: 4rem 0 0;
padding: 2rem 0;
}/* typography.css | Sep 17, 2019 @12:17:28 PM  */

a {
color: #7AA121;
text-decoration: underline;
transition: 0.2s ease all;
}

a:hover {
color: #444;
}

p {
margin: 10px 0 10px 0;
}

p:last-of-type {
margin-bottom: 0;
}

/* Buttons */

button, .btn, input[type="submit"] {
display: inline-block;
padding: 15px;
font-size: 1.4rem;
font-family: "Open Sans Condensed", sans-serif;
line-height: 1em;
letter-spacing: 1px;
text-shadow: none;
background-color: #7AA121;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
border: none;
border-radius: 5px;
cursor: pointer;
}

button:hover, .btn:hover, input[type="submit"]:hover {
color: #fff;
background-color: #111;
text-decoration: none;
}

h2, h3, h4, h5, h6 {
line-height: 1.1em;
margin: 0 0 10px 0;
}

h2 {
font-size: 3.8rem;
}

h3 {
font-size: 3rem;
}

h4 {
font-size: 2.6rem;
}

h5 {
2.2rem;
}

h6 {
font-size: 1.8rem;
}/* responsive.css | Sep 17, 2019 @3:19:58 PM  */

/* NAVIGATION */

.navigation-widget.collapse.hamburger > a.menu-toggle {
text-align: center;
padding: 0;
}

.navigation-widget.collapse.hamburger > a.menu-toggle label {
padding: 15px 30px;
}

.navigation-widget.collapse.hamburger > a.menu-toggle label span {
position: relative;
top: 7px;
}

.navigation-widget.collapse.hamburger > a.menu-toggle label::after {
position: static;
transform: none;
font-size: 2em;
margin-left: 10px;
}

.navigation-widget.collapse.hamburger > a.menu-toggle:hover label {
color: #ccc;
}

.navigation-widget.collapse.hamburger > a.menu-toggle:hover label::after {
color: #fff;
}

@media only screen and (max-width: 850px) {
.navigation-widget.thumbnail.four-columns .item {
width: 50%;
}
}

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

body {
overflow-x: hidden;
}

button, .btn, input[type="submit"] {
padding: 10px 15px;
}

header {
flex-direction: column;
justify-content: center;
}

header .right {
margin-right: 0;
margin-bottom: 20px;
}

header .right .navigation-widget {
margin-bottom: 5px;
text-align: center;
}

.slider-widget .frame {
min-height: 275px;
}

.slider-widget .mSCaption {
width: 60% !important;
}

.slider-widget .mSCaption h1 {
font-size: 3rem;
}

.slider-widget .mSCaption p {
font-size: 1.8rem;
}

div.wrapper > section {
padding: 25px;
}

.navigation-widget.thumbnail.one-columns .thumb {
 width: 175px;
}

footer {
padding: 25px;
}

footer .columns {
flex-wrap: wrap;
}

footer .columns > div {
width: calc(50% - 20px);
}
}

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

.slider-widget .mSCaption {
width: 96% !important;
left: 2% !important;
}
footer .columns > div:nth-child(n+3) {
width: calc(100% - 20px);
text-align: center;
}

footer .columns > div:nth-child(-n+2) {
padding: 0;
margin-bottom: 20px;
}
}

@media only screen and (max-width: 512px) {
.column-widget .column:not(:last-of-type) {
margin-bottom: 30px;
}

.navigation-widget.thumbnail.one-columns .thumb {
float: none;
width: 100%;
margin-bottom: 10px;
}
}

@media only screen and (max-width: 450px) {
.navigation-widget.thumbnail.four-columns .item,
.navigation-widget.thumbnail.three-columns .item,
.navigation-widget.thumbnail.two-columns .item {
width: 100%;
}
}

@media only screen and (max-width: 400px) {
header .right div {
flex-direction: column;
}

header .social::before {
margin-right: 0;
}

header .service-times span {
margin: 0 10px 10px;
}

div.wrapper > section {
padding: 15px;
}

footer a {
font-size: 1.2rem;
}

footer a img {
margin: 0 auto 0 auto !important;
}
}/* events.css | Mar 4, 2021 @4:09:52 PM  */

body.secondary-event-kiosk-template,
body.secondary-event-kiosk-sign-up-alternate-template {
min-width: 0;
background: rgb(121, 152, 31);
background: linear-gradient(180deg, rgba(121, 152, 31, 1) 0%, rgba(75, 119, 23, 1) 100%);
background-attachment: fixed;
margin: 0;
padding: 0 !important;
height: auto !important;
}

.wrap.event-kiosk {
margin: auto;
width: 100%;
padding: 20px;
}

.wrap.event-kiosk .widget {
margin: 0;
}

.wrap.event-kiosk .event-header {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 30px 0;
}

.wrap.event-kiosk .event-header .logo {
background-color: #fff;
border-radius: 30px;
padding: 20px 30px 30px 30px;
}

.wrap.event-kiosk .event-header h1 {
font-weight: 100;
font-size: 4em;
letter-spacing: -4px;
margin: 0 20px 0 0;
color: #fff;
display: flex;
-ms-display: flexbox;
align-items: center;
justify-content: space-between;
}

.wrap.event-kiosk .event-header h1 a.button {
display: inline-block;
font-size: 1.4rem;
font-weight: 400;
text-transform: uppercase;
color: #000;
background: #fff;
border-radius: 5px;
padding: 5px 15px;
text-decoration: none;
letter-spacing: 0;
white-space: nowrap;
}

.wrap.event-kiosk .breadcrumbs-widget {
padding-bottom: 20px;
}

.wrap.event-kiosk form.formWizForm .desc {
padding: 20px;
border-radius: 10px;
}

.wrap.event-kiosk .breadcrumbs-widget ul > li > a {
background: #fff;
padding: 5px 10px;
border-radius: 5px;
text-decoration: none;
}

.wrap.event-kiosk .breadcrumbs-widget ul > li > a:before {
display: none;
}

.wrap.event-kiosk .navigation-widget.thumbnail ul.menu {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
}

.wrap.event-kiosk .navigation-widget .thumbnail.three-columns .item {
width: calc(33.3333% - 10px);
padding: 0;
}

.wrap.event-kiosk .navigation-widget .thumbnail.two-columns .item {
width: calc(50% - 10px);
padding: 0;
}

.wrap.event-kiosk .navigation-widget .thumbnail .item > div {
position: relative;
padding: 0 0 56.25% 0;
border-radius: 30px;
overflow: hidden;
}

.wrap.event-kiosk .navigation-widget .thumbnail .thumb {
border: none;
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.wrap.event-kiosk .navigation-widget.thumbnail .thumb a {
position: absolute;
}

.wrap.event-kiosk .navigation-widget .thumbnail .title {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
width: 100%;
height: auto;
background: none;
color: #fff;
text-align: center;
margin: 0;
padding: 10px 20px;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.wrap.event-kiosk .navigation-widget .thumbnail .title a {
color: #fff;
}

/* Form */
.wrap.event-kiosk .form-builder-module form.formWizForm {
background: none;
border: none;
color: #fff;
padding: 0;
margin: auto auto 40px;
max-width: 400px;
}

.wrap.event-kiosk .form-builder-module form.formWizForm h2 {
color: #fff;
}

.wrap.event-kiosk .form-builder-module form.formWizForm h3, .wrap .form-builder-module form.formWizForm .desc {
margin: 0;
background: #222;
color: #fff;
border: none;
padding: 20px;
border-radius: 10px;
}

.wrap.event-kiosk .form-builder-module form.formWizForm li > label {
margin-top: 30px;
padding-bottom: 10px;
color: #fff;
}

.wrap.event-kiosk form.formWizForm .field label {
color: #fff;
}

.wrap.event-kiosk .form-builder-module form.formWizForm .field {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: flex-start;
align-items: flex-start;
flex-wrap: wrap;
margin: 0 -5px 0 -5px;
}

#template .wrap.event-kiosk .form-builder-module form.formWizForm .field input {
transform: none;
position: static;
}

#template .wrap.event-kiosk form.formWizForm .left {
float: none;
flex: 1;
margin: 0 5px;
}

#template .wrap.event-kiosk form.formWizForm .left.sp2 {
width: 48%;
}

#template .wrap.event-kiosk form.formWizForm .left.sep {
width: 5px;
padding: 8px 0;
flex: 0;
}

.wrap.event-kiosk form.formWizForm div.info {
color: #fff;
}

.wrap.event-kiosk form.formWizForm input, .wrap form.formWizForm textarea {
width: 100%;
border: none !important;
padding: 10px;
}

.wrap.event-kiosk form.formWizForm .submitBut {
border-radius: 5px;
padding: 10px;
text-transform: uppercase;
margin: 20px 0 0 0;
letter-spacing: 2px;
}

#template .wrap.event-kiosk form.formWizForm .option {
width: 100%;
display: -ms-flexbox;
display: flex;
padding: 0;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin: 0 5px;
}

.wrap.event-kiosk form.formWizForm .option input {
width: auto;
margin: 10px 10px 10px 0;
}

.wrap.event-kiosk form.formWizForm .option label {
margin: 0;
height: auto;
flex: 1;
}

.wrap.event-kiosk form.formWizForm .emailIcon,
.wrap.event-kiosk form.formWizForm .phoneIcon {
display: none;
}

.wrap.event-kiosk form.formWizForm div.sectionBreak {
border-color: #fff;
}

/* Responsive */

@media all and (max-width: 800px) {
.wrap.event-kiosk .item .title a {
font-size:0.7em !important;
line-height:1em;
}
}