/*------------- #WIDGETS --------------*/ /*------------- #VARIABLES --------------*/ /*    DBeaver-Color Fixtures */
.db--ginger {
  background-color: #b24324;
}

.db--brown {
  background-color: #9b442a;
}

.db--dark-primary {
  background-color: #7e7265;
}

.db--dark {
  background-color: #382923;
}

.db--red {
  background-color: #d03e16;
}

.db--orange {
  background-color: #b4401e;
}

.db--default {
  background-color: #a8958a;
}

/* DBeaver Font sizes */
/*------------- #W-INFO --------------*/
.w-info .logo-title, .w-info .logo-sub-title {
  display: inline-block;
}
.w-info .site-logo {
  margin-bottom: 30px;
}
.w-info p {
  margin-bottom: 40px;
}
.w-info .logo-title {
  margin-right: 20px;
  font-size: 45px;
}
.w-info .logo-sub-title {
  color: #a1b7d2;
}
.w-info .learn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.widget-title {
  margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 640px) {
  .w-info .learn-more {
    font-size: 12px;
  }
}
/*------------- #W-FOLLOW --------------*/
.w-follow ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  font-weight: 700;
}
.w-follow ul li a {
  display: inline-block;
}
.w-follow .utouch-icon {
  color: #6987ab;
  fill: #6987ab;
  height: 14px;
  width: 14px;
}

svg.utouch-icon {
  transition: all 0.3s ease;
  width: 32px;
}

/*------------- #W-CONTACTS --------------*/
.w-contacts .btn {
  margin: 20px 0;
}
.w-contacts .socials {
  margin-top: 25px;
}
.w-contacts #map {
  margin: 0 -40px 35px;
}
.w-contacts .info-wrap .info {
  display: block;
}

.contact-item {
  margin-bottom: 5px;
}
.contact-item .utouch-icon {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.contacts-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
}

.w-contacts--style2 .contact-item {
  margin-bottom: 15px;
}
.w-contacts--style2 .contact-item .utouch-icon {
  height: 44px;
  min-width: 44px;
  margin-right: 30px;
}
.w-contacts--style2 .info {
  font-weight: 700;
  color: #516e90;
}
.w-contacts--style2 .info span {
  font-weight: 300;
}

#map {
  min-width: 100%;
  height: 220px;
  margin-bottom: 40px;
}
#map > iframe {
  width: 100%;
}

.sidebar .widget {
  padding: 20px 40px 40px;
  border-radius: 10px;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  margin-bottom: 40px;
}

.map--rounded {
  border-radius: 10px;
  box-shadow: 30px 0 100px rgba(0, 0, 0, 0.2);
  position: relative;
}
.map--rounded #map {
  height: 360px;
  margin-bottom: 60px;
}

.location-details {
  width: 260px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  max-width: 100%;
}
.location-details .contacts-text {
  font-size: 16px;
  font-weight: 700;
  color: #516e90;
  margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
  .sidebar {
    margin-top: 40px;
  }
}
@media (max-width: 580px) {
  .location-details {
    right: 0;
    padding: 15px;
  }
  .sidebar .widget {
    padding: 20px;
  }
  .w-contacts #map {
    margin: 0 -20px 40px;
  }
}
@media (max-width: 420px) {
  .location-details {
    display: none;
  }
}
/*------------- #W-SEARCH --------------*/
.w-search input {
  border-radius: 10px;
  padding-left: 30px;
  margin-bottom: 0;
}
.w-search .utouch-icon {
  height: 24px;
  width: 42px;
  top: 15px;
  padding-right: 0;
  border-right: none;
  fill: #d0d9e4;
  left: 15px;
}
.w-search .with-icon .utouch-icon {
  left: auto;
  right: 15px;
}

.widget.widget_search {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/*------------- #W-ABOUT --------------*/
.w-about .text-wrap {
  padding-bottom: 30px;
}
.w-about .text-wrap > *:last-child {
  margin-bottom: 0;
}

/*------------- #W.category-link --------------*/
.w-category .category-list {
  margin-top: 30px;
}
.w-category .category-list li {
  margin-bottom: 0;
}
.w-category .category-list a {
  display: block;
  padding: 9px 0 0 30px;
  position: relative;
  font-size: 18px;
}
.w-category .category-list a:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background-color: #d6dfeb;
  left: 0;
  top: 0;
  position: absolute;
  transition: background-color 0.3s ease;
}
.w-category .category-list li:last-child a:before {
  border-radius: 0 0 3px 3px;
}
.w-category .category-list li:first-child a:before {
  border-radius: 3px 3px 0 0;
}
.w-category .category-list li:hover .cat-count {
  color: #fff;
}
.w-category .cat-count {
  font-size: 11px;
  font-weight: 700;
  color: #6987ab;
  background-color: #e6eff9;
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 1;
  margin-left: 20px;
  transition: all 0.3s ease;
  position: relative;
  top: -2px;
}

.widget_categories a:hover {
  margin-left: 3px;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .w-category .cat-count {
    margin-left: 10px;
  }
  .w-category .category-list a {
    font-size: 13px;
  }
}
/*------------- #W-TAGS --------------*/
.fullpage-sidebar {
  padding: 0 20px;
}

.sidebar .widget.w-tags {
  padding: 20px 32px 20px;
  box-shadow: 0 0 15px 0 #ccc;
  background-color: white;
  border-radius: 15px;
  /*padding:0;
  border:0;
  box-shadow: none;;*/
}

.w-tags {
  overflow: hidden;
}
.w-tags .tags-list {
  margin-left: -10px;
  margin-bottom: -12px;
  float: left;
}
.w-tags .tags-list li {
  margin-left: 10px;
  margin-bottom: 12px;
  float: left;
}
.w-tags a {
  padding: 13px 14px 11px;
  /*font-size: 10pt !important;*/
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #d6dfeb;
  border-radius: 50px;
  transition: all 0.3s ease;
  color: #372c28;
  display: block;
  line-height: 1;
}
.w-tags a:hover, .w-tags a.active {
  color: #fff;
  background-color: #372c28;
  /*box-shadow: 10px 0 30px rgba(0,131,255,0.3);*/
}

.tags-inline {
  margin-top: 6px;
}
.tags-inline li {
  margin-bottom: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .w-tags a {
    padding: 10px 20px;
  }
}
@media (max-width: 560px) {
  .w-tags a {
    font-size: 11px;
  }
}
/*------------- #W-POPULAR-PRODUCTS --------------*/
.w-popular-products .product-item-thumb img {
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
}
.w-popular-products .swiper-container {
  padding-bottom: 50px;
}
.w-popular-products .product-item {
  padding: 0;
}
.w-popular-products .product-item:hover {
  background: transparent;
}
.w-popular-products .square-colored::before {
  display: none;
}
.w-popular-products .product-item-thumb {
  margin-bottom: 40px;
}

/*------------- #W-EVENTS --------------*/
.event-day {
  margin: 0 auto 40px;
  border-radius: 30px;
  background-color: #d6cdc8;
  padding: 11px 14px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #6987ab;
  display: table;
}

.w-events .event-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbe3ec;
}
.w-events .event-item:last-child {
  border-bottom: none;
}
.w-events .author-info,
.w-events .author-info-wrap {
  overflow: hidden;
}

/*------------- #W-LATEST-MEMBERS --------------*/
.members-list {
  margin: 35px 0;
}
.members-list a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15);
  overflow: hidden;
  display: block;
}
.members-list li {
  display: inline-block;
  margin-right: 8px;
}
.members-list li:last-child {
  margin-right: 0;
}

/*------------- #W-AUTHOR --------------*/
.w-author {
  margin-top: 100px;
}
.w-author .testimonial-img-author {
  width: 120px;
  height: 120px;
  margin-top: -100px;
  position: relative;
  overflow: visible;
  margin-bottom: 35px;
}
.w-author .testimonial-img-author img {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 10px 0 30px rgba(18, 25, 33, 0.15);
}
.w-author .testimonial-img-author .socials {
  position: absolute;
  left: 100%;
  bottom: 5px;
  margin: 0;
  width: 100%;
}
.w-author .testimonial-img-author .socials .social__item {
  margin-left: 10px;
}
.w-author .btn {
  margin-top: 10px;
}
.w-author .title {
  margin-bottom: 20px;
  display: block;
}

/*================= Responsive Mode ============*/
@media (max-width: 460px) {
  .w-author .testimonial-img-author .socials {
    position: relative;
    left: auto;
  }
}
/* Widget Instagramm */
.w-instagramm {
  overflow: hidden;
}

.w-instagramm__a {
  float: left;
  text-align: center;
  position: relative;
}

.w-instagramm__a a {
  display: block;
}

.w-instagramm__a img {
  width: 100%;
  height: auto;
}

.w-instagramm-padding .w-instagramm__a {
  padding: 5px;
}

.w-instagramm-padding .w-instagramm__wrap {
  margin: 0 -5px;
}

.w-instagramm--1-col .w-instagramm__a {
  width: 100%;
}

.w-instagramm--2-col .w-instagramm__a {
  width: 50%;
}

.w-instagramm--3-col .w-instagramm__a {
  width: 33.33%;
}

.w-instagramm--4-col .w-instagramm__a {
  width: 25%;
}

.w-instagramm--5-col .w-instagramm__a {
  width: 20%;
}

.w-instagramm--6-col .w-instagramm__a {
  width: 16.66%;
}

.w-instagramm--7-col .w-instagramm__a {
  width: 14.28%;
}

.w-instagramm--8-col .w-instagramm__a {
  width: 12.5%;
}

.w-instagramm--9-col .w-instagramm__a {
  width: 11.11%;
}

.w-instagramm--10-col .w-instagramm__a {
  width: 10%;
}

.w-latest-news .dbeaver-homepage-news {
  /*    position: relative;

      min-height: 150px;
      */
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list {
  display: flex;
  flex-flow: row wrap;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list li {
  flex: 1 1 0px;
  min-width: 220px;
  padding: 0 9px;
  margin-bottom: 9px;
}
@media (min-width: 1000px) {
  .w-latest-news .dbeaver-homepage-news #latest .latest-news-list li:first-child {
    padding-left: 0;
  }
  .w-latest-news .dbeaver-homepage-news #latest .latest-news-list li:last-child {
    padding-right: 0;
  }
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item {
  -webkit-box-shadow: 0 0 15px 0 #ccc;
  -moz-box-shadow: 0 0 15px 0 #ccc;
  box-shadow: 0 0 15px 0 #ccc;
  background-color: white;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info {
  padding: 32px 32px 16px;
  min-height: 108px;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info * {
  margin: 0 !important;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info .post__title a {
  font-family: "Fjalla One", "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #382923;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info .post__title a:hover {
  color: #d03e16;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info > .post__date {
  padding-top: 9px;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item header .post-additional-info > .post__date time {
  font-family: "Roboto", "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #d03e16;
  padding-bottom: 9px;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary {
  padding: 0 32px 0px;
  line-height: 1.25;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary p:last-child, .w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary img:last-child {
  margin: auto 0 0;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary p:last-child img, .w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary img:last-child img {
  margin-bottom: 0;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary p:first-child, .w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item section.post-summary img:first-child {
  margin: 0 0 1.5em 0;
}
.w-latest-news .dbeaver-homepage-news #latest .latest-news-list .latest-news-item footer {
  padding: 9px 32px 12px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.uwp_widget_author_box {
  display: none;
}

.sidebar .widget.widget_block {
  padding: 0;
  box-shadow: none;
}
.sidebar .widget.widget_block .is-search-form {
  display: flex;
}
.sidebar .widget.widget_block .is-search-form label:first-child {
  flex-grow: 1;
}
.sidebar .widget.widget_block .is-search-form .is-screen-reader-text {
  display: none;
}
.sidebar .widget.widget_block .is-search-form button {
  background: transparent;
}

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