/**
 * Theme Name: Фантазёр
 * Template: cutie-pie
 */
 
@import url("../cutie-pie/style.css");

body {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

body .article-wraper .entry-content {
	line-height: 1.7;
}

::selection {
	background: #FF4B2B;
}

.entry-content, .article-wraper, .archive-description {
	color: #060606;
}

body.theme-darkmode-enabled .entry-content,
body.theme-darkmode-enabled .article-wraper,
body.theme-darkmode-enabled .archive-description {
	color: #fff;
}

body.theme-darkmode-enabled .entry-meta-categories a {
	background: #fff;
	color: #060606;
}

body.theme-darkmode-enabled .entry-meta-categories a:hover {
	color: #fff;
}

body.theme-darkmode-enabled .breadcrumbs ul .trail-item span:before {
	border-left: 4px solid #fff;
}
body.theme-darkmode-enabled .breadcrumbs ul .trail-item span:hover {
	background: #FF4B2B;
}

body .entry-content strong {
	padding: 0 5px 2px 5px;
	font-weight: normal;
	background: #a9a9a9;
	color: #ffffff;
}

body.theme-darkmode-enabled .entry-content strong {
	background: #666666;
	color: #e3e3e3;
}

body.theme-darkmode-enabled .breadcrumbs ul .trail-item.trail-end span {
	background: #666666;
}

.site-header-items .branding-components {
	flex-direction: column;
}

.header-titles .site-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-description {
	text-align: center;
}

.theme-social-navigation li a .svg-icon {
	display: none;
}

.theme-social-navigation .screen-reader-text {
	clip: auto;
	clip-path: none;
	height: 1px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative !important;
	width: auto;
	word-wrap: normal;
}

.theme-social-navigation ul {
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: flex-start;
}

.wp-block-embed iframe.vk_embed {
	width: 333px !important;
	height: 660px !important;
}

.entry-thumbnail img {
	height: 315px;
}

.entry-featured-thumbnail .entry-thumbnail {
	height: 360px;
}

#block-18.fixed {
    position: fixed;
    top: 0;
	width: 375px;
    z-index: 100;
}

.entry-featured-thumbnail .entry-thumbnail img {
	width: 100%;
	object-fit: cover;
	height: 360px;
	filter: grayscale(100%);
	transition: filter 0.5s ease-in-out;
}

.entry-featured-thumbnail .entry-thumbnail img:hover {
	filter: none;
}

#comments h3.comment-reply-title {
    margin-top: 30px;
}

.theme-darkmode-enabled textarea,
.theme-darkmode-enabled input[type="text"],
.theme-darkmode-enabled input[type="email"],
.theme-darkmode-enabled input[type="url"]
{
	border-color: #666666;
}

@media (max-width: 768px) {
	.theme-panelarea {
		grid-template-columns: 1fr;
	}

	.custom-logo-link {
		margin-top: 2rem;
	}

	.header-titles {
		margin-bottom: 2rem;
	}

	.navbar-control.theme-action-control {
		margin: 0;
	}
	
	#block-18.fixed {
		position: relative;
		width: 100%;
	}

	.column-row {
		flex-direction: column;
	}

	.column.column-5, .column.column-7 {
		max-width: 100%;
	}

	.entry-meta .entry-meta-item {
		margin: 1.5rem 1.5rem 1.5rem 0;
	}
}