/*
Theme Name:     Hestia Child Theme
Author:         Office im Griff
Author URI:     https://officeimgriff.ch
Description:    Child theme for Hestia theme.
Version:        1.0.0
Text Domain:    hestia-child
Template:       hestia
*/

:root {
  --primary: #1ba3a3;
  --dark: #323437;
  --dark-2: #33302c;
}

.section-image:after {
  background-color: transparent;
}

.hestia-bottom-footer-content .footer-menu {
  display: none;
}
.hestia-bottom-footer-content .copyright.pull-right {
  float: none !important;
}

.header-contact-item .header-icon {
  margin-right: 6px;
}

.about,
.hestia-about {
  padding: 0 !important;
}
.carousel span.sub-title {
  font-size: 28 px;
}

footer.footer.footer-black {
  background: var(--dark-2);
}

.hestia-top-bar,
.hestia-top-bar .widget.widget_shopping_cart .cart_list {
  background-color: var(--dark-2) !important;
}
.hestia-top-bar .pull-left {
  float: none !important;
}
.hestia-top-bar .top-widgets-placeholder {
  display: none !important;
}

.carousel .buttons {
  margin-top: 46px;
}

.pea_cook_wrapper.pea_cook_bottomcenter {
  background-color: var(--primary) !important;

  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 5px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.pea_cook_wrapper p {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
    'Helvetica Neue', sans-serif;
}

button#pea_cook_btn {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto,
    'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px;
  /* margin: 0; */
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1;
  color: var(--dark-2);
  margin: 10px !important;
  background-color: white;
}

button#pea_cook_btn:hover {
  background-color: var(--dark-2);
  color: white;
}

@media (max-width: 991px) {
  .hestia-features .row,
  .features .row,
  .hestia-about .row,
  .about .row,
  .products .row,
  .hestia-work .row,
  .work .row,
  .hestia-team .row,
  .team .row,
  .pricing .row,
  .hestia-testimonials .row,
  .testimonials .row,
  section.hestia-blogs .row,
  .contactus .row {
    padding: 0 !important;
  }
  .hestia-top-bar .pull-left.col-md-6 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hestia-top-bar {
    display: none;
  }

  .navbar.header-with-topbar {
    position: absolute;
    top: 0;
  }

  .navbar.navbar-fixed-top.header-with-topbar:not(.navbar-scroll-point)
    .navbar-collapse {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .hestia-top-bar .pull-left.col-md-6 {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .hestia-features .row,
  .hestia-about .row,
  .products .row,
  .hestia-work .row,
  .hestia-team .row,
  .pricing .row,
  .hestia-testimonials .row,
  section.hestia-blogs .row,
  .contactus .row {
    padding: 0 !important;
  }
}
