/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy-child
 * Version: 1.0.0
 */

.varavenkoArt-site-footer {
	padding: 2rem 1rem;
	border-top: 1px solid hsl(340 15% 90%);
	background: transparent;
}

.varavenkoArt-site-footer .container {
	width: 100%;
	max-width: 64rem;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-inline: 2rem;
}

.varavenkoArt-site-footer p {
	margin: 0;
}

.varavenkoArt-site-footer .font-display {
	font-family: Cormorant Garamond, serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	color: hsl(340 30% 15%);
}

.varavenkoArt-site-footer .font-body {
	font-family: Nunito Sans, sans-serif;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: hsl(340 10% 50%);
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.varavenkoArt-site-footer .lucide-heart {
	width: 0.875rem;
	height: 0.875rem;
	color: hsl(340 45% 65%);
	fill: hsl(340 45% 65%);
}

@media (min-width: 768px) {
	.varavenkoArt-site-footer .container {
		flex-direction: row;
	}
}


header#header {
    position: sticky;
    top: 0;
}  

#reply-title {
    font-size: 20px;
}


body .jet-form-builder-message {
    border: none;
    color: inherit;
    margin: 0;
}


.form-container .jet-form-builder-row  {
    margin-bottom: 12px;
}

.form-container input, .form-container textarea {
    padding: 12px 18px;
    border-radius: 20px;
    height: auto;
}

.form-container textarea {
    min-height: 120px;
}

.form-container .jet-form-builder__submit-wrap {
    justify-content: center;
}

.form-container .jet-form-builder__submit-wrap button {
    padding: 12px 26px;
    border-radius: 44px;
}


.site-branding .site-title {
	font-family: Cormorant Garamond, serif;
    font-size: 24px;
    font-weight: 600;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: rgb(140, 115, 123);
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:hover {
    color: hsl(340 45% 65%);
}

#portfolio .animate-in-view {
    overflow: hidden;
    border-radius: 16px;
}

@media (max-width: 600px) {
    .container {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}


body.single-post .wp-block-list {
    padding-left: 20px;
}

[data-prefix="single_blog_post"] .ct-related-posts .related-entry-title {
    font-size: 20px;
}

body.author .page-description.ct-hidden-sm {
    margin-top: 5px;
}

.varavenkoart-booking-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 1.25rem;
	border: 0;
	border-radius: 9999px;
	background-color: hsl(340 45% 65%);
	color: hsl(0 0% 100%);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.varavenkoart-booking-button:hover,
.varavenkoart-booking-button:focus-visible {
	opacity: 0.9;
	color: hsl(0 0% 100%);
	text-decoration: none;
}