/******************************************************************
    Template Name: Yummy Food Blog
    Description: Yummy Food Blog HTML Template
    Author: Colorlib
    Author URI: http://www.colorlib.com
    Version: 1.0
    Created: Colorlib
******************************************************************/


/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Page Top Recipe
5.  Top Recipe
6.  Categories Filter
7.  Features Recipe
8.  Simila Recipe
9.  Footer
10. Other Pages Style

-------------------------------------------------------------------*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #353535;
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    color: #353535;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 91px;
    font-style: normal;
}


/*---------------------
  Helper CSS
-----------------------*/

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}


/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 11px 44px 15px;
    color: #fff;
    background: #FF5581;
    line-height: 23px;
}

.submit-btn {
    color: #fff;
    background: #30380D;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 25px 70px;
    border-radius: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*---------------------
  Header
-----------------------*/

.header-section {
    padding: 15px 0;
    position: fixed;
    top: 0;
    background-color: #fff8;
    z-index: 9999;
    width: 100%;
    transition: 0.5s all ease;
}

.header-section.scrolled {
    padding: 5px 0 10px;
    background-color: #fffe;
}

.header-section .logo {
    text-align: center;
    margin-bottom: 20px;
    transition: 0.5s all ease;
}

.header-section.scrolled .logo {
    margin-bottom: 0px;
}

.header-section .logo img {
    max-width: 60%;
    transition: 0.5s all ease;
}

@media (max-width: 768px) {
    .header-section .logo img {
        width: 10rem !important;
    }
}

.header-section.scrolled .logo img {
    transform: scale(0.8);
}

.header-section .logo a {
    display: inline-block;
}

.header-section .nav-menu {
    position: relative;
}

.header-section .nav-menu .main-menu {
    text-align: center;
}

.header-section .nav-menu .main-menu ul li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

.header-section .nav-menu .main-menu ul li:last-child {
    margin-right: 0;
}

.header-section .nav-menu .main-menu ul li:last-child:after {
    display: none;
}

.header-section .nav-menu .main-menu ul li:hover a {
    color: #30380D;
}

.header-section .nav-menu .main-menu ul li:hover a:after {
    opacity: 1;
}

.header-section .nav-menu .main-menu ul li.active a {
    color: #30380D;
}

.header-section .nav-menu .main-menu ul li.active a:after {
    opacity: 1;
}

.header-section .nav-menu .main-menu ul li:after {
    position: absolute;
    right: -35px;
    top: 4px;
    height: 21px;
    width: 2px;
    background: #BBBCC0;
    content: "";
}

.header-section .nav-menu .main-menu ul li a {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-section .nav-menu .main-menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #30380D;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-section .nav-menu .main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 16px;
}

.header-section .nav-menu .main-menu ul .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 0;
    top: 100%;
    padding: 20px 0 10px;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    text-align: left;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.header-section .nav-menu .main-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
}

.header-section .nav-menu .main-menu ul .sub-menu li:after {
    display: none;
}

.header-section .nav-menu .main-menu ul .sub-menu li a {
    display: block;
    color: #000;
    margin-left: 0;
    padding: 5px 20px;
    font-size: 16px;
}

.header-section .nav-menu .main-menu ul .sub-menu li a:after {
    display: none;
}

.header-section .nav-menu .main-menu ul .sub-menu li a:hover {
    color: #30380D;
}

.header-section .nav-menu .nav-right {
    position: absolute;
    right: 150px;
    top: -2px;
    font-size: 21px;
    color: #939394;
}

.header-section .nav-menu .nav-right i {
    cursor: pointer;
}

.slicknav_menu {
    display: none;
}


/*---------------------
  Page Top Recipe
-----------------------*/

.page-about-miso {
    padding-bottom: 110px;
}

.page-about-miso .pt-recipe-item {
    margin-bottom: 35px;
}

.page-about-miso .pt-recipe-item:hover .pt-recipe-img:after {
    opacity: 0.34;
}

.page-about-miso .pt-recipe-item:hover .pt-recipe-img i {
    opacity: 1;
}

.page-about-miso .pt-recipe-item.large-item {
    text-align: center;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
    height: 745px;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text {
    text-align: center;
    display: inline-block;
    background: white;
    margin-top: -56px;
    padding-top: 19px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text span {
    color: #878787;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

.page-about-miso .pt-recipe-item.large-item .pt-recipe-text h3 {
    color: #353535;
    font-weight: 700;
    line-height: 33px;
}

.page-about-miso .pt-recipe-item .pt-recipe-img {
    height: 311px;
    min-width: 100%;
    position: relative;
    z-index: 1;
}

.page-about-miso .pt-recipe-item .pt-recipe-img:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #30380D;
    content: "";
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.page-about-miso .pt-recipe-item .pt-recipe-img i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px);
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.page-about-miso .pt-recipe-item .pt-recipe-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
}

.page-about-miso .pt-recipe-item .pt-recipe-text h4 {
    color: #353535;
    line-height: 30px;
    font-weight: 700;
}


/*---------------------
  Top Recipe
-----------------------*/

.about-miso {
    background: #F8F9FB;
    padding: 60px 0;
    position: relative;
}

.about-miso .section-title {
    width: 470px;
    text-align: right;
    background: #30380D;
    padding: 18px 0;
    padding-right: 40px;
}

.about-miso .section-title h5 {
    color: #fff;
    font-weight: 700;
}

.about-miso .po-relative {
    position: relative;
}

.about-miso-item {
    margin-bottom: 40px;
}

.about-miso-item:hover .about-miso-img:after {
    opacity: 0.5;
}

.about-miso-item:hover .about-miso-img i {
    opacity: 1;
}

.about-miso-item.large-item .about-miso-img {
    height: 514px;
    width: 100%;
    max-width: 100%;
}

.about-miso-item.large-item .about-miso-text {
    padding-top: 38px;
}

.about-miso-item.large-item .about-miso-text h4 {
    margin-top: 23px;
    margin-bottom: 20px;
}

.about-miso-item .about-miso-img {
    height: 145px;
    position: relative;
    z-index: 1;
}

.about-miso-item .about-miso-img i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px);
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.about-miso-text {
    line-height: 25px;
}

.about-miso-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.about-miso-text .store-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}


/*---------------------
  Categories Filter
-----------------------*/

.categories-filter-section .filter-item {
    margin-bottom: 30px;
}

.categories-filter-section .filter-item ul li {
    list-style: none;
    color: #353535;
    display: inline-block;
    padding: 15px 42px;
    font-weight: 700 !important;
    margin-right: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.categories-filter-section .filter-item ul li.active {
    color: #fff !important;
}

.categories-filter-section .filter-item ul li.active::before {
    opacity: 1;
}

.categories-filter-section .filter-item ul li.active::after {
    opacity: 1;
}

.categories-filter-section .filter-item ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #30380D;
    content: "";
    z-index: -1;
    opacity: 0;
}

.categories-filter-section .filter-item ul li::after {
    position: absolute;
    left: 50%;
    bottom: -12px;
    border-top: 20px solid #30380D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    content: "";
    z-index: -1;
    opacity: 0;
}

.cf-filter {
    overflow: hidden;
}

.cf-filter .cf-item {
    float: left;
    width: calc(20% - 32px);
    margin-right: 40px;
    margin-bottom: 30px;
}

.cf-filter .cf-item:last-child {
    margin-right: 0;
}

.cf-filter .cf-item .cf-item-pic img {
    min-width: 100%;
}

.cf-filter .cf-item .cf-item-text {
    text-align: center;
    padding: 0 15px;
    padding-top: 18px;
}

.cf-filter .cf-item .cf-item-text h5 {
    color: #353535;
    font-weight: 700;
    line-height: 27px;
}


/*---------------------
  Services
-----------------------*/

.services {
    position: relative;
    background: #ada69482;
    padding-top: 120px;
}

.services .section-title {
    width: 430px;
    text-align: right;
    background: #30380D;
    padding: 18px 0;
    padding-right: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.services .section-title h5 {
    color: #fff;
    font-weight: 700;
}

.services .po-relative {
    position: relative;
}

.services .po-relative .plus-icon {
    position: absolute;
    right: 0;
    top: -112px;
    width: 80px;
    background: #30380D;
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #fff;
}

.fr-item {
    margin-bottom: 30px;
}

.fr-item .fr-item-img {
    float: none;
    margin-right: 0;
    width: 120px;
    height: 120px;
    background-color: #30380d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.fr-item .fr-item-img img {
    width: 60%;
    border-radius: 50%;
}

.fr-item .fr-item-text {
    padding-top: 32px;
    padding-bottom: 25px;
    text-align: center;
}

.fr-item .fr-item-text h4 {
    color: #353535;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.fr-item .fr-item-text h5 {
    margin-bottom: 10px;
}


/*---------------------
  Footer
-----------------------*/

.footer-section {
    background: #EAEDF2;
}

.footer-section .fs-left {
    margin-bottom: 31px;
}

.footer-section .fs-left .logo {
    margin-bottom: 34px;
}

.footer-section .fs-left .logo a {
    display: inline-block;
}

.footer-section .fs-left p {
    color: #7a818d;
}

.footer-section .copyright-text {
    font-size: 14px;
    color: #000a;
    padding: 8px 0;
}

.footer-section .copyright-text a {
    color: #30380D;
}


/* ---------------------------------- Other Pages Styles --------------------------------*/


/*---------------------
  Header Other Pages
-----------------------*/

.header-section-other {
    height: 85px;
    padding-top: 21px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
}

.header-section-other .logo {
    float: left;
}

.header-section-other .logo a {
    display: inline-block;
}

.header-section-other .nav-menu {
    position: relative;
    float: right;
    margin-top: 10px;
}

.header-section-other .nav-menu .main-menu {
    margin-right: 100px;
}

.header-section-other .nav-menu .main-menu ul li {
    display: inline-block;
    margin-right: 60px;
    position: relative;
}

.header-section-other .nav-menu .main-menu ul li:last-child {
    margin-right: 0;
}

.header-section-other .nav-menu .main-menu ul li:last-child:after {
    display: none;
}

.header-section-other .nav-menu .main-menu ul li:hover a {
    color: #30380D;
}

.header-section-other .nav-menu .main-menu ul li:hover a:after {
    opacity: 1;
}

.header-section-other .nav-menu .main-menu ul li.active a {
    color: #30380D;
}

.header-section-other .nav-menu .main-menu ul li.active a:after {
    opacity: 1;
}

.header-section-other .nav-menu .main-menu ul li:after {
    position: absolute;
    right: -35px;
    top: 4px;
    height: 21px;
    width: 2px;
    background: #BBBCC0;
    content: "";
}

.header-section-other .nav-menu .main-menu ul li a {
    color: #353535;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-section-other .nav-menu .main-menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #30380D;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header-section-other .nav-menu .main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 16px;
}

.header-section-other .nav-menu .main-menu ul .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 0;
    top: 100%;
    padding: 20px 0 10px;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    text-align: left;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.header-section-other .nav-menu .main-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li:after {
    display: none;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a {
    display: block;
    color: #000;
    margin-left: 0;
    padding: 5px 20px;
    font-size: 16px;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a:after {
    display: none;
}

.header-section-other .nav-menu .main-menu ul .sub-menu li a:hover {
    color: #30380D;
}

.header-section-other .nav-menu .nav-right {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 21px;
    color: #939394;
}

.header-section-other .nav-menu .nav-right i {
    cursor: pointer;
}


/*---------------------
  Hero Search
-----------------------*/

.hero-search {
    height: 252px;
}

.hero-search .filter-table {
    height: 252px;
    width: 100%;
    display: table;
}

.hero-search .filter-table .filter-search {
    display: table-cell;
    vertical-align: middle;
}

.hero-search .filter-table .filter-search input {
    width: calc(28% - 10px);
    margin-right: 10px;
    font-size: 16px;
    height: 54px;
    padding-left: 34px;
    border: 1px solid #fff;
}

.hero-search .filter-table .filter-search input::-webkit-input-placeholder {
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search input::-moz-placeholder {
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search input:-ms-input-placeholder {
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search input::-ms-input-placeholder {
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search input::placeholder {
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search .nice-select {
    float: none;
    display: inline-block;
    width: calc(28% - 10px);
    margin-right: 10px;
    font-size: 16px;
    height: 53px;
    padding-left: 34px;
    border: 1px solid #fff;
    line-height: 53px;
    border-radius: 0;
    color: #353535;
    font-style: italic;
}

.hero-search .filter-table .filter-search .nice-select:after {
    display: none;
}

.hero-search .filter-table .filter-search .nice-select .list {
    width: 100%;
    margin-top: 1px;
    border-radius: 0;
}

.hero-search .filter-table .filter-search button {
    padding: 12px 55px;
    border: 1px solid #30380D;
    background: #30380D;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}


/*---------------------
  Recipe Section
-----------------------*/

.recipe-item {
    margin-bottom: 40px;
}

.recipe-item a {
    display: block;
    margin-bottom: 34px;
}

.recipe-item a img {
    min-width: 100%;
}

.recipe-item .ri-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.recipe-item .ri-text a {
    margin-bottom: 20px;
    margin-top: 23px;
}

.recipe-item .ri-text a h4 {
    font-weight: 700;
}

.recipe-section {
    padding-bottom: 160px;
}

.recipe-section .recipe-pagination {
    padding-top: 55px;
}

.recipe-section .recipe-pagination a {
    display: inline-block;
    font-size: 14px;
    color: #353535;
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    margin-right: -4px;
    -webkit-transition: all 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.recipe-section .recipe-pagination a.active {
    background: #30380D;
    color: #fff;
}

.recipe-section .recipe-pagination a:hover {
    background: #30380D;
    color: #fff;
}


/*--------------------------
  Categories Feature Recipe
--------------------------*/

.categories-services {
    position: relative;
    background: #F8F9FB;
    padding-bottom: 40px;
}

.categories-services .section-title {
    width: 430px;
    text-align: right;
    background: #30380D;
    padding: 18px 0;
    padding-right: 40px;
    position: absolute;
    top: -57px;
    left: 0;
}

.categories-services .section-title h5 {
    color: #fff;
    font-weight: 700;
}

.categories-services .po-relative {
    position: relative;
}

.categories-services .po-relative .plus-icon {
    position: absolute;
    right: 0;
    top: -157px;
    width: 80px;
    background: #30380D;
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #fff;
}

.cfr-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.cfr-item:hover .cfr-item-img:after {
    opacity: 0.5;
}

.cfr-item:hover .cfr-item-img i {
    opacity: 1;
}

.cfr-item .cfr-item-img {
    width: 192px;
    height: 145px;
    float: left;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.cfr-item .cfr-item-img:after {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #30380D;
    content: "";
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cfr-item .cfr-item-img i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-46px);
    transform: translateY(-46px);
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cfr-item .cfr-item-text {
    overflow: hidden;
}

.cfr-item .cfr-item-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.cfr-item .cfr-item-text a {
    display: block;
}

.cfr-item .cfr-item-text a h4 {
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 20px;
}

.cfr-item .cfr-item-text p {
    margin-bottom: 0;
}

.cfr-small-item {
    overflow: hidden;
    margin-bottom: 35px;
}

.cfr-small-item a {
    float: left;
    margin-right: 22px;
}

.cfr-small-item .cfr-small-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.cfr-small-item .cfr-small-text h6 {
    font-weight: 700;
    margin-top: 9px;
    line-height: 22px;
    color: #353535;
}


/*--------------------------
  Single Page Recipe
--------------------------*/

.single-page-recipe {
    padding-bottom: 70px;
}

.recipe-top {
    margin-bottom: 128px;
    padding: 0 60px;
}

.recipe-top .recipe-title {
    text-align: center;
    margin-bottom: 90px;
}

.recipe-top .recipe-title span {
    display: inline-block;
    color: #30380D;
    font-size: 16px;
}

.recipe-top .recipe-title h2 {
    color: #353535;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 44px;
    margin-top: 40px;
}

.recipe-top .recipe-title ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #30380D;
    color: #fff;
    padding: 4px 25px 4px 25px;
    margin-right: 2px;
}

.recipe-top .recipe-title ul li:last-child {
    margin-right: 0;
}

.ingredients-item {
    border: 2px solid #F5F6FA;
    margin-bottom: 20px;
}

.ingredients-item .intro-item {
    background: #30380D;
    text-align: center;
    position: relative;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
}

.ingredients-item .intro-item img {
    height: 122px;
    width: 122px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -38px;
    -webkit-transform: translateX(-61px);
    transform: translateX(-61px);
}

.ingredients-item .intro-item h2 {
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 15px;
}

.ingredients-item .intro-item .rating {
    margin-bottom: 15px;
}

.ingredients-item .intro-item .rating i {
    color: #fff;
    margin-right: 2px;
}

.ingredients-item .intro-item .rating i:last-child {
    margin-right: 0;
}

.ingredients-item .intro-item .reviews {
    color: #fff;
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 35px;
}

.ingredients-item .intro-item .recipe-time {
    background: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

.ingredients-item .intro-item .recipe-time ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 10px;
}

.ingredients-item .intro-item .recipe-time ul li:last-child {
    margin-right: 0;
}

.ingredients-item .intro-item .recipe-time ul li span {
    font-weight: 400;
}

.ingredients-item .ingredient-list {
    padding: 22px 20px;
}

.ingredients-item .ingredient-list .recipe-btn {
    margin-bottom: 38px;
}

.ingredients-item .ingredient-list .recipe-btn a {
    display: inline-block;
    background: #30380D;
    color: #fff;
    padding: 15px 57px;
    font-size: 16px;
    font-weight: 700;
}

.ingredients-item .ingredient-list .recipe-btn a.black-btn {
    margin-left: 15px;
    background: #000;
}

.ingredients-item .ingredient-list .list-item {
    padding-left: 20px;
}

.ingredients-item .ingredient-list .list-item h5 {
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.ingredients-item .ingredient-list .list-item .salad-list {
    margin-bottom: 44px;
}

.ingredients-item .ingredient-list .list-item .salad-list h6 {
    color: #98a2a8;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .salad-list ul li {
    list-style: none;
    font-size: 16px;
    color: #353535;
    line-height: 36px;
    position: relative;
    padding-left: 38px;
}

.ingredients-item .ingredient-list .list-item .salad-list ul li:after {
    position: absolute;
    left: 0;
    top: 14px;
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 50%;
}

.ingredients-item .ingredient-list .list-item .dressing-list {
    margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .dressing-list h6 {
    color: #98a2a8;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ingredients-item .ingredient-list .list-item .dressing-list ul li {
    list-style: none;
    font-size: 16px;
    color: #353535;
    line-height: 36px;
    position: relative;
    padding-left: 38px;
}

.ingredients-item .ingredient-list .list-item .dressing-list ul li:after {
    position: absolute;
    left: 0;
    top: 14px;
    width: 9px;
    height: 9px;
    background: #000;
    content: "";
    border-radius: 50%;
}

.nutrition-fact {
    background: #353535;
    padding: 0 40px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.nutrition-fact .nutri-title {
    overflow: hidden;
    padding-bottom: 35px;
    margin-left: -40px;
    margin-right: -40px;
    border-bottom: 2px solid #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.nutrition-fact .nutri-title h6 {
    float: left;
    color: #fff;
}

.nutrition-fact .nutri-title span {
    float: right;
    color: #fff;
}

.nutrition-fact ul {
    margin-top: 23px;
}

.nutrition-fact ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 10px;
}

.nutrition-fact ul li:last-child {
    margin-right: 0;
}

.recipe-right .recipe-desc {
    margin-bottom: 50px;
}

.recipe-right .recipe-desc h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 50px;
}

.recipe-right .recipe-desc p {
    margin-bottom: 25px;
}

.recipe-right .instruction-list {
    margin-bottom: 42px;
}

.recipe-right .instruction-list h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 50px;
}

.recipe-right .instruction-list ul li {
    list-style: none;
    color: #353535;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 32px;
    position: relative;
    padding-left: 68px;
}

.recipe-right .instruction-list ul li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #30380D;
    font-size: 18px;
    font-weight: 700;
}

.recipe-right .notes h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 35px;
}

.recipe-right .notes .notes-item {
    background: #F5F6FA;
    padding-left: 34px;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.recipe-right .notes .notes-item span {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 27px;
    background: #30380D;
}

.recipe-right .notes .notes-item p {
    margin-top: 10px;
}


/*--------------------------
  Similar Recipe
--------------------------*/

.similar-recipe {
    background: #353535;
    padding-top: 135px;
    padding-bottom: 60px;
}

.similar-item {
    overflow: hidden;
    margin-bottom: 35px;
}

.similar-item a {
    float: left;
    margin-right: 22px;
}

.similar-item .similar-text {
    overflow: hidden;
}

.similar-item .similar-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.similar-item .similar-text h6 {
    font-weight: 700;
    margin-top: 9px;
    line-height: 22px;
    color: #fff;
}


/*--------------------------
  Blog
--------------------------*/

.blog-section .blog-pic {
    margin-bottom: 100px;
    padding: 0 60px;
}

.blog-text .blog-title {
    text-align: center;
    margin-bottom: 55px;
}

.blog-text .blog-title span {
    display: inline-block;
    color: #30380D;
    font-size: 16px;
}

.blog-text .blog-title h2 {
    color: #353535;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 16px;
}

.blog-text .blog-title ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #30380D;
    color: #fff;
    padding: 4px 25px 4px 25px;
    margin-right: 2px;
}

.blog-text .blog-title ul li:last-child {
    margin-right: 0;
}

.blog-text .blog-desc {
    text-align: center;
}

.blog-text .blog-desc p {
    margin-bottom: 26px;
}

.blog-text .blog-quote {
    text-align: center;
    margin-bottom: 85px;
}

.blog-text .blog-quote i {
    font-size: 22px;
    color: #30380D;
}

.blog-text .blog-quote p {
    color: #353535;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 42px;
    margin-top: 25px;
}

.blog-text .blog-comment {
    text-align: center;
    margin-bottom: 85px;
}

.blog-text .blog-comment h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 55px;
}

.blog-text .blog-comment .single-comment img {
    height: 53px;
    height: 53px;
    border-radius: 50%;
}

.blog-text .blog-comment .single-comment ul {
    margin-top: 20px;
    margin-bottom: 16px;
}

.blog-text .blog-comment .single-comment ul li {
    list-style: none;
    display: inline-block;
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
}

.blog-text .blog-comment .single-comment ul li:after {
    position: absolute;
    right: -13px;
    top: 6px;
    height: 13px;
    width: 2px;
    background: #353535;
    content: "";
}

.blog-text .blog-comment .single-comment ul li:last-child {
    margin-right: 0;
}

.blog-text .blog-comment .single-comment ul li:last-child:after {
    display: none;
}

.blog-text .comment-form {
    text-align: center;
}

.blog-text .comment-form h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 55px;
}

.blog-text .comment-form input {
    width: 100%;
    height: 64px;
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-right: 15px;
    color: #353535;
    font-size: 16px;
}

.blog-text .comment-form input::-webkit-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form input::-moz-placeholder {
    font-style: italic;
}

.blog-text .comment-form input:-ms-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form input::-ms-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form input::placeholder {
    font-style: italic;
}

.blog-text .comment-form textarea {
    width: 100%;
    height: 430px;
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    resize: none;
    padding-left: 35px;
    padding-top: 20px;
    padding-right: 15px;
    color: #353535;
    font-size: 16px;
    margin-bottom: 30px;
}

.blog-text .comment-form textarea::-webkit-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form textarea::-moz-placeholder {
    font-style: italic;
}

.blog-text .comment-form textarea:-ms-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form textarea::-ms-input-placeholder {
    font-style: italic;
}

.blog-text .comment-form textarea::placeholder {
    font-style: italic;
}

.blog-text .comment-form button {
    padding: 18px 85px;
    display: inline-block;
    background: #30380D;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #30380D;
    cursor: pointer;
}


/*--------------------------
  About Me
--------------------------*/

.about-left .about-title {
    text-align: center;
    padding-top: 55px;
}

.about-left .about-title span {
    display: inline-block;
    color: #30380D;
    font-size: 16px;
}

.about-left .about-title h2 {
    color: #353535;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 42px;
    margin-top: 16px;
}

.about-left .about-title p {
    margin-bottom: 26px;
}

.about-right .sidebar {
    margin-bottom: 74px;
}

.about-right .sidebar .sidebar-item {
    overflow: hidden;
    margin-bottom: 35px;
}

.about-right .sidebar .sidebar-item a {
    float: left;
    margin-right: 22px;
}

.about-right .sidebar .sidebar-item .sidebar-item-text .cat-name {
    color: #fff;
    background: #30380D;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 25px 4px 25px;
}

.about-right .sidebar .sidebar-item .sidebar-item-text h6 {
    font-weight: 700;
    margin-top: 9px;
    line-height: 22px;
    color: #353535;
}

.about-right .about-right-add {
    height: 512px;
    position: relative;
}

.about-right .about-right-add h4 {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 30px;
    text-align: center;
    background: #30380D;
    color: #fff;
    display: inline-block;
    padding: 40px 0;
}


/*--------------------------
  Contact
--------------------------*/

.contact-form {
    text-align: center;
}

.contact-form h3 {
    color: #353535;
    font-weight: 700;
    margin-bottom: 55px;
}

.contact-form input {
    width: 100%;
    height: 64px;
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-right: 15px;
    color: #353535;
    font-size: 16px;
}

.contact-form input::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form input::-moz-placeholder {
    font-style: italic;
}

.contact-form input:-ms-input-placeholder {
    font-style: italic;
}

.contact-form input::-ms-input-placeholder {
    font-style: italic;
}

.contact-form input::placeholder {
    font-style: italic;
}

.contact-form textarea {
    width: 100%;
    height: 430px;
    border: 1px solid #F5F6FA;
    background: #F5F6FA;
    resize: none;
    padding-left: 35px;
    padding-top: 20px;
    padding-right: 15px;
    color: #353535;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form textarea::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form textarea::-moz-placeholder {
    font-style: italic;
}

.contact-form textarea:-ms-input-placeholder {
    font-style: italic;
}

.contact-form textarea::-ms-input-placeholder {
    font-style: italic;
}

.contact-form textarea::placeholder {
    font-style: italic;
}

.contact-form button {
    padding: 18px 85px;
    display: inline-block;
    background: #30380D;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #30380D;
    cursor: pointer;
}


/*--------------------------
  Map
--------------------------*/

.map {
    margin: 30px 0;
    padding: 0 30px;
    z-index: 1;
}

.map .map-content .contact-addr {
    background: #30380D;
    text-align: center;
    padding: 20px;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-text {
    z-index: 99;
}

.map .logo img {
    width: 200px;
}

.contact-addr::before {
    content: '';
    position: absolute;
    background-color: #fff3;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
}

.map .map-content .contact-addr span {
    display: block;
    color: #f2f2f2;
    font-weight: 600;
    margin: 20px 0;
    font-size: 1.15rem;
    letter-spacing: 1px;
}

.map .map-content .contact-addr ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #fff;
}

.social-links a {
    margin-right: 15px;
    color: #f2f2f2;
    font-size: 2rem;
}

@media (max-width:578px) {
    .map .map-content .contact-addr {
        height: 350px;
        margin-bottom: 20px;
    }
    .map .logo img {
        width: 160px;
    }
    .map .map-content .contact-addr span {
        font-size: 1rem;
    }
    .map iframe {
        height: 300px;
    }
    .social-links a {
        margin-right: 10px;
        font-size: 1.8rem;
    }
}


/* ----------------------- Responsive Media Styles ------------------------*/

@media only screen and (min-width: 1550px) and (max-width: 1920px) {
    .page-about-miso .container {
        max-width: 1470px;
    }
    .about-miso .container {
        max-width: 1470px;
    }
    .categories-filter-section .container {
        max-width: 1470px;
    }
    .services .container {
        max-width: 1470px;
    }
    .footer-section .container {
        max-width: 1470px;
    }
    .single-page-recipe .container {
        max-width: 1470px;
    }
    .similar-recipe .container {
        max-width: 1470px;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    .page-about-miso .container {
        max-width: 1260px;
    }
    .about-miso .container {
        max-width: 1260px;
    }
    .categories-filter-section .container {
        max-width: 1260px;
    }
    .services .container {
        max-width: 1260px;
    }
    .footer-section .container {
        max-width: 1260px;
    }
    .single-page-recipe .container {
        max-width: 1260px;
    }
    .similar-recipe .container {
        max-width: 1260px;
    }
    .recipe-top {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
    .recipe-top {
        padding: 0;
    }
    .blog-section .blog-pic {
        padding: 0;
    }
}


/* Medium Device */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-section .nav-menu .nav-right {
        right: 90px;
    }
    .fr-item .fr-item-img {
        float: none;
    }
    .footer-section .subscribe-form input {
        margin-bottom: 15px;
    }
    .hero-search .filter-table .filter-search input {
        width: calc(27% - 10px);
    }
    .hero-search .filter-table .filter-search .nice-select {
        width: calc(27% - 10px);
    }
    .hero-search .filter-table .filter-search button {
        padding: 12px 40px;
    }
    .header-section-other .nav-menu .main-menu {
        margin-right: 45px;
    }
    .recipe-top {
        padding: 0;
    }
    .ingredients-item .ingredient-list .recipe-btn a {
        padding: 15px 38px;
    }
    .similar-item a {
        float: none;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }
    .blog-section .blog-pic {
        padding: 0;
    }
}


/* Tablet Device */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-section .nav-menu .nav-right {
        right: 0;
    }
    .about-miso-item .about-miso-img {
        margin-bottom: 20px;
    }
    .cf-filter .cf-item {
        width: calc(30% - 32px);
    }
    .fr-item {
        margin-bottom: 80px;
    }
    .header-section-other .nav-menu .main-menu {
        margin-right: 30px;
    }
    .header-section-other .nav-menu .main-menu ul li {
        margin-right: 20px;
    }
    .header-section-other .nav-menu .main-menu ul li:after {
        right: -12px;
    }
    .hero-search .filter-table .filter-search input {
        width: calc(26% - 10px);
    }
    .hero-search .filter-table .filter-search .nice-select {
        width: calc(26% - 10px);
    }
    .hero-search .filter-table .filter-search button {
        padding: 12px 40px;
    }
    .page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
        height: 680px;
    }
    .header-section-other {
        padding-left: 15px;
        padding-right: 15px;
    }
    .services {
        padding-bottom: 25px;
    }
    .recipe-top {
        padding: 0;
    }
    .recipe-right {
        padding-top: 40px;
    }
    .blog-section .blog-pic {
        padding: 0;
    }
}


/* Large Mobile */

@media only screen and (max-width: 767px) {
    .main-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        background: #30380D;
        position: relative;
    }
    .slicknav_btn {
        margin: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: -45px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }
    .slicknav_menu .slicknav_icon {
        width: auto;
        height: auto;
        margin: 0;
    }
    .slicknav_nav {
        padding-top: 5px;
    }
    .slicknav_nav ul {
        margin: 0;
    }
    .slicknav_nav a {
        text-decoration: none;
        color: #fff;
        padding: 12px 10px;
        margin: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .slicknav_nav a:hover {
        background: #616169;
        color: #fff;
        border-radius: 0;
    }
    .slicknav_menu {
        padding: 0;
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 20px;
        height: 1px;
    }
    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: 4px;
    }
    .header-section {
        padding: 15px 0;
    }
    .header-section .logo {
        margin-bottom: 0;
    }
    .header-section .logo img {
        width: 50%;
    }
    .header-section .nav-menu .nav-right {
        right: 110px;
        top: 6px;
    }
    .page-about-miso .pt-recipe-item.large-item .pt-recipe-img {
        height: 580px;
    }
    .about-miso .section-title {
        width: 300px;
    }
    .about-miso-item .about-miso-img {
        margin-bottom: 20px;
    }
    .cf-filter .cf-item {
        width: calc(51% - 32px);
        margin-right: 25px;
    }
    .services .section-title {
        width: 300px;
    }
    .fr-item .fr-item-img {
        float: none;
    }
    .footer-section .subscribe-form input {
        margin-bottom: 15px;
    }
    .footer-section .subscribe-form input {
        width: 100%;
    }
    .header-section-other {
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
    .header-section-other .logo {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .header-section-other .nav-menu .nav-right {
        right: 110px;
        top: -4px;
    }
    .hero-search .filter-table .filter-search input {
        width: 100%;
        margin-bottom: 5px;
    }
    .hero-search .filter-table .filter-search .nice-select {
        width: 100%;
        margin-bottom: 5px;
    }
    .hero-search .filter-table .filter-search {
        text-align: center;
    }
    .categories-services .section-title {
        width: 300px;
    }
    .categories-filter-section .filter-item ul li {
        padding: 15px 20px;
    }
    .recipe-top {
        padding: 0;
    }
    .recipe-right {
        padding-top: 40px;
    }
    .blog-section .blog-pic {
        padding: 0;
    }
    .map .map-content {
        right: 40px;
    }
    .about-miso-item .about-miso-img {
        height: 145px;
        position: relative;
        z-index: 1;
        max-width: 190px;
    }
    .hero-search {
        height: 340px;
        padding-top: 40px;
    }
    .search-model-form input {
        width: 100%;
    }
}


/* Small Mobile */

@media (max-width: 479px) {
    .about-miso .section-title {
        width: 235px;
    }
    .categories-filter-section .filter-item ul li {
        padding: 15px 25px;
    }
    .cf-filter .cf-item {
        width: 100%;
        margin-right: 0;
    }
    .services .section-title {
        width: 235px;
    }
    .recipe-right .instruction-list ul li {
        padding-left: 30px;
    }
    .cfr-item .cfr-item-img {
        float: none;
        width: 100%;
        max-width: 180px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ingredients-item .ingredient-list .recipe-btn a {
        padding: 15px 16px;
    }
    .nutrition-fact {
        padding: 0 15px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .map .map-content {
        right: calc(50% - 131px);
    }
}

.banner {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(#f1d09d55, #dbe6f600), url(../images/env/6.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-card {
    padding: 30px;
}

.banner-card div {
    font-family: 'Square Peg', cursive;
    font-size: 150px;
    color: #fff7;
}
.banner-card h3 {
    color: #fff7;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    padding: 0;
    list-style: none;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 5px 2px;
    transition: all ease-in-out 0.3s;
    background: #fafafc99;
    position: relative;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #30380daa;
    color: #fff;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 10px;
    overflow: hidden;
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item:hover img {
    top: -30px;
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999999999;
    transition: opacity 0.25s;
    opacity: 0;
}

.floatingButtonInner {
    position: relative;
}

.floatingButtonInner a:hover,
.floatingButtonInner a:focus {
    color: #fff !important;
}

.floatingButton {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: absolute;
    bottom: -2px;
    right: 0px;
    background-color: #30380D;
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fas {
    font-size: 15px !important;
}

.floatingButton .fas {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fas {
    transform: rotate(360deg);
}

.floatingMenu {
    position: absolute;
    bottom: 35px;
    right: 0px;
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}

.floatingMenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
    background: #30380D;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
}

.floatingMenu li a:hover {
    transform: scale(1.1);
}

.scrollTop {
    position: fixed;
    display: none;
    background-color: #30380D;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s;
    z-index: 9;
    color: #fff;
}

.scrollTop:hover,
.scrollTop:focus {
    color: #fff !important;
}

.env {
    position: relative;
    background: #ada69482;
    padding: 130px 0 40px;
    margin: 30px 0;
}

.env-swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.env-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.env .section-title {
    width: 430px;
    text-align: right;
    background: #30380D;
    padding: 18px 0;
    padding-right: 40px;
    position: absolute;
    top: 20px;
    left: 0;
}

.env .section-title h5 {
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .env .section-title {
        width: 300px;
    }
}

@media (max-width: 479px) {
    .env .section-title {
        width: 235px;
    }
}

.scaleOutFade {
    -webkit-animation-name: scaleOutFade;
    animation-name: scaleOutFade;
}

@keyframes scaleOutFade {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.env-swiper-button-next,
.video-swiper-button-next {
    display: none;
}

@media (max-width: 991px) {
    .env-swiper-button-next {
        display: flex;
        width: 45px;
        height: 45px;
        background-color: #30380D;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 31px;
        right: 100px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media (max-width: 578px) {
    .env-swiper-button-next {
        right: 20px;
    }
}

.video {
    position: relative;
    padding: 130px 0 40px;
    margin: 30px 0;
}

.video .section-title {
    width: 430px;
    text-align: right;
    background: #30380D;
    padding: 18px 0;
    padding-right: 40px;
    position: absolute;
    top: 20px;
    left: 0;
}

.video .section-title h5 {
    color: #fff;
    font-weight: 700;
}

.video-swiper-button-next {
    display: none;
}

.video-swiper-slide {
    position: relative;
}

.playpause {
    width: 50px;
    height: 50px;
    background-color: #30380Dff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.3s ease all;
}

.playpause.play {
    opacity: 0;
}

@media (max-width: 991px) {
    .video .section-title {
        width: 300px;
    }
    .video-swiper-button-next {
        display: flex;
        width: 45px;
        height: 45px;
        background-color: #30380D;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 31px;
        right: 100px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media (max-width: 578px) {
    .video-swiper-button-next {
        right: 20px;
    }
}

@media (max-width: 479px) {
    .video .section-title {
        width: 235px;
    }
}

.reservation {
    background-color: #f2f2f2bb;
    border-radius: 10px;
    padding: 20px 0;
}

.reservation .title {
    color: #30380dcf;
    font-weight: bold;
}

.reservation .line {
    border-bottom: 2px solid #30380dcf;
    width: fit-content;
    margin: 0 auto;
}

.reservation .line a {
    color: #30380dcf;
    font-size: 18px;
}

.reservation .line a i {
    font-size: 22px;
}