@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto+Slab&display=swap");
/*COLOR*/
/*BREACKPOINT*/
/*ELEMENTS START*/
img {
  max-width: 100%;
  height: auto; }

.big {
  font-size: 150%; }

/*fx*/
.transition_all, a, #main, .navbar-main .menu-bar, .slideshow-wrapper .slideshow .owl-nav button, .section-contact-footer .block-form .btn-submit, .loop-products .card-product .card-body a.link span, .partner-menu-categories {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.transition_all_slow {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out; }

@media (max-width: 991px) {
  .rellax_01, .rellax_-01 {
    transform: translate3d(0px, 0px, 0px) !important; } }

/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #F2F2F2; }

::-webkit-scrollbar-thumb {
  background: #ddd; }

::-webkit-scrollbar-thumb:hover {
  background: #464646; }

/*form*/
.btn {
  border-radius: 0px !important;
  text-transform: uppercase; }

.btn-outline-secondary {
  color: #9A9083;
  border-color: #9A9083; }
  .btn-outline-secondary:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(154, 144, 131, 0.3); }

.btn-lg {
  padding: 28px 34px;
  font-size: 20px;
  line-height: 23px; }

.wpcf7-form-control-wrap.your-subject {
  display: block; }
  .wpcf7-form-control-wrap.your-subject label {
    display: inline-block;
    padding: 5px;
    cursor: pointer; }
    .wpcf7-form-control-wrap.your-subject label:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .wpcf7-form-control-wrap.your-subject label input {
      width: 18px;
      height: 18px;
      vertical-align: sub; }

.form-control {
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: none;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  min-height: 40px;
  padding: 10px 15px; }

textarea.form-control {
  height: 100px; }

.form-newsletter input.mailpoet_text, .form-newsletter select, .mailpoet_form input.mailpoet_text, .mailpoet_form select {
  width: 100%;
  padding: 5px 10px;
  min-height: 40px;
  border: none;
  border-radius: 4px; }
.form-newsletter .mailpoet_submit, .mailpoet_form .mailpoet_submit {
  background-color: #9A9083;
  padding: 10px 30px;
  border: none;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  display: inherit; }
.form-newsletter p.mailpoet_paragraph, .mailpoet_form p.mailpoet_paragraph {
  float: left; }

.form-newsletter-gestione {
  text-align: center; }
  .form-newsletter-gestione a {
    display: inline-block;
    background-color: #9A9083;
    padding: 10px 30px;
    border: none;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto; }
    .form-newsletter-gestione a:hover {
      background-color: #464646;
      color: #fff; }

/*tipography*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem; }

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "Roboto Slab", serif; }

h1, .h1 {
  font-size: 40px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 30px; }

.page-title {
  text-align: center;
  color: #9A9083;
  font-size: 34px;
  position: relative;
  margin-bottom: 80px; }
  .page-title:after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    background-color: #9A9083;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%); }

.font-graziato {
  font-family: "Roboto Slab", serif; }

.font-bastone {
  font-family: "Roboto Condensed", sans-serif; }

a {
  color: #133147;
  text-decoration: none !important; }
  a:hover {
    color: #9A9083; }

p {
  margin-bottom: 20px;
  line-height: 150%; }

/*alignments*/
.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.anchor {
  position: relative; }
  .anchor:before {
    content: '';
    display: block;
    position: relative;
    top: -100px; }

.aligncenter, .alignleft, .alignright {
  float: none;
  clear: both;
  text-align: center;
  display: block;
  margin: 0 auto 20px; }

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin: 0;
    margin-right: 20px; } }

@media (min-width: 576px) {
  .alignright {
    float: right;
    margin: 0;
    margin-left: 20px; } }

.clear {
  clear: both; }

.spacer {
  clear: both;
  height: 30px; }

.z-index-0 {
  z-index: 0; }

.z-index-10 {
  z-index: 10; }

.z-index-100 {
  z-index: 100; }

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
    min-width: 100% !important; } }

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
    min-width: 50% !important; } }

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
    min-width: 25% !important; } }

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
    min-width: 100% !important; } }

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
    min-width: 50% !important; } }

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
    min-width: 25% !important; } }

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
    min-width: 100% !important; } }

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
    min-width: 50% !important; } }

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
    min-width: 25% !important; } }

.border-right-big-w {
  border-right: 4px solid #fff; }

.p-col-special {
  padding: 30px !important; }
  @media (min-width: 768px) {
    .p-col-special {
      padding: 60px !important; } }
  @media (min-width: 992px) {
    .p-col-special {
      padding: 80px 100px !important; } }
  @media (min-width: 1200px) {
    .p-col-special {
      padding: 100px 150px !important; } }
  .p-col-special .wrap {
    max-width: 320px;
    margin: auto; }

.screen-reader-text {
  text-align: left;
  text-indent: -5000px;
  overflow: hidden;
  height: 0px; }

a.link {
  display: inline-flex;
  align-items: center;
  text-align: right;
  text-transform: uppercase;
  color: #9A9083;
  font-weight: bold; }
  a.link:hover {
    color: #464646; }
  a.link i {
    margin-left: 5px; }

.btn-openContact a {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 15px 15px 0;
  font-size: 16px;
  vertical-align: middle; }
  .btn-openContact a:before {
    content: "\f0e0";
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.socials-white {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .socials-white {
      justify-content: left; } }
  .socials-white li {
    list-style: none;
    margin: 0;
    display: inline; }
    .socials-white li a {
      display: block;
      padding: 0 5px; }

.adjust-bg-mobile {
  background-size: auto 130% !important; }
  @media (min-width: 992px) {
    .adjust-bg-mobile {
      background-size: cover !important; } }

@media (max-width: 991px) {
  .paroller {
    background-position: center !important; } }

.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mb--30px {
  margin-bottom: -30px; }

/*menu subpages*/
.subpage-menu {
  margin: 30px 0;
  padding: 0;
  text-align: center; }
  .subpage-menu li {
    margin: 0;
    padding: 10px;
    display: inline-block; }
    .subpage-menu li a {
      display: block;
      padding: 15px 30px;
      font-size: 20px;
      color: #9A9083;
      text-align: center;
      text-transform: uppercase;
      border: 1px solid #9A9083; }
      .subpage-menu li a:hover {
        background-color: rgba(154, 144, 131, 0.4);
        color: #000; }

/*ELEMENTS END*/
/*LAYOUT*/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  overflow-x: hidden !important; }

@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
/*HEADER*/
.sidebar {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -340px;
  background-color: #464646;
  color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 30px 15px;
  z-index: 9999; }
  .sidebar.openmenu {
    left: 0; }
  .sidebar a {
    color: #fff; }
  .sidebar .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }
  .sidebar .band-menu-mobile {
    width: 140px;
    display: block;
    margin: 20px auto 30px 0; }
  .sidebar h4 {
    color: #fff;
    font-size: 15pt;
    padding-left: 15px; }
  .sidebar .social-share {
    padding-left: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    display: flex; }
    .sidebar .social-share .socials-white {
      justify-content: flex-start;
      padding-left: 10px; }
  .sidebar .menu-main-menu-container ul.menu, .sidebar .menu-main-menu-en-container ul.menu {
    margin: 0;
    padding: 0px; }
    .sidebar .menu-main-menu-container ul.menu > li, .sidebar .menu-main-menu-en-container ul.menu > li {
      margin: 0;
      padding: 0; }
      .sidebar .menu-main-menu-container ul.menu > li a, .sidebar .menu-main-menu-en-container ul.menu > li a {
        text-transform: uppercase;
        margin: 0;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        display: block;
        transition: 0.3s; }
        .sidebar .menu-main-menu-container ul.menu > li a:hover, .sidebar .menu-main-menu-en-container ul.menu > li a:hover {
          color: #9A9083; }
      .sidebar .menu-main-menu-container ul.menu > li .sub-menu, .sidebar .menu-main-menu-en-container ul.menu > li .sub-menu {
        padding-left: 15px;
        position: relative; }
        .sidebar .menu-main-menu-container ul.menu > li .sub-menu:before, .sidebar .menu-main-menu-en-container ul.menu > li .sub-menu:before {
          content: '';
          display: block;
          width: 1px;
          height: calc(100% - 8px);
          background: rgba(255, 255, 255, 0.2);
          position: absolute;
          left: 15px;
          top: 0; }
        .sidebar .menu-main-menu-container ul.menu > li .sub-menu li a, .sidebar .menu-main-menu-en-container ul.menu > li .sub-menu li a {
          font-size: 18px; }
  .sidebar .menu-main-menu-container .wpml-ls-item > a, .sidebar .menu-main-menu-en-container .wpml-ls-item > a {
    display: inline-block !important; }
  .sidebar .menu-main-menu-container .wpml-ls-item ul.sub-menu, .sidebar .menu-main-menu-en-container .wpml-ls-item ul.sub-menu {
    display: inline-block;
    margin-left: -15px; }

.openbtn {
  font-size: 30px;
  color: #133147;
  line-height: 100%;
  cursor: pointer;
  background-color: transparent;
  padding: 10px 15px;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 999; }
  @media (min-width: 992px) {
    .openbtn {
      display: none; } }
  .openbtn:hover {
    color: #2e739d; }

.toggleMenu {
  display: none; }

#main {
  padding: 0px;
  min-width: calc( 100vw - 15px ); }
  #main.openmenu {
    opacity: .2;
    overflow-x: hidden;
    position: relative; }
    #main.openmenu .toggleMenu {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 100; }

.menu, .menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

.navbar-main {
  background-color: #fff;
  color: #000;
  display: block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1024; }
  .navbar-main .top-bar {
    border-bottom: 1px solid #ddd; }
    .navbar-main .top-bar .container {
      display: flex;
      align-items: center; }
    .navbar-main .top-bar .contacts-nav {
      margin-right: auto; }
      .navbar-main .top-bar .contacts-nav address {
        display: flex;
        margin: 0; }
        .navbar-main .top-bar .contacts-nav address div {
          padding: 5px 10px;
          border-right: 1px solid #ddd; }
          .navbar-main .top-bar .contacts-nav address div.phone i {
            display: none; }
          .navbar-main .top-bar .contacts-nav address div.phone:first-child i {
            display: inline-block; }
    .navbar-main .top-bar .socials-nav .social-share {
      margin-left: auto;
      display: flex !important;
      justify-content: flex-end;
      align-items: center; }
      .navbar-main .top-bar .socials-nav .social-share h4 {
        font-size: 16px;
        margin: 0 10px 0 0; }
      .navbar-main .top-bar .socials-nav .social-share ul {
        padding-left: 5px; }
  .navbar-main .menu-bar {
    position: static;
    top: -200px;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .navbar-main .menu-bar {
        padding: 5px 0; } }
    .navbar-main .menu-bar .wpml-ls-legacy-list-horizontal > ul {
      display: flex; }
      .navbar-main .menu-bar .wpml-ls-legacy-list-horizontal > ul li a {
        color: #9A9083;
        border: 1px solid #9A9083; }
      .navbar-main .menu-bar .wpml-ls-legacy-list-horizontal > ul li:last-child a {
        border-left: none !important; }
    .navbar-main .menu-bar .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
      color: #000 !important;
      border-color: #000; }
  .navbar-main .openbtn {
    color: #000; }
  .navbar-main.changeHeader {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    padding-top: 35px; }
    .navbar-main.changeHeader:after {
      opacity: .95; }
    .navbar-main.changeHeader .menu-bar {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999; }
  .navbar-main .row-brand-center {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 100; }
    @media (min-width: 992px) {
      .navbar-main .row-brand-center {
        height: 50px; } }
    .navbar-main .row-brand-center .col-menu {
      display: none;
      align-items: center;
      margin-left: auto; }
      @media (min-width: 992px) {
        .navbar-main .row-brand-center .col-menu {
          display: flex;
          width: 100%; } }
      .navbar-main .row-brand-center .col-menu.pr-5 {
        padding-right: 60px !important; }
        @media (min-width: 1200px) {
          .navbar-main .row-brand-center .col-menu.pr-5 {
            padding-right: 110px !important; } }
    .navbar-main .row-brand-center .col-brand {
      height: 75px;
      margin-right: auto;
      padding: 0px; }
      @media (min-width: 992px) {
        .navbar-main .row-brand-center .col-brand {
          display: flex;
          align-items: center;
          margin: 0;
          height: auto;
          padding: 0 40px 0 0; } }
      @media (min-width: 1200px) {
        .navbar-main .row-brand-center .col-brand {
          padding: 0 70px 0 0; } }
  .navbar-main .menu {
    font-family: "Roboto Condensed", sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0; }
    .navbar-main .menu li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .navbar-main .menu li a {
        display: block;
        color: #000;
        padding: 5px 10px;
        font-size: 18px;
        white-space: nowrap;
        text-transform: uppercase; }
        .navbar-main .menu li a:hover {
          color: #ddd; }
      .navbar-main .menu li.current-menu-item a {
        color: #464646; }
      .navbar-main .menu li.menu-item-has-children {
        cursor: pointer;
        position: relative; }
        .navbar-main .menu li.menu-item-has-children:before {
          content: '';
          display: block;
          background-color: #ddd;
          width: 8px;
          height: 8px;
          border-radius: 100%;
          position: absolute;
          left: 50%;
          bottom: -5px;
          transform: translateX(-50%); }
        .navbar-main .menu li.menu-item-has-children.current-menu-item > a, .navbar-main .menu li.menu-item-has-children.current-menu-parent > a {
          background-color: rgba(154, 144, 131, 0.2); }
        .navbar-main .menu li.menu-item-has-children .sub-menu {
          display: none;
          margin: 0;
          padding: 0;
          position: absolute;
          background-color: rgba(255, 255, 255, 0.9);
          padding: 10px;
          left: 50%;
          top: 210%;
          transform: translateX(-50%);
          -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3); }
          .navbar-main .menu li.menu-item-has-children .sub-menu li {
            margin: 0;
            padding: 0;
            display: block; }
            .navbar-main .menu li.menu-item-has-children .sub-menu li a {
              display: block;
              padding: 5px 15px;
              color: #464646; }
              .navbar-main .menu li.menu-item-has-children .sub-menu li a:hover {
                background-color: rgba(255, 255, 255, 0.8); }
            .navbar-main .menu li.menu-item-has-children .sub-menu li.current-menu-item a {
              background-color: rgba(154, 144, 131, 0.6);
              color: #fff !important; }
              .navbar-main .menu li.menu-item-has-children .sub-menu li.current-menu-item a:hover {
                background-color: #9a9083 !important;
                color: #fff !important; }
        .navbar-main .menu li.menu-item-has-children.wpml-ls-item ul.sub-menu {
          min-width: 90px; }
  .navbar-main .navbar_widget.navbar_widget-mobile {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 26px;
    right: 75px;
    z-index: 999; }
    .navbar-main .navbar_widget.navbar_widget-mobile ul {
      border-left: none !important; }
    @media (min-width: 992px) {
      .navbar-main .navbar_widget.navbar_widget-mobile {
        display: none; } }

.single-news_lc .navbar-main .menu .menu-item-109 > a {
  background-color: rgba(154, 144, 131, 0.2); }
.single-news_lc .navbar-main .menu .menu-item-430 > a {
  background-color: rgba(154, 144, 131, 0.6);
  color: #fff !important; }
  .single-news_lc .navbar-main .menu .menu-item-430 > a:hover {
    background-color: #9a9083 !important;
    color: #fff !important; }

.navbar-brand {
  margin-right: auto;
  padding: 0;
  position: relative;
  width: 150px;
  height: 100%;
  display: flex;
  align-items: center; }
  @media (min-width: 768px) {
    .navbar-brand {
      width: 200px; } }
  @media (min-width: 992px) {
    .navbar-brand {
      margin: 0px auto; } }
  .navbar-brand img {
    width: 100%; }

header.header {
  padding: 200px 15px 100px;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  header.header.hoverlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    z-index: 0; }
  @media (min-width: 768px) {
    header.header {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 992px) {
    header.header {
      padding: 250px 40px 150px;
      background-size: cover; } }
  @media (min-width: 1200px) {
    header.header {
      padding: 340px 40px 240px;
      background-size: 100%; } }
  header.header h2 {
    position: relative;
    z-index: 10; }

/*HEADER END*/
/*FOOTER*/
.footer-site {
  background-color: #464646;
  padding: 80px 0 30px;
  color: #fff;
  font-size: 12pt;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-site {
      text-align: left; } }
  .footer-site a {
    color: #fff; }
    .footer-site a:hover {
      color: #9A9083; }
  .footer-site h4 {
    font-size: 14pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px; }
  .footer-site address div {
    white-space: nowrap; }
  .footer-site address .phone {
    margin: 10px 0; }
    @media (min-width: 768px) {
      .footer-site address .phone {
        border-left: 4px solid #fff;
        padding-left: 20px; } }
    .footer-site address .phone:first-child {
      margin-bottom: 0px; }
  @media (min-width: 992px) {
    .footer-site .menu {
      /*adding-left: 60px;*/ } }
  .footer-site .menu li {
    display: inline-block; }
    @media (min-width: 768px) {
      .footer-site .menu li {
        display: block; } }
  .footer-site .menu a {
    display: block;
    padding: 5px 15px;
    text-transform: uppercase; }
  .footer-site .menu-copy-menu-container, .footer-site .menu-copy-menu-en-container {
    margin: 0;
    padding: 0;
    display: inline-block; }
    .footer-site .menu-copy-menu-container .menu, .footer-site .menu-copy-menu-en-container .menu {
      margin: 0 0 0 3px;
      padding: 0;
      display: inline-block; }
      .footer-site .menu-copy-menu-container .menu li, .footer-site .menu-copy-menu-en-container .menu li {
        list-style: none;
        margin: 0;
        display: inline-flex; }
        .footer-site .menu-copy-menu-container .menu li:before, .footer-site .menu-copy-menu-en-container .menu li:before {
          content: '|';
          display: inline;
          margin-right: 3px; }
        .footer-site .menu-copy-menu-container .menu li a, .footer-site .menu-copy-menu-en-container .menu li a {
          display: block;
          padding: 0px 5px; }
  .footer-site .widget_mailpoet_form h3 {
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .footer-site .widget_mailpoet_form h3 {
        /*width: 40%;*/ } }
  .footer-site .widget_mailpoet_form p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0; }
    .footer-site .widget_mailpoet_form p.mailpoet_paragraph {
      margin-bottom: 15px; }
      .footer-site .widget_mailpoet_form p.mailpoet_paragraph .mailpoet_text {
        width: 100% !important;
        float: left;
        border: 1px solid #fff;
        border-right: none;
        background-color: transparent;
        color: #fff;
        height: 40px;
        padding-left: 10px; }
      .footer-site .widget_mailpoet_form p.mailpoet_paragraph .mailpoet_submit {
        width: 80px !important;
        float: left;
        border: 1px solid #fff;
        border-left: none;
        background-color: transparent;
        color: #fff;
        height: 40px;
        position: absolute;
        right: 0;
        top: -55px; }
      .footer-site .widget_mailpoet_form p.mailpoet_paragraph .parsley-errors-list {
        position: absolute;
        bottom: -25px;
        background: #fff;
        padding: 5px; }
  .footer-site .footer-bottom {
    text-align: left;
    padding: 30px 50px 0 0; }
    @media (min-width: 768px) {
      .footer-site .footer-bottom {
        text-align: center;
        padding: 30px 0; } }
  .footer-site [class^="icon-"], .footer-site [class*=" icon-"] {
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    text-align: center; }
    .footer-site [class^="icon-"]:before, .footer-site [class*=" icon-"]:before {
      display: block;
      margin: auto; }

.btn-top {
  position: fixed;
  display: flex;
  visibility: collapse;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  right: 10px;
  bottom: 20px;
  background-color: rgba(154, 144, 131, 0.5);
  color: #9A9083;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 999999; }
  @media (min-width: 768px) {
    .btn-top {
      right: 20px; } }
  .btn-top:hover {
    background-color: #9a9083;
    text-decoration: none !important;
    color: #fff; }
  .btn-top.visible {
    visibility: visible;
    opacity: 1; }

/*FOOTER END*/
/*HOME SLIDESHOW SECTION*/
.slideshow-wrapper {
  margin: 0px;
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #464646;
  background: url(../loading.svg) no-repeat center/150px; }
  .slideshow-wrapper .share-buttons {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 100; }
  .slideshow-wrapper .slideshow {
    position: relative;
    z-index: 10; }
    .slideshow-wrapper .slideshow .owl-stage-outer {
      overflow: visible; }
    .slideshow-wrapper .slideshow .item {
      display: flex;
      align-items: center;
      position: relative;
      overflow: visible;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      overflow: visible;
      height: 100vh; }
      .slideshow-wrapper .slideshow .item .full-link-item {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .slideshow-wrapper .slideshow .item .before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
      .slideshow-wrapper .slideshow .item .text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        /*bottom: -20px;*/
        width: 100%;
        transition: all .5s ease-in-out;
        color: #fff;
        text-align: center;
        z-index: 100; }
        @media (min-width: 768px) {
          .slideshow-wrapper .slideshow .item .text {
            max-width: 768px; } }
        @media (min-width: 992px) {
          .slideshow-wrapper .slideshow .item .text {
            max-width: 992px; } }
        @media (min-width: 1200px) {
          .slideshow-wrapper .slideshow .item .text {
            max-width: 1016px; } }
        .slideshow-wrapper .slideshow .item .text a, .slideshow-wrapper .slideshow .item .text div {
          /*color: $white;*/
          text-decoration: none !important;
          display: block;
          padding: 15px;
          /*background-color: $blue1;*/ }
        .slideshow-wrapper .slideshow .item .text h3 {
          color: #fff;
          font-size: 30px;
          line-height: 110%; }
          .slideshow-wrapper .slideshow .item .text h3 a {
            color: #fff; }
          @media (min-width: 768px) {
            .slideshow-wrapper .slideshow .item .text h3 {
              color: #000;
              background-color: rgba(255, 255, 255, 0.9);
              position: absolute;
              padding: 15px;
              right: 110px;
              bottom: 0;
              margin: 0;
              max-width: 640px;
              font-size: 40px; }
              .slideshow-wrapper .slideshow .item .text h3 a {
                color: #000; } }
          @media (max-width: 767px) {
            .slideshow-wrapper .slideshow .item .text h3 {
              text-align: center;
              padding: 0 30px; } }
          .slideshow-wrapper .slideshow .item .text h3 .light {
            font-weight: 100; }
        .slideshow-wrapper .slideshow .item .text big {
          display: block;
          font-size: 20px;
          font-weight: 400;
          color: #fff; }
          @media (min-width: 768px) {
            .slideshow-wrapper .slideshow .item .text big {
              background-color: rgba(154, 144, 131, 0.9);
              padding: 15px;
              max-width: 400px;
              text-align: left;
              position: absolute;
              right: 110px; } }
          @media (max-width: 767px) {
            .slideshow-wrapper .slideshow .item .text big {
              font-size: 24px;
              text-align: center;
              padding: 0 30px; } }
        @media (min-width: 768px) {
          .slideshow-wrapper .slideshow .item .text .other-block {
            background-color: rgba(0, 0, 0, 0.9);
            position: absolute;
            width: 110px;
            height: 250px;
            right: 0;
            bottom: -80px; } }
        .slideshow-wrapper .slideshow .item .text .btn {
          min-width: 200px; }
    .slideshow-wrapper .slideshow .owl-nav {
      position: absolute;
      z-index: 100;
      left: 50%;
      bottom: 85px;
      width: 100%;
      max-width: 992px;
      transform: translateX(-50%); }
      .slideshow-wrapper .slideshow .owl-nav button {
        font-size: 50px;
        color: #fff;
        background-color: transparent !important;
        position: absolute; }
        .slideshow-wrapper .slideshow .owl-nav button.owl-prev {
          left: 0; }
        .slideshow-wrapper .slideshow .owl-nav button.owl-next {
          right: 0; }
        .slideshow-wrapper .slideshow .owl-nav button:hover {
          color: #2e739d; }
    .slideshow-wrapper .slideshow .owl-dots {
      margin-top: 0;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 70px; }
      @media (min-width: 768px) {
        .slideshow-wrapper .slideshow .owl-dots {
          bottom: 30px; } }
      .slideshow-wrapper .slideshow .owl-dots .owl-dot {
        border: 2px solid transparent;
        border-radius: 100%;
        width: 24px;
        height: 24px; }
        .slideshow-wrapper .slideshow .owl-dots .owl-dot span {
          width: 10px;
          height: 10px;
          margin: 5px; }
        .slideshow-wrapper .slideshow .owl-dots .owl-dot.active {
          border-color: #9A9083; }
          .slideshow-wrapper .slideshow .owl-dots .owl-dot.active span {
            background-color: #fff; }

.section-page {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .section-page {
      padding: 60px 0; } }
  .section-page .row {
    align-items: center; }
  .section-page .col {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .section-page .col {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .section-page .col {
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .section-page .col {
        padding: 0 60px; } }
    @media (min-width: 1400px) {
      .section-page .col {
        padding: 0 100px; } }

.section-home-about {
  background-color: #fff; }
  @media (max-width: 767px) {
    .section-home-about .intro-about {
      padding-top: 15px; } }
  .section-home-about .intro-about .col-about {
    padding: 40px;
    font-size: 22px; }
    .section-home-about .intro-about .col-about.col1 {
      background-color: #464646;
      color: #fff;
      text-align: center; }
      @media (min-width: 768px) {
        .section-home-about .intro-about .col-about.col1 {
          position: absolute;
          max-width: 400px;
          right: 0; } }
      .section-home-about .intro-about .col-about.col1 h3 {
        font-size: 38px;
        color: #fff;
        margin-bottom: 40px;
        position: relative; }
        .section-home-about .intro-about .col-about.col1 h3:after {
          content: '';
          display: block;
          background-color: #fff;
          position: absolute;
          height: 4px;
          width: 80%;
          left: 50%;
          transform: translateX(-50%);
          bottom: -20px; }
  .section-home-about .row-img {
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      .section-home-about .row-img {
        min-height: 450px; } }
    @media (min-width: 1200px) {
      .section-home-about .row-img {
        min-height: 550px; } }

.section-home-products {
  border-top: 10px solid #fff;
  padding: 0 15px; }
  .section-home-products .col-img {
    background-position: center;
    background-size: cover;
    min-height: 340px; }
  .section-home-products .col-text {
    padding: 100px 60px;
    display: flex;
    align-items: center;
    background-color: rgba(154, 144, 131, 0.2);
    color: #000;
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
    @media (min-width: 768px) {
      .section-home-products .col-text {
        padding: 60px; } }
    @media (min-width: 992px) {
      .section-home-products .col-text {
        padding: 80px 60px; } }
    @media (min-width: 1200px) {
      .section-home-products .col-text {
        padding: 60px; } }
    @media (min-width: 1400px) {
      .section-home-products .col-text {
        padding: 100px 75px; } }
    .section-home-products .col-text h3 {
      font-size: 38px;
      margin-bottom: 40px;
      position: relative; }
      .section-home-products .col-text h3:after {
        content: '';
        display: block;
        background-color: #ddd;
        position: absolute;
        height: 4px;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px; }

.section-contact-footer {
  background-color: #9A9083;
  color: #fff;
  padding: 40px 0; }
  .section-contact-footer a {
    color: #fff; }
    .section-contact-footer a:hover {
      color: #464646; }
  .section-contact-footer .block-title {
    text-align: center;
    width: 100% !important;
    margin-bottom: 0px; }
    .section-contact-footer .block-title a.link {
      cursor: pointer;
      font-size: 14pt;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase; }
      .section-contact-footer .block-title a.link:hover {
        color: #464646; }
  .section-contact-footer .collapse {
    width: 100% !important; }
    .section-contact-footer .collapse a.link {
      cursor: pointer;
      font-size: 14pt;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      padding: 5px; }
      .section-contact-footer .collapse a.link i {
        margin-right: 10px; }
      .section-contact-footer .collapse a.link:hover {
        color: #464646; }
        .section-contact-footer .collapse a.link:hover span {
          background-color: #464646; }
  .section-contact-footer .block-form {
    font-size: 12pt;
    max-width: 768px;
    margin: 0 auto; }
    .section-contact-footer .block-form h4.block-title-form {
      text-align: center; }
    .section-contact-footer .block-form p.newsletter-subscribe {
      padding-left: 15px;
      line-height: 120%; }
      .section-contact-footer .block-form p.newsletter-subscribe label {
        margin-bottom: 0; }
      .section-contact-footer .block-form p.newsletter-subscribe small {
        padding-left: 15px; }
    .section-contact-footer .block-form input[type="checkbox"] {
      width: 18px;
      height: 18px;
      float: left;
      margin-left: -15px;
      margin-right: 10px;
      margin-top: 0px; }
    .section-contact-footer .block-form .btn-submit {
      color: #464646;
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      padding-right: 35px;
      background: rgba(255, 255, 255, 0.8) url(../share-square-solid.svg) no-repeat right 5px center/18px; }
      .section-contact-footer .block-form .btn-submit:hover {
        background-color: #464646;
        text-decoration: none; }
    .section-contact-footer .block-form div.wpcf7 .ajax-loader {
      background-image: url(../loading.svg);
      background-position: center;
      background-size: 110px;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 70%;
      left: 50%;
      margin-left: -20px; }
    .section-contact-footer .block-form div.wpcf7-response-output {
      position: fixed;
      min-width: 280px;
      top: 50%;
      left: 50%;
      background-color: #fff;
      color: #222;
      padding: 20px 30px;
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
      z-index: 9999; }
      .section-contact-footer .block-form div.wpcf7-response-output:before {
        content: 'X';
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: #2e739d;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 15px;
        top: 5px;
        right: 5px;
        font-size: 8pt;
        cursor: pointer; }

#breadcrumbs {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 40px;
  background-color: #F2F2F2; }

.entry-content {
  color: #464646; }
  .entry-content .entry-title {
    text-align: center;
    color: #464646;
    margin-bottom: 30px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .entry-content .entry-title {
        padding-top: 60px; } }
    @media (min-width: 992px) {
      .entry-content .entry-title {
        padding-top: 120px; } }

.entry-content-post {
  color: #464646;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .entry-content-post {
      padding: 60px 0; } }
  .entry-content-post .entry-meta {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .entry-content-post .entry-meta {
        display: flex;
        justify-content: space-between; } }
    .entry-content-post .entry-meta a {
      color: #2e739d; }
  .entry-content-post .entry-title-post {
    color: #9A9083;
    margin-bottom: 30px; }
  .entry-content-post footer.footer-content {
    padding-top: 60px; }
    .entry-content-post footer.footer-content .navigation-articles {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .entry-content-post footer.footer-content .navigation-articles {
          display: flex;
          justify-content: space-between; } }
      .entry-content-post footer.footer-content .navigation-articles .nav-next {
        margin-left: auto; }
      .entry-content-post footer.footer-content .navigation-articles .nav-previous {
        margin-right: auto; }
      .entry-content-post footer.footer-content .navigation-articles .nav-previous, .entry-content-post footer.footer-content .navigation-articles .nav-next {
        display: inline-flex;
        align-items: center; }
        .entry-content-post footer.footer-content .navigation-articles .nav-previous a, .entry-content-post footer.footer-content .navigation-articles .nav-next a {
          display: block;
          margin-left: 5px;
          padding: 2px 5px;
          background-color: rgba(154, 144, 131, 0.2); }
          .entry-content-post footer.footer-content .navigation-articles .nav-previous a:hover, .entry-content-post footer.footer-content .navigation-articles .nav-next a:hover {
            background-color: rgba(154, 144, 131, 0.4);
            color: #000; }
  .entry-content-post .pagination .page-numbers {
    display: inline-block;
    padding: 4px 10px;
    border-right: 1px solid #F2F2F2; }
    .entry-content-post .pagination .page-numbers:last-child {
      border: none; }
    .entry-content-post .pagination .page-numbers + a:hover {
      background-color: #9A9083;
      color: #fff; }
    .entry-content-post .pagination .page-numbers.current {
      color: #9A9083;
      font-weight: bold; }
  .entry-content-post .tag-links {
    padding: 30px 0; }
  .entry-content-post .card {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px; }
    @media (min-width: 768px) {
      .entry-content-post .card {
        width: 48%;
        margin: 1%; } }
    .entry-content-post .card a.img {
      display: block; }
      @media (min-width: 768px) {
        .entry-content-post .card a.img {
          min-width: 150px; } }
      .entry-content-post .card a.img img {
        width: 100%; }
    .entry-content-post .card .card-body {
      padding: 0 0 0 15px; }
      .entry-content-post .card .card-body h3 {
        margin: 0; }
      .entry-content-post .card .card-body p {
        margin-bottom: 15px; }
  .entry-content-post .addtoany_list {
    background-color: #9A9083;
    padding: 6px 6px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

/*NEWS*/
.section-current-news {
  display: flex;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  overflow: hidden;
  margin-bottom: -10px; }
  @media (min-width: 768px) {
    .section-current-news {
      min-height: 200px;
      max-height: 200px; } }
  .section-current-news h2 {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    width: 40%; }
    @media (min-width: 768px) {
      .section-current-news h2 {
        width: 20%; } }
    .section-current-news h2 span {
      position: relative;
      z-index: 15; }
      .section-current-news h2 span small {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 14px; }
    @media (min-width: 768px) {
      .section-current-news h2:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        right: -60px;
        width: 0px;
        height: 0px;
        border-top: 100px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 60px solid white; } }
  .section-current-news .current-news {
    position: relative;
    z-index: 5;
    display: flex;
    width: 60%; }
    @media (min-width: 768px) {
      .section-current-news .current-news {
        width: 80%; } }
    .section-current-news .current-news .owl-stage {
      display: flex;
      height: 100%; }
    .section-current-news .current-news .card {
      border: none;
      display: flex;
      height: 100%; }
      .section-current-news .current-news .card .img {
        display: none;
        min-height: 100%;
        padding-left: 30%;
        width: 0;
        background-size: cover;
        background-position: center; }
        @media (min-width: 768px) {
          .section-current-news .current-news .card .img {
            display: block; } }
      .section-current-news .current-news .card .card-body {
        display: flex;
        align-items: center; }
        .section-current-news .current-news .card .card-body h3 {
          font-size: 20px; }

/*products*/
.loop-products .card-product {
  margin-bottom: 50px;
  position: relative; }
  @media (min-width: 768px) {
    .loop-products .card-product {
      display: flex;
      /*align-items: center;*/ } }
  .loop-products .card-product * {
    color: #fff; }
  .loop-products .card-product .img {
    display: block;
    height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 56.25%; }
    @media (min-width: 768px) {
      .loop-products .card-product .img {
        width: 40%;
        padding-top: 33%; } }
    @media (min-width: 992px) {
      .loop-products .card-product .img {
        width: 50%; } }
    @media (min-width: 1200px) {
      .loop-products .card-product .img {
        width: 60%; } }
    .loop-products .card-product .img img {
      width: 100%;
      height: auto; }
  .loop-products .card-product .card-body {
    width: 100%;
    background-color: #9A9083;
    padding: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .loop-products .card-product .card-body {
        width: 60%;
        display: flex;
        align-items: center;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .loop-products .card-product .card-body {
        width: 50%; } }
    @media (min-width: 1200px) {
      .loop-products .card-product .card-body {
        width: 40%; } }
    .loop-products .card-product .card-body h3 {
      font-size: 25px; }
      @media (min-width: 1200px) {
        .loop-products .card-product .card-body h3 {
          font-size: 40px; } }
    .loop-products .card-product .card-body p {
      font-size: 20px; }
    .loop-products .card-product .card-body a.link {
      position: absolute;
      right: 20px;
      bottom: 20px; }
      .loop-products .card-product .card-body a.link span {
        display: block;
        overflow: hidden;
        width: 0; }
      .loop-products .card-product .card-body a.link:hover span {
        width: 120px; }
  .loop-products .card-product:nth-child(odd) {
    justify-content: flex-end; }
    @media (min-width: 768px) {
      .loop-products .card-product:nth-child(odd) .img {
        /*margin-left: -30px;
        margin-right: 0;*/
        order: 2; } }
    @media (min-width: 768px) {
      .loop-products .card-product:nth-child(odd) .card-body {
        right: auto;
        left: 0;
        order: 1; } }

.container-sections-taxnonomy {
  margin-top: -70px; }
  .container-sections-taxnonomy .section-taxnomy {
    padding: 100px 0px; }
    .container-sections-taxnonomy .section-taxnomy:nth-child(odd) {
      background: #F2F2F2; }
    .container-sections-taxnonomy .section-taxnomy a.logo {
      display: block;
      cursor: pointer; }
      .container-sections-taxnonomy .section-taxnomy a.logo:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .container-sections-taxnonomy .section-taxnomy a.logo img {
        max-width: 140px;
        max-height: 120px; }

.brands-group {
  max-width: 1140px;
  margin: auto; }

.partner-menu-categories {
  padding: 15px;
  background-color: rgba(154, 144, 131, 0.8);
  max-width: 240px;
  top: 130px;
  margin-left: -240px; }
  .partner-menu-categories.menu-block {
    margin-left: 0; }
  .partner-menu-categories.menu-none {
    margin-left: -240px; }
  @media (max-width: 767px) {
    .partner-menu-categories {
      display: none !important; } }
  .partner-menu-categories .list-group {
    margin: 0;
    padding: 0; }
    .partner-menu-categories .list-group a {
      display: block;
      padding: 5px 15px;
      color: #fff;
      text-transform: uppercase;
      background-color: transparent;
      border: none;
      border-radius: 0; }
      .partner-menu-categories .list-group a:hover, .partner-menu-categories .list-group a.active {
        background-color: rgba(154, 144, 131, 0.8); }
  .partner-menu-categories .control-menu-partner {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 130px;
    padding: 5px;
    background-color: #9A9083;
    color: #fff;
    text-align: center;
    cursor: pointer; }
    .partner-menu-categories .control-menu-partner:hover {
      background-color: #464646; }
    .partner-menu-categories .control-menu-partner .close-menu span, .partner-menu-categories .control-menu-partner .open-menu span {
      display: block;
      transform: rotate(90deg);
      text-transform: uppercase;
      white-space: nowrap; }
    .partner-menu-categories .control-menu-partner .close-menu {
      display: block; }
    .partner-menu-categories .control-menu-partner .open-menu {
      display: none; }
  .partner-menu-categories.close-panel {
    transform: translateX(-240px); }
    .partner-menu-categories.close-panel .control-menu-partner .close-menu {
      display: none; }
    .partner-menu-categories.close-panel .control-menu-partner .open-menu {
      display: block; }

.modal-xl {
  max-width: 98% !important;
  background-color: #ddd; }
  .modal-xl .modal-header {
    padding: 5px 14px;
    border-bottom: 10px solid #ddd;
    background-color: #464646;
    border-radius: 0;
    color: #fff; }
    .modal-xl .modal-header .close {
      color: #fff;
      background-color: #000;
      padding: 8px 14px;
      margin: 0;
      position: absolute;
      top: 0;
      right: 0; }
  .modal-xl .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0; }
    .modal-xl .modal-content .modal-body {
      padding: 0 14px 10px 14px; }

#siteBrand {
  width: 100%;
  height: calc( 100vh - 160px);
  background: transparent url(../loading.svg) no-repeat center/200px; }

#sidebar {
  top: 140px; }
  #sidebar .widget-container {
    margin-bottom: 30px;
    padding: 30px; }
    #sidebar .widget-container ul {
      margin: 0;
      padding: 0; }
      #sidebar .widget-container ul li {
        margin: 0 0 0 20px;
        padding: 0; }
  #sidebar .widget_recent_entries ul {
    margin: 0;
    padding: 0; }
    #sidebar .widget_recent_entries ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      #sidebar .widget_recent_entries ul li a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(154, 144, 131, 0.6); }
        #sidebar .widget_recent_entries ul li a:hover {
          background-color: rgba(154, 144, 131, 0.3); }

#cmplz-document {
  font-size: 16px;
  margin: auto;
  max-width: 980px !important;
  text-align: justify;
  text-justify: inter-word; }

#cmplz-document button.cc-revoke-custom {
  color: #fff; }
