/*
Theme Name: Župe Tinjan i Beram
Author: Augustin Ravnic
Author URI: http://www.playdigital.hr
*/


/* colors */


:root{

	
	--blue-lighter: #2780e5;
	--blue-light: #1662b9;
	--blue: #114c8f;
	--blue-dark: #032348;
	--blue-darker: #021832;
	
	--lightblue: #d1e6ff;
	
	
    --yellow: #ffd975;
	--body-text: 15px;
	
	
	--lightgray: #e9e9e9;
	--gray: #716d60;
	
	
	--body-bg: var(--lightgray);
	--news-bg: var(--lightblue);
	--slider-bg: var(--gray);
	--head-notice: var(--yellow);
	--archive-list: var(--yellow);
	--credits-bg: var(--blue-darker);
}


@media (min-width: 1400px){
.container {
    width: 1370px;
	}
}

@media (min-width: 1600px){
.container {
    width: 1570px;
	}
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 0px;
	padding-right: 0px;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.4;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 700;
	font-style: normal;
	letter-spacing: .03ch;
	}

.row{
	margin-left: 0px;
	margin-right: 0px;
	}	

body{
	background: var(--body-bg);
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-size: var(--body-text);
	}

blockquote{
	font-size: 15px;
	}


@media (max-width: 767px){
    .container{
        margin-left: 0; 
        margin-right: 0;
    }
}


@media (max-width: 499px){
	body{
		font-size: 15px;
		}

	blockquote{
		font-size: 15px;
		}

	h2{
		font-size: 24px;
		margin: 6px 0px 12px;
		}

	h3{
		font-size: 18px;
		margin: 6px 0px 12px;
		}

	.container{
		padding-left: 0px;
		padding-right: 0px;
		}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin-left: 0px;
		margin-right: 0px;
		}


	}





.header{
	background: #032348;

	}

.brand{
	padding: 20px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-between;
	}

.brand-img{
	display: none;
	@media (min-width: 767px){
		display: inline;
	}
}

.brand-img-positiv{
	display: inline;
	width: clamp(20rem, 60vw, 30rem);
	@media (min-width: 767px){
		display: none;
	}
}

.header_contact{
	display: flex;
/*	display: none;*/
	flex-direction: column;
	text-align: right;
	justify-content: center;
	gap: 5px;
}
	
.header_contact a{
	color: white;
	font-weight: bold;
	align-self: self-end;
	display: flex;
	align-items: center;
	gap: 5px;
	

	
	}	
	
	
	
	.header_contact a .rounded_icon{
		width: 36px;
		height: 36px;
		background: #e5e5e5;
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		
		
	
	}	

.header_contact a .rounded_icon img{
			width: 18px;
			height: 18px;
			}
		
		

.header_contact a:hover{
	text-decoration: none;
	}	

.header_contact a span{
	position: relative;
}

.header_contact a span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: var(--yellow);
	bottom: -2px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
		
	
	
.header_contact a:hover span::before {
	transform-origin: left;
	transform: scaleX(1);
}
		
	

/*	.brand img{
		float: left;
		display: block;
		}
*/

	.brand .title{
		margin: 28px 0px 0px 30px;
		float: left;
		font-size: 48px;
		font-weight: 700;
		color: #333;
		}

	.brand .title span{
		color: #999;
		}


	.brand img{
		width: 420px;
		}




@media (max-width: 1199px){
	.brand img{
		width: 360px;
		}
}

@media (max-width: 991px){
	.brand{
		padding: 10px;
		position: relative;
		}

	.brand img{
		width: 240px;
		}

	.brand .title{
		margin: 20px 0px 0px 20px;
    	font-size: 30px;
		}

	}

@media (min-width: 768px){
		.hidden-sm{
			display: none;
			}
	}

.navbar{

	background: #ffffff;
	border: none;
	margin-bottom: 0px;
	border-radius: 0px;
	}

	.navbar-collapse{
		padding-left: 0px;
		padding-right: 0px;
		}

	.nav > li > a {
/*		color: #fff;*/
/*
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 20px;
*/
        
        
		font-size: 14px;
        font-weight: 700;
        line-height: 56px;
        color: #333;
        background: url(../zupa_2025/img/separator_nav.png) no-repeat right center;
        padding: 0 20px;
        display: block;

		}


	.nav > li.current_page_item > a{
		border-bottom: 5px solid #f3c131;
        margin-bottom: -5px;
        border-radius: 0 0 5px 5px;
		}

/*
		.nav > li.page-item > a{
			border-bottom: 5px solid #333;
                margin-bottom: -5px;
			}
*/


	.nav > li > a:hover, .nav > li > a:focus {
		text-decoration: none;
		background-color: #eee;
	}


	.nav li ul {
		display: none;
		position: absolute;
		z-index: 100000;
		top: 100%;
		list-style: none;
		padding-left: 0px;
        border-radius: 0 0 6px 6px;
        overflow: hidden;
        box-shadow: 0 4px 8px 0px rgba(0,0,0,.2)
	}

	.nav li ul li {
		clear: both;
	}

	.nav li ul li a {
		color: #333;
		display: block;
        padding: 15px 20px;
		width: 240px;
        background: white;
        font-weight: bold;
	}

    .nav li ul li:not(:last-child) a {
		color: #333;
		border-bottom: 1px solid #ddd;
    }

	.nav li ul li a:hover {
		text-decoration: none;
        background-color: #eee;
	}

@media (max-width: 1199px){
	.nav > li > a{
		font-size: 13px;
        padding-inline: 12px;
		}
	}

@media (max-width: 991px){
	.nav > li > a{
/*		font-size: 11px;*/
		font-weight: bold;
		padding-inline: 8px;
        line-height: 50px;
		}
	}

@media (max-width: 767px){

.navbar-header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	}

.navbar-nav, .menu{
	margin: 0px;
	}

	.nav > li{
		border-bottom: 1px solid #eee;
		}

	.nav > li > a{
		font-size: 14px;
		text-align: right;
		padding-inline: 25px;
		}

	.nav > li.current_page_item > a{
		margin-bottom: 0px;
		border-bottom: none;
		}

	.nav > li > ul{
		display: none !important;
		}

	.nav li ul {
		display: none !important;
		}

}


.navbar-brand{
	padding: 5px 15px;
    width: 275px;
	height: 60px;
	}

.navbar-brand img{
	display: block;
    float: left;
    height: 50px;
	}

.navbar-brand h1{
    margin: 10px 0px 10px 10px;
    font-size: 18px;
    float: left;
	font-weight: 700;
    color: #333;
	}

	.navbar-brand h1 span{
		color: #999;
		}


.navbar-toggle{
	margin-top: 13px;
	margin-bottom: 13px;
}

.navbar-toggle .icon-bar{
	background: #555;
	}

.slider_carousel{
	overflow: hidden;
	margin-block: 30px;
    border-radius: 0 12px 12px 0;
	}

.slider_carousel .item{
    overflow: hidden;
	aspect-ratio: 899/432;
}

.slider_carousel .item img{
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	
}

@media (max-width: 991px){
    .slider_carousel{
        margin-block: 20px;
    }
}


@media (max-width: 499px){
    .slider_carousel{
        margin-block: 0;
        border-radius: 0;
    }
}

.slider_text{
	color: #fff;
	background: var(--slider-bg);
	padding: 40px 40px 0px;
	margin-block: 30px;
	height: 432px;
	position: relative;
    border-radius: 12px 0 0 12px;
	}

.slider_text span{
/*	font-size: 18px;*/
}

	.slider_text h2{
		margin-bottom: 40px;
		}

	.slider_text .new-caption-area{
		position: absolute;
        bottom: 40px;
        right: 0px;
        background-image: linear-gradient(90deg, #635f53, transparent), url("/wp-content/themes/zupa_2025/img/slider_arrow.png");
        background-repeat: no-repeat;
        background-position: center, right 10px center;
        padding: 20px 30px;
        text-align: right;
        font-size: 18px;
        border-radius: 12px 0 0 12px;
        width: calc(100% - 40px);
        text-align: left;
        background-size: auto 120%;
		}

@media (max-width: 1599px){
	.slider_text{
        height: 376px;
    }
    
    .slider_text .new-caption-area{
	    bottom: 20px;
    }
}

@media (max-width: 1399px){
	.slider_text{
		height: 320px;
		padding: 40px 30px 0px;
		}

	.slider_text h2{
		font-size: 20px;
		}
    
    .slider_text .new-caption-area{
		display: none;
    }

	}

@media (max-width: 1199px){
	.slider_text{
		height: 264px;
		padding: 10px 30px 0px;
		}

	.slider_text h2{
		margin-bottom: 20px;
		}

}

@media (max-width: 991px){
	
	.slider_carousel{
        border-radius: 12px;
		}
	
	.slider_text{
		height: 202px;
		padding: 5px 20px;
        margin-block: 20px;
		}


	.slider_text h2{
		font-size: 18px;
		margin-bottom: 15px;
		}

	}

@media (max-width: 767px){

	.slider_carousel{
		margin-top: 20px;
    	}

	.slider_text{
		margin-top: 0px;
		height: auto;
		padding: 5px 30px 15px;
        display: none;
		}

	.slider_text h2{
		font-size: 20px;
		}


	}

@media (max-width: 499px){
    
    .slider_carousel{
		margin-top: 0;
        border-radius: 0;
		}

	.slider_text{
		padding: 10px;
        border-radius: 0;
		}

	.slider_text h2{
		font-size: 18px;
		margin: 0px;
		text-align: center;
		}

	.slider_text p{
		display: none;
		}

	}

.index_main{
    border-radius: 12px;
    overflow: hidden;
    background: white;
    background: linear-gradient(90deg, var(--blue-dark) 41.65%, white 41.65%);
    margin-bottom: 30px;
}

@media (max-width: 991px){
    .index_main{
        margin-bottom: 20px;
    }
}

@media (max-width: 499px){
    .index_main{
        margin-bottom: 0;
    }
}

@media (max-width: 499px){
    .index_main{
        border-radius: 0;
    }
}

.heading_section{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
	padding: 20px 40px;
	}

@media (max-width: 1399px){
    .heading_section{
        padding: 15px 30px;
	}
}

@media (max-width: 991px){
    .heading_section{
        padding: 15px 20px;
	}
}

	.heading_section span{
		margin-right: 10px;
		}

.section h3{
	font-weight: 700;
	margin-top: 0px;
	}

	.section h3 a{
		color: #333;
		}

.section_light_gray_wimage img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 140px;
	}

.section_news {
    /* background: #bba88d; 5.7.2021 dzovic */
	background: var(--news-bg);
    padding: 40px;
	}


@media (max-width: 1399px){
    .section_news {
        padding: 30px;
	}
}

@media (max-width: 991px){
    .section_news {
        padding: 20px;
	}
}

.section_light_gray {
    background: #fff;
	padding: 40px;
	}

@media (max-width: 1399px){
    .section_light_gray {
        padding: 30px;
	}
}

@media (max-width: 991px){
    .section_light_gray {
        padding: 20px;
	}
}

.section_obavijesti h3,
.section_content:has(.single-content--notice) h2{
    background: var(--head-notice);
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.section_obavijesti ul,
.section_obavijesti ol{
    padding-inline-start: 20px;
}

.section_obavijesti ul li,
.section_obavijesti ol li{
    padding-inline-start: .5ch;    
    margin-bottom: 10px;
    
}

.section_obavijesti table,
.single-content--notice table{
	line-height: 1.4;
	margin-bottom: 20px;
	width: 100%;
}


/*
.section_obavijesti table tr:first-child td:nth-child(2),
.section_obavijesti table tr:first-child td:nth-child(3),
.single-content--notice table tr:first-child td:nth-child(2),
.single-content--notice table tr:first-child td:nth-child(3){
	font-size: 18px;
	font-weight: bold;
}
*/

.section_obavijesti table tr:nth-child(even),
.single-content--notice table tr:nth-child(even){
	background: #f4f4f4;
}

.section_obavijesti table tr td,
.single-content--notice table tr td{
	padding: 4px 4px;
	border: 2px solid var(--blue-dark);
		    vertical-align: top;
}

.section_obavijesti table tr td:first-child,
.single-content--notice table tr td:first-child{
	width: 30%;
	
	p{
		margin-bottom: unset;
	}

}

.section_obavijesti table tr td:nth-child(2),
.single-content--notice table tr td:nth-child(2){
	width: 70%;
	
	div:not(:last-child){
		border-bottom: 1px solid var(--blue-dark);
	}
}



@media (min-width: 1400px){
	.single-content--notice ul,
	.single-content--notice ol{
		max-width: 800px;
    	margin-left: auto;
	}
}


@media (max-width: 499px){
	
/*
	.section_obavijesti table tr:first-child,
	.section_obavijesti table tr:first-child{
		display: none;
	}
*/
	
	.section_obavijesti table tr:nth-child(even),
	.single-content--notice table tr:nth-child(even){
		background: unset;
	}
	
	.section_obavijesti table tr td:first-child,
	.single-content--notice table tr td:first-child{
		background: #e8e8e8;
	border-top: 2px solid var(--blue-dark);
		border-bottom: unset;
		font-size: 16px;
	}
	
	.section_obavijesti table tr,
	.single-content--notice table tr{
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}
	
	.section_obavijesti table tbody tr:last-child,
	.single-content--notice table tbody tr:last-child{
		margin-bottom: 0;
	}
	
	
	.section_obavijesti table tr td,
	.single-content--notice table tr td{
		width: 100% !important;
		position: relative;
		border-bottom: 2px solid var(--blue-dark);
	border-left: 2px solid var(--blue-dark);
	border-right: 2px solid var(--blue-dark);
	}
	
	
/*
	.section_obavijesti table tr td:nth-child(2),
	.section_obavijesti table tr td:nth-child(3),
	.single-content--notice table tr td:nth-child(2),
	.single-content--notice table tr td:nth-child(3){
		padding-top: 35px;
		
	}
*/
	
/*
	.section_obavijesti table tr td:nth-child(2)::before,
	.single-content--notice table tr td:nth-child(2)::before{
		content: "✜ Župa sv. Jurja";
	}
	
	.section_obavijesti table tr td:nth-child(3)::before,
	.single-content--notice table tr td:nth-child(3)::before{
		content: "✜ Župa sv. Lucije";
	}
*/
	
	.section_obavijesti table tr td:nth-child(2)::before,
	.section_obavijesti table tr td:nth-child(3)::before,
	.single-content--notice table tr td:nth-child(2)::before,
	.single-content--notice table tr td:nth-child(3)::before{
		background: #f4f4f4;
		left: 0;
		top: 0;
		display: block;
		position: absolute;
		width: 100%;
		padding: 5px 10px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		color: #3778ad;
	}
	
	.section_obavijesti table tr td:empty,
	.single-content--notice table tr td:empty{
		display: none;
	}
}




.section_gray {
	color: #fff;
    background: #67abe8;
	padding: 20px;
	}

		.section_gray a, .section_gray h3 a{
			color: #fff;
			}

.section_dark_gray {
    background: var(--blue-dark);
    padding: 40px;
	color: #eee;
	}

@media (max-width: 1399px){
    .section_dark_gray {
        padding: 30px;
	}
}

@media (max-width: 991px){
    .section_dark_gray {
        padding: 20px;
	}
}


.section_dark_gray a, .section_dark_gray h3 a{
	color: #f4f4f4;
	}

.section_dark_gray img, .section_gray img, .section_light_blue img{
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	border-radius: 6px;
	}

.section_poboznosti{
    margin-block: 30px;
    border-radius: 12px;
    background: white;
}

.section_poboznosti img{
    
    height: 200px;
}

@media (max-width: 991px){
    .section_poboznosti{
        margin-block: 20px;
    }
}

@media (max-width: 499px){
    .section_poboznosti{
        margin-block: 0;
        border-radius: 0;
    }
}

.block-w-image{
    display: flex;
    align-items: flex-start;
    margin: 40px;
}

.block-w-image img{
    margin-right: 20px;
}


@media (max-width: 991px){
    
    
.block-w-image{
    margin: 20px;
}
    
	.block-w-image img{
		display: none;
	}
    
/*
 .block-w-image img{
    width: 100px;
    object-fit: cover;
    }   
*/
}




.article {
    clear: both;
    width: 100%;
}

.article:not(:last-child){
    margin-bottom: 20px;
}

.article .article_date {
    width: 100%;
    height: 80px;
    padding: 10px 0;
    color: #777;
    background: #eee;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.article .article_day {
    font-size: 36px;
	line-height: 36px;
    display: block;
	padding-top: 2px;
	color: #555;
}

.article .article_month {
    font-size: 12px;
}

.article .article_img {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 6px;
    overflow: hidden
}

.article .article_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: .2s ease-in-out transform;
    transform: scale(1);
}

.article a:hover .article_img img{
    transform: scale(1.05);
}

.article .article_text{
	margin: 0px 0px 10px 20px;
	}


.article a span{
	display: block;
}

.article a h4{
	display: inline;
	margin: 0px;
	font-size: 18px;
	font-weight: 700;
    text-wrap: balance;
	background-image: linear-gradient(var(--blue-dark),var(--blue-dark));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 2px;
    transition: background-size .4s ease-in-out;
    }

.article a:hover h4 {
    background-size: 100% 2px;
    color: inherit;
}


.article a, .article a:hover{
    color: #333;
    text-decoration: none;
}

@media (max-width: 1399px){
    .article .article_text{
	margin: 0px 10px 0px 20px;
	}

.article a h4{
	font-size: 18px;
    margin: 0px 0px 4px;
    }
}

@media (max-width: 767px){

.article .article_date {
    height: 60px;
    padding: 5px 0;
}

.article .article_day {
    font-size: 24px;
	line-height: 24px;
}

.article .article_month {
    font-size: 10px;
}

.article .article_img {
	overflow: hidden;
}

	.article .article_text h4{
		font-size: 15px;
        }
	}


.breadcrumb{
	background: var(--blue-dark);
	margin-bottom: 30px;
    color: #fff;
    border-radius: 0 0 12px 12px;
	padding: 14px 20px;
		font-size: 13px;
		}

	.breadcrumb a{
		color: #ccc;
		padding: 0px;
		}

	.breadcrumb span{
		font-size: 13px;
		}

		.breadcrumb span span{
			padding: 0px;
			}


@media (max-width: 767px){
    .breadcrumb{
	    margin-bottom: 20px;
	}
}

@media (max-width: 499px){
    .breadcrumb{
	    border-radius: 0;
        margin-bottom: 0;
		}
}

.table_wrapper{
    border: 6px solid #eeeeee;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}


@media (max-width: 767px){
    .table_wrapper{
        padding: 0;
    }
    
    .table_wrapper .table{
        border: none;
    }
    
}

.table_wrapper .table{
    margin-bottom: 0;
}

.section_content{
	background: #fff;
    padding: 20px 40px;
    margin-right: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
	}

.section_content h1{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid var(--lightblue);
}

	.section_content h2, .section_content h3, .section_content h4{
		font-weight: 700;
		text-wrap: pretty;
		}

/*
	.section_content h2{
	    border-bottom: 1px solid #eee;
		padding-bottom: 25px;
		margin-bottom: 30px;
		}
*/

	.section_content img.aligncenter{
		margin: 0 auto 20px;
		display: block;
		}

	.section_content img.alignnone, .section_content img.alignleft{
	    float: left;
	    margin: 0px 20px 20px 0px;
	    max-width: 100%;
		height: auto;
		}

	.section_content img.alignright{
	    float: right;
	    margin: 0px 0px 20px 20px;
	    max-width: 100%;
		height: auto;
		}

.section_content .section_content_date{
    margin-bottom: 20px;
    display: block;
}

.section_content .featured_img{
    display: block;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;    
}


	.section_content .featured_img img{
		width: 100%;
		height: auto;
		}

	.section_content .gallery{
		clear: both;
		}

.section_content_list_pages ul{
	padding: 0;
	list-style: none;
	}

	.section_content_list_pages ul li{
		width: 33%;
		float: left;
		padding: 10px;
		}

		.section_content_list_pages ul li a{
			border: 1px solid #ccc;
			padding: 10px;
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
			height: 180px;
			width: 1000px;
			text-align: center;
			font-size: 18px;
			font-weight: bold;
			background: #f4f4f4;
			}

		@media (max-width: 1199px){
			.section_content_list_pages ul li a{
				height: 150px;
				font-size: 16px;
				}
			}

		@media (max-width: 991px){
			.section_content_list_pages ul li a{
				height: 120px;
				font-size: 14px;
				}
			}

		@media (max-width: 499px){
			.section_content_list_pages ul li a{
				height: 100px;
				font-size: 12px;
				}
			}

		.section_content_list_pages ul li a:hover{
			background: #eee;
			text-decoration: none;
			}

.section_content_map{
    padding: 20px !important;
    margin: 0;
	}

	.section_content_map iframe{
		border: 0px;
		width: 100%;
        display: block;
		aspect-ratio: 16/12;
		}

@media (max-width: 1399px){
    .section_content{
        padding: 20px 30px;
    }
    
    .section_content .featured_img{
        margin-bottom: 30px;    
    }
    
}

@media (max-width: 991px){
    .section_content{
        padding: 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .section_content h2{
/*
        margin: 10px 0 20px;
        padding-bottom: 20px;
*/
    }
    
    .section_content .featured_img{
        margin-bottom: 20px;    
    }
    
}


@media (max-width: 767px){
	.section_content {
		height: auto !important;
		margin-right: none;
		padding: 10px 20px;
        margin-bottom: 20px;
	}

	.section_content img.alignnone, .section_content img.aligncenter, .section_content img.alignleft, .section_content img.alignright{
	    float: none;
	    margin: 0px auto 20px;
		display: block;
		width: 100%;
		height: auto;
		}

}

@media (max-width: 499px){
	.section_content {
        margin-bottom: 0;
        border-radius: 0;
	}
}


.aside{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}

@media (max-width: 991px){
    .aside{
        margin-bottom: 20px;
    }
    
}

@media (max-width: 499px){
    .aside{
        border-radius: 0;
        margin-bottom: 0;
    }
    
}

.aside .section_dark_gray img, .aside .section_gray img{
	width: 100%;
	}

.sidebar ul {
    padding-left: 0px;
	margin-bottom: 20px;
}

.sidebar ul li {
    margin-bottom: 5px;
	display: block;
}

	.sidebar ul li:before{
		content: "\e080";
		font-family: 'Glyphicons Halflings';
		font-size: 9px;
		float: left;
		margin-left: 14px;
		color: #946440;
		margin-top: 18px;
		}

.sidebar ul li.current_page_item {
    display: none;
    
}

.sidebar ul li a {
	background: #1e3d59;
    font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
    color: #fff;
    display: block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.sidebar ul li a:hover {
	background: #ffc13b;
	padding-left: 40px;
    text-decoration: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}


.section_archive-list{
	padding: 40px;
	background: var(--archive-list);
	border-radius: 12px;
	margin-bottom: 30px;
}

@media (max-width: 1399px){
.section_archive-list {
    padding: 30px;
}

@media (max-width: 991px){
.section_archive-list {
    padding: 20px;
}
}
}

@media (max-width: 499px){
.section_archive-list {
    margin-bottom: 0;
    border-radius: 0;
	}

}

.list-buttons{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr) ) ;
	gap: 10px;
	
	.btn-group{
		width: 100%;
		
		.btn{
			width: 100%;
		}
	}
}


.btn-black-outline{
	font-weight: bold;
	border: 2px solid #333;
	background: transparent;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.btn-black-outline:hover{
	background: rgba(0,0,0,.1);
}

.open > .dropdown-menu{
	display: flex;
	
}

.dropdown-menu{
	padding: 0;
    flex-direction: column;
    width: 100%;
    border: unset;
	background: var(--blue-dark);
	
	a{
		border: unset;
		padding: 6px 12px;
		color: #fff;
		-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
	
	a:hover{
		text-decoration: none;
		background: var(--blue-light);
	}
	
	a:not(:last-child){
		border-bottom: 1px solid var(--blue-light);
	}
}


.footer{
	background: var(--blue-dark);
	margin-top: auto;
    color: #ccc;
	padding: 40px 0px;
	}

	.footer ul{
		list-style: none;
		padding: 5px 20px;
		margin-bottom: 0px;
		}

		.footer ul li{
		    font-weight: 700;
			line-height: 18px;
			padding-top: 8px;
			padding-bottom: 8px;
			}

			.footer ul li ul{
				padding: 0px;
				margin-top: 10px;
				}

		.footer ul li ul li{
			font-weight: 400;
			margin-left: 20px;
			line-height: 18px;
			display: block;
			padding-bottom: 4px;
			padding-top: 4px;
			}

		.footer ul li ul li a {
			/* color: #bba88d; */
			color: #ccc;
			}

	.footer_info{
		padding: 20px;
		}

		.footer_info img{
			width: 100%;
			max-width: 300px;
			}

		.footer_info h3{
			float: left;
			margin-left: 10px;
			}

		.footer_info h4{
			border-top: 1px solid #2b1e12;
			margin-top: 20px;
			padding-top: 20px;
			}

.credits{
	height: auto;
	/*background: #2b1e12;*/
	background: var(--credits-bg);
	}

	.credits p{
		font-size: 12px;
		line-height: 50px;
		margin: 0px;
		color: #eee;
		}

	.whomadethis {
		color: #fff;
		font-size: 12px;
		line-height: 50px;
		float: right;
		}

	.whomadethis span.red {
		color: #fff;
		}

	.whomadethis:hover, .whomadethis:hover span.red {
		color: #1099D5;
		cursor: pointer;
		text-decoration: none;
		}

	.whomadethis span {
		color: #ccc;
		cursor: text;
		}

@media (max-width: 767px) {

.footer ul{
	padding: 10px;
	}

	.credits{
		text-align: center;
		}

		.credits p{
			border-bottom: 1px solid var(--body-bg);
			}

		.whomadethis {
			float: none;
			text-align: center;
			}

	}



@media (min-width: 768px) {
	.menu-item {
		float: left;
		position: relative;
		display: block;
	}

	#menu-glavni-izbornik {
		float: left;
		margin: 0;
	}
}

.menu-item > a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	position: relative;
	display: block;
}

@media (max-width: 991px){
	.menu-item > a {
		font-size: 12px;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 10px;
		padding-right: 8px;
	}
}


.current-menu-item > a{
	background: #f5f0e1;
	color: #1e3d59;
}

.menu-item a, .menu-item a:hover{
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.menu-item > a:hover, .menu-item > a:focus {
	text-decoration: none;
	/* background-color: #5d542b; */
	background-color: #ffc13b;
}


.menu-item ul {
	position: absolute;
	z-index: 100000;
	top: 51px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	list-style: none;
	padding-left: 0px;
	display: none;
}

/*.menu-item a:hover + ul {
	display: block;
}*/

.menu-item ul li {
	clear: both;
	background: #fff;
}

.menu-item ul li a {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 200px;
	background: url(../zupa_2025/images/arrow_list.png) no-repeat 15px 14px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.menu-item li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8 url(../zupa_2025/images/arrow_list.png) no-repeat 25px 14px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}




@media (max-width: 767px){


	.navbar-nav, .menu{
		margin: 0px;
	}

	.menu-item{
		border-bottom: 1px solid #eee;
	}

	.menu-item  > a{
		text-align: right;
	}

	.current-menu-item > a{
		margin-bottom: 0px;
	}

}

#menu-glavni-izbornik {
	padding-left: 0;
	list-style: none;
}

#menu-glavni-izbornik:before {
	display: table;
	content: " ";
}


.logo-text {
	color: #000000;
}

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

.crkva div {
	margin: 0 0 10px;
}

.footer_contact {
	display: flex;
    align-items: flex-end;
    
}


.footer_contact .brand{
    padding: 10px 0;
    text-align: left;
}

.footer_contact a{
    color: white;
}

@media (max-width: 991px){
    
    .footer_contact{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer_contact .brand{
        text-align: center;
		display: block;
    	margin-bottom: 15px;
    }
    
}

.sidebar .section_light_gray {
	margin-bottom: 20px;
}

.section_content_list_pages ul li a {
	color: #5d532b;
}


.single-content{
	max-width: 800px;
	margin-left: auto;
	
}



.banners{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 30px;
	margin-bottom: 30px;
}

.banner-item{
	aspect-ratio: 210/297;	
}

.banner-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	    filter: drop-shadow(6px 6px 6px rgba(0,0,0,.2) );
    border-radius: 6px;
}

.banner-item a img{
	transition: .2s scale ease-in-out;
	scale: 1;
}

.banner-item a:hover img{
	scale: 1.03;
}










.subpage_nav ul{
	list-style: none;
	padding: 0px;
/*	margin-bottom: 24px;*/
    border-radius: 12px;
    overflow: hidden;
	}

.subpage_nav.subpage_nav_archive ul{
	column-count: 4;
	}

@media (max-width: 991px){
.subpage_nav.subpage_nav_archive ul{
	column-count: 3;
	}
}

@media (max-width: 767px){
.subpage_nav.subpage_nav_archive ul{
	column-count: 2;
	}
}

@media (max-width: 499px){
.subpage_nav{
    padding: 20px;
    }
}

	.subpage_nav>ul>li>a>div.con{
		float: right;
		margin: 10px;
		transition: all 0.2s ease;
		display: none;
		}

	.subpage_nav>ul>li.page_item_has_children>a>div.con{
		display: block;
		}

	.subpage_nav>ul>li>a>div.con::before, .subpage_nav>ul>li>a>div.con::after{
		transition: all 0.2s ease;
		width: 10px;
		height: 2px;
		background: var(--red);
		opacity: 1;
		display: block;
		content:"";
		position:absolute;
		}


	.subpage_nav ul ul{
		margin-bottom: 4px;
		display: none;
		}

.subpage_nav>ul>li>a{
	background: var(--blue-dark);
	display: flex;
	padding: 16px 20px;
	color: #fff;
	font-weight: 500;
	transition: all 0.2s ease;
	}

.subpage_nav>ul>li:not(:last-child)>a{
    border-bottom: 1px solid var(--body-bg);
}

.subpage_nav>ul>li>a:hover,
.subpage_nav>ul>li.current_page_item a{
	background: var(--blue-light);
    color: #fff;
	padding-left: 30px;
	text-decoration: none;
	transition: all 0.2s ease;
	}

.subpage_nav ul	ul li a{
	color: #000;
	font-weight: 300;
	display: block;
	background: #f0f0f0;
	}

.subpage_nav ul	ul li a .con{
	background: var(--red);
	height: 2px;
	width: 20px;
	display: inline-block;
	margin-bottom: 6px;
    margin-right: 10px;
	transition: all 0.2s ease;
	}

.subpage_nav ul	ul li a .con::before, .subpage_nav ul	ul li a .con::after{
	transition: all 0.2s ease;
	width: 0px;
	height: 0px;
	background: var(--red);
	display: block;
	content:"";
	}


.subpage_nav ul	ul li a{
	color: #000;
	font-weight: 300;
	display: block;
	padding: 1rem 1.5rem;
	}


	.subpage_nav ul	ul li a:hover{
		font-weight: 500;
		text-decoration: none;
		}

	.subpage_nav ul	ul li a:hover .con{
		width: 30px;
		display: inline-block;
		margin-bottom: 6px;
		margin-right: 10px;
		transition: all 0.2s ease;
		}

	.subpage_nav ul	ul li a:hover .con::before, .subpage_nav ul	ul li a:hover .con::after{
		transition: all 0.2s ease;
		width: 10px;
		height: 2px;
		background: var(--red);
		opacity: 1;
		display: block;
		content:"";
		}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.85) !important;
}

.gallery{
	margin: 20px -.5rem 0 -.5rem !important;
	}

.gallery .gallery-item{
	margin: 0px !important;
	}

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

.gallery.gallery-columns-3 .gallery-item{
	width: 33.33333% !important;
	}

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

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

.gallery.gallery-columns-6 .gallery-item{
	width: 16.66666% !important;
	}

.gallery.gallery-columns-7 .gallery-item{
	width: 14,28571% !important;
	}

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

.gallery.gallery-columns-9 .gallery-item{
	width: 11.11111% !important;
	}

.gallery .gallery-icon a{
	width: 100%;
    padding-top: 75%;
    overflow: hidden;
	position: relative;
	display: block;
	}

	.gallery .gallery-icon a img{
		border: 0px !important;
		object-fit: cover;
		object-position: center center;
		position:  absolute;
		top: 50%;
	  	left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	  	text-align: center;
		width: 100%;
		height: 100%;
		padding: .5rem;
		}



.section_contact--first{
	background: var(--lightblue);
    padding: 20px 40px;
    margin-right: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
	
}

.section_contact--second{
	
	background: #fff;
    padding: 20px 40px;
    border-radius: 12px;
    margin-bottom: 30px;
	
}

@media (max-width: 1399px){
    .section_contact--first,.section_contact--second{
        padding: 20px 30px;
    }
    
}

@media (max-width: 991px){
    .section_contact--first,.section_contact--second{
        padding: 20px;
        margin-right: 0;
    margin-bottom: 20px;
    }
}
	
@media (max-width: 499px){
    .section_contact--first,.section_contact--second{
        padding: 20px;
        margin-right: 0;
		border-radius: 0;
		margin-bottom: 0;
    }	
}

.section_contact--second img{
	width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
	    aspect-ratio: 16 / 10;
    object-fit: cover;
}

@media (min-width: 992px){

.section_contact--second .row .col-md-6:first-child{
	padding-right: 10px;
}

.section_contact--second .row .col-md-6:last-child{
	padding-left: 10px;
}

}










.news_list{
        gap: 20px;
	
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(280px, 1fr) );
	
	
	
	}


@media (max-width: 1199px){
    .news_list{
	margin: 0 0 var(--global-padding) 0;
	}
}




.news_list article {
    position: relative;
    display: flex;
    flex-direction: column;
	border-radius: 12px;
	border-radius: 6px;
	overflow: hidden;
}

.news_list article:last-child {
    border-bottom: none
}

.news_list article .article_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f8f8f8;
    padding: 15px
}

.news_list small {
    color: #999;
    display: block
}

.news_list article .article_img {
    padding: 0;
    aspect-ratio: 3/2;
    width: 100%;
    overflow: hidden
}

.news_list article .article_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s all ease-in-out;
    scale: 1
}

.news_list article .article_img img:hover {
    scale: 1.05
}



@media (min-width: 992px){

	.fancy_link {
		text-decoration: none!important;
		background-image: linear-gradient(currentColor,currentColor);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 0% 3px;
		transition: background-size .4s ease-in-out
	}

	.fancy_link:hover {
		background-size: 100% 3px;
		color: inherit
	}
	
}



/*

.fancy_link:hover{
	text-decoration: none;
	}	

.fancy_link span{
	position: relative;
}

.fancy_link span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: currentColor;
	bottom: -2px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
		
	
	
.fancy_link:hover span::before {
	transform-origin: left;
	transform: scaleX(1);
}


*/
