/*------------
BODY / CONTENT
------------*/
body {
    height:100%;
    width: 100%;
    margin: 0;
    font-family: 'Karla', Verdana, sans-serif;
    font-size: 14px;
}
img {
    height: auto;
    max-width: 100%;
}


/* Headers */
h1, h2 {
    font-family: 'Karla', sans-serif;   
    letter-spacing: 3pt;
}
.h2, h2 {
    text-align: center;
    font-size: 22px;
}
.h3, h3 {
    font-size: 18px;
}
.h3, h3, .h4, h4 {
    text-align: center;
}

/* Content */
p {
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 50%;
}
.entry-content {
    text-align: left;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
blockquote {
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
}
.post-content {
    max-width: 700px;
    /* text-align: left */
}
.post-content p {
    text-align: left;
    max-width: 100%;
}
nav.navigation.post-navigation {
    display: none;
}
.right {
    float: right;
}
.left {
    float: left;
}

/* Tables / Forms */
input {
    background-color: #faf8e8;
    color: #000 !important;
    outline: 0;
}
textarea {
    background: transparent;
    border-color: #000;
    margin-top: 5px;
    outline: 0;
    padding: 5px 10px;
    width: 100%;
}
td, th {
    padding: 20px 20px 0 0;
    vertical-align: top;
}


/* LINKS and BUTTONS */
a {
    color: #000;
    font-weight: 400;
}
a:hover {
    text-decoration: underline;
    color: #000;
}
a:visited {
    text-decoration: none;
    color: #000;
}
button:active, input[type="button"]:active {
    outline: none;
}


/* Fancybox */ 
.fancybox-skin {
    background: #faf8e8 !important;
}
.fancybox-inner {
    overflow: hidden;
    max-width: 100%;
    overflow-x: hidden !important;
}

/* Lists */
ul {
    margin: 0;
}
#content li {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
    background-image: url(../../resources/images/icons/di-break.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 50% 0;   
}
#content li:first-child {
    background: none;
}
span.diamond {
    background-image: url(../../resources/images/icons/di-break.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: initial;
    width: 15px;
    height: 15px;
    display: inline-block;
}

/*-----
HEADER
-----*/
img.header-text {
    height: 105px;
    margin: 15px 0 20px 0;
}
#header-image {
    text-align: center; 
}

/* Navigation */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
}
button.navbar-toggle.collapsed {
    box-shadow: none;
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
nav.navbar.navbar-default {
    background-color: #F6E6B9;/*#F8EECF*/;
    top: 0;
    border-width: 0 0 1px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
}
#navbar {
    text-transform: uppercase;
    -webkit-animation-duration:0.3s;
    -moz-animation-duration:0.3s;
    -ms-animation-duration:0.3s;
    -o-animation-duration:0.3s;
    animation-duration:0.3s;
}
#navbar a {
    letter-spacing: 1.5pt;   
}
.navbar-default {
    border: none;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
    padding: 5px 0;
    width: 75%;
}
.menu-main-menu-container {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
li.current-menu-item {
    background: url(../../resources/images/icons/di-break.png);
    background-position: 50% 20px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
#menu-main-menu {
    list-style: none;
    height: 45px;
    margin: 0;
}
#menu-main-menu li {
    position: relative;
    float: left;
    margin-left: 2px;
    padding: 0px 10px;
    height: 30px;
}

/* Responsive Nav */
.mobile-menu {
    margin: 190px 0;
    text-align: center;
}
.mobile-menu a {
    color: #faf8e8;
}
.mobile-menu ul {
    list-style-type: none;
    margin: 0;
}
.mobile-menu ul li{
    padding: 8px 0;
}
.mobile-menu .menu-item-has-children a:after {
    content: '';
}
.responsive-menu {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(0, 0, 0, .9);
    padding: 40px 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 900;
    font-size: 16px;
}
.expand {
    display: block !important; 
}

/*-----
CONTENT
-----*/
#content {
    background-color: #faf8e8;
    min-height: 100%;
    position: relative;
    padding: 180px 0 60px 0;
    width: 100%;
}
.fancy-title {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
}
.title-border h2 {
    text-transform: uppercase;
}
/*-----
FOOTER 
-----*/
#footer {
    display: block;
    width: 100%;
    position: relative;
    height: 165px;
    background: #F6E6B9;
    font-size: 12px;
}
#footer-top {
    padding: 15px 0;
}
#footer-bottom {
    padding: 20px 0;
}
#footer span {
    display: block;
}
.footer.right span {
    display: inline-block;
    text-transform: uppercase;
}
.menu-terms-menu-container {
    display: inline-block;
}
#menu-terms-menu {
    list-style-type: none;
}
#menu-terms-menu li {
    display: inline-block;
}
#menu-terms-menu li:after {
    content: " | ";
}
#menu-terms-menu li:last-child:after {
    content: " ";
}
a.sponsor {
    border: 2px solid #000;
    padding: 7px;
    letter-spacing: 1pt;
    text-transform: uppercase;
}
form.paypal {
    display: inline;
    padding-top: 5px;
    float: left;
}
form.paypal input[type="image"] {
    width: 100px;
}
form.paypal input[type="image"]:hover {
    -webkit-filter: brightness(105%);
}
i.fa {
    font-size: 14px;
    padding: 0 5px;
}
.fontawesome-text {
    display: none !important;
}
#menu-mazi-menu {
    float: right;
}
#menu-mazi-menu li { 
    display: inline-block;
    padding: 0 0 0 20px;
}
#menu-mazi-menu li.active {
    text-decoration: underline;
}
img.footer-image {
    float: left;
    display: inline-block;
}
.credits {
    text-align: left;
    display: inline-block;
    width: 70%;
    padding: 10px 0 0 20px;
}
.credits P {
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#copy {
    display: inline-block;
    float: right;
    margin-top: 60px;
}  

/*-----
HOME
-----*/
#maximage {
    z-index: -1000;
    max-width: 100%;
    width: 100%;
    min-height: 400px;
    position: relative;
}
#maximage img {
    width: 100%;
}

/*-----
OUR STORY
-----*/
#our-story {
    display: block;
    position: relative;
}
#video-wrapper {
    position: relative;
}
video, canvas {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}
video {
    position: absolute;
}
.home-content {
    display: block;
    padding: 40px 0 !important;
    min-height: 0 !important;
}
.home-content strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

/*-----
TEAM PAGE
-----*/
.team { padding: 20px 0; }

.team,
.team-image { position: relative; }

.team-image > a,
.team-image img {
    display: block;
    width: 100%;
}
.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 5px 0;
    font-weight: 700;
}
.team-title {
    padding-bottom: 20px;
}
.team-title span {
    display: block;
    font-style: italic;
    font-size: 15px;
    margin: 5px 0 10px 0;
    text-align: center;
}
.team-content p:last-child { margin-bottom: 0; }
.team-overlay,
.team-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.team-overlay:before {
    content: '';
    z-index: auto;
    background-color: #000;
    opacity: 0.75;
}
.team-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px !important;
    height: 40px !important;
    margin: -28px 0 0 -58px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    color: #fff;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
body:not(.device-touch) .team-overlay {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.team:hover .team-overlay { opacity: 1; }

.team-single img {
    max-height: 250px;
    max-width: 100%;
    width: auto;
    margin: 20px auto;
    display: block;
}
.team-desc {
    max-width: 75%;
    margin: 5px auto;
    text-align: center;
}

/*-----
EAT WITH
-----*/
.residency {
    padding: 20px 0 0 0;
}
.res-details span {
    line-height: 2.5;
}
.res-content {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

/*-----
BLOG
-----*/
h3.blog {
    text-align: left;   
}
.blog-image {
    float: left;
}
.blog-info {
    float: left;
    padding: 0 15px;
}
.blog-item {
    padding: 40px 0;   
}
.post-date {
    padding: 20px 0;
}
.post-content strong {
    font-weight: 400;
}
#pagination {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.nav {
    display: inline-block;
}
.nav.previous {
    margin-right: 10px;
}
.nav.next{
    margin-left: 10px;
}
/*-----
PRESS
-----*/
.press-image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    filter: grayscale(100%);
}

.press-image:hover {
     -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    transition: 0.3s;   
}
.press-url {
    text-align: center;
    font-size: 20px;
}
.press-content {
    text-align: center;
}
.press-content span {
    display: block;
}

/*-----
SUPPORT
-----*/
#support-text strong {
    display: block;   
    font-weight: normal;
}
#partners {
    margin-top: 60px; 
}

/*-----
GALLERY
-----*/
.gallery-item, .gallery-image {
    position: relative;
    margin-bottom: 20px;
}
.gallery-image > a, .gallery-image img {
  display: block;
  width: 100%;
}
.gallery-block {
    text-align: center;
}
.gallery-block img {
    max-width: 70%;
}
.gallery-overlay,
.gallery-overlay:before {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.gallery-overlay:before {
    content: '';
    z-index: auto;
    background-color: #000;
    opacity: 0.75;
}
.gallery-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    /* background-color: #F5F5F5; */
    width: 120px !important;
    height: 40px !important;
    margin: -28px 0 0 -58px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-style: italic;
    color: #fff;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
body:not(.device-touch) .gallery-overlay {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

/*-----
CATERING
-----*/
.catering-slider {
    width: 60%;
    margin: 0 auto;
    z-index: 0;
}
#catering-slider {
    margin-bottom: 20px;
}

/*-----
CONTACT
-----*/
.contact-form {
    width: 45%;
    float: left;
}
.contact-form p {
    max-width: 100%;
}
.contact-form input {
    padding: 8px 10px;
}
form.wpcf7-form {
    margin-top: 42px;
}
.mail-chimp {
    width: 45%;
    float: right;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="password"], .contact-form input[type="search"] {
    margin-top: 13px;
    text-align: center;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #000;
    text-align: center;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 8px 3px;
    width: 100%;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    box-shadow: none;
    padding: 10px 40px;
    width: 50%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    text-decoration: underline;
}
#mc_embed_signup_scroll {
    text-align: center;
}
#mc_embed_signup {
    font-family: 'Karla', sans-serif !important;
    clear: none !important;
    background: transparent !important;
    padding: 5px 0px;
}
#mc_embed_signup h2 {
    font-size: 22px !important;
}
#mc_embed_signup form {
    padding: 0 !important;
}
#mc_embed_signup .mc-field-group .asterisk {
    top: 40px !important;
}
#mc_embed_signup input {
    border: 1px solid #000 !important;
    text-align: center;
}
#mc_embed_signup .button {
    background-color: transparent !important;
    color: #000 !important;
    width: 50% !important;
    padding: 10px 0;
    margin: 5px 0;
}
#mc_embed_signup .button:hover {
    text-decoration: underline;
}
#mc_embed_signup .mc-field-group label {
    padding: 18px 0 14px 0;
}

/*----
404 Page 
----*/

body.error404 {
    text-align: center;
}
form.search-form {
    padding: 20px 0 30px 0;
}

/*----
Bootstrap Clearfix
----*/

/*  Tablet  */
@media (min-width:767px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: left;
    }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}