/* Vendor */
@import url(vendor/font-awesome-4.6.2/css/font-awesome.min.css);
/* Modules */
@-webkit-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@-moz-keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@keyframes db-loading {
  0% {
    background-position: 83% 0%; }
  50% {
    background-position: 18% 100%; }
  100% {
    background-position: 83% 0%; } }
@-webkit-keyframes db-menu-background {
  0% {
    display: block !important;
    opacity: 0; }
  100% {
    display: block !important;
    opacity: 1; } }
@-moz-keyframes db-menu-background {
  0% {
    display: block !important;
    opacity: 0; }
  100% {
    display: block !important;
    opacity: 1; } }
@keyframes db-menu-background {
  0% {
    display: block !important;
    opacity: 0; }
  100% {
    display: block !important;
    opacity: 1; } }
/* Layout */
@font-face {
  font-family: 'Almoni dl';
  src: url("../fonts/almoni-dl-aaa-otf/almoni-dl-aaa-light.otf");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Almoni dl';
  src: url("../fonts/almoni-dl-aaa-otf/almoni-dl-aaa-regular.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Almoni dl';
  src: url("../fonts/almoni-dl-aaa-otf/almoni-dl-aaa-bold.otf");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Almoni dl';
  src: url("../fonts/almoni-dl-aaa-otf/almoni-dl-aaa-black.otf");
  font-weight: 900;
  font-style: normal; }
body, h1, h2, h3, h4, h5, p, div {
  font-family: 'Almoni dl', sans-serif; }

body {
  font-weight: 300;
  font-size: 20px; }

h1 {
  font-size: 2.074em; }

h2 {
  font-size: 1.728em; }

h3 {
  font-size: 1.44em; }

h4 {
  font-size: 1.2em; }

h1, h2, h3, h4, h5 {
  font-weight: 300; }

div, p, a {
  font-size: 1em;
  line-height: 1.4em; }

a {
  color: inherit;
  transition: all 0.3s ease-out; }
  a:focus, a:hover {
    text-decoration: none;
    color: #c4903a; }
  .highlight a:hover {
    color: inherit; }

img {
  max-width: 100%;
  height: auto; }

label {
  cursor: pointer !important;
  margin-bottom: .8em;
  font-weight: 300;
  width: 100%; }

input[type=text],
input[type=number],
input[type=tel],
input[type=email] {
  margin: .4em 0 0 0;
  font: inherit;
  border: 1px solid #bababa;
  color: #331919;
  background-color: transparent;
  padding: .5em .8em;
  width: 100%;
  font-weight: 400;
  -webkit-transition: all 0.3 aese;
  -moz-transition: all 0.3 aese;
  -ms-transition: all 0.3 aese;
  -o-transition: all 0.3 aese;
  transition: all 0.3 aese;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  input[type=text]:focus, input[type=text]:active,
  input[type=number]:focus,
  input[type=number]:active,
  input[type=tel]:focus,
  input[type=tel]:active,
  input[type=email]:focus,
  input[type=email]:active {
    border-color: #c4903a; }
  .single-item input[type=text], .single-item
  input[type=number], .single-item
  input[type=tel], .single-item
  input[type=email] {
    color: white; }

input[type=submit] {
  width: 100%;
  margin-top: .5em;
  background-color: #331919;
  color: white;
  border: 0;
  padding: .6em 1em;
  font-weight: 400;
  font-size: 1.2em; }
  .single-item input[type=submit] {
    background-color: #c4903a;
    color: #331919; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 0 0 4px;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out; }
  input[type=checkbox]:checked:before {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    font: normal normal normal 20px/1 FontAwesome;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin: -1px -2px 0 0;
    color: #9A8466; }

/* Accessibility */
a:focus, button:focus, select:focus, input[type=submit]:focus, input[type=text]:focus, .focusin {
  outline: 0; }

a:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.recipe li:focus,
.dropdown-toggle:focus,
*:focus {
  outline: 0;
  outline-offset: 0; }

@media screen and (max-width: 768px) {
  body {
    font-weight: 300;
    font-size: 18px; }

  input[type=submit] {
    padding: .8em 1em; } }
.data-link {
  cursor: pointer; }

main {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
  margin-bottom: 5px;
  background-color: #ffffff; }

@media (min-width: 1220px) {
  .container {
    width: 1280px; } }
@media screen and (min-width: 1221px) {
  .col-md-hide {
    display: none; } }
@media screen and (min-width: 769px) {
  .col-m-hide {
    display: none; } }
@media screen and (max-width: 1220px) {
  main {
    margin-bottom: 95px;
    margin-bottom: 5px; }

  .col-sm-hide {
    display: none; } }
.db-content {
  padding: 3em 0;
  overflow: hidden; }
  .single-portfolio .db-content {
    padding-bottom: 1em; }
  .single-post .db-content {
    padding-top: 1.3em; }
  .archive .db-content, .blog .db-content, .post-type-archive-product .db-content, .tax-product_cat .db-content {
    padding-top: 1.5em; }
  .home .db-content {
    padding-top: 0; }

.elementor-page .db-content {
  padding: 0; }

.db-content .db-editor,
.post-content {
  text-align: center; }
  .db-content .db-editor h2, .db-content .db-editor h3, .db-content .db-editor h4, .db-content .db-editor h5,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5 {
    text-align: center;
    margin-top: 2em;
    font-weight: 500; }
    .db-content .db-editor h2:first-child, .db-content .db-editor h3:first-child, .db-content .db-editor h4:first-child, .db-content .db-editor h5:first-child,
    .post-content h2:first-child,
    .post-content h3:first-child,
    .post-content h4:first-child,
    .post-content h5:first-child {
      margin-top: 0; }
    .db-content .db-editor h2:after, .db-content .db-editor h3:after, .db-content .db-editor h4:after, .db-content .db-editor h5:after,
    .post-content h2:after,
    .post-content h3:after,
    .post-content h4:after,
    .post-content h5:after {
      content: ' ';
      display: block;
      width: 80%;
      height: 1px;
      background-color: gray;
      margin: 15px auto 25px; }
  .db-content .db-editor p,
  .post-content p {
    margin-bottom: 1em; }
    .db-content .db-editor p:last-child,
    .post-content p:last-child {
      margin-bottom: 0; }

@media (max-width: 768px) {
  .db-content {
    padding: 1.5em 0; }
    .db-content h2, .db-content h3, .db-content h4, .db-content h5 {
      margin-top: 1.3em;
      font-size: 1.5em; } }
.home #header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99; }
#header .wrapper-nav {
  width: 100%;
  background-color: transparent;
  background-position: center 0;
  background-size: cover; }
  .logged-in.admin-bar #header .wrapper-nav {
    top: 32px; }
  #header .wrapper-nav .navbar {
    border-radius: 0;
    margin: 0;
    border: 0; }
  #header .wrapper-nav .navbar-nav > li > a {
    line-height: 130px;
    padding: .8em 1.5em;
    font-size: 1em;
    color: white;
    font-weight: 400; }
    #header .wrapper-nav .navbar-nav > li > a .desk.fa {
      margin-right: 8px; }
    #header .wrapper-nav .navbar-nav > li > a:hover, #header .wrapper-nav .navbar-nav > li > a:focus {
      color: #c4903a;
      background-color: transparent; }
  #header .wrapper-nav .navbar-nav > li.current-menu-item > a, .single-product #header .wrapper-nav .navbar-nav > li.db-menu-products > a, .single-post #header .wrapper-nav .navbar-nav > li.db-menu-blog > a {
    color: #c4903a; }
  #header .wrapper-nav .navbar-toggle {
    margin: 0;
    padding: 18px 15px 8px; }
    #header .wrapper-nav .navbar-toggle .icon-bar {
      width: 30px;
      height: 2px;
      border-radius: 0;
      background-color: #c4903a;
      margin-bottom: 6px; }
      #header .wrapper-nav .navbar-toggle .icon-bar:last-child {
        margin-bottom: 2px; }
    #header .wrapper-nav .navbar-toggle .menu-title {
      font-size: .9em; }
  #header .wrapper-nav .nav-right {
    float: right;
    width: 50%;
    padding-left: 5em; }
    #header .wrapper-nav .nav-right .navbar-nav {
      float: left; }
  #header .wrapper-nav .nav-left {
    float: left;
    width: 50%;
    padding-right: 5em; }
    #header .wrapper-nav .nav-left .navbar-nav {
      float: right; }

@media all and (max-width: 1220px) {
  #header .site-logo {
    padding: 10px;
    float: right; }
    #header .site-logo img {
      max-height: 65px;
      width: auto; }
  #header #navbar .navbar-nav {
    text-align: center;
    margin: 0 -15px; }
    #header #navbar .navbar-nav > li > a {
      line-height: 30px;
      text-align: center;
      font-size: 1.1em; }
    #header #navbar .navbar-nav li.db-contact-btn,
    #header #navbar .navbar-nav li.db-face-btn {
      display: inline-block; }
      #header #navbar .navbar-nav li.db-contact-btn > a,
      #header #navbar .navbar-nav li.db-face-btn > a {
        text-align: center;
        margin-top: 17px;
        margin-bottom: 17px; }
    #header #navbar .navbar-nav .db-dropdown-menu {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 60px;
      width: 60px;
      border: 0;
      background-color: #513737;
      text-align: center;
      font-size: 1.5em; }
    #header #navbar .navbar-nav > li > .dropdown-menu {
      margin-right: 20px;
      padding: 0; }
    #header #navbar .navbar-nav .open .dropdown-menu {
      margin: 0; }
      #header #navbar .navbar-nav .open .dropdown-menu ul {
        padding: 0; }
      #header #navbar .navbar-nav .open .dropdown-menu > li > a {
        font-size: 1.3em;
        font-weight: 500;
        text-align: center;
        color: white;
        background-color: #513737;
        line-height: 50px; }
  #header .dropdown-menu > .active > a,
  #header .dropdown-menu > .active > a:focus,
  #header .dropdown-menu > .active > a:hover {
    background-color: #eee;
    color: inherit; }
  #header .desk {
    display: none; } }
@media all and (min-width: 1221px) {
  #header .logo-wrapper {
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: -44px; }
  #header .site-logo {
    padding: 12px 0; }
    #header .site-logo img {
      max-height: 120px;
      width: auto; }
  #header .dropdown-menu {
    top: 120px;
    border-radius: 0;
    border: 0;
    padding: 0; }
    #header .dropdown-menu li a {
      padding: 15px 20px;
      font-size: 18px;
      font-weight: 400;
      color: white;
      line-height: 2em; }
      #header .dropdown-menu li a:focus, #header .dropdown-menu li a:hover {
        background-color: #331919;
        color: white; }
    #header .dropdown-menu > .active > a {
      color: inherit;
      background-color: transparent; }
      #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > .active > a:hover {
        background-color: #331919; }
  #header .wrapper-nav .db-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 15px;
    right: 0;
    background-color: #331919;
    z-index: 100;
    display: none; }
    #header .wrapper-nav .db-header-sticky .nav-right {
      padding-left: 4em; }
    #header .wrapper-nav .db-header-sticky .nav-left {
      padding-right: 4em; }
    #header .wrapper-nav .db-header-sticky .logo-wrapper {
      top: 0;
      margin-right: -22px; }
      #header .wrapper-nav .db-header-sticky .logo-wrapper .site-logo img {
        max-height: 60px; }
    #header .wrapper-nav .db-header-sticky .navbar-nav > li > a {
      line-height: 50px; }
    #header .wrapper-nav .db-header-sticky .dropdown-menu {
      top: 82px; }
  #header .db-dropdown-menu {
    display: none; }

  /* Accessibility */
  ul.dropdown-menu {
    left: auto;
    right: -9999px !important;
    display: block; }
    ul.dropdown-menu li {
      display: block; }

  li.menu-item.focus ul.dropdown-menu {
    right: auto; }

  .navbar li:hover > ul,
  .navbar li.focus > ul {
    left: auto !important;
    right: 0 !important;
    width: 200px;
    background-color: #c4903a;
    box-shadow: none; }
    .navbar li:hover > ul > li:hover > a,
    .navbar li.focus > ul > li:hover > a {
      background-color: #331919;
      color: white; }

  .navbar ul ul li:hover > ul,
  .navbar ul ul li.focus > ul {
    left: auto !important;
    right: 199px !important;
    top: 0;
    box-shadow: none;
    background-color: #c4903a;
    margin: 0; }

  /* End accessibility */ }
@media (min-width: 768px) and (max-width: 1220px) {
  .mobile .db-header-sticky {
    padding: 0 15px; } }
@media (max-width: 1220px) {
  .mobile .navbar-header {
    overflow: hidden;
    float: none;
    padding: 0 .7em; }
    .mobile .navbar-header .site-logo {
      z-index: 98; }
      .mobile .navbar-header .site-logo a {
        display: block; }
    .mobile .navbar-header .navbar-toggle {
      z-index: 99;
      width: 31px;
      font-size: 0;
      height: 23px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      cursor: pointer;
      float: left;
      top: 28px;
      left: 6px;
      overflow: hidden;
      border-radius: 0;
      display: block !important; }
      .mobile .navbar-header .navbar-toggle span {
        display: block;
        position: absolute;
        z-index: 60;
        height: 2px;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background-color: #ffffff; }
        .mobile .navbar-header .navbar-toggle span:nth-child(1) {
          top: 0; }
        .mobile .navbar-header .navbar-toggle span:nth-child(2) {
          top: 10px; }
        .mobile .navbar-header .navbar-toggle span:nth-child(3) {
          top: 21px; }
      .mobile .navbar-header .navbar-toggle[aria-expanded="true"] span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
      .mobile .navbar-header .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
        left: -60px; }
      .mobile .navbar-header .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg); }
  .mobile .navbar-content #navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 97;
    height: 100% !important;
    padding-top: 4em;
    color: #ffffff;
    background-color: #331919; }
    .mobile .navbar-content #navbar .navbar-nav {
      float: none; }
      .mobile .navbar-content #navbar .navbar-nav > li {
        float: none; }
        .mobile .navbar-content #navbar .navbar-nav > li a {
          font-size: 1.3em !important; }
  .mobile .navbar-content .navbar-collapse {
    opacity: 0;
    display: none !important; }
    .mobile .navbar-content .navbar-collapse.collapse {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .mobile .navbar-content .navbar-collapse.collapse.in {
      display: block !important;
      -webkit-animation: db-menu-background 0.3s ease forwards;
      -moz-animation: db-menu-background 0.3s ease forwards;
      animation: db-menu-background 0.3s ease forwards; }
    .mobile .navbar-content .navbar-collapse.collapsing {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
  .mobile .db-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    background-color: #331919;
    z-index: 100;
    display: none; }
    .mobile .db-header-sticky .site-logo {
      -webkit-transition: opacity 0.25s ease-in-out;
      -moz-transition: opacity 0.25s ease-in-out;
      -ms-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
  .mobile .nav .open > a, .mobile .nav .open > a:focus, .mobile .nav .open > a:hover {
    background-color: inherit; } }
.site-footer {
  width: 100%; }
  .site-footer a:hover {
    color: white; }
  .site-footer section {
    padding: 0;
    background-color: #ffffff;
    color: #331919; }
  .site-footer .db-store-info {
    padding: 2em 0;
    text-align: center;
    border-bottom: 1px solid #c4903a; }
    .site-footer .db-store-info span {
      display: inline-block;
      margin-left: 1em; }
      .site-footer .db-store-info span i {
        padding-left: .3em;
        color: #c4903a; }
    .site-footer .db-store-info a:hover, .site-footer .db-store-info a:focus {
      color: #c4903a; }
  .site-footer .credit {
    background-color: white;
    color: #331919; }
    .site-footer .credit .right {
      text-align: right; }
      .site-footer .credit .right i {
        margin-right: 5px; }
    .site-footer .credit .db-social i {
      font-size: 1.8em;
      padding-left: .5em;
      line-height: 1.8em; }
    .site-footer .credit .left {
      text-align: left;
      font-style: italic; }
    .site-footer .credit a {
      color: #331919;
      line-height: 80px; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 0;
  border-radius: 50%;
  color: white;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6em;
  padding-bottom: .2em; }
  .back-to-top:hover, .back-to-top:focus {
    background-color: rgba(0, 0, 0, 0.4); }

.db-quick-call {
  display: none; }

@media screen and (max-width: 768px) {
  .site-footer {
    padding-bottom: 63px; }
    .site-footer .credit {
      padding-top: 1em; }
      .site-footer .credit .right {
        text-align: center; }
      .site-footer .credit .left {
        text-align: center;
        padding: .6em 1em 1.1em;
        font-size: .9em; }
      .site-footer .credit a {
        line-height: 1; }
    .site-footer .db-store-info {
      text-align: right; }
      .site-footer .db-store-info span {
        margin-bottom: .5em;
        position: relative;
        padding-right: 1.7em; }
        .site-footer .db-store-info span i {
          position: absolute;
          right: 0;
          top: .3em; }

  .db-quick-call {
    display: block;
    width: 5em;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #c4903a;
    color: #ffffff;
    z-index: 98;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.2em; }
    .db-quick-call i {
      padding-left: .5em; }
    .db-quick-call:hover, .db-quick-call:focus {
      color: white !important; } }
@media screen and (max-width: 480px) {
  .db-widget-footer {
    margin-bottom: 50px; }
    .db-widget-footer:last-child {
      margin-bottom: 0; }
    .db-widget-footer.info:last-child {
      margin-bottom: 0; }
    .db-widget-footer h3 {
      margin: 0; }
      .site-footer .db-widget-footer h3:after {
        height: 2px;
        margin: 18px 0 18px; }

  .site-footer section {
    padding-bottom: 0; }
  .site-footer .footer-menu {
    margin-top: 50px;
    padding-top: 20px; }
    .site-footer .footer-menu ul {
      margin-bottom: 3px; }
      .site-footer .footer-menu ul li {
        margin: 5px 15px; }

  .back-to-top {
    right: auto;
    left: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px; } }
.error404 {
  text-align: center; }
  .error404 .db-content {
    padding: 1em 0 3em; }
  .error404 .title-404 {
    font-size: 10em; }
  .error404 h1 {
    margin: 0 0 1em; }
  .error404 .link {
    font-size: 1.2em;
    margin: 1em 0; }
    .error404 .link a {
      text-decoration: underline; }

/* Home */
.db-testimonials div.elementor-testimonial-content {
  padding: 1em;
  background-color: #f3f3f3;
  position: relative; }
  .db-testimonials div.elementor-testimonial-content:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 25px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 18px solid #f3f3f3; }

/* Templates */
.db-page-header {
  background-position: center top;
  background-size: cover;
  color: white;
  overflow: hidden; }
  .db-page-header h1 {
    margin: 1.5em 0 1.8em;
    font-weight: 300;
    text-align: center; }
  .db-page-header .title {
    display: inline-block;
    padding: 0 1.5em; }
  .db-page-header .icon {
    display: inline-block;
    position: relative;
    height: 1px;
    width: 1px;
    background-color: transparent; }
    .db-page-header .icon:before {
      content: ' ';
      display: block;
      height: 60px;
      width: 37px;
      position: absolute;
      left: 0;
      top: -40px;
      background-image: url(../images/icon-right.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center 0; }
    .db-page-header .icon:after {
      content: ' ';
      display: block;
      height: 1px;
      width: 1000px;
      position: absolute;
      left: 36px;
      background-color: gray;
      top: -10.5px;
      opacity: 0.5; }
    .db-page-header .icon.left {
      right: 37px;
      left: auto; }
      .db-page-header .icon.left:before {
        transform: rotate(-180deg); }
      .db-page-header .icon.left:after {
        left: auto;
        right: -1px; }
  .db-page-header #breadcrumbs {
    line-height: 185px;
    text-align: left; }
    .db-page-header #breadcrumbs .fa {
      margin: 0 5px; }

@media all and (max-width: 768px) {
  .db-page-header h1 {
    margin: .8em 0 1em;
    text-align: center;
    font-size: 1.9em; }
  .db-page-header .title {
    padding: 0 .5em; }
  .db-page-header .icon {
    display: none; }
  .db-page-header #breadcrumbs {
    line-height: 25px;
    text-align: center;
    margin-bottom: 27px;
    font-size: .97em; } }
.pagination-wrapper {
  text-align: center;
  direction: ltr;
  clear: both; }
  .pagination-wrapper .pagination {
    margin: 1em 0 0;
    width: 100%; }
    .post-type-archive-product .pagination-wrapper .pagination, .tax-product_cat .pagination-wrapper .pagination {
      margin-top: 2em; }
  .pagination-wrapper .page-numbers {
    padding: 5px 7px;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid transparent; }
    .pagination-wrapper .page-numbers:hover, .pagination-wrapper .page-numbers.current {
      border-color: #c4903a;
      color: #c4903a; }
    .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
      border-color: #c4903a;
      width: auto;
      font-weight: 300;
      height: 35px;
      border-radius: 40px;
      padding-right: 15px;
      padding-left: 15px; }
  .pagination-wrapper .arrow-right {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 13px;
    width: 16px;
    height: 1px;
    background-color: currentColor;
    display: inline-block; }
    .pagination-wrapper .arrow-right:before {
      content: '';
      position: absolute;
      right: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: solid 1px currentColor;
      border-right: solid 1px currentColor;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .pagination-wrapper .arrow-left {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 13px;
    width: 16px;
    height: 1px;
    background-color: currentColor;
    display: inline-block;
    right: 8px; }
    .pagination-wrapper .arrow-left:before {
      content: '';
      position: absolute;
      left: 1px;
      top: -5px;
      width: 10px;
      height: 10px;
      border-top: solid 1px currentColor;
      border-right: solid 1px currentColor;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }

@media (min-width: 768px) {
  .post-type-archive-product .pagination-wrapper .pagination, .tax-product_cat .pagination-wrapper .pagination {
    margin-top: 2em; } }
.post-pagination {
  border: 1px solid grey;
  position: relative;
  margin-top: 2em; }
  .post-pagination.pagination-right {
    margin-left: -5px; }
    .post-pagination.pagination-right .icon {
      right: .6em; }
  .post-pagination.pagination-left {
    margin-right: -5px; }
    .post-pagination.pagination-left .icon {
      left: .6em; }
  .post-pagination a {
    display: block;
    width: 100%;
    z-index: 1;
    padding: 1em 3em;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post-pagination a:hover, .post-pagination a:focus {
      background-color: rgba(159, 159, 159, 0.22); }
  .post-pagination .icon {
    position: absolute;
    color: #b9b9b9;
    font-size: 2.5em;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1; }
  .post-pagination .post-title-link {
    font-size: 1.2em; }

@media screen and (max-width: 768px) {
  .post-pagination.pagination-right, .post-pagination.pagination-left {
    margin: 10px 0 0 0; }
  .post-pagination a {
    padding: 1em 1.5em; }
  .post-pagination .icon {
    font-size: 1.5em; } }
.db-global {
  display: none; }

#breadcrumbs {
  max-width: 1080px;
  margin: 1.5em auto 0;
  text-align: right; }
  .post-type-archive-product #breadcrumbs, .tax-product_cat #breadcrumbs {
    max-width: 1250px; }
  .single-post #breadcrumbs {
    max-width: 845px; }
  .single-item #breadcrumbs {
    margin-top: 0;
    text-align: right; }
  #breadcrumbs i.fa {
    margin: 0 5px;
    color: gray; }

@media (max-width: 768px) {
  .db-global {
    display: block; }

  .post-type-archive-item .breadcrumbs-container,
  .tax-item_cat .breadcrumbs-container {
    display: none; }

  .db-item-breadcrumb {
    display: none; }

  #breadcrumbs {
    padding: 0 1em; }
    .single-item #breadcrumbs {
      margin-top: 0;
      padding: 1em;
      background-color: #f3f3f3;
      text-align: right; }
    .single-post #breadcrumbs {
      text-align: right; } }
.wpcf7-form div.wpcf7-response-output {
  background-color: #c4903a;
  color: white;
  text-align: center;
  border: 0;
  margin: 0 0 2em;
  font-weight: 400;
  padding: .4em 1em; }
.wpcf7-form.invalid input[type=text].wpcf7-not-valid,
.wpcf7-form.invalid input[type=number].wpcf7-not-valid,
.wpcf7-form.invalid input[type=tel].wpcf7-not-valid,
.wpcf7-form.invalid input[type=email].wpcf7-not-valid {
  border-color: red; }
.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  font-weight: 400; }
.wpcf7-form .ajax-loader {
  display: none !important; }
.wpcf7-form input[type=submit].db-loading {
  background: linear-gradient(217deg, #c4903a, #331919);
  background-size: 400% 400%;
  -webkit-animation: db-loading 1s ease infinite;
  -moz-animation: db-loading 1s ease infinite;
  animation: db-loading 1s ease infinite; }
  #product-contact .wpcf7-form input[type=submit].db-loading {
    background: linear-gradient(217deg, #c4903a, #654b4b);
    background-size: 400% 400%;
    -webkit-animation: db-loading 1s ease infinite;
    -moz-animation: db-loading 1s ease infinite;
    animation: db-loading 1s ease infinite; }

/* Products */
.single-item .item .db-product-center {
  margin: 0 auto;
  padding: 1.5em 1.5em 3em; }
.single-item .item .db-product-content {
  background-color: #ffffff; }
  .single-item .item .db-product-content .db-product-center {
    max-width: 500px; }
.single-item .item .db-gallery-wrapper {
  background-color: #f3f3f3; }
  .single-item .item .db-gallery-wrapper .db-product-center {
    max-width: 600px; }
    .single-item .item .db-gallery-wrapper .db-product-center figure {
      margin-bottom: 2em; }
      .single-item .item .db-gallery-wrapper .db-product-center figure:last-child {
        margin-bottom: 1em; }
.single-item .item .title {
  margin: 1em 0;
  font-size: 2.074em;
  font-weight: 300; }
.single-item .item .sku {
  border: 1px solid #c4903a;
  display: inline-block;
  padding: .4em 1em;
  margin: 0; }
.single-item .item .content {
  margin: 2em 0 2.5em; }
.single-item .item .btn-contact {
  background-color: #331919;
  color: white;
  border: 0;
  padding: .6em 1em;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 1.2em; }

@media screen and (min-width: 769px) {
  .single-item .item {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3; }
    .single-item .item .db-page-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .single-item .item .db-page-overlay .db-product-content {
        height: 6000px;
        background-color: #ffffff; }
      .single-item .item .db-page-overlay .db-gallery-wrapper {
        background-color: #f3f3f3; } }
@media (max-width: 768px) {
  .single-item .item {
    background-color: #f3f3f3; }
    .single-item .item .db-page-overlay {
      display: none; }
    .single-item .item .db-product-center {
      padding: 1em .3em 2.5em; }
    .single-item .item .title {
      margin: .6em 0;
      font-size: 1.8em;
      line-height: 1.3em;
      display: none; }
    .single-item .item .sku {
      margin-top: 2em; }
    .single-item .item .btn-contact {
      padding: .8em 1em; }

  .wrap-button + .wrap-button {
    display: none; } }
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #331919;
  color: #ffffff; }
  .modal.right .modal-content .modal-body {
    padding: 15px 15px 40px; }
  .modal.right .modal-content .db-close {
    background-color: transparent;
    border: 0;
    position: fixed;
    top: .3em;
    left: .3em;
    color: #ffffff;
    font-size: 3em;
    transform: rotate(135deg);
    z-index: 99; }
  .modal.right .modal-content .content {
    width: 100%;
    padding: 3em 1.5em 0; }
    .modal.right .modal-content .content .title {
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 1em; }
      .modal.right .modal-content .content .title span {
        font-weight: 400;
        font-size: .8em;
        display: block; }
.modal.right.fade .modal-dialog {
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }
.modal.right.fade.in .modal-dialog {
  right: 0; }

@media (min-width: 768px) {
  .modal.right .modal-dialog {
    width: 500px; }
  .modal.right.fade .modal-dialog {
    right: -500px; }
  .modal.right .modal-content .content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 3em 4em; }

  .db-site-content {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    body.modal-open .db-site-content {
      -webkit-filter: blur(6px);
      filter: blur(6px); } }
@media (max-width: 768px) {
  .modal.right .modal-content .db-close {
    top: .25em;
    right: 0.25em;
    left: auto;
    font-size: 4em; } }
.db-container-product,
.latest-project {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

div.product-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1em; }
  div.product-wrap > div {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
    padding: 2em 1.5em 1.5em; }
  div.product-wrap img {
    width: 85%;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  div.product-wrap .title {
    margin: 1.5em 0 .5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  div.product-wrap .sku {
    margin: 0 0 0 0;
    border: 0;
    display: block;
    padding: 0;
    color: #372910; }
  div.product-wrap .icon {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    color: #c4903a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  div.product-wrap:hover img {
    transform: scale(1.1); }
  div.product-wrap:hover .title {
    color: #c4903a; }
  div.product-wrap:hover .icon {
    background-color: #c4903a;
    color: #ffffff; }

@media (min-width: 991px) {
  div.product-wrap:nth-child(3n+1) {
    float: right !important;
    clear: both !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  div.product-wrap:nth-child(2n+1) {
    float: right !important;
    clear: both !important; } }
@media (max-width: 768px) {
  div.product-wrap {
    padding: .5em 1em; } }
.db-gallery figure {
  padding: 3px; }

@media (max-width: 768px) {
  .db-gallery-wrapper {
    padding: 0 !important; }
    .db-gallery-wrapper.pull-left {
      float: none !important; }

  .db-gallery figure {
    padding: 0 1em; } }
.db-extra-product .db-extra {
  padding: 1em .5em .5em;
  margin-bottom: 1.5em;
  border: 1px solid #c4903a;
  text-align: center; }
  .db-extra-product .db-extra:last-child {
    margin-bottom: .5em; }
  .db-extra-product .db-extra .db-extra-inner {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(196, 144, 58, 0.5); }
    .db-extra-product .db-extra .db-extra-inner:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0; }
.db-extra-product .db-extra-title {
  margin: 0 1em .5em;
  font-size: 1em;
  font-weight: 400; }
.db-extra-product .db-extra-gallery figure {
  flex-direction: column;
  padding: .5em; }

.content + .db-extra-product,
.wrap-button + .db-extra-product {
  margin-bottom: 1.5em; }

.content + .wrap-button + .db-extra-product {
  margin-top: 1.5em; }

.products-cat {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .products-cat .db-product-cat-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px; }
    .products-cat .db-product-cat-box .db-product-cat {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
      padding: 1em;
      background-color: #ffffff;
      box-shadow: inset 0 0 0 3px white; }
      .products-cat .db-product-cat-box .db-product-cat .db-cat-img {
        width: 20%; }
      .products-cat .db-product-cat-box .db-product-cat .db-cat-name {
        width: 80%;
        color: #c4903a;
        font-weight: 400;
        font-size: 1.3em;
        text-align: center; }
      .products-cat .db-product-cat-box .db-product-cat.active, .products-cat .db-product-cat-box .db-product-cat:hover, .products-cat .db-product-cat-box .db-product-cat:focus {
        box-shadow: inset 0 0 0 3px #c4903a; }
  .products-cat.products-cat-widget .db-product-cat-box .db-product-cat {
    padding: 1.5em 1.5em 1em 1.5em; }
    .products-cat.products-cat-widget .db-product-cat-box .db-product-cat .db-cat-img {
      width: 100%; }
    .products-cat.products-cat-widget .db-product-cat-box .db-product-cat .db-cat-name {
      width: 100%;
      margin-top: .8em;
      font-size: 1.45em; }

.products-cat-archive {
  background-color: #f3f3f3;
  padding: 2em 0; }

@media (max-width: 768px) {
  .products-cat {
    padding: 0 7.5px; }
    .products-cat .db-product-cat-box {
      padding: 7.5px; }
      .products-cat .db-product-cat-box .db-product-cat {
        padding: .75em;
        box-shadow: inset 0 0 0 2px white; }
        .products-cat .db-product-cat-box .db-product-cat.active, .products-cat .db-product-cat-box .db-product-cat:hover, .products-cat .db-product-cat-box .db-product-cat:focus {
          box-shadow: inset 0 0 0 2px #c4903a; }
        .products-cat .db-product-cat-box .db-product-cat .db-cat-name {
          font-size: 1.1em; }
    .products-cat.products-cat-widget {
      padding: 0 7.5px; }
      .products-cat.products-cat-widget .db-product-cat-box {
        padding: 7.5px; }
        .products-cat.products-cat-widget .db-product-cat-box .db-product-cat {
          padding: .75em; }
          .products-cat.products-cat-widget .db-product-cat-box .db-product-cat .db-cat-name {
            font-size: 1.22em; }

  .products-cat-archive {
    padding: 15px 0; } }
/* Post */
.post-wrap.post {
  padding-top: 1.3em;
  padding-bottom: 1.3em; }
  .post-wrap.post:first-child {
    padding-top: 1em; }
  .post-wrap.post .title {
    margin: .2em 0 .6em; }
  .post-wrap.post .read-more {
    border: 0;
    color: white;
    font-size: .9em;
    font-weight: 400;
    padding: .4em 1.2em;
    background-color: #c4903a;
    margin-top: .7em;
    display: inline-block; }

@media (min-width: 768px) {
  .post-wrap.post {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #f0f0f0; }
    .post-wrap.post:nth-child(even) .post-thumb {
      float: left; }
    .post-wrap.post:last-child {
      border-bottom: 0; } }
@media (max-width: 768px) {
  .post-wrap.post .title {
    margin: .6em 0 .4em; } }
.single-post .post .title {
  margin: .5em 0 .4em;
  font-size: 2.074em;
  font-weight: 300; }
.single-post .post footer {
  margin-top: 1em;
  color: #c4903a; }
  .single-post .post footer span {
    font-weight: 400; }

@media (max-width: 768px) {
  .single-post .post .title {
    margin: .3em 0 .2em; } }

/*# sourceMappingURL=style.css.map */
