/*

Theme Name: Metamedij

Description: Metamedij

Version: 1.0

Author: Metamedij

Tags: Metamedij

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,700;1,8..60,400;1,8..60,700&display=swap');

:root{
	--txt: DarkBlue;
	--crv: OrangeRed;
	--w: White;
	font-size: 125%;
}

* {margin: 0; padding: 0;}

html,body{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Source Serif 4", Serif;
	font-size: 1rem;
	line-height: 1.5em;
	color: var(--txt);
	background: var(--w);
	text-align: center;
}
*, *:before, *:after {box-sizing:  border-box !important;}

p{
	margin-bottom: 1.5em;
	text-align: left;
}

h1, h2, h3, h4, h5 h6, ul, ol, blockquote{
	text-align: left;
}

a, a:link, a:visited{
	text-decoration: underline;
	color: var(--txt);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover, a:active{
	text-decoration: none;
	color: var(--crv);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

sup{
	line-height: 0;
}

/* GENERAL */

.traka{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

#outer{
	width: 75%;
	margin: 6rem 12.5% 0;
	padding: .75rem;
	float: left;
}


/* HEADER */

#header{
	width: 75%;
	float: left;
	margin: 0 12.5%;
	padding: 0 .75rem;
}
.glava{
	float: left;
	height: 100px;
	width: 100px;
	text-indent: 99999px;
	overflow: hidden;
	background-image: url('https://metamedia.hr/wp-content/uploads/2016/06/metamedij_logo.png');
	background-repeat: no-repeat;
}
.metam{
	float: left;
	height: 100px;
	width: 100px;
	text-indent: 99999px;
	overflow: hidden;
	background-image: url('https://metamedia.hr/wp-content/uploads/2016/06/metamusic_logo.png');
	background-repeat: no-repeat;
	margin: 0;
	display: none;
}

#header h1{
	font-size: 3rem;
	line-height: 1.25em;
	font-weight: 700;
}
#header a, #header a:link, #header a:visited{
	text-decoration: none;
}
#header a:hover, #header a:active{
	text-decoration: none;
}

#tagline{
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: var(--crv);
	visibility: hidden;
}

#top-menu{
	float: left;
	width: calc(100% - 100px);
	padding: 1.15rem .75rem 1rem 1.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: var(--crv);
}
#footer-menu{
	float: left;
	width: 100%;
	padding: .75rem 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: var(--crv);
}
#top-menu li, #footer-menu li{
	float: left;
	list-style: none;
}
#top-menu a, #top-menu a:link, #top-menu a:visited, #footer-menu a, #footer-menu a:link, #footer-menu a:visited{
	padding: .1875rem .375rem;
	color: var(--crv);
	float: left;
	border-bottom: none;
	text-decoration: none;
}
#top-menu a:hover, #top-menu a:active, #footer-menu a:hover, #footer-menu a:active{
	color: var(--txt);
	border-bottom: none;
	text-decoration: none;
}

/*POSTS*/

.post{
	width: 50%;
	float: left;
	padding: .75em;
	position: relative;
}

.feat{
	width: 100%;
	float: left;
	padding: .75em;
}

.post a, .post a:link, .post a:visited{
	text-decoration: underline var(--crv) solid;
}
.post a:hover, .post a:active{
	text-decoration: underline var(--txt) solid;
}

a.nounder, a.nounder:link, a.nounder:visited, a.nounder:hover, a.nounder:active{
	border-bottom: none;
}

.date{
	color: var(--crv);
	font-weight: bold;
	width: 100%;
	float: left;
}
.post .date{
	margin-top: .75em;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.feat .date{
	margin-top: 1.5rem;
	margin-bottom: 0.75em;
	width: 100%;
	float: left;
}

.category{
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: var(--crv);
	margin-top: .75rem !important;
	margin-bottom: 0;
	width: 100%;
	float: left;
}
.category a, .category a:link, .category a:visited{
	border: none;
	color: var(--crv);
}
.category a:hover, .category active{
	color: var(--txt);
}

.feat h2, .cat h2{
	font-size: 3rem;
	line-height: 1.25em;
	width: 100%;
	float: left;
}
.cat h2{
	margin-bottom: .75rem;
	width: 100%;
	float: left;
}

h2{
	font-size: 1.5em;
	line-height: 1.25em;
	width: 100%;
	float: left;
}

/* SINGLE */

.single{
	width: 100%;
	float: left;
	margin: 0;
	padding: .75rem;
}

.single p{margin: 0;}

.single p, .single ul, .single ol, .cat p{
	width: 100%;
	padding: 0 calc(100% / 6);
	float: left;
}

.single p.category{
	padding-bottom: 3rem;
	padding-top: 1.5rem;
}

.page h2{
	margin-bottom: 0.75rem;
}

h3{
	font-size: 1.5em;
	line-height: 1.25em;
	margin: 3rem 0 1.5rem 0;
}

p.tags{
	margin: 6rem 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.6em;
	line-height: 1.5rem;
	letter-spacing: 0.1em;
	color: var(--crv);
}

blockquote{
	font-weight: 700;
	color: var(--crv);
}

.single img.size-large{
	padding: 0 0 1.5rem 0;
	width: 100%;
	float: left;
}
.single img{
	padding: 0 calc(100% / 6) 1.5rem;
	width: 100%;
	height: auto;
	float: left;
}
.single img.size-thumbnail{
	padding: 0 calc(100% / 6 * 2) 1.5rem;
	width: 100%;
	float: left;
}
figure{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.cat{
	margin-left: .75rem;
	margin-right: .75rem;
	margin-bottom: 3em;
}

.navigation{
	width: 100%;
	padding: 1.5rem .75rem;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 2.25rem;
	letter-spacing: 0.1em;
	color: var(--crv);
}
.alignleft{
	width: 50%;
	float: left;
	text-align: left;
}
.alignright{
	width: 50%;
	float: right;
	text-align: right;
}

.post-data {
	width: 100%;
	margin: 3em 0 0 0;
	float: left;
	text-align: center;
}

.gallery{
	margin: 0 0 1.5em 0 !important;
}
.gallery-item{
	overflow: hidden;
}
.gallery-item img{
	border: none !important;
	margin: 0 !important;
}
.gallery-item, .gallery-item img, .gallery-item a{
	float: left;
}

/* FOOTER */

#footer{
	width: 100%;
	padding: 1.5rem .75rem;
	text-align: left;
	float: left;
}
.copyright{
	width: 100%;
	float: left;
	padding: 1.5rem 0;
}
.logosi{
	width: 100%;
	float: left;
	padding: .75rem 0;
}
.nacionalna{
	width: 20%;
	float: left;
	padding: 0;
}
.nacionalna img{
	float: left;
	width: 100px;
	margin: .375rem 0 .75rem;
}
.logosi .nacionalna p{
	width: 100%;
	float: left;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 0.6rem;
	line-height: 1.5em;
}
.ostali{
	width: 80%;
	float: left;
}

/* FORMULARI */
.ninja-forms-cont{
	text-align: left;
	width: 640px;
	margin: 0 auto 1.5em auto;
}
.ninja-forms-required-items{
	margin-bottom: 1.5em;
}
.ninja-forms-cont input{
	padding: .5em;
	font-family: "Source Serif 4", Georgia, Serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: DarkBlue;
	border: 2px solid DarkBlue;
	background: #fff;
}
.ninja-forms-cont textarea{
	padding: .5em;
	font-family: "Source Serif 4", Georgia, Serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5em;
	color: DarkBlue;
	border: 2px solid DarkBlue;
}
.submit-wrap input{
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75em;
	line-height: 1.5em;
}

.submit-wrap input:hover{
	background: DarkBlue;
	color: #fff;
}

/* mladi na mreži */

.gore{
	position: fixed;
	width: 9rem;
	top: 0;
	left: 0;
}
.gore img{
	margin: 0;
}
.gore p{
	text-align: center;
}
.dole{
	position: relative;
	float: left;
	width: 100%;
	height: ;
}
.logosi{
	padding: .75rem;
}
.logosi img{
	margin: .75rem;
}
.logosi p{
	font-size: .75rem;
	line-height: 1.5em;
}

/* MOMO INSTA */

ul.simple-instagram-list{
	width: 100% !important;
}
.simple-instagram-list-item{
	width: 225px !important;
	height: 225px !important;
	margin: 0 !important;
	overflow: hidden !important;
}
.simple-instagram-list-item img{
	max-width: 424px !important;
	max-height: 424px !important;
	width: 424px !important;
	height: 424px !important;
	margin: -106px 0 0 -106px !important;
}

/* promjena boje selektiranog teksta/elementa */
::selection{color:var(--w); background:var(--txt);}::-moz-selection{color:var(--w); background:var(--txt);}


@media only screen and (max-width: 1080px) {
	#header{
		width: 100%;
		margin: 0;
	}
	#outer{
		width: 100%;
		margin: 6rem 0 0;
	}
	.gore{
		width: 100%;
		top: 4.5rem;
	}
	.gore img{
		float: left;
	}
	.gore p{
		width: 50%;
		float: left;
		margin-top: 3rem;
		text-align: left;
		padding-left: 3rem;
	}
	.mladi{
		margin-top: 6rem;
	}
}


@media only screen and (max-width: 640px) {
	.traka{
		position: relative;
		float: left;
		width: 100%;
	}
	.glava, .metam{
		width: 50%;
	}
	#top-menu{
		width: 100%;
	}
	#outer{
		margin-top: 1.5rem;
	}
	.single p, .single ul, .single ol, .cat p{
		padding: 0;
	}
	.gore{
		width: 100%;
		top: 15rem;
	}
}

@media only screen and (max-width: 580px) {
	.post{
		width: 100%;
	}
}