/* CSS Document */

/* 
    Created on   : 13/08/2019.
    Theme Name   : Cukape.
    Description  : Cukape - Restaurant Cakes and Coffee Shop Template.
    Version      : 1.0.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme menu Style One  */
/*   04 - Menu Style Two */
/*   05 - Theme Toggle Mneu */
/*   06 - Theme Banner  */
/*   07 - Delicious Cukape  */
/*   08 - Our Populer Item/Our Portfolio  */
/*   09 - About us  */
/*   10 - Short Banner  */
/*   11 - Our Awesome Team  */
/*   12 - Client Section  */
/*   13 - Our Blog  */
/*   14 - Footer   */
/*   15 - Theme Inner Banner  */
/*   16 - Single Portfolio  */
/*   17 - Our Food Menu  */
/*   18 - Pricing Plan  */
/*   19 - Blog Inner Page  */
/*   20 - Blog Details */
/*   21 - Shop Page  */
/*   22 - Shop Details  */
/*   23 - Conatct US  */
/*   24 - Popular Faq  */
/*   25 - Error Page  */



/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Grand+Hotel|Open+Sans:300,400,600,700|Playfair+Display:400,700|Lato:100,300');
/*----- NEW Fonts -----*/
@import url('../fonts/DomainDisplay/styles.css');
@import url('../fonts/FTFlama/styles.css');
@import url('../fonts/fieldroast/styles.css');
/*----bootstrap css ----- 
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css');*/
@import url('bootstrap-max.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*----font awesome -------*/
/* @import url('../fonts/font-awesome/css/font-awesome.min.css'); */
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');
/*--------- flat-icon ---------*/
/* @import url('../fonts/icon/font/flaticon.css'); */
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');
/*--------- Jquery ui ---------*/
@import url('../vendor/jquery-ui/jquery-ui.min.css');


/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=7cdfd180-1213-4a5b-9fca-8c99e1dfb237");

@font-face {
  font-family: 'FlamaSemiCond';
  src:url("../fonts/5739c220-fb24-4a11-b10a-4f5791472fa4.eot?#iefix");
  src:url("../fonts/5739c220-fb24-4a11-b10a-4f5791472fa4.eot?#iefix") format("eot"),url("../fonts/c8e75a62-bdeb-4bbb-8cb1-70fa81a8e971.woff2") format("woff2"),url("../fonts/58144b5e-1bda-4279-a90f-154ccd2a0191.woff") format("woff"),url("../fonts/13d98764-c575-4087-b158-4094b9c814bb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:30px;
  height:30px;
  border-radius: 3px;
  position: fixed;
  bottom: 5px;
  right:15px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

:root {
  --gold: #B29070;
}

 body {
  /*   font-family: 'Grand Hotel', cursive;   */
  font-family: 'FlamaSemiCond', sans-serif;
  font-weight: normal;
  color:#fff;
  background: #000;
  font-size: 12px;
  overflow-x: hidden;
 }
 body .main-page-wrapper {
   overflow-x:hidden;
 }
 .box-layout {
  padding: 0 50px;
  max-width: 1920px;
  margin: 0 auto;
 }
 h1,h2,h3,h4,h5,h6 { margin:0;padding: 0;font-family: 'FlamaCond', sans-serif;font-weight: 600; color: #fff;letter-spacing: 1px; line-height: 1em;}
 /* h1 {font-size: 3.8em; } move to scss
 h2 {font-size: 3.7em;}
 h3 {font-size: 1.7em;}
 h4 {font-size: 1.3em;}
 h5 {font-size: 1.2em;}
 h6 {font-size: 1em;} */
 p  {line-height: 1.7em; margin-top: 2em;}
 ul {list-style-type: none;}
 a {text-decoration: none; }
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {
  max-width: 100%;
  width: 100%;
  height: auto;
} button {border:none;outline: none;-webkit-box-shadow: none;box-shadow: none;display: block; padding: 0;}
 .gform_body ul {
  padding-left: 0px;
}
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
input[type=checkbox] + label {
  background: url(../images/Icon_Unchecked.svg) no-repeat left center;
  background-size: contain;
  padding-left: 3em;
  cursor: pointer;
}
input[type=checkbox]:checked + label {
  background-image: url(../images/Icon_Checked.svg);
}
 input[type=text], input[type=email], input[type=tel], textarea, select {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0,0,0,0);
  color: #fff;
  border: 2px solid var(--gold);
  width: 100%;
  padding: 2em;
}
.float-left {float:left;}
.float-right {float:right;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.p0 {padding: 0 !important;}
label {font-weight:normal;}
label a {font-weight:bold;}
/*--------------------- Transition --------------------*/
.tran3s,.theme-button,.theme-main-menu-one #mega-menu-wrapper .nav>li:before,.theme-button span:before,.owl-theme .owl-dots .owl-dot span,
.related-product .owl-theme .owl-nav [class*=owl-],.aside-menu-wrapper ul .dropdown-holder .sub-menu li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tran4s,.delicious-food-section .single-item img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
/*---------------------- Theme Title ---------------------*/
.theme-section-title {position: relative;}
.theme-section-title h2 {line-height: 55px;text-transform: capitalize;}
.theme-section-title p {
  line-height: 32px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 300;
}
.theme-section-title a {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.theme-button span {position: relative;}
.theme-button span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left:0;
  bottom: -2px;
  -webkit-transform:scale(0,1);
          transform:scale(0,1);
}
.theme-button:hover span:before {-webkit-transform:scale(1,1);transform:scale(1,1);}
@media (max-width: 767px){
.banner-one, .client-section, .theme-inner-banner {
    margin-bottom: 0px!important;
}
}
/*------------------------ Theme Pagination ------------------*/

 /*----------------------- Theme Color File -------------------*/
.p-color,#mega-menu-wrapper .nav>li.active a,#mega-menu-wrapper .nav>li:hover a,.delicious-food-section .single-item h5 a,.short-banner .opacity .theme-button,
.our-team .team-member h5,.our-team .team-member .image .opacity ul li a:hover,.client-section .client-text:hover .icon,.our-blog .single-blog-grid:hover .post .title,
.our-blog .single-blog-grid .post .read-more,.top-footer-widget .footer-logo a,.top-footer-widget .footer-list-widget ul li a:hover,
.top-footer-widget .subscribe-widget ul li a:hover,.mixitUp-menu li.active,.our-portfolio .single-portfolio-item:hover .text h5 a,
.our-food-menu .food-menu-wrapper .tab-content ul li div:hover a,.page-pagination li a:hover,.blog-details-content .tag-section .social-icon li a:hover,
.contact-us .contact-address ul li a:hover,.popular-faq .faq-panel .panel-group .panel-heading.active-panel a:before,
.aside-menu-wrapper .main-nav-wrapper li:hover>a,.blog-details-content .comment-box .single-comment .comment .reply:hover    {
  color:var(--gold);
}
.p-bg-color,.scroll-top,#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover>a,.theme-section-title a:hover,#client-slider .owl-dots .owl-dot.active span,
#client-slider .owl-dots .owl-dot:hover span,.our-blog .single-blog-grid .post .read-more:hover,.pricing-plan .plan-figure:hover .theme-button,.sidebar-keyword ul li a:hover,
.form-styl-one input[type="submit"]:hover,.related-product .owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--gold);
}
#theme-main-banner a.banner-button.shop-button,.short-banner .opacity .theme-button,#client-slider .owl-dots .owl-dot.active span,
#client-slider .owl-dots .owl-dot:hover span,.our-blog .single-blog-grid .post .read-more:hover,.sidebar-keyword ul li a:hover,
.related-product .owl-theme .owl-nav [class*=owl-]:hover,.contact-us .contact-address ul li a:hover {
  border-style: solid;
  border-color:var(--gold);
}
#player {
  position: fixed;
  width: 60px;
  height: 30px;
  bottom: 5px;
  left:5px;
  z-index: 99;
}
#player button {
  font-size: 20px;
  width: 50%;
  float: left;
  background: transparent;
  color: rgba(0,0,0,0.5);
}
#player button#start.active {color: #daac5b;}
/*------------------------------ Theme menu Style One ----------------------*/
header.theme-main-menu-one {
  position: absolute;
  width: 100%;
  left:0;
  right: 0;
  top:0;
  z-index: 99;
  padding-top: 20px;
  background: #000;
  border-bottom: 2px solid var(--gold);
}
header.theme-main-menu-one .container {
  text-align: right;
}
header.theme-main-menu-one .navbar {
  min-height: auto;
}
header.theme-main-menu-one .navbar-header .nav-logo {
  float: left;
}
.navbar-collapse {
  justify-content: flex-end;
}
.header-wrapper {position: relative;}
header .nav-logo img {display: inline-block; width: 14em; max-width: 40vw; margin-bottom: -3.8em; }
.navbar-toggle .icon-bar {
  background: var(--gold);
}
.navbar-toggler {
  position: absolute;
  right: 0;
  border: none;
}
.navbar-toggler:focus {
  outline: none;
}
.theme-main-menu-one .small-device-logo {
  display: none;
  position: absolute;
  top:0;
  right: 0;
  z-index: 99;
}
.theme-main-menu-one .nav > li > a {
  text-transform: uppercase;
  font-size: 0.9em;
}
.theme-main-menu-one .nav > li.active > a {
  color: var(--gold);
}
.theme-main-menu-one .nav > li > a:hover {
  background: none;
}
.theme-main-menu-wrapper {
  align-items: flex-start;
}
.theme-main-menu-wrapper .nav>li, .theme-main-menu-wrapper .nav>div {
  display: inline-block;
  padding: 0 1em;
  border-left: 2px solid var(--gold);
}


/**
====================================================================
  Theme Toggle Mneu
====================================================================

 ***/
#hidden-aside-menu {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #262626;
  width: 350px;
  height: 100%;
  z-index: 99999;
  text-align: center;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translate3d(350px,0,0);
    transform: translate3d(350px,0,0);
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
#hidden-aside-menu.show-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.close-aside-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  z-index: 9999;
  opacity: 0;
}
#hidden-aside-menu.show-menu .close-aside-menu {
  opacity: 1;
}
#hidden-aside-menu .logo {
  margin: 90px 0 120px 0;
}
.aside-menu-wrapper {
  height: 100%;
}
.aside-menu-wrapper .main-nav-wrapper>li {
  position: relative;
  text-align: left;
}
.aside-menu-wrapper .main-nav-wrapper li a {
  font-family: 'FlamaSemiCond', sans-serif;
  position: relative;
  display: block;
  font-weight: normal;
  color:#919191;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 45px;
}
.aside-menu-wrapper .main-nav-wrapper li a span.fa {
  margin-right: 20px;
}
.aside-menu-wrapper .main-nav-wrapper>li .expander {
  position: absolute;
  top:0;
  right: 45px;
  font-size: 11px;
  background: transparent;
}
.aside-menu-wrapper ul .dropdown-holder .sub-menu {
  display: none;
}
.aside-menu-wrapper ul .dropdown-holder .sub-menu li a {
  background: #2c2c2c;
  font-size: 14px;
  padding-left: 82px;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%  {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%  {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 9999;
  background: #222328;
  padding-top: 5px;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 35px -12px rgba(0,0,0,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}
.theme-menu-wrapper.fixed.white-bg {background: #fff;}
.theme-menu-wrapper.fixed .main-container {padding-top: 15px;padding-bottom: 0;}
.theme-menu-wrapper.fixed.white-bg {padding: 10px 15px;}
/*---------------------------------- Theme Banner --------------------------*/
.camera_wrap {
  float:none;
}
.banner-one {margin-bottom: 155px;}
#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: transparent;
}
#theme-main-banner.banner-one .camera_overlayer {background: rgba(0,0,0,0.6);}
#theme-main-banner .main-container {position: relative;}
#theme-main-banner .camera_caption {
  height: 100%;
}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
.banner-one h3 {
  font-family: 'Grand Hotel', cursive;
  font-size: 45px;
  font-weight: normal;
  margin:40px 0 25px 0;
}
.banner-one h1 {color: #fff;text-transform: uppercase;}
.banner-one p {
  font-size: 20px;
  color: #fff;
  padding: 22px 0 45px 0;
}
#theme-main-banner a.banner-button {
  position: relative;
  width: 170px;
  text-transform: capitalize;
  line-height: 46px;
  border-width: 2px;
  font-size: 20px;
  color: #fff;
  margin: 5px 8px;
}
#theme-main-banner a.banner-button.explore {border:2px solid #fff;}
#theme-main-banner a.banner-button:hover,
#theme-main-banner a.banner-button.explore:hover {
  background: #222328;
  border-color: #222328;
}
.banner-two .round-box {
  width: 500px;
  height:500px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left:50%;
  top:50%;
  margin: -250px 0 0 -250px;
  background: rgba(218,172,91,0.6);
}
.banner-two h1 {
  font-family: 'Breetty';
  font-size: 120px;
  font-weight: normal;
  line-height: 90px;
}
/*----------------------------- Delicious Cukape --------------------------*/
.delicious-food-section.fix-top-margin {padding-top: 135px;}
.delicious-food-section .theme-section-title {margin-bottom: 50px;}
.delicious-food-section .single-item {text-align: center;margin-bottom: 50px;}
.delicious-food-section .single-item img {margin: 0 auto;}
.delicious-food-section .single-item:hover img {-webkit-transform:scale3D(1.1,1.1,1);transform:scale3D(1.1,1.1,1);}
.delicious-food-section .single-item h5 a {margin: 15px 0 20px 0;}
.delicious-food-section .devider {
  height: 1px;
  width: 95%;
  margin: 0 auto;
  background: rgba(0,0,0,0.08);
}
.delicious-food-section .row {margin-bottom: 115px;}
/*-------------------------- Our Populer Item/Our Portfolio -------------------*/
.our-portfolio .theme-section-title {margin: 100px 0;}
.portfolio-box-style {padding: 0 35px;}
.box-layout .portfolio-box-style {padding: 0;}
.portfolio-box-style .row {margin: 0 -20px;}
.portfolio-box-style .item {margin: 0 20px;}
.our-portfolio .single-portfolio-item {margin-bottom: 30px;}
.our-portfolio .single-portfolio-item .image-box {overflow: hidden;position: relative;    background: white;}
.our-portfolio .single-portfolio-item .image-box img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-portfolio .single-portfolio-item:hover .image-box img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-portfolio .single-portfolio-item .image-box .opacity {
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  background: rgba(29,29,29,0.5);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.our-portfolio .single-portfolio-item:hover .image-box .opacity {opacity: 1;}
.our-portfolio .single-portfolio-item .image-box .opacity a {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-portfolio .single-portfolio-item .text h5 a {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}
.our-portfolio .single-portfolio-item .text {
  text-align: center;
  padding: 20px 0 0px 0;
}
.our-portfolio .single-portfolio-item .text p {
  font-size: 18px;
  color: #fff;
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.portfolio-item-info .main-container {max-width: 600px;}
.portfolio-item-info {
  text-align: center;
  display: none;
  max-height: 750px;
  overflow-y:auto;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fancybox-slide--current .portfolio-item-info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-item-info img {margin: 0 auto;}
.portfolio-item-info h3 {margin: 50px 0 30px 0;}
.portfolio-item-info b {
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  color: #000000;
  font-weight: normal;
  margin-bottom: 40px;
}
.fancybox-close-small:after {background: transparent !important;}
.our-portfolio.inner-page {padding-bottom: 50px;}
.our-portfolio.inner-page.portfolio-v1 {padding-bottom: 200px;}
#mixitUp-item .mix {display: none;}
.mixitUp-menu {
  text-align: center;
  margin-bottom: 45px;
  padding-top: 40px;
  margin-top: 40px;
}.mixitUp-menu li {
  display: inline-block;
  margin: 5px 13px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px!important;
  cursor: pointer;
  /* font-weight: bold; */
  font-size: 13px;
  letter-spacing: 1.5px;
}
.mixitUp-menu ul {
  padding-left: 0px;
}
.our-portfolio.full-width .row,.our-portfolio.full-width .single-portfolio-item {margin: 0;}
.our-portfolio.full-width .row [class*="col-"] {padding: 0;}
/*--------------------- About us --------------------*/
.about-us-section {margin: 150px 0 170px 0;}
.about-us-section img.pizza {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.about-us-section img.pizza:hover {
  -webkit-transform:rotate(40deg);
          transform:rotate(40deg);
}
.about-us-section .text h2 {line-height: 60px;margin-bottom: 45px;}
.about-us-section .text span {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 32px;
  display: block;
  margin: 30px 0 40px 0;
}
/*------------------ Short Banner ------------------*/
.short-banner {
  background: url(../images/home/banner.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.short-banner .opacity {
  background: rgba(0,0,0,0.5);
  padding: 165px 0 180px 0;
  text-align: center;
}
.short-banner .opacity h2 {
  font-size: 55px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 50px;
}
.short-banner .opacity .theme-button {
  width: 172px;
  line-height: 46px;
  border-width: 2px;
  font-size: 18px;
}
.short-banner .opacity .theme-button:hover {color: #fff;border-color: #fff;}
/*--------------------- Our Awesome Team ---------------------*/
.our-team {padding-bottom: 70px;}
.our-team .theme-section-title {padding: 145px 0 85px 0;}
.our-team .team-member .image {overflow: hidden;position: relative;}
.our-team .team-member .image img {width: 100%;}
.our-team .team-member .image .opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  opacity: 0;
  background: rgba(0,0,0,0.5);
}
.our-team .team-member:hover .image .opacity {opacity: 1;}
.our-team .team-member .image .opacity ul {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-team .team-member .image .opacity ul li {
  display: inline-block;
  margin: 0 8px;
  opacity: 0;
  -webkit-transform:translateY(-10px);
          transform:translateY(-10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team .team-member .image .opacity ul li a {
  color: #fff;
  font-size: 18px;
}
.our-team .team-member .image .opacity ul li:first-child {
  -webkit-transition-delay:0.15s;
          transition-delay:0.15s;
}
.our-team .team-member .image .opacity ul li:nth-child(2) {
  -webkit-transition-delay:0.2s;
          transition-delay:0.2s;
}
.our-team .team-member .image .opacity ul li:nth-child(3) {
  -webkit-transition-delay:0.25s;
          transition-delay:0.25s;
}
.our-team .team-member .image .opacity ul li:nth-child(4) {
  -webkit-transition-delay:0.3s;
          transition-delay:0.3s;
}
.our-team .team-member:hover .image .opacity ul li {
  opacity: 1;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}
.our-team .team-member h5 {margin: 28px 0 6px 0;}
.our-team .team-member {
  text-align: center;
  margin-bottom: 70px;
  border-bottom:1px solid rgba(0,0,0,0.07);
  padding-bottom: 20px;
} 
.our-team.team-style-two .team-member .image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
}
.our-team.team-style-two .team-member .image .opacity {border-radius: 50%;}
.our-team.team-style-two .team-member {border-bottom: none;padding-bottom: 0;}
.team-inner-page {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
.team-inner-page:before {
  content: url(../images/inner-page/3.jpg);
  position: absolute;
  top: -90px;
  left: -250px;
}
/*------------------------ Client Section ---------------------*/
.client-section {
  background: url(../images/home/banner2.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 160px;
}
.client-section .opacity {
  background: rgba(0,0,0,0.8);
  padding: 100px 0 90px 0;
  text-align: center;
}
.client-section .theme-section-title p,.client-section .theme-section-title h2 {color: #fff;}
.client-section .client-text {
  padding: 45px 40px 65px 40px;
  text-align: center;
  background: #fff;
  margin-top: 90px;
}
.client-section .client-text .icon {
  color: rgba(0,0,0,0.1);
  font-size: 45px;
  display: block;
}
.client-section .client-text p {font-size: 17px;margin: 22px 0 30px 0;}
.client-section .client-text h6 span {font-family: 'FlamaSemiCond', sans-serif;color: rgba(0,0,0,0.5);}
#client-slider .item {margin:0 15px;}
#client-slider .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 0 4px;
}
#client-slider .owl-dots {margin-top: 75px;}
.owl-theme .owl-nav {margin: 0;}
/*---------------------- Our Blog ------------------*/
.our-blog.home-blog {padding-bottom: 100px;}
.our-blog .theme-section-title {margin-bottom: 95px;}
.our-blog .single-blog-grid .image {
  background: #000;
  overflow: hidden;
}
.our-blog .single-blog-grid .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-blog .single-blog-grid:hover .image img {
  opacity: 0.6;
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-blog .single-blog-grid .post .date {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 45px 0 15px 0;
}
.our-blog .single-blog-grid .post .title {
  color: #000;
  line-height: 40px;
  letter-spacing: 1px;
}
.our-blog .single-blog-grid .post p {margin-top: 30px;}
.our-blog .single-blog-grid .post .read-more {
  width: 135px;
  line-height: 43px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size: 17px;
  text-align: center;
  margin-top: 35px;
}
.our-blog .single-blog-grid .post .read-more:hover {color: #fff;}
.our-blog .single-blog-grid {margin-bottom: 70px;}
/*------------------------ Footer --------------------*/
.theme-main-footer { background:url('../images/Footer_BG.png'); background-size:cover; padding-top: 5em;}
.theme-main-footer p,.theme-main-footer a {font-family: 'FlamaSemiCond', sans-serif;color: white;}
.top-footer-widget .footer-logo p {margin: 12px 0 18px 0;}
.top-footer-widget h5 {
  font-family: 'FlamaCond', sans-serif;
  text-transform: none;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 15px 0;
}
.footer-area-one li {
  list-style: none;
}

.top-footer-widget .footer-list-widget ul li a {margin-bottom: 1.5em; display: inline-block; }
.footer-list-widget.primary ul li a { text-transform: uppercase; }
.top-footer-widget .insta-feed ul {margin: 0 -7.5px;}
.top-footer-widget .insta-feed ul li {float: left;width: 33.333333333%;padding: 0 7.5px;margin-bottom: 15px;}
.top-footer-widget .insta-feed ul li a {display: block;}
.top-footer-widget .subscribe-widget>div {padding-left: 40px;}
.top-footer-widget .subscribe-widget p {margin: -5px 0 20px 0;}
.top-footer-widget .subscribe-widget form {height: 45px;margin-bottom: 20px;}
.top-footer-widget .subscribe-widget form input {
  width: calc(100% - 110px);
  display: inline-block;
  background: #fff;
  border: 0px;
  padding: 0 20px;
  color: rgba(0,0,0,0.4);
  position: relative;
  float: left;
}

.top-footer-widget .subscribe-widget form input.mailing-list__submit {
  width: 110px;
  position: relative;
  top: 0px;
  background: #00853F;
  color: white;
  border: 1px solid white;
}
.top-footer-widget .subscribe-widget ul li {display: inline-block;}
.top-footer-widget .subscribe-widget ul li a {font-size: 20px;margin-right: 15px;color: #fff;}
.top-footer-widget [class*="col-"] {margin-bottom: 0px;}
.theme-main-footer .bottom-footer {
  text-align: center;
  padding: 15px 0;
}
.theme-main-footer .bottom-footer p {color: #fff;}
.box-layout .theme-main-footer .bottom-footer {background:#fff; border: none;padding: 35px 0;}
/*-------------------- Theme Inner Banner  ------------------*/
.theme-inner-banner {
  background-size: cover;
  position: relative;
}
.theme-inner-banner.full.alignfull {
  height: 56vw;
  display: table-cell;
  vertical-align: middle;
}
.theme-inner-banner .opacity {
  background: rgba(0,0,0,0.0);
  text-align: center;
}
.theme-inner-banner .opacity ul li {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
/*---------------------- Our Partner ---------------------*/
.partner-section .theme-section-title {padding: 0 0 70px 0;}
.partner-section {padding-bottom: 120px;}
.partner-section .item img {margin: 0 auto;}
/*------------------ Single Portfolio --------------*/
.single-portfolio .main-wrapper-box {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 110px;
}
.single-portfolio .main-wrapper-box ul li span {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #232323;
}
.single-portfolio .main-wrapper-box ul li {margin-bottom: 30px;}
.single-portfolio .main-wrapper-box b {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #232323;
  line-height: 33px;
  font-weight: normal;
  display: block;
}
.single-portfolio .main-wrapper-box .row {margin-top: 80px;}
/*------------------- Our Food Menu -------------------*/
.our-food-menu .food-menu-wrapper .nav-tabs li {
  width: 20%;
  text-align: center;
}
.our-food-menu .food-menu-wrapper .nav-tabs li a {
  font-family: 'FlamaSemiCond', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #020202;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border:none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 0 40px 35px 40px;
  margin: 0;
  display: inline-block;
}
.our-food-menu .food-menu-wrapper .nav-tabs li a i {
  display: block;
  font-size: 60px;
  color: #cccccc;
  font-weight: normal;
  margin-bottom: 10px;

}
.our-food-menu .food-menu-wrapper .nav-tabs li.active a {
  border-bottom-color: #daac5b;
  color: #daac5b;
}
.our-food-menu .food-menu-wrapper .nav-tabs li.active a i {color: #daac5b;}
.our-food-menu .food-menu-wrapper .tab-content {margin: 130px 0 160px 0;}
.our-food-menu .food-menu-wrapper .tab-content ul {margin: 0 -60px;}
.our-food-menu .food-menu-wrapper .tab-content ul li {
  float: left;
  width: 50%;
  padding: 0 60px;
}
.our-food-menu .food-menu-wrapper .tab-content ul li div {position: relative;margin-bottom: 45px;}
.our-food-menu .food-menu-wrapper .tab-content ul li div:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: rgba(16,16,16,0.1);
}
.our-food-menu .food-menu-wrapper .tab-content ul li div a {color: #020202;padding-right: 10px;}
.our-food-menu .food-menu-wrapper .tab-content ul li div h4 strong {
  font-family: 'FlamaSemiCond', sans-serif;
  font-weight: normal;
}
.our-food-menu .food-menu-wrapper .tab-content ul li div span {
  font-size: 18px;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  margin-top: 18px;
}
/*-------------- Pricing Plan -------------*/
.pricing-plan {padding-bottom: 200px;}
.pricing-plan .pricing-title h2 {line-height: 65px;}
.pricing-plan .pricing-title p {margin-top: 10px;}
.pricing-plan .pricing-title {margin-bottom: 100px;}
.pricing-plan .plan-figure {
  border:1px solid #efefef;
  max-width: 400px;
  margin: 60px auto 0 auto;
  padding: 40px 0 60px 0;
  text-align: center;
}
.pricing-plan .plan-figure .price {
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  padding-left: 15px;
}
.pricing-plan .plan-figure .price sub {
  font-size: 22px;
  bottom: 0;
  right: 15px;
}
.pricing-plan .plan-figure  h3 {
  font-family: 'FlamaSemiCond', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 15px 0 35px 0;
}
.pricing-plan .plan-figure ul li {
  line-height: 50px;
  letter-spacing: 1.4px;
}
.pricing-plan .plan-figure .theme-button {
  width: 160px;
  line-height: 50px;
  color: #fff;
  background: #252525;
  font-size: 18px;
  margin-top: 45px;
}
.pricing-plan .plan-figure:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
/*----------------------- Blog Inner Page -------------------*/
.page-pagination li {display: inline-block;}
.page-pagination li a {
  font-family: 'FlamaSemiCond', sans-serif;
  font-size: 18px;
  color: #bbbbbb;
  margin-right: 15px;
}
.inner-blog-page {padding-bottom: 150px;}
.sidebar-search form {height: 60px;position: relative;}
.sidebar-search form input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 0 60px 0 15px;
}
.sidebar-search form button {
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  width: 58px;
  background: transparent;
  font-size: 20px;
  color: rgba(0,0,0,0.15);
}
.blog-sidebar h3 {margin: 55px 0 40px 0;}
.sidebar-categories ul li a {
  font-family: 'FlamaSemiCond', sans-serif;
  color: #bbbbbb;
  display: block;
  margin-bottom: 15px;
}
.sidebar-categories ul li a:hover {color: #000;}
.blog-sidebar .border-box {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding-bottom: 50px;
}
.sidebar-popular-post .single-post {margin-bottom: 30px;}
.sidebar-popular-post .single-post img {width: 75px;height: 75px;}
.sidebar-popular-post .single-post .post {
  width: calc(100% - 75px);
  padding-left: 25px;
}
.sidebar-popular-post .single-post .post a {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  display: block;
  margin: -8px 0 5px 0;
}
.sidebar-instafeed ul {margin: 0 -5px;max-width: 310px;}
.sidebar-instafeed ul li {
  float: left;
  width: 33.333333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sidebar-keyword ul {margin: 0 -5px;}
.sidebar-keyword ul li {
  float: left;
  padding: 0 5px;
  margin-bottom: 15px;
}
.sidebar-keyword ul li a {
  line-height: 40px;
  font-family: 'FlamaSemiCond', sans-serif;
  color: rgba(0,0,0,0.35);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
  padding: 0 25px;
}
.sidebar-keyword ul li a:hover {color: #fff;}
/*----------------- Blog Details ----------------*/
.blog-details-content .mark-text {
  font-size: 33px;
  line-height: 55px;
  font-weight: 300;
  padding: 50px 85px 50px 105px;
  margin: 40px 0 40px 0;
  position: relative;
  color: #000000;
  background: #f3f3f3;
}
.blog-details-content .mark-text:before {
  content: '';
  width: 35px;
  height: 1px;
  background: #000;
  position: absolute;
  top:78px;
  left:51px;
}
.blog-details-content .tag-section {border-bottom:1px solid rgba(0,0,0,0.04);margin-top: 35px;}
.blog-details-content .tag-section ul {padding: 23px 0 32px 0;}
.blog-details-content .tag-section ul li {display: inline-block;line-height: 26px;}
.blog-details-content .tag-section li {
  font-weight: 600;
  color: #242424;
  margin-right: 2px;
}
.blog-details-content .tag-section .tag li a {
  font-family: 'FlamaSemiCond', sans-serif;
  text-transform: capitalize;
  color: #b9b9b9;
  display: block;
  font-weight: normal;
}
.blog-details-content .tag-section .social-icon li a {
  color: #b9b9b9;
  margin-left: 12px;
  font-size: 18px;
}
.blog-details-content h2 {font-size: 36px;margin:80px 0 60px 0;}
.blog-details-content .comment-box .single-comment img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.blog-details-content .comment-box .single-comment .comment {
  width: calc(100% - 65px);
  padding-left: 25px;
  position: relative;
}
.blog-details-content .comment-box .single-comment .comment h6 {
  font-size: 20px;
  text-transform: capitalize;
}
.blog-details-content .comment-box .single-comment .comment span {
  display: block;
  color: #c4c4c4;
  margin:10px 0 18px 0;
}
.blog-details-content .comment-box .single-comment .comment .reply {
  font-family: 'FlamaSemiCond', sans-serif;
  position: absolute;
  top:0;
  right: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #929292;
}
.blog-details-content .comment-box .single-comment {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.blog-details-content .comment-box .single-comment:last-child {border: none;}
.blog-details-content .comment-box .single-comment.reply-comment {margin-left:90px;}
.form-styl-one input[type="text"],
.form-styl-one input[type="email"],
.form-styl-one input[type="tel"],
.form-styl-one textarea {
  font-size: 14px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  color: #212121;
  border: 1px solid rgba(30,30,30,0.07);
  margin-bottom: 35px;
  padding: 0 15px;
}
.form-styl-one input[type="text"],
.form-styl-one input[type="email"] {height: 52px;}
.form-styl-one textarea {
  height: 200px;
  min-height: 200px;
  padding: 15px;
}
.form-styl-one input[type="submit"] {
  font-family: 'Playfair Display', serif;
  width: 155px;
  font-size: 18px;
  line-height: 50px;
  background: #272727;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
/*------------------------ Shop Page ------------------------*/
.shop-page.full-width {
  max-width: 1920px;
  margin: 0 auto;
}

/*------------------- Shop Details ------------*/
.product-details .nav-tabs > li {margin: 0; width: 25%;}
.product-details .nav-tabs > li > a {
  padding: 0;
  margin: 15px 10px 0 0;
  border: none !important;
  border-radius: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-details .nav-tabs > li > a img {
  transition: opacity .3s;
}
.product-details .nav-tabs > li > a:hover img {
  opacity: 0.5;
}
.nav-tabs { border: none; justify-content: center; }
.product-details .product-info .rating li {
  display: inline-block;
  color: #a2a2a2;
}
.product-details .product-info .rating li:last-child {margin-left: 15px;}
.product-details .product-info .rating li i {color: #f9a109;}

.product-details .product-info .order-box {
  width: 90px;
  height: 40px;
  position: relative;
}
.product-details .product-info .order-box input {
  width: 100%;
  height: 100%;
  background: #fff;
  border:1px solid rgba(0,0,0,0.05);
  padding-left: 15px;
}
.product-details .product-info .order-box button {
  position: absolute;
  width: 40px;
  background: #ececec;
  height: 50%;
  right:0;
  color: #a8a8a8;
}
.product-details .product-info .order-box button#value-decrease {bottom:0;}
.product-details .product-info .order-box button#value-increase {top:0;}
.product-details .product-info .cart {
  width: 170px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-transform: none;
  display: block;
  margin-top: 35px;
  font-family: 'FlamaCond', sans-serif;
  background: #00853f;
}
.product-details .product-info .cart:hover {background: #242424;}
.product-details .product-info .quantity {margin-top: 60px;}
.shop-details .product-review-tab {margin: 70px 0 100px 0;background: white;}
.shop-details .product-review-tab *{color: #333;}
.shop-details .product-review-tab .nav {border-bottom:1px solid #ececec;background: #2F2822;}
.shop-details .product-review-tab .nav li a {
  font-family: 'FlamaSemiCond', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 0;
  background: #ececec;
  border:1px solid #ececec;
  color: #000000;
  margin-right: 10px;
  text-transform: capitalize;
}
.shop-details .product-review-tab .nav-tabs > li.active > a,
.shop-details .product-review-tab .nav-tabs > li.active > a:hover,
.shop-details .product-review-tab .nav-tabs > li.active > a:focus {
  background: white;
  border-bottom-color: #fff;
}
.shop-details .product-review-tab .tab-content h6 {
  font-size: 24px;
  margin: 40px 0 25px 0;
}
.related-product .owl-theme .owl-nav [class*=owl-] {
  font-family: 'font-awesome';
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  border: 2px solid rgba(0,0,0,0.08);
  line-height: 26px;
  color: rgba(0,0,0,1);
  font-size: 18px;
  background: white;
}
.owl-theme .owl-nav {margin: 0;}
.related-product .owl-theme .owl-nav [class*=owl-]:hover {color: #fff;}
.related-product .owl-theme .owl-controls {
  position: absolute;
  top:-60px;
  right: 15px;
}
/*------------------------ Conatct US -------------------------*/
.contact-us-form {padding-right: 70px;}
.contact-us .contact-address h2 {
  line-height: 55px;
  font-size: 38px;
}
.contact-us .contact-address p {
  font-size: 20px;
  margin: 40px 0 25px 0;
}
.contact-us .contact-address>a {
  font-size: 28px;
  font-family: 'FlamaSemiCond', sans-serif;
  color: #000;
}
.contact-us .contact-address ul li {
  display: inline-block;
  margin-top: 30px;
}
.contact-us .contact-address ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  line-height: 38px;
  text-align: center;
  color: #cccccc;
  margin-right: 15px;
}
.map-canvas {
  height: 500px;
  width: 100%;
  margin-top: 150px;
}
.si-content img {margin-bottom: 10px;}
.si-has-border .si-content-wrapper {border: none;}
.si-shadow-wrapper-top {opacity: 0;}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #26ace3;
}
#error {
  color: #C9182B;
}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/*-------------------- Popular Faq ---------------------*/
.popular-faq .faq-panel {
  margin-top: 6em;
  border-top: 2px solid var(--gold);
}
.popular-faq .faq-panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
}
.popular-faq .faq-panel .panel-heading h6 a {
  font-size: 20px;
  color:#fff;
  padding: 30px 20px;
  display: block;
  position: relative;
}
.popular-faq .faq-panel .panel-group .panel {
  margin: 0 0 0px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border:none;
  border-bottom: 2px solid var(--gold);
}
.popular-faq .faq-panel .panel-group .panel-body {
  border:none;
  padding: 0px 45px 30px 45px;
}
.popular-faq .faq-panel .panel-group .panel-body p {
  margin-top: 0;
}
.popular-faq .faq-panel .panel-group .panel-heading a:after {
  content: '+';
  font-weight: 100;
  font-size: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right:20px;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.popular-faq .faq-panel .panel-group .panel-heading.active-panel a:after {
  content: '-';
}
.popular-faq .request-faq {
  width: 260px;
  line-height: 65px;
  display: block;
  margin: 50px auto 0 auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.popular-faq {padding-bottom: 170px;}
/*---------------------- Error Page --------------------*/
.error-page {
  position: relative;
  text-align: center;
  padding: 85px 0 300px 0;
  z-index: 9;
}
.error-page h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 150px;
  padding-top: 190px;
}
.error-page h3 {
  font-size: 42px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 25px 0;
}
.marquee {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index:-1;
}

.alignfull {
  width: 100vw!important;
  max-width: 100vw!important;
  /* margin-left: calc(50% - 50vw)!important; */
  /* margin-left: initial!important; */
}

.subscribe-widget ul {
  padding-left: 0px;
}
.panel{
  background: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: var(--gold);
}
#post-18 .wp-block-columns {
  padding-top: 81px;
}
::placeholder { /* Firefox, Chrome, Opera */ 
  color: #fff; 
} 

:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
  color: #fff; 
} 

::-ms-input-placeholder { /* Microsoft Edge */ 
  color: #fff; 
} 

#mailchimp-ajax input::placeholder { /* Firefox, Chrome, Opera */ 
  color: #2f2822; 
} 

#mailchimp-ajax input:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
  color: #2f2822; 
} 

#mailchimp-ajax input::-ms-input-placeholder { /* Microsoft Edge */ 
  color: #2f2822; 
} 
.mailchimp-form { margin-top: 4em; }
.mailchimp-form .row-2 div {
  padding: 3em 0.5em 0;
}


/* Featured Recipe */


.featured-recipe:after {
  content: "";
  display: block;
  clear: both;
}
.single-recipe.container {
  padding-top: 60px;
}

.featured-recipe__complement {
  width: 50%;
  float: left;
  padding-right: 1.25rem;
}

.featured-recipe__complement a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  .featured-recipe__complement {
      width: auto;
      float: none;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 1rem;
  }
}


.featured-recipe__content {
  width: 50%;
  float: right;
  padding-left: 35px;
}

@media screen and (max-width: 899px) {
  .featured-recipe__content {
      width: auto;
      float: none;
      padding-left: 0;
      padding-right: 0;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }
}

.featured-recipe__title {
  font-size: 2rem;
  line-height: 1;
}

.featured-recipe__sub-title {
  font-size: 1.375rem;
  margin-top: 0;
}

.featured-recipe__sub-title a {
  text-decoration: none;
  color: #880b07;
}

.featured-recipe__author {
  margin-bottom: 0.125rem;
}
.recipe-metric {
  text-align: center;
  font-size: 0.875rem;
  width: 90px;
}

@media screen and (max-width: 369px) {
  .recipe-metric {
      font-size: 0.75rem;
  }
}

.recipe-metric__icon {
  width: 5rem;
  height: 6.5rem;
}

.recipe-metric__label {
  font-weight: 700;
  line-height: 1;
  margin: 0.25rem 0 0.125rem;
}

.recipe-metric__value {
  line-height: 1;
}
.recipe-hud__cell {
  width: 33.33333%;
  padding: 0.75rem 0.25rem;
  text-align: center;
}
.recipe-hud {
  margin-bottom: 30px;
}
.buckets, .lateral-teaser, .insta-cta__feed, .product-listing, .recipe-listing, .featured-ingredients, .nutrition-facts__badges, .recipe-hud, .individual-contacts, .hq-map, .milestones-carousel__layout, .video-section, .apply-cta, .how-we-make-it__badges, .footer-nav--level-0 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}




/* End of Featured Recipe */





/*DAC STYLES*/
.desktop-padding{
  display: block
}
.mobile-padding{
  display:none;
} 
@media screen and (max-width: 991px){
  .theme-main-menu-wrapper .collapse.in {
      overflow-x: hidden!important;
  }
}
@media screen and (max-width: 767px){

.desktop-padding{
  display: none;
}
.mobile-padding{
  display:block;
} 
}
.non-clickable:hover {
  text-decoration: none!important;
  color: white!important;
}
.nav > li > a > img {
  max-width: 100%;
}
.tab-content > .active {
  display: block;
  height: auto;
  text-align: left;
  padding-bottom: 40px;
}
.tab-content > .active {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  text-align: left;
  padding-bottom: 40px;
}
.tab-content > .how-we-make.active img {
    /* max-width: 100%; */
    max-height: 100%;
    width: auto;
    display: inline-block;
}
.tab-content > .how-we-make.active .how-we-make {
  width: 100%;
  padding-left: 0px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.our-portfolio .single-portfolio-item .image-box img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: auto;
  margin: 0 auto;
}
#mixitUp-item .mix {
  /* height: 363px; */
}
.how-we-make > div {
  font-size: 14px;
  font-weight: bold;
}
.how-we-make div {
  display: block;
  padding-right: 20px;
  width: 150px;
  text-align: left;
}
.how-we-make div img{
  max-width:60px!important;
  margin-bottom:5px;
}
.how-we-make {
  padding: 0px 40px;
}
.theme-inner-banner {
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
  margin-top: 60px;
  background-position: center center;
}
.featured-ingredients{
  display: flex;
  flex-flow: row wrap;
  justify-content: right;
  align-items: flex-start;
}
.featured-ingredients div {
  font-size: 14px;
  /* font-weight: bold; */
  max-width: 85px;
  margin-right:10px;
}
ul.featured-ingredients {
  padding-left: 0px;
}
ul.dietary-restrictions span {
  display: block;
  font-size: 14px;
}
div.featured-ingredient {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  background-size: cover!important;
}
ul.dietary-restrictions li {
  display:inline-block;
  color: black;
  margin: 0 1em;
}
ul.dietary-restrictions li svg {
    max-width: 60px;
    max-height:60px;
    border-radius: 50px;
}
.theme-main-menu-wrapper .nav>li.dropdown-holder .sub-menu {
  padding-left: 0px;
}
ul.dietary-restrictions {
  padding-left: 0px;
  text-align: center;
  margin-bottom: 0;
}
.mobile-logo {
  position: absolute;
  top: 0px;
  max-width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobile-logo img {
  display:none;
  max-width: 100px;
}    
.featured-recipe__title {
  font-size: 18px;
  font-family: Jubilat;
  font-weight: bold;
  /* font-style: italic; */
  line-height: 1;
  margin-bottom: 15px;
  color: var(--gold);
}
.featured-recipe__sub-title a {
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 5px;
}
.recipe-meta a {
  color: var(--gold);
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 20px;
}
.recipe-metric__label {
  font-weight: 700;
  line-height: 1.4;
  margin: 0.25rem 0 0.125rem;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--gold);
  text-transform: uppercase;
}
.recipe-metric__value {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.shop-product-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
}
.image a {
  /* width: 100%; */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  padding-bottom: 90%;
  display: block;
}
.double-border__wrapper{
  border: 2px solid white;
  padding: 3px;
  font-size:0px;
}
  
.double-border__middle{
  border: 2px solid white;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.owl-carousel .owl-stage-outer {
  /*background: black;*/
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  right: 50%;
  bottom: 30px;
  transform: translate(50%);
}
.double-border__wrapper.hero {
  background: rgba(0,0,0,0.5);
  display: inline-block;
  float:left;
}

.double-border__middle.hero {
  padding: 20px 40px 15px;  
  text-align: left;
}
.double-border__middle.hero ul {
  padding: 0px;
}

.our-story {
  background-color: #e0e0e0 !important;
}
.our-story.dark {
  background-color: #1d1c1a !important;
}

.split-section {
  color: #fff;
  width: 100%;
  display: table;
}
.split-section.dark {
  color: white;
  padding: 100px 0px;
}
.split-section.dark .title {
  color: white;
}

.split-section-image {
  display: table-cell;
  float: none;
}

.split-section__text {
  padding: 50px 15px;
}
.split-section__text .title {
  font-size: 36px;
  color: black;
}


.mobile-image {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .split-section__text {
    padding: 30px 15px;
  }

  .split-section {
    background-position: 165px !important;
  }

  .our-story .split-section__text {
    background-color: initial;
  }
}
@media screen and (max-width: 767px) {

  .alignfull.wood-section .btn {
    min-width: 250px;
    margin-bottom: 25px;
    
}
.alignfull.wood-section .btn:last-of-type {
  margin-bottom: 0px;
}
  .mobile-logo img {
    display:inline-block;
  }  
  .theme-main-menu-wrapper .nav>li {
    display: block;
  }
  .mobile-image {
    display: block;
  }

  .split-section__text {
    padding: 50px 0px;
    padding: 30px 0px;
    margin: 0 -15px;
}

  .split-section {
    background-image: none !important;
  }
}


.theme-inner-banner.medium .opacity {
  padding: 200px 0 60px 0;
}
.sidebar-categories ul{
  padding-left: 15px;
}
/* Wood Sections */
.wood-section{
  background: url(../images/DESKTOP-Wood-Cool.jpg);
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 14.55px 0.45px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow:hidden;
}
.about-home.wood-section:before {
  content: url(/wp-content/uploads/2019/09/DESKTOP-Homepage-Wheat-Left.png);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.about-home.wood-section:after {
  content: url(/wp-content/uploads/2019/09/DESKTOP-Homepage-Wheat-Right.png);
  position: absolute;
  bottom: -10px;
  right: 0;
}
/*Accents */
.content-accent{
  background: #181818;
  color: #fff;
}
.content-accent *{
  color: #fff;
}
.content-accent p{
  font-size: 16px;
}
.content-accent a:not(.btn) {
  color: var(--gold);
}


/* Press Releases*/
.page-template-press-releases-page .main-page-wrapper > .container {
  margin-top: 6em;
}

.press-release {
  border-top: 2px solid var(--gold);
  padding:60px 0px;
}
.press-img {
  padding-bottom: 25%;
  background-size: cover;
}
.press-release span, .press-release-date {
  color: var(--gold);
  display: block;
  margin-bottom: 20px;
  font-family: 'FlamaSemiCond', sans-serif;
  text-transform: uppercase;
}
.press-release h3 a, .press-release-title {
  color:white;
  margin-bottom: 20px;
}
.press-release a.btn {
  margin-top: 10px;
  text-transform: uppercase;
  padding: 0;
}
.print-only{
  display: none;
}

@media print{
  header, footer, .theme-inner-banner{display:none;}
  a[href]:after {
    display: none;
    visibility: hidden;
 }
 .single-recipe.container {
  padding-top: 0px;
}
.print-only{
  display:inline-block;
}
}

.single-fieldroast_news .content-area .container {
  margin-top: 40px;
  border-top: 2px solid var(--gold);
  padding-top: 80px;
}
.press-release-date { margin-bottom: 40px; }
.press-release-title { margin-bottom: 60px; }
.press-release-img { margin-bottom: 80px; }

/* Favourites */
.favourites{
  display:inline-flex;
}

.favourites .single-portfolio-item {
  background: white;
  padding: 0px;
  overflow: hidden;
  min-height: 249px;
  vertical-align: middle;
  text-align: Center;
  /* display: table-cell; */
  height: 25px;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}
.favourites img {
  display: inline;
  vertical-align: middle;
  margin-top: -20px;
}
.favourites .single-portfolio-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.favourites a{
  color: white;
  font-size: 16px;
  width: 100%;
}
.single-fieldroast_recipe .double-border__middle {
  padding: 20px;
}
.recipe-directions{
  padding-top:28px;
}
@media screen and (max-width: 767px){
.single-fieldroast_recipe .double-border__wrapper {
    margin: 0px!important;
}
}

/* Careers */
.careers-intentions .wp-block-column{
    background: #F6F3EC;
    color: #000;
    text-align:center;
    padding: 40px;
    line-height:1.4;
}
.careers-intentions .wp-block-column h2{
  color: #000;
  font-size: 18px;
}
.careers-intentions .wp-block-column p{
  line-height:1.5;
}

/* Online Retailers  */
.online-retailers-wrap{
  display: flex;
  flex-wrap: wrap;
}
.online-retailer {
  color: #fff;
  padding: 1em;
  height: 100%;
  text-align: center;
}
.online-retailer .image-box {
  text-align: center;
}

.online-retailer img.product-image.wp-post-image {
  max-height: 120px;
  padding-bottom: 10px;
  display: inline-block;
}

#mixitUp-item.online-retailers-wrap .mix {
  height: auto;
  margin-bottom: 24px;
}
img.logo {
  min-width: 300px!important;
  width: 300px!important;
}
.single-portfolio-item > a {
  display: block;
  padding: 0px 0px;
  background: white;
  text-align: center;
  /* min-height: 332px; */
}
.featured-recipe__excerpt {
  margin-top: 0px;
  margin-bottom: 15px;
}
.page-template-in-the-news  .pagination {
  padding-bottom: 30px;
}
span.page-numbers.dots {
  padding-left: 20px;
}
div#mixitUp-item {
  display: flex;
  flex-wrap: wrap;
}
.theme-main-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover>a {
  color: rgba(0,0,0,0.85);
}
.recipe-meta {
  font-family: 'FlamaSemiCond', sans-serif;
  color: var(--gold);
}
.sidebar-categories li.active a {
  color: var(--gold)!important;
}
a.page-numbers {
  margin-right: 0px;
  margin-left: 20px;
}
span.page-numbers.current {
  padding-left: 20px;
}
.featured-story .btn {
  margin-top: 40px;
}

.where-to-buy-cookbook .wp-block-column {
  padding: 20px 30px;
  text-align: center;
}
.where-to-buy-cookbook .wp-block-column .btn{
  min-width: 220px;
  margin-bottom: 20px;
}
.shop-page.shop-details {
  padding-top: 80px;
}
.single-fieldroast_recipe .shop-details{
  padding-bottom: 30px;
}
.text.canadian-products {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.canadian-products p {
  font-size: 14px;
}
p.canada-product-term{
  margin-top:10px;
}
p.canada-product-term:after {
  content: "";
  display: block;
  width: 107px;
  margin-top: 10px;
  height: 1px;
  background: white;
  margin: 0 auto;
  position: relative;
  top: 5px;
}
.canada-products-wrap {
  padding-bottom: 30px;
}
/* Product Details */
.product-info-type{
  font-size: 18px;
  font-family: Jubilat;
  font-weight: bold;
  /* font-style: italic; */
  line-height: 1;
  margin-bottom: 15px;
  color: var(--gold);
}
.featured-ingredients-wrap {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0px;
  margin-top: 40px;
}
.featured-ingredients-wrap h6 {
  margin-bottom: 20px;
}
.product-info .btn {
  margin-top: 15px;
}

.product-details .tab-content {

  display: table;
  /* padding-top: 29%; */
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.product-details .tab-content > .active {
  display: table-cell;
  height: auto;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-details .tab-content > .active img {
  max-height:526px;
  width: auto;
}  
.single-fieldroast_recipe .shop-page.shop-details {
  padding-top: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.align-right-btn {
  text-align: right;
}
.related-product-slider > .item {
  float: left;
  display: block;
  width: 33%;
}

/* Mobile */

@media screen and (max-width: 767px){
  
  .favourites-item {
    /* width: auto; */
    width: calc(50% - 1px);
}
  .align-right-btn {
    text-align: left;
    margin-bottom: 20px;
  }
  .double-border__wrapper {
    margin: 15px;
}
.col-sm-4.col-sm-offset-1.vcenter {
  padding: 40px;
}
.about-home.wood-section:before{
  content: '';
}
.about-home.wood-section:after {
  content: '';
}
.favourites {
  display: flex;
  flex-wrap: wrap;
}
.theme-inner-banner.medium .opacity {
  padding: 100px 0 60px 0;
}
.wood-section {
  padding: 40px 0px;
}
.mixitUp-menu {
  margin-bottom: 0px!important;
  margin-top: 0px;
  padding-left: 0px;
  padding-top: 10px;
  margin-left: 0px;
  margin-bottom: 10px!important;
}
.mixitUp-menu ul {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
}
.image-box {
  text-align: center;
}
.shop-details .product-review-tab .nav li a {
  padding: 0 14px;
}
.shop-page.shop-details {
  padding-top: 40px;
}

.shop-page.full-width {
    padding: 0px!important;
}
.sidebar-categories ul {
  padding-left: 0px;
}
.single-recipe.container {
  padding-top: 60px;
  padding: 40px 0px;
}
}
