/* Spcica HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Two / Three
5. Main Slider
6. Services Section
7. About Section
8. Call To Action Section
9. Projects Section
10. Call To Action Section Two
11. Expert Section
12. Clients Section
13. Two Fullwidth Column Section
14. Clients Section / Style Two
15. Main Footer / Style Two / Style Three
16. Industrial Section
17. Choose Section
18. Process Section
19. FullWidth Process Section
20. Faq Section
21. Testimonial Section
22. Blogs Section
23. NewsLetter Section / Style Two
24. Feature Section
25. Counter Section
26. Pricing Section
27. Contact Form Section
28. Page Title
29. Comming Soon Section
30. Services Single Section
31. Project Detail Section
32. Shop Items
33. Shoping Cart Section
34. Checkout Section
35. Shop Detail Section
36. Our Blogs Section
37. Blog Detail Section
38. Sidebar Widgets
39. Contact Info Section
40. Map Section

**********************************************/
/*@import url('https://fonts.googleapis.com/css?family=Grand+Hotel|Open+Sans:300,400,600,700,800|Playfair+Display:400,700,900|Work+Sans:300,400,500,600,700,800&display=swap');*/
/*

	font-family: 'Work Sans', sans-serif;
	font-family: 'Playfair Display', serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Grand Hotel', cursive;

*/
/*
 * VARS
 */
 @import url("font-awesome.css");
 @import url("flaticon.css");
 @import url("animate.css");
 @import url("owl.css");
 @import url("jquery-ui.css");
 @import url("animation.css");
 @import url("jquery.fancybox.min.css");
 @import url("jquery.mCustomScrollbar.min.css");
 /***
 
 ====================================================================
     Reset
 ====================================================================
 
  ***/
 * {
   margin: 0px;
   padding: 0px;
   border: none;
   outline: none; }
 
 /***
 
 ====================================================================
     Global Settings
 ====================================================================
 
  ***/
 body {
   font-family: 'Arimo', sans-serif;
   /*font-family: 'Work Sans', sans-serif;*/
   font-size: 14px;
   color: #777777;
   line-height: 1.7em;
   font-weight: 400;
   background: #ffffff;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   direction: rtl;
   text-align: right; }
 
 .fa {
   font-family: 'Arimo', sans-serif; }
   .fa:before, .fa:after {
     font-family: 'FontAwesome'; }
 
 .bordered-layout .page-wrapper {
   padding: 0px 50px 0px; }
 
 a {
   text-decoration: none;
   cursor: pointer;
   color: #351A13; }
 
 button {
   text-decoration: none;
   outline: none !important; }
 
 a:hover, a:focus, a:visited {
   text-decoration: none;
   outline: none !important; }
 
 h1, h2, h3, h4, h5, h6 {
   position: relative;
   font-weight: normal;
   margin: 0px;
   background: none;
   /*line-height: 1.6em;*/
   font-family: 'Arimo', sans-serif;
   /*font-family: 'Playfair Display', serif;*/ }
 
 /* Typography */
 h1 {
   font-size: 33px; }
 
 h2 {
   font-size: 30px; }
 
 h3 {
   font-size: 29px; }
 
 h4, h5 {
   font-size: 20px; }
 
 h6 {
   font-size: 18px; }
 
 textarea {
   overflow: hidden; }
 
 p {
   position: relative;
   line-height: 1.8em; }
 
 .outer-container, .auto-container, .medium-container {
   max-width: 95%; }
 
 .outer-container {
   position: static;
   max-width: 1860px;
   padding: 0px 15px;
   margin: 0 auto; }
 
 .auto-container {
   position: static;
   max-width: 1200px;
   padding: 0px 15px;
   margin: 0 auto; }
 
 .medium-container {
   max-width: 850px; }
 
 .page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
   margin-top: 100px; }
   @media print {
     .copyright .builder {
       display: none; }
     .page-wrapper {
       margin-top: 0 !important; }
     .dontprint {
       display: none; }
     .trv-player-container, .trvdp-h4 {
       display: none; }
 }
 
 ul, li {
   list-style: none;
   padding: 0px;
   margin: 0px; }
 
 img {
   display: inline-block;
   max-width: 100%; }
 
 .theme-btn {
   display: inline-block;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease; }
 
 .centered {
   text-align: center; }
 
 /*Btn Style One*/
 .btn-style-one {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 30px;
   color: #ffffff;
   padding: 10px 38px;
   font-weight: 400;
   overflow: hidden;
   background-color: #351a13;
   text-transform: capitalize;
   /*font-family: 'Playfair Display', serif;*/
   font-family: 'Arimo', sans-serif; }
   .btn-style-one:before {
     position: absolute;
     content: '';
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     background-color: #f0a737;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.2, 1);
     transform: scale(0.2, 1); }
   .btn-style-one .txt {
     position: relative;
     z-index: 1; }
   .btn-style-one:hover {
     color: #ffffff; }
     .btn-style-one:hover::before {
       opacity: 1;
       -webkit-transform: scale(1, 1);
       transform: scale(1, 1); }
 
 /* Btn Style Two */
 .btn-style-two {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 30px;
   color: #ffffff;
   padding: 12px 35px;
   font-weight: 400;
   overflow: hidden;
   cursor: pointer;
   background-color: #f0a737; }
   .btn-style-two:before {
     position: absolute;
     content: '';
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     background-color: #351a13;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.2, 1);
     transform: scale(0.2, 1); }
   .btn-style-two .txt {
     position: relative;
     z-index: 1; }
   .btn-style-two:hover {
     color: #ffffff; }
     .btn-style-two:hover::before {
       opacity: 1;
       -webkit-transform: scale(1, 1);
       transform: scale(1, 1); }
 
 /* Btn Style Three */
 .btn-style-three {
   position: relative;
   display: inline-block;
   font-size: 16px;
   line-height: 30px;
   color: #ffffff;
   padding: 12px 44px;
   font-weight: 400;
   overflow: hidden;
   border-radius: 50px;
   background-color: #f0a737;
   text-transform: capitalize; }
   .btn-style-three:before {
     position: absolute;
     content: '';
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     opacity: 0;
     background-color: #ff8667;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.2, 1);
     transform: scale(0.2, 1); }
   .btn-style-three .txt {
     position: relative;
     z-index: 1; }
   .btn-style-three:hover {
     color: #ffffff; }
     .btn-style-three:hover::before {
       opacity: 1;
       -webkit-transform: scale(1, 1);
       transform: scale(1, 1); }
 
 /* Btn Style Four */
 .btn-style-four {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 30px;
   color: #ffffff;
   padding: 12px 40px;
   font-weight: 500;
   overflow: hidden;
   border-radius: 50px;
   text-transform: capitalize;
   border: 2px solid rgba(255, 255, 255, 0.6); }
   .btn-style-four:before {
     position: absolute;
     content: '';
     top: -2px;
     right: -2px;
     left: -2px;
     bottom: -2px;
     z-index: 1;
     opacity: 0;
     background-color: #00e49a;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.2, 1);
     transform: scale(0.2, 1); }
   .btn-style-four .txt {
     position: relative;
     z-index: 1; }
   .btn-style-four:hover {
     color: #ffffff;
     border-color: #00e49a; }
     .btn-style-four:hover::before {
       opacity: 1;
       -webkit-transform: scale(1, 1);
       transform: scale(1, 1); }
 
 /* Btn Style Five */
 .btn-style-five {
   position: relative;
   display: inline-block;
   font-size: 15px;
   line-height: 30px;
   color: #211347;
   padding: 12px 40px;
   font-weight: 400;
   overflow: hidden;
   border-radius: 3px;
   text-transform: capitalize;
   border: 1px solid #ebebeb; }
   .btn-style-five:before {
     position: absolute;
     content: '';
     top: -2px;
     right: -2px;
     left: -2px;
     bottom: -2px;
     z-index: 1;
     opacity: 0;
     background-color: #00e49a;
     -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
     -o-transition: all 0.4s;
     transition: all 0.4s;
     -webkit-transform: scale(0.2, 1);
     transform: scale(0.2, 1); }
   .btn-style-five .txt {
     position: relative;
     z-index: 1; }
   .btn-style-five:hover {
     color: #ffffff;
     border-color: #00e49a; }
     .btn-style-five:hover::before {
       opacity: 1;
       -webkit-transform: scale(1, 1);
       transform: scale(1, 1); }
 
 .theme_color {
   color: #f0a737; }
 
 .preloader {
   position: fixed;
   right: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 999999;
   background-color: #ffffff;
   background-position: center center;
   background-repeat: no-repeat;
   background-image: url(../images/icons/preloader.svg);
   background-size: 90px;
   display: none; }
 
 img {
   display: inline-block;
   max-width: 100%;
   height: auto; }
 
 /***
 
 ====================================================================
     Scroll To Top style
 ====================================================================
 
 ***/
 .scroll-to-top {
   display: none !important;
   position: fixed;
   bottom: 15px;
   left: 15px;
   width: 60px;
   height: 60px;
   color: #ffffff;
   font-size: 24px;
   text-transform: uppercase;
   line-height: 60px;
   text-align: center;
   z-index: 100;
   cursor: pointer;
   background: #f0a737;
   display: none;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease; }
   @media (max-width: 640px) {
     .scroll-to-top {
       bottom: 50px;
       left: auto; } }
   .scroll-to-top:hover {
     color: #ffffff;
     background: #0a0a0a; }
 
 /***
 
 ====================================================================
     Section Title
 ====================================================================
 
 ***/
 .sec-title {
   position: relative;
   z-index: 1;
   margin-bottom: 35px; }
   .sec-title .title {
     position: relative;
     color: #f0a737;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 5px;
     text-transform: uppercase; }
   .sec-title h2 {
     position: relative;
     color: #351a13;
     font-weight: 700;
     font-size: 40px;
     line-height: 1.2em; }
   .sec-title .text {
     position: relative;
     font-size: 16px;
     line-height: 1.8em;
     color: #161616;
     font-family: 'Open Sans', sans-serif; }
   .sec-title.centered {
     text-align: center !important; }
   .sec-title.light .text, .sec-title.light h2 {
     color: #ffffff; }
 
 /* List Style One */
 .list-style-one {
   position: relative;
   z-index: 1; }
   .list-style-one li {
     position: relative;
     color: #ffffff;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 15px;
     padding-right: 30px;
     line-height: 1.5em; }
     .list-style-one li strong {
       position: relative;
       color: #000000;
       font-size: 14px;
       font-weight: 600;
       display: block;
       margin-bottom: 2px; }
     .list-style-one li .icon {
       position: absolute;
       right: 0px;
       top: 2px;
       color: #05db56;
       font-size: 20px; }
 
 /***
 
 ====================================================================
     Main Header style
 ====================================================================
 
 ***/
 .main-header {
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   position: fixed;
   right: 0px;
   left: 0px;
   top: 0px;
   z-index: 9999;
   width: 100%;
   border-bottom: 0px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   background-color: #ffffff;
   box-shadow: 0 1px 5px #161616; }
   .main-header .main-box {
     position: relative;
     padding: 0px 0px;
     right: 0px;
     top: 0px;
     width: 100%;
     background: none;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
     .main-header .main-box .outer-container {
       position: relative;
       padding: 0px 40px; }
     .main-header .main-box .logo-box {
       position: relative;
       float: right;
       right: 0px;
       z-index: 10;
       padding: 30px 0px; }
       .main-header .main-box .logo-box .logo img {
         display: inline-block;
         max-width: 100%;
         -webkit-transition: all 300ms ease;
         -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
         -moz-transition: all 300ms ease;
         transition: all 300ms ease; }
   .main-header .header-upper {
     position: relative;
     z-index: 1;
     transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease; }
     .main-header .header-upper .outer-box {
       position: relative;
       float: left;
       padding: 37px 0px;
       margin-right: 30px;
       transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease; }
       .main-header .header-upper .outer-box .login-info {
         position: relative;
         float: right; }
         .main-header .header-upper .outer-box .login-info li {
           position: relative;
           line-height: 1.1em;
           display: inline-block; }
           .main-header .header-upper .outer-box .login-info li:first-child {
             margin-left: 15px; }
             .main-header .header-upper .outer-box .login-info li:first-child a {
               position: relative; }
           .main-header .header-upper .outer-box .login-info li a {
             position: relative;
             color: #ffffff;
             font-size: 16px; }
             .main-header .header-upper .outer-box .login-info li a .icon {
               position: relative;
               width: 22px;
               height: 26px;
               color: #ffffff;
               line-height: 26px;
               text-align: center;
               margin-left: 4px;
               display: inline-block; }
           .main-header .header-upper .outer-box .login-info li.recipe a, .main-header .header-upper .outer-box .login-info li.login a {
             background-color: #f0a737;
             padding: 12px 20px;
             border-radius: 25px;
             /*font-family: 'Playfair Display', serif;*/
             font-family: 'Arimo', sans-serif; }
       .main-header .header-upper .outer-box .nav-toggler {
         position: relative;
         font-size: 28px;
         color: #ff9600;
         cursor: pointer;
         display: inline-block; }
 
 .admin-bar .main-header {
   top: 32px; }
   @media (max-width: 782px) {
     .admin-bar .main-header {
       top: 46px; } }
 
 .header-style-two {
   position: relative;
   background-color: inherit; }
 
 .main-header.header-style-two .header-lower {
   position: absolute;
   top: 100%;
   width: 100%;
   margin-top: -35px;
   z-index: 10;
   background-color: inherit !important; }
   .main-header.header-style-two .header-lower .inner-container {
     background-color: #ffffff;
     padding-right: 34px;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
 
 .header-style-two.fixed-header {
   background-color: inherit !important; }
 
 .main-header.header-style-two .header-upper {
   padding-bottom: 35px; }
   .main-header.header-style-two .header-upper .outer-box .login-info li:first-child {
     border-color: #bcbcbc; }
   .main-header.header-style-two .header-upper .outer-box .login-info li:last-child a {
     color: #211347; }
 .main-header.header-style-two .nav-outer {
   float: right;
   width: 100%; }
 
 .header-style-two .header-lower .outer-box {
   float: left; }
   .header-style-two .header-lower .outer-box .search-box {
     float: left; }
     .header-style-two .header-lower .outer-box .search-box .form-group {
       position: relative;
       margin: 0px; }
       .header-style-two .header-lower .outer-box .search-box .form-group input[type="text"], .header-style-two .header-lower .outer-box .search-box .form-group input[type="search"] {
         position: relative;
         line-height: 30px;
         padding: 10px 50px 10px 18px;
         background: #fcf6f5;
         display: block;
         font-size: 15px;
         width: 100%;
         height: 70px;
         color: #ff8667;
         font-weight: 400;
         transition: all 500ms ease;
         -moz-transition: all 500ms ease;
         -webkit-transition: all 500ms ease;
         -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease; }
     .header-style-two .header-lower .outer-box .search-box .search-box .form-group textarea::-webkit-input-placeholder, .header-style-two .header-lower .outer-box .search-box .search-box .form-group input::-webkit-input-placeholder {
       color: #797979; }
     .header-style-two .header-lower .outer-box .search-box .form-group button {
       position: absolute;
       left: 0px;
       top: 0px;
       height: 70px;
       width: 60px;
       display: block;
       font-size: 16px;
       color: #fe5722;
       line-height: 100%;
       font-weight: normal;
       background: none;
       cursor: pointer; }
   .header-style-two .header-lower .outer-box .number {
     position: relative;
     float: right;
     color: #ff8667;
     font-size: 20px;
     padding: 23px 0px;
     margin-left: 22px; }
     .header-style-two .header-lower .outer-box .number a {
       position: relative;
       color: #ff8667; }
 
 .main-header .header-upper .outer-box .login-info li:first-child {
   border-color: #bcbcbc; }
 .main-header.header-style-two .header-upper .outer-box .login-info li:last-child a {
   color: #221348; }
 .main-header .header-upper .search-box-outer {
   position: relative;
   float: right;
   padding: 3px 0;
   margin-left: 16px; }
   .main-header .header-upper .search-box-outer .fa-search {
     margin-right: 5px; }
 .main-header .header-upper .search-box-btn {
   position: relative;
   top: 0px;
   display: block;
   width: 100%;
   font-size: 16px;
   color: #000000;
   line-height: 20px !important;
   cursor: pointer;
   background: none;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
	padding: 0 !important;}
   .main-header .header-upper .search-box-btn:after {
     display: none; }
 .main-header .header-upper .search-box-outer .dropdown-menu {
   top: 59px !important;
   left: 0px;
   padding: 0px;
   width: 280px;
   right: auto !important;
   border-radius: 0px;
   border-top: 3px solid #f0a737;
   -webkit-transform: translate3d(0px, 0px, 0px) !important;
   transform: translate3d(0px, 0px, 0px) !important; }
   .main-header .header-upper .search-box-outer .dropdown-menu > li {
     padding: 0px;
     border: none;
     margin: 0px;
     width: 100%;
     background: none; }
 .main-header .header-upper .search-panel .form-container {
   padding: 25px 20px; }
 .main-header .header-upper .search-panel .form-group {
   position: relative;
   margin: 0px; }
 .main-header .header-upper .search-panel input[type="text"], .main-header .header-upper .search-panel input[type="search"], .main-header .header-upper .search-panel input[type="password"] {
   display: block;
   width: 100%;
   height: 40px;
   color: #000000;
   font-size: 14px;
   line-height: 24px;
   background: #ffffff;
   border: 1px solid #e0e0e0;
   padding: 7px 15px 7px 40px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease; }
 .main-header .header-upper .search-panel select {
   display: block;
   width: 100%;
   height: 40px;
   color: #000000;
   font-size: 14px;
   line-height: 24px;
   background: #ffffff;
   border: 1px solid #e0e0e0;
   padding: 7px 15px 7px 40px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease; }
 .main-header .header-upper .search-panel input:focus, .main-header .header-upper .search-panel select:focus {
   border-color: #f0a737; }
 .main-header .header-upper .search-panel .search-btn {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 40px;
   height: 40px;
   text-align: center;
   color: #555555;
   font-size: 12px;
   background: none;
   cursor: pointer; }
 
 /* Search Box Outer */
 /*Sticky Header*/
 .sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   right: 0px;
   top: 0px;
   width: 100%;
   padding: 0px 0px;
   background: #222222;
   z-index: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease; }
   .sticky-header .logo {
     padding: 8px 0px 8px; }
 
 .fixed-header .sticky-header {
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1; }
 
 .sticky-header .main-menu .navigation > li > a {
   padding: 23px 0px  !important;
   color: #ffffff !important; }
   .sticky-header .main-menu .navigation > li > a:after {
     display: none; }
 
 .main-header .nav-outer {
   position: relative;
   float: left;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   display: contents; }
 .main-header .header-upper .logo-box {
   position: relative;
   z-index: 12;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease; }
   .main-header .header-upper .logo-box .logo {
     position: relative;
     padding: 12px 0px;
     max-width: 130px;
     max-height: 100px;
     display: flex; }
     .main-header .header-upper .logo-box .logo img {
       max-width: 100%;
       max-height: 100%; }
       @media (min-width: 768px) {
         .main-header .header-upper .logo-box .logo img {
           width: 100px; } }
 .main-header .header-lower {
   position: relative;
   background-color: rgba(0, 0, 0, 0.55); }
 
 .main-menu {
   position: static;
   float: right;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease; }
   .main-menu .navbar-collapse {
     padding: 0px;
     float: right;
     display: block; }
   .main-menu .navigation {
     position: static;
     margin: 0px; }
     .main-menu .navigation > li {
       position: relative;
       float: none;
       display: inline-block;
       margin-left: 25px;
       transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease; }
       .main-menu .navigation > li:last-child {
         margin-left: 0px; }
 
 .main-header .header-upper .upper-right {
   position: relative; }
 .main-header .header-upper .info-box {
   position: relative;
   color: #333333;
   font-weight: 600;
   padding: 22px 0px;
   padding-right: 30px;
   padding-left: 28px;
   margin-left: 30px;
   display: inline-block;
   border-left: 1px solid #ecebeb; }
   .main-header .header-upper .info-box .icon-box {
     position: absolute;
     right: 0px;
     top: 24px;
     color: #091394;
     font-size: 20px;
     line-height: 1em; }
 .main-header .header-upper .social-box {
   position: relative;
   float: left;
   padding: 21px 0px; }
 
 .main-menu .navigation > li > a {
   position: relative;
   display: block;
   color: #161616;
   text-align: center;
   line-height: 30px;
   text-transform: uppercase;
   letter-spacing: 0px;
   opacity: 1;
   font-weight: 400;
   padding: 35px 0px;
   font-size: 16px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease; }
 
 .main-header.header-style-two .main-menu .navigation > li > a {
   color: #2e2e2e;
   padding: 20px 0px; }
 
 .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
   color: #f0a737; }
 
 .main-header.header-style-two .social-icon-one li a {
   color: #2e2e2e; }
 
 .header-style-two.fixed-header .header-upper {
   background-color: #ffffff; }
 
 .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
   opacity: 1; }
 
 .main-header.light-version .main-menu .navigation > li:hover > a, .main-header.light-version .main-menu .navigation > li.current > a {
   opacity: 1; }
 
 .main-menu .navigation > li > ul {
   position: absolute;
   right: 0px;
   top: 100%;
   width: 230px;
   z-index: 100;
   display: none;
   opacity: 0;
   text-align: right;
   visibility: hidden;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   padding: 0px 0px;
   background-color: #ffffff;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
   .main-menu .navigation > li > ul:before {
     position: absolute;
     content: '';
     right: 0px;
     top: -30px;
     width: 100%;
     height: 30px;
     display: block; }
   .main-menu .navigation > li > ul.from-right {
     right: auto;
     left: 0px; }
   .main-menu .navigation > li > ul > li {
     position: relative;
     width: 100%;
     border-bottom: 1px solid #f4f2f2; }
     .main-menu .navigation > li > ul > li:last-child {
       border-bottom: none; }
     .main-menu .navigation > li > ul > li > a {
       position: relative;
       display: block;
       padding: 12px 18px;
       line-height: 24px;
       font-weight: 400;
       font-size: 15px;
       text-transform: capitalize;
       color: #222222;
       transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease; }
     .main-menu .navigation > li > ul > li:hover > a {
       color: #ffffff;
       padding-right: 30px;
       background: #f0a737; }
     .main-menu .navigation > li > ul > li.dropdown > a:after {
       font-family: 'FontAwesome';
       content: "\f105";
       position: absolute;
       left: 15px;
       top: 14px;
       width: 10px;
       height: 20px;
       display: block;
       color: #ffffff;
       line-height: 20px;
       font-size: 16px;
       font-weight: normal;
       text-align: center;
       z-index: 5; }
     .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
       color: #ffffff; }
     .main-menu .navigation > li > ul > li > ul {
       position: absolute;
       right: 100%;
       top: 100%;
       width: 230px;
       z-index: 100;
       display: none;
       text-align: right;
       transition: all 900ms ease;
       -moz-transition: all 900ms ease;
       -webkit-transition: all 900ms ease;
       -ms-transition: all 900ms ease;
       -o-transition: all 900ms ease;
       padding: 0px 0px;
       background-color: #ffffff;
       -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
       -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
       -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
       box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
       .main-menu .navigation > li > ul > li > ul.from-right {
         right: auto;
         left: 0px; }
       .main-menu .navigation > li > ul > li > ul > li {
         position: relative;
         width: 100%;
         border-bottom: 1px solid #f4f2f2; }
         .main-menu .navigation > li > ul > li > ul > li:last-child {
           border-bottom: none; }
         .main-menu .navigation > li > ul > li > ul > li > a {
           position: relative;
           display: block;
           padding: 12px 18px;
           line-height: 24px;
           font-weight: 400;
           font-size: 15px;
           text-transform: capitalize;
           color: #222222;
           transition: all 500ms ease;
           -moz-transition: all 500ms ease;
           -webkit-transition: all 500ms ease;
           -ms-transition: all 500ms ease;
           -o-transition: all 500ms ease; }
         .main-menu .navigation > li > ul > li > ul > li:hover > a {
           color: #ffffff;
           padding-right: 30px;
           background: #f0a737; }
         .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
           font-family: 'FontAwesome';
           content: "\f105";
           position: absolute;
           left: 10px;
           top: 11px;
           width: 10px;
           height: 20px;
           display: block;
           color: #272727;
           line-height: 20px;
           font-size: 16px;
           font-weight: normal;
           text-align: center;
           z-index: 5; }
         .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
           color: #ffffff; }
 .main-menu .navigation > li.dropdown:hover > ul {
   visibility: visible;
   opacity: 1;
   border-top: 0px !important;
   -moz-transform: rotateX(0deg);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg); }
 .main-menu .navigation li > ul > li.dropdown:hover > ul {
   visibility: visible;
   opacity: 1;
   top: 0;
   -moz-transform: rotateX(0deg);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
   transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease; }
 .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
   position: absolute;
   left: 10px;
   top: 6px;
   width: 30px;
   height: 30px;
   text-align: center;
   color: #ffffff;
   line-height: 28px;
   border: 1px solid #ffffff;
   background-size: 20px;
   cursor: pointer;
   z-index: 5;
   display: none; }
 
 .main-header .header-upper .outer-box .social-icon-one {
   position: relative;
   float: right; }
 .main-header .header-upper .outer-box .login-box {
   position: relative;
   width: 52px;
   height: 52px;
   float: right;
   color: #ffffff;
   font-size: 18px;
   cursor: pointer;
   line-height: 50px;
   text-align: center;
   border-radius: 50px;
   display: inline-block;
   border: 1px solid rgba(255, 255, 255, 0.5); }
 .main-header .header-upper .outer-box .sidebar-btn {
   position: relative;
   width: 52px;
   height: 52px;
   float: right;
   color: #ffffff;
   font-size: 18px;
   margin-right: 14px;
   cursor: pointer;
   line-height: 52px;
   text-align: center;
   border-radius: 50px;
   background-color: #05db56; }
 
 /***
 
 ====================================================================
     Banner Section
 ====================================================================
 
 ***/
 .banner-section {
   position: relative;
   overflow: hidden;
   margin: 30px 0 50px; }
   .banner-section .auto-container {
     direction: ltr; }
   .banner-section .banner-carousel .slide-item {
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     padding: 350px 0px 80px; }
     @media (max-width: 768px) {
       .banner-section .banner-carousel .slide-item {
         padding: 240px 0px 80px; }
         .banner-section .banner-carousel .slide-item .content-box {
           display: none; } }
   .banner-section .banner-carousel:before {
     position: absolute;
     content: '';
     right: 0px;
     top: 0px;
     left: 0px;
     height: 120px;
     z-index: 1;
     background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -webkit-gradient(linear, left top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #000000));
     background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #000000 100%); }
   .banner-section .banner-carousel .slide-item .image-layer {
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     -webkit-transition: all 6000ms linear;
     -moz-transition: all 6000ms linear;
     -ms-transition: all 6000ms linear;
     -o-transition: all 6000ms linear;
     transition: all 6000ms linear; }
   .banner-section .banner-carousel .active .slide-item .image-layer {
     -webkit-transform: scale(1.15);
     -ms-transform: scale(1.15);
     transform: scale(1.15); }
   .banner-section .banner-carousel .content-box {
     position: relative;
     max-width: 610px;
     opacity: 0;
     padding: 10px 35px;
     border-radius: 5px;
     direction: rtl;
     -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
     -ms-transform: translateY(-100px);
     -o-transform: translateY(-100px);
     transform: translateY(-100px);
     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease; }
   .banner-section .banner-carousel .active .content-box {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
     -ms-transition-delay: 300ms;
     -o-transition-delay: 300ms;
     transition-delay: 300ms; }
   .banner-section .banner-carousel .content-box:before {
     position: absolute;
     content: '';
     left: 0px;
     top: 0px;
     right: 0;
     bottom: 0px;
     background-color: rgba(255, 255, 255, 0.75);
     border-radius: 30px; }
   .banner-section .banner-carousel .content-box .info-list {
     position: relative; }
     .banner-section .banner-carousel .content-box .info-list .cat {
       position: relative;
       color: #ffffff;
       float: left;
       padding: 4px 18px;
       border-radius: 5px;
       display: inline-block;
       background-color: #f0a737;
       margin-left: 15px; }
     .banner-section .banner-carousel .content-box .info-list .rating {
       position: relative;
       color: #161616;
       float: right;
       font-size: 14px;
       margin-top: 4px;
       margin-left: 20px; }
       .banner-section .banner-carousel .content-box .info-list .rating .fa {
         position: relative;
         color: #f9ca59;
         font-size: 16px; }
   .banner-section .banner-carousel .content-box .author-name {
     position: relative;
     float: right;
     margin-left: 20px; }
     .banner-section .banner-carousel .content-box .author-name .author-inner {
       position: relative;
       padding-right: 40px;
       color: #161616;
       font-size: 14px;
       line-height: 33px; }
       .banner-section .banner-carousel .content-box .author-name .author-inner .author-icon {
         position: absolute;
         right: 0px;
         top: 0px;
         width: 33px;
         height: 33px;
         border-radius: 50px;
         overflow: hidden; }
   .banner-section .banner-carousel .content-box .author-image {
     position: absolute;
     right: 170px;
     top: 40px;
     border-radius: 50%;
     overflow: hidden;
     border: 8px solid #ffffff; }
   .banner-section .banner-carousel .content-box h1 {
     display: block;
     line-height: 1.3em;
     color: #f0a737;
     font-weight: 700;
     margin-bottom: 12px;
     margin-top: 0;
     font-size: 22px; }
   .banner-section .banner-carousel .content-box .text {
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 1.6em;
     color: #161616;
     font-weight: 400;
     margin-bottom: 15px; }
   .banner-section .banner-carousel .content-box .post-meta {
     position: relative; }
     .banner-section .banner-carousel .content-box .post-meta li {
       position: relative;
       color: #161616;
       font-size: 14px;
       margin-left: 15px;
       display: inline-flex; }
       .banner-section .banner-carousel .content-box .post-meta li .icon {
         position: relative;
         margin-left: 8px;
         color: #f0a737;
         font-size: 18px; }
   .banner-section .owl-nav {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     margin: 0 auto;
     width: 100%;
     height: 0;
     opacity: 0;
     display: none;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section:hover .owl-nav {
     opacity: 1; }
   .banner-section .owl-nav .owl-prev {
     position: absolute;
     right: 0px;
     background: #ffffff;
     height: 80px;
     width: 40px;
     border-radius: 0;
     border: 2px solid #ffffff;
     text-align: center;
     line-height: 80px;
     color: #020202;
     font-size: 24px;
     opacity: .90;
     margin-top: -30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section .owl-nav .owl-next {
     position: absolute;
     left: 0px;
     background: #ffffff;
     height: 80px;
     width: 40px;
     border-radius: 0;
     border: 2px solid #ffffff;
     text-align: center;
     line-height: 80px;
     color: #020202;
     font-size: 24px;
     opacity: .90;
     margin-top: -30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
     opacity: 1; }
   .banner-section .owl-dots {
     position: absolute;
     right: 7%;
     bottom: 110px;
     width: 100%;
     max-width: 1170px;
     margin: 0 auto; }
     .banner-section .owl-dots .owl-dot {
       position: relative;
       display: inline-block;
       width: 8px;
       height: 8px;
       margin: 0px 4px; }
       .banner-section .owl-dots .owl-dot span {
         position: relative;
         display: block;
         width: 8px;
         height: 8px;
         background: #ffffff;
         border: 1px solid transparent;
         border-radius: 50%; }
       .banner-section .owl-dots .owl-dot.active span {
         background: #ff8667;
         border-color: #ff8667; }
 
 /***
 
 ====================================================================
     Mobile Menu
 ====================================================================
 
 ***/
 .main-header .mobile-nav-toggler {
   position: relative;
   float: left;
   font-size: 40px;
   line-height: 50px;
   cursor: pointer;
   color: #000000;
   display: none; }
 
 .header-style-two .nav-outer .mobile-nav-toggler {
   color: #f0a737; }
 
 .mobile-menu {
   position: fixed;
   right: 0;
   top: 0;
   width: 300px;
   padding-left: 30px;
   max-width: 100%;
   height: 100%;
   opacity: 0;
   visibility: hidden;
   z-index: 999999; }
   .mobile-menu .nav-logo {
     position: relative;
     padding: 20px 20px;
     text-align: right; }
     .mobile-menu .nav-logo img {
       max-width: 200px; }
 
 .mobile-menu-visible {
   overflow: hidden; }
   .mobile-menu-visible .mobile-menu {
     opacity: 1;
     visibility: visible; }
 
 .mobile-menu .menu-backdrop {
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: rgba(0, 0, 0, 0.9);
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%); }
 
 .mobile-menu-visible .mobile-menu .menu-backdrop {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   transition: all 0.7s ease;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%); }
 
 .mobile-menu .menu-box {
   position: absolute;
   right: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   max-height: 100%;
   overflow-y: auto;
   background: #ffffff;
   padding: 0px 0px;
   z-index: 5;
   opacity: 0;
   visibility: hidden;
   border-radius: 0px;
   -webkit-transform: translateX(101%);
   -ms-transform: translateX(101%);
   transform: translateX(101%); }
 
 .mobile-menu-visible .mobile-menu .menu-box {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.7s ease 500ms;
   -moz-transition: all 0.7s ease 500ms;
   -ms-transition: all 0.7s ease 500ms;
   -o-transition: all 0.7s ease 500ms;
   transition: all 0.7s ease 500ms;
   -webkit-transform: translateX(0%);
   -ms-transform: translateX(0%);
   transform: translateX(0%); }
 
 .mobile-menu .close-btn {
   position: absolute;
   left: 3px;
   top: 3px;
   line-height: 30px;
   width: 30px;
   text-align: center;
   font-size: 24px;
   color: #202020;
   cursor: pointer;
   z-index: 10;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   -webkit-transform: translateY(-50px);
   -ms-transform: translateY(-50px);
   transform: translateY(-50px); }
 
 .mobile-menu-visible .mobile-menu .close-btn {
   -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px); }
 
 .mobile-menu .close-btn:hover {
   opacity: 0.50; }
 .mobile-menu .navigation {
   position: relative;
   display: block;
   width: 100%;
   border-top: 1px solid rgba(0, 0, 0, 0.1); }
   .mobile-menu .navigation li {
     position: relative;
     display: block;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
     .mobile-menu .navigation li > ul > li:last-child {
       border-bottom: none; }
     .mobile-menu .navigation li > ul > li:first-child {
       border-top: 1px solid rgba(0, 0, 0, 0.1); }
     .mobile-menu .navigation li > a {
       position: relative;
       display: block;
       line-height: 24px;
       padding: 10px 20px;
       font-size: 15px;
       color: #404040;
       text-transform: capitalize; }
     .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
       color: #f0a737; }
     .mobile-menu .navigation li.dropdown .dropdown-btn {
       position: absolute;
       left: 0px;
       top: 0px;
       width: 44px;
       height: 44px;
       text-align: center;
       font-size: 16px;
       line-height: 44px;
       color: #404040;
       cursor: pointer;
       z-index: 5;
       transition: 0.3s all; }
       .mobile-menu .navigation li.dropdown .dropdown-btn:after {
         content: '';
         position: absolute;
         right: 0px;
         top: 10px;
         width: 1px;
         height: 24px;
         border-right: 1px solid rgba(0, 0, 0, 0.1); }
       .mobile-menu .navigation li.dropdown .dropdown-btn.open {
         transform: rotate(180deg); }
     .mobile-menu .navigation li > ul {
       display: none; }
       .mobile-menu .navigation li > ul > li > ul {
         display: none; }
 
 .sticky-header .navbar-header, .sticky-header .mobile-nav-toggler {
   display: none; }
 
 /*Custom Select*/
 .form-group .ui-selectmenu-button.ui-button {
   width: 100%;
   font-size: 14px;
   font-style: normal;
   height: 50px;
   padding: 10px 20px 10px 20px;
   line-height: 28px;
   color: #777777;
   border: none;
   border-radius: 0px;
   background: none;
   border: 1px solid #e0e0e0; }
 .form-group .ui-button .ui-icon {
   background: none;
   position: relative;
   top: 2px;
   text-indent: 0px;
   color: #333333; }
   .form-group .ui-button .ui-icon:before {
     font-family: 'FontAwesome';
     content: "\f107";
     position: absolute;
     left: 0px;
     top: 2px !important;
     top: 13px;
     width: 10px;
     height: 20px;
     display: block;
     color: #000000;
     line-height: 20px;
     font-size: 16px;
     font-weight: normal;
     text-align: center;
     z-index: 5;
     font-weight: 800; }
 
 .ui-menu .ui-menu-item {
   font-size: 14px; }
   .ui-menu .ui-menu-item:last-child {
     border: none; }
 
 .ui-state-active, .ui-widget-content .ui-state-active {
   background: #ff8667;
   border-color: #ff8667; }
 
 .ui-menu .ui-menu-item-wrapper {
   position: relative;
   display: block;
   padding: 8px 20px;
   font-size: 14px;
   line-height: 24px; }
 
 .ui-menu-item:hover {
   background-color: #ff8667; }
 
 /***
 
 ====================================================================
     Product Form Section
 ====================================================================
 
 ***/
 .product-form-section {
   position: relative; }
   .product-form-section.style-two:before {
     position: absolute;
     content: '';
     right: 0px;
     top: -20px;
     bottom: 0px;
     left: 0px;
     z-index: -1;
     background-color: #faf3f1; }
   .product-form-section .inner-container {
     position: relative;
     padding: 35px 90px 5px;
     border-radius: 8px;
     z-index: 1; }
     .product-form-section .inner-container.margin-top {
       margin-top: -65px; }
   .product-form-section .default-form .ui-selectmenu-button.ui-button {
     background-color: #fdebe7;
     border-color: #fdebe7;
     color: #f0a737;
     font-size: 16px;
     letter-spacing: 1px;
     padding-right: 20px;
     border-radius: 0px 50px 50px 0px; }
   .product-form-section .form-group {
     padding: 0px;
     float: right; }
     .product-form-section .form-group input {
       border-color: #fdebe7 !important;
       padding-right: 25px; }
     .product-form-section .form-group .ui-button .ui-icon:before {
       color: #ff8667; }
     .product-form-section .form-group .search-btn {
       position: relative;
       padding: 16px 30px;
       color: #ffffff;
       cursor: pointer;
       font-size: 16px;
       border-radius: 50px 0px 0px 50px;
       display: inline-block;
       background-color: #f0a737; }
 
 .default-form {
   position: relative; }
   .default-form .form-group {
     position: relative;
     display: block;
     width: 100%;
     margin-bottom: 30px; }
   .default-form .ui-selectmenu-button.ui-button {
     position: relative;
     display: block;
     width: 100%;
     height: 55px;
     font-size: 13px;
     color: #777777;
     line-height: 34px;
     font-weight: 400;
     padding: 10px 20px 10px 15px;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .default-form .form-group input, .default-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     height: 55px;
     font-size: 13px;
     color: #777777;
     line-height: 34px;
     font-weight: 400;
     padding: 10px 20px 10px 15px;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .default-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     height: 55px;
     font-size: 13px;
     color: #777777;
     line-height: 34px;
     font-weight: 400;
     padding: 10px 20px 10px 15px;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     position: relative;
     display: block;
     width: 100%;
     height: 150px;
     resize: none; }
   .default-form .form-group button {
     width: 100%; }
   .default-form .form-group input:focus, .default-form .form-group select:focus, .default-form .form-group textarea:focus {
     border: 1px solid #ff8667; }
 
 /***
 
 ====================================================================
     Categories Section
 ====================================================================
 
 ***/
 .categories-section {
   position: relative;
   padding: 50px 0 90px; }
 
 .categories-tab {
   position: relative; }
   .categories-tab .tabs-header {
     position: relative;
     text-align: center;
     margin-bottom: 45px; }
   .categories-tab .product-tab-btns {
     position: relative;
     text-align: center;
     padding-bottom: 20px;
     border-bottom: 1px solid #e5e5e5; }
     .categories-tab .product-tab-btns .p-tab-btn {
       position: relative;
       display: inline-block;
       margin: 0px 2px;
       font-size: 20px;
       line-height: 22px;
       font-weight: 700;
       color: #161616;
       z-index: 1;
       width: 19%;
       cursor: pointer;
       margin-bottom: 30px;
       padding: 14px 20px 14px;
       text-transform: capitalize;
       transition: all 300ms ease;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       /*font-family: 'Playfair Display', serif;*/
       font-family: 'Arimo', sans-serif;
       background: url(../images/icons/category-bg.png) center center no-repeat;
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%); }
       .categories-tab .product-tab-btns .p-tab-btn .number {
         position: absolute;
         right: 50px;
         top: -22px;
         width: 36px;
         height: 36px;
         opacity: 0;
         color: #ffffff;
         font-size: 16px;
         font-weight: 400;
         line-height: 36px;
         text-align: center;
         border-radius: 50px;
         display: inline-block;
         background-color: #f0a737;
         transition: all 300ms ease;
         -webkit-transition: all 300ms ease;
         -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
         font-family: 'Work Sans', sans-serif; }
       .categories-tab .product-tab-btns .p-tab-btn:hover .number, .categories-tab .product-tab-btns .p-tab-btn.active-btn .number {
         opacity: 1; }
       .categories-tab .product-tab-btns .p-tab-btn:hover, .categories-tab .product-tab-btns .p-tab-btn.active-btn {
         color: #f0a737;
         -webkit-filter: grayscale(0%);
         filter: grayscale(0%); }
   .categories-tab .p-tabs-content {
     position: relative;
     display: block; }
   .categories-tab .p-tab {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     height: auto;
     visibility: hidden; }
     .categories-tab .p-tab.active-tab {
       position: relative;
       visibility: visible;
       z-index: 5; }
 
 .p-tab.active-tab .category-block {
   -webkit-transform: scaleY(1);
   -ms-transform: scaleY(1);
   -o-transform: scaleY(1);
   -moz-transform: scaleY(1);
   transform: scaleY(1); }
 .p-tab .category-block {
   transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -webkit-transform: scaleY(0);
   -ms-transform: scaleY(0);
   -o-transform: scaleY(0);
   -moz-transform: scaleY(0);
   transform: scaleY(0); }
 
 .categories-section .owl-nav {
   position: absolute;
   right: -60px;
   top: 50%;
   left: -70px;
   margin-top: -40px; }
   .categories-section .owl-nav .owl-prev {
     position: absolute;
     right: 0px;
     width: 55px;
     height: 18px;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     font-size: 0px;
     background: url(../images/icons/next-arrow.png) no-repeat; }
   .categories-section .owl-nav .owl-next {
     position: absolute;
     left: 0px;
     width: 55px;
     height: 18px;
     font-size: 0px;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
     background: url(../images/icons/prev-arrow.png) no-repeat; }
   .categories-section .owl-nav .owl-prev:hover, .categories-section .owl-nav .owl-next:hover {
     -webkit-filter: grayscale(0%);
     filter: grayscale(0%); }
 .categories-section .owl-dots {
   display: none; }
 
 /* Category Block */
 .category-block {
   position: relative; }
   .category-block .inner-box {
     position: relative; }
     .category-block .inner-box .image {
       position: relative; }
     .category-block .inner-box .lower-content {
       position: relative;
       text-align: center;
       padding-top: 10px; }
       .category-block .inner-box .lower-content h4 {
         position: relative;
         line-height: 1.3em;
         margin-top: 8px; }
         .category-block .inner-box .lower-content h4 a {
           position: relative;
           color: #f0a737;
           -webkit-transition: all 300ms ease;
           -ms-transition: all 300ms ease;
           -o-transition: all 300ms ease;
           -moz-transition: all 300ms ease;
           transition: all 300ms ease; }
           .category-block .inner-box .lower-content h4 a:hover {
             color: #161616; }
       .category-block .inner-box .lower-content .text {
         position: relative;
         color: #000000;
         font-size: 16px;
         line-height: 1.7em;
         margin-top: 15px; }
 
 .half_post .inner-box {
   height: 370px;
   background-position: center;
   position: relative; }
   .half_post .inner-box .sec-title {
     position: absolute;
     z-index: 1;
     bottom: 0;
     padding: 15px;
     margin: 0;
     width: 100%; }
     .half_post .inner-box .sec-title h3 {
       font-size: 26px;
       line-height: 1.2;
       color: #fff;
       width: 100%; }
     .half_post .inner-box .sec-title:after {
       content: "";
       width: 100%;
       height: 100px;
       background-image: linear-gradient(transparent, #000);
       position: absolute;
       right: 0;
       bottom: 0;
       transition: 0.3s all;
       z-index: -1; }
   .half_post .inner-box:hover .sec-title:after {
     height: 150px; }
 
 /***
 
 ====================================================================
     Trending Section
 ====================================================================
 
 ***/
 .trending-section {
   position: relative;
   overflow: hidden;
   padding: 0px 0px 100px; }
   .trending-section.style-two {
     background-color: #faf3f1;
     padding-top: 95px;
     padding-bottom: 0px; }
     .trending-section.style-two .content-column .inner-column {
       padding-left: 0px;
       padding-right: 80px; }
   .trending-section .auto-container {
     position: relative; }
   .trending-section .layer-one {
     position: absolute;
     right: -240px;
     top: 0px;
     width: 246px;
     height: 310px;
     background-repeat: no-repeat; }
   .trending-section .layer-two {
     position: absolute;
     left: -120px;
     top: 100px;
     width: 246px;
     height: 310px;
     background-repeat: no-repeat; }
   .trending-section .layer-three {
     position: absolute;
     right: -80px;
     top: -80px;
     width: 618px;
     height: 739px;
     background-repeat: no-repeat; }
   .trending-section .layer-four {
     position: absolute;
     left: -80px;
     top: -80px;
     width: 450px;
     height: 840px;
     background-repeat: no-repeat; }
   .trending-section .content-column {
     position: relative; }
     .trending-section .content-column .inner-column {
       position: relative;
       padding-top: 85px;
       padding-left: 80px; }
     .trending-section .content-column .sec-title {
       margin-bottom: 12px; }
     .trending-section .content-column .bold-text {
       position: relative;
       color: #f0a737;
       font-size: 18px;
       line-height: 1.7em; }
   .trending-section .image-column {
     position: relative; }
     .trending-section .image-column .inner-column {
       position: relative; }
     .trending-section .image-column .image {
       position: relative; }
       .trending-section .image-column .image .mints {
         position: absolute;
         right: 0px;
         top: 90px;
         width: 77px;
         height: 77px;
         color: #ffffff;
         line-height: 77px;
         text-align: center;
         text-transform: uppercase;
         background: url(../images/icons/category-icon.png) no-repeat; }
 
 /***
 
 ====================================================================
     Popular Recipes Section
 ====================================================================
 
 ***/
 .popular-recipes-section {
   position: relative;
   overflow: hidden;
   padding: 90px 0px 60px;
   background-position: center; }
   .popular-recipes-section.style-two {
     padding-bottom: 120px; }
   .popular-recipes-section.style-three {
     padding-top: 80px; }
   .popular-recipes-section .outer-container {
     position: relative;
     padding: 0px 70px; }
 
 .recipes-block {
   position: relative;
   margin-bottom: 30px; }
   .recipes-block .inner-box {
     position: relative; }
     .recipes-block .inner-box .image {
       position: relative;
       overflow: hidden;
       background-color: #262626; }
       .recipes-block .inner-box .image img {
         position: relative;
         width: 100%;
         display: block;
         -webkit-transition: all 600ms ease;
         -ms-transition: all 600ms ease;
         -o-transition: all 600ms ease;
         -moz-transition: all 600ms ease;
         transition: all 600ms ease; }
     .recipes-block .inner-box:hover .image img {
       opacity: 0.5;
       transform: scale(1.07, 1.07); }
     .recipes-block .inner-box .lower-content {
       position: relative;
       padding-top: 15px;
       text-align: center; }
       .recipes-block .inner-box .lower-content .author-image {
         position: absolute;
         top: -22px;
         right: 20px;
         width: 45px;
         height: 45px;
         border-radius: 50px;
         overflow: hidden; }
       .recipes-block .inner-box .lower-content .category {
         position: relative;
         color: #f0a737;
         font-size: 14px;
         text-transform: uppercase; }
       .recipes-block .inner-box .lower-content h4 {
         position: relative;
         font-weight: 700;
         line-height: 1.5em;
         margin-top: 5px; }
         .recipes-block .inner-box .lower-content h4 a {
           position: relative;
           color: #161616;
           -webkit-transition: all 300ms ease;
           -ms-transition: all 300ms ease;
           -o-transition: all 300ms ease;
           -moz-transition: all 300ms ease;
           transition: all 300ms ease; }
           .recipes-block .inner-box .lower-content h4 a:hover {
             color: #f0a737; }
       .recipes-block .inner-box .lower-content .text {
         position: relative;
         color: #161616;
         font-size: 15px;
         line-height: 1.8em;
         margin-top: 8px; }
       .recipes-block .inner-box .lower-content .post-meta {
         position: relative;
         margin-top: 10px; }
         .recipes-block .inner-box .lower-content .post-meta li {
           position: relative;
           color: #161616;
           font-size: 14px;
           margin-left: 8px;
           display: inline-block; }
           .recipes-block .inner-box .lower-content .post-meta li .icon {
             position: relative;
             margin-left: 8px;
             color: #f0a737;
             font-size: 16px;
             float: right; }
           .recipes-block .inner-box .lower-content .post-meta li:last-child {
             margin-left: 0px; }
   .recipes-block.style-two .inner-box .lower-content {
     background-color: #f8d19c;
     padding: 20px 30px 30px; }
 
 .popular-recipes-section .outer-container .row {
   margin: 0px -10px; }
 .popular-recipes-section .outer-container .recipes-block {
   padding: 0px 10px; }
 
 .recipes-block.style-three .inner-box .lower-content {
   background-color: #ffffff;
   padding: 35px 20px 30px;
   text-align: right; }
 
 /***
 
 ====================================================================
     Trending Recipes Section
 ====================================================================
 
 ***/
 .trending-recipes-section {
   position: relative;
   padding: 95px 0px 70px; }
   .trending-recipes-section.style-two {
     padding-bottom: 0px; }
   .trending-recipes-section .sec-title .theme-btn {
     margin-top: 38px; }
 
 /***
 
 ====================================================================
     Call To Action Section
 ====================================================================
 
 ***/
 .call-to-action-section {
   position: relative;
   padding: 160px 0px 120px;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center center;
   margin-bottom: 50px; }
   .call-to-action-section .column {
     padding-bottom: 40px; }
   .call-to-action-section .theme-btn {
     /*font-family: 'Playfair Display', serif;*/
     font-family: 'Arimo', sans-serif; }
 
 /***
 
 ====================================================================
     Video Section
 ====================================================================
 
 ***/
 .video-section {
   position: relative;
   padding: 100px 0px 0px; }
   .video-section.style-three {
     padding-bottom: 70px; }
     .video-section.style-three:before {
       position: absolute;
       content: '';
       right: 0px;
       top: 0px;
       left: 0px;
       bottom: 0px;
       background: url(../images/background/11.jpg) no-repeat;
       background-size: cover; }
   .video-section .auto-container {
     max-width: 1090px; }
   .video-section.style-two {
     padding-top: 0px; }
     .video-section.style-two .auto-container {
       padding: 90px 30px 0px;
       margin-top: -50px;
       background-color: #ffffff; }
 
 /*Video Box*/
 .video-box {
   position: relative;
   margin-bottom: 30px; }
   .video-box .image {
     position: relative;
     overflow: hidden;
     margin: 0px; }
     .video-box .image h4 {
       position: absolute;
       right: 25px;
       top: 25px;
       color: #ffffff;
       z-index: 1; }
     .video-box .image img {
       position: relative;
       width: 100%; }
   .video-box .overlay-box {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     overflow: hidden;
     line-height: 80px;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -webkit-gradient(linear, left top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #000000));
     background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #000000 100%); }
     .video-box .overlay-box span {
       position: absolute;
       width: 80px;
       height: 80px;
       right: 50%;
       top: 50%;
       z-index: 99;
       color: #ffffff;
       font-weight: 400;
       font-size: 24px;
       text-align: center;
       border-radius: 50%;
       padding-right: 4px;
       display: inline-block;
       margin-top: -40px;
       margin-right: -40px;
       transition: all 900ms ease;
       -moz-transition: all 900ms ease;
       -webkit-transition: all 900ms ease;
       -ms-transition: all 900ms ease;
       -o-transition: all 900ms ease;
       box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
   .video-box .ripple {
     position: absolute;
     top: 50%;
     left: 50%;
     height: 70px;
     width: 70px;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -webkit-animation: ripple 3s infinite;
     -moz-animation: ripple 3s infinite;
     -ms-animation: ripple 3s infinite;
     -o-animation: ripple 3s infinite;
     animation: ripple 3s infinite; }
     .video-box .ripple:before, .video-box .ripple:after {
       position: absolute;
       top: 50%;
       left: 50%;
       height: 70px;
       width: 70px;
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -ms-border-radius: 50%;
       -o-border-radius: 50%;
       border-radius: 50%;
       -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -webkit-animation: ripple 3s infinite;
       -moz-animation: ripple 3s infinite;
       -ms-animation: ripple 3s infinite;
       -o-animation: ripple 3s infinite;
       animation: ripple 3s infinite; }
     .video-box .ripple:before {
       -webkit-animation-delay: .9s;
       -moz-animation-delay: .9s;
       -ms-animation-delay: .9s;
       -o-animation-delay: .9s;
       animation-delay: .9s;
       content: "";
       position: absolute; }
     .video-box .ripple:after {
       -webkit-animation-delay: .6s;
       -moz-animation-delay: .6s;
       -ms-animation-delay: .6s;
       -o-animation-delay: .6s;
       animation-delay: .6s;
       content: "";
       position: absolute; }
 
 @-webkit-keyframes ripple {
   70% {
     box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
   100% {
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
 @keyframes ripple {
   70% {
     box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
   100% {
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
 /***
 
 ====================================================================
     Entertaining Section
 ====================================================================
 
 ***/
 .entertaining-section {
   position: relative;
   padding: 60px 0px 80px; }
   .entertaining-section .auto-container {
     max-width: 1400px; }
 
 .entertaining-block {
   position: relative;
   margin-bottom: 30px; }
   .entertaining-block .inner-box {
     position: relative; }
     .entertaining-block .inner-box .image {
       position: relative;
       overflow: hidden;
       margin: 0px;
       background-color: #000000; }
       .entertaining-block .inner-box .image img {
         position: relative;
         width: 100%;
         display: block;
         margin: 0px;
         -webkit-transition: all 600ms ease;
         -ms-transition: all 600ms ease;
         -o-transition: all 600ms ease;
         -moz-transition: all 600ms ease;
         transition: all 600ms ease; }
     .entertaining-block .inner-box:hover .image img {
       opacity: 0.5; }
     .entertaining-block .inner-box .lower-content {
       position: relative;
       padding-top: 20px; }
       .entertaining-block .inner-box .lower-content .post-meta {
         position: relative; }
         .entertaining-block .inner-box .lower-content .post-meta li {
           position: relative;
           color: #010101;
           font-size: 14px;
           margin-left: 11px;
           display: inline-flex;
           line-height: 1; }
           .entertaining-block .inner-box .lower-content .post-meta li .icon {
             position: relative;
             top: 2px;
             margin-left: 8px;
             color: #010101;
             font-size: 14px; }
           .entertaining-block .inner-box .lower-content .post-meta li:last-child {
             margin-left: 0px; }
       .entertaining-block .inner-box .lower-content h6 {
         position: relative;
         line-height: 1.2;
         margin-top: 40px;
         margin-bottom: 20px;
         clear: both; }
         .entertaining-block .inner-box .lower-content h6 a {
           line-height: 1.2;
           position: relative;
           color: #351a13;
           -webkit-transition: all 600ms ease;
           -ms-transition: all 600ms ease;
           -o-transition: all 600ms ease;
           -moz-transition: all 600ms ease;
           transition: all 600ms ease;
           font-size: 20px; }
           @media (max-width: 768px) {
             .entertaining-block .inner-box .lower-content h6 a {
               font-size: 26px;
               font-weight: 600; } }
           .entertaining-block .inner-box .lower-content h6 a:hover {
             color: #f0a737; }
       .entertaining-block .inner-box .lower-content .read-more {
         position: relative;
         color: #f0a737;
         font-size: 16px;
         padding: 10px 28px;
         border: 1px solid #e7e7e7;
         text-align: center;
         /*font-family: 'Playfair Display', serif;*/
         font-family: 'Arimo', sans-serif; }
         .entertaining-block .inner-box .lower-content .read-more:hover {
           background-color: #f0a737;
           color: #ffffff;
           border-color: #f0a737; }
 
 /* Treats Section */
 .treats-section {
   position: relative; }
   .treats-section .layer-one {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 533px;
     height: 612px;
     background-repeat: no-repeat; }
   .treats-section .layer-two {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 533px;
     height: 612px;
     background-repeat: no-repeat; }
 
 .treat-block {
   position: relative;
   margin-bottom: 30px; }
   .treat-block .inner-box {
     position: relative;
     background-color: #ffffff;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
     .treat-block .inner-box .image {
       position: relative;
       overflow: hidden;
       margin: 0px;
       background-color: #000000; }
       .treat-block .inner-box .image img {
         position: relative;
         width: 100%;
         display: block;
         margin: 0px;
         -webkit-transition: all 600ms ease;
         -ms-transition: all 600ms ease;
         -o-transition: all 600ms ease;
         -moz-transition: all 600ms ease;
         transition: all 600ms ease; }
     .treat-block .inner-box:hover .image img {
       opacity: 0.5; }
     .treat-block .inner-box .lower-content {
       position: relative;
       padding: 20px 20px 10px; }
       .treat-block .inner-box .lower-content h4 {
         position: relative;
         line-height: 1.5em;
         margin-top: 8px;
         margin-bottom: 20px;
         text-align: center; }
         .treat-block .inner-box .lower-content h4 a {
           position: relative;
           color: #000000;
           -webkit-transition: all 600ms ease;
           -ms-transition: all 600ms ease;
           -o-transition: all 600ms ease;
           -moz-transition: all 600ms ease;
           transition: all 600ms ease; }
           .treat-block .inner-box .lower-content h4 a:hover {
             color: #f0a737; }
 
 .clients-section {
   position: relative;
   padding: 60px 0px 50px; }
   .clients-section .owl-dots, .clients-section .owl-nav {
     display: none; }
 
 /***
 
 ====================================================================
     Subscribe Section
 ====================================================================
 
 ***/
 .subscribe-section {
   position: relative;
   padding: 80px 0px 50px;
   background-color: #f0a737; }
   .subscribe-section .column {
     position: relative;
     margin-bottom: 30px; }
   .subscribe-section .text {
     position: relative;
     color: #ffffff;
     font-weight: 700;
     line-height: 1.2em;
     margin-bottom: 25px;
     font-size: 24px; }
   .subscribe-section .inbox {
     position: relative;
     color: #ffffff;
     font-weight: 400;
     line-height: 1.6em;
     margin-top: 20px;
     font-size: 16px; }
   .subscribe-section .area-text-left b, .subscribe-section .area-text-left strong {
     position: relative;
     color: #ffffff;
     font-weight: 400;
     line-height: 1.6em;
     margin-bottom: 20px;
     font-size: 20px;
     font-family: 'Arimo', sans-serif; }
   .subscribe-section .area-text-left blockquote {
     position: relative;
     margin-bottom: 25px;
     padding-right: 20px;
     font-size: 16px;
     color: #ffffff;
     line-height: 1.7em;
     border-right: 1px solid rgba(255, 255, 255, 0.3); }
   .subscribe-section .bold-text {
     position: relative;
     color: #ffffff;
     font-weight: 400;
     line-height: 1.6em;
     margin-bottom: 20px;
     font-size: 20px;
     font-family: 'Arimo', sans-serif; }
   .subscribe-section .subscribe-list {
     position: relative; }
     .subscribe-section .subscribe-list li {
       position: relative;
       margin-bottom: 25px;
       padding-right: 20px;
       font-size: 16px;
       color: #ffffff;
       line-height: 1.7em;
       border-right: 1px solid rgba(255, 255, 255, 0.3); }
 
 /* Subscribe Form */
 .subscribe-form {
   position: relative;
   max-width: 500px;
   width: 100%; }
   .subscribe-form .form-group {
     position: relative;
     display: block;
     z-index: 1;
     margin-bottom: 0px; }
     .subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="tel"], .subscribe-form .form-group input[type="email"] {
       position: relative;
       display: block;
       width: 100%;
       height: 60px;
       font-size: 16px;
       color: #222222;
       line-height: 48px;
       padding: 10px 30px 10px 60px;
       font-weight: 400;
       border-radius: 0px;
       background: #ffffff;
       transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       /*font-family: 'Playfair Display', serif;*/
       font-family: 'Arimo', sans-serif; }
     .subscribe-form .form-group textarea {
       position: relative;
       display: block;
       width: 100%;
       height: 60px;
       font-size: 16px;
       color: #222222;
       line-height: 48px;
       padding: 10px 60px 10px 30px;
       font-weight: 400;
       border-radius: 0px;
       background: #ffffff;
       transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       /*font-family: 'Playfair Display', serif;*/
       font-family: 'Arimo', sans-serif; }
     .subscribe-form .form-group input::-webkit-input-placeholder {
       color: #d2b8b2; }
     .subscribe-form .form-group .send-btn {
       position: absolute;
       width: 70px;
       top: 10px;
       left: 0px;
       height: 40px;
       cursor: pointer;
       line-height: 24px;
       color: #f0a737;
       font-size: 18px;
       font-weight: 600;
       border-radius: 0px;
       letter-spacing: 0px;
       background: none;
       text-transform: uppercase;
       border-right: 1px solid #ede2e0; }
 
 /***
 
 ====================================================================
     Instagram Section
 ====================================================================
 
 ***/
 .instagram-section {
   position: relative; }
   .instagram-section .title-box {
     position: relative;
     z-index: 2;
     text-align: center;
     margin-top: -27px;
     margin-bottom: -22px; }
     .instagram-section .title-box .profile {
       position: relative;
       color: #262626;
       font-size: 28px;
       font-weight: 400;
       line-height: 1.3em;
       margin-top: 0px;
       display: inline-block;
       padding: 7px 24px;
       border-radius: 5px;
       background-color: white;
       font-family: 'Grand Hotel', cursive; }
       .instagram-section .title-box .profile .fa {
         position: relative;
         top: -1px;
         font-size: 16px;
         margin-left: 5px; }
   .instagram-section .owl-dots, .instagram-section .owl-nav {
     display: none; }
 
 /* Instagram Block */
 .instagram-block {
   position: relative; }
   .instagram-block .inner-box {
     position: relative;
     width: 100%;
     overflow: hidden; }
     .instagram-block .inner-box:hover .image-box img {
       -webkit-transform: scale(1.2, 1.2);
       -ms-transform: scale(1.2, 1.2);
       transform: scale(1.2, 1.2); }
   .instagram-block .image-box {
     position: relative;
     display: block;
     margin-bottom: 0px; }
     .instagram-block .image-box img {
       position: relative;
       display: block;
       width: 100%;
       transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       -moz-transition: all 500ms ease; }
   .instagram-block .overlay-box {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     color: #ffffff;
     opacity: 0;
     text-align: center;
     -webkit-transition: all 900ms ease;
     -ms-transition: all 900ms ease;
     -o-transition: all 900ms ease;
     transition: all 900ms ease;
     -webkit-transform: perspective(400px) rotateX(-90deg);
     -moz-transform: perspective(400px) rotateX(-90deg);
     -ms-transform: perspective(400px) rotateX(-90deg);
     -o-transform: perspective(400px) rotateX(-90deg);
     transform: perspective(400px) rotateX(-90deg);
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     -o-transform-origin: top;
     transform-origin: top;
     -ms-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     border: 0px solid transparent; }
   .instagram-block .inner-box:hover .overlay-box {
     opacity: 1;
     -webkit-transform: perspective(400px) rotateX(0deg);
     -moz-transform: perspective(400px) rotateX(0deg);
     -ms-transform: perspective(400px) rotateX(0deg);
     -o-transform: perspective(400px) rotateX(0deg);
     transform: perspective(400px) rotateX(0deg); }
   .instagram-block .overlay-inner {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 101%;
     height: 101%;
     display: table;
     padding: 10px 20px;
     vertical-align: middle;
     background: rgba(255, 125, 95, 0.9); }
     .instagram-block .overlay-inner .content {
       position: relative;
       display: table-cell;
       vertical-align: middle; }
     .instagram-block .overlay-inner .option-btn {
       position: relative;
       display: inline-block;
       line-height: 44px;
       color: #222222;
       font-size: 15px;
       width: 44px;
       height: 44px;
       margin: 0px 3px;
       background: #ffffff;
       transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease;
       -moz-transition: all 500ms ease; }
       .instagram-block .overlay-inner .option-btn:hover {
         background: #1c1c1c;
         color: #ffffff; }
 
 /***
 
 ====================================================================
     Main Footer
 ====================================================================
 
 ***/
 .main-footer {
   position: relative;
   text-align: center;
   padding: 75px 0px 0px;
   background-position: center bottom;
   background-repeat: no-repeat; }
   @media print {
     .main-footer {
       padding: 0; } }
   .main-footer .logo {
     position: relative; }
   .main-footer .social-box {
     position: relative; }
     .main-footer .social-box li {
       position: relative;
       margin: 0px 5px;
       display: inline-block; }
       .main-footer .social-box li a {
         position: relative;
         width: 48px;
         height: 48px;
         color: #ffffff;
         line-height: 48px;
         font-size: 17px;
         text-align: center;
         border-radius: 50px;
         display: inline-block;
         background-color: #e6e3e2;
         transition: all 500ms ease;
         -webkit-transition: all 500ms ease;
         -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
         -moz-transition: all 500ms ease; }
         .main-footer .social-box li a:hover {
           background-color: #f0a737;
           color: #ffffff; }
   .main-footer .footer-nav {
     position: relative;
     margin: 25px 0px 30px; }
     .main-footer .footer-nav li {
       position: relative;
       margin: 0px 15px;
       display: inline-block; }
       .main-footer .footer-nav li a {
         position: relative;
         color: #262626;
         font-size: 24px; }
   .main-footer .copyright {
     position: relative;
     margin-top: 60px;
     color: #1c1c1c;
     font-size: 13px;
     padding: 25px 0px;
     border-top: 1px solid #e6e3e2; }
     @media (max-width: 640px) {
       .main-footer .copyright span {
         font-size: 13px;
         clear: both;
         display: block;
         width: 100%; } }
     @media (min-width: 641px) {
       .main-footer .copyright span {
         margin-left: 8px;
         padding-left: 8px;
         border-left: 1px solid #000; } }
     @media print {
       .main-footer .copyright {
         border-color: transparent;
         margin: 0;
         padding: 0; } }
 
 /***
 
 ====================================================================
     Banner Section Two
 ====================================================================
 
 ***/
 .banner-section-two {
   position: relative; }
   .banner-section-two .slide-item {
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     padding: 100px 0px 250px; }
     .banner-section-two .slide-item .image-layer {
       position: absolute;
       right: 0;
       top: 0;
       width: 100%;
       height: 100%;
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       -webkit-transform: scale(1);
       -ms-transform: scale(1);
       transform: scale(1);
       -webkit-transition: all 6000ms linear;
       -moz-transition: all 6000ms linear;
       -ms-transition: all 6000ms linear;
       -o-transition: all 6000ms linear;
       transition: all 6000ms linear; }
   .banner-section-two .active .slide-item .image-layer {
             /* -webkit-transform:scale(1.15);
             -ms-transform:scale(1.15);
             transform:scale(1.15); */ }
   .banner-section-two .content-box {
     position: relative;
     opacity: 0;
     text-align: center;
     -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
     -ms-transform: translateY(-100px);
     -o-transform: translateY(-100px);
     transform: translateY(-100px);
     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease; }
   .banner-section-two .active .content-box {
     opacity: 1;
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
     -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
     -ms-transition-delay: 300ms;
     -o-transition-delay: 300ms;
     transition-delay: 300ms; }
   .banner-section-two .content-box .image {
     position: relative; }
     .banner-section-two .content-box .image img {
       position: relative;
       width: auto;
       margin: 0 auto; }
   .banner-section-two .content-box .info-list {
     position: relative; }
     .banner-section-two .content-box .info-list .rating {
       position: relative;
       color: #ffffff;
       font-size: 14px;
       margin-top: 4px;
       margin-right: 20px;
       display: inline-block; }
       .banner-section-two .content-box .info-list .rating .fa {
         position: relative;
         color: #ae7e0d;
         font-size: 16px;
         margin: 0px 2px; }
   .banner-section-two .content-box .author-name {
     position: relative;
     margin-right: 20px; }
     .banner-section-two .content-box .author-name .author-inner {
       position: relative;
       padding-right: 40px;
       color: #ffffff;
       font-size: 14px;
       line-height: 33px;
       display: inline-block; }
       .banner-section-two .content-box .author-name .author-inner .author-icon {
         position: absolute;
         right: 0px;
         top: 0px;
         width: 33px;
         height: 33px;
         border-radius: 50px;
         overflow: hidden; }
   .banner-section-two .content-box h1 {
     display: block;
     line-height: 1.3em;
     color: #ffffff;
     font-weight: 700;
     margin-bottom: 12px;
     margin-top: 18px; }
   .banner-section-two .content-box .text {
     position: relative;
     display: block;
     font-size: 20px;
     line-height: 1.6em;
     color: #161616;
     font-weight: 400;
     margin-bottom: 15px; }
   .banner-section-two .content-box .post-meta {
     position: relative;
     margin-top: 20px; }
     .banner-section-two .content-box .post-meta li {
       position: relative;
       color: #ffffff;
       font-size: 14px;
       margin-left: 15px;
       display: inline-block; }
       .banner-section-two .content-box .post-meta li .icon {
         position: relative;
         margin-left: 8px;
         color: #f0a737;
         font-size: 18px; }
   .banner-section-two .owl-nav {
     position: absolute;
     top: 50%;
     right: 0;
     left: 0;
     margin: 0 auto;
     width: 100%;
     height: 0;
     opacity: 0;
     display: none;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section-two:hover .owl-nav {
     opacity: 1; }
   .banner-section-two .owl-nav .owl-prev {
     position: absolute;
     right: 0px;
     background: #ffffff;
     height: 80px;
     width: 40px;
     border-radius: 0;
     border: 2px solid #ffffff;
     text-align: center;
     line-height: 80px;
     color: #020202;
     font-size: 24px;
     opacity: .90;
     margin-top: -30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section-two .owl-nav .owl-next {
     position: absolute;
     left: 0px;
     background: #ffffff;
     height: 80px;
     width: 40px;
     border-radius: 0;
     border: 2px solid #ffffff;
     text-align: center;
     line-height: 80px;
     color: #020202;
     font-size: 24px;
     opacity: .90;
     margin-top: -30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease; }
   .banner-section-two .owl-nav .owl-prev:hover, .banner-section-two .owl-nav .owl-next:hover {
     opacity: 1; }
   .banner-section-two .owl-dots {
     position: absolute;
     right: 7%;
     bottom: 110px;
     width: 100%;
     max-width: 1170px;
     margin: 0 auto; }
     .banner-section-two .owl-dots .owl-dot {
       position: relative;
       display: inline-block;
       width: 8px;
       height: 8px;
       margin: 0px 4px; }
       .banner-section-two .owl-dots .owl-dot span {
         position: relative;
         display: block;
         width: 8px;
         height: 8px;
         background: #ffffff;
         border: 1px solid transparent;
         border-radius: 50%; }
       .banner-section-two .owl-dots .owl-dot.active span {
         background: #ff8667;
         border-color: #ff8667; }
 
 /***
 
 ====================================================================
     Categories Section Two
 ====================================================================
 
 ***/
 .categories-section-two {
   position: relative;
   padding: 90px 0px 70px; }
 
 .category-block-two {
   position: relative;
   margin-bottom: 45px; }
   .category-block-two .inner-box {
     position: relative;
     padding: 32px 10px;
     text-align: center;
     background-position: center center;
     background-repeat: no-repeat; }
     .category-block-two .inner-box h4 {
       position: relative;
       line-height: 1.3em; }
       .category-block-two .inner-box h4 a {
         position: relative;
         color: #ffffff; }
     .category-block-two .inner-box .number {
       position: absolute;
       right: 50px;
       top: -22px;
       width: 55px;
       height: 55px;
       opacity: 0;
       color: #ffffff;
       font-size: 16px;
       font-weight: 400;
       line-height: 55px;
       text-align: center;
       border-radius: 50px;
       display: inline-block;
       background: url(../images/icons/category-icon-1.png) no-repeat;
       transition: all 300ms ease;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       font-family: 'Work Sans', sans-serif; }
     .category-block-two .inner-box:hover .number {
       opacity: 1; }
 
 /***
 
 ====================================================================
     Authors Section
 ====================================================================
 
 ***/
 .authors-section {
   position: relative;
   padding-bottom: 70px; }
   .authors-section.style-two {
     padding-top: 90px;
     padding-bottom: 0px; }
 
 .author-block {
   position: relative;
   margin-bottom: 30px; }
   .author-block .inner-box {
     position: relative; }
     .author-block .inner-box .image {
       position: relative;
       overflow: hidden;
       background-color: #000000; }
       .author-block .inner-box .image img {
         position: relative;
         width: 100%;
         display: block;
         transition: all 300ms ease;
         -webkit-transition: all 300ms ease;
         -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease; }
     .author-block .inner-box:hover .image img {
       opacity: 0.5; }
     .author-block .inner-box .lower-content {
       position: relative;
       padding: 25px 0px;
       text-align: center;
       border-bottom: 1px solid #ededed; }
       .author-block .inner-box .lower-content h4 {
         position: relative;
         line-height: 1.3em; }
         .author-block .inner-box .lower-content h4 a {
           position: relative;
           color: #060606; }
       .author-block .inner-box .lower-content .designation {
         position: relative;
         color: #000000;
         font-size: 16px;
         opacity: 0.55;
         margin-top: 8px; }
 
 /***
 
 ====================================================================
     Page Title
 ====================================================================
 
 ***/
 .page-title {
   position: relative;
   padding: 160px 0px 190px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center; }
   .page-title .auto-container {
     position: relative; }
   .page-title h1, .page-title h3 {
     position: relative;
     color: #ffffff;
     font-weight: 700;
     line-height: 1.2em;
     text-align: center;
     text-transform: capitalize; }
 
 /***
 
 ====================================================================
     About Section
 ====================================================================
 
 ***/
 .about-section {
   position: relative;
   padding-top: 100px;
   overflow: hidden; }
   .about-section .layer-one {
     position: absolute;
     right: -140px;
     top: -40px;
     width: 246px;
     height: 310px;
     background-repeat: no-repeat; }
   .about-section .layer-two {
     position: absolute;
     left: -120px;
     top: -40px;
     width: 246px;
     height: 310px;
     background-repeat: no-repeat; }
   .about-section .image-column {
     position: relative;
     margin-bottom: 40px; }
     .about-section .image-column .inner-column {
       position: relative; }
       .about-section .image-column .inner-column .image {
         position: relative; }
         .about-section .image-column .inner-column .image img {
           position: relative; }
   .about-section .content-column {
     position: relative; }
     .about-section .content-column .inner-column {
       position: relative; }
     .about-section .content-column .sec-title {
       margin-bottom: 15px; }
     .about-section .content-column .bold-text {
       position: relative;
       color: #f0a737;
       font-size: 20px;
       font-weight: 500;
       line-height: 1.4em;
       margin-bottom: 15px; }
     .about-section .content-column .text {
       position: relative; }
       .about-section .content-column .text p {
         position: relative;
         color: #060606;
         font-size: 16px;
         line-height: 1.6em; }
 
 /***
 
 ====================================================================
     Founder Section
 ====================================================================
 
 ***/
 .founder-section {
   position: relative;
   padding-top: 60px;
   padding-bottom: 60px; }
   .founder-section .content-column {
     position: relative;
     margin-bottom: 40px; }
     .founder-section .content-column .inner-column {
       position: relative; }
     .founder-section .content-column h3 {
       position: relative;
       color: #060606;
       font-weight: 700;
       line-height: 1.3em;
       margin-bottom: 15px; }
     .founder-section .content-column .bold-text {
       position: relative;
       color: #060606;
       font-size: 20px;
       line-height: 1.5em;
       margin-bottom: 15px; }
     .founder-section .content-column .text {
       position: relative; }
       .founder-section .content-column .text p {
         position: relative;
         color: #060606;
         font-size: 16px;
         line-height: 1.7em;
         margin-bottom: 10px; }
         .founder-section .content-column .text p:last-child {
           margin-bottom: 0px; }
   .founder-section .image-column {
     position: relative;
     margin-bottom: 40px; }
     .founder-section .image-column .inner-column {
       position: relative;
       padding-right: 40px; }
     .founder-section .image-column .year {
       position: absolute;
       right: 0px;
       bottom: -30px;
       width: 173px;
       height: 173px;
       color: #ffffff;
       font-size: 58px;
       font-weight: 700;
       text-align: center;
       line-height: 1em;
       padding-top: 20px;
       /*font-family: 'Playfair Display', serif;*/
       font-family: 'Arimo', sans-serif;
       background: url(../images/icons/year.png) no-repeat; }
       .founder-section .image-column .year span {
         position: relative;
         font-size: 30px;
         display: block; }
 
 /***
 
 ====================================================================
     Sidebar Page Container
 ====================================================================
 
 ***/
 .sidebar-page-container {
   position: relative;
   padding: 90px 0px 0px; }
   .sidebar-page-container .content-side {
     margin-bottom: 40px;
     max-width: 100%;
     overflow: auto; }
   .sidebar-page-container .sidebar-side {
     margin-bottom: 40px; }
     .sidebar-page-container .sidebar-side .sidebar {
       padding-right: 20px; }
       @media (min-width: 992px) {
         .sidebar-page-container .sidebar-side .sidebar {
           position: sticky;
           top: 100px; } }
 
 .sticky-top {
   top: 110px; }
 
 /*Sidebar Widget*/
 .sidebar-widget {
   position: relative;
   margin-bottom: 35px; }
 
 /* Sidebar Title */
 .sidebar-title {
   position: relative;
   margin-bottom: 30px; }
   .sidebar-title h3 {
     position: relative;
     color: #272626;
     font-weight: 700;
     line-height: 1.3em;
     padding-bottom: 10px;
     text-transform: capitalize; }
     .sidebar-title h3:before {
       position: absolute;
       content: '';
       right: 0px;
       bottom: 0px;
       height: 2px;
       width: 60%;
       background-image: -ms-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -moz-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -o-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #f0a737));
       background-image: -webkit-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: linear-gradient(to right, #ffffff 0%, #f0a737 100%); }
 
 /* Next Post */
 .next-post {
   position: relative;
   margin-bottom: 20px;
   display: block;
   transition: 0.3s all; }
   .next-post .post-inner {
     position: relative;
     padding: 28px 10px;
     text-align: center;
     background-size: cover; }
     .next-post .post-inner:before {
       position: absolute;
       content: '';
       right: 0px;
       top: 0px;
       left: 0px;
       bottom: 0px;
       background-color: rgba(0, 0, 0, 0.4); }
     .next-post .post-inner h4 {
       position: relative;
       font-weight: 700;
       color: #ffffff; }
 
 /* Blog Cat */
 .blog-cat {
   position: relative; }
   .blog-cat li {
     position: relative;
     margin-bottom: 10px; }
     .blog-cat li a {
       position: relative;
       color: #161616;
       font-size: 16px;
       display: block;
       transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease; }
       .blog-cat li a:hover {
         color: #fc5655; }
     .blog-cat li:last-child a {
       border-bottom: 0px; }
     .blog-cat li a span {
       position: relative;
       left: 0px;
       margin-right: 15px;
       opacity: 0;
       transition: all 500ms ease;
       -moz-transition: all 500ms ease;
       -webkit-transition: all 500ms ease;
       -ms-transition: all 500ms ease;
       -o-transition: all 500ms ease; }
     .blog-cat li a:hover span {
       opacity: 1; }
 
 .carousel-post-widget .owl-nav {
   display: none; }
 .carousel-post-widget .owl-dots {
   text-align: center;
   margin-top: 25px; }
   .carousel-post-widget .owl-dots .owl-dot {
     position: relative;
     width: 10px;
     height: 10px;
     margin: 0px 4px;
     border-radius: 50px;
     display: inline-block;
     background-color: #f7ecea;
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease; }
     .carousel-post-widget .owl-dots .owl-dot.active, .carousel-post-widget .owl-dots .owl-dot:hover {
       background-color: #f0a737; }
 
 /* Post Block */
 .post-block {
   position: relative; }
   .post-block .block-inner {
     position: relative; }
     .post-block .block-inner .image {
       position: relative; }
       .post-block .block-inner .image img {
         position: relative;
         width: 100%;
         display: block; }
     .post-block .block-inner .lower-content {
       position: relative;
       padding: 25px 15px;
       text-align: center;
       background-color: #f0a737; }
       .post-block .block-inner .lower-content .author-image {
         position: absolute;
         right: 25px;
         top: -20px;
         width: 40px;
         height: 40px;
         overflow: hidden;
         border-radius: 50px; }
       .post-block .block-inner .lower-content .category {
         position: relative;
         color: #f0a737;
         font-size: 14px;
         text-transform: uppercase; }
       .post-block .block-inner .lower-content h4 {
         position: relative;
         line-height: 1.6em;
         font-weight: 700; }
         .post-block .block-inner .lower-content h4 a {
           position: relative;
           color: #ffffff; }
 
 .recipe-detail {
   position: relative; }
   .recipe-detail .inner-box {
     position: relative; }
     .recipe-detail .inner-box .image {
       position: relative; }
       .recipe-detail .inner-box .image img {
         position: relative;
         width: 100%;
         display: block; }
     .recipe-detail .inner-box .content {
       position: relative;
       padding: 20px 25px 35px;
       margin-bottom: 22px;
       background-color: #f7f7f7;
       background-position: center center;
       background-repeat: no-repeat; }
       @media print {
         .recipe-detail .inner-box .content {
           background-color: transparent; } }
       .recipe-detail .inner-box .content .author-image {
         /*position:absolute;*/
         /*right:25px;*/
         /*top:-20px;*/
         overflow: hidden;
         border-radius: 50px;
         border: 3px solid #fceeeb; }
       .recipe-detail .inner-box .content .category {
         position: relative;
         color: #f0a737;
         font-size: 12px;
         letter-spacing: 0;
         padding: 3px 10px;
         display: inline-block;
         text-transform: uppercase;
         background-color: #ffffff;
         margin-left: 10px;
         border-radius: 20px;
         margin-bottom: 10px; }
       .recipe-detail .inner-box .content h1 {
         position: relative;
         color: #161616;
         font-size: 25px;
         line-height: 1.1em;
         font-weight: 700;
         margin-top: 20px; }
         @media (max-width: 768px) {
            .recipe-detail .inner-box .content h1 {
              font-size: 20px; } }
       .recipe-detail .inner-box .content .post {
         position: relative;
         color: #161616;
         opacity: 0.7;
         font-size: 14px;
         margin-top: 20px; }
         .recipe-detail .inner-box .content .post span {
           position: relative;
           margin-right: 20px; }
       .recipe-detail .inner-box .content .rating {
         position: relative;
         color: #f0a737;
         font-size: 14px;
         margin-top: 17px;
         margin-bottom: 10px; }
         .recipe-detail .inner-box .content .rating .fa {
           position: relative;
           color: #f7c078;
           font-size: 22px;
           margin-left: 4px; }
       .recipe-detail .inner-box .content .text {
         position: relative;
         font-size: 16px;
         color: #161616;
         line-height: 1.6em;
         margin-bottom: 20px; }
       .recipe-detail .inner-box .content .post-meta {
         position: relative;
         clear: both; }
         .recipe-detail .inner-box .content .post-meta li {
           position: relative;
           color: #161616;
           font-size: 15px;
           line-height: 30px;
           margin-left: 20px;
           display: inline-block;
           min-width: 70px;
           text-align: center; }
           .recipe-detail .inner-box .content .post-meta li .icon {
             width: 50px;
             height: 50px;
             color: #ffa48f;
             font-size: 20px;
             line-height: 50px;
             text-align: center;
             border-radius: 50px;
             display: block;
             background-color: #ffffff;
             clear: both;
             margin: 0 auto; }
           .recipe-detail .inner-box .content .post-meta li:last-child {
             margin-left: 0px; }
     .recipe-detail .inner-box .text {
       position: relative;
       color: #161616;
       font-size: 20px;
       line-height: 1.5em;
       margin-bottom: 25px; }
       .recipe-detail .inner-box .text h1 {
         margin-top: 0; }
     .recipe-detail .inner-box .ingredients-block {
       position: relative;
       margin-bottom: 30px; }
       .recipe-detail .inner-box .ingredients-block .block-inner {
         position: relative;
         padding: 25px 25px;
         border-radius: 5px;
         border: 1px solid #fceeeb; }
       .recipe-detail .inner-box .ingredients-block h4, .innerHeader h4 {
         position: relative;
         font-weight: 700;
         color: #161616;
         line-height: 1.3em;
         margin-bottom: 20px;
         padding-bottom: 10px;
         display: inline-block; }
         .recipe-detail .inner-box .ingredients-block h4:before, .innerHeader h4:before {
           position: absolute;
           content: '';
           right: 0px;
           bottom: 0px;
           height: 2px;
           width: 100%;
           background-image: -ms-linear-gradient(left, #ffffff 0%, #f0a737 100%);
           background-image: -moz-linear-gradient(left, #ffffff 0%, #f0a737 100%);
           background-image: -o-linear-gradient(left, #ffffff 0%, #f0a737 100%);
           background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #f0a737));
           background-image: -webkit-linear-gradient(left, #ffffff 0%, #f0a737 100%);
           background-image: linear-gradient(to right, #ffffff 0%, #f0a737 100%); }
       .recipe-detail .inner-box .ingredients-block .ingredients-list {
         position: relative; }
         .recipe-detail .inner-box .ingredients-block .ingredients-list li {
           position: relative;
           color: #161616;
           font-size: 16px;
           margin-bottom: 10px; }
           @media print {
             .recipe-detail .inner-box .ingredients-block .ingredients-list li {
               font-size: 20px;
               padding-right: 0;
               margin-bottom: 0;
               line-height: 1.2; }
               .recipe-detail .inner-box .ingredients-block .ingredients-list li p {
                 line-height: 1.2; } }
           .recipe-detail .inner-box .ingredients-block .ingredients-list li:last-child {
             margin-bottom: 0px; }
 
 .direction-list {
   position: relative; }
   .direction-list li {
     position: relative;
     color: #161616;
     font-size: 16px;
     line-height: 1.6em;
     margin-bottom: 20px;
     padding-right: 60px; }
     @media print {
       .direction-list li {
         font-size: 20px;
         padding-right: 30px;
         margin-bottom: 0;
         line-height: 1.2; }
         .direction-list li p {
           line-height: 1.2; } }
     .direction-list li span {
       position: absolute;
       color: #ffffff;
       width: 28px;
       height: 28px;
       text-align: center;
       line-height: 28px;
       font-weight: 500;
       margin-bottom: 10px;
       border-radius: 50px;
       display: inline-block;
       background-color: #f0a737;
       top: 5px;
       right: 0; }
       @media print {
         .direction-list li span {
           width: 20px;
           height: 20px;
           line-height: 20px;
           font-size: 14px; } }
 
 /* Nutrition List */
 .nutrition-list {
   position: relative; }
   .nutrition-list li {
     position: relative;
     color: #161616;
     font-size: 16px;
     line-height: 1.3em;
     margin-bottom: 16px; }
     .nutrition-list li span {
       position: absolute;
       left: 0px; }
     .nutrition-list li:last-child {
       margin-bottom: 0px; }
 
 .video-boxed {
   position: relative; }
   .video-boxed h3 {
     position: relative;
     font-weight: 700;
     color: #161616;
     line-height: 1.3em;
     margin-bottom: 40px;
     padding-bottom: 10px;
     display: inline-block; }
     .video-boxed h3:before {
       position: absolute;
       content: '';
       right: 0px;
       bottom: 0px;
       height: 2px;
       width: 100%;
       background-image: -ms-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -moz-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -o-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #f0a737));
       background-image: -webkit-linear-gradient(left, #ffffff 0%, #f0a737 100%);
       background-image: linear-gradient(to right, #ffffff 0%, #f0a737 100%); }
 
 /* Video Box */
 .video-box-two {
   position: relative; }
   .video-box-two .image {
     position: relative;
     overflow: hidden;
     margin: 0px;
     border: 20px solid #f2f0ef; }
     .video-box-two .image img {
       position: relative;
       width: 100%; }
   .video-box-two .overlay-box {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     overflow: hidden;
     line-height: 100px;
     transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: -webkit-gradient(linear, left top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #000000));
     background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
     background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #000000 100%); }
     .video-box-two .overlay-box span {
       position: absolute;
       width: 100px;
       height: 100px;
       right: 50%;
       top: 50%;
       z-index: 99;
       color: #ffffff;
       font-weight: 400;
       font-size: 24px;
       text-align: center;
       border-radius: 50%;
       padding-right: 4px;
       display: inline-block;
       margin-top: -40px;
       margin-right: -40px;
       transition: all 900ms ease;
       -moz-transition: all 900ms ease;
       -webkit-transition: all 900ms ease;
       -ms-transition: all 900ms ease;
       -o-transition: all 900ms ease;
       border: 2px dashed #ffffff;
       box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }
   .video-box-two .ripple {
     position: absolute;
     top: 50%;
     right: 50%;
     height: 100px;
     width: 100px;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
     -webkit-animation: ripple 3s infinite;
     -moz-animation: ripple 3s infinite;
     -ms-animation: ripple 3s infinite;
     -o-animation: ripple 3s infinite;
     animation: ripple 3s infinite; }
     .video-box-two .ripple:before, .video-box-two .ripple:after {
       position: absolute;
       top: 50%;
       right: 50%;
       height: 100px;
       width: 100px;
       -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
       -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
       -ms-border-radius: 50%;
       -o-border-radius: 50%;
       border-radius: 50%;
       -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
       -webkit-animation: ripple 3s infinite;
       -moz-animation: ripple 3s infinite;
       -ms-animation: ripple 3s infinite;
       -o-animation: ripple 3s infinite;
       animation: ripple 3s infinite; }
     .video-box-two .ripple:before {
       -webkit-animation-delay: .9s;
       -moz-animation-delay: .9s;
       -ms-animation-delay: .9s;
       -o-animation-delay: .9s;
       animation-delay: .9s;
       content: "";
       position: absolute; }
     .video-box-two .ripple:after {
       -webkit-animation-delay: .6s;
       -moz-animation-delay: .6s;
       -ms-animation-delay: .6s;
       -o-animation-delay: .6s;
       animation-delay: .6s;
       content: "";
       position: absolute; }
 
 .post-share-options {
   position: relative;
   margin-top: 25px; }
   .post-share-options .post-share-inner {
     position: relative; }
     .post-share-options .post-share-inner * {
       text-decoration: blink !important; }
     .post-share-options .post-share-inner .tags {
       position: relative; }
       .post-share-options .post-share-inner .tags .fa {
         position: relative;
         width: 40px;
         height: 40px;
         color: #ffffff;
         font-size: 20px;
         line-height: 40px;
         margin-left: 5px;
         text-align: center;
         border-radius: 50px;
         display: inline-block;
         background-color: #f0a737;
         transition: 0.3s all; }
         .post-share-options .post-share-inner .tags .fa:hover {
           opacity: 0.75; }
     .post-share-options .post-share-inner a {
       position: relative;
       color: #969393;
       font-size: 16px;
       transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease; }
     .post-share-options .post-share-inner .save {
       position: relative;
       padding: 9px 16px;
       color: #f0a737;
       font-size: 16px;
       display: inline-block;
       background-color: #feefeb; }
       .post-share-options .post-share-inner .save .icon {
         position: relative;
         margin-left: 6px; }
 
 /***
 
 ====================================================================
     Comment Form
 ====================================================================
 
  ***/
 .comment-form {
   position: relative; }
   .comment-form .group-title {
     margin-bottom: 25px; }
   .comment-form .form-group {
     position: relative;
     margin-bottom: 20px; }
     .comment-form .form-group:last-child {
       margin-bottom: 0px; }
     .comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"] {
       position: relative;
       display: block;
       width: 100%;
       line-height: 28px;
       padding: 10px 25px;
       height: 50px;
       font-size: 14px;
       border: 1px solid #f2f0ef;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
     .comment-form .form-group select {
       position: relative;
       display: block;
       width: 100%;
       line-height: 28px;
       padding: 10px 25px;
       height: 50px;
       font-size: 14px;
       border: 1px solid #f2f0ef;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
     .comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus {
       border-color: #fbb908; }
     .comment-form .form-group select:focus {
       border-color: #fbb908; }
     .comment-form .form-group textarea {
       position: relative;
       display: block;
       width: 100%;
       line-height: 24px;
       padding: 15px 25px;
       color: #a5a5a5;
       height: 210px;
       font-size: 14px;
       resize: none;
       border: 1px solid #f2f0ef;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
       .comment-form .form-group textarea:focus {
         border-color: #fbb908; }
   .comment-form .comment-btn {
     margin-top: 4px;
     color: #ffffff;
     font-size: 16px;
     cursor: pointer;
     font-weight: 400;
     padding: 16px 38px;
     display: inline-block;
     background-color: #222222;
     /*font-family: 'Playfair Display', serif;*/
     font-family: 'Arimo', sans-serif; }
   .comment-form .rating {
     position: relative;
     color: #161616;
     font-size: 20px;
     font-weight: 400;
     margin-top: 10px;
     /*font-family: 'Playfair Display', serif;*/
     font-family: 'Arimo', sans-serif; }
     .comment-form .rating .fa-star {
       position: relative;
       color: #f7c078;
       font-size: 20px;
       margin: 0 1px;
       cursor: pointer; }
       .comment-form .rating .fa-star.no-rating {
         color: #cccccc !important; }
 
 /* Comment Box */
 .comment-box {
   position: relative;
   margin-top: 50px;
   margin-bottom: 30px;
   padding: 0px 0px 25px;
   border-bottom: 1px solid #e6e6e6; }
   .comment-box:last-child {
     border-bottom: 0px;
     padding-bottom: 0px;
     margin-bottom: 0px; }
   .comment-box.reply-comment {
     position: relative;
     margin-right: 70px; }
   .comment-box.comment {
     position: relative;
     padding: 30px 100px 0 0;
     margin: 0; }
     .comment-box.comment.depth-1 {
       position: relative;
       padding-right: 100px;
       padding-top: 30px; }
     .comment-box.comment.depth-2 {
       padding-top: 0; }
     .comment-box.comment .reply {
       margin-bottom: 30px; }
     .comment-box.comment .author-thumb {
       position: absolute;
       right: 30px;
       top: 30px;
       width: 47px;
       height: 47px;
       overflow: hidden;
       border-radius: 50px; }
     .comment-box.comment .rating {
       position: absolute;
       left: 0px;
       top: 0px; }
       .comment-box.comment .rating .fa {
         position: relative;
         color: #333333;
         font-size: 14px;
         display: inline-block; }
         .comment-box.comment .rating .fa.light {
           color: #c5c5c5; }
     .comment-box.comment .comment-info {
       position: relative;
       color: #333333;
       font-size: 18px;
       margin-bottom: 5px; }
       .comment-box.comment .comment-info .comment-time {
         position: relative;
         color: #1c1c1c;
         font-size: 14px;
         margin-top: 4px; }
     .comment-box.comment .post-date {
       position: relative;
       color: #999999;
       font-size: 11px;
       font-weight: 600;
       letter-spacing: 1px;
       line-height: 1em;
       margin-bottom: 8px;
       text-transform: uppercase; }
     .comment-box.comment .text {
       position: relative;
       color: #1c1c1c;
       font-size: 14px;
       margin-top: 12px;
       line-height: 1.7em;
       margin-bottom: 0px; }
     .comment-box.comment .reply-btn {
       color: #161616;
       letter-spacing: 1px;
       text-transform: capitalize;
       transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease; }
       .comment-box.comment .reply-btn .icon {
         position: relative;
         width: 24px;
         height: 24px;
         color: #f0a737;
         font-size: 11px;
         font-weight: 400;
         display: inline-block;
         border-radius: 50px;
         text-align: center;
         line-height: 24px;
         background-color: #f5ece9; }
       .comment-box.comment .reply-btn:hover {
         color: #f0a737; }
     .comment-box.comment .heart-btn {
       color: #161616;
       letter-spacing: 1px;
       text-transform: capitalize;
       transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease; }
       .comment-box.comment .heart-btn .icon {
         position: relative;
         width: 24px;
         height: 24px;
         color: #f0a737;
         font-size: 11px;
         font-weight: 400;
         display: inline-block;
         border-radius: 50px;
         text-align: center;
         line-height: 24px;
         background-color: #f5ece9; }
       .comment-box.comment .heart-btn:hover {
         color: #f0a737; }
 
 .comment.thread-odd {
   background: #fdfdfd; }
 
 .comments-rating {
   border: none;
   padding: 0;
   margin-left: 0; }
   .comments-rating label {
     display: inline-block; }
 
 .rating-container {
   /* remove inline-block whitespace */
   font-size: 0;
   /* flip the order so we can use the + and ~ combinators */
   unicode-bidi: bidi-override;
   direction: rtl;
   float: right;
   margin-bottom: 15px; }
   .rating-container * {
     font-size: 1.4rem; }
   .rating-container > input {
     display: none; }
     .rating-container > input + label {
       /* only enough room for the star */
       font-family: 'dashicons';
       display: inline-block;
       overflow: hidden;
       text-indent: 9999px;
       width: 1em;
       white-space: nowrap;
       cursor: pointer;
       margin: 0;
       float: left; }
       .rating-container > input + label:before {
         display: inline-block;
         text-indent: -9999px;
         content: "\f154";
         color: #888; }
     .rating-container > input:checked ~ label:before {
       content: "\f155";
       color: #e52;
       text-shadow: 0 0 1px #333; }
     .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before {
       content: "\f155";
       color: #e52;
       text-shadow: 0 0 1px #333; }
   .rating-container > .star-cb-clear + label {
     text-indent: -9999px;
     width: .5em;
     margin-left: -.5em; }
     .rating-container > .star-cb-clear + label:before {
       width: .5em; }
   .rating-container:hover > input + label:before {
     content: "\f154";
     color: #888;
     text-shadow: none; }
   .rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
     content: "\f155";
     color: #e52;
     text-shadow: 0 0 1px #333; }
 
 .comment-respond .rating-container > .star-cb-clear + label {
   text-indent: 9999px; }
 .comment-respond .rating-container > input + label {
   text-indent: -9999px; }
   .comment-respond .rating-container > input + label:before {
     text-indent: 9999px; }
 
 /* Related Items */
 .related-items {
   position: relative;
   margin-top: 40px; }
   .related-items h4 {
     position: relative;
     color: #161616;
     font-weight: 700;
     line-height: 1.3em;
     padding-bottom: 20px;
     text-align: center;
     margin-bottom: 30px;
     border-bottom: 1px solid #f2f0ef;
     font-size: 30px; }
   .related-items .recipes-block.style-two .inner-box .lower-content h4 {
     font-size: 16px;
     margin-bottom: 0px;
     padding-bottom: 0px;
     border: 0px; }
     .related-items .recipes-block.style-two .inner-box .lower-content h4 a br {
       display: none; }
 
 .comment-text .stars .dashicons {
   color: #ee5522; }
 
 /* News Block */
 .news-block {
   position: relative;
   margin-bottom: 30px; }
   .news-block .inner-box {
     position: relative; }
     .news-block .inner-box .image {
       position: relative;
       overflow: hidden;
       background-color: #f0a737; }
       .news-block .inner-box .image img {
         position: relative;
         width: 100%;
         display: block;
         -webkit-transition: all 600ms ease;
         -ms-transition: all 600ms ease;
         -o-transition: all 600ms ease;
         -moz-transition: all 600ms ease;
         transition: all 600ms ease; }
     .news-block .inner-box:hover .image img {
       opacity: 0.5;
       transform: scale(1.2, 1.2) rotate(3deg); }
     .news-block .inner-box .lower-content {
       position: relative;
       padding: 25px 25px 30px;
       background-color: #f7f7f7;
       background-position: center center;
       background-repeat: no-repeat; }
       .news-block .inner-box .lower-content h3 {
         position: relative;
         font-weight: 700;
         line-height: 1.3em; }
         .news-block .inner-box .lower-content h3 a {
           position: relative;
           color: #161616;
           transition: all 0.3s ease;
           -moz-transition: all 0.3s ease;
           -webkit-transition: all 0.3s ease;
           -ms-transition: all 0.3s ease;
           -o-transition: all 0.3s ease; }
           .news-block .inner-box .lower-content h3 a:hover {
             color: #f0a737; }
       .news-block .inner-box .lower-content .post-info {
         position: relative;
         margin-top: 15px;
         margin-bottom: 8px; }
         .news-block .inner-box .lower-content .post-info li {
           position: relative;
           color: #161616;
           font-size: 16px;
           opacity: 0.7;
           margin-bottom: 5px;
           margin-left: 18px;
           display: inline-block; }
       .news-block .inner-box .lower-content .text {
         position: relative;
         color: #161616;
         font-size: 16px;
         line-height: 1.7em; }
 
 /***
 
 ====================================================================
     Styled Pagination
 ====================================================================
 
 ***/
 .styled-pagination {
   position: relative; }
   .styled-pagination li {
     position: relative;
     margin-left: 6px;
     float: right; }
     .styled-pagination li a {
       position: relative;
       width: 55px;
       height: 50px;
       color: #161616;
       font-size: 20px;
       font-weight: 500;
       line-height: 45px;
       text-align: center;
       display: inline-block;
       background-color: #f7f7f7;
       transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       /*font-family: 'Playfair Display', serif;*/
       font-family: 'Arimo', sans-serif; }
     .styled-pagination li.active a, .styled-pagination li:hover a {
       color: #ffffff;
       background-color: #f0a737; }
 
 .blog-detail {
   position: relative; }
   .blog-detail .inner-box {
     position: relative; }
     .blog-detail .inner-box .image {
       position: relative; }
       .blog-detail .inner-box .image img {
         position: relative;
         width: 100%;
         display: block; }
     .blog-detail .inner-box .lower-content {
       position: relative;
       padding-top: 25px; }
       .blog-detail .inner-box .lower-content .category {
         position: relative;
         color: #f0a737;
         font-size: 14px;
         text-transform: capitalize; }
       .blog-detail .inner-box .lower-content h3 {
         position: relative;
         font-weight: 700;
         color: #161616;
         font-size: 40px;
         line-height: 1.2em; }
       .blog-detail .inner-box .lower-content .post-info {
         position: relative;
         margin-top: 12px;
         margin-bottom: 15px; }
         .blog-detail .inner-box .lower-content .post-info li {
           position: relative;
           color: #211347;
           opacity: 0.7;
           margin-left: 8px;
           display: inline-block; }
       .blog-detail .inner-box .lower-content .bold-text {
         position: relative;
         color: #161616;
         font-size: 20px;
         line-height: 1.5em;
         margin-bottom: 15px; }
       .blog-detail .inner-box .lower-content .text {
         position: relative; }
         .blog-detail .inner-box .lower-content .text p {
           position: relative;
           color: #161616;
           font-size: 16px;
           line-height: 1.7em;
           margin-bottom: 15px; }
       .blog-detail .inner-box .lower-content .news-gallery {
         position: relative;
         margin: 25px 0px 25px; }
         .blog-detail .inner-box .lower-content .news-gallery .row {
           margin: 0px -2px; }
         .blog-detail .inner-box .lower-content .news-gallery .gallery-image {
           padding: 0px 2px;
           margin-bottom: 4px; }
           .blog-detail .inner-box .lower-content .news-gallery .gallery-image img {
             width: 100%;
             display: block; }
       .blog-detail .inner-box .lower-content blockquote {
         position: relative;
         padding: 25px 25px;
         color: #161616;
         font-size: 20px;
         line-height: 1.5em;
         margin-top: 25px;
         margin-bottom: 25px;
         background-color: #fffaf9;
         border: 2px dashed #161616;
         /*font-family: 'Playfair Display', serif;*/
         font-family: 'Arimo', sans-serif; }
     .blog-detail .inner-box .more-posts {
       position: relative;
       margin-top: 40px;
       padding-bottom: 20px;
       border-bottom: 2px solid #e6e6e6; }
       .blog-detail .inner-box .more-posts .new-post {
         position: relative;
         color: #1c1c1c;
         font-size: 16px;
         font-weight: 500; }
         .blog-detail .inner-box .more-posts .new-post span {
           position: relative;
           font-size: 12px; }
   .blog-detail .author-box {
     position: relative;
     margin-bottom: 30px;
     margin-top: 50px; }
     .blog-detail .author-box .inner {
       position: relative;
       padding-right: 160px;
       padding-top: 30px;
       min-height: 180px;
       background-color: #f6f6f6; }
       .blog-detail .author-box .inner .image {
         position: absolute;
         right: 20px;
         top: 25px;
         width: 125px;
         height: 125px;
         border-radius: 50%;
         overflow: hidden; }
       .blog-detail .author-box .inner h5 {
         position: relative;
         color: #1c1c1c;
         font-weight: 600;
         margin-bottom: 3px;
         text-transform: capitalize; }
       .blog-detail .author-box .inner .text {
         position: relative;
         color: #4e5c66;
         font-size: 16px;
         font-weight: 400;
         line-height: 1.6em; }
 
 /* Author Box */
 /* Comment Box */
 .comment-box-two {
   position: relative;
   margin-bottom: 35px;
   padding: 0px 0px 35px;
   border-bottom: 2px solid #e6e6e6; }
   .comment-box-two:last-child {
     border-bottom: 0px;
     padding-bottom: 0px;
     margin-bottom: 0px; }
   .comment-box-two.reply-comment {
     position: relative;
     margin-right: 45px; }
   .comment-box-two .comment {
     position: relative;
     padding-right: 100px; }
     .comment-box-two .comment .author-thumb {
       position: absolute;
       right: 0px;
       top: 0px;
       width: 77px;
       height: 77px;
       overflow: hidden;
       border-radius: 50px; }
     .comment-box-two .comment .rating {
       position: absolute;
       left: 0px;
       top: 0px; }
       .comment-box-two .comment .rating .fa {
         position: relative;
         color: #f7c078;
         font-size: 14px;
         display: inline-block; }
         .comment-box-two .comment .rating .fa.light {
           color: #c5c5c5; }
     .comment-box-two .comment .comment-info {
       position: relative;
       color: #333333;
       font-size: 18px;
       margin-bottom: 5px; }
       .comment-box-two .comment .comment-info .comment-time {
         position: relative;
         color: #1c1c1c;
         font-size: 14px;
         margin-top: 4px; }
     .comment-box-two .comment .post-date {
       position: relative;
       color: #999999;
       font-size: 11px;
       font-weight: 600;
       letter-spacing: 1px;
       line-height: 1em;
       margin-bottom: 8px;
       text-transform: uppercase; }
     .comment-box-two .comment .text {
       position: relative;
       color: #1c1c1c;
       font-size: 14px;
       margin-top: 12px;
       line-height: 1.7em; }
     .comment-box-two .comment .reply-btn {
       position: absolute;
       left: 0px;
       top: 0px;
       color: #999999;
       font-size: 11px;
       font-weight: 500;
       padding: 6px 12px;
       line-height: 1em;
       display: inline-block;
       letter-spacing: 1px;
       text-transform: uppercase;
       border: 2px solid #e9e9e9;
       transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -webkit-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease; }
       .comment-box-two .comment .reply-btn:hover {
         color: #ffffff;
         border-color: #f0a737;
         background-color: #f0a737; }
 
 .sidebar-page-container .group-title {
   position: relative; }
   .sidebar-page-container .group-title h5 {
     position: relative;
     color: #1c1c1c;
     font-weight: 500;
     margin-bottom: 30px;
     text-transform: capitalize; }
 
 /***
 
 ====================================================================
     Comment Form
 ====================================================================
 
 ***/
 .comment-form-two {
   margin-top: 60px; }
   .comment-form-two .form-text {
     position: relative;
     color: #1c1c1c;
     top: -18px; }
   .comment-form-two .group-title h2 {
     margin-bottom: 50px;
     color: #222222; }
   .comment-form-two .form-group {
     margin-bottom: 30px; }
     .comment-form-two .form-group input[type="text"], .comment-form-two .form-group input[type="password"], .comment-form-two .form-group input[type="tel"], .comment-form-two .form-group input[type="email"] {
       position: relative;
       display: block;
       width: 100%;
       line-height: 28px;
       padding: 10px 25px;
       color: #888888;
       border: 1px solid #dddddd;
       height: 50px;
       font-size: 14px;
       background: #ffffff;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
     .comment-form-two .form-group select {
       position: relative;
       display: block;
       width: 100%;
       line-height: 28px;
       padding: 10px 25px;
       color: #888888;
       border: 1px solid #dddddd;
       height: 50px;
       font-size: 14px;
       background: #ffffff;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
     .comment-form-two .form-group input[type="text"]:focus, .comment-form-two .form-group input[type="password"]:focus, .comment-form-two .form-group input[type="tel"]:focus, .comment-form-two .form-group input[type="email"]:focus {
       border-color: #f0a737; }
     .comment-form-two .form-group select:focus {
       border-color: #f0a737; }
     .comment-form-two .form-group textarea {
       position: relative;
       display: block;
       width: 100%;
       line-height: 24px;
       padding: 15px 25px 15px;
       color: #888888;
       border: 1px solid #dddddd;
       height: 185px;
       background: #ffffff;
       resize: none;
       font-size: 14px;
       -webkit-transition: all 300ms ease;
       -ms-transition: all 300ms ease;
       -o-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
       transition: all 300ms ease; }
       .comment-form-two .form-group textarea:focus {
         border-color: #f0a737; }
   .comment-form-two .theme-btn {
     position: relative;
     cursor: pointer;
     text-transform: capitalize; }
 
 /***
 
 ====================================================================
     Contact Page Section
 ====================================================================
 
 ***/
 .contact-page-container {
   position: relative;
   padding: 90px 0px 120px; }
   .contact-page-container .pattern-layer {
     position: absolute;
     right: 0px;
     top: 0px;
     width: 100%;
     height: 366px;
     background-repeat: no-repeat; }
   .contact-page-container .info-column {
     position: relative; }
     .contact-page-container .info-column .inner-column {
       position: relative; }
     .contact-page-container .info-column .contact-info-list {
       position: relative;
       padding-right: 20px;
       margin-bottom: 30px;
       border-right: 1px solid #f0a737; }
       .contact-page-container .info-column .contact-info-list li {
         position: relative;
         color: #1c1c1c;
         font-size: 16px;
         margin-bottom: 8px; }
         .contact-page-container .info-column .contact-info-list li:last-child {
           margin-bottom: 0px; }
   .contact-page-container .form-column {
     position: relative; }
     .contact-page-container .form-column .inner-column {
       position: relative;
       padding: 60px 60px 20px;
       background-color: #f0a737; }
 
 .contact-form .form-group {
   margin-bottom: 22px; }
   .contact-form .form-group input[type="text"], .contact-form .form-group input[type="password"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"] {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     text-align: right;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .contact-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="password"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus {
     border-color: #f0a737; }
   .contact-form .form-group select:focus {
     border-color: #f0a737; }
   .contact-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 15px 25px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 200px;
     background: none;
     resize: none;
     font-size: 14px;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
     .contact-form .form-group textarea:focus {
       border-color: #f0a737; }
 .contact-form .theme-btn {
   padding: 12px 38px;
   cursor: pointer;
   border-radius: 50px;
   background-color: #351a13; }
 .contact-form input.error, .contact-form select.error, .contact-form textarea.error {
   border-color: #ff0000 !important; }
 .contact-form label.error {
   display: block;
   line-height: 24px;
   padding: 5px 0px 0px;
   margin: 0px;
   text-transform: uppercase;
   font-size: 12px;
   color: #ff0000;
   font-weight: 500; }
 
 /* Register Container */
 .register-container {
   position: relative;
   padding-bottom: 110px; }
   .register-container.margin {
     position: relative;
     margin-top: -90px; }
   .register-container .top-layer {
     position: absolute;
     right: 0px;
     top: 0px;
     left: 0px;
     height: 170px;
     background-repeat: no-repeat;
     background-size: contain; }
   .register-container .bottom-layer {
     position: absolute;
     right: 0px;
     bottom: 0px;
     left: 0px;
     height: 170px;
     background-repeat: no-repeat;
     background-position: center center; }
   .register-container .inner-container {
     position: relative;
     background-color: #fff8f6; }
   .register-container .image-column {
     position: relative; }
     .register-container .image-column .inner-column {
       position: relative; }
       .register-container .image-column .inner-column .image {
         position: relative; }
         .register-container .image-column .inner-column .image img {
           position: relative;
           width: 100%;
           display: block; }
   .register-container .form-column {
     position: relative; }
     .register-container .form-column .inner-column {
       position: relative;
       padding: 60px 60px; }
     .register-container .form-column .facebook-login {
       position: relative;
       padding: 14px 15px;
       text-align: center;
       display: block;
       color: #ffffff;
       margin-bottom: 28px;
       background-color: #3b5999; }
     .register-container .form-column .fill {
       position: relative;
       display: block;
       color: #1c1c1c;
       opacity: 0.7;
       margin-bottom: 28px; }
     .register-container .form-column .pattern-layer {
       position: absolute;
       right: 0px;
       top: 0px;
       left: 0px;
       height: 142px;
       background-repeat: no-repeat; }
     .register-container .form-column .pattern-layer-2 {
       position: absolute;
       right: 0px;
       bottom: 0px;
       left: 0px;
       height: 142px;
       background-repeat: no-repeat; }
 
 .register-form .form-group {
   margin-bottom: 22px; }
   .register-form .form-group input[type="text"], .register-form .form-group input[type="password"], .register-form .form-group input[type="tel"], .register-form .form-group input[type="email"] {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .register-form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .register-form .form-group input[type="text"]:focus, .register-form .form-group input[type="password"]:focus, .register-form .form-group input[type="tel"]:focus, .register-form .form-group input[type="email"]:focus {
     border-color: #f0a737; }
   .register-form .form-group select:focus {
     border-color: #f0a737; }
   .register-form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 15px 25px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 200px;
     background: none;
     resize: none;
     font-size: 14px;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
     .register-form .form-group textarea:focus {
       border-color: #f0a737; }
 .register-form .theme-btn {
   padding: 12px 38px;
   cursor: pointer;
   border-radius: 50px;
   margin-left: 30px;
   background-color: #f0a737; }
 
 /* Login Container */
 .login-container {
   position: relative;
   padding-bottom: 110px; }
   .login-container.margin {
     position: relative;
     margin-top: -90px; }
   .login-container .top-layer {
     position: absolute;
     right: 0px;
     top: 0px;
     left: 0px;
     height: 170px;
     background-repeat: no-repeat;
     background-size: contain; }
   .login-container .bottom-layer {
     position: absolute;
     right: 0px;
     bottom: 0px;
     left: 0px;
     height: 170px;
     background-repeat: no-repeat;
     background-position: center center; }
   .login-container .inner-container, .login-container .image {
     position: relative; }
 
 .register-container .image img {
   position: relative; }
 
 .login-container .image .login-form {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   max-width: 620px;
   display: inline-block;
   padding: 60px 60px;
   background-color: #fff8f6; }
   .login-container .image .login-form .facebook-login {
     position: relative;
     padding: 14px 15px;
     text-align: center;
     display: block;
     color: #ffffff;
     margin-bottom: 28px;
     background-color: #3b5999; }
   .login-container .image .login-form .fill {
     position: relative;
     display: block;
     color: #1c1c1c;
     opacity: 0.7;
     margin-bottom: 28px; }
   .login-container .image .login-form .pattern-layer {
     position: absolute;
     right: 0px;
     top: 0px;
     left: 0px;
     height: 142px;
     background-repeat: no-repeat; }
   .login-container .image .login-form .pattern-layer-2 {
     position: absolute;
     right: 0px;
     bottom: 0px;
     left: 0px;
     height: 142px;
     background-repeat: no-repeat; }
 
 .login-form .form-group,
 .login_form .form-group {
   margin-bottom: 22px; }
   .login-form .form-group input[type="text"], .login-form .form-group input[type="password"], .login-form .form-group input[type="tel"], .login-form .form-group input[type="email"],
   .login_form .form-group input[type="text"],
   .login_form .form-group input[type="password"],
   .login_form .form-group input[type="tel"],
   .login_form .form-group input[type="email"] {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .login-form .form-group select,
   .login_form .form-group select {
     position: relative;
     display: block;
     width: 100%;
     line-height: 28px;
     padding: 10px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 50px;
     background-color: #ffffff;
     font-size: 14px;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
   .login-form .form-group input[type="text"]:focus, .login-form .form-group input[type="password"]:focus, .login-form .form-group input[type="tel"]:focus, .login-form .form-group input[type="email"]:focus,
   .login_form .form-group input[type="text"]:focus,
   .login_form .form-group input[type="password"]:focus,
   .login_form .form-group input[type="tel"]:focus,
   .login_form .form-group input[type="email"]:focus {
     border-color: #f0a737; }
   .login-form .form-group select:focus,
   .login_form .form-group select:focus {
     border-color: #f0a737; }
   .login-form .form-group textarea,
   .login_form .form-group textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 24px;
     padding: 15px 25px 25px;
     color: #888888;
     border: 1px solid #f6e4e4;
     height: 200px;
     background: none;
     resize: none;
     font-size: 14px;
     background-color: #ffffff;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease; }
     .login-form .form-group textarea:focus,
     .login_form .form-group textarea:focus {
       border-color: #f0a737; }
 .login-form label,
 .login_form label {
   line-height: 1.7;
   margin: 18px 10px; }
 .login-form input.input-popup,
 .login_form input.input-popup {
   border: solid 1px #f0a737;
   width: calc(100% - 30px);
   max-width: 80%;
   line-height: 1.7;
   border-radius: 5px;
   padding: 7px 10px;
   margin: 10px 10px 25px; }
 .login-form .theme-btn,
 .login_form .theme-btn {
   padding: 12px 38px;
   cursor: pointer;
   border-radius: 50px;
   margin-left: 30px;
   background-color: #f0a737;
   color: #fff; }
 
 /* Error Section */
 .error-section {
   position: relative;
   padding: 80px 0px 120px;
   background-repeat: no-repeat;
   background-size: cover; }
   .error-section .content {
     position: relative;
     text-align: center; }
   .error-section h1 {
     position: relative;
     color: #f0a737;
     font-size: 180px;
     font-weight: 600;
     line-height: 1em;
     margin-bottom: 20px; }
   .error-section h2 {
     position: relative;
     color: #f0a737;
     font-size: 50px;
     font-weight: 300;
     line-height: 1.2em;
     margin-bottom: 10px; }
   .error-section .text {
     position: relative;
     color: #f0a737;
     font-size: 20px;
     font-weight: 300;
     margin-top: 20px;
     margin-bottom: 30px; }
 
 .dropdown-toggle::after {
   margin-right: .4em; }
   @media (max-width: 767px) {
     .dropdown-toggle::after {
       display: none; } }
 
 .main-menu .navigation li > ul > li.dropdown > a:after {
   transform: rotate(180deg); }
 
 .modal-header .close {
   padding: 0 0.5rem;
   margin: 0; }
 
 #login_form #submit {
   margin-left: 25px; }
 #login_form a.lost {
   margin-left: auto; }
 
 [class*=tavsh-] {
   display: block;
   width: 100%;
   margin: 0 0 30px; }
 
 .mobile-menu .navigation li > ul.dropdown-menu {
   position: relative !important;
   transform: translate3d(0px, 0px, 0px) !important;
   width: 90%;
   text-align: right;
   margin: -8px 0 14px;
   border: none;
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0; }
 
 .inner-box {
   height: 100%; }
 
 .only-print {
   display: none; }
 
 .logo-print {
   margin: 0 auto; }
 
 @media print {
   .hide-print,
   .fb-like,
   .scroll-to-top,
   #glt-translate-trigger,
   #enable-toolbar {
     display: none; }
 
   .only-print {
     display: block; }
 
   .sidebar-page-container {
     position: relative;
     padding: 20px 0; }
 
   .recipe-detail .inner-box .content {
     padding: 5px 25px;
     line-height: 1 !important;
     margin: 0 !important; }
 
   .recipe-detail .inner-box .ingredients-block .block-inner {
     border: none !important; }
 
   iframe {
     display: none !important; }
 
   ins.adsbygoogle {
     display: none !important; }
 
   .main-footer .copyright {
     position: fixed;
     bottom: 0;
     width: 100%; } }
 .auto-container {
   background-color: transparent !important; }
 
 #glt-translate-trigger {
   left: 90px;
   right: auto; }
 
 h3#reply-title {
   cursor: pointer;
   display: block;
   text-align: center;
   width: auto;
   color: #fff;
   background-color: #f0a737;
   border-radius: 5px;
   margin: 15px auto 25px;
   padding: 10px 15px; }
   @media (max-width: 768px) {
     h3#reply-title {
       margin: 15px auto 20px;
       padding: 10px 10px;
       font-size: 16px; } }
 
 .comment-form #commentform, .comments-wrapper {
   display: none; }
 
 .scalex_m1 {
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1); }
 
 .w-100 > iframe {
   margin: 0 auto;
   display: block;
   max-width: 100%; }
 
 @media (min-width: 576px) {
   .modal-dialog {
     margin: 190px auto 0; } }
 .m-auto {
   margin-right: auto !important;
   margin-left: auto !important; }
 
 .color-f7c078 * {
   color: #f7c078 !important; }
 
 @media (min-width: 640px) {
   .alignleft,
   img.alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em; }
 
   .alignright,
   img.alignright {
     display: inline;
     float: right;
     margin-left: 1.5em; }
 
   .aligncenter,
   img.aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto; } }
 .content-side .the_content p {
   clear: both;
   width: 100%; }
 
 .content-side .the_content h1,
 .content-side .the_content h2,
 .content-side .the_content h3,
 .content-side .the_content h4,
 .content-side .the_content h5,
 .content-side .the_content h6 {
   width: 100%;
   display: block; }
 
 ul.page-numbers {
   text-align: center;
   width: 100%;
   display: block; }
   ul.page-numbers li {
     text-align: center;
     display: inline-block; }
     ul.page-numbers li a,
     ul.page-numbers li span {
       display: block;
       margin: 5px;
       padding: 5px 0;
       width: 35px;
       border: 1px solid #351a13; }
 
 .pagenation {
   width: 100%;
   text-align: center; }
   .pagenation nav.custom-pagination > * {
     border: 1px solid #000;
     width: 34px;
     display: inline-block;
     line-height: 30px;
     margin: 0 2px; }
   .pagenation nav.custom-pagination a.page-numbers {
     border-color: #f0a737;
     transition: 0.3s all; }
     .pagenation nav.custom-pagination a.page-numbers:hover {
       color: #fff;
       background-color: #f0a737; }
 
 #mailpoet_form_6 .mailpoet_form {
   border: 0;
   padding: 0;
   position: relative; }
 #mailpoet_form_6 .mailpoet_paragraph {
   margin-bottom: 0; }
 #mailpoet_form_6 input.mailpoet_text {
   position: relative;
   display: block;
   width: 100%;
   height: 60px;
   font-size: 16px;
   color: #222222;
   line-height: 48px;
   padding: 10px 30px 10px 60px;
   font-weight: 400;
   border-radius: 0px;
   background: #ffffff;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   /* font-family: 'Playfair Display', serif; */
   font-family: 'Arimo', sans-serif; }
 #mailpoet_form_6 .mailpoet_paragraph.theme-btn.send-btn.flaticon-paper-plane-2 {
   position: absolute;
   width: 70px;
     top: 22px;
     left: 20px;
     height: 56px;
   cursor: pointer;
   line-height: 24px !important;
   color: #f0a737;
   font-weight: 600;
   border-radius: 0px;
   letter-spacing: 0px;
   background: none;
   text-transform: uppercase;
   border-right: 1px solid #ede2e0;
   font-size: 0; }
 #mailpoet_form_6 .flaticon-paper-plane-2:before {
   content: "\f1b5";
   font-size: 18px;
   text-align: center;
   width: 70px;
   height: 40px;
   display: block;
   line-height: 56px; }
 #mailpoet_form_6 input.mailpoet_submit {
   z-index: 5;
   width: 100%;
   position: absolute;
   width: 70px;
     top: 22px;
     left: 20px;
     height: 56px;
   cursor: pointer;
   line-height: 24px !important;
   opacity: 0;
   cursor: pointer; }
 
 .disable-copy-text {
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none; }
 
 .recipe-detail * {
   max-width: 100%; }
 
 .hero-section {
   min-height: 30vh; }
 
 img.img-obj {
   object-fit: cover; }
 
 .footer-fixed-banner {
   position: fixed;
   bottom: 0;
   width: 100%;
   left: 0;
   height: 50px !important;
   z-index: 50; }
 
 .content-side h1, .content-side h2 {
   color: #000000;
   font-weight: 700;
   margin: 0 0 15px; }
 
 iframe {
   max-width: 100% !important;
   overflow: hidden; }
 
 .copyright a {
   color: #1c1c1c;
   border-bottom: 1px solid transparent;
   display: inline; }
   .copyright a:hover {
     color: #1c1c1c;
     border-bottom: 1px solid #1c1c1c; }
 
 .resite-logo {
   width: 60px;
   clear: both;
   display: block;
   margin: 5px auto 0; }
 
 .google-auto-placed {
   max-width: 100%;
   overflow: hidden; }
 
 .google-auto-placed, .sidebar-side * {
   max-width: 100%;
   overflow: hidden; }
 
 .sidebar-widget {
   max-width: 100% !important;
   overflow: hidden; }
 
 ins {
   max-width: 100% !important;
   overflow: hidden !important; }
 
 @media (max-width: 768px) {
   html, body {
     max-width: 100vw;
     overflow-x: hidden !important; }
 
   .trending-section {
     padding: 0 0 30px; }
 
   .popular-recipes-section {
     padding: 40px 0 20px; }
 
   .video-section {
     padding: 20px 0 0; }
 
   .categories-section {
     padding: 20px 0; }
 
   .call-to-action-section {
     margin-bottom: 20px; }
 
   .main-footer {
     padding: 15px 0 20px; } }
 .social_follow {
   transition: 0.3s all;
   border-radius: 5px; }
   .social_follow:hover {
     border-radius: 40px;
     opacity: 0.9; }
   .social_follow a {
     color: #fff; }
     .social_follow a:hover {
       color: #fff; }
   .social_follow.bg-facebook {
     background-color: #3b5998; }
   .social_follow.bg-youtube {
     background-color: #bb0000; }
   .social_follow.bg-pinterest {
     background-color: #cb2027; }
   .social_follow.bg-instagram {
     background-color: #c32aa3; }
 
 .li-big a {
   margin: 20px 0;
   display: block;
   font-size: 30px;
   background: #f0a737;
   line-height: 1.8;
   color: #fff;
   text-align: center;
   border-radius: 10px; }
 
 h2.tags-title {
   font-weight: 900;
   position: relative;
   margin-bottom: 15px;
   color: #f0a737; }
   h2.tags-title:before {
     position: absolute;
     content: '';
     right: 0px;
     bottom: 0px;
     height: 2px;
     width: 60%;
     background-image: -ms-linear-gradient(left, #ffffff 0%, #f0a737 100%);
     background-image: -moz-linear-gradient(left, #ffffff 0%, #f0a737 100%);
     background-image: -o-linear-gradient(left, #ffffff 0%, #f0a737 100%);
     background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100, #f0a737));
     background-image: -webkit-linear-gradient(left, #ffffff 0%, #f0a737 100%);
     background-image: linear-gradient(to right, #ffffff 0%, #f0a737 100%); }
 
 .now-rating span.fa.fa-star:before,
 .now-rating span.fa.fa-star-half-o:before {
   color: #f0a737; }
 
 .rating-box .rating.ajax-rating .hover-fix:hover span.fa.fa-star {
   cursor: pointer; }
   .rating-box .rating.ajax-rating .hover-fix:hover span.fa.fa-star:before {
     color: #f0a737; }
   .rating-box .rating.ajax-rating .hover-fix:hover span.fa.fa-star.no-rating:before {
     color: #777777; }
 
 .rating {
   zoom: 1.3; }
 
 .left-fixed-banner,
 .right-fixed-banner {
   display: none; }
 
.recipe-detail a {
  color: #007bff !important;
}

 @media (min-width: 1700px) and (min-height: 1080px) {
   .left-fixed-banner,
   .right-fixed-banner {
     position: fixed;
     top: 50%;
     display: block;
     z-index: 10000;
     transform: translateY(-50%); }
 
   .left-fixed-banner {
     left: 0; }
 
   .right-fixed-banner {
     right: 0; } }
 .sf-col-one .sf-front span {
   display: inline !important; }
 
 .sf-view-two > div {
   margin: 0;
   line-height: 50px;
   height: 50px;
   display: block;
   width: 100%;
   float: right; }
   .sf-view-two > div > div {
     display: inline-block;
     width: auto; }
     .sf-view-two > div > div a {
       display: block;
       height: 50px;
       line-height: 50px;
       padding: 0; }
       .sf-view-two > div > div a span {
         background: transparent;
         margin: 0;
         line-height: 50px !important;
         height: 50px; }
         .sf-view-two > div > div a span i {
           line-height: 50px; }
           .sf-view-two > div > div a span i:before {
             ine-height: 50px; }
 .sf-view-two .sf-col-one-icon {
   float: left; }
   .sf-view-two .sf-col-one-icon span {
     background: transparent; }
 .sf-view-two .sf-front {
   margin: 0px !important;
   padding: 0 25px !important;
   line-height: 50px; }
   .sf-view-two .sf-front span {
     line-height: 50px !important;
     margin-left: 15px; }
 
 .sf-col-one .sf-mask {
   height: 50px;
   max-width: calc(100% - 50px);
   right: 0; }
 
 .sf-col-one .sf-back a.sf-join {
   top: 0 !important;
   padding: 0 !important;
   line-height: 50px;
   height: 50px; }
 
 .sf-m5 .sf-block .sf-front,
 .sf-m5 .sf-block .sf-block .sf-back,
 .sf-m5 .sf-block .sf-mask {
   margin: 0 !important; }
 
 .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped {
     width: 100% !important;
     direction: ltr;
     margin-bottom: 35px;
 }
 
 .xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a {
     padding: 10px 27% !important;
 }
 
 .mailpoet_page-template-default .page-title {
     display: none;
 }
 
 .mailpoet_page-template-default .recipe-detail .image, .mailpoet_page-template-default .recipe-detail .content {
     display: none;
 }
 
 .mailpoet_page-template-default .mailpoet_text, 
 .mailpoet_page-template-default .mailpoet_select {
     border: solid 1px;
 }
 
 .mailpoet_submit {
     padding: 10px;
     background-color: #f0a737;
 }
 
 .method-video {
   width: 100%;
   height: 387px;
 }
 .youtube-shorts {
   width: 337px;
   height: 600px;
 }
 @media (max-width: 700px) {
 .method-video {
   height: 200px;
 }
 .youtube-shorts {
   width: 235.9px;
   height: 420px;
 }
   }
.wp-embedded-content {
  width:100%;
}
@font-face {
  font-family: "GveretLevinAlefAlefAlef";
  src: url('/wp-content/themes/tavshilim/assets/fonts/GveretLevinAlefAlefAlef-Regular.woff2') format('woff2'),
       url('/wp-content/themes/tavshilim/assets/fonts/GveretLevinAlefAlefAlef-Regular.woff') format('woff');
}

.recipe-cat-description {
  font-size: 26px;
  font-family: "GveretLevinAlefAlefAlef", Sans-serif;
  text-align:center;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
    bottom: 115px;
    left: -10px;
}

body.trigger-position-left #enable-toolbar-trigger {
  	left: unset !important;
  	right: 5px;
}
@media (min-width: 700px) {
  body.trigger-position-left #enable-toolbar-trigger {
     bottom: 100px;
}
}

.cky-revisit-bottom-left {display:none !important;}

@media (max-width: 700px) {
   .recipe-cat-description {
   		font-size: 22px;
	}
    .sidebar-page-container {
        padding-top: 20px;
   }
  
}
 /*# sourceMappingURL=main.css.map */