/* CSS Document */
@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/brandon-grotesque/BrandonGrotesque-Regular.woff2') format('woff2'),  /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Regular.woff') format('woff'),    /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/brandon-grotesque/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg'); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/brandon-grotesque/BrandonGrotesque-Medium.woff2') format('woff2'),  /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Medium.woff') format('woff'),    /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/brandon-grotesque/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium') format('svg'); /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/brandon-grotesque/BrandonGrotesque-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/brandon-grotesque/BrandonGrotesque-Bold.woff2') format('woff2'),  /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Bold.woff') format('woff'),    /* Modern Browsers */
       url('fonts/brandon-grotesque/BrandonGrotesque-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/brandon-grotesque/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg'); /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tamil-MN';
  src: url('fonts/tamil-mn/TamilMN.eot'); /* IE9 Compat Modes */
  src: url('fonts/tamil-mn/TamilMN.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/tamil-mn/TamilMN.woff2') format('woff2'),  /* Modern Browsers */
       url('fonts/tamil-mn/TamilMN.woff') format('woff'),    /* Modern Browsers */
       url('fonts/tamil-mn/TamilMN.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/tamil-mn/TamilMN.svg#TamilMN') format('svg'); /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}


/*########################################
## Body
########################################*/
body {background: #F7F6F0; padding: 0; margin: 0; width: 100%; font-family: 'Tamil-MN', sans-serif; font-size: 20px; font-weight: 400; color: #0C2533; min-width: 320px;}

/*########################################
## Typography
########################################*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt {padding:0; margin:0;}
ul, ol {list-style: none;}
a {text-decoration:none; transition: all .3s linear;}
a:focus {outline: none;}
h5 {font-size: 16px; font-weight: 400; color: #0E2535; line-height: 1.2em; letter-spacing: 3px;}

/*########################################
## Layouts
########################################*/
.screen-reader-text {display: block; width: .1px; height: .1px; overflow: hidden; padding: 0 !important; margin: 0 !important;}
.container {max-width: 1300px; margin: 0 auto; padding: 0 10px; box-sizing: border-box;}

/*########################################
## Forms
########################################*/
/*contact form messages*/
form .messages p {display: none; font-family: 'Tamil-MN', sans-serif; font-weight: 400 !important; letter-spacing: 0 !important; font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px !important;margin-bottom: 20px;border: 1px solid transparent !important;border-radius: 4px !important;}
form .alert-success {color: #3c763d !important;background-color: #dff0d8 !important;border-color: #d6e9c6 !important;}
form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}
form input:focus, form select:focus, form textarea:focus {outline: none;}

/*contact form*/
.ctc-form .col-wrap {display: flex; justify-content: space-between;}
.ctc-form .col-wrap label {width: 49%;}
.ctc-form input[type="text"],.ctc-form textarea, .ctc-form select {width: 100%; font-family: 'Tamil-MN', sans-serif; margin: 0 0 20px; border: 1px solid #0E2535; border-radius: 0; background: none; font-size: 18px; font-weight: 400; line-height: 1.2em; box-sizing: border-box; display: block; color: #0E2535;}
.ctc-form input[type="text"],.ctc-form select {height: 45px; padding: 10px;}
.ctc-form input::placeholder, .ctc-form textarea::placeholder {color: #0E2535;}
.ctc-form textarea {height: 120px; padding: 10px; width: 100%;}
.ctc-form button {font-family: 'Tamil-MN', sans-serif; margin: 20px auto 0; border: none;}
.g-recaptcha > div {margin: 20px auto 0;} 
.ctc-form .ctc-hide {display: none;}
.ctc-form label span {display: block; margin-bottom: 5px;}

/*########################################
## Button
########################################*/
.btn {font-size: 15px; font-weight: 500; color: #0E2535; background: #ECE0CC; line-height: 1.2em; text-transform: uppercase; display: block; text-align: center; padding: 15px; box-sizing: border-box; width: 100%; max-width: 180px;}
.btn:hover {color: #FFF; background: #B9935A;}
.btn.unique {background: #D6D6D6;}

/*########################################
## Header
########################################*/
header {position: sticky; top: 0; z-index: 999;}
#header {background: #FFF; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); padding: 15px 0;}
#header.sticky {}
#header .container {max-width: 1840px; display: flex; justify-content: space-between; align-items: flex-end;}
#header .logo {width: 9.45%;}
#header .logo img {display: block; width: 100%;}
#header .nav-social {width: 85.71%; display: flex; justify-content: space-between;}
#header nav #pull {display: none; cursor: pointer;}
#header nav ul {display: flex; justify-content: flex-start; border-bottom: 1px solid #ECE0CC;}
#header nav ul li a {font-size: 16px; font-weight: 400; color: #0E2535; border-bottom: 2px solid transparent; line-height: 1.2em; text-transform: uppercase; display: block; padding: 0 30px 30px 30px; position: relative;}
#header nav ul li a:before {content: ""; border-right: 1px solid #D6D6D6; position: absolute; right: 0; width: 1px; height: 20px;}
#header nav ul li:last-of-type a:before {display: none;}
#header nav ul li a.active-menu, #header nav ul li a:hover {border-color: #B9935A;}
#header .social {display: flex; column-gap: 40px;}
#header .social i {font-size: 20px; color: #B89259;}
.restaurants-page #header, .about-page #header, .gift-cards-page #header, .careers-page #header {background: #F7F6F0; box-shadow: none;}
.restaurants-page #header.sticky, .about-page #header.sticky, .gift-cards-page #header.sticky, .careers-page #header.sticky {box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);}

/*########################################
## Banner
########################################*/
#banner {position: relative;}
#banner .container {max-width: 1840px;}
#banner img {display: block; width: 100%;}
.inner #banner:before {content: ""; background: rgba(0,0,0,0.5); position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 1;}
.inner #banner h1 {font-size: 64px; font-weight: 400; color: #FFF; line-height: 1.2em; text-transform: uppercase; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; z-index: 10;}

/*########################################
## Home Page Content
########################################*/
#hospitality {padding: 95px 0 80px;}
#hospitality img {display: block; margin: 0 auto 45px;}
#hospitality p {font-size: 25px; line-height: 1.2em; max-width: 720px; margin: 0 auto; text-align: center;}
#hospitality .btn {margin: 40px auto 0;}
#restaurants {padding: 0 0 85px;}
#restaurants .container {max-width: 1210px;}
#restaurants hr {height: 1px; background-color: #ECE0CC; border: none; margin: 0 0 80px;}
#restaurants h5 {text-align: center; margin-bottom: 75px;}
#restaurants .images-wrapper {display: flex; justify-content: space-between;}
#restaurants .images-wrapper a {display: block; width: 21.84%;}
#restaurants .images-wrapper img {display: block; width: 100%;}

/*########################################
## Footer
########################################*/
footer {position: relative;}
#footer {background: #0E2535;}
#footer .logo {padding: 80px 0 50px;}
#footer .logo img {display: block; margin: 0 auto 40px;}
#footer .logo h5 {font-size: 14px; font-weight: 700; color: #B89362; letter-spacing: 5px; text-align: center;}
#footer .social {display: flex; justify-content: center; column-gap: 40px;}
#footer .social i {font-size: 30px; color: #FFF; transition: all 0.5s ease;}
#footer .social i:hover {color: #B89362;}
#footer hr {height: 1px; background-color: #1B455F; border: none; margin: 75px 0 0;}
#footer .copyright {padding: 30px 0;}
#footer .copyright p {font-size: 16px; color: #FFF; text-align: center;}

/*########################################
## Inner Pages
########################################*/

/*########################################
## About Us Page
########################################*/
.about-page #banner {padding: 80px 0;}
.about-page #banner:before, .about-page .inner-banner img {display: none !important;}
.about-page #banner h1 {position: relative; font-size: 40px !important; color: #0E2535; transform: none;}
#about-content-wrapper {padding: 15px 0 100px;}
#about-content-wrapper .container {max-width: 1160px;}
#about-content-wrapper p {font-size: 18px; text-align: center;}
#about-content-wrapper p:not(:last-of-type) {margin-bottom: 35px;}
#about-content-wrapper .btn {margin: 50px auto 0;}

/*########################################
## Our Restaurants Page
########################################*/
.restaurants-page #banner {padding: 85px 0 100px;}
.restaurants-page #banner:before, .restaurants-page .inner-banner img {display: none !important;}
.restaurants-page #banner h1 {position: relative; font-size: 40px !important; color: #0E2535; transform: none;}
#restaurant-section {padding-bottom: 160px;}
#restaurant-section .container {max-width: 1386px; display: flex; justify-content: space-between;}
#restaurant-section .restaurant {width: 29.86%; display: flex; flex-direction: column; row-gap: 40px;}
#restaurant-section .restaurant img {display: block; margin: 0 auto;}
#restaurant-section .restaurant .image-wrapper {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 316px; overflow: hidden;}
#restaurant-section .restaurant .bottom-wrapper {text-align: center; display: flex; flex-direction: column; flex: 1;}
#restaurant-section .restaurant .bottom-wrapper img {margin-bottom: 50px;}
#restaurant-section .restaurant .bottom-wrapper p {font-size: 18px; margin-bottom: 30px;}
#restaurant-section .restaurant .bottom-wrapper .btn {margin: auto auto 0;}

/*########################################
## Our Team Page
########################################*/
.team-page #team-grid {padding: 100px 0;}
.team-page #team-grid .container {max-width: 1386px; display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 35px; row-gap: 60px;}
.team-page #team-grid .team-member img {display: block; width: 100%;}
.team-page #team-grid .team-member h5 {font-size: 25px; letter-spacing: normal; margin: 20px 0 10px; line-height: 1em; padding-left: 15px; border-left: 3px solid #B9935A;}
.team-page #team-grid .team-member p {font-size: 16px; line-height: 1.2em;}

/*########################################
## Gift Cards Page
########################################*/
.gift-cards-page #banner {padding: 85px 0 100px;}
.gift-cards-page #banner:before, .gift-cards-page .inner-banner img {display: none !important;}
.gift-cards-page #banner h1 {position: relative; font-size: 40px !important; color: #0E2535; transform: none;}
#gift-cards-section {padding-bottom: 160px;}
#gift-cards-section .container {max-width: 1386px; display: flex; justify-content: space-between;}
#gift-cards-section .gift-card {width: 29.86%; display: flex; flex-direction: column; row-gap: 40px;}
#gift-cards-section .gift-card img {display: block; width: 100%;}
#gift-cards-section .gift-card .bottom-wrapper {text-align: center; display: flex; flex-direction: column; flex: 1;}
#gift-cards-section .gift-card .bottom-wrapper img {margin: 0 auto 40px; width: auto;}
#gift-cards-section .gift-card .bottom-wrapper .btn {margin: auto auto 0;}

/*########################################
## Contact Us Page
########################################*/
.contact-page #contact-form-wrapper {padding: 100px 0;}
.contact-page #contact-form-wrapper .container {max-width: 650px;}
.contact-page #contact-form-wrapper form {background: #FFF; border: 2px dashed #B89259; border-radius: 10px; padding: 50px; }
.contact-page #contact-form-wrapper form .recaptcha-wrapper {display: flex; flex-direction: column; justify-content: center; align-items: center;}

/*########################################
## Careers Page
########################################*/
.careers-page #banner {padding: 85px 0 100px;}
.careers-page #banner:before, .careers-page .inner-banner img {display: none !important;}
.careers-page #banner h1 {position: relative; font-size: 40px !important; color: #0E2535; transform: none;}
#careers-section {padding-bottom: 160px;}
#careers-section .container {max-width: 1386px; display: flex; justify-content: space-between;}
#careers-section .career {width: 29.86%; display: flex; flex-direction: column; row-gap: 40px;}
#careers-section .career img {display: block; width: 100%;}
#careers-section .career .bottom-wrapper {text-align: center; display: flex; flex-direction: column; flex: 1;}
#careers-section .career .bottom-wrapper img {margin: 0 auto 40px; width: auto;}
#careers-section .career .bottom-wrapper .btn {margin: auto auto 0;}

/*########################################
## Thank You Page
########################################*/
.thank-you-page #content {padding: 80px 0; text-align: center;}
.thank-you-page #content img {display: block; margin: 0 auto 30px;}
.thank-you-page #content p {font-size: 25px;}
.thank-you-page #content p:not(:last-of-type) {margin-bottom: 10px;}
.thank-you-page #content .btn {margin: 30px auto 0;}

/*########################################
## Responsive
########################################*/
@media screen and (max-width: 1600px) {
	.inner #banner h1 {font-size: 50px;}
}

@media screen and (max-width: 1366px) {
	#header nav ul li a {padding: 0 20px 20px 20px;}
	#hospitality, .team-page #team-grid, .contact-page #contact-form-wrapper, .restaurants-page #banner, .gift-cards-page #banner, .careers-page #banner {padding: 80px 0;}
	#restaurants {padding: 0 0 80px;}
	#restaurants h5 {margin-bottom: 50px;}
	#footer hr {margin: 50px 0 0;}
	.inner #banner h1 {font-size: 45px;}
	.inner #banner img {min-height: 285px; object-fit: cover;}
	.team-page #team-grid .container {row-gap: 40px;}
	.team-page #team-grid .team-member h5 {font-size: 22px;}
	#restaurant-section, #gift-cards-section, #careers-section {padding-bottom: 80px;}
	#restaurant-section .restaurant .image-wrapper {height: 270px;}
	#restaurant-section .restaurant .image-wrapper img {width: 100%;}
	#restaurant-section .restaurant .bottom-wrapper img {margin-bottom: 30px;}
	#about-content-wrapper {padding: 0 0 80px;}
	#about-content-wrapper p:not(:last-of-type) {margin-bottom: 30px;}
	#about-content-wrapper .btn {margin: 40px auto 0;}
}

@media screen and (max-width: 1200px) {
	#header nav ul li a {font-size: 14px; padding: 0 15px 15px 15px;}
	#header .social {column-gap: 30px;}
	#restaurant-section .restaurant .image-wrapper {height: 220px;}
}

@media screen and (max-width: 1024px) {
	.btn {max-width: 160px;}
	#hospitality img {margin: 0 auto 30px; max-width: 100px;}
	#hospitality .btn {margin: 30px auto 0;}
	#hospitality p {font-size: 23px; max-width: 680px;}
	#hospitality, .thank-you-page #content, .team-page #team-grid, .contact-page #contact-form-wrapper, .restaurants-page #banner, .about-page #banner, .gift-cards-page #banner, .careers-page #banner {padding: 50px 0;}
	#restaurants {padding: 0 0 50px;}
	#restaurants hr {margin: 0 0 50px;}
	#footer .logo {padding: 50px 0 30px;}
	#footer .logo img {margin: 0 auto 30px}
	#footer hr {margin: 40px 0 0;}
	#footer .copyright {padding: 20px 0;}
	#restaurant-section, #gift-cards-section, #careers-section {padding-bottom: 50px;}
	#restaurant-section .restaurant .image-wrapper {height: 190px;}
	#about-content-wrapper {padding: 0 0 50px;}
}

@media screen and (max-width: 980px) {
	#header {padding: 0;}
	#header .container {display: block; padding: 0;}
	#header .nav-social {display: block; width: 100%;}
	#header .logo, #header .social {display: none;}
	#header nav {position: fixed; top: 0; left: 0; width: 100%; z-index: 999; box-shadow: 0 0 5px rgba(0, 0, 0, .8);}
	#header nav ul {max-width: 100%; display: none; height: auto; background: rgba(255, 255, 255, .9);}
	#header nav ul li {max-width: 100%; position: relative; text-align: left; padding: 0; display: block; border-bottom: 1px solid #EEE; margin-left: 0 !important;}
	#header nav ul li:first-of-type {border-top: 1px solid #EEE;}
	#header nav ul li a {font-size: 16px; padding: 15px 0; line-height: 120%; margin: 0; color: #333; text-align: left; width: 100%; text-indent: 20px; display: block;}
	#header nav ul li a::before {display: none;}
	#header nav ul li a.active-menu, #header nav ul li a:hover {color: #0F2536; background: #ECE0CC;}
	#header nav #pull {display: block; background: #FFF; width: 100%; position: relative; height: 50px; color: #fff; z-index: 999;}
	#header nav #pull img {max-height: 38px; display: block; position: relative; top: 6px; padding-left: 10px;}
	#header nav #pull:after {content:"\f0c9"; font-family: 'Font Awesome 5 Free'; font-size: 30px; display: inline-block; position: absolute; right: 15px; top: 12px; font-weight: 700; color: #B9935A;}
	#header nav #pull strong{line-height: 45px;}
	#banner {margin-top: 50px;}
	.inner #banner h1 {font-size: 40px;}
	#restaurant-section .restaurant .bottom-wrapper img, #gift-cards-section .gift-card .bottom-wrapper img, #careers-section .career .bottom-wrapper img {width: 100%;}
}

@media screen and (max-width: 880px) {
	.team-page #team-grid .container {grid-template-columns: repeat(3, 1fr);}
	.restaurants-page #banner h1, .about-page #banner h1, .gift-cards-page #banner h1 {font-size: 35px !important;}
}

@media screen and (max-width: 767px) {
	.home #banner img, .inner #banner img {min-height: 250px; object-fit: cover;}
	#hospitality img {max-width: 90px;}
	#hospitality, .thank-you-page #content, .team-page #team-grid, .contact-page #contact-form-wrapper, .restaurants-page #banner, .about-page #banner, .gift-cards-page #banner, .careers-page #banner {padding: 40px 0;}
	#restaurants {padding: 0 0 40px;}
	#restaurants hr {margin: 0 0 40px;}
	#footer .logo {padding: 40px 0 30px;}
	#footer .copyright {padding: 15px 0;}
	#footer .copyright p {max-width: 300px; margin: 0 auto;}
	.thank-you-page #content p {font-size: 23px;}
	.inner #banner h1 {font-size: 30px;}
	.team-page #team-grid .container {grid-template-columns: repeat(2, 1fr);}
	#restaurant-section, #gift-cards-section, #careers-section {padding-bottom: 40px;}
	#restaurant-section .container, #gift-cards-section .container, #careers-section .container {flex-direction: column; row-gap: 50px;}
	#restaurant-section .restaurant, #gift-cards-section .gift-card, #careers-section .career {width: 100%; row-gap: 30px;}
	#restaurant-section .restaurant .image-wrapper {height: auto;}
	#restaurant-section .restaurant .image-wrapper img {max-width: 230px;}
	#restaurant-section .restaurant .bottom-wrapper img, #gift-cards-section .gift-card .bottom-wrapper img, #careers-section .career .bottom-wrapper img {max-width: 200px;}
	#restaurant-section .restaurant .bottom-wrapper p {margin-bottom: 20px;}
	#about-content-wrapper {padding: 0 0 40px;}
	#about-content-wrapper p:not(:last-of-type) {margin-bottom: 20px;}
	#about-content-wrapper .btn {margin: 30px auto 0;}
	#gift-cards-section .gift-card .bottom-wrapper img {margin: 0 auto 30px;}
}

@media screen and (max-width: 480px) {
	#restaurants h5 {margin-bottom: 30px;}
	#restaurants .images-wrapper {flex-direction: column; row-gap: 30px; align-items: center;}
	#restaurants .images-wrapper a {width: 100%; max-width: 200px;}
	#footer .logo h5 {letter-spacing: 2px;}
	#footer hr {margin: 30px 0 0;}
	.team-page #team-grid .container {grid-template-columns: repeat(1, 1fr);}
	.team-page #team-grid .team-member {text-align: center;}
	.team-page #team-grid .team-member img {max-width: 300px; margin: 0 auto;}
	.team-page #team-grid .team-member h5 {padding: 0; border-left: none;}
	.contact-page #contact-form-wrapper form {padding: 30px 20px;}
	.ctc-form .col-wrap {flex-direction: column;}
	.ctc-form .col-wrap label {width: 100%;}
	.restaurants-page #banner h1, .about-page #banner h1, .gift-cards-page #banner h1 {font-size: 30px !important;}
}

@media screen and (max-width: 360px) {
	.recaptcha-scale {transform: scale(0.85); transform-origin: center top; width: 300px; height: 80px; display: flex; justify-content: center;}
}