.header {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  min-height: auto;
  margin-top: 40px;
  margin-bottom: -100px;
  float: left;
  background-color: transparent;
}

.content {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}

.footer {
  position: relative;
  width: 100%;
  float: left;
  background-color: #151515;
  background-image: url('../images/footercorner.png'), url('../images/footertext.png');
  background-position: 100% 0%, 0% 50%;
  background-size: auto 150px, cover;
  background-repeat: no-repeat, repeat;
}

.blog_container {
  position: relative;
  width: 1024px;
  min-height: 450px;
  margin-right: auto;
  margin-left: auto;
}

.header_container {
  position: relative;
  width: 1024px;
  min-height: 55px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.footer_container {
  position: relative;
  width: 1024px;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 1px solid transparent;
}

.sidebar {
  position: relative;
  width: 25%;
  min-height: 450px;
  padding-top: 25px;
  padding-left: 15px;
  float: left;
}

.content_wrap {
  position: relative;
  width: 75%;
  min-height: 450px;
  float: left;
  border-right: 1px solid #c1c1c1;
}

.sidebar_heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #d23100;
  font-size: 14px;
  font-weight: 700;
}

.sidebar_list {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
}

.sidebar_item {
  position: relative;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.sidebar_listbox {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding-bottom: 25px;
  float: left;
}

.tags_box {
  position: relative;
  width: 100%;
  min-height: 50px;
  float: left;
}

.tags_text {
  position: relative;
  width: auto;
  padding: 5px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.tags_text:hover {
  opacity: 0.7;
}

.sidebar_link {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-decoration: none;
}

.sidebar_link:hover {
  opacity: 0.7;
}

.news_rows {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.featured_image {
  position: relative;
  width: 25%;
  min-height: 175px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  background-image: url('../images/curved_bottom_right.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, repeat;
}

.news_content {
  position: relative;
  width: 72%;
  min-height: 175px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.news_heading {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.date_heading {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.news_exerpt {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 95px;
  max-height: 95px;
  min-height: 95px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  float: left;
  border-top: 1px solid #d6d6d6;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.readmore_link {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.readmore_link:hover {
  color: #787878;
}

.h1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.news_wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 10px;
  float: left;
}

.paragraph {
  position: relative;
  width: 100%;
  margin-top: 10px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.news_article {
  position: relative;
  width: 100%;
  margin-top: 15px;
  float: left;
  border-top: 1px none #dbdbdb;
}

.alignleft {
  position: relative;
  z-index: 10;
  min-width: 200px;
  margin-right: 10px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.alignleft:hover {
  opacity: 0.6;
}

.alignright {
  position: relative;
  z-index: 10;
  min-width: 200px;
  margin-left: 10px;
  float: right;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.alignright:hover {
  opacity: 0.6;
}

.alignnone {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
}

.alignnone:hover {
  opacity: 0.6;
}

.h2 {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #d23100;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.h3 {
  position: relative;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.h4 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.content_heading {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.ul {
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
}

.li {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 22px;
}

.h5 {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.main_banner {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 80vh;
  float: left;
}

.banner_cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.grid {
  position: relative;
  width: 940px;
  height: 1024px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: red;
  border-radius: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.drop {
  width: 100%;
  float: left;
  background-color: #aaa;
}

.banner_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.banner_container {
  width: 1024px;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
}

.strip_cover {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 200px;
  background-image: url('../images/banner_strip_signature.png'), url('../images/repstrip.png');
  background-position: 100% 100%, 50% 100%;
  background-size: auto 100%, auto 100%;
  background-repeat: no-repeat, repeat-x;
}

.social_wrap {
  position: relative;
  width: 150px;
  min-height: auto;
  margin-top: 10px;
  float: left;
}

.socicn {
  position: relative;
  width: 25%;
  min-height: auto;
  padding: 5px;
  float: left;
}

.socicn:hover {
  opacity: 0.6;
}

.socimg {
  position: relative;
  width: 100%;
  float: left;
}

.hamburger_menu {
  width: 75px;
  height: 55px;
  padding: 0px;
  float: right;
  background-color: transparent;
  background-image: url('../images/hamburger_menu.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hamburger_menu:hover {
  opacity: 0.7;
}

.bottom_container {
  position: relative;
  width: 1024px;
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.banner_heading {
  position: relative;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  border-top: 1px none #fff;
  font-family: 'Gishella morely', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 70px;
  font-weight: 400;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.68);
}

.strip_white {
  position: absolute;
  top: 0%;
  width: 35%;
  height: 2px;
  float: none;
  background-color: #fff;
}

.footer_bottom_strip {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-top: -40px;
  float: left;
  background-image: url('../images/footergradient.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.85;
}

.copyright_text {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.footer_row_links {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 75px;
  float: left;
}

.footer_content_block {
  width: 100%;
  height: 150px;
  margin-top: 75px;
}

.footer_content_wrap {
  width: 50%;
  min-height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.footer_row_inner {
  position: relative;
  width: 100%;
  min-height: 40px;
  float: left;
}

.flinks {
  position: relative;
  width: 70px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.flinks:hover {
  opacity: 0.7;
  text-decoration: none;
}

.knifeimg {
  display: block;
  width: 175px;
  margin: 15px auto;
}

.ftextwhite {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.dividerwht {
  position: relative;
  width: 1px;
  min-height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  background-color: #fff;
}

.social_row_centered {
  position: relative;
  width: 175px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.main_menu_cover {
  position: absolute;
  top: 0%;
  z-index: 999;
  display: none;
  width: 100%;
  min-height: 80vh;
  border-bottom: 10px none #fff;
  background-image: url('../images/banner_strip_signature.png'), url('../images/repstrip.png'), url('../images/chefcoomenu.png');
  background-position: 100% 100%, 0% 100%, 50% 50%;
  background-size: auto 205px, auto 205px, cover;
  background-repeat: no-repeat, repeat-x, repeat;
  opacity: 0;
}

.menu_container {
  position: relative;
  width: 1024px;
  min-height: 81vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.close_menu {
  position: relative;
  width: 75px;
  height: 55px;
  padding: 0px;
  float: right;
  background-color: transparent;
  background-image: url('../images/closebtn.png');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  text-align: center;
}

.close_menu:hover {
  opacity: 0.7;
}

.menu_content_wrap {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: 25px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.menu_cols {
  position: relative;
  width: 13%;
  min-height: 300px;
  float: left;
}

.menu_top_row {
  position: relative;
  width: 100%;
  min-height: 40px;
  border-bottom: 2px solid #fff;
}

.menu_text {
  position: relative;
  width: 100%;
  padding-left: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
}

.menu_items {
  position: relative;
  width: 100%;
  margin-top: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11.5px;
  text-decoration: none;
}

.menu_items:hover {
  opacity: 0.7;
}

.menu_row_bot {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding-left: 5px;
  float: left;
}

.menu_col_first {
  position: relative;
  width: 12.5%;
  min-height: 250px;
  float: left;
  background-image: url('../images/knife_white.png');
  background-position: 0px 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu_mobile {
  display: none;
}

.line_cover {
  display: none;
}

.content_container {
  position: relative;
  width: 1024px;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.content_banner {
  position: relative;
  width: 100%;
  height: 70vh;
}

.content_banner_container {
  width: 1024px;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
}

.prefooter {
  position: relative;
  width: 100%;
  min-height: auto;
  float: left;
}

.pre_footer_container {
  position: relative;
  width: 1024px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact_button {
  width: 450px;
  min-height: 75px;
  background-color: transparent;
  background-image: url('../images/contactimg2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact_button:hover {
  opacity: 0.7;
}

.blog_section {
  position: relative;
  width: 100%;
  min-height: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}

.blog_container_footer {
  position: relative;
  width: 1024px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.divider_section {
  position: relative;
  width: 100%;
  min-height: 100px;
  float: left;
  background-image: url('../images/divider.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog_tabs {
  width: 100%;
  float: left;
}

.tabs_menu {
  width: 25%;
  float: left;
}

.tabs_content {
  width: 75%;
  min-height: 250px;
  float: left;
}

.tab_links {
  width: 100%;
  padding: 5px 0px;
  float: left;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.tab_links.w--current {
  width: 100%;
  float: left;
  background-color: transparent;
  color: #d23100;
  font-weight: 800;
}

.tabpanes {
  width: 100%;
  min-height: 250px;
  float: left;
}

.tab_link_text {
  position: relative;
  font-size: 20px;
}

.blog_row_top {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 15px;
  float: left;
}

.blog_left {
  position: relative;
  width: 25%;
  min-height: 50px;
  float: left;
}

.blog_right {
  position: relative;
  width: 75%;
  min-height: 50px;
  float: left;
}

.blog_tab_heading {
  position: relative;
  width: 100%;
  margin-top: 10px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #151515;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}

.wordgrey {
  color: #b7b7b7;
}

.featured_article_top {
  position: relative;
  width: 100%;
  min-height: 150px;
  float: left;
  border: 1px none #000;
}

.featured_article_image {
  position: relative;
  width: 100%;
  min-height: 275px;
  float: left;
  background-image: url('../images/curved_bottom_right_new.png'), url('../images/banner.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: 40%, cover;
  background-repeat: no-repeat, repeat;
}

.featured_article_content {
  position: relative;
  width: 100%;
  min-height: 150px;
  float: left;
}

.blog_article_heading {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.blog_copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 150px;
  margin-bottom: 15px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.featured_read_more {
  position: relative;
  width: 100%;
  min-height: 50px;
  float: left;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}

.learnmore {
  position: relative;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 16px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: none;
}

.learnmore:hover {
  opacity: 0.7;
}

.publish_date_featured {
  position: relative;
  width: 50%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 55px;
  font-weight: 600;
}

.pubdate {
  padding-left: 5px;
  color: #b7b7b7;
}

.article_image_100 {
  position: relative;
  width: 100%;
  float: left;
}

.article_wrap_50 {
  position: relative;
  width: 50%;
  margin-bottom: 25px;
  float: left;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}

.article_wrap_100 {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  float: left;
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
}

.quotes_section {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}

.quotes_container {
  position: relative;
  width: 1024px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.quotes_slider {
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  float: left;
  background-color: transparent;
}

.quotes_mask {
  height: auto;
}

.quotes_left {
  background-image: url('../images/panleft.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.quotes_left:hover {
  opacity: 0.7;
}

.quotes_right {
  background-image: url('../images/panright.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.quotes_right:hover {
  opacity: 0.7;
}

.qicn {
  display: none;
}

.quotes_slide {
  width: 100%;
  height: auto;
}

.quote_wrap {
  overflow: visible;
  width: 80%;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
}

.quote_copy {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 5px 30px;
  float: left;
  background-image: url('../images/quote_top.png'), url('../images/quote_bot.png');
  background-position: 0% 0%, 100% 100%;
  background-size: 20px, 20px;
  background-repeat: no-repeat, no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.quotenav {
  position: relative;
  display: none;
  width: 100%;
  float: left;
}

.blog_heading_mobile {
  display: none;
}

.main_menu_row {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
}

.menu_row_container {
  position: relative;
  width: 1024px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
}

.menu_buttons {
  position: relative;
  width: 16.66%;
  min-height: 60px;
  float: left;
  border-right: 5px solid #fff;
  opacity: 0.5;
  color: #000;
}

.menu_buttons:hover {
  opacity: 1;
  color: #000;
}

.menu_button_links {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 2px solid #000;
  font-family: 'Gishella morely', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.menu_button_links:hover {
  color: #000;
}

.menu_buttons_active {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 16.6%;
  min-height: 60px;
  float: left;
  border-right: 5px solid #fff;
  background-image: url('../images/blackknife.png');
  background-position: 0% 85%;
  background-size: 100% 25px;
  background-repeat: no-repeat;
}

.menu_button_links_active {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.footer_wrap {
  position: relative;
  width: 100%;
  float: left;
}

.divider_line {
  position: relative;
  width: 100%;
  min-height: 55px;
  float: left;
  background-image: url('../images/divider.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.contact_cols {
  position: relative;
  width: 50%;
  min-height: 350px;
  float: left;
}

.contact_heading_row {
  position: relative;
  width: 100%;
  min-height: 50px;
  float: left;
}

.contact_content_row {
  position: relative;
  width: 100%;
  min-height: 250px;
  float: left;
}

.contact_heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #9e005d;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.crows {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 25px;
  float: left;
}

.cinfos {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.clabels {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.clinks {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #484545;
  font-size: 12px;
  text-decoration: none;
}

.clinks:hover {
  opacity: 0.6;
}

.formrow {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
  float: left;
}

.formlbl {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.forminput {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}

.formmsg {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 5px;
  float: left;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}

.submitbtn {
  position: relative;
  width: 150px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-radius: 5px;
  background-color: #9e005d;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.submitbtn:hover {
  opacity: 0.7;
}

.content_heading_row {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 50px;
  margin-bottom: 25px;
  float: left;
}

.yes_chef_heading {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  float: left;
  background-image: url('../images/blackknife.png');
  background-position: 0% 100%;
  background-size: 200px;
  background-repeat: no-repeat;
  font-family: 'Gishella morely', sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
}

.yes_chef_container {
  width: 1024px;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 50px;
}

.yes_chef_rows {
  position: relative;
  width: 100%;
  min-height: 150px;
  float: left;
  border: 1px none #000;
}

.yes_chef_drops {
  width: 100%;
  margin-bottom: -2px;
  float: left;
  border: 1px none #000;
}

.yes_chef_toggles {
  width: 100%;
  min-height: 200px;
  padding: 0px;
  border: 1px none #000;
}

.yes_chef_droplist {
  position: relative;
  width: 100%;
  float: left;
}

.yes_chef_droplist.w--open {
  background-color: transparent;
}

.yeschefdrop {
  display: none;
}

.yes_chef_content {
  position: relative;
  width: 100%;
  min-height: 150px;
  float: left;
}

.yesicn {
  display: none;
}

.expand_1 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  float: left;
  background-image: url('../images/expand1.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yes_chef_right {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 25px 20px;
  float: left;
  border-right: 2px solid #000;
}

.yes_chef_left {
  width: 100%;
  min-height: 150px;
  padding: 25px 20px;
  float: left;
  border-left: 2px solid #000;
}

.ysh2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.ysh3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #9e005d;
  font-size: 25px;
  font-weight: 400;
}

.ysh4 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.yscopy {
  position: relative;
  width: 100%;
  margin-top: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.yslist {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  float: left;
}

.yslistitem {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.expand_2 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  margin-top: 0px;
  float: left;
  background-image: url('../images/expand2.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expand_3 {
  width: 100%;
  min-height: 260px;
  margin-top: 0px;
  background-image: url('../images/expand3.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expand_4 {
  position: relative;
  width: 100%;
  min-height: 260px;
  margin-top: 0px;
  float: left;
  background-image: url('../images/expand4.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expand_5 {
  position: relative;
  width: 100%;
  min-height: 260px;
  margin-top: 0px;
  float: left;
  background-image: url('../images/expand5.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expand_6 {
  width: 100%;
  min-height: 260px;
  margin-top: 0px;
  background-image: url('../images/expand6.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.floating_words {
  display: none;
}

.home_rows {
  position: relative;
  width: 100%;
  min-height: 350px;
  float: left;
}

.box_1_col_left {
  position: relative;
  z-index: 20;
  width: 50%;
  min-height: 450px;
  float: left;
}

.box_1_col_right {
  position: relative;
  z-index: 20;
  width: 50%;
  min-height: 250px;
  float: left;
  background-color: transparent;
}

.box_headings {
  position: relative;
  z-index: 30;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
  font-family: 'Gishella morely', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.box_headings_row {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  background-color: #fff;
}

.box_content_text {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 350px;
  padding: 20px;
  float: left;
}

.blockheading1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #9e005d;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

.blockheading2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: 'Photograph signature', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.back_1_row {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #181818;
  background-image: url('../images/food.png'), url('../images/curved_top_new.png'), url('../images/curved_bottom_right_new.png'), url('../images/chefimgp.png');
  background-position: -8% 101%, -1px -1px, 101% 101%, 0% 0%;
  background-size: 58%, 350px, 350px, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.block_rows {
  position: relative;
  z-index: 20;
  width: 100%;
  float: left;
}

.white_paragraph {
  position: relative;
  width: 100%;
  margin-bottom: 200px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.back_img_1 {
  position: absolute;
  z-index: 25;
  display: block;
  width: 100%;
  height: 150px;
  background-image: url('../images/pans.png');
  background-position: 100% 0%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.boxmobile_img1 {
  display: none;
}

.box_2_col_left {
  position: relative;
  width: 50%;
  float: left;
}

.box_2_col_right {
  position: relative;
  width: 50%;
  min-height: 400px;
  float: left;
}

.back_2_row {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #181818;
  background-image: url('../images/serviceimg.png'), url('../images/curved_bottom_new.png'), url('../images/service.png'), url('../images/curved_top_right_new.png'), url('../images/serviceback.jpg');
  background-position: 100% 85%, -1px 101%, 101% 101%, 101% -5px, 100% 100%;
  background-size: 50%, 350px, 70%, 350px, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.boxmobile_img2 {
  display: none;
}

.back_3_row {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/curved_bottom_new.png'), url('../images/curved_top_new.png'), url('../images/chefimgside.png');
  background-position: -1px 100.5%, -1px -1px, 0% 0%;
  background-size: 325px, 325px, 36% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.box_3_col_left {
  position: relative;
  width: 35%;
  min-height: 400px;
  float: left;
}

.box_3_col_right {
  position: relative;
  width: 65%;
  min-height: 400px;
  float: left;
  background-color: #181818;
}

.white_paragraph_2 {
  margin-bottom: 100px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.box_content_text_2 {
  position: relative;
  width: 100%;
  padding: 20px;
  float: left;
  background-image: url('../images/curved_bottom_right_new.png');
  background-position: 100% 101%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.white_box_bottom {
  position: relative;
  width: 100%;
  min-height: 150px;
  padding: 20px;
  float: left;
  background-color: #fff;
}

.tlink {
  color: #000;
  text-decoration: none;
}

.tlink:hover {
  opacity: 0.7;
}

.boxmobile_img3 {
  display: none;
}

.back_img_3 {
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 200px;
  background-image: url('../images/chefs.png');
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery_wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  min-height: 650px;
  margin-top: -50px;
  float: left;
}

.content_back_grey {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.expand_7 {
  width: 100%;
  min-height: 260px;
  background-image: url('../images/expand7.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .content {
    padding-top: 0px;
    border-bottom: 1px solid #fff;
  }

  .footer {
    background-size: auto 125px, cover;
  }

  .blog_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer_container {
    width: 100%;
  }

  .news_wrap {
    padding-left: 0px;
  }

  .main_banner {
    height: 425px;
  }

  .banner_container {
    width: 100%;
    height: 425px;
  }

  .strip_cover {
    background-size: auto 80%, auto 80%;
  }

  .bottom_container {
    width: 100%;
    min-height: auto;
    padding-left: 15px;
  }

  .banner_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .footer_content_wrap {
    position: relative;
    width: 70%;
  }

  .social_row_centered {
    width: 150px;
  }

  .main_menu_cover {
    min-height: 430px;
    background-image: url('../images/banner_strip_signature.png'), url('../images/chefcoomenu.png');
    background-position: 100% 100%, 50% 50%;
    background-size: auto 175px, cover;
    background-repeat: no-repeat, repeat;
  }

  .menu_container {
    width: 100%;
    min-height: 435px;
    border-style: none;
  }

  .menu_cols {
    width: 14.5%;
  }

  .line_cover {
    position: absolute;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 5px;
    max-height: 5px;
    min-height: 5px;
    margin-bottom: -2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .content_container {
    width: 100%;
  }

  .content_banner {
    height: 425px;
  }

  .content_banner_container {
    width: 100%;
    height: 425px;
  }

  .pre_footer_container {
    width: 100%;
  }

  .contact_button {
    background-size: contain;
  }

  .blog_container_footer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .divider_section {
    min-height: 75px;
    background-size: 100%;
  }

  .tab_link_text {
    font-size: 18px;
  }

  .featured_article_image {
    background-position: 100% 101%, 50% 100%;
    background-size: 40%, cover;
  }

  .blog_article_heading {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .blog_copy {
    font-size: 16px;
    line-height: 25px;
  }

  .quotes_container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .quote_copy {
    font-size: 14px;
    line-height: 22px;
  }

  .main_menu_row {
    display: block;
  }

  .menu_row_container {
    width: 100%;
  }

  .menu_buttons {
    width: 25%;
    min-height: 65px;
    margin-bottom: 15px;
  }

  .menu_buttons_active {
    width: 25%;
    min-height: 65px;
    background-position: 0% 75%;
    background-size: 100% 25px;
  }

  .contact_cols {
    padding-right: 10px;
    padding-left: 10px;
  }

  .yes_chef_heading {
    font-size: 40px;
  }

  .yes_chef_container {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .yes_chef_toggles {
    min-height: auto;
  }

  .expand_1 {
    min-height: 150px;
  }

  .expand_2 {
    min-height: 190px;
  }

  .expand_3 {
    min-height: 190px;
  }

  .expand_4 {
    min-height: 190px;
  }

  .expand_5 {
    min-height: 190px;
  }

  .expand_6 {
    min-height: 190px;
  }

  .home_rows {
    padding-right: 10px;
    padding-left: 10px;
  }

  .box_1_col_left {
    min-height: 300px;
  }

  .box_1_col_right {
    min-height: 300px;
  }

  .box_content_text {
    min-height: auto;
  }

  .blockheading1 {
    font-size: 20px;
  }

  .blockheading2 {
    font-size: 35px;
  }

  .back_1_row {
    background-image: url('../images/curved_bottom_right_new.png'), url('../images/food.png'), url('../images/curved_top.png'), url('../images/chefimgp.png');
    background-position: 100% 100%, -8% 101%, 0px 0px, 0% 0%;
    background-size: 25%, 50%, 25%, 50% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .white_paragraph {
    margin-bottom: 100px;
    font-size: 12px;
    line-height: 18px;
  }

  .back_img_1 {
    background-size: 150px;
  }

  .back_2_row {
    background-image: url('../images/serviceimg.png'), url('../images/curved_bottom.png'), url('../images/service.png'), url('../images/curved_top_right.png'), url('../images/serviceback.jpg');
    background-position: 100% 85%, 0% 100%, 101% 101%, 100% 0%, 100% 100%;
    background-size: 50%, 25%, 70%, 25%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .back_3_row {
    background-size: 25%, 25%, 45% 100%;
  }

  .box_3_col_left {
    width: 40%;
  }

  .box_3_col_right {
    width: 60%;
  }

  .white_paragraph_2 {
    font-size: 13px;
    line-height: 22px;
  }

  .box_content_text_2 {
    background-size: 25%;
  }

  .white_box_bottom {
    min-height: auto;
  }

  .expand_7 {
    min-height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer {
    background-size: auto 100px, cover;
  }

  .blog_container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .featured_image {
    width: 35%;
  }

  .news_content {
    width: 65%;
  }

  .news_wrap {
    padding-right: 10px;
  }

  .paragraph {
    float: left;
  }

  .alignleft {
    width: 100%;
    margin-right: 0px;
  }

  .alignright {
    width: 100%;
    margin-left: 0px;
  }

  .main_banner {
    height: 400px;
  }

  .banner_container {
    height: 400px;
  }

  .strip_cover {
    background-size: auto 75%, auto 75%;
  }

  .hamburger_menu {
    width: 50px;
  }

  .bottom_container {
    min-height: auto;
  }

  .banner_heading {
    font-size: 35px;
  }

  .footer_content_wrap {
    width: 90%;
  }

  .social_row_centered {
    width: 150px;
  }

  .main_menu_cover {
    min-height: 405px;
    background-image: url('../images/banner_strip_signature.png'), url('../images/chefcoomenu.png');
    background-position: 100% 100%, 50% 50%;
    background-size: auto 175px, cover;
    background-repeat: no-repeat, repeat;
  }

  .menu_container {
    min-height: 405px;
  }

  .menu_content_wrap {
    display: none;
  }

  .menu_cols {
    width: 16.5%;
  }

  .menu_text {
    font-size: 13px;
  }

  .menu_items {
    font-size: 10px;
  }

  .menu_col_first {
    display: none;
  }

  .menu_mobile {
    display: block;
    padding-left: 25px;
  }

  .mobile_menu_links {
    position: relative;
    width: 100%;
    margin-top: 15px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }

  .line_cover {
    display: none;
  }

  .content_banner {
    height: 395px;
  }

  .content_banner_container {
    height: 400px;
  }

  .contact_button {
    width: 60%;
  }

  .divider_section {
    min-height: 50px;
  }

  .tab_links {
    font-size: 16px;
  }

  .tab_link_text {
    font-size: 16px;
    line-height: 20px;
  }

  .blog_tab_heading {
    font-size: 30px;
  }

  .featured_article_image {
    background-size: 45%, cover;
  }

  .article_wrap_50 {
    width: 100%;
  }

  .quotes_section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .quote_copy {
    font-size: 13px;
    line-height: 22px;
  }

  .main_menu_row {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .menu_buttons {
    width: 50%;
  }

  .menu_buttons_active {
    width: 50%;
    background-position: 0% 95%;
    background-size: 100% 35px;
  }

  .yes_chef_heading {
    font-size: 35px;
  }

  .expand_1 {
    min-height: 110px;
    background-size: contain;
  }

  .expand_2 {
    min-height: 140px;
    margin-top: 0px;
    background-size: contain;
  }

  .expand_3 {
    min-height: 140px;
    margin-top: 0px;
    background-size: cover;
  }

  .expand_4 {
    min-height: 140px;
    margin-top: 0px;
    background-size: contain;
  }

  .expand_5 {
    min-height: 140px;
    margin-top: 0px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .expand_6 {
    min-height: 140px;
    margin-top: 0px;
    background-position: 50% 100%;
    background-size: contain;
  }

  .box_1_col_left {
    display: none;
    width: 100%;
  }

  .box_1_col_right {
    width: 100%;
  }

  .box_headings {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .box_headings_row {
    padding-left: 0px;
  }

  .box_content_text {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .blockheading2 {
    font-size: 40px;
  }

  .back_1_row {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .white_paragraph {
    margin-bottom: 0px;
  }

  .back_img_1 {
    display: none;
  }

  .boxmobile_img1 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
    float: left;
    background-color: #fff;
    background-image: url('../images/curved_top_right_new.png'), url('../images/mob1.png');
    background-position: 100% 0%, 50% 92%;
    background-size: 40%, cover;
    background-repeat: no-repeat, repeat;
  }

  .box_2_col_left {
    width: 100%;
  }

  .box_2_col_right {
    display: none;
    width: 100%;
  }

  .back_2_row {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .boxmobile_img2 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 350px;
    float: left;
    background-image: url('../images/curved_top_new.png'), url('../images/mob2.png');
    background-position: 0px 0px, 50% 100%;
    background-size: 40%, cover;
    background-repeat: no-repeat, repeat;
  }

  .box_3_col_left {
    display: none;
  }

  .box_3_col_right {
    width: 100%;
  }

  .box_content_text_2 {
    background-image: url('../images/curved_bottom_right_new.png');
    background-size: 50%;
  }

  .white_box_bottom {
    padding-left: 0px;
  }

  .boxmobile_img3 {
    position: relative;
    display: block;
    width: 100%;
    min-height: 300px;
    float: left;
    background-image: url('../images/curved_top_right_new.png'), url('../images/mob3.png');
    background-position: 100% 0%, 0px 0px;
    background-size: 35%, cover;
    background-repeat: no-repeat, repeat;
  }

  .back_img_3 {
    display: none;
  }

  .expand_7 {
    min-height: 140px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    background-size: auto 90px, cover;
  }

  .sidebar {
    width: 100%;
    padding-left: 0px;
  }

  .content_wrap {
    width: 100%;
    border-right-style: none;
  }

  .featured_image {
    width: 100%;
  }

  .news_content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .news_wrap {
    padding-right: 0px;
  }

  .main_banner {
    height: 55vh;
  }

  .banner_container {
    height: 55vh;
  }

  .strip_cover {
    background-size: auto 60%, auto 50%;
  }

  .social_wrap {
    width: 125px;
    margin-top: 12px;
  }

  .hamburger_menu {
    width: 45px;
  }

  .bottom_container {
    padding-left: 10px;
  }

  .banner_heading {
    font-size: 25px;
    text-align: left;
  }

  .strip_white {
    width: 45%;
  }

  .footer_bottom_strip {
    min-height: 20px;
    margin-top: 0px;
    background-size: contain;
  }

  .copyright_text {
    font-size: 12px;
    font-weight: 400;
  }

  .footer_content_block {
    margin-top: 40px;
  }

  .footer_content_wrap {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .flinks {
    width: 100%;
  }

  .ftextwhite {
    font-size: 15px;
  }

  .dividerwht {
    display: none;
  }

  .social_row_centered {
    width: 150px;
  }

  .main_menu_cover {
    min-height: 375px;
    background-size: auto 150px, cover;
  }

  .menu_container {
    min-height: 390px;
  }

  .menu_content_wrap {
    display: none;
  }

  .menu_cols {
    width: 100%;
    min-height: auto;
    padding-bottom: 25px;
  }

  .menu_mobile {
    position: relative;
    display: block;
    width: 100%;
    float: left;
  }

  .mobile_menu_links {
    position: relative;
    width: 100%;
    margin-top: 10px;
    float: left;
  }

  .line_cover {
    display: none;
  }

  .content_banner {
    height: 375px;
  }

  .content_banner_container {
    height: 375px;
  }

  .contact_button {
    width: 100%;
  }

  .tabs_menu {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .tabs_content {
    width: 100%;
  }

  .tab_links {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }

  .blog_row_top {
    display: none;
  }

  .blog_left {
    display: none;
    width: 100%;
  }

  .blog_right {
    display: none;
    width: 100%;
  }

  .blog_tab_heading {
    display: block;
    text-align: center;
  }

  .featured_article_image {
    background-size: 175px, cover;
  }

  .blog_article_heading {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: left;
  }

  .blog_copy {
    font-size: 12px;
    line-height: 20px;
  }

  .learnmore {
    font-size: 16px;
  }

  .publish_date_featured {
    width: 60%;
    font-size: 12px;
  }

  .pubdate {
    font-size: 12px;
  }

  .article_wrap_50 {
    border-style: none;
  }

  .article_wrap_100 {
    border-style: none;
  }

  .quotes_slider {
    margin-top: 0px;
  }

  .quotes_left {
    display: none;
  }

  .quotes_right {
    display: none;
  }

  .quote_wrap {
    width: 100%;
    padding-bottom: 0px;
  }

  .quote_copy {
    padding: 25px 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .quotenav {
    display: block;
    margin-top: 15px;
  }

  .blog_heading_mobile {
    display: block;
  }

  .menu_row_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .menu_buttons {
    width: 100%;
    min-height: auto;
    border-right-style: none;
  }

  .menu_buttons_active {
    width: 100%;
    margin-bottom: 15px;
    border-right-style: none;
  }

  .contact_cols {
    width: 100%;
    min-height: auto;
  }

  .content_heading_row {
    min-height: auto;
  }

  .yes_chef_heading {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .yeschefdrop {
    display: block;
    padding-top: 40px;
    padding-bottom: 15px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #c8c8c8;
    font-family: 'Great Vibes', cursive;
    color: #8b005d;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
  }

  .yesicn {
    display: block;
    margin-right: 0px;
  }

  .expand_1 {
    display: none;
    background-position: 50% 0%;
    background-size: cover;
  }

  .yes_chef_right {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .yes_chef_left {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .expand_2 {
    display: none;
  }

  .expand_3 {
    display: none;
  }

  .expand_4 {
    display: none;
  }

  .expand_5 {
    display: none;
  }

  .expand_6 {
    display: none;
  }

  .floating_words {
    position: absolute;
    top: 10px;
    display: block;
    width: 100%;
    font-family: 'Gishella morely', sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .box_headings {
    font-size: 25px;
    line-height: 30px;
  }

  .blockheading1 {
    font-size: 22px;
  }

  .blockheading2 {
    font-size: 25px;
  }

  .boxmobile_img1 {
    min-height: 150px;
    background-position: 100% 0%, 50% 95%;
  }

  .boxmobile_img2 {
    min-height: 175px;
    background-size: 20%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .boxmobile_img3 {
    min-height: 150px;
  }

  .expand_7 {
    display: none;
  }
}

@font-face {
  font-family: 'Gishella morely Italic';
  src: url('../fonts/GISHELLA-MORELY-ITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gishella morely';
  src: url('../fonts/GISHELLA-MORELY.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Photograph signature';
  src: url('../fonts/Photograph-Signature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}