@charset "utf-8";
/*------------------------------------------------------------------
[Main Theme Styles]

Project:  Manjare - A Restaurant WordPress Theme
Author: ThemeBear.co
Version:  1.0
Last change:  25/01/2017
Primary use:  

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

00. IMPORTS - MIXINS / VARIABLES (LESS)
01. General
02. Buttons
03. Page Loader
04. Header
05. Footer
06. Blog & Posts
07. Sidebar
08. Comments
09. Pagination
10. Plugin: Owl Carousel
11. Module: Elements
12. Module: Hero Slideshow
13. Module: Testimonials
14. Module: Gallery
15. Module: Clients
16. Module: Team
17. Module: Blogroll
18. Module: Restaurant Elements
19. Plugin: Contact Form 7
20. Plugin: Simple Lightbox
21. Crossbrowser Solutions

-------------------------------------------------------------------*/
/* ==========================================================
! >> 00. IMPORTS - MIXINS / VARIABLES (LESS)
==============	=========================================== */
/*--------------------------------------------------------------
>>> _S BASE STYLES - TABLE OF CONTENTS
----------------------------------------------------------------
            # Normalize
            # Typography
            # Elements
            # Forms
            # Navigation
              ## Links
              ## Menus
            # Accessibility
            # Alignments
            # Clearings
            # Widgets
            # Content
              ## Posts and pages
              ## Asides
              ## Comments
            # Infinite scroll
            # Media
              ## Captions
              ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* ! >> Media Queries
==============  =========================================== */
/* ! >> Colors
========================================================= */
.color1 {
  color: #7c5a12;
}
.color2 {
  color: #c9a22b;
}
.color3 {
  color: #222222;
}
.color4 {
  color: #222222;
}
/* ! >> Fonts
========================================================= */
.font1 {
  font-family: Lato, sans-serif;
}
.font2 {
  font-family: Dosis;
}
/* ! >> Animations Mixings & Helpers
========================================================= */
.anima1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anima-none {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.anima-transform {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
/* ! >> CSS Mixins
========================================================= */
/* ! >> CSS Helpers
========================================================= */
.background-cover,
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.vertically-centered {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.horizontally-centered {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no-transform {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}
.responsive-image {
  width: 100%;
}
.no-pl {
  padding-left: 0 !important;
}
.no-pr {
  padding-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-space {
  padding: 0 !important;
  margin: 0 !important;
}
.clean-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clean-list li {
  padding-left: 0;
  margin-left: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.box-shadow {
  -webkit-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
}
.vertically-centered {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
.horizontally-centered {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.no-transform {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
}
.image-zoom {
  overflow: hidden;
}
.image-zoom img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
}
.image-zoom img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.box-up-hover {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-up-hover:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.box-slide-left {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-slide-left:hover {
  transform: translate(-10px, -10px);
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
}
.box-slide-right {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-slide-right:hover {
  transform: translate(10px, -10px);
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
}
/* ==========================================================
! >> 01. General
========================================================== */
body {
  color: #414042;
  background: #f4f4f4;
  font-size: 14px;
  line-height: 1.3;
  display: block;
  font-family: Lato, sans-serif;
}
@media (min-width:992px) {
  .admin-bar #masthead {
    top: 72px;
  }
  .admin-bar #masthead.header-stick {
    top: 32px;
  }
}
@media (min-width:992px) {
  .admin-bar #top-bar {
    top: 32px;
  }
}
@media (min-width:992px) {
  .admin-bar .content-area {
    padding-top: 160px;
  }
}
p {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
a {
  color: #7c5a12;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #c9a22b;
  text-decoration: none;
}
a:focus {
  border: none;
  outline: none;
}
a:visited {
  color: #7c5a12;
}
ul {
  padding: 0;
}
ul li {
  padding-left: 0;
  margin: 0;
  list-style-position: inside;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: Dosis;
  color: #7c5a12;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h3 {
  margin-bottom: 10px;
}
h4 {
  margin-bottom: 5px;
}
.page-content-fluid:after {
  content: '';
  display: block;
  clear: both;
}
.kc_col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.title-section {
  font-family: Dosis;
  color: #7c5a12;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.title-section.title-section-white {
  color: #fff !important;
}
@media (min-width: 768px) {
  .title-section {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (min-width:992px) {
  .title-section {
    font-size: 45px;
  }
  .title-section:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 26px;
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/title-decoration-left.png') center center;
    margin-right: 8px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
  .title-section:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 26px;
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/title-decoration-right.png') center center;
    margin-left: 8px;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
}
.text-section {
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.title-section-wrapper.title-section-white .title-section,
.title-section-wrapper.title-section-white .text-section {
  color: #fff;
}
@media (min-width:992px) {
  .title-section-wrapper.title-section-white .title-section:before,
  .title-section-wrapper.title-section-white .text-section:before {
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/title-decoration-left-white.png') center center;
  }
  .title-section-wrapper.title-section-white .title-section:after,
  .title-section-wrapper.title-section-white .text-section:after {
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/title-decoration-right-white.png') center center;
  }
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #7c5a12;
  font-size: 20px;
  height: 30px;
  width: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding-top: 1px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 88888;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  opacity: 1;
}
.back-to-top-hide {
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  opacity: 0;
}
.content-area {
  padding: 120px 0 40px;
}
@media (min-width:992px) {
  .content-area {
    padding: 180px 0 40px;
  }
}
.content-area-custom {
  padding: 0 !important;
}
.bearr-page-heading {
  padding-top: 110px;
  padding-bottom: 20px;
  background: #222222;
  color: #ffffff;
  margin-bottom: -100px;
}
@media (min-width: 768px) {
  .bearr-page-heading {
    padding-top: 150px;
    margin-bottom: -100px;
  }
}
@media (min-width:992px) {
  .bearr-page-heading {
    margin-bottom: -130px;
  }
}
.bearr-page-heading .page-title {
  margin-bottom: 2px;
  font-size: 20px;
  margin-top: 15px;
  text-transform: uppercase;
  opacity: 0.8;
  color: #ffffff;
}
.bearr-page-heading .page-tagline {
  margin-bottom: 0;
}
.social-icons {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  padding-left: 0;
  margin-left: 0;
}
.social-icons a {
  display: block;
  height: 30px;
  width: 30px;
  background-color: #7c5a12;
  border: 1px solid #7c5a12;
  text-align: center;
  font-size: 18px;
  padding-top: 2px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  background-color: #c9a22b;
}
/* ==========================================================
! >> 02. Buttons
========================================================== */
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c9a22b;
  margin-bottom: 8px;
}
.btn-moema {
  min-width: 150px;
  max-width: 250px;
  font-family: Dosis;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  border-color: #c9a22b;
  padding: 15px 15px;
  border-radius: 50px;
  background: #c9a22b;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn-moema:focus {
  outline: none;
}
.btn-moema > span {
  vertical-align: middle;
}
.btn-moema:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.btn-moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #ffffff;
  background-color: #7c5a12;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}
.btn-moema:hover:before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.primary-btn {
  display: inline-block;
  border: 2px solid #7c5a12;
  color: #ffffff;
  background-color: #c9a22b;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary-btn.compact-btn {
  padding: 7px 36px;
}
.primary-btn:hover {
  color: #ffffff;
  background: #7c5a12;
  text-decoration: none;
}
.primary-btn .btn-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
html body .kc_button {
  display: inline-block;
  border: 2px solid #7c5a12;
  color: #ffffff;
  background-color: #c9a22b;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #7c5a12;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
html body .kc_button.compact-btn {
  padding: 7px 36px;
}
html body .kc_button:hover {
  color: #ffffff;
  background: #7c5a12;
  text-decoration: none;
}
html body .kc_button .btn-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
html body .kc_button:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  background: #6b4901;
}
/* ==========================================================
! 03. Page Loader
========================================================== */
#page-loader {
  display: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  #page-loader {
    display: block;
    visibility: visible;
  }
}
#page-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #332927;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 20px solid #fff;
  border-right: 0;
}
#page-loader:after {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #332927;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border: 20px solid #fff;
  border-left: 0;
}
.loader-out {
  opacity: 0;
}
.loader-out:before {
  transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  opacity: 0;
}
.loader-out:after {
  transform: translateX(300px);
  -moz-transform: translateX(300px);
  -webkit-transform: translateX(300px);
  opacity: 0;
}
.loading-wrapper {
  width: 250px;
  position: fixed;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -125px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 9;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.loading-wrapper-hide {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.tp-loader {
  z-index: 10000;
  position: relative;
}
.loader-name {
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  letter-spacing: 0px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  margin-top: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 35px;
}
.loader-name img {
  max-width: 230px;
}
.loader-job {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.loader-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}
.loader-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.loader-up {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0 !important;
}
.loader-down {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}
.loader-hide {
  opacity: 0;
}
.loader {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loader-animation {
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mask-loading {
  widows: 100%;
  background-color: transparent;
}
.spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* ==========================================================
! 04. Header
========================================================== */
#top-bar {
  background-color: #111;
  color: #ffffff;
  padding-top: 6px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
}
@media (min-width:992px) {
  #top-bar {
    display: block;
  }
}
#top-bar a {
  color: #ffffff;
  font-weight: 300;
}
#top-bar .top-bar-item {
  border-left: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  padding-top: 3px;
  font-size: 12px;
  opacity: 0.9;
  font-weight: lighter;
  font-style: italic;
}
#top-bar .top-bar-item:first-child {
  padding-left: 0;
  border-left: none;
  margin-top: 2px;
}
@media (min-width: 1400px) {
  #top-bar .top-bar-item:first-child {
    margin-top: 0;
  }
}
#top-bar .top-bar-item .fa {
  color: #7c5a12;
  margin-right: 10px;
}
#top-bar .social-icons {
  margin-top: 1px;
}
#top-bar .social-icons a {
  width: 24px;
  height: 24px;
  font-size: 11px;
  padding-top: 5px;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c9a22b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#top-bar .social-icons a:hover {
  background: #7c5a12;
}
#top-bar.topbar-hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  opacity: 0;
}
.navbar-collapse {
  border-top: 0 !important;
  margin-top: 20px;
}
@media (min-width:992px) {
  .navbar-collapse {
    margin-top: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar-default .navbar-toggle {
  background-color: transparent !important;
  color: #ffffff !important;
  position: relative;
  top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}
.navbar-default .navbar-nav {
  border: 0 !important;
}
@media (min-width:992px) {
  .navbar-default .navbar-nav {
    margin-top: 10px;
  }
}
.navbar-default .navbar-nav a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff !important;
}
.navbar-default .navbar-nav a:hover {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > li.active > a {
  background: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.active > a:hover {
  background: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.active a {
  background-color: transparent !important;
}
.navbar-default .navbar-nav > li > a {
  font-family: Dosis;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  border: none;
  position: relative;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
  color: #ffffff;
  border-color: #7c5a12;
}
@media (min-width:992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .navbar-default .navbar-nav > li > a:before {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #c9a22b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-default .navbar-nav > li > a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c9a22b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
  }
}
.navbar-default .navbar-nav > li:first-child a {
  margin-left: 0;
}
.navbar-default .navbar-nav > li:first-child:before {
  display: none;
}
.navbar-default .navbar-nav .dropdown li,
.navbar-default .navbar-nav .dropdown a {
  color: #ffffff;
}
.navbar-default .navbar-nav .dropdown li:hover,
.navbar-default .navbar-nav .dropdown a:hover,
.navbar-default .navbar-nav .dropdown li:focus,
.navbar-default .navbar-nav .dropdown a:focus,
.navbar-default .navbar-nav .dropdown li:active,
.navbar-default .navbar-nav .dropdown a:active {
  background-color: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav .dropdown.open > a {
  background-color: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav .dropdown-menu {
  background: #7c5a12;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width:992px) {
  .navbar-default .navbar-nav .dropdown-menu {
    text-align: left;
  }
}
.navbar-default .navbar-nav .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-default .navbar-nav .dropdown-menu a:hover {
  background: #6b4901;
}
.navbar-default .navbar-nav .dropdown-menu > .active > a {
  background-color: transparent;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10;
  background-color: #332927;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width:992px) {
  #masthead {
    top: 40px;
  }
}
#masthead .header-logo {
  width: 314px;
  display: block;
}
#masthead .header-logo .site-title {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1;
  margin-top: 12px;
  font-weight: bold;
  color: #ffffff;
}
#masthead .header-logo .site-title a {
  color: #ffffff !important;
  text-decoration: none;
}
#masthead .header-logo .site-description {
  color: #ffffff;
  opacity: 0.8;
}
#masthead .header-logo p {
  margin: 0;
}
#masthead .header-logo img {
  max-width: 160px;
}
@media (min-width: 768px) {
  #masthead .header-logo img {
    max-width: 100%;
  }
}
#masthead .custom-logo-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
#masthead.header-stick {
  background-color: #332927 !important;
  opacity: 0.9 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
}
@media (min-width: 768px) {
  #masthead.header-stick {
    padding: 3px 0;
  }
  #masthead.header-stick:hover {
    opacity: 1;
  }
  #masthead.header-stick .logo {
    width: 100px;
    margin-top: 3px;
  }
  #masthead.header-stick .site-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #masthead.header-stick #main-navigation {
    top: 57px;
  }
}
@media (min-width:992px) {
  #masthead.header-stick #main-navigation {
    top: 0;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width:992px) {
  .page-template-template-custom #masthead {
    background-color: transparent;
  }
}
#MobileMenu {
  color: #222222;
  cursor: pointer;
  font-size: 35px;
}
@media (min-width: 768px) {
  #MobileMenu {
    font-size: 40px;
  }
}
#MobileMenu.menu-clicked:before {
  content: "\f00d";
}
.top-bar-append {
  display: block;
}
@media (min-width:992px) {
  .top-bar-append {
    display: none;
  }
}
.page-heading {
  background-color: #7c5a12;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.page-heading .page-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  text-transform: none;
  color: #ffffff;
  position: relative;
  font-weight: bold;
}
.page-heading .page-title span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.page-heading .taxonomy-description {
  font-style: italic;
  font-size: 14px;
}
.page-heading .taxonomy-description p {
  font-size: 14px;
}
/* ==========================================================
! 05. Footer
========================================================== */
#colophon {
  color: #ffffff;
  background-color: #333;
  padding: 0;
  /* calendar widget */
}
@media (min-width: 768px) {
  #colophon {
    padding: 0;
  }
}
#colophon .item-heading {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#colophon .item-heading .item-icon {
  margin-right: 10px;
}
@media (min-width:992px) {
  #colophon .item-heading .item-icon {
    font-size: 24px;
  }
}
#colophon p,
#colophon a {
  color: #ccc;
  margin-bottom: 0;
}
#colophon .footer-logo {
  margin-top: 30px;
  text-align: center;
}
#colophon .footer-logo img {
  max-width: 100%;
}
#colophon .footer-item {
  display: table;
  margin: 0 auto;
  text-align: center;
  margin: 30px auto;
}
@media (min-width: 768px) {
  #colophon .footer-item {
    text-align: left;
    margin: 0;
    display: block;
  }
}
#colophon .footer-top {
  padding-top: 40px;
}
#colophon .footer-bottom {
  background-color: #111111;
  margin-top: 0px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
#colophon .footer-bottom p {
  font-size: 14px;
  margin-bottom: 0;
}
#colophon .footer-bottom .site-quote {
  padding-top: 7px;
}
#colophon .widget {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  background-color: transparent !important;
}
#colophon .widget > ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  font-size: 12px;
}
#colophon .widget > ul li a {
  font-size: 13px;
}
#colophon .widget > ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/menu-bottom-detail-list-style.png);
  width: 8px;
  height: 8px;
}
#colophon .widget > ul li:hover {
  padding-left: 15px;
}
#colophon .widget > ul li ul.children {
  display: none;
}
#colophon .widget > ul li ul.children li {
  border-bottom: 1px dotted #333;
  border-bottom: 0;
  font-style: italic;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style: inside;
}
#colophon .widget > ul li ul.children li a {
  font-size: 10px !important;
}
#colophon .widget > ul li ul.children li:before {
  display: none;
}
#colophon .widget > ul li ul.children li ul.children {
  display: none;
}
#colophon .widget-title {
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#colophon .widget-title:after {
  display: none;
}
#colophon .calendar_wrap {
  padding: 0;
}
#colophon #wp-calendar tbody {
  color: #aaa;
}
#colophon #wp-calendar tbody td {
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.footer-social-icons .social-icons-list {
  margin: 0;
  padding: 0;
}
.footer-social-icons .social-icons-list li {
  display: inline-block;
  list-style: none;
  border-bottom: 0 !important;
}
.footer-social-icons .social-icons-list a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding-top: 10px;
  font-size: 12px;
  border: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #555;
}
.footer-social-icons .social-icons-list a:hover {
  opacity: 0.8;
  color: #ffffff !important;
  background: #7c5a12;
}
/* ==========================================================
! 06. Blog & Posts
========================================================== */
.post-element {
  margin-bottom: 35px;
  background-color: #fff;
}
.post-element .post-featured-image {
  overflow: hidden;
  position: relative;
}
.post-element .post-featured-image img {
  width: 100%;
}
.post-element .post-content {
  padding: 25px 15px;
}
@media (min-width: 768px) {
  .post-element .post-content {
    padding: 30px 30px;
  }
}
.post-element .entry-meta {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-style: italic;
}
.post-element .entry-title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
}
.post-element .entry-content,
.post-element .entry-content p {
  font-size: 14px;
  line-height: 1.5;
}
.post-element .permalink-wrapper {
  margin-top: 30px;
}
.type-page .entry-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.post-block .post-block-col {
  padding: 0;
}
.post-block.post {
  margin-bottom: 35px;
}
@media (min-width:992px) {
  .post-block.post {
    margin-bottom: 0;
  }
}
.post-block .post-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}
@media (min-width: 768px) {
  .post-block .post-content {
    padding: 60px 30px;
  }
}
@media (min-width:992px) {
  .post-block .post-content {
    padding: 100px 30px;
  }
}
@media (min-width: 1200px) {
  .post-block .post-featured-image,
  .post-block .post-featured-image > a,
  .post-block .post-featured-image img {
    height: 100%;
    display: block;
  }
}
.about-author {
  background-color: #252525;
  padding: 30px;
  color: #ffffff;
}
.about-author .author-image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-author .author-image {
    margin-bottom: 0;
  }
}
.about-author .author-title {
  font-weight: 300;
}
.about-author .author-title span {
  font-weight: normal;
}
.post-element-aside,
.post-element-link {
  border: 0px solid #c9a22b;
  color: #ffffff;
}
.post-element-aside .post-content,
.post-element-link .post-content {
  background: #c9a22b;
}
.post-element-aside p,
.post-element-link p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 0;
}
.post-element-link {
  display: block;
  background-color: #7c5a12 !important;
  color: #ffffff !important;
  font-size: 14px;
  padding: 20px;
  padding-left: 40px;
  background-image: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/ico-link-bg.png');
  background-position: -20px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-element-link:hover {
  text-decoration: none;
  padding-left: 60px;
}
.post-element-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.post-link-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.post-element-quote {
  background-image: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/quote-bg1.png');
  background-position: -10px -10px;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.post-element-quote:after {
  display: block;
  content: '';
  background-image: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/quote-bg2.png');
  background-position: 10px 20px;
  background-repeat: no-repeat;
  width: 127px;
  height: 96px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .post-element-quote {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.post-element-quote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-element-quote .quote-author {
  font-weight: bold;
  font-size: 12px;
}
.post-element-quote blockquote {
  padding-left: 0;
  border-left: 0;
}
.post-element-video iframe {
  width: 100% !important;
}
.gallery-item {
  margin: 0;
}
.slideshow-window {
  background-color: #222;
  border: 0 !important;
  border-radius: 0 !important;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 1;
}
.sticky .posted-on {
  display: none;
}
.entry-footer {
  background: #eee;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .entry-footer {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.entry-footer .cat-links {
  display: inline-block;
  padding-right: 10px;
}
.entry-footer .cat-links a {
  display: inline-block;
  background: transparent;
  color: #c9a22b;
  text-transform: uppercase;
  border: 1px dashed;
  border-color: #c9a22b;
  font-size: 11px;
  font-family: Dosis;
  font-weight: bold;
  padding: 4px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
  font-style: italic;
}
.entry-footer .cat-links a:hover {
  background-color: #c9a22b;
  color: #ffffff;
  text-decoration: none;
}
.entry-footer .tags-links {
  display: inline-block;
  padding-right: 8px;
}
.entry-footer .tags-links a {
  display: inline-block;
  background: transparent;
  border-left: 0px solid;
  border-color: #ccc;
  font-size: 11px;
  font-weight: lighter;
  font-family: Dosis;
  font-weight: bold;
  padding: 4px 4px;
  margin-right: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 3px;
  font-style: italic;
}
.entry-footer .tags-links a:hover {
  text-decoration: none;
}
.entry-footer .comments-link {
  display: block;
  float: right;
  text-transform: uppercase;
}
.entry-footer .comments-link a {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c9a22b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.entry-footer .comments-link a:hover {
  text-decoration: none;
  background-color: #c9a22b;
}
/* ==========================================================
! 07. Sidebar
========================================================== */
.sidebar-area {
  margin-top: 40px;
}
@media (min-width:992px) {
  .sidebar-area {
    margin-top: 0;
  }
}
.widget {
  background: #222222;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px 20px 20px 20px;
  -moz-border-radius: 6px 20px 20px 20px;
  border-radius: 6px 20px 20px 20px;
  color: #ffffff;
}
.widget a,
.widget p {
  color: #ffffff;
}
.widget p {
  font-size: 12px;
}
.widget select,
.widget input {
  color: #333;
}
.widget #wp-calendar caption {
  color: #eee;
}
.widget #wp-calendar tbody {
  color: #eee;
}
.widget #wp-calendar tbody td {
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.widget.search_widget {
  margin-bottom: 20px;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding-left: 0;
  margin-left: 0;
}
.widget ul li,
.widget ul a {
  font-size: 12px;
  position: relative;
}
.widget ul a {
  display: inline-block;
}
.widget ul a:hover {
  color: #c9a22b;
  text-decoration: none;
  margin-left: 3px;
}
.widget ul > li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0 14px 15px;
  position: relative;
}
.widget ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  background-image: url(https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/menu-bottom-detail-list-style.png);
  width: 8px;
  height: 8px;
}
.widget ul > li ul.children,
.widget ul > li ul.sub-menu {
  margin-top: 5px;
  margin-bottom: 0px;
  border-bottom: 0;
  border-bottom: 0 !important;
}
.widget ul > li ul.children li,
.widget ul > li ul.sub-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-position: inside;
  padding-left: 0px;
  list-style-image: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/list-style-mini.png');
  font-size: 12px;
  margin-bottom: 0;
  border-bottom: 0 !important;
}
.widget ul > li ul.children li:before,
.widget ul > li ul.sub-menu li:before {
  display: none;
}
.widget ul > li ul.children li a,
.widget ul > li ul.sub-menu li a {
  font-size: 12px;
}
.widget ul > li ul.children ul.children,
.widget ul > li ul.sub-menu ul.children {
  margin-bottom: 0;
}
.widget ul > li ul.children ul.children li,
.widget ul > li ul.sub-menu ul.children li {
  padding-left: 16px;
  list-style-image: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/list-style-mini.png');
  font-style: italic;
  margin-bottom: 0;
}
.widget .widget-title {
  background-color: #7c5a12;
  text-transform: uppercase;
  -webkit-border-radius: 6px 20px 0px 20px;
  -moz-border-radius: 6px 20px 0px 20px;
  border-radius: 6px 20px 0px 20px;
  margin-top: -16px;
  margin-left: -15px;
  margin-right: -15px;
  color: #ffffff;
  padding: 20px 25px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}
.widget .widget-title a {
  color: #ffffff;
}
.widget select {
  width: 100%;
  padding: 10px;
}
.widget .calendar_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.widget_tag_cloud .tagcloud a {
  background-color: #c9a22b;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px !important;
  margin: 0 5px 5px 0;
  padding: 4px 8px;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: #7c5a12;
  color: #ffffff;
}
.widget_rss .widget-title img {
  display: none;
}
.widget_rss li {
  margin-bottom: 0.625rem;
}
.widget_rss li a {
  display: block;
  font-weight: 900;
  font-size: 14px;
}
.widget_rss li .rss-date {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: bold;
}
.widget_rss li .rss-date,
.widget_rss li cite {
  color: #c9a22b;
  font-size: 12px;
  line-height: 1.1;
}
.widget_rss li .rssSummary {
  font-size: 12px;
  display: inline;
}
/* calendar widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #333;
}
#wp-calendar tbody td {
  border: 1px solid #111;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  width: 100%;
  position: relative;
}
.search-form .search-submit {
  background: url(https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/lens.png) no-repeat center center transparent !important;
  border: 0;
  width: 19px;
  height: 19px;
  overflow: hidden;
  text-indent: -9999px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
.search-form .search-field {
  width: 100% !important;
  max-width: 100% !important;
  height: 45px;
  padding-left: 20px;
  font-size: 14px;
  background-color: #ffffff;
  border: none;
  color: #414042;
  font-weight: normal;
}
.page-content .search-form .search-field {
  border: 1px solid #ccc;
}
.error-404 h1 {
  font-weight: bold;
  text-transform: none;
}
.tags a {
  background-color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tags a:hover {
  background-color: #7c5a12;
  color: #ffffff;
}
/* ==========================================================
! 08. Comments
========================================================== */
.comments-area {
  padding: 10px 0 0 0;
  display: block;
}
.comments-area .comment-form {
  display: block;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
}
.comments-area .comment-reply-title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.comments-area input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  font-size: 14px;
  box-shadow: 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.comments-area .comment-form-author,
.comments-area .comment-form-email {
  width: 49%;
  display: inline-block;
  padding-right: 5px;
}
.comments-area input[type=text],
.comments-area input[type=email],
.comments-area input[type=url] {
  height: 40px;
  padding-top: 2px;
  padding-left: 10px;
  width: 100%;
  display: block;
  border: 1px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #c9a22b;
  background: transparent;
  color: #111;
  font-style: italic;
  font-size: 12px;
  font-family: Lato, sans-serif;
}
.comments-area label {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  opacity: 0.8;
  display: block;
}
.comments-area textarea {
  border: 1px solid;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #c9a22b;
  padding: 12px;
  width: 100% !important;
  color: #111;
  font-style: italic;
  font-size: 12px;
  font-family: Lato, sans-serif;
}
.comments-area input[type=submit] {
  display: inline-block;
  border: 2px solid #7c5a12;
  color: #ffffff;
  background-color: #c9a22b;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.comments-area input[type=submit].compact-btn {
  padding: 7px 36px;
}
.comments-area input[type=submit]:hover {
  color: #ffffff;
  background: #7c5a12;
  text-decoration: none;
}
.comments-area input[type=submit] .btn-icon {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.comment-list > li {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
}
@media (min-width: 768px) {
  ol.comment-list > li {
    padding: 30px;
  }
}
ol.comment-list ol.children {
  list-style: none;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ol.comment-list ol.children > li {
  background: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}
ol.comment-list ol.children > li > ol.children li {
  border-left: 2px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment-author {
  padding-top: 5px;
}
.comment-author .fn {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .comment-author .fn {
    font-size: 18px;
  }
}
.comment-author .fn a {
  color: #414042;
}
.comment-author .says {
  opacity: 0.8;
  font-size: 16px;
}
@media (min-width: 768px) {
  .comment-author .says {
    font-size: 18px;
  }
}
.comment-author img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
.comment-metadata {
  font-size: 12px;
  font-weight: 300;
}
.comment-metadata a {
  color: #414042;
}
.comment-meta {
  min-height: 64px;
  margin-bottom: 20px;
}
.comment-reply-link {
  display: inline-block;
  color: #7c5a12;
  font-weight: bold;
  margin-bottom: 20px;
}
.comment-content {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.comment-content ul {
  padding: 0;
  list-style: inside;
}
.comment-body .reply a {
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pingback {
  font-weight: bold;
  font-size: 14px;
}
/* ==========================================================
! 09. Pagination
========================================================== */
.navigation a {
  display: inline-block;
  padding: 10px;
  background: #c9a22b;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 11px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 0px solid #5a3800;
}
.navigation a:hover {
  background: #6b4901;
  color: #ffffff;
}
.navigation .nav-previous a:before {
  content: '« ';
}
.navigation .nav-next a:after {
  content: ' »';
}
/* ==========================================================
! 10. Plugin: Owl Carousel
========================================================== */
.owl-carousel .owl-controls {
  display: none;
}
@media (min-width:992px) {
  .owl-carousel .owl-controls {
    display: block;
    height: 0;
  }
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
  display: none;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  .owl-carousel .owl-controls .owl-prev,
  .owl-carousel .owl-controls .owl-next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    display: block;
    font-size: 80px !important;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 21px;
    height: 37px;
    overflow: hidden;
    text-indent: -99999px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .owl-carousel .owl-controls .owl-prev:hover,
  .owl-carousel .owl-controls .owl-next:hover {
    opacity: 0.7;
  }
}
.owl-carousel .owl-controls .owl-prev {
  left: 0;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/slide-left2.png') no-repeat 12px center transparent;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-controls .owl-prev {
    left: 50px;
  }
}
.owl-carousel .owl-controls .owl-next {
  right: 0;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/slide-right2.png') no-repeat 15px center transparent;
}
@media (min-width: 1200px) {
  .owl-carousel .owl-controls .owl-next {
    right: 50px;
  }
}
.owl-carousel .owl-controls .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: transparent !important;
  border: 2px solid #c9a22b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus,
.owl-carousel .owl-controls .owl-dot span:active {
  background: #c9a22b;
}
.owl-carousel .owl-controls .owl-dot.active span {
  height: 10px;
  width: 10px;
  border: 2px solid #c9a22b;
  background-color: #c9a22b !important;
}
.owl-carousel .owl-dots {
  margin-top: 25px;
}
.owl-carousel.owl-theme.common-carousel {
  padding: 0;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next,
.owl-carousel.owl-theme.common-carousel .owl-prev {
  background: none;
  font-size: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next,
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next {
  right: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next {
    right: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    left: 0;
  }
}
.owl-carousel.owl-theme.common-carousel {
  padding: 0;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel {
    padding: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next,
.owl-carousel.owl-theme.common-carousel .owl-prev {
  background: none;
  font-size: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next,
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    padding: 0 20px;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-next {
  right: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-next {
    right: 0;
  }
}
.owl-carousel.owl-theme.common-carousel .owl-prev {
  left: -20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-theme.common-carousel .owl-prev {
    left: 0;
  }
}
/* ==========================================================
! 11. Module: Elements
========================================================== */
/* Service / Feature Block (bearr_service_block) */
.service-block {
  text-align: center;
  background: #f4f4f4;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-block:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
}
.service-block:hover .service-block-icon {
  background: #7c5a12;
}
.service-block .service-block-icon {
  display: inline-block;
  font-size: 32px;
  background: #c9a22b;
  color: #ffffff;
  padding-top: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-block .service-block-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #7c5a12;
}
.service-block .service-block-title:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background: #7c5a12;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 8px;
}
.service-block .service-block-text {
  font-size: 13px;
  margin-bottom: 0;
  opacity: 0.8;
}
/* ==========================================================
! 12. Module: Hero Slideshow
========================================================== */
/* Hero Slideshow Module (bearr-slideshow) */
@media (min-width:992px) {
  .main-carousel-wrapper {
    min-height: 500px;
  }
}
.main-carousel .owl-next,
.main-carousel .owl-prev {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
  background-color: transparent !important;
  border: 2px solid #ffffff;
  color: #ffffff;
  top: 50%;
  font-size: 12px !important;
  padding: 0 !important;
  padding-top: 11px !important;
  margin-top: -20px;
  opacity: 0.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-carousel .owl-next:hover,
.main-carousel .owl-prev:hover {
  opacity: 0.9 !important;
  background-color: #c9a22b !important;
  border-color: #c9a22b !important;
}
.main-carousel .owl-prev {
  left: 20px !important;
  display: none;
  text-indent: -3px;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/slide-left.png') no-repeat 12px center transparent !important;
}
@media (min-width:992px) {
  .main-carousel .owl-prev {
    display: block;
  }
}
.main-carousel .owl-next {
  right: 20px !important;
  display: none;
  text-indent: 3px;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/slide-right.png') no-repeat 15px center transparent !important;
}
@media (min-width:992px) {
  .main-carousel .owl-next {
    display: block;
  }
}
.main-carousel .slide {
  color: #ffffff;
  text-align: center;
  background-position: center center;
  display: flex;
  width: 100%;
  font-family: Dosis;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .main-carousel .slide {
    padding-top: 10%;
  }
}
.main-carousel .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
}
.main-carousel .slide-inner {
  width: 100%;
  padding: 0 15px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-carousel .slide-title {
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-weight: 900;
  font-family: Dosis;
}
@media (min-width: 768px) {
  .main-carousel .slide-title {
    font-size: 57px;
  }
}
@media (min-width:992px) {
  .main-carousel .slide-title {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    opacity: 0;
  }
}
.main-carousel .slide-title:before {
  content: '';
  display: block;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/slide-bar.png') no-repeat center center;
  width: 100%;
  height: 18px;
  margin-bottom: 15px;
}
.main-carousel .slide-title.active {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.main-carousel .slide-title .slide-feature-text,
.main-carousel .slide-title span {
  color: #c9a22b;
}
.main-carousel .primary-btn {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #c9a22b;
  color: #ffffff;
  padding: 13px 40px 11px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
  font-family: Dosis;
}
.main-carousel .primary-btn:hover {
  background: #dab33c;
  border-color: #dab33c;
  -webkit-transform: scale(1.15) !important;
  -moz-transform: scale(1.15) !important;
  -o-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
  transform: translateY(-3px) !important;
  -webkit-transform: translateY(-3px) !important;
  -moz-transform: translateY(-3px) !important;
  -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.36);
}
@media (min-width:992px) {
  .main-carousel .primary-btn {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
  }
  .main-carousel .primary-btn.active {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}
.main-carousel .slide-text {
  opacity: 0.9;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}
@media (min-width:992px) {
  .main-carousel .slide-text {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
  }
  .main-carousel .slide-text.active {
    opacity: 0.9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}
.main-carousel .slide-text,
.main-carousel .slide-text p {
  font-size: 12.5px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.main-carousel .owl-nav div.owl-prev,
.main-carousel .owl-nav div.owl-next {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #0a0f14;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 3px;
}
@media (min-width: 768px) {
  .main-carousel .owl-nav div.owl-prev,
  .main-carousel .owl-nav div.owl-next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    display: block;
    font-size: 26px;
    opacity: 1;
    margin: 0;
    color: #ffffff;
    text-align: center;
  }
}
.main-carousel .owl-nav div.owl-prev:hover,
.main-carousel .owl-nav div.owl-next:hover {
  background-color: #7c5a12;
}
.main-carousel .owl-dots {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 20px;
  z-index: 88889;
}
.main-carousel .owl-controls .owl-page span {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  opacity: 1;
}
.main-carousel .owl-controls .owl-page.active span {
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff;
  background: none;
}
.main-carousel .slide-extra {
  margin-top: 20px;
}
/* Countdown Module (bearr-countdown) */
.bearr-countdown-item {
  display: block;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bearr-countdown-item {
    flex-wrap: nowrap;
    display: flex;
  }
}
.bearr-countdown-item .countdown-col {
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  color: #ffffff;
  padding-top: 28px;
  margin: 15px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col {
    width: 150px;
    height: 150px;
    padding-top: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bearr-countdown-item .countdown-col:first-child {
    margin-left: 0;
  }
}
.bearr-countdown-item .countdown-col .countdown-time {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col .countdown-time {
    font-size: 48px;
    margin-bottom: 5px;
  }
}
.bearr-countdown-item .countdown-col .countdown-type {
  font-size: 16px;
}
@media (min-width: 768px) {
  .bearr-countdown-item .countdown-col .countdown-type {
    font-size: 18px;
  }
}
/* ==========================================================
! 13. Module: Testimonials
========================================================== */
/* Testimonials Module (bearr-testimonials) */
.testimonial-carousel {
  max-width: 850px;
  font-family: Lato, sans-serif;
  margin: 0 auto;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
  background-color: #c9a22b !important;
  color: #ffffff;
  top: 50%;
  margin-top: -48px !important;
  font-family: 'FontAwesome';
  font-size: 15px !important;
  padding: 0 !important;
  padding-top: 8px !important;
}
.testimonial-carousel .owl-prev {
  left: -90px !important;
  display: none;
  text-indent: -3px;
}
@media (min-width:992px) {
  .testimonial-carousel .owl-prev {
    display: block;
  }
}
.testimonial-carousel .owl-next {
  right: -90px !important;
  display: none;
  text-indent: 5px;
}
@media (min-width:992px) {
  .testimonial-carousel .owl-next {
    display: block;
  }
}
.testimonial-carousel blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
@media (min-width:992px) {
  .testimonial-carousel blockquote:before,
  .testimonial-carousel blockquote:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .testimonial-carousel blockquote:before {
    left: 0px;
    top: 0;
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/quote-white-left.png') no-repeat center center;
  }
  .testimonial-carousel blockquote:after {
    right: 0px;
    top: 0;
    background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/quote-white-right.png') no-repeat center center;
  }
}
.testimonial-carousel blockquote footer:before {
  display: none;
}
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
  margin-top: -30px;
}
.testimonial-carousel p {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 200;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0.8 !important;
}
.testimonial-carousel footer {
  font-size: 12px;
  line-height: 1;
  color: #c9a22b;
  margin-top: 20px;
  font-weight: bold;
  font-family: Dosis;
}
.testimonial-carousel footer cite {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
}
.testimonial-carousel footer strong {
  display: block;
  margin-bottom: 10px;
}
/* ==========================================================
! 14. Module: Gallery
========================================================== */
/* Gallery Module (bearr-gallery) */
.section-gallery {
  padding-bottom: 0;
}
.gallery-images {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bearr-gallery-item {
  padding: 0;
}
.bearr-gallery-item a {
  display: block;
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bearr-gallery-item a:after {
  content: '';
  display: block;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/ico-plus-white.png') no-repeat center center rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bearr-gallery-item a:hover:after {
  opacity: 1;
}
.bearr-gallery-item:hover img {
  opacity: 0.5;
}
.bearr-gallery-item img {
  width: 100%;
  display: none;
}
/* ==========================================================
! 15. Module: Clients
========================================================== */
/* Clients Module (bearr-clients) */
.clients-carousel-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .clients-carousel-wrapper {
    padding: 40px 0;
  }
}
.clients-carousel {
  position: relative;
  margin: 0 auto;
}
.clients-carousel .owl-item {
  text-align: center;
}
.clients-carousel .slide {
  margin: 0;
  padding: 0;
  max-width: 170px;
  text-align: center;
  display: inline-block;
}
.clients-carousel .slide img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.clients-carousel .client-item {
  width: 100%;
  display: block;
}
/* ==========================================================
! 16. Module: Team
========================================================== */
/* Team Module (bearr-team) */
.team-carousel {
  margin-bottom: 20px;
}
.team-item {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.team-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.team-item figcaption:hover {
  background-color: rgba(201, 162, 43, 0.9);
}
.team-item figcaption:hover .team-caption {
  opacity: 1;
}
.team-item figcaption:hover .team-item-heading {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.team-item figcaption:hover .team-item-text {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 10;
}
.team-item .team-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-item-heading {
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
  color: #ffffff;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.team-item .team-item-heading:before {
  content: '';
  display: block;
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/slide-bar.png') no-repeat center center;
  width: 100%;
  height: 18px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item .team-item-text {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 12px;
  font-style: italic;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-item > img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* ==========================================================
! 17. Module: Blogroll
========================================================== */
/* Team Module (bearr-team) */
.blogroll-carousel {
  margin-bottom: 20px;
}
.blogroll-carousel .blog-item .primary-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c9a22b;
  margin-bottom: 8px;
  min-width: 150px;
  max-width: 250px;
  font-family: Dosis;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  border-color: #c9a22b;
  padding: 15px 15px;
  border-radius: 50px;
  background: #c9a22b;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.blogroll-carousel .blog-item .primary-btn:hover {
  background: #7c5a12;
}
.blogroll-carousel .blog-item .heading {
  font-weight: bold;
  color: #401510;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3;
}
.blogroll-carousel .blog-item p {
  font-weight: normal;
  font-size: 13px;
  font-style: italic;
}
.blogroll-carousel .blog-item .blog-item-img {
  position: relative;
  margin-bottom: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blogroll-carousel .blog-item .blog-item-img img {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blogroll-carousel .blog-item .blog-item-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(201, 162, 43, 0.8);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogroll-carousel .blog-item .blog-item-img:after {
  content: "";
  background: url(https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/ico-plus-white.png) no-repeat center center;
  width: 94px;
  height: 86px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}
.blogroll-carousel .blog-item .blog-item-img:hover:before {
  opacity: 1;
}
.blogroll-carousel .blog-item .blog-item-img:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogroll-carousel .blog-item-img {
  display: block;
  width: 100%;
  height: 250px;
  background-image: url(https://www.lazzetti.com/wp-content/themes/manjare/css/../framework/img/icon_blog.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ddd;
}
.blogroll-carousel .blog-item-img-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.blogroll-carousel .post-element {
  margin-bottom: 0;
  background-color: transparent;
}
/* ==========================================================
! 18. Module: Restaurant Elements
========================================================== */
/* Restaurant Elements Module (bearr-restaurant-elements) */
.bearr-restaurant-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bearr-restaurant-menu:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -webkit-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
}
.bearr-restaurant-menu ul {
  list-style: none;
}
.bearr-restaurant-menu .menu-heading {
  color: #ffffff;
  background-color: #7c5a12;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.bearr-restaurant-menu .menu-content {
  background-color: #ffffff;
  padding: 45px 35px;
  color: #000;
}
.bearr-restaurant-menu .menu-content li {
  margin-bottom: 30px;
}
.bearr-restaurant-menu .menu-content li:last-child {
  margin-bottom: 0;
}
.bearr-restaurant-menu .menu-content .item-compound {
  background: url('https://www.lazzetti.com/wp-content/themes/manjare/css/../img/dot.png') repeat-x center 10px;
  width: 100%;
  z-index: 2;
}
.bearr-restaurant-menu .menu-content .item-name {
  text-transform: uppercase;
  color: #222222;
  padding-right: 10px;
}
.bearr-restaurant-menu .menu-content .item-price {
  font-size: 18px;
  color: #7c5a12;
  padding-left: 10px;
}
.bearr-restaurant-menu .menu-content .item-name,
.bearr-restaurant-menu .menu-content .item-price {
  background-color: #ffffff;
  margin-bottom: 0;
  font-weight: bold;
}
.bearr-restaurant-menu .menu-content .item-description {
  color: #222222;
}
/* ==========================================================
! 19. Plugin: Contact Form 7
========================================================== */
.wpcf7-form label {
  display: block;
  text-transform: uppercase;
  font-family: Dosis;
  padding-left: 8px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7-form .wpcf7-form-control {
  font-family: Lato, sans-serif;
  text-transform: none;
  display: block;
  font-size: 12px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: rgba(255, 255, 255, 0.9);
  border: 0px solid #ccc;
  margin-left: -8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 48px;
  margin-top: 8px;
  font-weight: 300;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wpcf7-form .wpcf7-form-control:hover,
.wpcf7-form .wpcf7-form-control:focus {
  color: #111 !important;
  background-color: #ffffff;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 2px 12px 0px rgba(0, 0, 0, 0.45);
  outline: none;
}
@media (min-width:992px) {
  .wpcf7-form .wpcf7-form-control {
    height: 48px;
  }
}
.wpcf7-form textarea.wpcf7-form-control {
  min-height: 200px;
  padding: 20px;
  width: 100% !important;
}
.wpcf7-form span.form-label {
  font-style: italic;
}
.wpcf7-form input[type=submit] {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  font-family: Dosis;
  background: #c9a22b;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  width: 100%;
  margin-left: 0;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus {
  background: #7c5a12;
  color: #fff !important;
}
div.wpcf7-response-output {
  padding: 15px;
  text-align: center;
  margin-top: 5px;
}
span.wpcf7-not-valid-tip {
  background: #ff0000;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  font-size: 12px;
}
/* ==========================================================
! 20. Plugin: Simple Lightbox
========================================================== */
.simple-lightbox .sl-close:before {
  display: none;
}
.simple-lightbox [class^="sl-"] {
  font-family: Lato, sans-serif;
}
.simple-lightbox .sl-navigation {
  font-size: 24px !important;
}
/* ==========================================================
! 21. Crossbrowser Solutions
========================================================== */
.ie9 #page-loader,
.ie8 #page-loader {
  display: none !important;
}
