/*!
Theme Name: parkinzi
Theme URI: https://them.es/starter
Author: Parkinzi
Author URI: https://them.es/
Description: Parkinzi Negotino
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: parkinzi
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-VariableFont_wght.ttf')  format('truetype');
}
 
body {
    font-family: 'Nunito', sans-serif !important;
}

.navbar-toggler {
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.home-main-img{
	height: 580px;
    max-height: 580px;
	width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: -1rem;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.home-main-img div{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
/*     margin-left: calc(30% - 250px); */
    max-width: 500px;
}
.home-main-img img{
	max-height: 120px;
}
.home-main-img h1{
	color: #fff;
	text-align: center;
}
.btn-plati-kazna{
	background-color: #0291cd;
	color: #fff;	
	border-radius: 2em;
    padding: 0.5em 2em;
}
.div-zona{
	border-radius: 10px;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 0.7em;
/* 	border: 3px solid #dee2e6; */
	box-shadow: 0px 2px 15px #ccc;
}
.div-zona-page{
	border-radius: 10px;
    padding: 2em;
	box-shadow: 0px 2px 15px #ccc;
}
.btn-zona-poveke{
	background-color: #434448;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.btn-zona-poveke:hover{
	background-color: #0291cd;
}
.home-mobilna-aplikacija{
	background-color: #f0f0f1;
	padding: 4em 1em;
}
.div-povlasteni-karti{
	border-radius: 10px;
    padding: 2em;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    box-shadow: 5px 5px 10px #ccc;
    background-color: #f0f0f1;
	justify-content: space-between;
}
.div-povlasteni-karti p,
.div-zona-page p{
	margin-bottom: 0.5rem;
}
.last-div-povlasteni-karti{
	padding: 2em;
}
.btn-m-parking{
	max-height: 50px;
	margin-top: 1em;
}
.home-services{
	background-color: #0291cd;
	color: #fff;
	padding: 2em;
}
.link-service{
	color: #fff;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
	line-height: 1em;
    text-align: center;
}
.home-icon{
	max-height: 100px;
}
.top-header{
	background-color: #f0f0f1;
	font-size: 0.9em;
	color: #41474A;
	display: flex;
	gap: 2em;
	padding: 0.2em 2em;
}
.scroll-top-btn{
    position: fixed;
    bottom: 80px;
    right: 10px;
    background-color: #0291cd;
    padding: 5px;
    border-radius: 3px;
    opacity: 0;
    transition: all 1s;
}
header.sticky{
  	position: fixed;
  	top: 0;
	width: 100%;
	box-shadow: 0 1px 4px 1px #ccc;
	z-index: 1000;
}
.mparking-mockup{
	max-height: 410px;
    display: block;
    margin: auto;
}
.btn-plati{
	background-color: #0291cd !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 0.2em;
	padding: 0.5em 1.5em !important;
}
.btn-plati:hover {
    background: #0F8CBF !important;
/*     box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); */
}
.div-form{
	background-color: #f0f0f1;
    padding: 2em;
    border-radius: 1em;
}
.error{
	font-size: 0.8em;
    color: red;
}
.div-form-dpk #form-plati .input-group{
	border: 1px solid #A6A7A9;
    border-radius: 0;
}
.div-form-dpk #form-plati .input-group-text{
	border-radius: 0;
}
.div-form-dpk #form-plati .form-control{
	border-left: 1px solid #A6A7A9;
}
@media only screen and (max-width: 575px) {
	.home-services .col-sm:nth-child(2){
		padding: 2em 0;
	}
	.mparking-mockup{
		padding-top: 2em;
	}
}
@media only screen and (max-width: 768px) {
	.home-main-img{
		align-items: center;
		flex-direction: column;
	}
	.home-main-img img{
		max-height: 80px;
	}
	footer .row{
		display: flex;
	    flex-direction: column-reverse;
	}
	footer p{
		text-align: center;
	}
	footer .menu{
		justify-content: center !important;
	}
}
@media only screen and (max-width: 991px) {
	.row-portfolio{
		display: block !important;
		margin: auto;
	}
}
@media only screen and (min-width: 992px) {
	.row-portfolio p{
		text-align: justify;
	}
}
.custom-file-input{
	display: none;
}
.div-custom-file-label{
	font-size: 0.9em;
	width: 100%;
    background: white;
    display: flex;
    justify-content: flex-end;
	align-items: center;
    border: 1px solid #dee2e6;
}
.custom-file-label{
	display: inline-block;
	padding: 0.375rem 1.25rem;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	background-color: #0291cd ;
	border: 1px solid #0291cd ;
/* 	border-radius: 0.25rem; */
	cursor: pointer;
	width: auto;
}
.text-nalog-naplata{
	border: 1px solid #A6A7A9;
	text-align: center;
}
.text-nalog-naplata p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0;
}
div#post-149 h6 {
    margin-top: 1.2em;
}
.hr-organi {
    height: 2px !important;
    width: calc(100% - 10vw);
    margin-left: 0;
}
.link-baranje-ppk{
	color: #0291cd;
}
a.link-baranje-ppk:before {
    content: '/';
    color: #000;
}
.spinner-checkout .spinner-border{
	color: #fff;
}
footer .row{
	align-items: center;
}
footer .menu{
	justify-content: flex-end;
}
.menu-item-privacy-policy a{
	color: #fff !important;
}
.menu-item-privacy-policy.active,
.menu-item-privacy-policy a:hover,
.menu-item-privacy-policy.active a{
	color: #fff !important;
	font-weight: 600;
}
.div-card{
	margin-top: 3em;
	margin-bottom: 8em;
}