/*
Theme Name: Riode Child
Theme URI: https://riode.org/
Author: D-THEMES
Author URI: https://riode.org/about-me/
Description: Riode Responsive WordPress + eCommerce Theme.
Version: 1.0
Template: riode
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.acf-opis-kategorije{
	display: flex;
	width: 1280px;
	margin: 0 auto;
	padding: 15px;
}

.acf-opis-kategorije .img-block, .acf-opis-kategorije .text-block{
	min-height: 300px;
	height: auto;
	margin-bottom: 22px;
}

.acf-opis-kategorije .img-block{
	width: 26%;
}

.acf-opis-kategorije .text-block{
	width: 74%;
	padding: 22px;
	background-color: #f2f2f2;
}

.acf-opis-kategorije .text-block h1{
	font-size: 30px;
}

.acf-opis-kategorije .img-block .category-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.acf-opis-kategorije-nakon{
	margin: 20px 0;
}

.acf-opis-kategorije-nakon h2{
	font-size: 25px;
}

@media only screen and (max-width: 600px) {
	.acf-opis-kategorije{
		display: block;
		width: 100%;
	}

	.acf-opis-kategorije .img-block{
		width: 100%;
	}

	.acf-opis-kategorije .text-block{
		width: 100%;
		background-color: transparent;
		padding: 0;
	}
}