/**
 * Theme Name: 3R Clinic
 * Description: Custom theme for 3rclinic.ro based on Greenshift theme
 * Author: NovaDesign.ro (Sîrbu Radu George)
 * Template: greenshift
 * Text Domain: greenshift
 */

/*
.wp-block-site-title a {
	text-decoration: none;
}
.homepage-slider h2 span {
	filter: invert(71%) sepia(20%) saturate(1922%) hue-rotate(27deg) brightness(99%) contrast(76%);
}
@supports ((-webkit-text-fill-color: transparent) and (-webkit-background-clip: text)) {
	.site-header .wp-block-site-title > a {
		background: linear-gradient(to right, #9cbc1e 0%,#9cbc1e 43%,#546806 43%,#546806 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	}
}
*/
.wp-block-site-logo .custom-logo {
	transition: all .25s;
}
.gs-sticky-enable .wp-block-site-logo .custom-logo {
/* 	height: 50px !important; */
    height: auto !important;
	width: 150px !important;
}
.site-wrapper {
	/*background-position: 20vw 55vh;*/
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain !important;
}
.ad-id-1 {
	justify-content: center;
}
.gspbgrid_item.swiper-slide.ad-id-1,
.gspbgrid_item.swiper-slide.ad-id-1:hover {
	border: 0;
	box-shadow: none;
	order: -1;
}
.gspbgrid_item.swiper-slide.ad-id-9,
.gspbgrid_item.swiper-slide.ad-id-9:hover {
	border: 0;
	box-shadow: none;
}
.product-list li {
	transition: opacity .5s;
}
.product-list:hover:has(li:not([class*="ad-id-"]):hover) li:not(:hover):not([class*="ad-id-"]) {
	opacity:.5;
}
.product-list .product-data {
	display: flex;
	flex: 1;
	flex-direction: column;
}
.product-data .gspb_button_wrapper {
	margin-top: auto !important;
}

/* Testimonial blocks */

.testimonial-wrapper {
	quotes: "“" "”";
}
.testimonial-wrapper::before,
.testimonial-wrapper::after {
	color: #ff7d25;
    font-size: 8rem;
	line-height: 0;
	position: absolute;
}
.testimonial-wrapper::before {
	content: open-quote;
	top: 1.5rem;
}
.testimonial-wrapper::after {
	bottom: -1.75rem;
	content: close-quote;
	right: 1rem;
}