/* 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 {
  background-color: #eeeeee;
  font-weight: 400;
  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 {
  margin-top: 1.4em;
  margin-bottom: .6em;
  font-weight: 400; }

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: #f98f29; }
  .highlight a:hover {
    color: inherit; }

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

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

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  margin: .4em 0 0 0;
  font: inherit;
  border: 1px solid #bababa;
  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,
  textarea:focus,
  textarea:active {
    border-color: #690020; }
  .single-item input[type=text], .single-item
  input[type=number], .single-item
  input[type=tel], .single-item
  input[type=email], .single-item
  textarea {
    color: white; }

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

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-size: 18px; }

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

@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; } }
.single-portfolio .db-content {
  padding-bottom: 1em; }
.single-post .db-content {
  padding-top: 1.3em; }
.home .db-content {
  padding-top: 0; }

article.post {
  margin: 2em 0 1em; }

.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: .5em 0; }
    .db-content h2, .db-content h3, .db-content h4, .db-content h5 {
      margin-top: 1.3em;
      font-size: 1.5em; }

  article.post {
    margin: .5em 0 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: #690020;
      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: #690020; }
  #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: #690020;
      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: #ffad47;
      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: #ffad47;
        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: #f98f29;
        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: #f98f29; }
  #header .wrapper-nav .db-header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 15px;
    right: 0;
    background-color: #f98f29;
    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;
    box-shadow: none;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    .navbar li:hover > ul > li:hover > a,
    .navbar li.focus > ul > li:hover > a {
      color: #f98f29; }
    .navbar li:hover > ul a,
    .navbar li.focus > ul a {
      font-size: 1.1em; }

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

  /* End accessibility */ }
@media (min-width: 768px) and (max-width: 1220px) {
  .mobile .db-header-sticky {
    padding: 0 15px; } }
@media (max-width: 768px) {
  .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: #f98f29; }
    .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: #f98f29;
    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; } }
.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 .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: #690020;
    color: #ffffff;
    z-index: 98;
    text-align: center;
    font-size: 1.2em;
    line-height: 2.2em;
    bottom: 12px;
    right: 12px;
    width: 2.8em;
    height: 2.8em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 2.8em;
    -webkit-box-shadow: 0 6px 20px -5px black;
    box-shadow: 0 6px 20px -5px black; }
    .db-quick-call i {
      padding-left: .5em; }
    .db-quick-call .db-label {
      display: none; }
    .db-quick-call .db-icon {
      margin-left: 1px;
      position: relative;
      top: -1px;
      width: 30px; }
    .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 */
.pagination-wrapper {
  text-align: center;
  direction: ltr;
  clear: both; }
  .pagination-wrapper .pagination {
    margin: 2em 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: 0;
    background-color: #ffffff; }
    .pagination-wrapper .page-numbers:hover, .pagination-wrapper .page-numbers.current {
      border-color: #690020;
      color: #f98f29; }
    .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
      border-color: #690020;
      width: auto;
      font-weight: 400;
      height: 35px;
      border-radius: 40px;
      padding-right: 15px;
      padding-left: 15px;
      background-color: transparent; }
      .pagination-wrapper .page-numbers.next:hover, .pagination-wrapper .page-numbers.prev:hover {
        color: #f98f29; }
  .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; } }
@media (max-width: 768px) {
  .pagination-wrapper .pagination {
    margin: 2em 0; } }
.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; }

  .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: #690020;
  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, #690020, #f98f29);
  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, #690020, #ffc15b);
    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 #690020;
  display: inline-block;
  padding: .4em 1em;
  margin: 0; }
.single-item .item .content {
  margin: 2em 0 2.5em; }
.single-item .item .btn-contact {
  background-color: #f98f29;
  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: #f98f29;
  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; } }
div.product-wrap {
  padding: 1em; }
  div.product-wrap > div {
    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 0em 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: #690020;
    -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: #690020; }
  div.product-wrap:hover .icon {
    background-color: #690020;
    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 #690020;
  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; }

/* 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: #690020;
    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: #690020; }
  .single-post .post footer span {
    font-weight: 400; }

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

.db-page-content {
  padding: 2em 0; }
  .db-page-content h1:first-child, .db-page-content h2:first-child, .db-page-content h3:first-child, .db-page-content h4:first-child, .db-page-content h5:first-child {
    margin-top: 0; }

.page-content {
  padding: 1em; }

@media (max-width: 768px) {
  .db-page-content {
    padding: 1em 0; } }
.db-header-top {
  background-color: #690020;
  color: #ffffff;
  padding: .2em 0; }
  .db-header-top a:hover {
    color: #f98f29; }
  .db-header-top .db-box .db-icon {
    width: 18px;
    margin-left: .2em; }
  .db-header-top .db-box span {
    font-size: .9em; }
  .db-header-top .db-box:nth-child(2) {
    text-align: center; }
  .db-header-top .db-box:nth-child(3) {
    text-align: left; }

@media (max-width: 768px) {
  .db-box {
    display: none; }
    .db-box.db-show-mobile {
      display: block;
      text-align: center;
      font-size: 1.1em; }
      .db-box.db-show-mobile a {
        display: block;
        margin: 0 -15px; } }
nav.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -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;
  z-index: 3;
  -webkit-box-shadow: 0 0px 1px 1px #eeeeee;
  box-shadow: 0 0px 1px 1px #eeeeee; }
  nav.navbar:hover {
    background-color: white; }
  nav.navbar .site-logo > a {
    display: block;
    line-height: 90px;
    margin-left: 2em; }
    nav.navbar .site-logo > a img {
      max-height: 50px;
      width: auto; }

.wrapper-nav {
  background-position: center center;
  background-size: cover;
  height: 350px;
  max-height: 70vh; }
  .home .wrapper-nav {
    height: 600px; }

.navbar-nav.nav li > a {
  padding: 1em 1.2em;
  line-height: 50px; }
  .navbar-nav.nav li > a:hover, .navbar-nav.nav li > a:focus {
    color: #f98f29;
    background-color: transparent;
    border-color: #f98f29; }
.navbar-nav.nav li.active > a {
  color: #f98f29;
  background-color: transparent;
  border-color: #f98f29; }
.navbar-nav.nav ul.dropdown-menu {
  font-size: 1em; }
  .navbar-nav.nav ul.dropdown-menu li > a {
    padding: .4em 1.2em;
    line-height: 50px;
    font-size: .9em; }

@media (min-width: 768px) {
  .navbar-nav.nav {
    float: left; }
    .navbar-nav.nav .db-dropdown-menu {
      display: none; } }
@media (max-width: 768px) {
  nav.navbar .site-logo > a {
    display: inline-block; }

  .wrapper-nav {
    height: 200px; }
    .home .wrapper-nav {
      height: 400px; }

  .navbar-nav.nav li.menu-item-has-children {
    position: relative; }
    .navbar-nav.nav li.menu-item-has-children .desk {
      display: none; }
    .navbar-nav.nav li.menu-item-has-children ul.dropdown-menu {
      padding-right: 1.5em;
      font-size: .9em; }
      .navbar-nav.nav li.menu-item-has-children ul.dropdown-menu a {
        line-height: 35px; }
  .navbar-nav.nav .db-dropdown-menu {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    width: 50px;
    background-color: transparent;
    border: 0;
    font-size: 1.4em; } }
nav.navbar.db-sticky-nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: white;
  -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; }
  nav.navbar.db-sticky-nav:hover {
    background-color: white; }

.db-page-header {
  padding: 1em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f98f29;
  color: #ffffff;
  text-align: center; }
  .db-page-header h1 {
    margin: 0;
    font-size: 2.6em; }
  .db-page-header h2 {
    margin: 0 0 .6em;
    font-weight: 300; }
  .home .db-page-header {
    padding: 2em; }
  .db-page-header .db-title-and-desc h1 {
    margin: 0 0 .4em; }

@media (max-width: 768px) {
  .db-page-header {
    padding: .5em;
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    transform: translateY(-35px);
    margin-bottom: -35px; }
    .db-page-header h1 {
      margin: 0;
      font-size: 1.6em; }
    .db-page-header h2 {
      margin: 0 0 .6em;
      font-weight: 300; }
    .home .db-page-header {
      padding: 1em; }
      .home .db-page-header h1 {
        font-size: 2em; } }
@media (max-width: 768px) {
  nav.navbar {
    background-color: #ffffff; }
    nav.navbar .navbar-header {
      padding: .2em .5em .4em; }
    nav.navbar .site-logo > a {
      line-height: 60px; }
      nav.navbar .site-logo > a img {
        max-height: 37px; }
    nav.navbar .navbar-nav.nav li > a {
      padding: .2em 1em;
      line-height: 40px;
      font-size: 1.05em; }

  nav.navbar .navbar-toggle {
    z-index: 99;
    width: 31px;
    font-size: 0;
    height: 30px;
    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: 12px;
    left: 8px;
    overflow: hidden;
    border-radius: 0;
    display: block !important;
    margin-left: 0; }
    nav.navbar .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: #f98f29; }
      nav.navbar .navbar-toggle span:nth-child(1) {
        top: 0; }
      nav.navbar .navbar-toggle span:nth-child(2) {
        top: 10px; }
      nav.navbar .navbar-toggle span:nth-child(3) {
        top: 21px; }
    nav.navbar .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); }
    nav.navbar .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    nav.navbar .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); }
  nav.navbar .navbar-content {
    background-color: #eeeeee; } }
.site-footer {
  background-color: #eeeeee; }
  .site-footer .footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .site-footer .db-contact-info {
    padding: 1.8em;
    background-color: #ffffff; }
    .site-footer .db-contact-info .db-line {
      position: relative;
      margin-bottom: 1em;
      padding-right: 1.4em;
      font-size: 1.15em; }
      .site-footer .db-contact-info .db-line .db-icon {
        margin-left: .4em;
        position: absolute;
        top: 6px;
        right: 0; }
      .site-footer .db-contact-info .db-line:last-child {
        margin-bottom: 0; }
  .site-footer .db-map .iframe-wrapper {
    margin: 0 -15px -8px; }
    .site-footer .db-map .iframe-wrapper iframe {
      width: 100%;
      max-width: 100%;
      padding: 0;
      border: 0; }
  .site-footer .credit {
    padding: 2em 1em;
    text-align: center;
    font-style: italic; }

@media (max-width: 768px) {
  .site-footer .db-contact-info {
    padding: 1em;
    width: 100%; }
    .site-footer .db-contact-info .db-line {
      margin-bottom: 1em;
      font-size: 1.05em;
      padding-right: 1.8em; }
  .site-footer .db-map {
    width: 100%; }
  .site-footer .credit {
    padding: 1em; } }
.db-benefits {
  margin: 2em -.6em 2.5em -1.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

div.benefit-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1em 2em; }
  div.benefit-box .benefit-inner {
    width: 100%;
    position: relative;
    border: 2px solid #f98f29; }
    div.benefit-box .benefit-inner .benefit-icon {
      position: absolute;
      top: 50%;
      right: -30px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #eeeeee;
      padding: 1em 0; }
      div.benefit-box .benefit-inner .benefit-icon .db-icon {
        width: 60px; }
    div.benefit-box .benefit-inner .benefit-content {
      padding: 1.2em 2.5em 1.2em .9em; }
      div.benefit-box .benefit-inner .benefit-content .benefit-title {
        margin: 0 0 .1em;
        font-size: 2.5em;
        font-weight: 400; }
      div.benefit-box .benefit-inner .benefit-content .benefit-desc {
        font-size: 1.1em; }

@media (max-width: 768px) {
  .db-benefits {
    margin: 0; }

  div.benefit-box {
    width: 100%;
    padding: .5em 3em .5em 2em; }
    div.benefit-box .benefit-inner .benefit-icon {
      padding: .8em 0;
      right: -22px; }
      div.benefit-box .benefit-inner .benefit-icon .db-icon {
        width: 45px; }
    div.benefit-box .benefit-inner .benefit-content {
      padding: 1.1em 2em 1.1em 1.1em; }
      div.benefit-box .benefit-inner .benefit-content .benefit-title {
        font-size: 1.6em; }
      div.benefit-box .benefit-inner .benefit-content .benefit-desc {
        font-size: 1em; } }
article.service .product-content {
  margin: 2.5em 0; }
  article.service .product-content > div:first-child {
    margin-bottom: 3em; }
  article.service .product-content h1:first-child, article.service .product-content h2:first-child, article.service .product-content h3:first-child, article.service .product-content h4:first-child, article.service .product-content h5:first-child {
    margin-top: 0; }

@media (max-width: 768px) {
  article.service .product-content {
    margin: 1em 0; }
    article.service .product-content > div:first-child {
      margin-bottom: 1em; } }
.db-products-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .db-products-wrapper .db-products-title {
    width: 100%;
    margin: 0 0 .5em;
    text-align: center;
    font-size: 1.8em; }

.db-product-wrap {
  padding: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .db-product-wrap .product-inner {
    background-color: #ffffff;
    padding: 1.5em;
    text-align: center;
    width: 100%; }
    .db-product-wrap .product-inner .product-thumb {
      max-width: 80px;
      margin: .5em auto 1em;
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85);
      -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; }
    .db-product-wrap .product-inner .product-title {
      margin: 1.2em 0 .5em;
      font-weight: 400;
      font-size: 1.35em; }
    .db-product-wrap .product-inner .product-desc {
      margin-bottom: 0;
      font-size: .95em; }
    .db-product-wrap .product-inner:hover, .db-product-wrap .product-inner:focus {
      -webkit-box-shadow: inset 0 0 0 2px #f98f29;
      box-shadow: inset 0 0 0 2px #f98f29; }
      .db-product-wrap .product-inner:hover .product-thumb, .db-product-wrap .product-inner:focus .product-thumb {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .db-product-wrap .product-inner:hover .product-desc, .db-product-wrap .product-inner:focus .product-desc {
        color: #690020; }
  .db-product-wrap.db-hide-icon .product-title {
    margin: 0.5em 0 .5em; }
    .db-product-wrap.db-hide-icon .product-title:after {
      content: ' ';
      display: block;
      margin: .8em auto;
      width: 45px;
      height: 2px;
      background-color: #f98f29; }

@media (max-width: 768px) {
  .db-products-wrapper {
    padding: 0 .3em;
    margin: 1em 0 1.5em; }

  .db-product-wrap {
    padding: .3em !important; }
    .db-product-wrap .product-inner {
      padding: .8em; }
      .db-product-wrap .product-inner .product-thumb {
        max-width: 50px; }
      .db-product-wrap .product-inner .product-title {
        margin: .8em 0 .4em; } }
.db-banner {
  margin: 2em 0 1em; }
  .db-banner .banner-mobile {
    display: none; }

@media (max-width: 768px) {
  .db-banner {
    margin-top: 0em; }
    .db-banner .banner-desktop {
      display: none; }
    .db-banner .banner-mobile {
      display: block; } }
.db-about-content h1:first-child, .db-about-content h2:first-child, .db-about-content h3:first-child, .db-about-content h4:first-child, .db-about-content h5:first-child {
  margin-top: 0; }

.db-form-contact .db-form-title {
  margin-top: 0; }

.db-form textarea {
  height: 80px; }

@media (min-width: 768px) {
  .db-about-content {
    padding-left: 3em !important; } }
@media (max-width: 768px) {
  .db-form-contact {
    margin: 2em 0 1em; } }
.embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.db-video-btn {
  position: absolute;
  top: 25%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: transparent;
  border: 0; }
  .db-video-btn img {
    max-width: 4em; }

.db-modal-button {
  margin: 0 auto;
  display: block;
  border: 0;
  background-color: transparent; }

.db-modal-button:hover {
  background-color: transparent; }

.db-modal-button .db-button-icon {
  font-size: 100px;
  color: #fff;
  opacity: .95;
  text-shadow: 3px 2px 24px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s; }

.db-modal-button .db-button-icon:hover {
  opacity: .8;
  text-shadow: 3px 2px 30px rgba(0, 0, 0, 0.6); }

.db-video-modal-content {
  position: relative; }

.db-video-modal-content .close {
  position: absolute;
  top: -35px;
  color: white;
  opacity: 1;
  text-shadow: none;
  font-size: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .db-video-modal-content .close img {
    width: 20px; }

.db-video-modal-content .close:hover {
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin: 0; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent; }

@media screen and (min-width: 991px) {
  #db-video-modal .modal-dialog {
    width: 900px; } }
.modal.fade .modal-dialog {
  padding-top: 8%; }

@media (max-width: 768px) {
  .modal.fade .modal-dialog {
    padding-top: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

  .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1) translate(0, -50%);
    -moz-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    -o-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
    opacity: 1; } }
.db-social {
  margin: 2em 0; }
  .db-social a {
    display: inline-block;
    font-size: 1.2em;
    margin-left: .4em;
    background-color: #690020;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    color: #ffffff; }
    .db-social a:hover {
      background-color: #f98f29; }

@media (max-width: 768px) {
  .db-social {
    margin: 2em 0 0em;
    text-align: center; } }
.db-breadcrumb {
  margin-top: .6em;
  font-size: .9em;
  font-weight: 300; }
  .db-breadcrumb a:hover {
    color: #690020; }
  .db-breadcrumb i {
    margin: 0 .3em; }

@media (max-width: 768px) {
  .db-breadcrumb {
    margin-top: .3em; } }

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