/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.6.1.1774950888
Updated: 2026-03-31 09:54:48
*/

/* LAYOUT */

.site-content,
.content-area,
.site-main {
	max-width: none !important;
	width: 100% !important;
}

.ogledalo-front-page {
	padding: 20px 0 32px;
}

.ogledalo-archive-page,
.ogledalo-single-page {
	margin-top: 20px;
}

.ogledalo-shell {
	display: grid;
	gap: 32px;
	width: min(1600px, calc(100% - 48px)) !important;
	margin: 0 auto !important;
}

.ogledalo-main {
	min-width: 0;
	padding-left: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.ogledalo-single,
.ogledalo-single-page .ogledalo-main {
	max-width: 1100px !important;
	width: 100% !important;
}

.ogledalo-single__title,
.ogledalo-single__content {
	max-width: none !important;
}

/* HEADER */

.site-header {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.inside-header {
	max-width: 1600px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding,
.main-navigation {
	margin: 0;
}

.custom-logo,
.site-logo img {
	max-height: 58px;
	width: auto;
	display: block;
}

.main-navigation .main-nav ul {
	display: flex;
	align-items: center;
	gap: 18px;
}

.main-navigation .main-nav ul li a {
	position: relative;
	padding: 8px 0;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #111;
	text-decoration: none;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current_page_item > a,
.main-navigation .main-nav ul li.current-menu-ancestor > a {
	color: #c40000;
}

.main-navigation .main-nav ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #c40000;
	transition: width 0.2s ease;
}

.main-navigation .main-nav ul li a:hover::after,
.main-navigation .main-nav ul li.current-menu-item > a::after,
.main-navigation .main-nav ul li.current_page_item > a::after,
.main-navigation .main-nav ul li.current-menu-ancestor > a::after {
	width: 100%;
}

/* HERO */

.ogledalo-hero {
	margin: 0 0 34px;
}

.ogledalo-hero__post {
	margin: 0;
}

.ogledalo-hero__link {
	color: inherit;
	text-decoration: none;
}

.ogledalo-hero__media {
	max-width: 980px;
	margin: 0 auto 18px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 2px;
	background: #f2f2f2;
}

.ogledalo-hero__media img,
.ogledalo-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ogledalo-hero__body {
	max-width: 980px;
	margin: 0 auto;
	padding-top: 14px;
}

.ogledalo-hero__content {
	max-width: 900px;
	margin: 0 auto;
}

.ogledalo-kicker {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #c00;
}

.ogledalo-hero__title {
	margin: 0;
	max-width: 1100px;
	font-size: clamp(42px, 5.2vw, 64px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

/* CARDS */

.ogledalo-section {
	margin-top: 28px;
}

.ogledalo-section__header {
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.ogledalo-section__title,
.ogledalo-section h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
}

.ogledalo-section__title a,
.ogledalo-card__link {
	color: inherit;
	text-decoration: none;
}

.ogledalo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ogledalo-card {
	margin: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ogledalo-card:hover {
	transform: translateY(-3px);
}

.ogledalo-card__media {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 8px;
	overflow: hidden;
	background: #eee;
}

.ogledalo-card__media img,
.ogledalo-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ogledalo-card__media.is-empty {
	position: relative;
	background: linear-gradient(135deg, #1b1b1b 0%, #2d2d2d 100%);
}

.ogledalo-card__media.is-empty::after {
	content: "Ogledalo.net";
	position: absolute;
	right: 12px;
	bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

.ogledalo-card__title {
	margin-top: 10px !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.22 !important;
	letter-spacing: -0.01em;
}

.ogledalo-card__link:hover .ogledalo-card__title {
	opacity: 0.82;
}

/* ARCHIVE */

.ogledalo-archive-header {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.ogledalo-archive-header h1 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 700;
}

.ogledalo-archive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.ogledalo-pagination {
	margin-top: 24px;
}

.ogledalo-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.ogledalo-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #e5e5e5;
	color: inherit;
	text-decoration: none;
}

.ogledalo-pagination .page-numbers.current {
	font-weight: 700;
	border-color: #111;
}

/* SINGLE */

.ogledalo-single__header {
	margin-bottom: 20px;
}

.ogledalo-single__title {
	margin: 0 0 14px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.08;
	font-weight: 700;
}

.ogledalo-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 6px;
	font-size: 14px;
	color: #666;
}

.ogledalo-single__sep {
	color: #999;
}

.ogledalo-single__media {
	margin: 0 0 24px;
}

.ogledalo-single__image {
	display: block;
	width: 100%;
	height: auto;
}

.ogledalo-single__content {
	font-size: 21px;
	line-height: 1.8;
	color: #111;
}

.ogledalo-single__content p {
	margin: 0 0 1.35em;
}

.ogledalo-single__content h2,
.ogledalo-single__content h3 {
	margin: 1.6em 0 0.7em;
	line-height: 1.2;
}

.ogledalo-single__content ul,
.ogledalo-single__content ol {
	margin: 0 0 1.35em 1.4em;
}

.ogledalo-single__content blockquote {
	margin: 1.6em 0;
	padding: 0.2em 0 0.2em 1em;
	border-left: 3px solid #ddd;
	color: #333;
	font-style: italic;
}

/* RELATED */

.ogledalo-related {
	margin-top: 48px;
	padding-top: 20px;
	border-top: 2px solid #eee;
}

.ogledalo-related__title {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.ogledalo-related__grid {
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* SIDEBAR */

.ogledalo-sidebar {
	min-width: 0;
	padding-left: 20px;
	border-left: 1px solid #eee;
}

.ogledalo-sidebar .widget,
.sidebar .widget {
	margin-bottom: 30px;
}

.ogledalo-sidebar h2,
.ogledalo-sidebar .widget-title,
.widget-title {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

.ogledalo-sidebar .widget-title::after,
.widget-title::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	margin-top: 6px;
	background: #c00;
}

.ogledalo-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ogledalo-sidebar li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 1.4;
}

.ogledalo-sidebar a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #111;
	text-decoration: none;
}

.ogledalo-sidebar a:hover {
	color: #c40000;
}

/* LOAD MORE */

.ogledalo-load-more-wrap {
	margin-top: 28px;
	text-align: center;
}

.ogledalo-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border: 0;
	background: #111;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.ogledalo-load-more-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
}

.ogledalo-load-more-btn:disabled {
	opacity: 0.7;
	cursor: default;
	transform: none;
}

/* FOOTER */

.site-footer {
	margin-top: 48px;
	background: #0b0f1a;
	color: #c9ced6;
	border-top: 3px solid #c40000;
	padding: 40px 0;
}

.site-footer a {
	color: #c9ced6;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.footer-widgets {
	max-width: 1600px;
	margin: 0 auto;
	padding: 34px 24px 18px;
}

.footer-widgets .widget {
	margin-bottom: 22px;
}

.footer-widgets .widget-title,
.footer-widgets h2,
.footer-widgets h3 {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

.footer-widgets p,
.footer-widgets li,
.footer-widgets a {
	font-size: 14px;
	line-height: 1.5;
	color: #c9ced6;
	text-decoration: none;
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets li {
	margin-bottom: 8px;
}

.site-info {
	max-width: 1600px;
	margin: 0 auto;
	padding: 14px 24px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #8d96a3;
}

.site-info a {
	color: #c9ced6;
	text-decoration: none;
}

.site-info a:hover {
	color: #fff;
}

/* RESPONSIVE */

@media (min-width: 1024px) {
	.ogledalo-shell {
		grid-template-columns: minmax(0, 1fr) 320px !important;
		gap: 32px !important;
	}
}

@media (min-width: 1200px) {
	.ogledalo-sidebar {
		position: sticky;
		top: 110px;
		align-self: start;
	}
}

@media (max-width: 1024px) {
	.inside-header {
		padding: 12px 18px;
	}

	.custom-logo,
	.site-logo img {
		max-height: 50px;
	}

	.main-navigation .main-nav ul {
		gap: 14px;
	}

	.ogledalo-hero__media,
	.ogledalo-hero__body {
		max-width: 100%;
	}

	.ogledalo-hero__title {
		font-size: clamp(34px, 7vw, 48px);
		line-height: 1.08;
	}

	.ogledalo-card__title {
		font-size: 18px !important;
	}

	.ogledalo-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ogledalo-archive-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ogledalo-related__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.inside-header {
		padding: 10px 14px;
	}

	.custom-logo,
	.site-logo img {
		max-height: 42px;
	}

	.main-navigation .menu-toggle {
		font-size: 16px;
		font-weight: 700;
	}

	.ogledalo-shell {
		width: calc(100% - 24px) !important;
	}

	.ogledalo-grid,
	.ogledalo-related__grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.ogledalo-sidebar {
		margin-top: 28px;
		padding-left: 0 !important;
		border-left: 0 !important;
	}

	.ogledalo-load-more-btn {
		width: 100%;
	}

	.footer-widgets {
		padding: 28px 14px 12px;
	}

	.site-info {
		padding: 12px 14px 18px;
	}
}

@media (max-width: 719px) {
	.ogledalo-single__title {
		font-size: 34px;
	}

	.ogledalo-single__content {
		font-size: 18px;
		line-height: 1.75;
	}
}

@media (max-width: 640px) {
	.ogledalo-hero {
		margin-bottom: 26px;
	}

	.ogledalo-hero__media {
		margin-bottom: 14px;
	}

	.ogledalo-hero__title {
		font-size: 34px !important;
		line-height: 1.1 !important;
	}

	.ogledalo-card__title {
		font-size: 17px !important;
		line-height: 1.28 !important;
	}

	.ogledalo-related__grid,
	.ogledalo-archive-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.ogledalo-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.ogledalo-hero__title {
		font-size: 30px !important;
	}

	.ogledalo-single__title {
		font-size: 32px !important;
		line-height: 1.1 !important;
	}

	.ogledalo-single__content {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}
}
/* HEADER POLISH */

.site-header {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.inside-header {
	max-width: 1600px;
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-branding {
	flex: 0 0 auto;
	margin: 0;
}

.main-navigation {
	flex: 1 1 auto;
	margin: 0;
}

.main-navigation .inside-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	min-height: auto;
}

.custom-logo,
.site-logo img {
	display: block;
	width: auto;
	max-height: 54px;
}

.main-navigation .main-nav > ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.main-navigation .main-nav > ul > li > a {
	position: relative;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #111;
	text-decoration: none;
}

.main-navigation .main-nav > ul > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #c40000;
	transition: width 0.2s ease;
}

.main-navigation .main-nav > ul > li > a:hover,
.main-navigation .main-nav > ul > li.current-menu-item > a,
.main-navigation .main-nav > ul > li.current_page_item > a,
.main-navigation .main-nav > ul > li.current-menu-ancestor > a {
	color: #c40000;
}

.main-navigation .main-nav > ul > li > a:hover::after,
.main-navigation .main-nav > ul > li.current-menu-item > a::after,
.main-navigation .main-nav > ul > li.current_page_item > a::after,
.main-navigation .main-nav > ul > li.current-menu-ancestor > a::after {
	width: 100%;
}

.main-navigation .menu-bar-items {
	display: flex;
	align-items: center;
	margin-left: 14px;
}

.main-navigation .menu-bar-item > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #111;
	text-decoration: none;
}

.main-navigation .menu-bar-item > a:hover,
.main-navigation .menu-bar-item > a:focus {
	color: #c40000;
}

@media (max-width: 1024px) {
	.inside-header {
		padding: 12px 18px;
		gap: 18px;
	}

	.custom-logo,
	.site-logo img {
		max-height: 48px;
	}

	.main-navigation .inside-navigation,
	.main-navigation .main-nav > ul {
		gap: 14px;
	}
}

@media (max-width: 768px) {
	.inside-header {
		padding: 10px 14px;
		gap: 14px;
	}

	.custom-logo,
	.site-logo img {
		max-height: 42px;
	}

	.main-navigation .menu-toggle {
		padding: 10px 0;
		font-size: 16px;
		font-weight: 700;
	}

	.main-navigation .menu-bar-items {
		margin-left: 10px;
	}
}