/* Reduces the site title a bit | HC-35778758 */ .site-title {
	font-size: 30px !important;
}



/* Hide Slideshow Arrows, Pause  | 35783521-hc | kA */
.wp-block-jetpack-slideshow .amp-carousel-button, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
    display: none !important;
}



/* set max height for jetpack slideshow block | 5813792-hc eD */
.wp-block-jetpack-slideshow,
.wp-block-jetpack-slideshow_container ul {
	max-height: 280px;
}

/* Remove gap between page title and header, and gap between heading and page title. | 35822791-HC (AV) */
.page-id-117 .has-text-align-center {
	margin-top: 20px;
}

.page-id-117 .site-content {
	padding-top: 0px;

}

/* End Remove gap between page title and header, and gap between heading and page title. | 35822791-HC (AV) */

/*remove spacing on property law page title as well 35837812-hc JG*/
#post-4761 .entry-title {
	margin-top: -0px;
  margin-bottom: -20px;
}

/*--- removes padding top above content area on homepage / #35848349-HC-PK ---*/
@media screen and (min-width: 768px){
.page-template-full-width-page .site-content {
    padding-top: 0;
}
}

/*Hide Titles on Services Pages-#35855581-hc KS */
.page-id-4761 .entry-title, .page-id-121 .entry-title, .page-id-10409 .entry-title, .page-id-10562 .entry-title, .page-id-320 .entry-title, .page-id-335 .entry-title {
    display: none;
}

/* increase site header width | 35876532-hc */
.site-branding-wrapper {
	max-width: 1400px;
}

.top-bar-wrapper {	
    max-width: 1400px;
}

/* Resize mapbox maps cl-5351479-hc */

.wp-block-jetpack-map.aligncenter.is-style-default {
  display: flex;
  justify-content: center;
}

.mapboxgl-canvas {
  width: 300px !important;
  height: 300px !important;
}

.wp-block-jetpack-map__gm-container.mapboxgl-map {
  height: 300px !important;
  width: 300px !important;
  min-height: 300px !important;
}

/* Hide testimonial pagination count */
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
	display: none !important;
}

.nudge-left {
  position: relative;
  left: -10px; /* shift left, increase or decrease as needed */
}

