/*

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: "Raleway", sans-serif;
  --textFont: "Montserrat", sans-serif;
  /* colors */
  --primary: rgb(0, 150, 0);
/*	  --primary: #00af00;*/

  /* --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;
	text-transform: uppercase;
}
.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;
}

.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: 1.5rem 0;
  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: 4rem;
/*  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;
  }
}
h2.logo {
	font-size: 14px !important;
}
@media screen and (min-width: 480px) {
	h2.logo {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 786px) {
	h2.logo {
		font-size: 30px !important;
	}
}
.header-logo {
	display: none;
}
@media (min-width: 500px) {
	.header-logo {
		display: inline-block;
	}
}
/* 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: 36px;*/
	padding-left: 0;
}

.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 */
  }
}
a.gradient:hover::after {
		background: transparent;/* FF3.6-15 */
		background: none; /* FF3.6-15 */
/*		background: white;*/
/*		opacity: 0.1;*/
	}
	a.kmb-service:hover li.service-card img {
		opacity: 0.13;
	}
.kmb-card img {
  display: block;
}
.kmb-card .card-content {
  margin: 1rem 0 1.5rem;
  text-align: center;
}
.kmb-service:hover h2 {
  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-service:hover h2 {
    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;
  }
}

/* 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;
  } */


.single p {
/*  padding: 2.5rem 2rem 2.5rem 0;*/
/*  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;
}
.footer-text {
		font-size: 16px;
/*	font-family: 'Raleway', sans-serif;*/
	}
@media (min-width: 768px) {
  .mobile-footer {
    /* opacity: 0; */
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-text {
    font-size: 18px;
  }
.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;
	  padding-left: 0;
  }
}
.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);
}
		.service-images {
		display: inline-block;
		position: relative;
	}
	.service-image-2 {
		display: none;
		
	}
	.service-image-3 {
		display: none;
		
	}
	.service-image-4 {
		display: none;
		
	}
@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;
	padding-top: 10px;
}
.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: 70%
/*   overflow: hidden; */
}
.image-container img.wp-post-image {
  width: 100%;
}

.carousel-2 {
  /* display: flex; */
  /* height: 530px;
  width: 500px;
  overflow: hidden; */
}
/*
.carousel-indicators .active {
	background-color: #009600 !important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
     opacity: 1 !important;
    transition: opacity .6s ease;
}
*/
/*
.carousel {
	width: 80%;
}
.carousel-control-prev-icon {
	position: absolute;
	left: 45px;
}
.carousel-control-next-icon {
	position: absolute;
	right: 45px;
}
@media (min-width:600px) {
	.carousel {
		width: 70%;
	}
	.carousel-control-prev-icon {
	position: absolute;
	left: 0px;
}
.carousel-control-next-icon {
	position: absolute;
	right: 0px;
}
}
*/
.carousel-control-next {
    right: -50px !important;
}
	.carousel-control-prev {
    left: -50px !important;
}
@media (min-width: 992px ) {
.carousel-control-next {
    right: -70px !important;
}
	.carousel-control-prev {
    left: -70px !important;
}
}
.carousel-control-next-icon {
    background-image: url("https://kevin.aspeneyestudio.com/wp-content/uploads/2025/02/screwdriver.svg") !important;
	width: 4rem !important;
	height: 4rem !important;
    opacity: 1 !important;
	transform: rotate(-135deg) !important;
}
	.carousel-control-prev-icon {
    background-image: url("https://kevin.aspeneyestudio.com/wp-content/uploads/2025/02/screwdriver.svg") !important;
	width: 4rem !important;
	height: 4rem !important;
    opacity: 1 !important;
	transform: rotate(45deg) !important;
}
.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: #FFFFFF;
  background-color: #009600;
}
.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;
}
input#nf-field-4 {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: #f7f7f7;
    transition: all .5s;
    width: 200px;
    padding: 0px;
    height: 36px;
    border-radius: 5px;
    font-family: 'Raleway';
    font-weight: bold;
	font-size: 16px;
}
input#nf-field-4:hover {
    background: white;
    color: var(--primary);
   
}
#nf-label-field-1, #nf-label-field-2, #nf-label-field-3 {
		display: none;
	}
.btn {
		border: 2px solid var(--primary) !important;
	padding: 5px 10px !important;
	}
.btn:hover {
		background-color: white !important;
		color: var(--primary) !important;
	}
	.nf-form-fields-required {
		padding-left: 6px;
	}
	button.btn-close {
		font-size: 18px;
	}
		.nav-link:hover, .nav-item-388:hover, .nav-item-108:hover {
		text-decoration: underline !important;
/*			background: tan;*/
		background-color: #009600 !important;
			color: #FFFFFF;
			transition: none;
/*		color: var(--primary) !important;*/
	}
	
	@media screen and (min-width: 992px) {
		.nav-link:hover, .nav-item-388:hover, .nav-item-108:hover {
		text-decoration: underline !important;
		background-color: var(--bg-light) !important;
/*		color: var(--primary) !important;*/
	}
	}
.dropdown {
/*	background-color: blue;*/
	width: 72px;
	padding: 10px 0;
}
.page-content {
	margin-top: 30px;
}
@media screen and (min-width: 992px) {
	.page-content {
		margin-top: 80px !important;
	}
	h2 {
    font-size: 3rem !important;
}
}
.navbar-light .navbar-toggler-icon {
    background-image: url("http://localhost:10099/wp-content/uploads/2025/02/menu_30dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg") !important;
	    background-image: url("http://localhost:10099/wp-content/uploads/2025/02/close_30dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg") !important;

}
/*.navbar-light .navbar-toggler-icon:not(.collapsed)  {*/
/*    background-image: url("http://localhost:10099/wp-content/uploads/2025/02/menu_30dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg") !important;*/
/*	    background-image: url("http://localhost:10099/wp-content/uploads/2025/02/close_30dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg") !important;*/

/*}*/
nav {
	height: 60px !important;
	background-color: #1c1c1c !important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.links-container {
	height: 100%;
/*	width: 100%;*/
	display: flex;
	flex-direction: row;
	align-items: center;
}

nav svg {
	fill: green;
}
#sidebar-active {
	display: none;

}
.open-sidebar-button, .close-sidebar-button {
	display: none;
}
.large-links {
	display: none;
}

 	 
@media(max-width: 992px) {
/*	to test with checkbox in header */
/*
		#sidebar-active {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    visibility: visible;
    opacity: 1;
		background-color:yellow;
}
*/
	
	
	
	.links-container {
		flex-direction: column;
		align-items: flex-start;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 100;
		width: 300px;
		background-color: #222222;
		box-shadow: -5px 0 5px rgba(0,0,0,.25);
		transition: 0.6s ease-out;
	}
	ul#menu-main-menu-1 {
		   display: flex;
		   flex-direction: column;
		   justify-content: flex-end;
		   align-items: center;
/*		   height: 100%;*/
		   padding-bottom: 0;
		   margin-bottom: 0;
		margin-left: -20px;
	   }
	ul#menu-main-menu-1 li {
		width: 100%;
	}
	nav a {
		box-sizing: border-box;
		height: auto;
		width: 100%;
		padding: 20px 30px;
	}
	
	#sidebar-active:checked ~ .links-container {
		right: 0;
	}
/*	chat*/
/*
	#overlay {
		position:relative;
		z-index: 70;
		display: none;
		display: block;
		background-color: red;
		height: 100px;
	}
*/


/*	chat*/
/*
	#sidebar-active:checked ~ #overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 50;
		cursor: pointer;
  }
	
*/
	
	.overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13); /* Change the color and opacity as needed */
}

	
	
	.open-sidebar-button, .close-sidebar-button {
    display: block;
    padding: 20px;
    cursor: pointer;
  }
	
/*	*/
	a.nav-link {
	height: auto;
		box-sizing: border-box;
		width: 100%;
	padding: 20px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	color: black; 
		background-color: white;
		border-bottom: 2px solid black;
		  font-size: 18px;

}
a.nav-link:hover {
	background-color: #009600 !important;
	color: #FFFFFF;
}
	
	
}
	a .footer-phone {
		color: #FFFFFF !important;
	}
	a .footer-phone:hover {
		color: #009600 !important;
	}
	.text-link {
			color: black; 
			text-decoration: underline;
						padding: 5px 20px;

		}
		.text-link:hover {
			color: var(--primary);
			transition: all .3s ease;
		}
p.footer-md-phone {
	font-size: 16px !important;
	color: #FFFFFF !important;
}
p.footer-md-phone:hover {
		color: #009600 !important;
	}
@media screen and (min-width: 992px) {
	.large-links {
		display: flex;
	}
	ul#menu-main-menu-2 {
		   display: flex;
		   flex-direction: row;
		   justify-content: flex-end;
		   align-items: center;
		   height: 100%;
		   padding-bottom: 0;
		   margin-bottom: 0;
	   }
	ul#menu-main-menu-2 li {
/*		padding: 18px 12px;*/
	}
	a.nav-link {
	height: 100%;
	padding: 16px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #FFFFFF;
		  font-size: 18px;

}
a.nav-link:hover {
	background-color: #009600 !important;
	color: #FFFFFF !important;
	text-underline: none !important;
}
		.overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13); /* Change the color and opacity as needed */
}
	p.footer-md-phone {
	font-size: 18px !important;
}

}
.modal-content {
		padding: 16px;
		border-radius: 12px !important;
		margin: 0 auto !important;
		width: 85% !important;
	}
@media screen and (min-width: 576px) {
	.modal-content {
		width: 100% !important;
	}
}
