/*
Theme Name: Sportsko udruzenje Ultra
Author: Omnitask
Author URI: https://omnitask.ba
Version: 1.0.0
Text Domain: _custom
*/

.w-auto {
	width: auto;
}
/* .w-90 {
	width: 90vw;
} */
.w-custom {
	width: 100%;
}
.w-auto-custom {
	width: auto;
}

.single-events-content * {
	color: #fff;
}
.single-events-content h1,
.single-events-content h2,
.single-news-content h1,
.single-news-content h2 {
	font-size: 30px;
}
.single-events-content h1,
.single-events-content h2,
.single-events-content h3,
.single-events-content h4,
.single-events-content h5,
.single-events-content h6,
.single-news-content h1,
.single-news-content h2,
.single-news-content h3,
.single-news-content h4,
.single-news-content h5,
.single-news-content h6 {
	margin-bottom: 15px;
}
.single-events-content ul,
.single-news-content ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-events-content ol,
.single-news-content ol {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 20px;
}
.single-events-content li,
.single-news-content li {
	font-size: 16px;
}
.single-events-content p,
.single-news-content p {
	font-size:18px;
	line-height: 28px;
}
@media(max-width:767px) {
	.w-custom {
	width: auto;
}
	.w-auto-custom {
	width: 100%;
}
	.w-90 {
	width: 90vw;
}
	.single-events-content p,
	.single-news-content p {
	font-size: 16px;
	line-height: 26px;
}
} 

.sub-word {
	font-style: normal;
}

.min-h-c {
	min-height: 700px;
}

@media(max-width:1024px) {
	.min-h-c {
	min-height: 420px;
}
}
