/* New additions */

.navbar-collapse.collapse.show {
  margin-top: 1em;
}

.navbar-collapse.collapse.show .nav-item {
  margin-right: 1em;
}

.WidgetTitle__Container-sc-173f1y-0 {
  display: none !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: var(--primary-red);
  text-decoration: underline;
}

a i {
  margin-right: 0.5em;
  font-size: 0.8em;
}

.btn-prm {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border: 0.1em solid #000;
  padding: 1em 2em;
  border-radius: 0.5em;
  transition: 1s;
}

.btn-prm:hover {
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 1s;
}

.btn-scd {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-red);
  border: 0.1em solid var(--primary-red);
  padding: 0.5em 1em;
  border-radius: 0.5em;
  transition: 1s;
}

.btn-scd i {
  display: none;
  transition: 1s;
}
.btn-scd:hover i {
  display: inline-block;
  transition: 1s;
}

.btn-scd:hover {
  background: #fff;
  color: #000;
  border: 0.1em;
  font-weight: 600;
  text-decoration: none;
}

.mainBanner {
  background: #c7313a;
  min-height: 10em;
  overflow: hidden;
}

.bannerWrapper {
  width: 80%;
  max-width: 40em;
  float: right;
  padding: 3em 0;
  position: relative;
  z-index: 2;
  color: #fff;
}

.bannerDec {
  height: 16em;
  background-color: #c7313a;
  width: 16em;
  position: relative;
  left: -2em;
  top: 33px;
  z-index: 1;
}

.bannerDec2 {
  height: 16em;
  background-color: #000;
  width: 16em;
  position: relative;
  transform: rotate(45deg);
  left: -11em;
  top: 0;
  z-index: 0;
}

.bannerText {
  margin-bottom: 2em;
}

.bannerImg {
  background: url(img/showcaseimg.jpg);
  background-size: cover;
  background-position: -86px 50%;
}

.aboutImg {
  background: url(img/TreeClimbing.PNG);
  background-size: cover;
  min-height: 20em;
  overflow: hidden;
}

#about {
  margin: 4em 0;
}

.about {
  padding-left: 2em;
}

.buttonContainer {
  display: flex;
  margin-bottom: 4em;
}

.buttonToggle {
  min-width: 10em;
  border: 1px solid #000;
  padding: 1em 2em;
  text-align: center;
  font-size: 1.3em;
}

.buttonToggle.first {
  background: #000;
  color: #fff;
  border-radius: 5em 0 0 5em;
}

.buttonToggle.second {
  color: #000;
  font-weight: 600;
  border-radius: 0 5em 5em 0;
}

.hide {
  display: none;
}

.fa_link {
  text-decoration: none;
}

.circle {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  background: var(--primary-red);
  display: inline-flex;
  margin: 1em;
  color: #fff;
  transition: 1s;
}

.circle i {
  font-size: 1.5em;
  margin: auto;
  transition: 1s;
}

.circle:hover {
  background: #000;
  transition: 1s;
}

.contactDetail {
  font-size: 1.25rem;
}

.contactDetail i {
  font-size: 1.5rem;
}

.contactImg {
  background: url('img/NPTC-certified-057bfafd.jpeg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

#gallery {
  margin-bottom: 4em;
}

.card {
  color: #000;
  border-radius: 0 0 1em 1em;
}

.infoButton span {
  padding: 0.5em 1em;
  background: #c7313a;
  border-radius: 0.5em;
  color: #fff;
  font-weight: 600;
}

.infoButton span:hover {
  background: #000;
}

.accordion-button {
  padding: 0;
  width: auto;
}

.accordion-button::after {
  display: none;
}

.mapText {
  padding-top: 3em;
}

.i4ewOd-pzNkMb-haAclf {
  display: none;
}

#services {
  margin-bottom: 4em;
}

#logDelivery {
  color: #fff;
  margin-bottom: 2rem;
}

.logTable {
  color: #fff;
  width: 50%;
}

.deliveryContainer {
  background-image: url(img/WoodStore.png);
  background-repeat: no-repeat;
  position: relative;
  padding: 2rem 0;
  background-position: left 50%;
  background-size: 47%;
  background-color: #000;
  overflow: hidden;
}

.deliveryContent {
  z-index: 1;
}

.deliveryContent .btn-scd {
  margin-top: 1em;
}

.logBannerDec {
  height: 16em;
  background-color: #000;
  width: 16em;
  position: relative;
  left: -2em;
  top: 33px;
  z-index: 1;
}

.logBannerDec2 {
  height: 16em;
  background-color: #c7313a;
  width: 16em;
  position: absolute;
  transform: rotate(-135deg);
  right: 48%;
  top: 1em;
  z-index: 0;
}

.findBox {
  display: flex;
}

iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 1024px) {
  .bannerWrapper {
    width: 95%;
    padding: 1em 0;
  }

  .logBannerDec2 {
    right: 42%;
    top: 2em;
  }

  iframe {
    width: 100%;
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .mainBanner {
    min-height: 16em;
  }

  .bannerWrapper {
    position: relative;
    left: 3em;
    width: 110%;
  }

  .bannerDec2 {
    left: -8em;
  }

  .aboutImg {
    margin-bottom: 2em;
  }

  .about {
    padding-left: 0;
  }

  .logTable {
    width: 100%;
  }
}

/* End of new */

/* Google reviews CSS */

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
}

.review-item {
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

@media (max-width: 1200px) {
  .review-item {
    flex: 1 1 50%;
  }
}

@media (max-width: 450px) {
  .review-item {
    flex: 1 1 90%;
  }
}

.review-item-long {
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

@media (max-width: 1200px) {
  .review-item-long {
    flex: 1 1 50%;
  }
}

@media (max-width: 768px) {
  .review-item-long {
    flex: 1 1 90%;
  }
}

@media (max-width: 450px) {
  .review-item-long {
    flex: 1 1 90%;
  }
}

.review-header {
  display: flex;
}

.review-picture {
  width: 3em;
  height: auto;
  align-self: center;
  margin-right: 1em;
}

.review-usergrade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.review-meta,
.review-stars {
  text-align: center;
  font-size: 100%;
}

.review-author {
  text-transform: capitalize;
  font-weight: bold;
}

.review-date {
  opacity: 0.6;
  display: block;
}

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .review-text {
    -webkit-line-clamp: 4;
    max-width: 90%;
  }

  .bannerImg {
    background-position: 9px 50%;
  }

  .deliveryContainer {
    background-image: url(img/WoodStore2.png);
  }

  .logBannerDec2 {
    right: 33%;
    top: -1em;
    height: 19em;
  }

  .logBannerDec {
    height: 19em;
  }

  .googleColumn {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }

  .checkATradeColumn {
    padding-right: 0;
    padding-left: 0;
  }

  .buttonToggle {
    font-size: 1em;
  }

  .contactImg {
    height: 10em;
    background-position-y: 0;
    margin-top: 2em;
  }
}

@media screen and (max-width: 425px) {
  .bannerImg {
    background-image: none;
  }

  .bannerDec2 {
    display: none;
  }

  .bannerWrapper {
    left: 0;
    width: 100%;
    padding: 2em 1em;
  }

  .about {
    padding: 0 1em;
  }

  .card {
    margin-bottom: 1.5em;
  }

  .deliveryContainer {
    background-image: none;
  }

  .logBannerDec2 {
    display: none;
  }

  .deliveryContent {
    padding: 0 1em;
  }

  .checkATradeColumn img {
    width: 100%;
    margin-bottom: 3em;
  }

  .mapText {
    margin-bottom: 1em;
    padding: 0 1em;
  }

  .findBox {
    display: block;
  }

  .contactImg {
    background-position-x: 0;
  }
}

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1;
}

.review-stars ul li i {
  color: #eb6e00;
  /* Google's Star Orange in Nov 2017 */
  font-size: 1.4em;
  font-style: normal;
}

.review-stars ul li i.inactive {
  color: #c6c6c6;
}

.star:after {
  content: '\2605';
}

.buttons {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.more-reviews {
  text-align: center;
}

.write-review {
  text-align: center;
}

.more-reviews a,
.write-review a {
  margin: 5px;
  border: 1px #eb6e00 solid;
  border-radius: 40px;
  padding: 10px;
  background-color: #eb6e00;
  color: #fff;
  text-decoration: none;
}

.bodycontent {
  margin-bottom: 3em;
}

.socials {
  width: 75%;
}

/* End of google reviews */

:root {
  --primary-red: #c7313a;
  --secondary-darker-red: #801f24;
  --outline: rgb(0, 0, 0);
  --standard-font-family: 'Open Sans', sans-serif;
  --headings-font-family: 'Pompiere', cursive;
}

body {
  font-family: var(--standard-font-family);
  scroll-behavior: smooth;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:active {
  font-weight: bold;
}

h1,
h2,
h3 {
  font-family: var(--headings-font-family);
}

p,
a,
i {
  font-family: var(--standard-font-family);
}

/* NAVBAR*/

#navbar {
  background-color: #000;
  color: white;
}

#nav-icon {
  width: 2.3em;
  height: auto;
  background-color: white;
  border-radius: 3px;
}

/* HEADING*/

.title {
  background-color: black;
}

.title-container {
  display: block;
  width: 15.5em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-style {
  font-family: var(--headings-font-family);
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 4em;
}

.subtitle-style {
  color: white;
  border-top: white solid 2px;
  padding-bottom: 1em;
  margin-bottom: 0;
}

/* SHOWCASE*/

.showcase {
  height: 75vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(img/showcaseimg.jpg) center;
  background-size: cover;
  padding: 4em 2em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
  align-items: center;
}

.showcase > h1 {
  font-family: var(--headings-font-family);
  padding-bottom: 0.5em;
  font-size: 4em;
}

.showcase > article > h6 {
  font-size: 1.5em;
  font-weight: 200;
}

/* ABOUT */

#p-link {
  text-decoration: underline;
  font-weight: bold;
  color: white;
}

#icon-background1 {
  background: no-repeat center url(img/tree_pruning_and_reduction.jpg);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

#icon-background2 {
  background: no-repeat center url(img/tree_removal.jpg);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

#icon-background3 {
  background: no-repeat center url(img/stump_grinding.jpg);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

#icon-background4 {
  background: no-repeat center url(img/Gardenclearance.png);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

#icon-background5 {
  background: no-repeat center url(img/lawn_mowing.jpg);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

#icon-background6 {
  background: no-repeat center url(img/hedges.jpg);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  color: transparent;
}

.icon-background {
  width: 14em;
  height: 14em;
  border: solid white 1px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 2px 10px 8px 3px var(--outline);
  position: relative;
}

.work_carried_out_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.work_carried_out_icons {
  color: transparent;
  text-decoration: none;
}

.work_carried_out_icons:hover {
  background-color: unset;
}

.work_carried_out_icons:visited {
  color: transparent;
}

.work_carried_out_title span {
  font-size: 1.8em;
  line-height: 1.38em;
  color: white;
  font: bold;
  letter-spacing: -1px;
  background: rgb(0, 0, 0);
  background: rgb(0, 0, 0, 0.5);
}

/* Gallery*/

.gallery-img {
  height: auto;
  width: 100%;
}

/*Contact*/

#van_image {
  width: 100%;
  height: auto;
}

#contact {
  margin-bottom: 4em;
}

/* Footer */

footer {
  background-color: var(--outline);
  border-top: solid white 2px;
  color: #fff;
}
