.wp-block-buttons{
	display: none;
}

.ozs-wrapper {
	margin-top: 30px;
}

.btn-imenik-filtri {
    background: gray;
    margin-bottom: 15px;
    float: right;
    border-radius: 0;
    position: relative;
    padding-right: 15px;
}

.btn-imenik-filtri span {
    position: absolute;
    left: 12px;
    top: 8px;
    display: block;
    font-size: 20px;
}

.ozs-wrapper table { border-collapse: collapse; }
.ozs-wrapper table.stripe tbody tr.even { }
.ozs-wrapper table.stripe.order-column tbody tr > .sorting_1 { }
.ozs-wrapper table.hover tbody tr:hover { }
.ozs-wrapper table.stripe.order-column tbody tr.even > .sorting_1 { }
.ozs-wrapper table.order-column tbody tr > .sorting_1 { }
.ozs-wrapper table.hover.order-column tbody tr:hover > .sorting_1 { }
.ozs-wrapper tbody td { background-color: inherit; }
.ozs-wrapper input,.ozs-wrapper .stbColumnsSearchWrapper input { 
    border: 1px solid rgb(0, 0, 0) !important; 
    background-color: rgb(215, 202, 209) !important; 
    color: rgb(255, 255, 255) !important; 
    
}
.ozs-wrapper .child table { border-collapse: collapse; }
.ozs-wrapper td { 
    border-right: 1px solid rgb(215, 202, 209); 
    border-left: 1px solid rgb(215, 202, 209); 
    font-size: 12px; 
    
}
.ozs-wrapper tbody tr:first-child td { border-top: none; }
.ozs-wrapper th { }

.ozs-filtri-imenika{
	width: 75%;
    float: left;
    position: relative;
}

#ozs-set-filtri {	
	width: 100%;
	display: flex;
    flex-wrap: wrap;    
}

#ozs-set-filtri h5 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Raleway';
    color: #7d0049;
    font-weight: bold;
    font-size: 15px;
}

.ozs-filtri {
  	display:flex;
  	flex-direction: column;
  	flex-flow: wrap;
  	background: #ffffff;
  	padding: 10px;
  	margin-top:15px;
	border-bottom: solid 2px #af92a3;
	border-top: solid 2px #af92a3;
	margin-right: 30px;
}

#ozs-set-filtri .ozs-sekcija-filtrov:nth-child(3) .ozs-filtri{	
	margin-right: 0px;
}

.ozs-filter{
  	width: 100%;
  	float: left;
	color: black;
}
.ozs-filter input {
	color: #7d0049;
}
.ozs-sekcija-filtrov{
	flex-grow: 1;
    width: 33%;
	color: #7d0049;
}

@media (max-width: 768px) {
	.ozs-sekcija-filtrov{		
		width: 100%;
	}	
}


.ozs-imenik-sidebar{
	width: 25%;
	float: left;
}