/*
 Theme Name:   ARTsee
 Theme URI:    https://panstilia.org
 Description:  ARTsee theme based on Twenty Twenty Theme
 Author:       Ensar Sarajcic
 Author URI:   https://ensarsarajcic.com
 Template:     twentytwenty
 Version:      1.0.0
 Text Domain:  artsee
*/

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Roboto', sans-serif !important;
}

#site-footer {
	background-color: #000849;
	color: #ffffff;
	display: flex;
	justify-content: center;
	padding: 0 40px;
}

#site-footer .section-inner {
	justify-content: center;
}

.footer-nav-widgets-wrapper {
	background-color: #000849;
	color: #ffffff;
	padding: 0 40px;
}

.footer-nav-widgets-wrapper:after {
	content: "";
	display: table;
	clear:both
}

.fill-children-current-color {
	fill: #ffffff;
}

.footer-nav-widgets-wrapper div {
	justify-content: center;
	width: 25%;
	float: left;
	display: flex;
}

.footer-nav-widgets-wrapper div.section-inner {
	width: 50%;
}

.footer-inner.section-inner {
	margin-left: 0;
	margin-right: 0;
}

.footer-social {
	background-color: none;
}

.social-icons a {
	background-color: none;
	background: none;
}

ul.social-icons {
	justify-content: center;
	flex-wrap: unset;
}

.footer-top {
	border-bottom: none;
	padding: 6rem 0 2.5rem 0;
}

.footer-top.has-social-menu {
	padding: 8rem 0 2.5rem 0;
}

.footer-copyright {
	font-weight: 500;
}

.footer-partners img {
	max-width: none;
	height: fit-content;
	scale: 0.8;
}

body.home {
	background: none;
	background-color: #1263a2;
}

@media(min-width: 700px) {
	body.home figure.featured-media {
		float: right;
		width: 60%;
	}

	body.home .entry-content {
		float: left;
		height: 30vw;
	}

	body.home .entry-content h1 {
		position: absolute;
		top: 50%;
		bottom: 50%;
		padding: 4rem;
		width: 30% !important;
	}
}

body.home figure.featured-media .featured-media-inner {
	left: initial;
	position: initial;
}

body.home figure.featured-media:before {
	content: none;
	height: 30vw;
}

body.home .footer-nav-widgets-wrapper {
	margin-top: 0;
}

.extra-no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.entry-header {
	padding: 0 !important;
}

.page-template-default, .page-template, .post-template-default, .category {
	background: none;
	background-color: #ffffff;
}

.primary-menu li.menu-item a, .primary-menu li.menu-item span {
	color: #686868 !important;
	font-weight: bold;
}

.primary-menu li.menu-item.current-menu-item a, .primary-menu li.menu-item.current-menu-item span {
	color: #d35025 !important;
}

.primary-menu li.menu-item .sub-menu li.menu-item a {
	color: #ffffff !important;
}

.primary-menu li.menu-item .sub-menu li.menu-item.current-menu-item a {
	color: #d35025 !important;
}


.primary-menu li {
	font-family: 'Roboto', sans-serif;
	margin: 0 4rem;
}

.mh-40 {
	margin: 0 40px;
}

.entry-categories, .archive-title {
        display: none;
}

.archive-header {
        padding: 0;
}

.single-post .post.category-muzej .featured-media {
        display: none;
}

.single-post .post.category-muzej header {
        display: none;
}

.single-post .post.category-muzej .post-inner {
        padding-top: 0;
}

.single-post .category-muzej .pagination-single {
        display: none;
}

.archive .post.category-muzej .post-inner {
        display: none;
}

.single-post .post.category-izlozba .featured-media {
        display: none;
}

.single-post .post.category-izlozba header {
        display: none;
}

.single-post .post.category-izlozba .post-inner {
        padding-top: 0;
}

.single-post .category-izlozba .pagination-single {
        display: none;
}

.archive .post.category-izlozba .post-inner {
        display: none;
}

.extra-no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.post-50 .wp-block-clumn.extra-no-side-padding {
        margin-left: 0 !important;
}

.extra-no-vertical-margin {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.post-50 .post-inner {
	padding-top: 0;
}

.category-muzej #site-content {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 4rem;
	margin-right: 4rem;
}

.category-muzej #site-content .archive-header {
	display: none;
	padding: 0;
}

.category-muzej #site-content article {
	padding: 0 !important;
}

.category-muzej #site-content article .entry-header {
	position: relative;
	top: 40%;
	z-index: 99;
	height: 0;
	width: 100%;
}

.category-muzej #site-content article .entry-header a {
	color: #fff !important;
}

.category-muzej #site-content article .entry-header .post-meta-wrapper {
	display: none;
}

.category-muzej #site-content article .section-inner.medium {
	max-width: none;
	width: auto;
}

.category-muzej #site-content article .section-inner.medium::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 179, 0, 0.5);
	margin: auto;
}

.category-muzej #site-content .post-separator {
	display: none;
}

.category-izlozba #site-content {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: 4rem;
	margin-right: 4rem;
}

.category-izlozba #site-content .archive-header {
	display: none;
	padding: 0;
}

.category-izlozba #site-content article {
	padding: 0 !important;
}

.category-izlozba #site-content article .entry-header {
	position: relative;
	top: 40%;
	z-index: 99;
	height: 0;
	width: 100%;
}

.category-izlozba #site-content article .entry-header a {
	color: #fff !important;
}

.category-izlozba #site-content article .entry-header .post-meta-wrapper {
	display: none;
}

.category-izlozba #site-content article .section-inner.medium {
	max-width: none;
	width: auto;
}

.category-izlozba #site-content .post-separator {
	display: none;
}

.category-programi #site-content .post-separator {
	display: none;
}

.header-titles-wrapper {
	margin-left: -4rem;
	scale: 0.75;
}

.header-inner {
	padding: 0;
}
