/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
:root .entry-content.is-layout-constrained > section:not(:first-of-type) {
    margin-block-start: 100px;
    margin-block-end: 100px;
}
.margin-bottom-none {
	margin-bottom: 0 !important;
}
a {
	font-style: normal;
}
.highlighted {
	color: #4575ff !important;
}
#sidebar hr.wp-block-separator {
	margin-right: auto;
	margin-left: 0;
}
.heading-with-divider {
	position: relative;
}
.heading-with-divider::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(5rem, 3.8764rem + 4.4944vw, 7.5rem);
	min-height: 12px;
	aspect-ratio: 6.5;
	background-image: url('https://www.weddingphotographycumbria.com/wp-content/uploads/2025/08/divider.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.heading-with-divider.align-left::after {
	left: 0;
	right: auto;
	transform: none;
}
@media (max-width: 768px) {
	.heading-with-divider.align-left::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}
.testimonial-carousel .swiper-slide {
	height: auto;
}
.testimonial-carousel .swiper-slide > * {
	height: 100%;
}
.contact-form-wrapper form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.contact-form-wrapper form > p {
	margin: 0;
}
.contact-form-wrapper form .form-row > p {
	display: flex;
	gap: 12px;
}
.contact-form-wrapper form .form-row > p::after {
	display: none;
}
.contact-form-wrapper form input[type="submit"] {
	border-radius: 12px;
	padding: 0.75rem 2rem;
}
.contact-form-wrapper form input[type="submit"]:hover {
	color: #4575ff;
}
#menu-footer-menu a {
	text-decoration: underline;
}
footer [data-id="copyright"] a {
	text-decoration: underline;
}
.vp-portfolio__preloader-wrap {
	display: none !important;
}
@media (max-width: 768px) {
	.contact-form-wrapper form .form-row > p {
		flex-direction: column;
	}
}