/*!
Theme Name: PVZG
Theme URI: http://underscores.me/
Author: PVZG
Author URI: http://underscores.me/
Description: Description
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: pvzg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PVZG is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* fontovi */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*, html, body
{
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
}

p
{
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #181818;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Poppins", sans-serif;
	color: #181818;
}


h4
{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;

}

a, a:link, a:active, a:hover, a:visited
{
	color: #293896;
	text-decoration: none;
	font-weight: 700;
}

a:hover
{
	color: #181818;
}
/*********************/


/* UREĐENJE ZAGLAVLJA */
header
{
    font-family: "Poppins", sans-serif;
    color: #fff;
    width: 100%;
    height: 178px;
    z-index: 900;
    padding: 0;
}

#masthead
{
    padding-right: 0px;
    padding-left: 0px;
}

.transparentni-sloj-zaglavlje
{
    width: 100%;
    height: 178px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    z-index: 910;
    position: absolute;
}

.sekundarna-glavna-navigacija
{
    font-size: 0.8em;
    line-height: 2.5em;
    z-index: 920;
    height: 58px;
}

.redak-sekundarna-glavna-navigacija
{
    height: 58px;
}

.redak-sekundarna-glavna-navigacija::after
{
    display: block;
    content: "";
    position: relative;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    border-radius: 4px;
}

.stupac-sekundarna-glavna-navigacija
{
    padding: 0px 20px;
}

span.adresa::before
{
    font-family: "bootstrap-icons";
    content: "\F3E7";
    padding-right: 10px;
}

span.mob::before
{
    font-family: "bootstrap-icons";
    content: "\F5B4";
    padding-right: 10px;
}

a .bi-instagram, a .bi-youtube, a .bi-facebook, a .bi-linkedin
{
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    padding: 0px 0px 0px 10px;
}

a.link-sekundarna-glavna-navigacija, 
a.link-sekundarna-glavna-navigacija:link, 
a.link-sekundarna-glavna-navigacija:active, 
a.link-sekundarna-glavna-navigacija:hover, 
a.link-sekundarna-glavna-navigacija:visited
{
    border-radius: 50px;
    box-shadow: 0 0 0 4em #293896 inset;
    padding: 0.8em 1.5em;
    background-color: #293896;
    color: #fff;
    font-size: 1em;
    line-height: 2.5em;
    font-weight: 400;
    margin-left: 15px;
}

.redak-primarna-glavna-navigacija
{
    height: 120px;
    z-index: 900;
}

nav
{
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 0px 10px;
}

nav ul
{
    list-style: none;
    display: block;
    float: right;
    margin: 0px;
    padding: 0px;
}

nav ul li
{
    position: relative;
    float: left;
    padding: calc(120px * .25) calc(50px * .2) calc(120px * .25) 0;
    margin: 0;
}

nav ul li:last-child
{
    padding-right: 0px;
}

nav ul li a, nav ul li a:active, nav ul li a:link, nav ul li a:hover, nav ul li a:visited
{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: calc(120px * .5);
    font-size: 1.5em;
    padding: 0 calc(50px * .4);
    color: #fff;
    display: block;
    position: relative;
}

nav ul li a::after
{
    content: "";
    width: 0%;
    display: block;
    height: 2px;
    background-color: #fff;
    bottom: -15px;
    border-radius: 10px;
    transition: all 400ms linear;
}

nav ul li a:hover::after
{
    width: 100%;
    
}
/*********************/


/* NASLOVNICA */
section
{
    margin-bottom: 50px;
}

.pozadinska-slika-na-vrhu
{
    background-image: url("https://pvzg.hr/wp-content/uploads/2022/07/naslovna-bg-hd.jpg");
    background-size: cover;
    width: 100%;
    height: 926px;
    margin-top: -178px;
    z-index: 10;
    padding: 0;
}

.sloj-na-pozadini
{
    width: 100%;
    height: 748px;
    margin-top: 178px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
    z-index: 11;
    position: absolute;
}

.prvi-ekran-naslovnice
{
    padding-left: 40px;
}

.dobrodosli
{
    margin-top: 350px;
    margin-bottom: 50px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.5rem;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.prvi-ekran-naslovnice a,
.prvi-ekran-naslovnice a:link,
.prvi-ekran-naslovnice a:visited,
.prvi-ekran-naslovnice a:hover,
.prvi-ekran-naslovnice a:active
{
    border-radius: 50px;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    padding: 1.2em 1.8em;
    text-decoration: none;
    transition: all 300ms ease;
    background-color: #293896;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.prvi-ekran-naslovnice a:hover
{
    box-shadow: 0 0 0 4em #293896 inset, 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: translateY(-3px);
}

.vrste-studija-odaberi-studij
{
    padding: 0px 20px;
    margin-bottom: 50px;
}

.pozadina-vrsta-studija-desno
{
    background-image: url("https://pvzg.integrum.hr/wp-content/themes/pvzg/slike/pvzg-geometrijski-oblici-pozadina.png");
    background-size: cover;
    margin-top: 15px;
}

.kartica-studija
{
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 30px -10px rgb(133,153,162,.5);
}


.kartica-studija .studij
{
    font-size: 1.1rem;
    font-weight: 700;
}

.kartica-studija .vrsta
{
    font-size: 0.8rem;
    font-weight: 400;
}

p.uvod
{
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.highlight
{
    text-transform: uppercase;
    color: #293896;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.5rem;
    margin-bottom: 1.1rem;
    font-family: "Poppins", sans-serif;
}

.highlight::after
{
    display: block;
    content: "";
    color: #293896;
    width: 20px;
    border-style: solid;
    border-width: 0 0 3px;
    margin: 0 0 .4em;
}

.card
{
    margin-top: 15px;
}

p.podnaslov
{
    font-size: 1.4;
    font-weight: 500;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

p.card-text
{
    font-size: 1.2rem;
}

.prijave-i-upisi h2
{
    font-size: 2.75;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2;
}

.prijave-i-upisi a,
.prijave-i-upisi a:link,
.prijave-i-upisi a:visited,
.prijave-i-upisi a:hover,
.prijave-i-upisi a:active
{
    border-radius: 50px;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    padding: 1.2em 1.8em;
    text-decoration: none;
    transition: all 300ms ease;
    background-color: ##ffc20e;
    color: #191919;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    box-shadow: 0 0 0 4em #ffc20e inset;
}

.prijave-i-upisi a:hover
{
    box-shadow: 0 0 0 4em #ffc20e inset, 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: transparent;
    color: #191919;
}

/*********************/


/* UREĐENJE PODNOŽJA */
footer
{
	margin-top: 50px;
}

.podnozje-full-width-siva-pozadina
{
	background-color: #f7f7f5;
	padding: 50px 0px;
}

.podnozje-stupac
{
	padding: 0px 20px;
}

footer .podnozje-stupac img.podnozje-logo
{
	display: block;
	width: 240px;
	height: 120px;
	margin-bottom: 20px;
}

footer .podnozje-stupac a, footer .podnozje-stupac a:link, footer .podnozje-stupac a:active, footer .podnozje-stupac a:visited, footer .podnozje-stupac a:hover
{
	display: block;
	text-decoration: none;
	color: #181818;
	font-weight: 14px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 20px;
}

a.podnozje-telefon::before
{
	font-family: "bootstrap-icons";
	content: "\F5B4";
	padding-right: 10px;
}

a.podnozje-mail::before
{
	font-family: "bootstrap-icons";
	content: "\F32C";
	padding-right: 10px;
}

.drustvene-mreze
{
	display: flex;
	margin: 50px 0px;
}

img.drustvene-mreze-ikona
{
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

img.podnozje-logo-eu
{
	display: block;
	padding: 5px;
	width: 130px;
	height: auto;
}

.podnozje-full-width-crna-pozadina
{
	background-color: #000;
	padding: 15px 0px;
}

.podnozje-full-width-crna-pozadina p
{
	color: #fff;
}

.podnozje-full-width-crna-pozadina a, .podnozje-full-width-crna-pozadina a:visited, .podnozje-full-width-crna-pozadina a:active
{
	text-decoration: none;
	color: #fff;
}

.podnozje-full-width-crna-pozadina a:hover
{
	text-decoration: underline;
	color: #fff;
}
/*********************/