/*CARLSON*/
body {
  font-size: 16px;
}

p, ul {
  line-height: 2;
  margin-bottom: 25px;
}

button,
p.large {
  font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
  outline: none;
}
a {
  color: #f1612c;
  overflow-wrap: break-word;	
}
a:hover, a:focus, a:active, a.active {
  color: #f1612c;
}
a:focus, a:focus-within {
  border: 1px solid #ffa442;

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-weight: 700;
}

.skip {
display: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

small {
	color: #FFF !important;
}

/*AG AJAX loader*/
.loaderImage {
  background: url(../img/ajax-loader.gif) no-repeat center center / contain;
  height: 20px;
  margin-top: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu-slide {
  animation: 1s ease-out 0s 1 fadeIn;
}


/* Carlson Mobile */

/* Nav */

.index .home {
  background: #f0602c;
}
/* .yosh-navbar-header .yosh-navbar-brand {
} */
.yosh-navbar-custom {
  font-family: 'Open Sans', sans-serif;
}
.yosh-navbar-custom .navbar-collapse {
  border: 0;
}
.yosh-navbar-custom .navbar-toggle:hover, .yosh-navbar-custom .navbar-toggle:focus {
  background-color: transparent;
  border: none;
}
.yosh-navbar-custom .yosh-nav li a {
  font-weight: 600;
  /* color: #fff; */
  color: #000000;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 28px 10px;
}
.yosh-navbar-custom .yosh-nav li.active a, .yosh-navbar-custom .yosh-nav li a:hover, .yosh-navbar-custom .yosh-nav li a:focus {
  color: #ffa442;
  outline: none;
  background-color: transparent;
}
.yosh-navbar-default .navbar-toggle {
  border: 0;
}
.navbar > .container .yosh-navbar-brand, .navbar > .container-fluid .yosh-navbar-brand {margin-right: 15px;}
.header-location-btn {
    float: left;
    text-decoration: none !important;
    /* color: #fff; */
    color: #000;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 32px;
  }
.logoimg {
  margin: 22px 0 10px;
}  
/* Home Tab */
.home_tab {
  background: #000;	
  text-align: center;
  margin: 10px;
}
.home_tab .text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 15%;
  width: 80%;
  transform: translate(-7%, -50%);
}
.home_tab .title {
  font-size: calc(25px + (70 - 25) * ((100vw - 300px) / (1600 - 300)));
  font-weight: bold;
  background: transparent;
  border: 0;
  margin: 0 auto;
}
.home_tab .title2 {
  font-size: calc(25px + (70 - 25) * ((100vw - 300px) / (1600 - 300)));
  font-weight: bold;
  background: transparent;
  border: 0;
  margin: 0 auto;
  display: none;
}
.home_tab .photo {
  opacity: .7;
  width: 100%;
}
.home_tab .text p {
  text-align: center;
}
.home_tab .text .icon, .home_tab .text p, .home_tab .text .link {
  display: none;
}
.home_tab button.link {
  color: #fed136;
  margin: 0 auto;
  background: transparent;
  border: 0;
}
.home_tab .showed {
  display: block !important;
}
.home_tab .dim {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  -ms-filter: brightness(50%);
}
/* Footer */
footer {
  padding: 15px 0 60px;
  text-align: center;
  background: white;
  width: 100%;
}
footer span.copyright {
  line-height: 25px;
  font-family: 'Arial';
  text-transform: none;
  font-size: 16px;
  color: #e5ddbf;
}
.footer_logo {
  width: 200px;
}
.footer_social {
  float: none;
  text-align: center;
  width: 100%;
}
.footer_address {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  float: none;
}
.footer_menu {
  text-align: center;
  float: none;
  margin-top: 5px;
  width: 100%;
}
footer li:last-child {
  /* clear: both; */
  display: block;
  margin: 20px;
}
footer .copyright {
  display: block;
  margin-bottom: 12px;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Arial';
  text-transform: none;
  line-height: 20px;
}
footer ul.quicklinks a {
  color: #000;
}
footer ul.social-buttons {
  margin-bottom: 0;
}
footer ul.social-buttons li a {
  display: block;
  background-color: transparent !important;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 18px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.social-buttons li a:hover, footer ul.social-buttons li a:focus, footer ul.social-buttons li a:active {
  background-color: #fed136;
}

/* Nutrition Download */
.download-reports.row {
    display: table;
    font-size: 16px;
    margin: 0 auto 30px;
    width: 100%;
}
.download-reports .col a {
    border: 2px solid #f1612c;
    display: block;
    color: #f1612c;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 5px;
    /* margin: 15px 0; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Sitemap */
.sitemap-page-wrap {
  padding-top: 170px;
}
.sitemap-page-wrap .advantage-heading {
  min-height: 85px;
}
.sitemap-page-wrap .advantage-heading h2 {
  margin-top: 23px;
  font-size: 28px;
}
.sitemap-page-wrap .customer-support-bg {
  background: url('../img/sitemap-bg.jpg') no-repeat center center / cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.sitemap-content {
  padding: 20px 20px 10px;
  margin: 15px 0 80px;
}
.sitemap-content ul {
  display: table;
  width: 100%;
  padding: 0;
}
.sitemap-content ul li {
  list-style: none;
  margin: 0 2.5%;
  border-bottom: 1px solid #e8e8e8;
}
.sitemap-content ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 60px;
  padding: 12px;
}

  /* Careers */
  .career-imgs .col-sm-12 {
    width: 50%;
    padding: 0;
}

.career-imgs img {
  margin-bottom: 30px;
  width: 100%;
}


	
/* Carlson Min-Width 300px to Max-Width 350px */
@media (min-width: 300px) and (max-width: 350px) {
  .yosh-navbar-header .yosh-navbar-brand {
    width: 100px;
  }
  .navbar > .container .yosh-navbar-brand, .navbar > .container-fluid .yosh-navbar-brand {
    margin-right: 0 !important;
  }
  .header-location-btn {
    margin-left: 5px !important;
  }
  /* .fa-map-marker {
    margin-right: 0 !important;
  } */
}

/* Carlson Min-Width 300px to Max-Width 350px */
@media (min-width: 300px) and (max-width: 991px) {
    .yosh-navbar-fixed-bottom .navbar-collapse, .yosh-navbar-fixed-top .navbar-collapse {
    background-color: rgb(219, 217, 220);
    min-height: auto;
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 130px;
    max-height: 100% !important;
  }

}

/* Tablet */

/* Carlson Min-Width: 769px */
@media (min-width: 769px) {
  .yosh-navbar-custom {
    background-color: rgb(219, 217, 220);
    padding: 0px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    /* border: none; */
    border-bottom: 7px solid rgb(243, 96, 27);
  }
  .container {
    width: 100%;
  }
  /* Footer */
  footer .copyright {
    display: inline-block;
  }
  /* Nutrition Download */
  .download-reports.row {
      display: table;
      width: 50%;
    }
    /* Sitemap */
  .sitemap-page-wrap .advantage-heading {
    min-height: 165px;
  }
  .sitemap-page-wrap .advantage-heading h2 {
    margin-top: 45px;
    font-size: 56px;
  }
  .sitemap-content ul li {
  display: inline-block;
  width: 45%;
}
  .sitemap-content ul li a {
    font-size: 18px;
  }

  }

/* Desktop */

/* Carlson Min-Width: 991px */
@media (min-width: 992px) {
  .header-location-btn {
    display: none;
  }
  .yosh-navbar-custom .yosh-navbar-brand {
    float: left;
    height: auto;
    padding: 4px 0px;
  }
  .yosh-navbar-custom .yosh-navbar-nav {
    margin: 25px -15px;
    padding: 0px 0px;
  }
  .home_title {
    font-size: calc(35px + (40 - 35) * ((100vw - 300px) / (1600 - 300)));
  }
  .home_tab .title {
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300)));
  }
  .home_tab .title2 {
    font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300)));
  }
  /* Footer */
  .footer_social {
    float: right;
    text-align: right;
  }
  .footer_menu {
    text-align: right;
    color: #000000;
    width: 78.333333%;
    float: right;
  }
  .footer_address {
    text-align: left;
    margin-top: 10px;
    width: 21.666667%;
    float: left;
  }
  /* Nutrition Download */
  .download-reports.row {
    font-size: 16px;
    width: 100%;
  }
  .download-reports .col {
    display: table-cell;
  }
  .download-reports .col a {
    text-decoration: none;
    font-size: 18px;
    margin: 10px;
  }

  /* Careers */
  .career-imgs .col-sm-12 {
    width: 100%;
    padding: 0;
}
}

/* Menu Image Section - AG Edit */
.menu-container {
  margin-top: 15px;
  background-color: #dbd9dc;
}

/* AG menu order section */
.order-now {
  text-align: center;
  /* padding: 40px 20px; */
  max-width: 991px;
  margin: auto;
  padding: 40px 50px;
  color: #000;
}

.order-now h1 {
  letter-spacing: 0.7vw;
  font-size: 4vw;
  line-height: 75px;
}

@media only screen and (min-width: 615px) {
  .order-now h1 {
    letter-spacing: 1.05vw;
  }
}

@media only screen and (min-width: 915px) {
  .order-now h1 {
    letter-spacing: 9px;
    font-size: 40px;
  }
}

.order-now p {
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 530px) {
  .order-now p {
    font-size: 22px;
  }
}

.menu-button {
  border: 5px solid black;
  background-color: transparent;
  padding: 7px 40px;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 700;
  margin: 10px auto;
}

@media only screen and (min-width: 769px) {
  .menu-button {
    margin: auto;
  }
}

@media only screen and (min-width: 769px) {
  .menu-container {
    margin-top: 20px;
  }
}

/* AG nutrition */

.nutrition-table {
  display: table;
}

.switch-top {
  display: table-footer-group;
}

.switch-bottom {
  display: table-header-group;
}

@media only screen and (min-width: 769px) {
  .switch-top, .switch-bottom {
    display: block;
  }
}


.nutrition-title {
  text-align: left;
  /* padding: 40px 20px; */
  max-width: 1050px;
  margin: auto;
  padding: 35px 20px;
  color: #000;
  display: block;
  overflow: auto;
}

.nutrition-title h1 {
  /* letter-spacing: 0.7vw;
  font-size: 4vw; */
  letter-spacing: 9px;
  font-size: 37px;
  line-height: 75px;
  margin-top: 0;
}

@media only screen and (min-width: 991px) {
  .nutrition-title h1 {
    margin-top: 20px;
  }
}

.nutrition-title p {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

@media only screen and (min-width: 530px) {
  .nutrition-title p {
    font-size: 22px;
  }
}

.nutrition-button {
  border: 5px solid black;
  background-color: transparent;
  padding: 7px 40px;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.nutrition-button__container {
  text-align: center;
}

@media (min-width: 991px) {
  .nutrition-button__container {
    text-align: right;
  }
  .nutrition-button {
    margin-top: 30px;
  }
}

.nutrition-nav {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.nutrition-nav li {
  display: inline-block;
  padding: 0 1.5vw;
  border: none !important;
}

.nutrition-nav li button {
  padding: 10px 10px;
  font-size: 20px;
  background-color: transparent;
  border: none;
  color: white;
}

.nutrition-nav li button:hover, .nutrition-nav li button:focus {
  color: #f45f1d !important;
  background-color: #eee;
}

@media only screen and (min-width: 600px) {
  .nutrition-nav li {
    padding: 0 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .nutrition-nav {
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
  }

  .nutrition-nav li {
    padding: 0 20px;
  }

  .nutrition-nav li button {
    padding: 10px 15px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 991px) {
  .nutrition-nav li {
    padding: 0 40px;
  }
}

.nutrition-items__container {
  max-width: 1050px;
  margin: 0 auto !important;
}

.nutrition-block {
  padding: 20px 0;
}

@media only screen and (min-width: 769px) {
  .nutrition-block {
    padding: 40px 0;
  }
}

.nutrition-textblock strong {
  font-style: italic;
  font-size: 20px;
}

.nutrition-textblock h1 {
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 0;
}

@media only screen and (min-width: 600px) {
  .nutrition-textblock h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.nutrition-textblock p {
  font-size: 20px;
  margin-bottom: 10px
}

@media only screen and (min-width: 769px) {
  .nutrition-textblock h1 {
    font-size: 36px;
    margin-bottom: 50px
  }
  .nutrition-textblock p {
    font-size: 30px;
    line-height: 35px;
  }
  .nutrition-textblock strong {
    font-size: 30px;
  }
}

@media only screen and (min-width: 991px) {
  .nutrition-textblock h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px
  }
  .nutrition-textblock p {
    font-size: 16px;
    line-height: 24px;
  }
  .nutrition-textblock strong {
    font-size: 16px;
  }
}



/* Carlson Max-Width: 991px */
@media (max-width: 991px) {
	.home_tab {
    margin: 0;
  }
	.intro-container, .menu-container {
    padding-bottom: 0;
  }
  .intro_content {
    background: url("../img/20210809-homepage-banner-mobile.png") no-repeat center center / cover;
	color: #fff !important;
    text-align: center;
    padding-top: calc(200px + (200 - 200) * ((100vw - 300px) / (991 - 300))) !important;
    padding-bottom: calc(100px + (200 - 100) * ((100vw - 300px) / (991 - 300))) !important;
  }
  .menu_content {
    text-align: center;
    padding-top: calc(200px + (200 - 200) * ((100vw - 300px) / (991 - 300))) !important;
    padding-bottom: calc(100px + (200 - 100) * ((100vw - 300px) / (991 - 300))) !important;
  }
  .home_title {
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1600 - 300)));
    text-transform: inherit;
    text-align: center;
    margin-bottom: 30px;
  }
  .intro_content p {
    font-size: 18px;
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
    line-height: 31px;
  }
  .intro-container, .menu-container {
    background-image: none;
  }
  .container > .yosh-navbar-header, .container-fluid > .yosh-navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .yosh-navbar-fixed-bottom .navbar-collapse, .yosh-navbar-fixed-top .navbar-collapse {
    background-color: rgb(219, 217, 220);
  }
  .yosh-navbar-custom {
    background-color: #474747;
  }
  .navbar-collapse {
    border-color: #555555;
  }
  .navbar-toggle .icon-bar {
    width: 30px !important;
    height: 4px !important;
    background-color: #000 !important;
    margin-bottom: 5px;
  }
  .yosh-navbar-header {
    text-align: center;
    float: none;
  }
  .yosh-navbar-header .yosh-navbar-brand img {
    height: auto;
    width: calc(90px + (110 - 90) * ((100vw - 300px) / (1600 - 300)));
  }
  .yosh-navbar-header .yosh-navbar-brand {
    display: inline-block;
    float: none;
    padding: 0 10px;
  }
  .yosh-navbar-nav {
    float: none !important;
    margin: 0;
    width: 100%;
  }
  .yosh-navbar-nav > li {
    float: none;
    text-align: center;
  }
  .yosh-navbar-custom .yosh-nav li a {
    padding: 8px 10px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .yosh-nav > li {
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
  .yosh-navbar-custom .navbar-toggle, .yosh-navbar-custom .navbar-toggle:hover {
    margin-top: 12px;
    margin-right: 15px;
  }
  .navbar-toggle {
    display: block;
    padding: 18px 15px 18px 18px;
  }
}

/* Carlson Background Image */
.bg-home {
  background: url('../img/20210809-homepage-banner.png') no-repeat center center / cover;
}
.bg-menu {
  background: url('../img/slide-5.jpg') no-repeat center center / cover;
}
.bg-subpage {
  background: url('../img/2022-background-pattern.jpg') repeat;
}
.bg-subpage2 {
  background: url('../img/2022-background-pattern.jpg') repeat;
}
.bg-our-story {
  background: url('../img/2022-background-pattern.jpg') repeat;
}
.bg-nutrition {
  background: url('../img/nutrition-bg.jpg') no-repeat center center / cover fixed;
}

/* Nav Dropdown */
/*.yosh-navbar-custom .yosh-nav .dropdown-menu li a:hover,
.yosh-navbar-custom .yosh-nav .dropdown-menu li a:focus {
  color: #000;
  outline: none;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.yosh-navbar-custom .yosh-navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
  background-color: transparent;
}
.yosh-navbar-custom .yosh-navbar-nav > .active > a:hover, .yosh-navbar-custom .yosh-navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #ffa442;
}
.new-menu {
  float: right;
  background-image: url(../img/menu-new.png);
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  background-position: center center;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 75px;
  background-size: 80px;
}
  .yosh-navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .yosh-navbar-nav > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .yosh-navbar-right .dropdown-menu {
    padding-left: 100px;
    background-image: url(../img/menu_image.png) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    min-height: 110px;
  }
  .yosh-navbar-right .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: rgba(133, 133, 133, 0.9);
  border-top: 3px solid #000;
}
.yosh-navbar-default .yosh-navbar-nav > .open > a, .yosh-navbar-default .yosh-navbar-nav > .open > a:focus, .yosh-navbar-default .yosh-navbar-nav > .open > a:hover {
  color: #e5ddbf;
  background-color: #000000;
}
.dropdown-menu > li > a {
  padding: 5px 20px 5px;
}
*/
/* } */
/*.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}*/

.img-centered {
  margin: 0 auto;
}
.text-underline, .text-underline a {
  text-decoration: underline;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #474747;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
/*#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 18px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 768px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}*/
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p, .timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
  .directory_row {
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  background-color: #474747;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input, section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
  outline: none;
}
/*.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #474747;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  /* -webkit-transform: rotate(45deg); */
  /* Safari and Chrome */
  /* z-index: 1051;
} */
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #474747;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.eot?') format('embedded-opentype'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype'), url('../fonts/ArialMT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: FutraBold;
    src: url('../fonts/futura-pt-bold.otf');
}
@font-face {
    font-family: FuturaMed;
    src: url('../fonts/futura-pt-medium.otf');
}

.menu-slide h1 {
font-family: FutraBold;
}

.menu-slide p {
font-family: FuturaMed;
}

.menu-slide strong {
font-family: FuturaMed;
}

.index .intro-text {
  width: 69%;
  height: 155px;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  color: #e5ddbf;
  text-align: left;
  border-bottom: 3px solid #6e6e6e;
}
.template2 .intro-text {
  width: 69%;
  min-height: 155px;
  background-color: rgba(0, 0, 0, 0.9);
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  color: #e5ddbf;
  text-align: left;
  /*border-bottom: 3px solid #6e6e6e;*/
  margin-top: 30%;
  margin-bottom: 80px;
}
.no_padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page_content_p p {
  font-family: 'Arial';
  font-weight: 400;
  letter-spacing: 3px;
  color: #e5ddbf;
  font-size: 16px;
}
.bannerimage img {
  width: 100%;
}
.template3 .intro-lead-in {
  font-family: 'Arial';
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0px;
  letter-spacing: 4px;
  text-align: center;
  padding: 60px 0px;
  font-weight: 400;
  margin-top: 0px;
}
img {
  max-width: 100%;
}
.get_directions {
  padding: 40px 0;
}
.directory_title {
  font-family: 'Arial';
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0px;
  padding: 10px 0px;
  color: #000;
}
.single_directory {
  text-align: center;
}
.directory_address, .directory_address a {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  letter-spacing: 2px;
}
.last_row {
  padding-bottom: 85px;
}
.single_directory {
  text-align: center;
  padding-bottom: 80px;
}
.copyright a, .page_content_p a {
  color: #e5ddbf;
}

.intro-container, .menu-container {
  min-height: 10em;
}
.intro-container a {
  color: #FFF;
}
.otherpage-container {
  min-height: 700px;
  padding-bottom: 30px;
}
.index_header_container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f35f1e;
}
.otherpage_header_container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
}
/* Home Feature */
.intro-container p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: calc(20px + (6 - 10) * ((100vw - 300px) / (1600 - 300)));
  line-height: calc(26px + (5 - 10) * ((100vw - 300px) / (1600 - 300)));
}
.intro_content, .menu_content {
  text-align: left;
  color: #000;
  padding-top: calc(220px + (200 - 2) * ((120vw - 991px) / (1400 - 300)));
  padding-bottom: calc(110px + (200 - 30) * ((120vw - 991px) / (1400 - 300)));
}
/* .menu_content {
  text-align: center;
  color: #000;
  padding-top: calc(220px + (200 - 2) * ((100vw - 991px) / (1600 - 300)));
  padding-bottom: calc(110px + (200 - 30) * ((100vw - 991px) / (1600 - 300)));
} */
.orangebtn {
  color: #fff;
  background-color: #f1612c;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: block;
  border: 0;
}
.orangebtn:hover {
  background-color: #fa6a35;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991px) {
  .orangebtn {
    margin: 0 auto;
  }
  .intro-container p {
    text-align: center;
  }
}
.bottom_container {
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: -100px;
}
.locationmark {
  color: #e9a68d;
  font-size: 27px;
  padding-right: 15px;
}
.usemylocation {
  color: #fff;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
}
a.usemylocation:active {
    color: #e9a68d !important;
}
.bottom_h2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-left: 3vw;
}
.find-form {
  position: relative;
  max-width: 586px;
  margin: auto;
}
.find-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0;
  width: 50px;
  height: 100%;
  outline: 0 !important
}
/* Location Icon */
.fa-map-marker {
  padding-right: 10px;
  margin-right: 6px;
}
.usemylocation_container .fa-map-marker{
  padding-right: 18px;
}
.fa-map-marker.one {
  background: url(../img/yosh-map-icon.svg) center center / 10px no-repeat;
}
.fa-map-marker.two {
  background: url(../img/yosh-map-icon-2.svg) center center / 15px no-repeat;
}
/* Contact Form Happy Face */
.smily-emoj .happy {
  background: url(../img/yosh-happy-smile.svg) center center / 34px no-repeat;
  padding: 20px;
}
.smily-emoj .SaD {
  background: url(../img/yosh-unhappy-smile.svg) center center / 34px no-repeat;
  padding: 20px;
}
/* Location Search Bar */
#searchlocation::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ff671f;
}
#searchlocation::-moz-placeholder { /* Firefox 19+ */
  color: #ff671f;
}
#searchlocation:-ms-input-placeholder { /* IE 10+ */
  color: #ff671f;
}
#searchlocation:-moz-placeholder { /* Firefox 18- */
  color: #ff671f;
}
#searchlocation {
  padding: 15px 50px 15px 25px;
  border: none;
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  color: #000;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36)
}
.fa-search {
    background: url(../img/yosh-search-icon.svg) center center / 15px no-repeat;
    height: 30px;
    width: 30px;
    display: block;
}
.usemylocation:hover {
  color: #FFF;
  text-decoration: none;
}
.usemylocation_container {
  width: 70%;
  padding: 6px;
  border: 2px solid #e9a68d;
  text-align: center;
}
.hidethis {
  display: none;
}
.tabletonly {
  display: none;
}
.mobileonly {
  display: none;
}
@media(max-width: 1021px) and (min-width: 992px) {
  .usemylocation_container {
    width: 80%;
  }
}
@media(max-width: 991px) and (min-width: 601px) {
  .desktoponly {
    display: none;
  }
  .storename, .streetname {
    font-size: 18px;
  }
  .result {
    padding: 25px 15px;
  }
  .telephonenumber, .opentimes, .opentimestxt, .servicesavailabletxt, .distancetxt {
    font-size: 12px;
  }
  .inputboxcontainer {
    width: 85%;
    margin: 0 auto;
  }
  .usemylocation_container {
    width: 60%;
  }
  .currentlocationtablet {
    width: 40% !important;
    float: right;
  }
  .usemylocation_container {
    /*border: none;*/
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .usemylocation_container label {
    border: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    vertical-align: 2px;
    padding-left: 5px;
  }
  .tabletonly {
    display: none;
  }
  .mobileonly {
    display: block;
  }
  .usemylocation_container {
    margin: 10px auto 0;
  }
  .container_section_1 {
    padding: 25px 20px;
  }
}
@media(max-width: 600px) {
  .inputboxcontainer {
    width: 85%;
    margin: 0 auto;
  }
  .usemylocation_container {
    width: 60%;
  }
  body {
    background-color: #f0602c;
  }
  .search {
    background: #f0602c;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .container_section_1 {
    height: auto;
  }
  form {
    display: block;
    vertical-align: middle;
  }
  .showresults {
    height: auto;
    width: 100%;
    background: #fe6620;
    padding: 15px 0px;
    font-family: 'Open Sans', sans-serif;
  }
  .topbar {
    color: #fff;
  }
  .mobileonly {
    display: block;
  }
  .desktoponly {
    display: none;
  }
}
.container_section_2 {
  background: url(../img/orangebar.png) bottom center/112em no-repeat #f0602c;
  padding: 4vw 0;
  display: inline-block;
  width: 100%;
  margin-top: 1.5vw;
}
.container_section_1 {
  padding: 25px 0px;
  width: 100%;
  background-color: #f0602c;
  background-repeat: no-repeat;
}
#filtersubmit {
  position: relative;
  z-index: 1;
  /*left: -45px;
	top: 1px;*/
  color: #fc672f;
  cursor: pointer;
  /*width: 0;*/
  font-size: 16px;
  font-weight: 400;
}
.ourfood_container, .findoutmore_container, .ourprofile_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 466px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.normalshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: transparent;
}
.ourfood_container:hover .overlay, .ourfood_container:focus .overlay, .ourfood_container:focus-within .overlay, .findoutmore_container:hover .overlay, .findoutmore_container:focus .overlay, .findoutmore_container:focus-within .overlay, .ourprofile_container:hover .overlay, .ourprofile_container:focus .overlay, .ourprofile_container:focus-within .overlay {
  opacity: 1;
}
.ourfood_container:hover .normalshow, .ourfood_container:focus .normalshow, .ourfood_container:focus-within .normalshow, .findoutmore_container:hover .normalshow, .findoutmore_container:focus .normalshow, .findoutmore_container:focus-within .normalshow, .ourprofile_container:hover .normalshow, .ourprofile_container:focus .normalshow, .ourprofile_container:focus-within .normalshow {
  opacity: 0;
}
.ourfood_container:hover .overlay, .findoutmore_container:hover .overlay, .ourprofile_container:hover .overlay {
  opacity: 1;
}
.ourfood_container:hover .normalshow h2, .findoutmore_container:hover .normalshow h2, .ourprofile_container:hover .normalshow h2 {
  opacity: 0;
}
.ourfood_container .normalshow h2, .findoutmore_container .normalshow h2, .ourprofile_container .normalshow h2 {
  opacity: 1;
}
.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-10%, -50%);
}
.normalshow h2 {
  color: white;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
}
.ourfood_container p, .findoutmore_container p, .ourprofile_container p {
  text-align: center;
}
/*======================= start of career page ===============*/
.career-page-wrap {
  background: url('../img/2022-background-pattern.jpg') repeat;
  padding-top: 90px;
  color: #232323;
}
.advantage-heading {
  background-color: #f1612c;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  min-height: 165px;
}
.advantage-heading .advantage-heading-text {
  float: left;
}
.advantage-heading h2 {
  margin-left: 80px;
  color: #fff;
  margin-top: 65px;
  font-size: 40px;
  text-transform: capitalize;
}
.advantage-heading .advantage-heading-img-wrap {
  float: right;
  top: 20px;
}
.advantage-heading .advantage-heading-img-wrap img {
  max-width: 100%;
  right: 0;
  position: absolute;
}
.career-page-wrap .advantage-heading h2 {
  font-size: 28px;
  margin-top: 35px;
}
.career-page-wrap .advantage-heading-img {
  width: 55%;
}
@media(min-width: 768px) {
  .advantage-heading {
    min-height: 400px;
  }
  .advantage-heading h2 {
    margin-top: 125px;
  }
  .career-page-wrap .advantage-heading h2 {
    font-size: 56px;
    margin-top: 70px;
  }
}
@media(min-width: 769px) {
  .career-page-wrap .advantage-heading {
    min-height: 165px;
  }
  .career-page-wrap .advantage-heading h2 {
    font-size: 40px;
    margin-top: 42px;
    margin-left: 45px;
  }
}
@media(max-width: 991px) {
  .career-page-wrap .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 992px) {
  .advantage-heading {
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .advantage-heading h2 {
    margin-top: 160px;
  }
  .career-page-wrap .advantage-heading h2 {
    margin-top: 60px;
  }
  .career-page-wrap .advantage-heading h2 {
    font-size: 56px;
    margin-top: 95px;
  }
  .career-page-content {
    padding: 20px 60px 50px;
    margin-bottom: 100px;
  }
}
@media(min-width: 1200px) {
  .advantage-heading .advantage-heading-text {
    width: 50%;
  }
}
@media(min-width: 1800px) {
  .advantage-heading {
    height: 365px;
  }
  .advantage-heading h2 {
    margin-top: 150px;
  }
  .career-page-wrap .advantage-heading h2 {
    font-size: 60px;
  }
  .career-page-wrap .advantage-heading .advantage-heading-img-wrap {
    margin-top: 37px;
  }
}
.white-bg {
  background-color: #fff;
}
.career-page-content {
  padding: 20px 40px 50px;
}
.career-page-text h2 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.career-page-text p {
  margin-bottom: 25px;
}
.join-us-box {
  background-color: #474747;
  color: #fff;
  padding: 40px 25px 50px;
  margin-bottom: 30px;
}
.join-us-box h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.join-us-box p {
  margin-bottom: 20px;
  line-height: 1.2;
}
.join-us-btn {
  background-color: #f1612b;
  border-radius: 2px;
  padding: 0;
  text-align: center;
  width: 212px;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
}
.mobile-btn {
  background-color: #f1612b;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  min-width: 250px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
@media(min-width: 480px) {
  .career-page-wrap .advantage-heading-img {
    width: 50%;
  }
}
@media(min-width: 570px) {
  .career-page-wrap .advantage-heading h2 {
    margin-top: 47px;
  }
  .career-page-wrap .advantage-heading-img {
    width: 40%;
  }
}
@media(min-width: 640px) {
  .career-page-wrap .advantage-heading-img {
    width: 35%;
  }
}
@media(min-width: 768px) {
  .career-page-wrap .advantage-heading .advantage-heading-text {
    width: 60%;
  }
  .career-page-wrap .advantage-heading h2 {
    margin-top: 90px;
    margin-bottom: 95px;
  }
  .career-page-wrap .advantage-heading-img {
    width: 45%;
  }
  .career-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media(min-width: 900px) {
  .career-page-wrap .advantage-heading .advantage-heading-text {
    width: 50%;
  }
  .career-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 40%;
  }
}
@media(min-width: 1200px) {
  .career-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 35%;
  }
}
@media(min-width: 1600px) {
  .career-page-wrap .advantage-heading .advantage-heading-text {
    width: 40%;
  }
  .career-page-wrap .advantage-heading h2 {
    margin-top: 90px;
    margin-bottom: 110px;
  }
  .career-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 30%;
  }
}
/*=============== end career page ==============*/
/*======================= start of Our Story page ===============*/
.our-story-page-wrap {
  padding-top: 89px;
  color: #232323;
}

  .our-story-page-wrap .our-story-nav {
    top: 0;
  }

.our-story-page-content {
  padding: 20px 20px 10px;
  margin-top: 45px;
}
.our-story-page-wrap .advantage-heading-img {
  right: 0;
  width: 65%;
  margin-bottom: -30px;
}
.our-story-page-wrap .container {
  position: relative;
}
.our-story-page-wrap .our-story-nav {
  background-color: #474747;
  position: absolute;
  top: 165px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.our-story-page-wrap .our-story-nav > li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.our-story-page-wrap .our-story-nav > li.active, .our-story-page-wrap .our-story-nav > li:hover {
  border-bottom: 2px solid #fc672e;
}
.our-story-page-wrap .our-story-nav > li.active:after, .our-story-page-wrap .our-story-nav > li:hover:after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  background: url('../img/out-story-tab-active.png') no-repeat 50% 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.our-story-page-wrap .our-story-nav > li > a, .our-story-page-wrap .our-story-nav > li.active > a, .our-story-page-wrap .our-story-nav > li > a:hover, .our-story-page-wrap .our-story-nav > li.active > a:hover, .our-story-page-wrap .our-story-nav > li.active > a:focus {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 600;
}
.our-story-page-wrap .our-story-nav > li + li {
  border-left: 1px solid #6b6b6b;
}
.our-story-page-wrap .yoshinoya-history {
  padding-left: 0;
}
.our-story-page-wrap .yoshinoya-history li {
  list-style: none;
  text-align: center;
  position: relative;
  margin: 0 0 50px;
}
.our-story-page-wrap .yoshinoya-history li:after {
  background-color: #dbdbdb;
  content: "";
  height: 37px;
  top: 100%;
  position: absolute;
  width: 2px;
}
.our-story-page-wrap .yoshinoya-history li:last-child:after {
  background-color: transparent;
}
.our-story-page-wrap .yoshinoya-history li.history-right::after {
  left: 50%;
}
.our-story-page-wrap .yoshinoya-history li.history-left::after {
  right: 50%;
}
.our-story-page-wrap .yoshinoya-history li.history-left h2:after {
  right: -20px;
}
.our-story-page-wrap .yoshinoya-history li.history-right h2:after {
  left: -20px;
}
.our-story-page-wrap .yoshinoya-history img {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.our-story-page-content .our-story-page-text {
  margin-bottom: 75px;
}
.our-story-page-content h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.our-story-page-content p {
  font-size: 16px; /*margin-bottom: 45px;*/ margin-bottom: 5px;
}
.history-left img, .history-right img {
width: 70%;
}

@media(min-width: 420px) {
  .our-story-page-wrap .advantage-heading-img {
    width: 60%;
    margin-bottom: -35px;
  }
}
@media(min-width: 480px) {
  .our-story-page-wrap .advantage-heading .advantage-heading-text {
    width: 30%;
  }
  .our-story-page-wrap .advantage-heading-img {
    width: 50%;
    margin-bottom: -35px;
  }
  .our-story-page-wrap .yoshinoya-history {
    background: url('../img/history-bg.png') 50% 0 repeat-y;
    border-top: 15px solid #fff;
  }
  /*.our-story-page-wrap .yoshinoya-history li {margin-bottom: 50px;}*/
  .our-story-page-wrap .yoshinoya-history li {
    margin-bottom: -120px;
  }
  .our-story-page-wrap .yoshinoya-history li:last-child {
    margin-bottom: 50px !important;
  }
  .our-story-page-wrap .yoshinoya-history li:after {
    background: rgba(0, 0, 0, 0) url("../img/out-story-tab-active.png") no-repeat;
    content: "";
    height: 12px;
    top: 12px;
    position: absolute;
    width: 20px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-left {
    margin-right: 50%;
    padding: 0 25px 10px 5px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-right {
    margin-left: 50%;
    padding: 0 5px 10px 25px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-left:after {
    right: -10px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-right:after {
    left: -10px;
  }
  .our-story-page-wrap .yoshinoya-history li h2 {
    color: #f1612c;
    margin-top: -15px;
    position: relative;
  }
  .our-story-page-wrap .yoshinoya-history li h2:after {
    content: "";
    width: 70px;
    height: 3px;
    position: absolute;
    top: 15px;
    background-color: #dbdbdb;
  }
}
@media(min-width: 600px) {
  .our-story-page-wrap .yoshinoya-history li h2:after {
    width: 90px;
  }
  .our-story-page-wrap .advantage-heading-img {
    bottom: -25px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-text {
    width: 25%;
  }
  .our-story-page-wrap .advantage-heading-img {
    width: 40%;
    margin-bottom: -20px;
  }
}
@media(max-width: 991px) {
  .our-story-page-wrap .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index_header_container {
    min-height: 65em;
  }
}
@media(min-width: 768px) {
  .advantage-heading .advantage-heading-img-wrap {
    width: 60%;
    top: 55px;
  }
  .our-story-page-wrap .advantage-heading h2 {
    margin-top: 95px;
  }
  .our-story-page-wrap .advantage-heading-img {
    bottom: 0;
	right: 0;
	top: 0;
    width: 63%;
  }
  .our-story-page-wrap .our-story-nav > li.active, .our-story-page-wrap .our-story-nav > li:hover {
    border-bottom: 4px solid #fc672e;
  }
  .our-story-page-wrap .our-story-nav > li > a, .our-story-page-wrap .our-story-nav > li.active > a, .our-story-page-wrap .our-story-nav > li > a:hover, .our-story-page-wrap .our-story-nav > li.active > a:hover, .our-story-page-wrap .our-story-nav > li.active > a:focus {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 15px;
    font-size: 16px;
  }
  .our-story-page-wrap .advantage-heading h2 {
    font-size: 56px;
    margin-left: 50px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
    position: absolute;
    right: 0;
	top: 0;
  }
  .our-story-page-wrap .our-story-nav {
    background-color: #474747;
    position: absolute;
    top: 360px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .our-story-page-content {
    padding: 20px 40px 50px;
    margin-top: 50px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-left {
    padding: 0 50px 10px 5px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-right {
    padding: 0 5px 10px 50px;
  }
  .our-story-page-wrap .yoshinoya-history li h2::after {
    width: 125px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-left h2::after {
    right: -45px;
  }
  .our-story-page-wrap .yoshinoya-history li.history-right h2::after {
    left: -45px;
  }
  .our-story-page-content h2 {
    font-size: 28px;
  }
  .our-story-page-content p {
    font-size: 16px;
	margin-bottom: 25px;
  }
}
@media(min-width: 882px) {
  .advantage-heading .advantage-heading-img-wrap {
    width: 55%;
    top: 60px;
  }
}
@media(min-width: 992px) {
  /*.our-story-page-wrap .our-story-nav {top: 305px;}*/
  .our-story-page-wrap .advantage-heading h2 {
    margin-top: 80px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-text {
    width: 50%;
  }
  .our-story-page-content {
    padding: 20px 50px 50px;
    margin-bottom: 100px;
  }
  .our-story-page-wrap .our-story-nav {
    top: 325px;
    left: 15px;
    width: 98.2%;
    width: calc(100% - 30px);
  }
  .our-story-page-wrap .advantage-heading {
    min-height: 250px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	}
}
@media(min-width: 1024px) {}
@media(min-width: 1200px) {
  .our-story-page-wrap .advantage-heading {
    min-height: 295px;
  }
  .our-story-page-wrap .advantage-heading h2 {
    margin-left: 70px;
    margin-top: 102px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
	right: 0;
	top: 0;
	margin: 0;
	width:400px;  
	}
	.our-story-page-wrap .our-story-nav {
		top: 360px;
	}
  }
  .our-story-page-wrap .yoshinoya-history li.history-left {
    padding: 0 50px 10px 0;
  }
  .our-story-page-wrap .yoshinoya-history li.history-right {
    padding: 0 0 10px 50px;
  }
  .our-story-page-wrap .yoshinoya-history li h2:after {
    width: 200px;
  }
@media(min-width: 1600px) {
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
    width: 30%;
  }
  .our-story-page-wrap .yoshinoya-history li h2:after {
    width: 270px;
  }
}
@media(min-width: 1800px) {
  .our-story-page-wrap .advantage-heading h2 {
    margin-left: 90px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
    right: 0;
    top: 0;
	margin: 0;  
  }
  .our-story-page-wrap .our-story-nav {
    top: 445px;
  }
  .our-story-page-wrap .advantage-heading h2 {
    margin-top: 150px;
  }
  .our-story-page-wrap .advantage-heading .advantage-heading-img-wrap {
    width: 30%;
  }
}
/*======================= end Our Story page ===============*/
/*======================= start of Nutrition Table page ===============*/
.nutrition-page-wrap {
  /* padding-top: 170px; */
  padding-top: 105px;
  color: #232323;
}
.nutrition-page-wrap .advantage-heading h1,
.nutrition-page-wrap .advantage-heading h2 {
  font-size: 28px;
}
.nutrition-page-wrap .advantage-heading .advantage-heading-img {
  margin-right: 0;
  width: 70%;
  margin-bottom: -25px;
}
.nutrition-content {
  padding: 20px 20px 10px;
}
.nutrition-text h2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
.nutrition-text p {
  margin-bottom: 20px;
}
.nutrition-text .download-reports {
  text-align: center;
}
.nutrition-text .download-reports a.active, .nutrition-text .download-reports a:hover {
  background-color: #f1612c;
  color: #fff;
}
/* .nutrition-table {} */
.nutrition-table table {
  border-top: 2px solid #808080;
}
.nutrition-table table tr td {
  border-top: none;
  border-bottom: 2px solid #808080;
  font-size: 13px;	
}
.nutrition-table table tr td.product-title {
  background-color: #474747;
  color: #fff;
}
.nutrition-table table tr td.product-title h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.nutrition-table table tr.top {
  height: 130px;
  white-space: nowrap;
}
/* .nutrition-table table tr.top > td, .nutrition-table table tr.top > th {} */
.nutrition-table table tr.top > td > div, .nutrition-table table tr.top > th > div {
  margin-top: 150px;
  transform: rotate(270deg);
  width: 30px;
}
.nutrition-table table tr.top > td > div > span, .nutrition-table table tr.top > th > div > span {
  padding: 5px 10px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
.nutrition-table table.table-kids-meal {
  display: none;
}
@media(min-width: 420px) {
  .nutrition-page-wrap .advantage-heading .advantage-heading-img {
    margin-right: 0;
    width: 70%;
  }
}
@media(min-width: 480px) {
  .nutrition-page-wrap .advantage-heading h2 {
    margin-left: 25px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img {
    width: 60%;
  }
}
@media(min-width: 600px) {
  .nutrition-page-wrap .advantage-heading h2 {
    margin-left: 60px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img {
    width: 50%;
    margin-bottom: -35px;
  }
}
@media(max-width: 768px) {
  .nutrition-page-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 768px) {
  .nutrition-page-wrap .advantage-heading h2 {
    font-size: 60px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img {
    margin-right: -20%;
    width: 80%;
    margin-bottom: -45px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img-wrap {
    text-align: right;
    width: 50%;
  }
  .nutrition-content {
    padding: 20px 40px 50px;
  }
  .nutrition-text h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .nutrition-text p {
    font-size: 18px;
  }
	
  .nutrition-legal p {
    font-size: 14px;
	line-height: 20px;
  }
}
@media(max-width: 991px) {
  .nutrition-page-wrap .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 992px) {
  .nutrition-content {
    margin-bottom: 100px;
  }
  .nutrition-page-wrap .advantage-heading h2 {
    margin-top: 128px;
  }
}
@media(min-width: 991px) and (max-width: 1200px) {
  .nutrition-table table.table-kids-meal {
    display: table;
  }
}
@media(min-width: 1200px) {
  .nutrition-page-wrap .advantage-heading h2 {
    margin-top: 145px;
  }
  .nutrition-table table tr td.product-title h2 {
    font-size: 25px;
  }
  .nutrition-table table tr.top > td > div, .nutrition-table table tr.top > th > div {
    margin-top: 170px;
  }
  .nutrition-table table tr.top > td > div > span, .nutrition-table table tr.top > th > div > span {
    font-size: 16px;
  }
  .nutrition-table table tr td {
    font-size: 18px;
  }
}
@media(min-width: 1600px) {
  .nutrition-page-wrap .advantage-heading .advantage-heading-text {
    width: 50%;
  }
  .nutrition-page-wrap .advantage-heading h2 {
    margin-top: 195px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img-wrap {
    margin-right: 0%;
  }
  .nutrition-text .download-reports a {
    font-size: 26px;
  }
}
@media(min-width: 1800px) {
  .nutrition-page-wrap .advantage-heading h2 {
    margin-top: 145px;
  }
  .nutrition-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    margin-top: 40px;
  }
}
/*======================= end Nutrition Table page ===============*/
/*======================= start Menu Toggle ===============*/
.all-menu-area .toggle-btn {
  margin-bottom: 10px;
}
.all-menu-area .col-xs-6 {
  padding-left: 5px;
  padding-right: 0;
  height: 350px;
  display: table;
}
.all-menu-area .menu-content {
  position: relative;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
}
.all-menu-area .menu-title {
  margin-top: 2vw;
  margin-bottom: 1vw;
  line-height: 1.25;
  text-transform: capitalize;
  width: 50%;
}
.all-menu-area .menu-learn {
  background-color: rgb(241, 97, 44);
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 2vw 0;
  width: 150px;
  text-align: center;
  border: 0;
}
.all-menu-area .backactive h2.menu-title {
  width: 100%;
}
.all-menu-area .menu-des {
  display: none;
  font-size: 18px;
  line-height: 25px;
}
.all-menu-area .menu-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.all-menu-area .content1 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-teriyaki-chicken.jpg');
}
.all-menu-area .content2 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-sweet-chili-shrimp.jpg');
}
.all-menu-area .content3 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-beef-bowl.jpg');
}
.all-menu-area .content4 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-grilled-tilapia.jpg');
}
.all-menu-area .content5 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-habanero-chicken.jpg');
}
.all-menu-area .content6 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-new-grilled-steak-2.jpg');
}
.all-menu-area .content7 {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu-orange-chicken.jpg');
}
.all-menu-area .backactive {
  background-image: url('https://www.yoshinoyaamerica.com/img/menu1.jpg');
}
.all-menu-area {
  margin-top: calc(20vw - 11vw);
}
@media screen and (max-width: 991px) {
  .all-menu-area .container {
    width: 100%;
  }
  .all-menu-area {
    margin-top: 8vw;
  }
  .all-menu-area .col-xs-6 {
    height: 330px;
  }
  .all-menu-area .menu-des {
    font-size: 17px;
    line-height: 22px;
  }
  .all-menu-area .menu-learn {
    padding: 1vw;
    font-size: 18px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .all-menu-area .menu-title {
    font-size: 4vw;
  }
  .all-menu-area {
    margin-top: 9vw;
  }
  .all-menu-area .col-xs-6 {
    height: 340px;
  }
  .menu-learn {
    padding: 1.8vw 2vw;
    font-size: 18px;
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .all-menu-area .menu-title {
    font-size: 34px;
    width: 40%;
  }
  .all-menu-area {
    margin-top: 60px;
  }
  .all-menu-area .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 300px;
  }
}
/*======================= end Menu Toggle ===============*/
/*======================= start of Customer Support page ===============*/
.customer-support-page-wrap {
  position: relative;
}
.customer-support-page-wrap .advantage-heading .advantage-heading-text {
  width: 60% !important;
}
.customer-support-page-wrap .advantage-heading-img {
  width: 55%;
}
.customer-support-page-wrap .customer-support-bg {
  background: url('../img/2022-background-pattern.jpg') repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; /*-webkit-filter: blur(5px); filter: blur(5px);*/ background-attachment: fixed;
}
.customer-support-page-wrap .container {
  color: #232323;
}
.customer-support-page-content, .advantage-heading-desc {
  margin-bottom: 0;
  padding: 20px 20px 10px;
}
.customer-support-page-content .contact-address {
  background-color: #f1612c;
  padding: 35px 15px 70px;
}
.contact-form label {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.contact-form label span {
  color: #9e9e9e;
  font-style: italic;
}
.contact-form input, .contact-form textarea {
  font-size: 16px;
  width: 100%;
  border: 1px solid #e0e0e0;
  color: #9e9e9e;
  border-radius: 2px;
  padding: 5px 15px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.contact-form textarea {
  height: 210px;
}
.contact-form input:hover, .contact-form input:focus, .contact-form textarea:hover, .contact-form textarea:focus {
  border-color: #f1612c;
  color: #f1612c;
}
.contact-form button {
  border: medium none;
  color: #3c763d;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px;
  padding: 10px;
  border-radius: 2px;
}
.contact-form button:hover, .contact-form button:active {
  background-color: #474747;
}
/* .contact-address {} */
.contact-address h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.contact-address address, .contact-address .phone-email, .contact-address .message {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-address address strong, .contact-address .phone-email strong, .contact-address .message strong {
  font-weight: 700;
  display: block;
}
.contact-address .phone-email a {
  color: #fff;
}
@media(min-width: 450px) {
  .customer-support-page-wrap .advantage-heading-img {
    width: 50%;
  }
}
@media(min-width: 480px) {
  .customer-support-page-wrap .advantage-heading-img {
    width: 40%;
  }
  .contact-form label {
    font-size: 18px;
  }
  .contact-form input, .contact-form textarea {
    font-size: 18px;
  }
  .contact-form button {
    font-size: 18px;
  }
}
@media(min-width: 600px) {
  .customer-support-page-wrap .advantage-heading-img {
    width: 30%;
  }
}
@media(max-width: 991px) {
  .customer-support-page-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 768px) {
  .customer-support-page-wrap .advantage-heading-img {
    width: 50%;
  }
  .customer-support-page-content {
    padding: 20px 40px 50px;
  }
  .advantage-heading-desc {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* .contact-form button {} */
  .contact-form close {
    width: 10px;
    background: none;
  }
  .contact-address h3 {
    font-size: 28px;
  }
  .contact-address address, .contact-address .phone-email {
    font-size: 16px;
  }
}
@media(min-width: 769px) {
  .customer-support-page-wrap .advantage-heading .advantage-heading-text {
    width: 58% !important;
  }
  .customer-support-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media(min-width: 882px) {
  .customer-support-page-wrap .advantage-heading .advantage-heading-img-wrap img {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media(max-width: 991px) {
  .customer-support-page-wrap .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 992px) {
  .customer-support-page-content {
    padding: 20px 60px 50px;
  }
  .advantage-heading-desc {
    padding-left: 60px;
    padding-right: 60px;
  }
  .customer-support-page-content {
    margin-top: 75px;
    padding: 0;
    margin-bottom: 100px;
  }
  .customer-support-page-content .contact-form {
    float: right;
    padding: 45px 55px 0;
  }
  .contact-form textarea {
    height: 190px;
  }
  .customer-support-page-content .contact-address {
    float: left;
    padding: 35px 50px 331px;
  }
  .customer-support-page-content .contact-address h3 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .contact-address address, .contact-address .phone-email, .contact-address .message {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .customer-support-page-content .contact-address .contact-page-top {
    border-bottom: 2px solid #ce5326;
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .customer-support-page-content .contact-address .contact-page-top h2 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  .customer-support-page-content .contact-address .contact-page-top p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media(min-width: 1600px) {
  .customer-support-page-content {
    margin-top: 75px;
    padding: 0;
  }
}
/*======================= end Customer Support page ===============*/
/*======================= start of sign-up page ===============*/
.customer-support-page-content .sign-up-left {
  padding: 35px 0 20px;
}
.customer-support-page-content .sign-up-left .privacy-policy {
  background-color: #474747;
  color: #fff;
  padding: 60px 15px 70px;
}
.customer-support-page-content .sign-up-left .privacy-policy p {
  font-style: italic;
}
.customer-support-page-content .sign-up-left .privacy-policy a {
  color: #fff;
}
.customer-support-page-content .sign-up-right > h2 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.customer-support-page-content .sign-up-right .birthday input {
  font-size: 16px;
  font-style: italic;
  width: 90px;
  float: left;
}
.customer-support-page-content .sign-up-right .birthday input#mm {
  margin-right: 10px;
}
@media(max-width: 480px) {
  .sign-up .advantage-heading h2 {
    font-size: 28px;
    margin-top: 60px;
  }
}
@media(min-width: 768px) {
  .customer-support-page-content .sign-up-left .privacy-policy p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .customer-support-page-content .sign-up-right .birthday input {
    font-size: 17px;
  }
  .customer-support-page-content .sign-up-right > h2 {
    font-size: 35px;
  }
}
@media(min-width: 992px) {
  .customer-support-page-content .sign-up-left {
    background: #f1612c url('../img/sign-up-desktop.png') no-repeat 0 60px;
    float: left;
    padding: 0;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc {
    color: #fff;
    margin-left: 40%;
    padding: 35px 50px 160px;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc h2 {
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 40px;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .customer-support-page-content .sign-up-left .privacy-policy {
    padding: 60px 60px 70px;
  }
}
@media(min-width: 1200px) {
  .customer-support-page-content .sign-up-left .sign-up-desc {
    padding: 70px 50px 85px;
  }
}
@media(min-width: 992px) and (max-width: 1199px) {
  .customer-support-page-content .sign-up-left {
    background-size: 40%;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc {
    margin-left: 35%;
    padding: 50px 40px 40px;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc p {
    font-size: 16px;
  }
}
@media(min-width: 1200px) and (max-width: 1599px) {
  .customer-support-page-content .sign-up-left .sign-up-desc h2 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .customer-support-page-content .sign-up-left .sign-up-desc p {
    font-size: 18px;
  }
}
/*======================= end sign-up page ===============*/
/*======================= start of 404 page ===============*/
.error-page-wrap {
  background-color: #f1612c;
  padding-top: 120px;
  color: #232323;
}
.error-page-wrap .error-artwork {
  display: none;
}
.error-content {
  padding: 50px 15px 100px;
}
.error-content h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.error-content p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.error-content .error-navigation {
  margin-top: 35px;
}
.error-content .error-navigation a {
  color: #fff;
  text-decoration: underline;
}
.error-content .error-navigation a#homepage {
  border: 2px solid #f5916c;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 700;
}
.error-content .error-navigation a#homepage:hover, .error-content .error-navigation a#homepage:active {
  background-color: #fff;
  border: 2px solid #fff;
  color: #f1612c;
}
@media(max-width: 768px) {
  .error-page-wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(min-width: 768px) {
  .error-content h2 {
    font-size: 60px;
  }
  .error-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }
  .error-content .error-navigation a {
    font-size: 18px;
  }
  .error-content .error-navigation a#homepage {
    font-size: 18px;
    padding: 3px 20px 7px;
  }
}
@media(min-width: 769px) {
  .error-page-wrap .error-artwork {
    display: block;
    float: left;
    margin-bottom: 200px;
    width: 50%;
  }
  .error-page-wrap .container {
    position: relative;
  }
  .error-content {
    padding-bottom: 20px;
  }
  .error-content {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 50%;
    margin-left: 50%
  }
}
@media(min-width: 1024px) {
  .error-content {
    padding-bottom: 50px;
  }
}
@media(min-width: 1200px) {
  .error-content {
    bottom: 20%;
  }
}
@media(min-width: 1600px) {
  .error-content {
    bottom: 30%;
  }
}
/*======================= end 404 page ===============*/
/* ================= start menu page ==========*/
.menu-page-wrap {
  padding-top: 110px;
  color: #fff;
  padding-bottom: 100px;
  border-bottom: 1px solid #f1612c;
}
.single-menu-item {
  /*min-height: 266px;*/
  min-height: 330px;
  padding: 20px 40px;
  margin-bottom: 10px;
  position: relative;
}
.single-menu-item h2 {
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.25;
  text-transform: capitalize;
}
.single-menu-item a.learn-more {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 172px !important;
  height: 46px !important;
  line-height: 44px !important;
  color: #fff;
  background-color: #f1612c;
  padding: 0;
  font-weight: bold;
  font-size: 22px;
  border-radius: 2px;
  border: 0;
}
.single-menu-overlay {
  background: url('../img/menu1.jpg') !important;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 20px 40px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.single-menu-item:hover .single-menu-overlay {
  visibility: visible;
  opacity: 1;
}
.single-menu-overlay p {
  font-size: 18px;
}
/* ================= Others together ==========*/
@media(min-width: 480px) and (max-width: 767px) {
  /*.our-story-page-wrap .advantage-heading-img {width: 50%; margin-bottom: -25px;}*/
}
@media(max-width: 767px) {
  /*.our-story-page-wrap .advantage-heading .advantage-heading-text {width: 40%;}*/
  .our-story-page-wrap .advantage-heading h2 {
    font-size: 28px;
    margin-top: 45px;
  }
  .customer-support-page-wrap .advantage-heading h2 {
    font-size: 28px;
    margin-top: 65px;
  }
}
@media(min-width: 768px) {
  .customer-support-page-wrap .advantage-heading h2 {
    font-size: 60px;
    margin-left: 50px;
  }
  .advantage-heading-desc p {
    font-size: 18px;
    line-height: 30px;
  }
}
/* @media(min-width: 1800px) {
  .menu-page-wrap, .career-page-wrap, .customer-support-page-wrap .container, .our-story-page-wrap, .nutrition-page-wrap, .sitemap-page-wrap {
    padding-top: 185px;
  }
} */
/*======================= end Others together ===============*/
/*===================== responsive styles ===========*/
@media(min-width: 991px) {
  .advantage-heading h2 {
    font-size: 60px;
  }
  .logoimg {
    margin-left: 20px;
  }
  .container {
    min-width: 991px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
  }
  .row {
    margin-left: auto;
    margin-right: auto;
  }
  .single-menu-item {
    min-height: 405px
  }
  .single-menu-item h2 {
    font-size: 60px;
  }
}
@media(min-width: 992px) {
  .template3 .col-md-3:nth-child(4n+1) {
    clear: both;
  }
}
@media(max-width: 991px) {
  .advantage-heading .advantage-heading-text {
    width: 40%;
  }
  .single-menu-overlay p {
    font-size: 16px;
  }
  .index .intro-text {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px;
    color: #e5ddbf;
    text-align: left;
    border-bottom: 3px solid #6e6e6e;
    margin-top: 28%;
  }
  .intro_content, .menu_content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bottom_container {
    margin: 0 auto;
    text-align: center;
  }
  .usemylocation_container {
    margin: 30px auto 0;
  }
  .template3 .col-md-3 {
    width: 33.3%;
    float: left;
  }
  .template3 .col-md-3:nth-child(3n+1) {
    clear: both;
  }
  #mainNav .container {
    width: 100%;
  }
  .ourfood_container, .findoutmore_container, .ourprofile_container {
    width: 100%;
    max-width: 100%;
  }
  .fullwidth_img {
    width: 100%;
  }
  .ourfood_container h2, .findoutmore_container h2, .ourprofile_container h2 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .ourfood_container .normalshow h2, .findoutmore_container .normalshow h2, .ourprofile_container .normalshow h2 {
    width: 100%;
    font-size: 60px;
    margin-top: 38px;
    margin-bottom: 10px;
    text-indent: -18px;
  }
}
@media(max-width: 991px) and (min-width: 769px) {}
@media(max-width: 768px) {
  .hiden-xs {
    display: none !important;
  }
  .intro-container p {
    font-size: 16px;
    /* line-height: 24px; */
  }
  .bottom_h2 {
    font-size: 35px;
  }
  .single-menu-item {
    padding: 15px 20px;
  }
  .single-menu-item h2 {
    font-size: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .menu-page-wrap {
    padding-bottom: 50px;
	padding-top: 90px;  
  }
  .single-menu-item {
    margin-bottom: 0;
  }
  .join-us-box {
    margin-bottom: 0;
  }
  .advantage-heading h2 {
    margin-left: 25px;
  }
  .advantage-heading-img {
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .navbar-toggle .icon-bar {
    width: 30px !important;
    height: 4px !important;
    background-color: #000 !important;
    margin-bottom: 5px;
  }
  .yosh-navbar-header {
    text-align: center;
  }
  .header-location-btn {
  font-size: calc(15.5px + (16 - 15.5) * ((100vw - 300px) / (1600 - 300)));
  }
  .yosh-navbar-nav {
    margin: 0;
  }
  .yosh-navbar-custom .yosh-nav li a {
    padding: 8px 10px;
  }
  .yosh-nav > li {
    border-bottom: 1px solid #cccccc;
    text-align: center;
  }
  .usemylocation_container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .yosh-navbar-fixed-bottom .navbar-collapse, .yosh-navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .yosh-navbar-header .yosh-navbar-brand {
    display: inline-block;
    float: none;
    /* padding: 0 10px; */
  }
  .navbar-toggle {
    border: 0px solid transparent;
  }
  .container.index_header_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-toggle {
    padding: 18px 15px 18px 18px;
  }
  .template3 .col-md-3 {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .yosh-navbar-custom .navbar-toggle {
    margin-top: 12px;
    margin-right: 15px;
  }
  .bannerimage {
    padding-top: 105px;
  }
  .template2 .intro-text {
    width: 100%;
    /*margin-top: 175px;*/
    margin-top: 40%;
    margin-bottom: 80px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .yosh-navbar-nav .open .dropdown-menu {
    padding-left: 20px;
  }
  .bottom_container {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .usemylocation_container {
    margin: 0 auto;
    margin-top: 30px;
  }
  .yosh-navbar-custom {
    background-color: rgb(219, 217, 220);
    /* border: 0; */
    border-bottom: 4px solid rgb(243, 96, 27);
  }
  .yosh-navbar-nav .open .dropdown-menu {
    background-color: #404040;
    width: 100%;
    border-top: 1px solid #e6dfbd;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-group, .btn-group-vertical {
    width: 100%;
  }
  .yosh-navbar-default .yosh-navbar-nav .open .dropdown-menu > li > a {
    color: #e5ddbf;
  }
  .for_moible {
    display: block !important;
  }
  .for_desktop {
    display: none !important;
  }
  .for_mobile button {
    border: none;
    background: none;
    /* color: #ccc; */
    font-family: 'Arial';
    font-weight: 400;
    letter-spacing: 3px;
    color: #e5ddbf;
    font-size: 13.46px;
    padding: 10px 30px 20px !important;
  }
  .for_mobile button:link {
    border: none;
  }
  .dropdown.for_moible button {
    border: none;
    background: none;
    font-family: 'Arial';
    font-weight: 400;
    letter-spacing: 3px;
    color: #e5ddbf;
    font-size: 13.46px;
    padding: 18px 30px 18px !important;
    width: 100%;
    text-align: left;
  }
  .advantage-heading {
    margin: 0 auto;
  }
  .career-page-content {
    padding: 20px 20px 0px;
    margin-bottom: 0;
  }
  .career-page-wrap .container {
    padding: 0;
  }
  .career-imgs, .join-us-box {
    margin: 0 -20px;
  }
  .career-imgs img {
    margin-bottom: 0;
  }
}
#content-desktop {
  display: block;
}
#content-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  #content-desktop {
    display: none;
  }
  /* #content-desktop .contact-page-top {} */
  #content-mobile {
    display: block;
    padding-bottom: 50px;
    border-bottom: 1px solid #f1612c;
  }
  #content-mobile p {
    font-size: 18px;
    font-weight: bold;
  }
}
#content-mobile .advantage-heading-text {
  width: 100% !important;
  text-align: center;
}
#content-mobile h2 {
  margin: 60px auto !important;
  width: 100% !important;
}
/* Top Notifcation Bar */
.topbar {
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 17px 0 11px;
  letter-spacing: 1px;
}
.topbar.two {
  background: #272727;
}
.topbar:hover {
  background: #212121;
}
.topbar a {
  color: #fff;
}
/* Sub Page */
/* .subpage {} */
.subpage .advantage-heading {
  min-height: 200px;
}
.subpage .advantage-heading-text {
  width: 100%;
}
.subpage .advantage-heading-text h2 {
  margin: 40px;
}
.subpage .content {
  padding: 20px 40px 50px;
  margin-bottom: 100px;
}
/* Others */
@media(max-width: 1600px) {
  .row {
    padding: 0;
    margin: 0;
  }
}
.col-md-4.col-lg-3 {
  padding: 0;
}

/* DESKTOP */
/* 16-04-2020 */
.rewards .left {
	font-size: 110px !important;
	display: table-column;
	float: left;
	font-weight: bold;
	vertical-align: middle;
	margin: 33px 5px;
}
.rewards .right {
	font-size: 48px !important;
	line-height: 45px !important;
	display: table;
	text-align: left;
	font-weight: bold;
}
.rewards .center {
	clear: both;
	font-size: 16px !important;
	display: block;
	margin: 15px 0;
}
.rewards-container {
	margin: 0 !important;
	width: 100% !important;
	background: url("../img/rewards-bg.png") no-repeat center center fixed;
	padding-top: 100px;
}

.rewards-container .col-md-12 {
	padding: 0;
}

.waiting-section{
   background-image: url(../img/rewards-background-2.jpg);
   background-size: cover;
   background-position: right;
}
.block-element{
    float: left;
    width: 100%;
}
.how-work.block-element h2 {
  text-align: center;
  color: #000;
  margin-bottom: 110px;
}
h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.how-work.block-element {
  padding: 140px 0 120px;
  background: #fff;
}
.how-image {
  float: left;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-image img {
  width: 115px;
}
.how-work.block-element .row .col-md-4.col-12:nth-child(3) .how-image img {
  width: 200px;
}
.how-work.block-element .row .col-md-4.col-12:nth-child(4) .how-image img {
  width: 220px;
}
.how-text h4 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #f05209;
  margin: 0 0 18px;
}
.how-text {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 0 0;
}
h4{
    margin: 0;
}
.how-text p {
  color: #000;
}
p{
  line-height: 24px;
}
.waiting-section.block-element h2 {
  color: #fff;
  margin-bottom: 35px;
}
.waiting-section.block-element p {
  color: #fff;
}
.waiting-images {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.waiting-images img {
  width: 130px;
}
.waiting-images img:nth-child(2) {
  width: 152px;
}
.trademaerk-text {
  float: left;
  width: 100%;
  padding-top: 140px;
}
.trademaerk-text span {
  color: #fff;
  font-size: 16px;
}
.waiting-section.block-element {
  padding: 120px 0 50px;
}
.celebrate-section.block-element .celebrate-image img {
  width: 450px;
}
.celebrate-section.block-element {
  background: #fff;
  padding: 130px 0;
}
.celebrate-section.block-element .celebrate-image {
  text-align: center;
  margin: 0 0 60px;
}
.celebrate-section.block-element .celebrate-image img {
  width: 450px;
}
.celebrate-text {
  text-align: center;
}
.celebrate-text h2 {
  margin-bottom: 36px;
  color: #000;
}
.celebrate-text p {
  color: #000;
}
.question-section .question-btns-area button {
  padding: 17px 43px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #a82210;
  border-radius: 40px;
  margin: 0 12px;
  letter-spacing: 1px;
}
.question-section .question-btns-area button {
  background: #b74926;
  color: #fff;
}
.question-section .question-btns-area {
  padding: 30px 0 0 0;
}
.question-section h2 {
  margin-bottom: 30px;
}
.question-section h2, .question-section p {
  color: #fff;
}
.question-section.block-element {
  padding: 100px 0;
  text-align: center;
}
.question-section .question-btns-area button:hover {
  background: #a82210;
  color: #fff;
  transition: all .5s;
}
.free-bowl-text {
  text-align: left;
  color: #fff;
  margin-top: 220px;
}
.free-bowl-text img {
  width: 150px;
}
.free-bowl-text p {
  font-size: 14px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.free-bowl-text .column {
  float: left;
  padding: 5px;
}

/* Clear floats after image containers */
.free-bowl-text .row::after {
  content: "";
  clear: both;
  display: table;
}

.free-bowl-text h1 {
  margin: 0 0 20px;
  font-size: 30px;
}
.free-bowl-text span {
  font-size: 18px;
}
.free-bowl-image {
}
.free-bowl-image img {
  float: right;
}
.free-bowl-image .big-bowl-image {
	width: 1000px;
}
.home.block-element {
  padding-top: 0;
}
.free-bowl-image .free-bowl-bottom-text {
	position: absolute;
	right: 0px;
	bottom: 0;
	padding: 30px 137px 115px 60px;
}
.free-bowl-image .free-bowl-bottom-text p {
	font-size: 14px;
	line-height: 14px;
	color: #e37639;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 0px;
}
.free-bowl-image .free-bowl-bottom-text img {
	width: 100px;
	padding-top: 5px;
}
.additonal-charge span {
	color: #000;
	font-size: 14px;
	display: block;
	text-align: center;
}
.additonal-charge {
	padding: 20px;
	margin: 0 auto;
	width: 100%;
	background: #FFF;
}

footer .footer-inner {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-left {
  float: left;
  width: 35%;
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-left .copyright {
  float: left;
  width: 200px;
  margin-right: 40px;
  margin-bottom: 0;
}
footer .footer-inner .footer-left p {
  float: left;
  width: auto;
  margin: 0;
  color: #f1612c;
}
footer .footer-inner .footer-center {
  float: left;
  width: 50%;
}
footer .footer-inner .footer-center ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-inner .footer-center ul li a {
  color: #f1612c;
  text-decoration: none;
  font-weight: 500;
}
footer .footer-inner .footer-right {
  float: left;
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-inner .footer-right span img {
  width: 22px;
}
footer .footer-inner .footer-right span {
  padding: 0 5px;
  color: #f1612c;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-inner .footer-right span:nth-child(1) {
  padding-right: 20px;
}
footer .footer-inner .footer-center ul li {
  display: inline-block;
  padding: 0 10px;
  float: left;
  line-height: 14px;
  margin: 0 !important;
  position: relative;
  border-right: 1px solid #f1612c;
}
footer .footer-inner .footer-center ul li:last-child {
  border: none;
}
footer {
  float: left;
  padding: 70px 0;
}
.yosh-nav.yosh-navbar-nav .menu-dropdown {
  padding: 0;
  /* line-height:; */
  list-style: none;
}
.yosh-navbar-nav > li .menu-dropdown {
  display: none;
}
.yosh-navbar-nav > li:hover .menu-dropdown {
  display: block;
}
.yosh-navbar-fixed-top .navbar-collapse, .yosh-navbar-fixed-bottom .navbar-collapse {
  max-height: initial;
}
header .navbar-collapse.collapse {
  display: flex !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  justify-content: flex-end;
  align-items: center;
  z-index: 1000;
}
.yosh-navbar-custom .yosh-navbar-nav {
  margin: 0;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}
.yosh-navbar-custom .yosh-nav li a {
  font-weight: 500;
  letter-spacing: 0px;
  padding: 0 14px;
  font-family: 'Open Sans', sans-serif !important;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header-inner .logoimg {
  margin-top: 0;
  margin-bottom: 0;
}
.yosh-navbar-nav > li button {
  background: #f16726;
  border: 1px solid #f16726;
  color: #fff;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 9px 25px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  margin-left: 20px;
}
.yosh-navbar-nav > li .menu-dropdown {
  position: absolute;
  top: 58px;
  background-color: rgb(219, 217, 220);
  /* width: 150px; */
  text-align: left;
  left: -10px;
  border-top: 1px solid transparent;
}
/* .yosh-navbar-custom {
} */
.yosh-navbar-nav > li {
  position: relative;
}
/* .yosh-navbar-nav > li .menu-dropdown li {
  padding: 4px 0 10px;
} */
.question-section .question-btns-area button {
    background: #b74926;
    color: #fff;
}
.question-section .question-btns-area button:hover {
    background: #fff !important;
    color: #a82210 !important;
    transition: all .5s;
}
.yosh-navbar-custom .yosh-nav > li > a {
    border: 1px solid transparent;
    padding: 38px 10px;
}
.yosh-nav.yosh-navbar-nav .menu-dropdown li a {
    padding: 5px 22px;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    display: block;
}
/* .yosh-nav.yosh-navbar-nav .menu-dropdown li a:hover {
} */
/* DESKTOP END */

/* RESPONSIVE */
@media only screen and (max-width: 1365px){
footer .footer-inner .footer-left .copyright {
  margin-right: 20px;
}
footer .footer-inner .footer-left p {
  font-size: 16px;
  font-weight: 500;
}
footer {
  padding: 50px 0;
}
/* .free-bowl-image .free-bowl-bottom-text {
}
.additonal-charge span {
} */
.additonal-charge {
    right: 0.5vw;
}
}
@media only screen and (max-width:991px){
  footer .footer-inner .footer-right {
    width: 19%;
}
footer .footer-inner .footer-right span {
    font-size: 15px;
}
/* .free-bowl-image .free-bowl-bottom-text {
} */
.free-bowl-image .free-bowl-bottom-text p {
	color: #FFF;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
}
.free-bowl-image .free-bowl-bottom-text img {
    width: 130px;
}
.free-bowl-image .big-bowl-image {
    width: 100%;
	height: 50%;
}
/* .additonal-charge span {
} */
footer .footer-inner .footer-left {
    width: 42%;
}
footer .footer-inner .footer-center {
    width: 41%;
}
footer .footer-inner .footer-center ul li a {
    font-size: 16px;
}
}

@media only screen and (max-width: 1500px){
footer .footer-inner .footer-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
footer .footer-inner .footer-left .copyright {
    margin-right: 0;
}
footer .footer-inner .footer-center ul li a {
    font-size: 16px;
}
footer .footer-inner .footer-center ul li {
    padding: 0 14px;
}
footer .footer-inner .footer-center {
    width: 100%;
    margin-bottom: 90px;
}
footer .footer-inner .footer-right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
footer .footer-inner .footer-left p {
    position: absolute;
    top: 128px;
    font-size: 16px;
}
footer .footer-inner{
  flex-wrap: wrap;
  position: relative;
}
footer .footer-inner .footer-right span:nth-child(1) {
    padding-right: 8px;
}
footer .footer-inner .footer-right span {
    padding: 0 7px;
    font-size: 16px;
}
}

@media only screen and (max-width: 991px){
header .navbar-collapse.collapse {
    display: none!important;
}
.yosh-navbar-custom {
    background-color: rgb(219, 217, 220);
}
.yosh-navbar-custom .yosh-nav > li > a {
    padding: 10px 0;
}
.yosh-navbar-custom .navbar-toggle, .yosh-navbar-custom .navbar-toggle:hover {
    margin-right: 0;
}
.yosh-nav.yosh-navbar-nav .menu-dropdown li a {
    padding: 0;
}
.yosh-navbar-nav > li .menu-dropdown {
    position: relative;
    top: 0;
    background: rgb(219, 217, 220);
    width: 100%;
    text-align: center;
    left: 0;
    border-top: 0;
    display: block;
}

.yosh-navbar-nav > li .menu-dropdown li {
    border-top: 1px solid #cccccc;
    padding: 0px;
}
.yosh-navbar-nav > li .menu-dropdown li a {
    font-size: 16px;
}

.navbar > .container .yosh-navbar-brand, .navbar > .container-fluid .yosh-navbar-brand {
    margin-right: 0;
}

.header-inner a.yosh-navbar-brand.page-scroll {
    margin-top: 15px;
    margin-left: -3vw;
}
.home.block-element {
    padding-top: 123px;
}
.yosh-navbar-fixed-top .navbar-collapse {
    margin-top: 123px;
}
.header-inner {
    padding: 0;
}
.topbar {
    padding: 11px 0 9px;
}
.navbar-collapse {
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
}
.yosh-navbar-custom .yosh-navbar-nav{
    flex-wrap: wrap;
}
.yosh-navbar-nav > li {
    float: left;
    width: 100%;
}
.yosh-navbar-nav > li button { 
    margin-left: 0;
  }
.yosh-navbar-header {
    width: 100%;
}
.free-bowl-text span {
    display: none;
}
.free-bowl-text {
    padding: 30px;
	margin: 30px;
}
.free-bowl-image .free-bowl-bottom-text {
    right: 0;
    top: 0;
    position: relative;
	padding: 60px 0;
    float: left;
    width: 100%;
    margin-bottom: 10px;
	background-color: #f0602c;
}
.additonal-charge {
    width: 100%;
	padding: 20px;
}

.rewards-container {
}
.free-bowl-image {
    width: 100%;
}
/* .free-bowl-image img.big-bowl-image {
    order: 3;
} */
.question-section .question-btns-area button {
    width: 100%;
    max-width: 220px;
    display: table;
    margin: 0 auto 16px;
}
.waiting-section{
   background-position: left;
}
.waiting-inner {
    text-align: center;
}
.celebrate-text h2 {
    margin: 0 auto 36px;
    max-width: 560px;
    line-height: 56px;
}
.question-section h2 {
    margin: 0 auto 30px;
    max-width: 440px;
}
.how-text {
    padding: 15px 0 40px 0;
}
.how-work.block-element {
    padding: 100px 0 70px;
}
.additonal-charge span {
    width: 100%;
}
.free-bowl-text h1 {
}

}

@media only screen and (max-width: 768px){
.header-inner {
    padding: 0 4px 0 18px;
}
.header-location-btn {
    margin-left: 0;
}
.navbar > .container .yosh-navbar-brand, .navbar > .container-fluid .yosh-navbar-brand {
    margin-right: 15px;
}
}

/* MOBILE RESPONSIVE */
@media only screen and (max-width: 767px){
  .additonal-charge span {
    max-width: 100%;
}
.free-bowl-image .big-bowl-image {
    width: 100%;
    object-fit: contain;
}
.how-work.block-element h2 {
    margin-bottom: 40px;
}
.how-image {
    height: 140px;
}
.waiting-images img {
    width: 120px;
    margin-right: 15px;
}
.waiting-images img:nth-child(2) {
    width: 141px;
    margin-right: 0;
}
p{
  font-size: 15px;
}
.waiting-section.block-element {
    padding: 70px 0 40px;
}
.celebrate-section.block-element {
    padding: 70px 0 50px;
}
.celebrate-text h2 {
    margin: 0 auto 21px;
    line-height: 36px;
}
.celebrate-section.block-element .celebrate-image {
    margin: 0 0 40px;
}
.celebrate-section.block-element .celebrate-image img {
    width: 300px;
}
.trademaerk-text {
    padding-top: 90px;
}
.question-section h2 {
    margin: 0 auto 24px;
}
.question-section.block-element {
    padding: 60px 0;
}
.waiting-images {
    padding-top: 30px;
}
h2{
   font-size: 25px;
   line-height: 33px;
}
.free-bowl-image .free-bowl-bottom-text p br {
    display: block;
}
.free-bowl-text h1 {
    font-size: 30px;
    max-width: 100%;
    line-height: 30px;
}
.how-work.block-element {
    padding: 70px 0 40px;
}
.rewards .left,
.rewards .right {
	text-align: center;
	width: 95%;
}
	

}

@media only screen and (max-width: 800px){
  footer .footer-inner .footer-center ul li {
    padding: 0 14px;
    margin-bottom: 15px !important;
}
footer .footer-inner .footer-center ul li a {
    font-size: 16px;
}
footer .footer-inner .footer-center ul {
    flex-wrap: wrap;
}
footer .footer-inner .footer-left p {
    top: 163px;
    font-size: 16px;
}
.free-bowl-section.block-element {
}
footer .footer-inner .footer-right span {
    font-size: 16px;
}
}

/* #appmenu {
} */

#appmenu li {
  white-space: nowrap;
  display:block;
  padding: 1.25em 0.1em;
}

#appmenu > li {
  float: left;
  text-align: center;
  position:relative;
  cursor: pointer;
}

#appmenu :hover,
#appmenu :focus {
  text-decoration: underline;
}

#appmenu :hover li,
#appmenu :focus li {
  color: #fff;
  background-color: #694d41;
}

#appmenu > li > ul {
  display: none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  padding:0;
  margin:0;
  background-color: #694d41;
  width: 200%;
  text-align: left;
}

#appmenu > li[aria-expanded="true"] > ul {
  display:block;
}
 .yosh-navbar-custom .yosh-nav li a:focus{
     border:1px solid;
 }
 .menu-dropdown{
     display:none;
 }
  .yosh-navbar-custom .yosh-nav li a:focus ul{
     display:block;
     
 }

.contact_pageRVP > h1 {
    color: #fff;
    text-align: center;
    background: #fe661f;
   padding: 60px;
}
#contact-Forms-wrapper {
  /*  padding: 30px 100px;*/
    margin: 50px 0px;
}
inner_reason {
    padding: 40px 0;
}
.inner_reason {
    padding: 50px 0;
}

.inner_reason .tab_cntnt-wraPPed:active,
.inner_reason .tab_cntnt-wraPPed:focus,
.inner_reason .tab_cntnt-wraPPed:hover {
    background: #fe661f;
    color: #FFF;
}
.address_part {
    text-align: center;
     font-size: 18px;
}
.address_part p {
    font-size: 18px;
}
.innner_section_main {
    padding: 30px 100px;
}
.inner_reason .tab_cntnt-wraPPed {
    display: block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 100px;
    border: 2px solid #fe661f;
    background: #FFF;
    color: #fe661f;
    font-weight: bold;
}
#contactForm label,
#contactFormnew label,
#contactForm3 label{
    /* width: 20%; */
    margin-right: 15px;
    margin-bottom: 0px;
    font-weight: 500;
}
.smily-emoj {
    display: inline-block;
}
.smily-emoj .happy {
    position: relative;
    margin-right: 10px;
}
.smily-emoj {
    position: relative;
}
.smily-emoj .SaD {
    position: relative;
}
.smily-emoj i {
    font-size: 40px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.smily-emoj input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}
.smily-emoj .happy input:checked + i {
  background: url(../img/yosh-happy-smile-hover.svg) center center / 34px no-repeat #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.smily-emoj .SaD input:checked + i {
  background: url(../img/yosh-unhappy-smile-hover.svg) center center / 34px no-repeat #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#contactForm .form-group,
#contactForm3 .form-group {
    width: 100%;
    /* display: flex; */
    flex-wrap: nowrap;
    align-items: center;
    /* margin-bottom: 25px; */
}
#contactForm .txT-grph .form-group input,
#contactForm3 .txT-grph .form-group input,
#contactForm .txT-grph .form-group textarea,
#contactForm3 .txT-grph .form-group textarea {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 50px;
}
#contactForm .txT-grph .form-group textarea,
#contactForm3 .txT-grph .form-group textarea{
    height: 120px;
    border-radius: 20px;
}
#contactFormnew .form-group {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
   margin-bottom: 25px;
}
#contactFormnew .txT-grph .form-group input {
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 50px;
}
.aftr_label {
    width: 80%;
}
.slct-wrap {
    display: flex;
    align-items: center;
}
.slct-wrap .selcT-grph span {
    font-size: 18px;
}
.slct-wrap .selcT-grph {
    margin-right: 15px;
}
#contact-Forms-wrapper .customer-support-page-content {
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
}
#contact-Forms-wrapper .customer-support-page-content > div > h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 0px;
}
.tab-section-cntct {
    margin-bottom: 50px;
}
#contact-Forms-wrapper .btn.btn-success.btn-lg {
    background-color: #ff6720;
    border-color: #ff6720;
    padding: 10px 45px;
    /*border-radius: 50px;*/
}
.error {
    color: red;
}

/* The selcT-grph */
.selcT-grph {
  display: block;
  position: relative;
  padding-left:27px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.selcT-grph input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.selcT-grph:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.selcT-grph input:checked ~ .checkmark {
  background-color: #333;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.selcT-grph input:checked ~ .checkmark:after {
  display: block;
}
.customer-support-page-wrap {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
/* Style the indicator (dot/circle) */
.selcT-grph .checkmark::after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
.txT-grph textarea {
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding-left: 20px;
    border-radius: 20px;
    height: 120px;
    padding-top: 20px;
}
@media (max-width: 1200px){
#contact-Forms-wrapper {
    padding: 30px;
}
.contact_pageRVP > h1 {
    padding: 20px;
    font-size: 30px;
}
.innner_section_main {
    padding: 30px 15px;
}
.inner_reason .tab_cntnt-wraPPed {
    font-size: 16px;
}
}
@media (max-width: 767px){
    #contactForm label,
	#contactFormnew label,
	#contactForm3 label {
    width: 100%;
    margin-bottom: 15px;
}
.aftr_label {
    width: 100%;
}
#contactForm .form-group,
#contactFormnew .form-group,
#contactForm3 .form-group {
    flex-wrap: wrap;
}
.inner_reason {
    margin-bottom: 15px;
}
}
@media (max-width: 480px){
#contact-Forms-wrapper {
    padding: 0px;
    margin: 0px !important;
}
.customer-support-page-wrap .container {
    padding-top: 0px;
    color: #232323;
}
.customer-support-page-wrap .customer-support-bg {
    background-image: none;
    /* position: ; */
}
.customer-support-page-wrap {
    min-height: 100% !important;
    margin-top: 70px;
}
.contact_pageRVP > h1 {
    padding: 75px 20px;
}
#contact-Forms-wrapper form {
    padding: 0px 15px;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.yosh-navbar-nav > li {
		display: inline-block;
		vertical-align: middle;
	}
  }





