/* ==========================================================================
   OikosMou — Professional Painting Contractor
   ========================================================================== */

:root {
	--om-blue: #0D47A1;
	--om-blue-dark: #0A2E6B;
	--om-orange: #FF6F00;
	--om-orange-light: #FF8F00;
	--om-yellow: #FFB300;
	--om-white: #FFFFFF;
	--om-off-white: #F5F5F5;
	--om-gray: #424242;
	--om-gray-light: #757575;
	--om-border: #E0E0E0;
	--om-green: #2E7D32;
	--om-radius: 16px;
	--om-shadow: 0 8px 30px rgba(0,0,0,0.10);
	--om-shadow-sm: 0 2px 12px rgba(0,0,0,0.06);
}

/* ===== GLOBAL ===== */
body {
	font-family: 'Inter', -apple-system, sans-serif !important;
	color: var(--om-gray);
	background: var(--om-off-white) !important;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', Georgia, serif !important;
	color: var(--om-blue-dark) !important;
	font-weight: 800 !important;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.4rem) !important; line-height: 1.15 !important; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem) !important; }

p { color: #555; line-height: 1.85; font-size: 16px; }
a { color: var(--om-blue); transition: all 0.2s; }
a:hover { color: var(--om-orange); }

/* ===== HEADER ===== */
.ast-primary-header-bar,
.site-header,
.ast-primary-header,
header.site-header {
	background: var(--om-white) !important;
	box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
	border-bottom: 4px solid var(--om-orange) !important;
}

.site-branding .site-title a,
.site-branding .ast-site-title-wrap a {
	color: var(--om-blue-dark) !important;
	font-family: 'Playfair Display', serif !important;
	font-weight: 900 !important;
	font-size: 30px !important;
}

/* ===== NAVIGATION ===== */
.main-header-menu > .menu-item > a,
.main-navigation a {
	font-family: 'Inter', sans-serif !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	color: var(--om-gray) !important;
	transition: all 0.2s !important;
}

.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item.current-menu-item > a {
	color: var(--om-orange) !important;
}

/* ===== HERO / FRONT PAGE H1 ===== */
.page-id-47 .entry-content > h1:first-child,
body[class*="page-id-47"] .entry-content > h1:first-of-type {
	background: url('https://images.unsplash.com/photo-1562259929-b4e1fd3aef09?w=1600&h=500&fit=crop&crop=center') center/cover no-repeat;
	position: relative;
	color: var(--om-white) !important;
	font-size: clamp(2rem, 5vw, 3.2rem) !important;
	padding: 100px 40px 80px !important;
	margin: -30px -40px 40px !important;
	text-align: center;
	text-shadow: 0 3px 20px rgba(0,0,0,0.6);
	border-radius: 0 0 var(--om-radius) var(--om-radius);
}

.page-id-47 .entry-content > h1:first-child::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(13,71,161,0.80) 0%, rgba(10,46,107,0.70) 50%, rgba(255,111,0,0.50) 100%);
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	z-index: 0;
}

.page-id-47 .entry-content > h1:first-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
	background: var(--om-orange);
	border-radius: 3px;
	z-index: 1;
}

/* Fix text above overlay */
.page-id-47 .entry-content > h1:first-child {
	isolation: isolate;
}

/* ===== OTHER PAGE HEADERS ===== */
.entry-content > h1:first-child {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 40px;
	position: relative;
}

.entry-content > h1:first-child::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 5px;
	background: var(--om-orange);
	border-radius: 3px;
}

/* Services page header */
.page-id-61 .entry-content > h1:first-child,
body[class*="page-id-61"] .entry-content > h1:first-of-type {
	background: url('https://images.unsplash.com/photo-1589939705384-5185137a7f0f?w=1600&h=400&fit=crop&crop=center') center/cover no-repeat;
	color: var(--om-white) !important;
	padding: 80px 40px 60px !important;
	margin: -30px -40px 40px !important;
	text-shadow: 0 3px 20px rgba(0,0,0,0.6);
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	position: relative;
}
.page-id-61 .entry-content > h1:first-child::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(13,71,161,0.75), rgba(255,111,0,0.45));
	border-radius: 0 0 var(--om-radius) var(--om-radius);
}
.page-id-61 .entry-content > h1:first-child { isolation: isolate; }

/* About page header */
.page-id-54 .entry-content > h1:first-child,
body[class*="page-id-54"] .entry-content > h1:first-of-type {
	background: url('https://images.unsplash.com/photo-1558618666-fcd25c85f82e?w=1600&h=400&fit=crop&crop=center') center/cover no-repeat;
	color: var(--om-white) !important;
	padding: 80px 40px 60px !important;
	margin: -30px -40px 40px !important;
	text-shadow: 0 3px 20px rgba(0,0,0,0.6);
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	position: relative;
}
.page-id-54 .entry-content > h1:first-child::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(13,71,161,0.75), rgba(46,125,50,0.45));
	border-radius: 0 0 var(--om-radius) var(--om-radius);
}
.page-id-54 .entry-content > h1:first-child { isolation: isolate; }

/* Contact page header */
.page-id-68 .entry-content > h1:first-child,
body[class*="page-id-68"] .entry-content > h1:first-of-type {
	background: url('https://images.unsplash.com/photo-1513694203232-719a280e022f?w=1600&h=400&fit=crop&crop=center') center/cover no-repeat;
	color: var(--om-white) !important;
	padding: 80px 40px 60px !important;
	margin: -30px -40px 40px !important;
	text-shadow: 0 3px 20px rgba(0,0,0,0.6);
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	position: relative;
}
.page-id-68 .entry-content > h1:first-child::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(13,71,161,0.75), rgba(255,179,0,0.45));
	border-radius: 0 0 var(--om-radius) var(--om-radius);
}
.page-id-68 .entry-content > h1:first-child { isolation: isolate; }

/* ===== H2 SECTION HEADERS ===== */
.entry-content h2 {
	color: var(--om-blue-dark) !important;
	margin-top: 50px !important;
	margin-bottom: 20px !important;
	padding: 16px 20px 16px 24px;
	border-left: 5px solid var(--om-orange);
	background: linear-gradient(90deg, rgba(255,111,0,0.06) 0%, transparent 100%);
	border-radius: 0 var(--om-radius) var(--om-radius) 0;
}

/* ===== LISTS ===== */
.entry-content ul {
	list-style: none;
	padding-left: 0;
	margin: 24px 0;
}

.entry-content ul li {
	padding: 14px 0 14px 44px;
	position: relative;
	border-bottom: 1px solid var(--om-border);
	font-size: 15px;
	line-height: 1.7;
}

.entry-content ul li:last-child { border-bottom: none; }

.entry-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 28px;
	height: 28px;
	background: var(--om-orange);
	border-radius: 50%;
	opacity: 0.15;
}

.entry-content ul li::after {
	content: '\2713';
	position: absolute;
	left: 7px;
	top: 18px;
	font-size: 14px;
	font-weight: 900;
	color: var(--om-orange);
}

.entry-content ul li strong {
	color: var(--om-blue-dark);
}

/* ===== CTA BUTTONS ===== */
.entry-content a[href^="tel:"] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, var(--om-orange) 0%, var(--om-orange-light) 100%) !important;
	color: var(--om-white) !important;
	padding: 14px 32px !important;
	border-radius: 50px !important;
	font-weight: 800 !important;
	font-size: 17px !important;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(255,111,0,0.35);
	transition: all 0.25s ease !important;
}

.entry-content a[href^="tel:"]:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 10px 30px rgba(255,111,0,0.45) !important;
}

.entry-content a[href^="tel:"]::before {
	content: '\260E';
	font-size: 20px;
}

.entry-content a[href^="mailto:"] {
	color: var(--om-blue) !important;
	font-weight: 700;
	text-decoration-color: var(--om-orange) !important;
	text-underline-offset: 4px;
}

.entry-content a[href*="wa.me"] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366 !important;
	color: var(--om-white) !important;
	padding: 12px 28px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	box-shadow: 0 4px 15px rgba(37,211,102,0.3);
	transition: all 0.25s !important;
	margin: 4px;
}

.entry-content a[href*="wa.me"]:hover {
	background: #1DA851 !important;
	transform: translateY(-2px) !important;
}

.entry-content a[href*="wa.me"]::before {
	content: '\1F4AC';
}

.entry-content a[href*="t.me"] {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #0088cc !important;
	color: var(--om-white) !important;
	padding: 12px 28px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	text-decoration: none !important;
	box-shadow: 0 4px 15px rgba(0,136,204,0.3);
	transition: all 0.25s !important;
	margin: 4px;
}

.entry-content a[href*="t.me"]:hover {
	background: #006699 !important;
	transform: translateY(-2px) !important;
}

.entry-content a[href*="t.me"]::before {
	content: '\2708';
}

/* ===== SERVICES PAGE CARDS ===== */
.page-id-61 .entry-content h2,
body[class*="page-id-61"] .entry-content h2 {
	background: var(--om-white);
	border: 2px solid var(--om-border);
	border-left: 6px solid var(--om-orange);
	padding: 20px 24px;
	border-radius: 0 var(--om-radius) var(--om-radius) 0;
	margin-top: 40px !important;
	box-shadow: var(--om-shadow-sm);
}

.page-id-61 .entry-content h2 + p,
body[class*="page-id-61"] .entry-content h2 + p {
	background: var(--om-white);
	border: 1px solid var(--om-border);
	border-top: none;
	padding: 20px 28px;
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	margin-top: -8px;
	margin-bottom: 24px;
	box-shadow: var(--om-shadow-sm);
}

/* ===== SERVICE IMAGES (via CSS) ===== */
.page-id-61 .entry-content h2:nth-of-type(1)::after,
body[class*="page-id-61"] .entry-content h2:nth-of-type(1)::after {
	content: '';
	display: block;
	height: 180px;
	margin-top: 12px;
	background: url('https://images.unsplash.com/photo-1562259929-b4e1fd3aef09?w=800&h=300&fit=crop') center/cover no-repeat;
	border-radius: 10px;
	opacity: 0.85;
}

.page-id-61 .entry-content h2:nth-of-type(2)::after,
body[class*="page-id-61"] .entry-content h2:nth-of-type(2)::after {
	content: '';
	display: block;
	height: 180px;
	margin-top: 12px;
	background: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=800&h=300&fit=crop') center/cover no-repeat;
	border-radius: 10px;
	opacity: 0.85;
}

.page-id-61 .entry-content h2:nth-of-type(3)::after,
body[class*="page-id-61"] .entry-content h2:nth-of-type(3)::after {
	content: '';
	display: block;
	height: 180px;
	margin-top: 12px;
	background: url('https://images.unsplash.com/photo-1615529162924-f8605388461d?w=800&h=300&fit=crop') center/cover no-repeat;
	border-radius: 10px;
	opacity: 0.85;
}

/* ===== CONTENT CONTAINER ===== */
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
	background: var(--om-white);
	border-radius: var(--om-radius);
	box-shadow: var(--om-shadow-sm);
	border: 1px solid var(--om-border);
	padding: 40px;
}

/* ===== NEWSLETTER ===== */
.oikosmou-newsletter-form {
	background: linear-gradient(135deg, var(--om-blue) 0%, var(--om-blue-dark) 100%) !important;
	padding: 44px !important;
	border-radius: var(--om-radius) !important;
	text-align: center;
	margin-top: 40px;
	box-shadow: var(--om-shadow);
}

.oikosmou-newsletter-form label {
	color: var(--om-white) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.oikosmou-newsletter-form input[type="email"] {
	border: 2px solid rgba(255,255,255,0.3) !important;
	border-radius: 50px !important;
	padding: 14px 24px !important;
	font-size: 15px !important;
	background: rgba(255,255,255,0.1) !important;
	color: var(--om-white) !important;
	width: 320px;
	max-width: 100%;
}

.oikosmou-newsletter-form input[type="email"]:focus {
	border-color: var(--om-orange) !important;
	background: rgba(255,255,255,0.15) !important;
}

.oikosmou-newsletter-form button,
.oikosmou-newsletter-form input[type="submit"] {
	background: linear-gradient(135deg, var(--om-orange), var(--om-orange-light)) !important;
	color: var(--om-white) !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 14px 36px !important;
	font-weight: 800 !important;
	font-size: 15px !important;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(255,111,0,0.3) !important;
	transition: all 0.25s !important;
}

.oikosmou-newsletter-form button:hover,
.oikosmou-newsletter-form input[type="submit"]:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 8px 25px rgba(255,111,0,0.45) !important;
}

/* ===== FOOTER ===== */
.site-footer,
.ast-small-footer,
.ast-footer-copyright,
footer.site-footer {
	background: var(--om-blue-dark) !important;
	color: rgba(255,255,255,0.75) !important;
	border-top: 5px solid var(--om-orange) !important;
}

.site-footer a,
.ast-footer-copyright a,
.ast-small-footer a {
	color: var(--om-orange) !important;
	font-weight: 600;
}

.site-footer a:hover,
.ast-footer-copyright a:hover {
	color: var(--om-yellow) !important;
}

.ast-small-footer .ast-footer-html-inner p,
.ast-footer-copyright .ast-footer-html-inner p {
	color: rgba(255,255,255,0.6) !important;
}

/* ===== BLOG POSTS ===== */
.blog article.post,
.archive article.post,
.search article.post {
	background: var(--om-white);
	border-radius: var(--om-radius);
	overflow: hidden;
	box-shadow: var(--om-shadow-sm);
	margin-bottom: 30px;
	border: 1px solid var(--om-border);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog article.post:hover,
.archive article.post:hover {
	transform: translateY(-6px);
	box-shadow: var(--om-shadow);
}

.blog .ast-blog-featured-section img,
.archive .ast-blog-featured-section img,
article .post-thumb img {
	border-radius: 0 !important;
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.blog .entry-title a,
.archive .entry-title a {
	color: var(--om-blue-dark) !important;
	text-decoration: none;
	font-family: 'Playfair Display', serif !important;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
	color: var(--om-orange) !important;
}

/* Category badges */
.blog .ast-blog-single-element .cat-links a,
.archive .cat-links a,
.entry-meta .cat-links a {
	background: var(--om-orange) !important;
	color: var(--om-white) !important;
	padding: 3px 12px !important;
	border-radius: 50px !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
}

/* Read more */
.ast-read-more-container a,
a.ast-button,
.read-more a {
	background: var(--om-blue) !important;
	color: var(--om-white) !important;
	padding: 10px 28px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	transition: all 0.25s !important;
}

.ast-read-more-container a:hover,
a.ast-button:hover {
	background: var(--om-orange) !important;
	transform: translateY(-2px);
}

/* ===== SINGLE POST ===== */
.single .entry-title {
	text-align: center;
	font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
}

.single .entry-meta {
	text-align: center;
	color: var(--om-gray-light);
	padding-bottom: 20px;
	border-bottom: 3px solid var(--om-orange);
	margin-bottom: 30px;
}

.single .ast-blog-featured-section img {
	border-radius: var(--om-radius) !important;
	box-shadow: var(--om-shadow);
}

/* ===== HOMEPAGE SECTIONS ===== */
.om-section {
	padding: 40px 0;
}

.om-section-title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 16px;
	position: relative;
}

.om-section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: var(--om-orange);
	border-radius: 2px;
}

.om-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.om-post-card {
	background: var(--om-white);
	border-radius: var(--om-radius);
	overflow: hidden;
	box-shadow: var(--om-shadow-sm);
	border: 1px solid var(--om-border);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.om-post-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--om-shadow);
}

.om-post-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 0 !important;
}

.om-post-card-body {
	padding: 20px;
}

.om-post-card-body h3 {
	font-size: 17px !important;
	margin: 0 0 8px !important;
}

.om-post-card-body h3 a {
	color: var(--om-blue-dark) !important;
	text-decoration: none;
}

.om-post-card-body h3 a:hover {
	color: var(--om-orange) !important;
}

.om-post-card-body p {
	font-size: 14px;
	color: var(--om-gray-light);
	margin: 0 0 12px;
	line-height: 1.6;
}

.om-post-card-cat {
	display: inline-block;
	background: var(--om-orange);
	color: var(--om-white) !important;
	padding: 3px 12px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.om-post-card-readmore {
	display: inline-block;
	color: var(--om-blue) !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.om-post-card-readmore:hover {
	color: var(--om-orange) !important;
}

.om-post-card-readmore::after {
	content: ' \2192';
}

.om-view-all {
	text-align: center;
	margin-top: 24px;
}

.om-view-all a {
	display: inline-block;
	background: var(--om-blue) !important;
	color: var(--om-white) !important;
	padding: 12px 32px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	transition: all 0.25s !important;
}

.om-view-all a:hover {
	background: var(--om-orange) !important;
	transform: translateY(-2px);
}

/* Video embed in cards */
.om-post-card .om-video-thumb {
	position: relative;
}

.om-post-card .om-video-thumb::after {
	content: '\25B6';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	background: rgba(255,111,0,0.9);
	border-radius: 50%;
	color: white;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	text-indent: 3px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* ===== ARCHIVE PAGES HEADER ===== */
.ast-archive-description {
	background: linear-gradient(135deg, var(--om-blue) 0%, var(--om-blue-dark) 100%) !important;
	padding: 50px 30px !important;
	border-radius: 0 0 var(--om-radius) var(--om-radius);
	text-align: center;
	margin-bottom: 30px;
}

.ast-archive-description .page-title,
.ast-archive-description .ast-archive-title {
	color: var(--om-white) !important;
}

.ast-archive-description p {
	color: rgba(255,255,255,0.7) !important;
}

/* ===== LANGUAGE SWITCHER ===== */
.menu-item.lang-item a {
	font-size: 12px !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	padding: 4px 10px !important;
	border-radius: 6px;
}

.menu-item.lang-item.current-lang a {
	background: var(--om-blue) !important;
	color: var(--om-white) !important;
}

/* ===== SCROLL TO TOP ===== */
#ast-scroll-top {
	background: var(--om-orange) !important;
	color: var(--om-white) !important;
	border-radius: 50% !important;
	width: 50px !important;
	height: 50px !important;
	box-shadow: 0 4px 15px rgba(255,111,0,0.4) !important;
	border: none !important;
}

#ast-scroll-top:hover {
	background: var(--om-blue) !important;
}

/* ===== CONTACT PAGE CENTERED ===== */
.page-id-68 .entry-content h2,
body[class*="page-id-68"] .entry-content h2 {
	text-align: center;
	border-left: none;
	background: none;
	padding-left: 0;
}

.page-id-68 .entry-content h2::after,
body[class*="page-id-68"] .entry-content h2::after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: var(--om-orange);
	margin: 12px auto 0;
	border-radius: 2px;
}

/* ===== RTL ===== */
html[dir="rtl"] .entry-content h2 {
	border-left: none;
	border-right: 5px solid var(--om-orange);
	padding-left: 0;
	padding-right: 24px;
	background: linear-gradient(270deg, rgba(255,111,0,0.06) 0%, transparent 100%);
	border-radius: var(--om-radius) 0 0 var(--om-radius);
}

html[dir="rtl"] .entry-content ul li {
	padding-left: 0;
	padding-right: 44px;
}

html[dir="rtl"] .entry-content ul li::before {
	left: auto;
	right: 0;
}

html[dir="rtl"] .entry-content ul li::after {
	left: auto;
	right: 7px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 921px) {
	.ast-header-break-point .main-header-menu {
		background: var(--om-white);
		border-top: 4px solid var(--om-orange);
	}

	.om-posts-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 544px) {
	.page-id-47 .entry-content > h1:first-child {
		padding: 60px 20px 50px !important;
		margin: -10px -20px 30px !important;
	}

	.ast-separate-container .ast-article-single,
	.ast-separate-container .ast-article-post {
		padding: 20px;
	}
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.entry-content > * {
	animation: fadeInUp 0.4s ease backwards;
}

.entry-content > *:nth-child(1) { animation-delay: 0s; }
.entry-content > *:nth-child(2) { animation-delay: 0.06s; }
.entry-content > *:nth-child(3) { animation-delay: 0.12s; }
.entry-content > *:nth-child(4) { animation-delay: 0.18s; }
.entry-content > *:nth-child(5) { animation-delay: 0.24s; }
.entry-content > *:nth-child(6) { animation-delay: 0.30s; }
.entry-content > *:nth-child(7) { animation-delay: 0.36s; }
.entry-content > *:nth-child(8) { animation-delay: 0.42s; }
