/*
Theme Name: kmb-wptheme-child
Theme URI:
Author: Darryl Tait
Author URI:
Description: A child theme of kmb designed for a business site
Template: kmb-wptheme
Version: 1.0.0


*/

:root {
  /* --primary: purple; */
}

/* .post-categories {
  display: flex;
  justify-content: center;
  margin: 2rem auto -1rem;
} */
/* .category-servicepage .post-categories {
  top: 400px;
  left: 250px;
  color: red;
} */

/* @media (min-width: 768px) {
  .post-categories {
    position: absolute;
    top: 2rem;
    left: 2rem;
    margin-top: 0;
    z-index: 5;
  }
} */

.other-services {
  /* background-color: beige; */
}

.feature-box {
  /* width: 950rem; */
}
ul.sidebar-services-list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around; */
}

li.sidebar-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem;
}
li.sidebar-service h3 {
  color: var(--secondary);
}
li.sidebar-service h3:hover {
  color: var(--primary);
}
/* @media (min-width: 768px) {
  .services-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
} */

.feature-box h2 {
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .feature-box h2 {
    margin-top: -1rem;
  }
}

p#sold {
  color: red;
  margin-top: -55px;
  font-size: 20px;
}
