:root {
  --default-radius: 15px;
  --default-radius-x: 0px;
  --default-radius-y: 4px;
  --default-blur: 10px;
  --default-spread: 5px;
}

/* Typology */

.content-text h2:not(:first-child), .content-text h3:not(:first-child), .content-text h4:not(:first-child), .content-text h5:not(:first-child){
  margin-top: 1.2em;  
}

.content-text h1:not(:only-child), .content-text h2:not(:only-child), .content-text h3:not(:only-child), .content-text h4:not(:only-child), .content-text h5:not(:only-child){
  margin-bottom: 0.3em;
}

.content-text p+p:not(.modal){  
  margin-top: 0.8em;
}

/* COMMON */
.content-text a:hover, .footer .nav-item a:hover{
  text-decoration: underline !important;
}
/* ignore header and footer */
.body .content-text a, .cookie-notification a{
  text-decoration: underline dotted;
}

.content-text ul{
  margin-left: 45px;
}
.content-text ul li{
  margin-top: 1em;
}

/* FOOTER */
.footer .mnu-pest-services-item{
  display: none !important;
}

/* PEST CONTROL SERVICES */
.pest-control-services__list .ba-feature-caption{
  align-content: center;
}



/* SERVICES PAGES */

.sub-page-banner-img{
  border-radius: var(--default-radius);
  box-shadow: var(--default-radius-x) var(--default-radius-y) var(--default-blur) var(--default-spread) var(--shadow);
  margin-left: 25px;
  margin-bottom: 25px;
  float: right;
}

@media (max-width: 769px) {
	.sub-page-banner-img{
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 50px;
  }
}

/* GALLERY */
.ba-gallery-items{
  box-shadow: var(--default-radius-x) var(--default-radius-y) var(--default-blur) var(--default-spread) var(--shadow);
}

/* REVIEWS */
.grf-card{
  border:none;
  box-shadow: var(--default-radius-x) var(--default-radius-y) var(--default-blur) var(--default-spread) var(--shadow);  
}

/* CONTACT */
@media (max-width: 769px) {
	.google-maps iframe{
	  width:100%;
    height:350px;
	}
}