/*
 Theme Name: Green Market Child
 Theme URI:  (generated)
 Description: Child theme of Green Market — inherits everything from the parent theme.
 Author: Generated
 Template: green-market
 Version: 1.0
 Text Domain: green-market-child
*/

/* overwrites */
.services-box > div > div {
  background: var(--wp--preset--color--extra-secondary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-slider .owl-dots {
  bottom: 35px;
}

.wp-block-column {
  word-break: unset;
}

/* custom */
.container {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 1260px) {
  .main-slider .owl-dots {
    bottom: 50px;
  }
  .menu-header ul > li.hide_1 {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .menu-header ul > li.hide_2 {
    display: none;
  }
  :root {
    font-size: 0.9rem;
  }
  h2 {
    font-size: 2rem;
  }
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 780px) {
  .main-slider .owl-dots {
    bottom: 70px;
  }
  .menu-header ul > li.hide_3 {
    display: none;
  }
  h3 {
    font-size: 1.5rem;
  }
}