/* Custom styles for Cobra city pages. - Jon @ Graydian 2024-05-04 */

a {
	text-decoration: none;
}

.city-pages {
	font-family: 'Noto Sans', sans-serif;
}

.city-pages h1,
.city-pages h2,
.city-pages h3,
.city-pages h4,
.city-pages h5,
.city-pages h6 {
	font-weight: 800;
	line-height: 1;
}

.city-pages a {
	color: #c22e2f;
}

.city-pages a.btn-primary {
	background-color: #c22e2f;
	border-color: #c22e2f;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.city-pages a.btn-primary:hover,
.city-pages a.btn-primary:focus,
.city-pages a.btn-primary:active {
	background-color: #9e0b0c;
	border-color: #9e0b0c;
	color: #fff;
}


.city-pages .city-intro-text,
.city-pages .city-list-wrap,
.city-pages .city-secondary-text {
	margin-bottom: 60px;
}

.city-pages .city-intro-text {
	margin-top: 0;
}

.city-pages .city-intro-text h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}

.city-pages .city-intro-text .btn {
	margin: 0 5px 10px;
}

.city-pages .city-list-wrap .cities-list {
	background-color: #eee;
	float: left;
	clear: both;
	width: 100%;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 1px 5px #ccc;
}

.city-pages .city-list-wrap .cities-list ul {
	column-count: 5;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.7;
	list-style: none;
}

.city-pages .city-list-wrap .cities-list h3 {
	margin-bottom: 25px;
}

.city-pages .city-list-wrap .cities-list a {
	font-weight: bold;
}

.city-pages .city-list-wrap .cities-list a:hover {
	text-decoration: underline;
}

.city-pages .city-list-wrap .cities-list .pagination {
	padding-top: 30px;
	padding-bottom: 0;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}

.city-pages .city-list-wrap .cities-list .pagination span,
.city-pages .city-list-wrap .cities-list .pagination a {
	display: inline-block;
	float: none;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 6px;
}

.city-pages .city-list-wrap .cities-list .pagination a:hover {
	text-decoration: none;
}

.city-pages .city-map {
	margin-top: 30px;
	margin-bottom: 0;
}

.city-pages .city-map iframe {
	border-radius: 6px;
	box-shadow: 0 1px 5px #ccc;
	margin-bottom: 20px;
}

.city-pages .city-secondary-text ul {
	padding-left: 0;
	list-style: none;
}

.city-pages .city-divider {
	margin-bottom: 30px;
}

.city-pages .city-divider hr {
	margin: 0;
}

.city-pages .city-faq {
	margin-bottom: 50px;
}

.city-pages .city-faq h2 {
	margin-bottom: 20px;
}

.city-pages .city-faq .accordion-header {
	margin-bottom: 0;
}

.city-pages .city-faq .accordion-button {
	color: #c22e2f;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
	background-color: #eee;
}

.city-pages .city-faq .accordion-button:focus {
	color: #212529;
	background-color: #eee;
	border-color: #900;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(163, 25, 30, .25);
}

.city-pages .city-faq .accordion-button:not(.collapsed) {
	color: #c22e2f;
	background-color: #eee;
}

.city-pages .city-conclusion {
	margin-bottom: 50px;
}

.city-pages .city-conclusion .btn {
	margin: 0 5px 10px;
}





@media only screen and (min-width: 992px) and (max-width: 1299px) {
	
	
	
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.city-pages .city-list-wrap .cities-list ul {
		column-count: 3;
	}

}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	.city-pages .city-list-wrap .cities-list ul {
		column-count: 2;
	}
	
}


















