/*
Theme Name: Jasenovac 2023
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.0.1675196674
Updated: 2023-01-31 20:24:34

*/


.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #000!important;
    color: #fff;
    border: 1px solid rgba(0,0,0,.15);
}


h1.has-text-align-center {
    color: #94152C!important;
}

.wp-block-site-title a {
    color: #fff;
}

.wp-site-blocks {
    padding-top: 0;
}

.wp-block-columns {
    margin-bottom: 0;
}

 a:hover {
    text-decoration: none;
 
}

img.attachment-medium-size-medium {
    height: auto!important;
    width: auto!important;
}

h1, h2, h3, h5, h4, h6 {
    line-height: 1!important;
	text-align: center;
}

.post-grid-front h1,
.post-grid-front h2,
.post-grid-front h3,
.post-grid-front h4,
.post-grid-front h5,
.post-grid-front h6 {
	line-height: auto!important;
}


.uagb-post-grid .uagb-post__title a {
    font-size: 1.3rem;
    text-align: center;
}


.uagb-block-19cf78c2 .uagb-post__title {
    padding-bottom: 15px;
    text-align: center;
}

.scroll-overflow {
	height: 83vh;
    overflow-y: hidden;
/*          overflow: auto;
*/  margin: 0px 0px 25px 0px;
}

.wp-block-post-title {
    font-weight: 700!important;
    margin-top: 45px!important
    margin-bottom: 25px!important;
}

/*PETAR*/
.unos-big{
	padding-top: 30px;
	min-width: 1300px;
	max-width: 1800px;
	/*        display: flex;
	color:  white;
	*/
	margin: auto;
}

.filter{
	border: solid 5px #000;
	min-height: 630px;
	/*        background-color: #94152C;
	flex: 1.5;
	border: solid 5px #fff;
	*/        
	width: 415px;
	margin: auto;
	border-radius: 25px;
	padding: 5px 30px;
}

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

.row-filter{
	min-width: 300px;
	line-height: 2.8;
	height: 60px;
	margin: auto;
}

.center-row{
	width: 270px;
	margin: auto;
}

.filter-field-small {
	padding: 10px 0;
	line-height: 30px;
	font-size: 1em;
	border-radius: 25px;
	border: 1px solid #80a16a;
	width: 200px;
	background-color: #f5fff7 !important;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.alignleft {
	margin-left: 25px;

}

.alignright {
	margin-right: 25px;
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

.submit{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	margin: 5px;
	padding:10px 15px;
	border-radius:25px;
	border: 1px solid #597645;
	background-color: #000;
	color: #f4ffe6;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px; 
	box-shadow: 0px 1px 2px 0px #000000;
	min-width: 270px;
}

.submit:hover{
	transition: 0.5s color;
	transition: 0.5s box-shadow;
	box-shadow: 0px 3px 3px 0px  #000000;
	color:#e9e9e9;
	cursor: pointer;
}

.submit:focus {
	transform: translateY(2px);
	transition: 0.2s box-shadow;
	box-shadow: 0px 0px 1px 0px #000000;
	border: 1px solid #3c3c3c;
	outline:0;
}


.button-full{
	width: 100% !important;
	font-size: 20px;
	line-height: 30px; 
}

.porudzbine-list{
	min-height: 80vh;
	/*    background-color: #94152C;
	*/    flex: 5;
	border: solid 5px #fff;
	border-radius: 25px;
	padding: 5px 30px;
}

.scroll-overflow{
	height: auto;
	overflow: auto;
	margin: 0px 0px 25px 0px;
}

.unos-table{
	margin:10px auto;
	background-color: #fff;
	text-align: venter;
	color: #111;
	font-size: 16px;
	width: 100%;
}

table{
	border-collapse: collapse;
}

th, td{
	padding: 5px;
	margin: 0px;
	border: 1px solid black;
}

th{
	top: 0;
	position: sticky;
	background: #c9c9c9;
}

div.pagination {
	clear:both;
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #494949;

	text-decoration: none; /* no underline */
	color: #494949;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000;
	box-shadow: 1px 1px #95A885;
	color: #000;
}

div.pagination span.current {
	padding: 5px;
	margin: 2px;
	border: 1px solid #494949;

	font-weight: bold;
	background-color: #494949;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #c8c8c8;
}
/*END Pagination*/

.post-grid-individual img {
	height: auto!important;
}

p.has-text-align-center.has-large-font-size {
    margin: 0!important;
}

.sidebox li,
.sidebox p {
    margin: 0;
}

h2#batinova-kosa-victim-list-alphabetical-fc26bec3-f6db-46e1-80ec-f30874b44609 {
    line-height: 1;
    margin: 50px;
}

h2 {
	line-height: 1;
    margin: 50px;
}

.banner-title h1 {
    text-align: left;
}

.wp-site-blocks {
    padding-top: 0!important;
    padding-bottom: 0!important;
}


@media only screen and (max-width: 992px) {
	
.has-global-padding {

    padding-left: 0;
}
	.unos-table, .filter-field-small, .submit, h1, h2, h3,  p{
		font-size: .9em;
	}

	.unos-big {
		padding-top: 30px;
		min-width: 600px;
		max-width: 992px;
		margin: auto;
	}

	.list-h{
		/*            font-size: 70px !important;
		*/
		font-size: .9rem;
	}

	.filter {
		width:65%;
		/*            height: 900px;
		font-size: 2.2em;
		*/
		height: auto;
		font-size: 1rem;
	}

	.filter-field-small{
		font-size: 1em;
		padding: 5px 0;
		line-height: 20px;
		width: 50%;
	}

	.center-row {
		width: 70%;
		line-height: 70px;
	}

	.button-full{
		line-height: 70px;
		font-size: 1em;
	}
	
.row-filter {
    min-width: 250px;
    line-height: 2.8;
    height: 40px;

}

	.pagination .disabled, .pagination .current, .pagination a{
		font-size: 1em;
	}
	
h2.center-text.list-h {
    font-size: 2em;
}
	
.button-full {
    line-height: 40px;
    font-size: 1em;
}
	
h1.wp-block-post-title {
    font-size: 2rem;
    text-align: center;
}
	
h3.center-text {
    font-size: 2rem;
}
	
.porudzbine-list {
    padding: 5px;
}

.postid-1243 p {
    margin: 0.5rem 0!important;
}
	
p.has-text-align-center.gold-link.has-large-font-size {
    margin: 0!important;
    padding: 0!important;
}

p {
    margin: 0.5rem 0!important;
}
}
