@charset "UTF-8";
/* CSS Document */


/* FONTS */
@font-face {
  font-family: 'Juana';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/juana-medium-webfont.woff2") format("woff2"), url("/fonts/juana-medium-webfont.woff") format("woff");
}


/* CORE STRUCTURE */

body {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
}
.container { position: relative; }

.footer, 
footer {
  width: 100%;
  padding: 10px 0;
  background-color: #000;
}
footer p {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size:12px;
}
footer p a,
footer p a:hover { color: #fff; }

h1 {
  color: #3b49cb;
  font-size: 45px;
  line-height: 40px;
  font-family: Juana, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0;
  margin: 10px 0 20px 0;
}
#post h1 { text-align: left; line-height:50px; }

h2 {
  color: #3b49cb;
  margin-top: 0;
  font-size: 32px;
  font-family: Juana, sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0;
}
h2 span { color: #000 !important; }
.home-cat h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}
.dark h2, .dark-jam h2 {
  color: #fff;
  margin-top: 30px;
  font-size: 40px;
  font-weight: 100px;
}
.sidebar h2 {
  color: #3b49cb;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  padding: 0;
}

h3 {
  color: #3b49cb;
  font-size: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
}

h4 {
  color: #3b49cb;
  font-size: 25px;
  font-family: Juana, sans-serif;
  font-weight: 500;
  margin: 0 0 20px;
}

hr {
  border: 1px solid #fff;
  margin: 60px 0 30px;
}

article { margin:50px 0; }

article h1 {
  margin-top: 30px;
  padding-bottom: 10px;
}

article h4 {
  font-size: 20px;
  text-align: left;
}

article p {
  font-size: 1.15em;
  line-height: 1.5em;
}

article p a, article li a { color: #3b49cb; }
article p strong { font-weight:700; }


p, article p, article li, label, input, textarea {
  font-family: Inter, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #321c11;
  margin-bottom: 20px;
}


.logo {
  max-width: 100%;
  margin: 35px 0 15px;
  width: 365px;
}

.center { text-align: center !important; }
.blue { color: #3b49cb; }

p a {
  color: #3b49cb;
  font-weight: 500;
}

p a:hover {
  color: #3b49cb;
  text-decoration: underline;
}


img { max-width: 100%; }

.dark { background-image: url("/images/background-dark.jpg"); background-position: center; }
.dark-simple { background-color:#192160; }
.dark-jam { background-image: url("/images/background-dark-jam.jpg"); }
.dark p, .dark-jam p { color: #fff; }
.dark .post-item a .title, .dark-jam .post-item a .title { color: #ffffff !important; }

#weblinks img {
  height: 200px;
  width: auto;
}
#weblinks p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

/* BANNERS */
#banner { margin: 5px 0 20px; }
#banners .slides { border: none; }
#banners img {
  width: 100% !important;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.event-banner { margin: 20px 0; }


/* SITE NAVIGATION */
ul.mainnav {
  margin: 55px 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
ul.mainnav li {
  padding: 0;
  font-family: Juana, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0 25px;
  display: inline-block;
}
ul.mainnav li a {
  color: #272727;
  text-decoration: none;
}
ul.mainnav li a:hover, ul.mainnav li a.selected { color: #3b49cb; }
.sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  text-align: left;
  background-color: #fff;
  margin: 0 0 0 -30px;
  padding: 10px 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
ul.mainnav li:hover ul.sub-menu {
  display: block;
}
ul.mainnav li ul.sub-menu li {
  font-size: 1.2rem;
  display: block;
  margin: 0 0 10px;
}
ul.mainnav li.rez a {
  background-color: #3b49cb;
  color: #fff;
  padding: 10px 15px 10px;
  border-radius: 5px;
}

.mobile-nav-btn {
  text-align: right;
  margin: 27px 0 0 0;
}
.mobile-nav-btn i {
  font-size: 30px;
  padding-top: 8px;
  text-align: right;
  cursor: pointer;
  color: #212529;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
#mobile-nav .rez {
  background-color: #3b49cb;
}
#mobile-nav { display: none; }
#mobile-nav ul {
  margin: 0px;
  padding: 0px;
}
#mobile-nav ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #aaa;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 15px;
}
#mobile-nav ul li ul li { border-bottom: none; }
#mobile-nav ul li a{
  font-family: Juana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none !important;
}

#nav-reservations-mobile { font-size:20px!important; }


#mobile-nav ul li a:hover, #mobile-nav ul li a:focus {
	  text-decoration: none !important;
}


/* TEAM */
section#team { min-height:98vh;}
section#team h1 { margin-top:100px;}

.bio {
  width: 155px;
  height: 155px;
  float: left;
  margin: 10px;
  padding: 0px;
  background-size: cover;
}
.bio-name {
  padding: 0 10px 0px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.bio-title {
  padding: 0 10px 0;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}
.bio-unit {
  font-style: italic;
  display: inline-block;
  padding: 0 10px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}
.bio-overlay {
  width: 100%;
  height: 100%;
  padding-top: 105px;
  line-height: 12px;
  opacity: 0;
  background-color: rgba(0, 0, 0, .6);
  transition-duration: .75s;
}

.biopic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid #bbbbbb;
}


/* RESTAURANTS */
.restaurant-logo {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.col-md-6 .restaurant-logo { height: 285px; }
.restaurant-item {
  cursor: pointer;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.filter {
  background-color: rgba(0, 0, 0, .45);
  padding: 50px 20%;
  border-radius: 10px;
}
.restaurants p {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.restaurants h3 {
  color: #3b49cb;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  font-family: Juana, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 20px 0 15px;
}

#rest-type {
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 5px;
  width: 100%;
  margin: 0 20px 15px;
  color: #000;
  font-family: Juana, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  padding: 0 10px;
}



/* RESERVATIONS */
#reservations { margin-bottom: 100px; }
#res_form { padding-top: 6px; }
#res_form input, #res_form select {
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  margin-bottom: 10px;
}
#res_submit {
  background-color: #fff !important;
  color: #3b49cb !important;
  width: 200px !important;
  border-radius: 5px;
}

#res_submit {
  background-color: #3b49cb;
  color: #fff;
  opacity: .4;
  border: none;
  font-weight:700;
}

.reservation_btn {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}

.reservation_btn a {
  font-family: Inter, serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 40px 30px 15px;
  background-color: #3b49cb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.reservation_bar {
  width: 100%;
  background-color: #3b49cb;
  color: #fff;
  padding: 15px 0;
}
.reservation_bar .btn {
  color: #3b49cb;
  background-color: #fff;
}
.reservation_bar p {
  text-align: right;
  margin: 0;
  padding: 0;
}
.reservation_bar ul {
  list-style: none;
  text-align: center;
  display: inline;
  margin: 0;
  padding: 0;
}

.reservation_bar li {
  list-style: none;
  display: inline;
  margin: 0 15px;
}

.reservation_bar li.mobile-hide { display: inline-block !important; }

.reservation_bar img { height: 60px; }

.reservation_bar h3 {
  color: #ffffff;
  font-size: 25px;
  font-family: Juana, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0px 10px;
  text-align: center;
}
.reservation-panel {
  width: 100%;
  background-color: #3b49cb;
  display: none;
  position: fixed;
  z-index: 100;
  padding: 50px 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#resClose {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
}
.reservation-panel h2 {
  color: #fff;
  text-align: right;
  font-size: 40px;
}

#res_form input, #res_form select {
    width: 100%;
    font-size: 16px;
    height: 50px;
	-webkit-appearance: menulist-button !important;
}

.ui-widget-content { z-index: 999 !important; }

.ui-widget-header {
  border: none;
  background-color: #3b49cb;
}



/* SOCIAL MEDIA */
ul#social {
  margin: 0;
  padding: 0px;
  text-align: left;
  margin-bottom: 40px;
}
ul#social li {
  list-style: none;
  display: inline;
  margin-left: 15px;
}

ul#social li:first-child { margin-left: 0; }

ul#social li a i {
  color: #3b49cb;
  font-size: 35px;
}



/* BUTTONS */

.button {
  padding: 10px 20px;
  text-align: center;
  background-color: #29b06e;
  color: #fff;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
  margin-top: 15px;
  display: inline-block;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}

.btn {
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #3b49cb;
  color: #fff;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.btn:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.btn.jam { background-color: #f52d50; }
.btn-lg {
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  font-family: gill-sans-nova, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-lg:hover {
  color: #fff;
  background-color: #7ca32d;
  text-decoration: none;
}
.wp-block-button__link:hover { color:#fff!important }

#more_btn {
  font-weight: 700;
  color: #3b49cb;
}


/* JAM */
.jam-logo { width:300px; }
.jam-copy p a, .jam-copy p a:hover { color: #f52b52 !important; }


/* HOMEPAGE */

.mission-copy { padding-top: 200px; }

.mission-intro {
  color: #3b49cb;
  font-size: 36px;
  line-height: 46px;
  font-family: Juana, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mission-swap {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  font-family: Juana, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left:15px;
  width:100%;
}

.jam-brand {
	background-repeat: no-repeat;
	background-size: contain!important;
}


/* WE FEED PEOPLE */
.black_bg {
  background-color: #000;
}
.black_bg p {
  color: #ccc !important;
  font-size: 17px;
  line-height: 25px;
}
.black_bg h2 {
  color: #fff;
  margin: 10px 0 15px;
  font-size: 28px;
  line-height: 30px;
}
.black_bg h4 {
  color: #fff;
  margin: 10px 0 15px;
  font-size: 24px;
  line-height: 30px;
}
.black_bg .wp-block-button__link:hover { text-decoration: none; }

.category { padding: 40px 0; }
.category h1 { text-align: center; }





/* RECIPES */
.rftp img { margin: 0 0 20px; }
.rftp a {
  color: #3b49cb;
  font-size: 1.15em;
  line-height: 1.35em;
  margin-top: 5px;
  display: block;
  font-family: Juana, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: 0 0 40px;
}

#recipes .post-item a .title { text-align: center !important; }



/* NEWS POSTS */

#posts { padding: 40px 0; }

.post-banner {
  width: 100% !important;
  margin: 0 0 15px;
}

.datestamp {
  float: left;
  margin-right: 15px;
  text-align: center;
  padding: 5px 10px;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  border: 1px dotted rgba(255, 255, 255, .6);
  border-radius: 5px;
}
a .datestamp { color: #fff; }

.post-item { margin-bottom: 40px; }
.post-item a .title {
  text-align: left !important;
  color: #3b49cb;
  font-size: 1.15em;
  line-height: 1.35em;
  margin-top: 5px;
  display: block;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.post-item a:hover { text-decoration: none; }

.post_box {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin: 20px 0 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sidebar .post_box { height: 150px; }

.sidebar .post-item .title {
  display: block;
  margin-left: 75px;
  font-size: 16px;
}
.sidebar a .datestamp { color: #3b49cb; }




.full-bg {
  background-size: cover;
  background-position: center;
  height: 680px;
  border-radius: 10px;
}
.full-copy { padding-top: 200px; }

.home-cat .row { margin-bottom: 100px; }


.hideitem { display: none !important; }
.nav-choice { margin-bottom: 10px; }
.nav-choice a { color: #907b6d; }
.nav-choice a:hover { text-decoration: none; }
.nav-choice a.selected {
  font-weight: 700;
  color: #3b49cb;
}

.full { min-height: 100vh; }
.padding { padding: 50px 0; }
.wp-block-button a:hover {
  text-decoration: none !important;
  cursor: pointer !important;
}

.nopadding {
  margin-right: 0;
  padding-right: 0;
}

.divpic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}

.main { padding: 50px 0; }

.home-cat { margin: 50px 0; }
.home-cat img { margin: 0 0 15px;}


.content { overflow: hidden; }

.text-center {
  text-align: center !important;
  width: 100%;
}




.whitebox {
  background-color: #fff;
  padding: 0px 20px;
  display: inline-block;
  margin-top: 6px;
}

.jag_brand { font-family: Juana, sans-serif;}

.whitebg { background-color: #ffffff; }







.shop_links {
  list-style: none;
  text-align: right;
}
.shop_links li a {
  text-align: none;
  color: #3b49cb;
  font-weight: 700;
}

/* JOSE & FAMILY */
.family-blue {  color:#000;}
.family-intro {
	max-width:900px;
	margin:0 auto;
	text-align: center;
}

.family-blue p { 
font-size:19px;
line-height:29px;
}

.family-blue h3 {
	font-size:35px;
	margin-bottom:20px;
		font-family: Juana, sans-serif;
	color:#3b49cb;
	text-align: center;
}

.familyslider {
	background-color:#000!important; 
	margin:50px 0 100px!important;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px!important;
}

.family-shop img {
	border-radius:5px;
	margin-bottom:15px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.family-shop { padding-bottom:100px;}

.wp-block-buttons.is-content-justification-center,
.wp-block-embed__wrapper { 
text-align:center;}


/* LONGER TABLES */
.blue_bg { background-color: #befffd; }

.blue_bg p {
  color: #000 !important;
  font-size: 20px;
  line-height: 35px;
}
.blue_bg p a { color: #2bb3bf !important; }

.blue_bg h2 {
  color: #000;
  margin: 0px 0 15px;
  font-size: 28px;
  line-height: 30px;
}
.blue_bg h4 {
  color: #000;
  margin: 10px 0 15px;
  font-size: 24px;
  line-height: 30px;
}
.blue_bg .wp-block-button__link:hover { text-decoration: none; }

.wp-block-embed iframe {
  width: 860px;
  height: 483px;
}
.vidplayer {
  margin: 0;
  width: 960px;
  height: 540px;
}
.vidplayer iframe {
  width: 960px;
  height: 535px;
  margin: 0;
  padding: 0;
  border: 10px solid #fff;
}


/* MARGIN AND PADDING */
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-75 { margin-top: 75px; }
.mt-100 { margin-top: 100px; }
.mb-15 { margin-bottom: 15px; }
.mb-30 { margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-100 {
  padding-bottom: 100px;
}
/*****************************************
	PLUGINS
*****************************************/
.flexslider {
  border: none;
  padding: 0px;
  margin: 0;
  box-shadow: none;
  background-color: transparent !important;
}
.flexslider.sponsorlist {
  margin: 0px;
}
.flex-direction-nav {
  padding-top: 40px;
}
.flex-direction-nav .flex-prev {
  left: -45px;
  text-align: left;
  padding-left: 10px;
}
.flex-direction-nav .flex-next {
  right: -45px;
  text-align: right;
  padding-right: 10px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  background-color: none;
  border-radius: 50%;
  width: 50px;
  margin: 0 auto;
  height: 50px;
  color: #3b49cb;
  position: absolute;
  top: 48%;
  text-shadow: none;
  z-index: 99999;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav a:before {
  font-size: 35px;
}
.flex-caption {
  font-family: Juana, sans-serif;
  font-weight: 700;
  width: 90%;
  border-radius: 10px;
  padding: 15px 25px;
  margin: 0 5%;
  left: 0;
  bottom: 25px;
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  font-size: 16px;
  text-align: center;
}