.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
.home-title h2 > a:after {
content: attr(data-title);
display: block;
height: 100%;
position: absolute;
left: -60px;
right: 0;
top: -30px;
transform: scale(1.7);
transform-origin: left;
opacity: .2;
z-index: -1;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: .5px;
-webkit-text-stroke-color: grey;
}
.elementor-image-box-img {
border: 1px solid #f0f0f0;
margin-bottom: 0px !important;
transition: all .2s ease-in-out;
}
.elementor-image-box-wrapper:hover .elementor-image-box-img {
box-shadow: 0 46px 0px 2px #fdb900, 0 0px 0px 2px #fdb900;
}
.elementor-image-box-title {
padding-top: 10px;
}
.branding > a > img {
height: 100px;
width: auto;
}
.branding > a.sticky-logo > img {
height: 70px;
}
.mobile-branding > a > img {
height: 60px !important;
width: auto !important;
}
.text-accent {
color: #fdb900;
}
.align-items-center {
align-items: center;
}
.me-3 {
margin-right: 15px;
}
@media screen and (max-width: 782px) {
.home-title h2 > a:after {
transform: scale(1.3);
}
}