/* Isključuje stari Bouquet dvokolonski raspored samo na ovom page template-u. */
body[class*="page-template-page-matorke-oglasi"] #primary {
	clear: both;
	float: none;
	margin: 0;
	width: 100%;
}

body[class*="page-template-page-matorke-oglasi"] #main {
	padding: 0;
}

body[class*="page-template-page-matorke-oglasi"] .mo-page {
	clear: both;
	display: block;
	width: 100%;
}

body[class*="page-template-page-matorke-oglasi"] #mo-load-more[hidden] {
	display: none;
}

body[class*="page-template-page-matorke-oglasi"] .mo-grid.is-loading {
	opacity: .55;
	pointer-events: none;
	transition: opacity .2s ease;
}

body[class*="page-template-page-matorke-oglasi"] #mo-load-more:disabled {
	cursor: wait;
	opacity: .7;
}

body[class*="page-template-page-matorke-oglasi"] .mo-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[class*="page-template-page-matorke-oglasi"] .mo-city-intro {
	color: #735c64;
	font-size: 15px;
	line-height: 1.7;
	margin: -6px 0 25px;
	max-width: 760px;
}

body[class*="page-template-page-matorke-oglasi"] a.mo-city-chip {
	text-decoration: none;
}

body[class*="page-template-page-matorke-oglasi"] .mo-city-chip strong {
	flex: 1;
}

body[class*="page-template-page-matorke-oglasi"] .mo-city-chip small {
	color: #9b5268;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

body[class*="page-template-page-matorke-oglasi"] a.mo-city-chip:hover,
body[class*="page-template-page-matorke-oglasi"] a.mo-city-chip:focus {
	background: #fff2f6;
	border-color: #d93668;
	box-shadow: 0 8px 20px rgba(102, 17, 41, .1);
	transform: translateY(-2px);
}

@media (max-width: 760px) {
	body[class*="page-template-page-matorke-oglasi"] .mo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
	body[class*="page-template-page-matorke-oglasi"] .mo-grid { grid-template-columns: 1fr; }
}
