/* -- Sidebar -- */

.wp-block-search__inside-wrapper {
  margin-bottom: 0px;
	padding: 0;
}

.wp-block-heading {
    margin-bottom: 15px;
	padding: 0;
}

.wp-block-latest-posts__post-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5em;
    line-height: 1.5em;
}

.wp-block-latest-posts__post-title:hover {
   color: var(--ast-global-color-0);
}

.wp-block-latest-posts__list li {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}


.services-box {
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

.services-box:hover {
  transform: scale(1.05);
}

.services-box img, 
.services-box .content {
  transition: transform 0.3s ease-in-out;
}

.services-box:hover img, 
.services-box:hover .content {
	transform: scale(1.1);
}