@charset "UTF-8";
/* universal declarations  */
@font-face {
  font-family: Elkwood;
  src: url("../fonts/Elkwood.otf") format("otf"),;
  src: local(Elkwood), url("../fonts/Elkwood.otf");
}

@font-face {
  font-family: ArcaMajora3-Heavy;
  src: url("../fonts/ArcaMajora3-Heavy.otf") format("otf");
  src: local(ArcaMajora3-Heavy), url("../fonts/ArcaMajora3-Heavy.otf");
}

@font-face {
  font-family: ArcaMajora3-Bold;
  src: url("../fonts/ArcaMajora3-Bold.otf") format("otf"),;
  src: local(ArcaMajora3-Bold), url("../fonts/ArcaMajora3-Bold.otf");
}

@font-face {
  font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.otf") format("otf"),;
    src: local(Montserrat-Regular), url("../fonts/Montserrat-Regular.otf");
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.otf") format("otf"),;
  src: local(Montserrat-Light), url("../fonts/Montserrat-Light.otf");
}



body {
  padding-top: 132px;
}

.yellow {
  color:#FFC15E;
}

.padded {
  padding-top:5%;
  padding-bottom:5%;
}

.padded-top {
  padding-top:5%;
}

.padded-btm {
  padding-bottom:5%;
}

.padded-sml {
  padding-top:2.5%;
  padding-bottom:2.5%;
}

.padded-sml-top {
  padding-top:2.5%;
}

.padded-sml-btm {
  padding-bottom:2.5%;
}

.about-header {
    color:#0C112C;
  text-align:left;
  font-family: 'ArcaMajora3-Bold' , arial, 'sans-serif';
}

.about-header-underline {
border: 4px solid #3D405B; 
 max-width: 500px; 
 margin-left:0;
 margin-top:-1rem;
}

.about-header p {
  text-align: left;
}

.aboutrow h3 {
  color: #0C112C;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  height: auto;
  font-family: 'Elkwood', Arial, sans-serif;
}

body {
 /* background: #f9f9f9 url(http://i.imm.io/LpUT.jpeg); */
  font-weight: 300;
  font-size: 15px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  position: relative;
}

.clr {
  clear: both;
  padding: 0;
  height: 0;
  margin: 0;
}

.main {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.container > header {
  margin: 10px;
  padding: 20px 10px 10px 10px;
  position: relative;
  display: block;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-align: center;
}

.container > header h1 {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  position: relative;
  font-weight: 300;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}

.container > header h2 {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  padding: 15px 0 5px 0;
  color: #888;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn.btn-primary.btn-large {
    color:#352144 ;
    font-family:"Elkwood", arial, sans-serif;
    font-size:1.5em;
    background-color: #FFC15E;
    border-radius: 25px;
    min-width:180px;
    border: solid 5px #FFC15E;
    letter-spacing: 2px;
}

.btn.btn-primary.btn-large:hover {
    background-color: #FFFCF2;
        border-color:#FFFCF2;
}

.btn.btn-secondary.btn-large {
    color:#E07A5F ;
    font-family:"Elkwood", arial, sans-serif;
    font-size:1.5em;
    background-color: transparent;
    border-radius: 25px;
    min-width:180px;
       border: solid 5px #E07A5F;
    letter-spacing: 2px;
}

.btn.btn-secondary.btn-large:hover {
    background-color:#E07A5F ;
    color:#fff ;
}

@media (max-width:767px) {
  section .row {
    padding-left:0px;
    padding-right:0px;
  }
}

section {
    overflow-x: hidden;
    width:100%;
}




/* end of universal declarations  */

/* navbar styles  */


nav a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

nav .navbar-toggle {
  margin: 30px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
}



.navbar-header {
  background-color: #efeded;
 
}

.navbar-default {
  /*background-color: #efeded; */
  background-color: transparent;
}

@media (min-width: 767px) {
.navbar-header {
  max-width:25%;
}

.navbar-default {
  background-color: #efeded; 
}
}

.navbar-default .navbar-collapse {
  box-shadow: none;
}



@media (max-width:767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: rgba(239,237,237,0.9);
    max-width:300px;
    float:right;
    box-shadow: 2px 2px 10px rgba(88, 89, 91, 0.3);
    /* opacity: .5; */
}
 .navbar-header{
   box-shadow: 2px 2px 10px rgba(88, 89, 91, 0.3); 
}
}

.navbar-brand {
    float: left;
    height: auto;
    max-width: 50%;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

 @media (min-width:767px) {
  .navbar-nav {
  margin-top: 6rem;
}
}

 @media (min-width:767px) and (max-width: 945px) {
.navbar-default .navbar-nav > li > a  {
  font-size: .8em;
}
}

.navbar-default .navbar-nav > li > a {
    color: #3D405B;
    font-family:"ArcaMajora3-Bold", "Arca Majora3", arial,sans-serif;
    text-align:right;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0C112C;
}

.navbar-default .navbar-nav > li:nth-child(5n) > a {
    color: #F05D5E;
}

.navbar-default .navbar-nav > li:nth-child(5n) > a:hover {
    color: #E07A5F;
}

@media (max-width: 846px;) {
  #logo {
  max-width:35%;
}
}

nav.navbar.shrink {
  min-height: 35px;
}

nav.shrink .navbar-nav {
  margin-top: 2rem;
}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
}

nav #logo-alt {
  display: none;
}

nav.shrink #logo-alt {
  font-size: 25px;
  max-width:90%;
  display: block;
}
nav.shrink #logo{
  display: none;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 15px 15px 8px 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #E07A5F;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 5rem;
    height: 8px;
    border-radius: 1px;
}



/* end of navbar styles  */

/* hero styles */

.bgimage {
  width:100%;
  height:auto;
  background: url('../images/hero-pattern.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
}
.bgimage h1 {
  color:#D6EFFF;
  font-size:3em;
  font-family:"ArcaMajora3-Bold" , "ArcaMajora3" , Arial, sans-serif;
  margin-bottom:5%;
}

.hero-text {  
  padding:20% 15% 20% 15%;
}

@media (max-width:767px) {
  .bgimage h1 {
  color:#D6EFFF;
  font-size:2em;
  margin-bottom:5%;
}

.bgimage {
  width:100%;
  height:auto;
  background: url('../images/hero-pattern-mobile.svg');
  background-repeat: no-repeat;
    background-position: center;
  background-size:cover;

  }
}

.hero-text a {
  margin:5px;  
}

/* end of hero styles */

/* about styles */


.about {
    background-color: #efeded;
    padding:6rem;
    height:auto;
}

.aboutrow {
  padding-bottom:2.5%;
}

.aboutbox {

}



.aboutbox img {
  max-width:180px;
}

.aboutbox p {
  font-family:'Montserrat-Light',arial,sans-serif;
  font-size: 1.05em;
  line-height:1.5em;
  color:#5D5C5B;

}


@media (max-width:767px) {
  .aboutbox {
  padding-bottom:10%;
}
.aboutbox img {
  max-width:120px;
}
}

@media (min-width:767px) {
  .aboutbox p {
      max-width:42rem;
  }
}



/* end of about styles */
/* attend // upcoming events styles */


.attend {
    /* background-color: #3D405B ;*/
      background-image:url(../images/hilton-bgpattern.svg);
background-size: 150px;
    background-repeat: repeat;
    background-color: #FFFCF2;
    padding: 6rem;
    height: auto;
}


.attend-header {
    color:#352144;
  text-align:center;
  font-family: 'ArcaMajora3-Bold' , arial, 'sans-serif';
}

.attend-header-underline {
border: 4px solid #3D405B; 
 max-width: 400px; 
 margin-left:0;
 margin-top:-1rem;
}

.attend p {
  color:#3D405B;
  font-family:'Montserrat-Light',arial,sans-serif;
  font-size: 1.05em;
  line-height:1.5em;
}

@media (max-width: 991px) {
 .resrow ul, ol {
    padding-inline-start: 0;
    text-align: center;
}

 .resrow li {
  display:inline-block;
  max-width:20rem;
  min-width:15rem;
  text-align: center;
  margin: 5rem 2.5rem 5rem 2.5rem;
} }

@media (max-width: 425px) {
 .resrow ul, ol {
    padding-inline-start: 0;
    text-align: center;
}

 .resrow li {
  display:inline-block;
  max-width:20rem;
  min-width:15rem;
  text-align: center;
  margin: 5rem 0rem 5rem 0rem;
} }

@media (min-width: 992px) {
 .resrow ul {
  display: flex;
    list-style: none;
}
 .resrow li {
  flex: 1 1 100%;
  text-align: center;
}
}
/*
.hilton {
  display:initial;
}
*/

/*

 .resrow li img {
    border-radius: 100%;
    max-width:5rem;
      text-align: center;

} 

 .resrow li a img {
 /* display:inline-block; *//*
  text-align: center;
  max-width:12rem;
  padding-top:15px;
 }
*/
 .resrow li p{
font-size:.8em;
 }

 .resrow a:hover , .resrow a:focus {
  text-decoration: none;
 } 


.resrow .btn.btn-secondary.btn-large {
    color:#F05D5E ;
    font-family:"Elkwood", arial, sans-serif;
    font-size:1.5em;
    background-color: transparent;
    border-radius: 25px;
    min-width:180px;
       border: solid 5px #F05D5E;
    letter-spacing: 2px;
    margin:5px 10px;
}

.resrow .btn.btn-secondary.btn-large:hover {
    background-color:#E07A5F ;
    border-color:#E07A5F;
    color:#FFFCF2;
}

.resrow h4 {
    font-family:"Elkwood", arial, sans-serif;
    font-size:1.5em;
    color: #0C112C;
        letter-spacing: 2px;
        min-width:180px;
}

.button-alignment-wrapper {
      font-family:"Elkwood", arial, sans-serif;
    background-color: transparent;
    border-radius: 25px;
    min-width:180px;
       border: solid 5px transparent;
    letter-spacing: 2px;
}

.soldout {
  color:#EFEDED ;
}

.reduced-line-height {
      line-height: .8em;
}

/* end of attend// upcoming events styles */

/* previous events styles */


.chefs {
  /* text-align: center;
 background-image:url(../images/map-bg.jpg);
                background-size:contain;
                               background-repeat:no-repeat;
                background-position: 50% 60%;*/
                padding:6rem;
}

@media (max-width:1000px) {
  /*      .chefs {
  text-align: center;
  background-image:url(../images/map-bg.jpg);
                background-size:110%;
                background-repeat:no-repeat;
                background-attachment: fixed;
                background-position: 50% 170%;*/
}
}

@media (min-width:1550px) {
.chefs {
 /* text-align: center;
  background-image:url(../images/map-bg-2.jpg);
                background-size:contain;
                               background-repeat:no-repeat;
                background-position: 50% 250%;*/
}
}
@media (min-width:1700px) {
.chefs {
 /* text-align: center;
  background-image:url(../images/map-bg-2.jpg);
                background-size:contain;
                               background-repeat:no-repeat;
                background-position: 50% 500%;*/
}
}

.previous-header-underline {
  border: 1px solid #3D405B;
  width:70%;
  text-align: left;

}

.chefs img {
  max-width: 70%;
  text-align: center
}

.chefs .row {
    padding-bottom:3rem;
    padding-top:3rem;
}

.chefs h1 {
  font-family:"ArcaMajora3-Bold", Arial, sans-serif;
}

.header-underline {
  border: 4px solid #3D405B; 
 max-width: 300px; 
 margin-top:-1rem;
}


.chefs p {
    font-family:'Montserrat-Light',arial,sans-serif;
  font-size: 1.05em;
  line-height:1.5em;
  color:#5D5C5B;
  text-shadow:1px solid white;
}

.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  box-shadow: inset 0 0 0 10px rgba(129,178,154,1.0), 0 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
             background-image: url(../images/nejat-kitchen.jpg);
              background-size:cover;
              background-position: 60%;
          }
.ch-img-2 {  background-image: url(../images/Qamar.jpg);
              background-size:cover;
              background-position: 50% 10%; }


.ch-img-3 { background-image: url(../images/LS-Summer-Dinner_Obi-400.jpg);
              background-size:cover;
              background-position:33%  33%; }
.ch-img-4 { 
             background-image: url(../images/nejat-kitchen.jpg);
              background-size:cover;
              background-position: 45%;
          }
.ch-img-5 { 
             background-image: url(../images/Mary-2.jpg);
              background-size:cover;
              background-position: 30% 10%;
          }


.ch-info {
  position: absolute;
  background: rgba(129,178,154,0.95);
/*  mix-blend-mode: difference; */
  width: inherit;
  height: inherit;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale();
  -moz-transform: scale();
  -ms-transform: scale();
  -o-transform: scale();
  transform: scale();
  -webkit-backface-visibility: hidden;
}

.ch-info h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 20px;
  padding: 30px 0 0 0;
  height: auto;
  font-family: 'Elkwood', Arial, sans-serif;
  text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 12.5px;
  font-family:"Montserrat-Regular" , Arial, sans-serif;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  margin: 0 20px;
  font-size: 13px;
  line-height:1.5em;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.4s;
     -moz-transition: all 1s ease-in-out 0.4s;
      -ms-transition: all 1s ease-in-out 0.4s;
       -o-transition: all 1s ease-in-out 0.4s;
          transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
  display: block;
  color: #352144;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255,242,34, 0.8);
}

.ch-info img {
  max-width:15rem;
}

.ch-item:hover , .ch-item:focus , .ch-item:active ,  { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1) }

.ch-item:hover .ch-info , .ch-item:focus .ch-info , .ch-item:active .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.ch-item:hover .ch-info p , .ch-item:focus .ch-info p , .ch-item:active .ch-info p , 
.ch-item:hover p , .ch-item:focus p , .ch-item:active  p 
{ opacity: 1 }


.support-note span {
  color: #ac375d;
  font-size: 16px;
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions { display: block }

.ch-grid {
  margin: 20px 0 0 0;
  padding: 0 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: '';
  display: table;
}

.ch-grid:after { clear: both }

.ch-grid li {
  width: 30rem;
  height: 30rem;
  display: inline-block;
  margin: 20px;
}

@media (min-width: 767px){
.ch-grid {
    margin: 20px 0 0 0;
    padding: 0 15rem;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
}

.ch-info:hover, .ch-item:active {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-webkit-touch-callout: none /*only to disable context menu on long press*/
}

/* end of previous events styles */

/* press styles */

.straunts {
    background-color:#efeded;
}

@media (min-width:992px) {
  .straunts {
    background-image:url(../images/pattern3.svg);
                background-size:33%;
                               background-repeat:no-repeat;
                background-position: 98% 110%;
}
}


@media (min-width:768px) and (max-width:992px) {
  .straunts .description {
    background-image:url(../images/pattern3.svg);
                background-size:33%;
                               background-repeat:no-repeat;
                background-position: 98% 110%;
}
}

@media (max-width:767px) {
  .straunts .description {
    background-image:url(../images/pattern3.svg);
                background-size:53%;
                               background-repeat:no-repeat;
                background-position: 98% 110%;
}
}

.straunts .logo-grid {
  background-color:#0C112C;
  padding:6rem;
}
@media (max-width:400px) {
.straunts .logo-grid {
  background-color:#0C112C;
  padding:1rem;
}
}


.logo-grid {
  height:100%;
}

.logo-grid img {
  max-width:180px;
}

.logo-grid h3 {
  font-family: "ArcaMajora3-Heavy" , arial, sans-serif;
  color:#FFC15E;
  font-size:1em;
  line-height: 1.5em;
}

.logo-grid h4 {
    font-family:"Elkwood", arial, sans-serif;
  color:#efeded;
  font-size:1.2em;
  letter-spacing:2px;
  line-height: 1em;
}

.logo-grid h4 a {
  color:#F05D5E;
   text-decoration: none;
}

.logo-grid h4 a:hover , .logo-grid h4 a:focus  {
  text-decoration: none;
  color:#E07A5F;
}

.straunts .description {
 /* background-color:#efeded; */
    padding:6rem;
}

.hias-small {
  max-width: 150px;
}


.description p {
  font-family:'Montserrat-Light',arial,sans-serif;
  font-size: 1.05em;
  line-height:1.5em;
  color:#5D5C5B;
  max-width:35rem;
}


/* end of press styles */


 /* footer styles */


   #mc_embed_signup
   {
    background:transparent; 
    padding:0; 
    clear:left; 
    font:14px Helvetica,Arial,sans-serif; 
  }
  .mc_field_group label  {
    color:#efeded; 
    padding:0; 
    clear:left;
  }

  #mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    color:#efeded;
    font:14px 'Montserrat-Regular' , Arial,sans-serif;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 0% !important;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #FFC15E !important;
    border: 0 none;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: auto !important;
    line-height: 1.42857143 !important;
    margin: 10px 5px 10px 0 !important;
    padding: 6px 12px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    border-radius: 25px !important;
    min-width:180px !important;
    font-family: "Elkwood" , sans-serif;
    font-size: 1.5em !important;
    letter-spacing: 2px;
}


#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border-radius: 1px !important;
    }

.footer {
  background-color:#352144;
  padding: 6rem;
}

  .footer {
    background-image:url(../images/pattern4.svg);
                background-size:53%;
                               background-repeat:no-repeat;
                background-position: 100% 100%;
}

.footer h2 {
  color:#efeded;
}

.footer p {
  color:#efeded;

  font-family:'Montserrat-Light',arial,sans-serif;
  font-size: .9em;
  line-height:1.5em;
}

.footer a {
  color:#E07A5F;
}

.footer h3 {
  font-family: "ArcaMajora3-Bold" , arial, sans-serif;
  color:#FFC15E;
  font-size:1em;
  line-height: 1.5em;
  max-width:500px;
}
.footer-logo {
  max-width:20rem;
}

.insta {
  max-width: 60px;
  float:right;
}

@media (min-width:1000px) {
  .footer p {
    max-width:400px;
  }
  .footer-button {
    text-align:center;
  }
}



  

