/*
Theme Name: 360
Author: the twiststl team
Author URI: http://twiststl.com/
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

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;
    font-family: 'Roboto', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

em {
    font-style: italic
}

strong {
    font-weight: bold;
}

h3 {
    font-weight: 300;
    text-decoration: underline;
    font-size: 26px;
    color: #777;
}

.clear{clear:both;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* HOMEPAGE */
.home * {
    color: #fff;
}

header {
    z-index: 100;
    position: relative;
    padding: 25px 50px;
    color: #fff;
    background: linear-gradient(black, transparent);

}

header a, footer a {
    text-decoration: none;
    color: #fff;
}

footer div {
    width: 690px;
    margin: auto;
    border-top: 1px solid #fff;
}

footer ul {
    margin: auto;
    text-align: center;
}
footer li:last-child{padding-right: 0;}
footer li {
    font-size: 12px;
    float: left;
    list-style: disc;
    list-style-position: inside;
    padding: 8px 5px 8px 8px;
}

footer li:first-child {
    list-style: none;
}

footer {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    color: #fff;
}
footer i.fa {
    font-size: 20px;
    margin-top: -8px;
    padding: 0 9px;
}

body {
    background-color: #000;

}

.calloutRow {
    margin: 0 0 25px;

}

.calloutRow a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 5px 45px;
    margin-right: 12px;
    color:#fff;
}

div#homeLogo {
    width: 290px;
    margin: auto;

}

div#homeLogo img {
    margin-bottom: -50px;
}

#logoRow {

    margin-right: -20px;
}

#logoRow li {
    border-bottom: none;
    width: 6%;
    display: inline-block;
    text-align: center;
}

#logoRow li.border {
    border-bottom: 1px solid #fff;
    width: 46%;
}

img#homeLogo {
    margin-bottom: -15px;
}

.menuRow {
    font-size: 14px;
    border-bottom: 1px solid #fff;

}

.menuRow .menuContain {

}

.menuRow li {
    display: inline-block;
    padding: 20px 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.menuRow .leftMenu {
    margin-left: 5%
}

.menuRow .leftMenu li {
    padding-right: 55px;
}

.menuRow .rightMenu {
    margin-right: 5%;
}

.menuRow .rightMenu li {
    padding-left: 55px;
}

header .current_page_item a {
    color: #75c049;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message {margin:0; padding:0;background:none; border:none;}

#slideContain {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;

}

#slideContain div {
    position: absolute;
    top: 0;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

#slideContain .active, .label.active {
    z-index: 20;
    opacity: 1;
}

#slideContain .transition {
    animation-duration: 3s;
    animation-name: slidein;
    z-index: 25;
}

@keyframes slidein {
    from {
        left: -2000px;
        right: 2000px;
    }

    to {
        left: 0;
        right: 0;
    }
}

.label.transition {
    animation-duration: 3s;
    animation-name: slidein;
    z-index: 25;

}

#sliderControls {
    position: absolute;
    z-index: 20;
    width: 630px;
    bottom: 100px;
    left: 50%;
}

#sliderControls img {cursor: pointer;}
#sliderControls .label {
    width: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: -25px;
    transition: all 1s ease;
}

.controlFix {
    position: relative;
    left: -50%;
    z-index: 20;
}

#sliderControls #slideLeft {
    float: left;
    position: relative;
    z-index: 500;
}

#sliderControls .active.label, #sliderControls .transition.label {
    display: block;
    opacity: 1;
}

#sliderControls #slideRight {
    float: right;
    position: relative;
    z-index: 500;
}

/*pages*/
.main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

div#titleBlock {
    text-align: center;
    padding-bottom: 10%;
}

.page-template .hero {

    background-size: cover;
}

.page-template .contentContain, .page-template-default .contentContain, .single .contentContain, .blog .contentContain {
    background-image: url('/wp-content/themes/360/img/Footer.jpg');
    padding: 50px 0;
    background-position-y: bottom;
    background-repeat: no-repeat;
    min-height: 300px;
}

div.contentBlock {
    background-color: #fff;
    width: 1160px;
    margin: 5px auto 55px;

}

.imageContain {
    width: 450px;
    min-height: 570px;
    background-size: cover;
}

.contentBlockText blockquote {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    background-color: #75c049;
    color: #fff;
    padding: 15px;
}

.contentBlockText blockquote p {
    margin-top: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.contentBlockText p {
    max-width: 545px;
    margin: 25px auto 0;
    line-height: 22px;
    text-align: center;
    color: #777;
    font-size: 14px;
}

.contentBlockText {
    float: left;
    width: 710px;
}

.awardlist{float:left; padding:0 5%; max-width:40%;min-width:40%;}
.awardlist li{line-height: 19px;padding: 10px 0;list-style: outside;}

/*menus*/
#menuNav {
    position: relative;
    float: left;
    min-height: 615px;
    background-position: center center;
    width: 440px;
    background-size: cover;
    background-image: url('/wp-content/themes/360/img/Food_Image.jpg')
}

#menuNav ul::after {
    content: "";
    position: absolute;
    margin-top: -19px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 1em solid #75c049;
    right: -1em;
}

#menuContain {
    float: left;
    width: 720px;
}

#menuContain .menu {
    display: none;
}

#menuContain .active.menu {
    display: block;
}

#menuNav ul li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
}

#menuNav ul li:last-child {
    border: none;
    padding-right: 0px;
}

#menuNav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    text-decoration: none;
    text-transform: uppercase;
}

#menuNav ul li a.active {
    color: #3a5c27;
}

#menuNav ul {
    background-color: #75c049;
    padding: 60px 15px;
}

.menu h2 {
    font-weight: 300;
    color: #75c049;
    font-size: 34px;
    text-align: center;
    margin-top: 18px;
}

.menu h3 {
    font-weight: 300;
    color: #777;
    font-size: 26px;

    line-height: 50px;
    text-decoration: underline;
}

.menu.active .textBox p {
    line-height: 30px;
    position: relative;
    margin-top: 3px;
}

.menu .textBox {
    height: 515px;
    overflow-y: auto;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    width: 560px;
    margin: auto;
    color: #777;
}

div#menuPageText {
    width: 810px;
    color: #fff;
    margin: 50px auto;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.page-id-8 div#contentBlock1 {
    margin-bottom: 0px;
}

.menu.active em {
    display: block;
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
    margin-top: -7px;
    line-height: 21px;
}

.menu.active .item {
    font-weight: bold;
    font-size: 16px;
    background-color: #fff;
    z-index: 20;
    position: relative;
}

.menu.active .price {
    font-size: 19px;
    font-weight: normal;
    float: right;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}

.menu.active .price::before {
    content: "$";
    font-size: 16px;
    line-height: 20px;
    float: left;
}

.menu.active .spacer {
    position: absolute;
    top: -10px;
    border-bottom: 1px #777 dotted;
    left: 0;
    right: 0;
    z-index: 1;
}

.menu.active h4 {
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    color: #75c049;
    text-align: center;
}

/*events*/
.newsImage.left, .eventTitle.left {
    width: 300px;
    background-color: #363636;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    display: table-cell;
    color: #fff;
    font-weight: bold;
    font-size: 62px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
p.showDate {
    margin: 0 auto -10px;
    font-size: 18px;
    font-weight: bold;
}
.eventTitle.left h2 {

    width: 300px;
    text-align: center;
    vertical-align: middle;
    line-height: 65px;
    display: table-cell;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    padding: 0 12px;
    height: 300px;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.Event .contentBlockText, .news .contentBlockText {
    width: 860px;
    font-size: 14px;
    color: #777;
    line-height: 25px;
}

.Event .contentBlockText p, .news .contentBlockText p {
    max-width: 677px;
}

.dateBar {
    color: #fff;
    background-color: #75c049;
    text-align: center;
    padding: 20px 50px;
    font-weight: bold;
    font-size: 32px;
}

#pastEvents {
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100px;
    padding: 10px;
    margin: auto;
    background-color: #75c049;
}

/*About*/
div#visibileAwards li {
    display: inline-block;
    text-align: center;
    width: 245px;
}

div#visibileAwards {
    width: 5000px;
    text-align: left;
    transition: all 1s ease;
}

div#maskAwards {
    width: 980px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 50px;
}

div#awardContainer {
    width: 1160px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px;

}

div#awardContainer ul p {
    font-size: 12px;
    color: #fff;
    font-style: italic;
}

div#awardContainer ul img {
    margin-bottom: 30px;
}

.page-id-6 #contentBlock1 .imageContain{
	min-height: 650px;
}

.page-id-6 #contentBlock2 .imageContain {
    min-height: 383px;
}


/*News*/

.news .contentBlockText {
    max-height: 300px;
    overflow: hidden;
    position: relative;

}

.news .contentBlockText.showAll {
    max-height: 10000px;
    transition: all 2s ease;
}

.news .readMore.Reveal {
    position: absolute;
    top: 280px;
    left: 0px;
    width: 860px;
    text-align: center;
    background-image: linear-gradient(to bottom, transparent, black);
    color: #fff;
    cursor: pointer;
}

.news .showAll .readMore.Reveal {
    display: none;
}

.news .showAll .readMore.Hide {
    color: #777;
    background-image: none;
    display: block;
    text-align: center
}

.news .readMore.Hide {
    display: none;
}

/*parties*/
#locImages img {
    display: none;
}

#locImages img.active {
    display: block;
}

#partyNav li {
    display: inline-block;
    cursor: pointer;
}

#partyLoc {
    width: 695px;
    float: left;
    max-width: 100%;
}

#partyNav {
    background-color: #75c049;
    color: #fff;
}

#partyNav ul {
    width: 450px;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    max-width:100%;
}

#partyNav li {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

#partyNav li.active {
    color: #3a5c27;
}

#partyNav li:last-child {
    border: none;
    padding-right: 0;
}

#locIncludes {
    float: left;
    margin: 50px 0 0 75px;
}

#locIncludes p {
    font-weight: bold;
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#locIncludes li {
    font-size: 16px;
    color: #777;
    margin-bottom: 7px;
}

div#locImages {
    float: left;
    margin: 15px 0 0 60px;

}

#partyBlock .imageContain {
    width: 465px;
    min-height: 380px;
}

.main .calloutRow {
    width: 1160px;
    max-width: 100%;
    margin: 12px auto 50px;
    text-align: center;
}

/*visit page */

.page-id-16 .contentBlockText p, .page-id-16 .contentBlockText h3 {
    padding: 15px 0 0;
    text-align: left;
    max-width: 600px;
    margin: auto;
}

/*Forms*/
.contactForm form input{background-color: transparent;border: 1px solid rgb(255, 255, 255);padding: 8px;float: left;width: 110px;text-transform: uppercase;font-weight: bold;margin-right: 10px;font-family: 'Roboto', sans-serif;}
.contactForm form input[type="submit"]{background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);float: right;width: 130px;border-radius:5px;font-size:12px;}

#gform_fields_1 label.gfield_label, #gform_fields_2 .gfield_label {
    display: none;
}

.page-id-14 .contentBlockText .gform_wrapper {
    width: 440px;
    margin: auto;
}

.calloutRow .gform_body input[type=text] {
    padding: 0;
}

#gform_submit_button_2 {
    background-color: #75c049;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 5px;
    width: 75px;
}

.gform_footer {
    text-align: center;
}

.contactForm {
    float: right;
    width: 420px;
    margin-top: -9px;
}

header .contactForm #gform_fields_1 input {
    width: 110px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px;
    margin-top: -5px;
    color:#fff;
}

header .gform_wrapper ul.gform_fields {
    width: 265px;
}

header .gform_body {
    float: left;
}

header #gform_1 .gform_footer.top_label {
    float: right;
    padding: 0;
    margin: 0;
    clear: none;
}

#gform_wrapper_1 {
    margin: 0;
}

header ::-webkit-input-placeholder {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

header :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

header ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

header :-ms-input-placeholder {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

input#gform_submit_button_1 {
    border: 1px solid #000;
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 18px;
    font-family: 'Roboto', sans-serif;
}

/*Single*/
.single div#contain, .page-template-default div#contain {
    margin-top: 250px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #75c049;
    margin: 15px;
    text-align: center;
}

.single p {
    color: #777;
    line-height: 18px;
    margin-bottom: 12px;
}

#contentFullText {
    padding: 12px;
    color: #777;
    line-height: 18px;
    margin-bottom: 12px;
}

a[name="content"] {
    height: 0px;
    float: left;
}

body.page-template-default,body.single {
    background-image: url('/wp-content/themes/360/img/SEE_Hero_Outside_Night.jpg');
    background-size: cover;
    background-position: center;
}
div#blogPag {
    text-align: center;
    color: #fff;
}

div#blogPag a{color:#fff;}

div#TA_excellent474 {
	text-align: center;
	padding-top: 50px;
}

div#CDSWIDEXC {margin:auto;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body footer div{width: 700px;}
}

.overflow-content{
	width:1160px;
}

@media screen and (max-width:700px){
	.overflow-content{width:100%;}
}