@charset "UTF-8";
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-transition: all 0.3s, background 0.2s, color 0.1s, opacity 0.8s, -webkit-transform 0.4s;
  transition: all 0.3s, background 0.2s, color 0.1s, opacity 0.8s, -webkit-transform 0.4s;
  transition: all 0.3s, background 0.2s, color 0.1s, transform 0.4s, opacity 0.8s;
  transition: all 0.3s, background 0.2s, color 0.1s, transform 0.4s, opacity 0.8s, -webkit-transform 0.4s; }

button {
  outline: none; }

body {
  font-size: 100%; }

body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden; }

a {
  color: #000;
  text-decoration: none;
  font-family: "Cabin", sans-serif; }

html,
body {
  height: 100%;
  font-family: "Cabin", sans-serif; }

ul {
  list-style: none;
  font-family: "Cabin", sans-serif; }

p + p {
  margin: 0;
  text-indent: 0 !important; }

body {
  padding: 0 25px; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  font-family: "Cabin", sans-serif;
  font-size: 1.2rem; }

li {
  line-height: 1.5; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  outline: transparent; }

a {
  outline: none !important;
  text-decoration: none;
  color: red;
  font-family: 'Cabin', sans-serif; }

a:hover {
  color: red; }

a:active {
  color: #ffcc00;
  outline: none; }

h1 {
  font-size: 100%;
  line-height: 1.35;
  font-style: normal;
  font-family: "Cabin", sans-serif;
  color: #000000;
  font-weight: bold; }

h2 {
  font-weight: normal;
  font-size: 100%;
  font-family: "Cabin", sans-serif;
  color: #000000; }

h3 {
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  font-size: 100%;
  color: #000000; }

h4 {
  font-weight: normal;
  font-size: 100%;
  font-family: "Cabin", sans-serif; }

h5 {
  font-weight: normal;
  font-size: 100%;
  color: #000000; }

h6 {
  font-weight: normal;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-family: "Cabin", sans-serif;
  color: #000000; }

p {
  text-align: left;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Cabin", sans-serif;
  color: #000000; }

p.lead {
  font-size: 150%;
  margin: 1em 0; }

p + p {
  margin: 0;
  text-indent: 1.5em; }

p + ul,
p + ol,
p + dl {
  margin-bottom: 1.5em; }

p.lead + p {
  text-indent: 0; }

blockquote {
  border-left: 5px solid #eee;
  padding-left: 1.5em;
  margin: 1em 0; }

blockquote small {
  display: block;
  line-height: 1.7em; }

ul,
ol,
dl {
  text-align: left; }

dt {
  font-weight: bold; }

code {
  font-family: courier, monospace; }

p > code {
  padding: 0.25em;
  background: #eee; }

pre {
  text-align: left;
  font-size: 100%; }

hr {
  height: 0;
  color: #eee;
  border: 1px solid #eee; }

.normal {
  font-weight: normal; }

.quiet {
  color: #999; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.btn {
  border-radius: 0; }

@media (max-width: 792px) {
  body {
    font-size: 50%; }
  h1 {
    font-size: 65%; }
  img {
    height: auto !important; } }

@media (max-width: 500px) {
  body {
    font-size: 80%; }
  img {
    height: auto !important; } }

.text-purple {
  color: #4c4387; }

.text-grey {
  color: grey; }

.bg-white {
  background: #fff;
  width: 100%; }

.bg-orange {
  background: #e5671c; }

figure.banner {
  width: 100%; }
  figure.banner img {
    width: 100%; }

button.navbar-toggler.navbar-toggler-right.navbar-icon {
  background: #ea7423;
  padding: 10px; }

.nav-wrap a {
  color: rgba(33, 33, 33, 0.582);
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  font-family: "Cabin", sans-serif;
  transition: transform .5s; }
  .nav-wrap a:hover, .nav-wrap a:active, .nav-wrap a:focus {
    color: #222; }

.nav-wrap li.nav-item {
  text-align: center;
  line-height: 2.5;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  will-change: transform;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.nav-wrap li.nav-item:nth-child(2) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.nav-wrap li.nav-item:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.nav-wrap li.nav-item:nth-child(4) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.nav-wrap li.nav-item:nth-child(5) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.nav-wrap li.nav-item:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.nav-wrap li.nav-item:last-child {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.navbar {
  padding: 0; }

.wrapper {
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }

.navbar {
  height: 75px;
  transition: all .5s .1s; }

.navbar-offcanvas {
  z-index: 1030; }
  .navbar-offcanvas .container-fluid {
    position: relative;
    padding: 0;
    transform: translate3d(0px, 0, 0);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1); }
  .navbar-offcanvas .navbar-top {
    display: none; }
    @media (min-width: 992px) {
      .navbar-offcanvas .navbar-top {
        display: flex;
        margin-left: auto; } }
    .navbar-offcanvas .navbar-top .nav-item {
      margin-right: 22px;
      text-align: center; }
      @media (max-width: 991px) {
        .navbar-offcanvas .navbar-top .nav-item .nav-link {
          color: #000; } }
  .navbar-offcanvas .navbar-toggler {
    padding: 0;
    border: 0;
    outline: none; }
    .navbar-offcanvas .navbar-toggler:hover, .navbar-offcanvas .navbar-toggler:focus {
      cursor: pointer; }
    @media (min-width: 768px) {
      .navbar-offcanvas .navbar-toggler {
        display: block; } }
    .navbar-offcanvas .navbar-toggler .icon-bar {
      display: block;
      position: relative;
      width: 24px;
      height: 2px;
      border-radius: 1px;
      background-color: #fff; }
      .navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar1 {
        top: 0;
        outline: 1px solid transparent;
        animation: topbar-back 500ms 0s;
        animation-fill-mode: forwards; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar2 {
        outline: 1px solid transparent;
        opacity: 1; }
      .navbar-offcanvas .navbar-toggler .icon-bar.bar3 {
        bottom: 0;
        outline: 1px solid transparent;
        animation: bottombar-back 500ms 0s;
        animation-fill-mode: forwards; }
    .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
      top: 6px;
      animation: topbar-x 500ms 0s;
      animation-fill-mode: forwards; }
    .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
      opacity: 0; }
    .navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
      bottom: 6px;
      animation: bottombar-x 500ms 0s;
      animation-fill-mode: forwards; }
  .navbar-offcanvas .navbar-collapse.collapse,
  .navbar-offcanvas .navbar-collapse.collapse.in,
  .navbar-offcanvas .navbar-collapse.collapsing {
    display: none !important; }

.nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0); }

.nav-open .navbar > .container-fluid {
  transform: translate3d(-424px, 0, 0); }
  @media (max-width: 991px) {
    .nav-open .navbar > .container-fluid {
      transform: translate3d(-282.666666667px, 0, 0); } }

.nav-open .wrapper {
  transform: translate3d(-150px, 0, 0); }

.nav-open li.nav-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.nav-open li.nav-item:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.nav-open li.nav-item:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.nav-open li.nav-item:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.nav-open li.nav-item:nth-child(5) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

.nav-open li.nav-item:nth-child(6) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s; }

.nav-open li.nav-item:last-child {
  -webkit-transition-delay: .9s;
  transition-delay: .9s; }

body > .navbar-collapse {
  display: block;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032; }
  body > .navbar-collapse:after {
    content: "";
    position: absolute;
    top: 28px;
    left: -20px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(180deg);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    z-index: 1032; }
  @media (max-width: 991px) {
    body > .navbar-collapse {
      width: 282.666666667px; } }
  body > .navbar-collapse .nav-image {
    margin-bottom: 65px; }
    body > .navbar-collapse .nav-image img {
      display: block;
      margin: 0 auto; }
  body > .navbar-collapse .navbar-top {
    margin: 0 !important;
    flex-direction: column; }
    @media (min-width: 992px) {
      body > .navbar-collapse .navbar-top {
        display: none; } }
    body > .navbar-collapse .navbar-top li {
      text-align: center; }
      body > .navbar-collapse .navbar-top li a {
        display: block;
        padding: .5rem 1rem;
        font-weight: 700;
        color: #000; }
        body > .navbar-collapse .navbar-top li a:hover, body > .navbar-collapse .navbar-top li a:focus {
          text-decoration: none; }
  body > .navbar-collapse .nav-link,
  body > .navbar-collapse .dropdown-toggle {
    font-weight: 700;
    color: #222;
    transition: color .2s ease-out; }
    body > .navbar-collapse .nav-link:hover, body > .navbar-collapse .nav-link:focus,
    body > .navbar-collapse .dropdown-toggle:hover,
    body > .navbar-collapse .dropdown-toggle:focus {
      text-decoration: none; }
    body > .navbar-collapse .nav-link.disabled,
    body > .navbar-collapse .dropdown-toggle.disabled {
      color: rgba(0, 0, 0, 0.35); }
      body > .navbar-collapse .nav-link.disabled:hover, body > .navbar-collapse .nav-link.disabled:focus,
      body > .navbar-collapse .dropdown-toggle.disabled:hover,
      body > .navbar-collapse .dropdown-toggle.disabled:focus {
        cursor: not-allowed; }

@media (min-width: 992px) {
  body > .navbar-top {
    display: none; } }

body > #overlay {
  content: "";
  position: fixed;
  top: 0;
  left: auto;
  right: calc(282.666666667px - 10px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  @media (min-width: 992px) {
    body > #overlay {
      right: calc(424px - 10px); } }

@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg); }
  45% {
    top: 6px;
    transform: rotate(145deg); }
  75% {
    transform: rotate(130deg); }
  100% {
    transform: rotate(135deg); } }

@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg); }
  45% {
    transform: rotate(-10deg); }
  75% {
    transform: rotate(5deg); }
  100% {
    top: 0px;
    transform: rotate(0); } }

@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg); }
  45% {
    bottom: 6px;
    transform: rotate(-145deg); }
  75% {
    transform: rotate(-130deg); }
  100% {
    transform: rotate(-135deg); } }

@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg); }
  45% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    bottom: 0px;
    transform: rotate(0); } }

header {
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 0 5% 0 9%;
  margin-top: 30px;
  z-index: 1; }
  header .navbar {
    padding: 0; }

section {
  overflow: hidden; }

.section-wrap {
  padding: 50px 5% 50px 9%;
  position: relative; }

.sec-bg-grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f5f6fa;
  bottom: 0;
  z-index: -1; }

[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-up-open-big {
  display: inline-block; }

.icon-up-open-big:after {
  content: "a";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  color: black;
  -webkit-transition: color .3s;
  transition: color .3s; }

.icon-up-open-big:hover:after {
  color: white; }

.scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 0 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scroll {
  position: absolute;
  bottom: 34px;
  left: 3%;
  font-size: 1.1rem;
  font-family: "Cabin", sans-serif;
  animation-name: scroll-wheel;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  color: #fff; }
  .scroll:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none; }

@keyframes scroll-wheel {
  from {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0.5; } }

i.fa.fa-caret-down {
  border: 1px solid #fff;
  padding: 11px 14px;
  border-radius: 55px;
  color: #fff;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 1.5rem; }

.line {
  border: 1px solid #fff;
  height: 60px;
  width: 1px;
  text-align: center;
  margin: auto;
  margin-top: 7px;
  margin-bottom: -9px; }

.bg-color-position {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.rounded-sq {
  border-radius: 10px;
  background: #ffffff;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%; }

/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*bg-images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#section0 {
  background-image: url("../../assets/images/banners/banner-1.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat; }

figure.image img {
  width: 100%; }

figure.image {
  position: absolute;
  top: -72px;
  right: 0;
  width: 100%; }

#section1 {
  background-image: url("../../assets/images/banners/banner-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#section2 {
  width: 100% !important;
  height: 100% !important;
  min-height: 1000px !important;
  overflow: hidden; }

#section2 {
  background-image: url("../../assets/images/banners/banner-3.jpg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-color: #f2f2f2; }

#section3 {
  background-image: url("../../assets/images/banners/banner-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#section4 {
  background-image: url("../../assets/images/banners/banner-5.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  #section4 .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 20px; }

body.fp-viewing-Recipe header,
body.fp-viewing-Blog header,
body.fp-viewing-Flour header,
body.fp-viewing-FAQ header,
body.fp-viewing-Contact header {
  display: none; }

body.fp-viewing-Flour #fp-nav ul li a,
body.fp-viewing-Flour .fp-slidesNav ul li a,
body.fp-viewing-FAQ #fp-nav ul li a,
body.fp-viewing-FAQ .fp-slidesNav ul li a {
  border: 2px solid #ea7423; }

body.fp-viewing-Flour #fp-nav ul li a.active span,
body.fp-viewing-Flour .fp-slidesNav ul li a.active span,
body.fp-viewing-Flour #fp-nav ul li:hover a.active span,
body.fp-viewing-Flour .fp-slidesNav ul li:hover a.active span,
body.fp-viewing-FAQ #fp-nav ul li a.active span,
body.fp-viewing-FAQ .fp-slidesNav ul li a.active span,
body.fp-viewing-FAQ #fp-nav ul li:hover a.active span,
body.fp-viewing-FAQ .fp-slidesNav ul li:hover a.active span {
  background: #ea7423; }

#section5 {
  background-image: url("../../assets/images/banners/banner-6.jpg");
  background-size: cover; }
  #section5 .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 30px; }
  #section5 #header {
    display: none; }

/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fp-nav.right {
  right: 3%; }

#fp-nav {
  z-index: 500; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
  height: 16px;
  width: 16px;
  margin: -8px 0 0 -8px; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  height: 16px;
  width: 16px;
  border: 2px solid #fff;
  border-radius: 100%; }

#fp-nav ul li .fp-tooltip {
  text-transform: uppercase;
  font-family: "Cabin", sans-serif; }

#fp-nav ul li,
.fp-slidesNav ul li {
  padding-bottom: 25px; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: transparent; }

/* page-header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hide,
.toggle-menu {
  display: none; }

.left-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .left-content h1 {
    font-size: 6rem;
    color: #ffffff; }
  .left-content h2 {
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .left-content p {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 400; }

/*---receipe---*/
.section-title {
  padding: 20px;
  width: 100%;
  position: relative; }
  .section-title h2 {
    float: left;
    color: #ffffff;
    font-size: 2.1rem;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px; }
  .section-title a {
    font-size: 1rem;
    text-decoration: none;
    font-family: "Cabin", sans-serif;
    float: right;
    color: #fff; }
  .section-title h1 {
    text-align: center;
    color: #ffffff;
    font-size: 1.7rem; }

figure.sec-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

a.sec-inner {
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  padding: 20px;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  a.sec-inner:hover {
    -moz-transform: translate(10px);
    -o-transform: translate(10px);
    -ms-transform: translate(10px);
    -webkit-transform: translate(10px);
    transform: translate(10px); }
  a.sec-inner:first-child {
    z-index: -1;
    position: relative; }
  a.sec-inner:last-child {
    z-index: 1;
    position: relative; }
  a.sec-inner h2 {
    color: #000;
    font-size: 1.4rem;
    margin: 20px;
    font-weight: 500; }
  a.sec-inner h3 {
    color: #000;
    opacity: 0.7;
    font-size: 1.5rem;
    font-weight: 500; }
  a.sec-inner i.d-inline.fa.fa-play {
    color: #000;
    font-size: 1.2rem;
    border: 3px solid;
    padding: 7px 11px;
    border-radius: 50px;
    opacity: 0.85;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: auto;
    opacity: 0.7; }

.minutes {
  padding: 0 20px 20px;
  width: 100%;
  font-size: 1.5rem;
  height: 50px;
  margin-bottom: 30px; }

/* flour
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sec-inner-right {
  width: 47%;
  float: right;
  padding-left: 50px;
  padding-right: 9%; }
  .sec-inner-right h2 {
    color: #da5f27;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-left: -20px;
    font-weight: 500; }
  .sec-inner-right h1 {
    color: #da5f27;
    font-size: 6rem;
    font-weight: 600; }
  .sec-inner-right p {
    color: #222;
    font-size: 1.3rem;
    text-align: justify;
    opacity: 0.85;
    padding-bottom: 20px;
    font-weight: bold; }

/* receipe
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.receipe-wrapper a.sec-inner:first-child {
  z-index: 1;
  position: relative; }

/* blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blog-wrapper,
section.receipe-wrapper {
  padding-bottom: 50px;
  position: relative; }

a.blog-inner,
a.sec-inner {
  text-decoration: none;
  line-height: 1.5;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

figure.blog-img img {
  width: 100%; }

.blog-cont {
  padding: 20px 20px 40px 40px; }
  .blog-cont h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold; }
  .blog-cont p {
    font-size: 1rem;
    padding-bottom: 15px; }

a.blog-all {
  text-align: center;
  padding: 50px 0;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: "Cabin", sans-serif;
  opacity: 0.7;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  a.blog-all:hover {
    opacity: 1; }

.blog-title-wrap h2 {
  font-size: 1.3rem;
  color: #000; }

.blog-title-wrap p {
  color: #1a1819;
  font-size: 0.8rem;
  padding-bottom: 15px; }

.blog-wrapper a.blog-inner {
  padding-bottom: 30px; }

.btn-purple,
.btn-orange {
  text-align: center;
  padding: 50px 0; }

.btn-purple #loadMore {
  color: #4c4387;
  border: 3px solid #4c4387; }
  .btn-purple #loadMore:hover {
    background-color: #4c4387;
    color: #fff; }

.btn-orange #loadMore {
  color: #e5671c;
  border: 3px solid #e5671c; }
  .btn-orange #loadMore:hover {
    background-color: #e5671c;
    color: #fff; }

#download {
  padding: 23px 60px;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  box-shadow: 0 1px 1px #ccc;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin: auto;
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #4c4387;
  color: #fff;
  margin-bottom: 20px; }
  #download:hover {
    background-color: transparent;
    color: #4c4387; }

#loadMore {
  padding: 23px 60px;
  text-align: center;
  border-width: 0 1px 1px 0;
  border-style: solid;
  box-shadow: 0 1px 1px #ccc;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin: auto;
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  width: 300px;
  display: block;
  font-size: 1.2rem;
  font-weight: bold; }

#blog-post-link {
  padding: 10px 60px;
  text-align: center;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border: 2px solid #fff;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  margin: auto;
  font-family: "Cabin", sans-serif;
  text-decoration: none;
  margin-top: 40px;
  font-size: 1.3rem; }
  #blog-post-link:hover {
    background-color: #4c4387;
    color: #fff; }

/* faq
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq {
  width: 100%;
  padding: 0 5% 0 9%; }
  .faq a.nav-link {
    color: #000;
    opacity: 0.4;
    font-size: 1.5rem;
    font-family: "Cabin", sans-serif;
    font-weight: 600; }
  .faq .nav-pills .nav-link.active,
  .faq .nav-pills .show > .nav-link {
    background: transparent;
    opacity: 1;
    color: #000;
    font-family: "Cabin", sans-serif; }
  .faq button.btn.btn-link {
    color: #000;
    font-size: 1.6rem;
    font-family: "Cabin", sans-serif;
    padding: 0;
    font-weight: 500; }
  .faq .card {
    width: 62%;
    background-color: transparent;
    border: none; }
  .faq .card-header {
    background-color: transparent;
    border: none; }
  .faq button.btn.btn-link:before {
    font-family: FontAwesome;
    content: "\f00d";
    padding-right: 5px;
    color: #da5f27; }
  .faq button.btn.btn-link.collapsed:before {
    content: "\f067"; }
  .faq button.btn.btn-link:hover,
  .faq button.btn.btn-link:active,
  .faq button.btn.btn-link:focus {
    text-decoration: none; }
  .faq .card-body {
    font-size: 1.5rem;
    color: #222222;
    font-family: "Cabin", sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    opacity: 0.85; }

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right; }

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; }

.section-title2 h1 {
  color: #da5f27;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  width: 85%; }

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-inner {
  font-family: "Cabin", sans-serif;
  line-height: 1.5; }
  .footer-inner h1 {
    color: #da5f27;
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: capitalize; }
  .footer-inner p {
    color: #ffffff;
    font-size: 1.4rem;
    padding-bottom: 20px; }

.social-media li {
  display: inline;
  color: #ffffff;
  font-size: 1.2rem;
  padding-right: 10px; }
  .social-media li:first-child {
    padding-right: 10px; }

.social-media .fa {
  border: 1.5px solid #fff;
  border-radius: 30px;
  padding: 5px;
  width: 33px;
  text-align: center;
  opacity: 0.7;
  color: #fff;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .social-media .fa:hover {
    opacity: 1;
    color: #fff; }

.footer-wrap {
  background: url("../../assets/images/blog/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 590px; }

.footer-cont {
  position: relative;
  top: 50%;
  margin-top: 245px;
  width: 100%; }

.footer-title h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700; }

.footer-title p {
  font-size: 2rem;
  color: #fff;
  font-weight: 700; }

.footer-title .social-media {
  width: 70%; }
  .footer-title .social-media p {
    font-size: 1rem;
    float: left; }

ul.social-inner {
  float: right;
  text-align: right;
  font-family: "Cabin", sans-serif; }
  ul.social-inner li:first-child {
    font-size: 1rem; }

.form-input .gform_body {
  width: 70%;
  padding: 30px 40px;
  margin: 30px 0;
  font-family: "Cabin", sans-serif;
  outline: none;
  font-size: 1rem;
  background: #fff;
  float: left; }

.form-input .gform_footer.top_label {
  text-align: left;
  font-size: 1.2rem;
  width: 18%;
  font-family: "Cabin", sans-serif;
  border: none;
  float: left;
  margin: 40px 0 40px -46px; }

.form-input input[type="submit"] {
  color: #fff;
  border: 0; }

.form-input input#input_2_1 {
  border: 0;
  outline: none; }

input#gform_submit_button_2 {
  background: #ea7423; }

body.page-template.page-template-page-blog.page-template-page-blog-php.page.page-id-47 input#gform_submit_button_2 {
  background: #4c4387; }

input.bg-purple {
  background: #4c4387;
  padding: 20px 35px;
  width: 100%; }

i.direction {
  color: #fff;
  margin-left: -77px;
  font-size: 1.5rem;
  display: none; }

/* Blog----page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#header {
  margin-bottom: 50px; }
  #header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    background: transparent;
    border: 2px solid #fff;
    font-family: "Cabin", sans-serif;
    padding: 15px 30px; }
  #header .navbar-expand-lg .navbar-nav {
    float: right; }
  #header .dropdown-item {
    color: #fff;
    font-size: 1rem;
    font-family: "Cabin", sans-serif; }
    #header .dropdown-item:hover {
      ackground-color: transparent; }
  #header .dropdown-menu {
    background: transparent;
    border: none; }
  #header .dropdown-item.active,
  #header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }

.space-wrap {
  padding-bottom: 50px; }

#slider {
  margin-top: 150px; }

.bg-wrap-image,
.bg-wrap-image-1 {
  background-image: url(../../assets/images/blog/banner-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 132%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0 0 66px;
  background-position: bottom 0 right 0;
  position: absolute;
  top: 0;
  left: 0; }

.bg-wrap-image-1 {
  background-image: url(../../assets/images/receipe/banner-bg.png); }

#slider .carousel-item img {
  width: 100%;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  filter: brightness(0.7); }

#slider .carousel-indicators li {
  height: 6px;
  width: 37px; }

#slider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 146px;
  left: 5%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: auto 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  position: absolute;
  justify-content: flex-start; }

#slider .carousel-caption {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 20px;
  left: 5%;
  z-index: 10;
  color: #fff;
  text-align: left;
  width: 60%; }
  #slider .carousel-caption h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 23px; }
  #slider .carousel-caption a {
    color: #fff;
    font-family: "Cabin", sans-serif;
    font-size: 1.2rem;
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 50px;
    display: block; }

/* Blog-inner---page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section#content-wrapper .section-wrap {
  padding: 0 5% 0 9%;
  position: relative; }

section.blog-wrapper-cont-inner {
  margin-top: -277px; }
  section.blog-wrapper-cont-inner .bg-white {
    padding: 35px 15px;
    position: relative; }
  section.blog-wrapper-cont-inner img {
    width: 100%; }

blockquote p {
  font-size: 1.5rem !important;
  font-style: italic;
  color: #4c4387;
  margin: 0;
  padding: 0;
  border-left: 5px solid transparent; }

.arrow {
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrow img {
    width: auto !important;
    -webkit-filter: brightness(1) !important;
    -moz-filter: brightness(1) !important;
    -o-filter: brightness(1) !important;
    filter: brightness(1) !important;
    padding-right: 5px; }

.inner-content-left p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 1.2rem; }

.inner-content-left h1 {
  font-size: 3rem;
  padding-bottom: 20px;
  line-height: 1; }

.inner-content-left .text-purple {
  font-size: 1.5rem;
  font-style: italic; }

.inner-content-left li {
  padding-bottom: 20px; }

.inner-content-right ul.social-icons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid rgba(51, 51, 51, 0.57);
  border-right: 1px solid transparent;
  width: 100%; }
  .inner-content-right ul.social-icons li {
    min-width: 25%;
    width: auto; }
    .inner-content-right ul.social-icons li a:first-child {
      border-right: 1px solid rgba(51, 51, 51, 0.57); }
  .inner-content-right ul.social-icons a {
    display: block;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
    position: relative; }
    .inner-content-right ul.social-icons a:hover {
      color: #fff; }
      .inner-content-right ul.social-icons a:hover i {
        -moz-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        transform: scale(1.1) rotate(360deg);
        opacity: 0; }
      .inner-content-right ul.social-icons a:hover div.fa {
        -moz-transition: all 1.5s;
        -o-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -webkit-transition: all 1.5s;
        transition: all 1.5s;
        opacity: 1; }

.inner-content-right div.fa {
  position: absolute;
  top: center;
  left: center;
  opacity: 0; }

div#ssba-classic-2 a {
  display: inline-block;
  color: #000;
  padding: 20px 0;
  font-size: 1rem;
  text-align: center;
  position: relative;
  border-left: 1px solid rgba(51, 51, 51, 0.57);
  width: 112px;
  min-width: 25%;
  width: auto;
  text-decoration: none;
  border-left: 1px solid transparent !important; }

div#ssba-classic-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(51, 51, 51, 0.57); }

a.ssba_facebook_share:hover {
  background: #3b5998; }

.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-5 {
  background: transparent;
  color: #333333; }

.icon-1:hover {
  color: #fff;
  background: #1da1f2; }

.icon-2:hover {
  color: #fff;
  background: #bc232e; }

.icon-3:hover {
  color: #fff;
  background: #212529; }

.icon-4:hover {
  color: #fff;
  background: #e35a8e; }

.icon-5:hover {
  color: #fff;
  background: #3b5998; }

figure.content-img {
  padding-bottom: 20px; }

.bg-white2 {
  position: absolute;
  top: 0;
  background: #fff;
  right: -17px;
  width: 100%;
  z-index: 1;
  bottom: 0; }

ul.most-popular-links,
ul.most-popular-recipelinks {
  position: relative;
  z-index: 3; }

ul.most-popular-recipelinks li {
  line-height: 2;
  font-family: "Cabin", sans-serif;
  font-size: 1.2rem; }
  ul.most-popular-recipelinks li p {
    text-transform: uppercase; }

.most-popular {
  padding-left: 40px;
  position: relative; }
  .most-popular h1 {
    padding-left: 50px;
    font-size: 1rem;
    z-index: 3;
    position: relative; }
  .most-popular .bg-orange {
    position: absolute;
    bottom: -25px;
    height: 100%;
    right: -30px;
    width: 100%;
    z-index: 0; }

ul.most-popular-links h2 {
  float: left;
  padding-right: 30px;
  font-size: 4rem;
  font-weight: bold;
  color: #4c4387; }

ul.most-popular-links li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 20px;
  padding-top: 20px; }

ul.most-popular-links h3 {
  font-size: 1.3rem;
  padding-bottom: 5px; }

ul.most-popular-links p {
  font-size: 1rem; }

ul.most-popular-links a {
  text-decoration: none; }

.related-post-wrapper {
  background-image: url(../../assets/images/banners/banner-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 70px 0; }
  .related-post-wrapper .section-title h2 {
    text-align: center;
    float: unset; }

/* recipe-inner---page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.related-post2-wrapper {
  background-image: url(../../assets/images/banners/banner-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 70px 0; }
  .related-post2-wrapper .section-title h2 {
    text-align: center;
    float: unset; }

.inner-content-left .recipe-timer {
  line-height: 1.5; }
  .inner-content-left .recipe-timer h3 {
    font-size: 2rem; }

.recipe-wrapper-cont-inner {
  margin-top: -277px; }
  .recipe-wrapper-cont-inner .inner-content-left {
    line-height: 1.5; }
    .recipe-wrapper-cont-inner .inner-content-left h3 {
      font-size: 2rem; }
    .recipe-wrapper-cont-inner .inner-content-left h4 {
      font-size: 1.3rem;
      color: grey; }
    .recipe-wrapper-cont-inner .inner-content-left p {
      font-size: 1.2rem; }
  .recipe-wrapper-cont-inner .most-popular {
    margin-bottom: 50px; }
  .recipe-wrapper-cont-inner .most-popular.ingredients h3 {
    text-transform: uppercase;
    color: #000000;
    position: relative;
    z-index: 3;
    font-size: 1.2rem;
    padding-bottom: 20px; }
  .recipe-wrapper-cont-inner .bg-white {
    padding: 35px 15px;
    position: relative; }
  .recipe-wrapper-cont-inner .content-cont {
    padding-top: 35px; }
  .recipe-wrapper-cont-inner .bg-orange {
    position: absolute;
    top: -70px;
    height: 122%;
    right: -30px;
    width: 100%;
    z-index: 0; }
  .recipe-wrapper-cont-inner .bg-white2 {
    position: absolute;
    top: -70px;
    background: #fff;
    right: -17px;
    width: 100%;
    z-index: 1;
    bottom: 0; }

.recipe-timer p {
  padding: 0;
  position: relative;
  border-right: 1px solid rgba(218, 218, 218, 0.78); }

.timer:last-child p {
  border-right: 1px solid rgba(218, 218, 218, 0); }

.horizontal-line {
  border: 1px solid rgba(218, 218, 218, 0.78);
  width: 96%;
  margin: 20px auto; }

.ingredients {
  padding-bottom: 15px; }
  .ingredients p {
    padding-bottom: 15px;
    text-transform: uppercase; }
  .ingredients li {
    font-family: "Cabin", sans-serif;
    font-size: 1.2rem;
    line-height: 2.5; }

.inner-content-wrap-right .most-popular {
  margin-bottom: 73px; }

/* contact
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer-inner .bg-orange {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70%;
  width: 93%; }

.footer-inner .bg-white {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 93%;
  height: 140%; }

.contact-info {
  position: relative;
  width: 80%;
  margin: auto;
  padding-top: 30px; }

input#input_1_1,
input#input_1_2,
input#input_1_4,
textarea#input_1_3 {
  border-bottom: 1px solid #838383 !important;
  border: 1px solid transparent;
  outline: none; }

input#gform_submit_button_1 {
  background: #da5f27;
  color: #fff;
  padding: 15px 30px;
  border: 0;
  float: right;
  font-size: 1rem; }

li#field_1_1,
li#field_1_1,
li#field_1_2,
li#field_1_3,
li#field_1_4 {
  padding-bottom: 15px; }

label.gfield_label {
  display: none; }

/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1280px) {
  figure.image {
    top: 13px; } }

@media screen and (max-width: 1200px) {
  #section1,
  #section0,
  #section2,
  #section3,
  #section4 {
    padding-top: 30px; } }

@media screen and (max-width: 1198px) {
  #bg-1 .fp-tableCell {
    vertical-align: unset; }
  .scroll {
    bottom: 79px; }
  #section0 .fp-tableCell,
  #section4 .fp-tableCell,
  #section5 .fp-tableCell {
    vertical-align: middle; }
  .left-content,
  .right-content {
    flex: 0 0 100%;
    max-width: 100%; }
  .left-content {
    margin-top: 110px;
    text-align: center;
    padding-bottom: 50px; }
    .left-content p {
      text-align: center; }
  #slider .carousel-caption {
    width: 80%;
    color: #fff; }
  section.blog-wrapper-cont-inner {
    margin-top: 0; }
  figure.image {
    text-align: center;
    position: relative; }
    figure.image img {
      width: auto; }
  .recipe-wrapper-cont-inner {
    margin-top: 0; }
  .recipe-wrapper-cont-inner .bg-white {
    padding: 0; }
  #slider .carousel-caption {
    width: 89%; }
  #slider .carousel-indicators {
    bottom: 53px; }
  .footer-inner .bg-white {
    height: 100%; } }

@media screen and (max-width: 992px) {
  #slider .carousel-indicators {
    display: none; }
  #slider .carousel-caption {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    width: 60%; }
  #bg-1 .fp-tableCell {
    vertical-align: middle; }
  .hide,
  .toggle-menu {
    display: block; }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  nav li {
    margin-top: 1px; }
  nav li a {
    font-size: 1.5rem; }
  .scroll-icon {
    display: none; }
  #fp-nav.right {
    display: none !important; }
  .sec-inner-right {
    padding: 0 5% 0 9%;
    width: 100%; }
  .faq .card {
    width: 100%; }
  .left-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
    .left-content p {
      text-align: center; }
  i.fa.fa-caret-down {
    width: 49px; }
  .header-top {
    background: rgba(0, 47, 77, 0.25) !important; }
  a.sec-inner,
  a.blog-inner {
    flex: 0 0 50% !important;
    max-width: 50% !important; }
    a.sec-inner:last-child,
    a.blog-inner:last-child {
      display: none; }
  #header .navbar-expand-lg .navbar-toggler {
    display: none; }
  #header .navbar-offcanvas .navbar-toggler {
    display: none; }
  #header .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  #header .w-100 {
    width: 57% !important; }
  #header body > .navbar-collapse {
    display: none; }
  #header .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-cont {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 50px; }
  .recipe-wrapper-cont-inner .most-popular {
    margin-bottom: 114px; }
  .recipe-wrapper-cont-inner .bg-orange {
    top: 0;
    height: 103%; }
  .most-popular {
    padding-left: 0; }
  i.direction {
    display: none; }
  .footer-title .social-media {
    width: 100%; }
  .footer-inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px; }
  .sect-footer {
    padding: 50px 0; } }

@media (max-width: 850px) {
  .sec-inner-right {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #e7e6e4; }
  .inner-content-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .inner-content-right ul li {
    margin-bottom: 20px; }
  section.blog-wrapper-cont-inner .inner-content-right ul li {
    margin-bottom: 0; }
  #section2,
  #section4 {
    background-image: none;
    background-color: #e7e6e4; } }

@media screen and (max-width: 767px) {
  figure .scroll {
    display: none; }
  a.sec-inner {
    margin-bottom: 20px; }
  a.blog-inner {
    margin-bottom: 20px; }
  .sec-inner-right {
    width: 100%; }
    .sec-inner-right h2 {
      margin: 0; }
  div#v-pills-tab {
    -webkit-box-orient: row !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    background: #f8f7f7; }
  .bg-color {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(15, 15, 15, 0.3); }
  .faq {
    background: #fff; }
  section.blog-wrapper,
  section.receipe-wrapper {
    background-color: #f5f6fa; }
  a.sec-inner,
  a.blog-inner {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  figure.image img {
    width: 100%; }
  .form-input .gform_footer.top_label {
    width: 24%;
    font-family: "Cabin", sans-serif; } }

@media (max-width: 600px) {
  .inner-content-right ul li {
    min-width: 70px; }
  .inner-content-right ul li a:hover i {
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg); }
  a.navbar-brand img {
    width: 70%;
    margin: auto; }
  .navbar {
    height: 60px; }
  .left-content h1 {
    font-size: 5rem; } }

@media (max-height: 500px) {
  .inner-content-right ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  figure.image {
    display: none; } }

@media screen and (max-width: 400px) {
  .open-menu-nav {
    padding: 20px 0; }
  nav li a {
    padding: 3px; } }
