/*

Theme Name: kmb-wptheme
Theme URI:
Author: Darryl Tait
Author URI:
Description: Theme designed for a business site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CSS Grid, Flexbox ready, mobile first, small business theme
Text Domain: kmb-wptheme

*/

:root {
  /* fonts */
  --mainFont: "Teko", sans-serif;
  --textFont: "Montserrat", sans-serif;
  /* colors */
  --primary: rgb(0, 130, 0);
  /* --primary: rgb(105, 189, 38); */
  /* --primary: rgb(95, 170, 34); */
  /* --primary: #ff5b00; */
  --secondary: #2f2f2f;
  --lightgray: #ebebeb;
  --white: #ffffff;
  --black: #000000;
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /* Now 10px = 1rem */
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: var(--textFont);
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3 {
  font-family: var(--mainFont);
  margin: 0.5rem 0;
  line-height: 1;
}
p {
  font-size: 1.6rem;
}
h1.kmb-text-primary {
  font-size: 6rem;
}
h2.kmb-text-primary {
  font-size: 4.8rem;
  color: var(--primary);
}
.kmb-text-primary h2 {
  font-size: 4.8rem;
  color: var(--primary);
}
h3.kmb-text-primary {
  font-size: 3.6rem;
}

/* Globals */
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Utilities */
.text-center {
  text-align: center;
}
.kmb-text-primary {
  color: var(--primary);
}
.section {
  padding: 3rem 0 1rem;
}

/* Header */
.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.logo-text {
  color: var(--white);
}
.logo a {
  text-decoration: none;
}
.site-header {
  background-color: var(--secondary);
  padding: 2rem;
  position: relative;
}

.front-pics {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  margin-top: 110px;
}

body.archive main.container {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .navigation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .front-pics {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
}
.menu {
  /* z-index: 60;
    background-color: tan;
    color: white;
    position: fixed;
    top: 0 px;
    right: 0px;
    width: 200px; */
  /* height: 300px; */
  /* transform: translateY(-100%); */
  margin-top: 10px;
}
a.nav-link span {
  color: green;
  font-size: 16px;
}

.mobilemenu {
  /* color: green; */
  /* background-color: var(--lightgray); */
  background-color: var(--primary);
  position: fixed;
  /* opacity: 0.5; */
  /* width: 50px;
    height: 300px; */
  /* padding: 50px 30px 30px 30px; */
  padding: 10px 20px 10px;
  transform: translateY(-100%);
  /* transform: translateY(-86px); */
  top: 0px;
  right: 0px;
  z-index: 50;
  transition: transform 0.3s ease;

  /* transform: translateX(100%); */
}
.mobilemenu ul li.menu-item {
  padding: 0;
  /* background-color: orange; */
  border-bottom: 1px solid white;
  width: 100px;
  text-align: center;
}

.mobilemenu ul li.menu-item a {
  color: white;
  display: block;
  padding: 5px 0;
}
.mobilemenu ul li.menu-item a:hover {
  color: var(--primary);
}
.show-nav {
  transform: translateY(66%);
  transition: transform 0.3s;
}
@media (min-width: 800px) {
  .show-nav {
    transform: translateY(66%);
    transition: transform 0.3s;
  }
}

button {
  background-color: var(--primary);
  border: 0;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
  z-index: 100;
}
button:focus {
  outline: none;
}
.toggle {
  /* background-color: rgba(0, 0, 0, 0.3); */
  position: absolute;
  top: 20px;
  right: 20px;
}
#menu-main-menu-1.show-nav {
  transform: translateY(0%);
}

/* Front Header */
/* body.home .site-header {
    height: 100vh;
    min-height: 65rem;
    padding-top: 2rem;
    color: white;
  } */

/* @media (min-width: 768px) {
    body.home .header-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(5, 1fr);
      height: 100%;
    }
    body.home .navigation-bar {
      grid-column: 1/5;
    }
  } */

/* html,
  body {
    height: 100%;
  } */

.tagline {
  color: var(--white);
  margin-top: 10rem;
}
@media (min-width: 768px) {
  .tagline {
    grid-column: 2/4;
    grid-row: 3/4;
    margin-top: 0;
  }
}

.tagline p {
  font-size: 2rem;
}

/* Menu */
/* .main-menu {
  display: none;
} */

/* .main-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* @media (min-width: 768px) {
  .main-menu {
    display: flex;
  }
  .main-menu .menu {
    display: flex;
  }
  .main-menu li {
    margin-right: 1.5rem;
  }
  .main-menu li:last-of-type {
    margin-right: 0;
  }
} */

/* /* .main-menu a {
  color: var(--white);
  font-size: 2rem;
  font-family: var(--mainFont);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 0.55rem;
} */
.main-menu a:hover {
  color: var(--primary);
}
.main-menu .current_page_item {
  border-bottom: 2px solid var(--primary);
}
*/

/* .navigation-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
/* Mobile menu */
@media (min-width: 768px) {
  /* .slicknav_menu {
    display: none;
  } */
}
.slicknav_btn {
  /* background-color: var(--primary); */
}

.slicknav_menu {
  /* background-color: var(--secondary); */
  /* display: flex;
    justify-content: center; */
}

/* .slicknav_nav a {
  font-size: 2rem;
  text-align: center;
  font-family: var(--mainFont);
}
.slicknav_nav a:hover {
  background-color: transparent;
  color: var(--primary);
} */

/* Footer */
.site-footer {
  padding: 1rem 0 2rem;
  border-top: 2px solid var(--lightgray);
}
.footer-content {
  /* display: flex;
    justify-content: center;
    align-items: center; */
}
/* body > footer {
    position: sticky;
    top: 100vh;
  } */

/* Page Template */
.container img.featured-image {
  /* margin-bottom: 3rem;
    border: 2px solid blue; */
  display: flex;

  margin: 0 auto;
  max-width: 75%;
}
.about {
  /* float: left; */
}
.about > p {
  margin: 0 0 0 15px;
  color: green;
}

.page.no-sidebar {
  max-width: 80rem;
  margin: 0 auto;
}
.page h1 {
  margin-bottom: 1rem;
  font-size: 6rem;
  margin-top: -1rem;
}

body.single-kmb_services .page-content {
  margin-top: 40px;
}

/* Page with Sidebars */
.page-content {
  margin-top: 62px;
}

@media (min-width: 768px) {
  .page.with-sidebar {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
  }
  .with-sidebar .page-content {
    flex: 0 0 calc(60% - 2rem);
  }
  .with-sidebar .sidebar {
    flex: 0 0 calc(40% - 2rem);
  }
  h2 {
    font-size: 4.8rem;
  }
}

/* Services list */
.services-list .project-entries {
  margin-top: 4rem;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.services-list a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .services-list .project-entries {
    margin-top: 4rem;
    width: 100%;
  }
}

.project-entries {
  width: 90%;
  margin: 25px auto;
}

@media (min-width: 768px) {
  .services-list,
  .project-entries {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.services-list,
.project-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 65px;
}

.card {
  /* margin-bottom: 1rem; */
}

.kmb-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(90% - 2rem);
  /* width: 45%; */
  border: none;
  /* margin: 0 auto 0rem; */
}

@media (min-width: 350px) {
  .kmb-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 calc(50% - 2rem);
    /* width: 45%; */
    border: none;
    /* margin: 0 auto 0rem; */
  }
  /* .card-content a h3 {
      margin: -2rem auto -1rem;
    } */
}

@media (min-width: 768px) {
  .kmb-card {
    flex: 0 0 calc(33% - 2rem);
    margin-bottom: 2.5rem;

    position: relative;
  }

  .gradient::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+81 */
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 81%,
      rgba(0, 0, 0, 0.4) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 81%,
      rgba(0, 0, 0, 0.4) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 81%,
      rgba(0, 0, 0, 0.4) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
  }
}

.kmb-card img {
  display: block;
}
.kmb-card .card-content {
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.kmb-card .card-content h3:hover {
  color: var(--primary);
}

@media (min-width: 768px) {
  .kmb-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 2rem;
    text-align: left;
  }
  .kmb-card .card-content h3:hover {
    color: var(--primary);
    /* color: orange; */
  }
}
/* .gradient:hover::after {
    background-color: purple;
  } */

li.menu-item a:hover {
  background-color: white;
  color: blue;
}
.kmb-card .card-content {
  color: var(--black);
}
@media (min-width: 768px) {
  .kmb-card .card-content {
    color: var(--white);
  }
}
.kmb-card .card-content p {
  color: var(--primary);
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
}

/* Categories */
.post-categories {
  display: flex;
  justify-content: center;
  margin: 2rem auto -1rem;
}

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

.post-categories li {
  margin-right: 2rem;
}
.post-categories li:last-of-type {
  margin-right: 0;
}

.post-categories a {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--primary);
  color: var(--white);
  font-size: 2rem;
  font-family: var(--mainFont);
}

/* Single class */
p.content-class {
  color: var(--secondary);
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  margin-top: 0;
}

/* Sidebar */
.sidebar a {
  color: var(--black);
}
.sidebar .widget {
  margin-bottom: 2rem;
}
.sidebar-service {
  margin-bottom: 2rem;
}

/* Gallery */
.gallery-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-gap: 2rem;
}

@media (min-width: 768px) {
  .gallery-images {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-images img {
  display: block;
}

.gallery-images li:nth-child(4) {
  grid-row: 2 / 4;
  grid-column: 2 / 3;
}

@media (min-width: 768px) {
  .gallery-images li:nth-child(4) {
    grid-row: 1/3;
    grid-column: 4/5;
  }
}

.gallery-images li:nth-child(7) {
  grid-row: 6/8;
  grid-column: 1/2;
}

@media (min-width: 768px) {
  .gallery-images li:nth-child(7) {
    grid-row: 2/4;
    grid-column: 2/3;
  }

  .blocks-gallery-item {
    border-radius: 15px;
  }
}

/* Contact Form */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wpcf7-form p label,
.wpcf7-form p span {
  flex: 0 0 100%;
}

.wpcf7-form p span {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control {
  flex: 0 0 100%;
  border: 1px solid var(--lightgray);
  padding: 1rem;
}

.wpcf7-submit {
  background-color: var(--primary);
  color: var(--white);
  font-family: var(--mainFont);
  font-size: 2rem;
  padding: 1.2rem;
  border: 0;
  border-radius: 8px;
  margin: 10px 0 -10px;
}

.wpcf7-submit:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  background-color: red;
  color: var(--white);
  text-align: center;
  cursor: pointer;
}

.sent .wpcf7-response-output {
  background-color: green;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
}

.wpcf7-spinner {
  background-color: white;
}
/* ABOUT PAGE form */
.about-form {
  background-color: rgb(240, 240, 242);
  padding: 10px;
  border-radius: 8px;
  margin: 15px 0 25px;
}
@media (min-width: 768px) {
  .about-form {
    margin: 0 0 25px;
  }
}

/* .wpcf7-form p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  } 
  
  .wpcf7-form p label,
  .wpcf7-form p span {
    flex: 0 0 100%;
  } 
  
  .wpcf7-form p span {
    display: flex;
    flex-wrap: wrap;
  } */

/* @media (max-width: 768px) {
    .wpcf7-form-control{
    flex: 0 0 100%;
    border: 1px solid var(--lightgray);
    color: green;
    padding: 1rem;
  }
  } */

/* Front page header */
/* body.home .site-header {
    height: 100vh;
    min-height: 65rem;
    padding-top: 2rem;
  } */

/* .front-page-header-box {
    height: 5rem;
    background-color: blue;
  } */

@media (min-width: 768px) {
  body.home .header-grid {
    display: grid;
  }
}
/* ABOUT PAGE */

/* Mobile version */
body.page-id-5 div.container {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  /* align-items: center; */
  /* width: 95%; */
  /* margin: 0 0 20px 35px; */
}
body.page-id-5 div.container img.about {
  /* border: 2px solid black; */
  display: block;
  margin: 0 auto 25px;
}

@media (max-width: 768px) {
  body.page-id-5 div.container img.about {
    margin-top: 55px;
  }
}

/* Larger screens */
@media (min-width: 1000px) {
  body.page-id-5 div.container {
    /* background-color: tan;
    display: inline-block;
    padding-right: 2rem; */
  }
  body.page-id-5 div.container img.about {
    /* border: 2px solid blue; */
    float: left;
    margin: 0 2rem 1.5rem 0;
  }
  .page-id-5 .page.with-sidebar {
    margin-top: 65px;
  }
}

/* child theme link styling */
.completed-line {
  font-size: 28px;
  font-family: var(--mainFont);
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  /* letter-spacing: 0.5px; */
}

.completed-line a {
  color: var(--primary);
  text-decoration: none;
}
.completed-line a:hover {
  color: black;
}

/* .feature-box {
    display: flex;
  } */

@media (min-width: 768px) {
}

.single p {
  padding: 2.5rem 2rem 2.5rem;
  text-align: center;
}

/* styling to push body copy in some on mobile */
p {
  /* color: blue; */
  padding: 0 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p {
    padding: 0;
  }
}

.desktop-footer {
  /* opacity: 0; */
  display: none;
}
@media (min-width: 768px) {
  .desktop-footer {
    /* display: flex; */
    /* margin: 0 auto; */
    /* opacity: 1; */
    /* display: block; */
    display: flex;
    justify-content: center;
  }
  .desktop-footer a {
    color: black;
  }
}

.phonenumber {
  background-color: var(--primary);
  /* width: 50%; */
  display: flex;
  justify-content: center;
  padding: 0.5rem 2rem;
  border-radius: 8px;
  /* border: 1px solid black; */
}
a .phonenumber {
  color: white;
}

.mobile-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin: 1.5rem 0 0rem;
}
@media (min-width: 768px) {
  .mobile-footer {
    /* opacity: 0; */
    display: none;
  }
}
.mobile-footer .copyright {
  display: flex;
  justify-content: center;
}
.mobile-footer .copyright a {
  color: black;
}

.projects-list {
  display: flex;
  justify-content: space-between;
  border: 1px solid blue;
  width: 300px;
}

h3.text-primary a:hover {
  color: var(--primary);
}

@media (min-width: 768px) {
  .sidebar-projects-list {
    /* display: inline-block; */
    display: flex;
    justify-content: center;
  }
}
.sidebar-projects-list a {
  text-decoration: none;
}
aside.sidebar ul {
  /* display: inline-block; */
  margin: 0 30px;
  /* background-color: gray; */
  flex: 0 0 calc(60% - 2rem);
}
aside.sidebar h2 {
  margin: 20px auto 5px;
}

.similar-projects {
  display: flex;
}

.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 90%; */
  /* margin: 0 auto; */
}
@media (min-width: 768px) {
  .service-container {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background-color: gray; */
  }
}
.service-item {
  margin: 5px;
  /* width: 50%; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* flex: 0 0 calc(50% - 2rem); */
  color: var(--black);
}
.service-item:hover {
  color: var(--primary);
}
@media (min-width: 768px) {
  .service-item {
    margin: 5px 5px;
    /* width: 50%; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* flex: 0 0 calc(50% - 2rem); */
  }
}
.service-item img {
  width: 130px;
  height: auto;
}
@media (min-width: 768px) {
  .service-item img {
    width: 181px;
    height: auto;
  }
}
.service-item h3 {
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
}
.card-content h3,
.service-item h3 {
  font-size: 2.8rem;
  font-weight: 400;
}
.service-item a {
  text-decoration: none;
}

.service-container div.service-item {
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

@media (min-width: 768px) {
  .review-nextdoor {
    padding-top: 12px;
    font-weight: 400;
    font-size: 3.6rem;
  }
}

.wp-image-361 {
  width: 200px;
  /* margin-left: 30px; */
}

.wp-image-327 {
  /* width: 300px; */
  padding-top: -10px;
}

.nextdoor {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  /* border: 2px solid black; */
  /* margin-left: -250px; */
  margin-top: -3px;
}
.google {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  /* border: 2px solid black; */
}
.review-sites {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  width: 100%;
}

h2.text-center.text-primary.about-reviews {
  font-size: 5rem;
  color: var(--primary);
  margin-bottom: 30px;
}

.next {
  width: 220px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .review-sites {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    width: 80%;
  }
  img.googl {
    padding-top: 8px;
    display: inline;
    justify-content: center;
    align-items: center;
  }
  h2.text-center.text-primary.about-reviews {
    font-size: 4.8rem;
    color: var(--primary);
    margin-top: 10px;
  }
  .next {
    padding-bottom: 28px;
  }
}

.main-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.container-content {
  flex: 1;
}

.page.with-sidebar h2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 450px) {
  .page.with-sidebar h2 {
    font-size: 3rem;
  }
}
.widget-wrapper h3 {
  text-align: center;
  font-size: 3rem;
  color: var(--primary);
  margin: 1.5rem 0 1rem;
  /* color: var(--black); */
  color: var(--primary);
}

.add-image img {
  height: 100px;
}

.googl {
  width: 150px;
  margin-bottom: 20px;
}

/* FRONT PAGE */
/* home page */
.home .sidebar {
  padding: 5px;
}
.featured-pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-pics {
  /* border: 2px solid blue; */
  /* display: inline-block; */
  /* margin: 10px; */
  padding: 10px;
}
.top-image img {
  /* width: 500px; */
  width: 100%;
  /* flex: 0 0 calc(100% - 2rem); */
}
.secondary-pics {
  display: flex;
  justify-content: space-between;
  /* width: 500px; */
  /* padding: 0 10px; */
  width: 100%;

  /* flex-direction: row; */
  /* flex: 0 0 calc(45% - 2rem); */
  /* padding: 10px; */
  /* padding: 0 10px 0 10px; */
  /* justify-content: space-between; */
}
.secondary-pics a img {
  width: 95%;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .page-id-387 .about-form {
    margin-top: 20px;
  }
}

.slide {
  width: 100%;
  height: auto;
}

.carousel {
  height: 530px;
  width: 500px;
  overflow: hidden;
}
.image-container img.wp-post-image {
  width: 100%;
}

.carousel-2 {
  /* display: flex; */
  /* height: 530px;
  width: 500px;
  overflow: hidden; */
}
.image-container {
  display: flex;
  transform: translateX(0px);
  /* transition: transform 0.5s ease-in-out; */
}
.image-container-2 {
  /* display: flex;
  transform: translateX(0px); */
  /* transition: transform 0.5s ease-in-out; */
}

/* not sure below is needed
.img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
*/
.page-id-381 .image-container-2 img {
  border: blue 2px solid;
  width: 500px;
  height: auto;
  object-fit: cover;
}
.page-id-381 .image-container img {
  /* border: blue 2px solid; */
  width: 500px;
  height: auto;
  object-fit: cover;
}
.buttons-container {
  display: flex;
  justify-content: space-between;
}

.btn {
  background-color: rebeccapurple;
  color: #fff;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  width: 49.5%;
}

.btn:hover {
  opacity: 0.9;
}

.btn:focus {
  outline: none;
}

/* bootstrap nav menu */
.main-menu .dropdown:hover > .dropdown-menu,
.main-menu .dropup:hover > .dropdown-menu {
  display: block;
}
a.dropdown-item {
  color: var(--primary);
  font-size: 16px;
}
li.menu-item a:hover {
  color: black;
  background-color: gray;
}
.dropdown-backdrop {
  position: static;
  top: 100px;
}
button.navbar-toggler {
  background-color: white;
}

a {
  text-decoration: none !important;
}

/* .big-nav {
  background-color: beige;
  display: flex;
} */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;

    position: absolute;
    right: 80px;
    font-size: 1rem;
  }
}

.nav-link:hover {
  background-color: green;
}
a.nav-link {
  font-size: 1.5em;
}

footer.site-footer.container {
  margin-top: auto;
}
.kmb-text-primary img {
  display: block;
  margin: 30px auto;
}
.kmb-text-primary p {
  color: black;
}
.page-id-107 h2.kmb-text-primary {
  margin-top: 40px;
  margin-bottom: -40px;
}
.podcast-type-link ~ .podcast-type-link::before {
	content: ", ";
}
a.podcast-type-link:hover {
/*	text-decoration: underline !important;*/
	color: red !important;
}


