/*!
Theme Name: IZM 2025
Theme URI: http://underscores.me/
Author: Tomislav Šuk
Author URI: http://Poveznica%20na%20web
Description: Opis teme :)
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: izm
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

body{
	font-family: "Heebo", sans-serif;
	font-size: 16px;
	color: #21243D;
}

.navbar-nav li{
	display: inline-block;
}

.navbar-nav li a{
	color: #D592D7;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	padding: 0 20px;
}

.hero{
	padding: 200px 0;
}

.hero h1{
	font-size: 44px;
	line-height: 60px;
	color: #21243D;
	font-weight: 800;
	margin-bottom: 20px;
}

.hero p{
	margin-bottom: 30px;
}

.hero a{
	background: #FF6464;
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
    padding: 4px 12px;
}

.hero img{
	border-radius: 50%;
}



.recent-posts{
	background: #EDF7FA;
	padding-top: 40px;
	padding-bottom: 40px;
}

.recent-posts h3{
	color: #21243D;
    font-size: 22px;
    line-height: 60px;
}

.recent-posts h2 a{
	color: #21243D;
	text-decoration: none;
}

.recent-posts .view-all{
	text-align: right;
}

.recent-posts .view-all a{
	text-decoration: none;
	color: #00A8CC;
	line-height: 60px;
}

.recent-posts .post{
	background: white;
	border-radius: 10px;
	padding: 40px;
}

.recent-posts .wp-block-post-title{
	overflow: hidden;
    height: 80px;
}

.moj-link{
	margin-bottom: 0;
}

.moj-link a{
	text-decoration: none;
	color: #00A8CC;
}

.info .date, .info .tags {
    display: inline-block;
    margin-bottom: 14px;
}

/*
#works -> selektor po ID-iju
.work -> selektor po nazivu klase
img -> selektor po nazivu elementa
*/

.work {
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

.work h2 a{
	color: #21243D;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 800;
}

.work .tags{
	color: #8695A4;
	font-size: 20px;
}

.work .tags a{
	color: #8695A4;
	text-decoration: none;
}

.work img{
	width: 100%;
	height: auto;
}

.work .date{
	background: #142850;
	border-radius: 16px;
	line-height: 25px;
	padding-left: 16px;
	padding-right: 16px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
}

.featured-works h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #21243D;
    font-size: 22px;
    line-height: 60px;
}

.tags2{
	border-top: 1px solid #eee;
    margin-top: 40px;
}

.tags2 a{
	background-color: #fce8e9;
    color: #e41e27;
    border-radius: 10em;
    padding: 4px 10px;
    font-weight: 500;
    text-decoration: none;
    margin-right: 10px;
}

footer {
    text-align: center;
    font-size: 14px;
    margin-top: 120px;
}

footer .icons a {
    font-size: 30px;
    color: #21243D;
    text-decoration: none;
    margin-right: 10px;
}




.page-header {
    background: #EDF7FA;
    padding: 80px 0;
}

.page-header h1{
	text-transform: uppercase;
}

.page-header p{

}

.archive-post .featured-image img{
	width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 4px;
}

.archive-post a{
	text-decoration: none;
}

.archive-post h2{
	color: #21243D;
    font-size: 20px;
    height: 74px;
    overflow: hidden;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.archive-post .date{
	opacity: 0.4;
}

.archive-post .excerpt{
	font-size: 14px;
    height: 150px;
    overflow: hidden;
    line-height: 1.5;
}

.naslovna img, .maps {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.text-justify{
	text-align: justify;
}

ul.sub-menu {
    position: absolute;
    background: white;
    padding: 10px 0;
    display: none;
}

ul.sub-menu li {
    display: block;
}

ul.sub-menu li a {
    line-height: 1.5;
    display: block;
}

.navbar-nav li:hover .sub-menu {
    display: block;
}

.izvadak p
{
	color: lightgray;
	font-style: italic;
}

.istaknuta-slika
{
	width: 100%;
	height: 400px;
	border-radius: 15px;
}


.moja-slika-u-blogu
{
	border-radius: 15px;
}
