

.text-align-center {
    text-align: center;
}

/* Private Parties */
#tripleseat_embed_form_inline {
    display: inline-block;
}
.page #tripleseat_embed_form_inline .tripleseat_field .button {
    background-color: #b70000;
    position: relative;
    width: auto;
    height: 43px;
    line-height: 43px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    outline: 0;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-backface-visibility: hidden;
    text-shadow: none;
}
.page #tripleseat_embed_form_inline .tripleseat_field .button:hover {
     padding: 0 32px;
    color: #fff;
    background-color: #2c2c2c;
}
.page #tripleseat_embed_form_inline .tripleseat_field.ts_powered_by {
    display: none;
}

.twitter {background-image: /images/social/ss-twitter.png}
.facebook {background-image: /images/social/ss-facebook.png}
.pinterest {background-image: /images/social/ss-pinterest.png}
.instagram {background-image: /images/social/ss-instagram.png}
.youtube {background-image: /images/social/ss-youtube.png}

header {
    display: block;
}

.header_bottom {
    background-color: rgba(0,0,0,1);
}

.content .container .container_inner {
    padding: 1em 0;
}

.widget_em_calendar h4 {
    text-align: center;
}

.em-calendar {
    margin: auto;
}

div.wpfc-loading {
    background-color: #f6eede;
}

#em-wrapper .wpfc-calendar-wrapper *,
#em-wrapper .wpfc-calendar-wrapper h2 {
    font-size: inherit !important;
}

#em-wrapper .wpfc-calendar-wrapper .fc-center h2 {
    font-size: 2em !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ee0000;
    background: #b70000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #b70000;
    background: #f6eede;
    color: #b70000;
}

.fc-event {
    border-radius: 0;
}

.ui-tooltip-content h2 {
    text-align: center;
    line-height: 24px;
    margin: .5em 0 1em;
    color: #ffffff;
}

.ui-tooltip-content p {
    color: #ffffff;
}

.title { 
    display: none;
}

.video-embed-container-outer {
    width: 48%;
    min-width: 400px;
    margin-right: 2%;
    float: left;
}

.video-embed-container-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 4.17%;
}
.video-embed-container-inner iframe,
.video-embed-container-inner object,
.video-embed-container-inner embed,
.video-embed-container-inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

nav.main_menu.right {
    margin-left: 275px;
}

@media screen and (max-width: 1000px) {
    .video-embed-container-outer {
        width: 100%;
        margin: auto;
        float: none;
    }
}
*/