/* Custom styles for Cobra city hub pages. - Jon @ Graydian 2026-04-01 */


.wrapper-city-hub .content-area {
	padding-left: 0;
	padding-right: 0;
}



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;
}



/* City Hub */

.wrapper-city-hub {
	line-height: 1.3;
}

.wrapper-city-hub h3,
.wrapper-city-hub h4,
.wrapper-city-hub h5,
.wrapper-city-hub h6 {
	font-family: 'Noto Sans', sans-serif;
	font-style: inherit;
	font-size: unset;
}

.wrapper-city-hub h3 { font-size: 24px; }
.wrapper-city-hub h4 { font-size: 20px; }
.wrapper-city-hub h5 { font-size: 18px; }
.wrapper-city-hub h6 { font-size: 16px; }

.wrapper-city-hub .order-now a.btn-cobra {
	margin-bottom: 10px;
}

.wrapper-city-hub figure img {
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.wrapper-city-hub figure figcaption {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-style: italic;
}

#city-hub-intro {
	padding-bottom: 40px;
}

#city-hub-intro h1 {
	text-align: center;
	line-height: 1;
}

#city-hub-intro h2 {
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	color: #b41e16;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 30px;
}


#city-hub-02 {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-02 h2 {
	text-align: center;
	margin-bottom: 20px;
}

#city-hub-02 h3 {
	margin-bottom: 5px;
	color: #b41e16;
	font-size: 20px;
}

#city-hub-02 .order-now {
	padding-top: 30px;
	text-align: center;
}


#city-hub-03 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-03 h2 {
	text-align: center;
}

#city-hub-03 .order-now {
	padding-top: 30px;
	text-align: center;
}

#city-hub-03 h3 {
	margin-bottom: 5px;
	color: #b41e16;
	font-size: 20px;
}


#city-hub-04 {
	border-top: 2px solid #eee;
	padding-top: 25px;
	margin-top: 15px;
	padding-bottom: 30px;
}

#city-hub-04 h2 {
	text-align: center;
	margin-bottom: 20px;
}

#city-hub-04 h3 {
	color: #b41e16;
	margin-bottom: 5px;
}

#city-hub-04 .row-inner {
	text-align: center;
}

#city-hub-04 .row-inner a.popup-button {
	margin-bottom: 15px;
}

#city-hub-04 .row-inner .order-now {
	text-align: center;
}



#city-hub-05 {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-05 .row-inner {
	margin-bottom: 40px;
	padding-top: 20px;
	margin-top: 10px;
}

#city-hub-05 .row-inner .card {
	border: 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 5px #ccc;
	text-align: center;
}

#city-hub-05 .row-inner .card .card-body {
	padding: 15px 15px 20px 15px;
}

#city-hub-05 .row-inner .card .card-step {
	display: inline-block;
	font-size: 36px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background-color: #b41e16;
	text-align: center;
	font-weight: 800;
	margin-top: -25px;
	margin-bottom: 15px;
}

#city-hub-05 .row-inner .card .card-title {
	font-size: 18px;
	color: #b41e16;
}

#city-hub-05 .row-inner .card .card-text {
	font-size: 14px;
}

#city-hub-05 .order-now {
	text-align: center;
}


#city-hub-06 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-06 .city-hub-faq {
	padding-top: 15px;
}

#city-hub-06 .city-hub-faq .city-faq-question {
	margin-bottom: 5px;
}

#city-hub-06 .city-hub-faq button {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	display: inline-block;
	text-align: left;
	color: #b41e16;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 5px 5px 20px;
	position: relative;	
}

#city-hub-06 .city-hub-faq button:hover {
	color: #97160f;
}

#city-hub-06 .city-hub-faq button:focus {
	outline: none;
	border: 0;
}

#city-hub-06 .city-hub-faq button:before {
	position: absolute;
	left: 0;
	font-family: 'Font Awesome 6 Free', fontawesome;
	content: '\f107';
	color: #000;
}

#city-hub-06 .city-hub-faq button.collapsed:before {
	content: '\f105';
}

#city-hub-06 .city-hub-faq .city-faq-item {
	padding: 0 0 0 20px;
}

#city-hub-06 .order-now {
	text-align: center;
	padding-top: 30px;
}

#city-hub-06 figure img {
	margin-bottom: 25px;
}


#city-hub-07 {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-07 .card {
	border: 0;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 10px;
}

#city-hub-07 .card .card-title {
	color: #b41e16;
	font-size: 42px;
	text-align: center;
}



#city-hub-08 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-08 h2 {
	color: #b41e16;
	text-align: center;
}



#city-hub-09 {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}

#city-hub-09 h2 {
	text-align: center;
	margin-bottom: 10px;
}

#city-hub-09 .blog-post-wrapper {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px #ccc;
	overflow: hidden;
}

#city-hub-09 .blog-post-wrapper .blog-post-inner-wrapper {
	padding: 15px;
}

#city-hub-09 .blog-post-wrapper .blog-post-inner-wrapper .blog-date {
	font-size: 14px;
	color: #5d5d5d;
}

#city-hub-09 .blog-post-wrapper .blog-post-inner-wrapper a.btn {
	border-radius: 8px;
}

#city-hub-09 .more-articles {
	padding-top: 25px;
	text-align: center;
}

#city-hub-09 .more-articles a {
	font-weight: bold;
}

#city-hub-09 .more-articles a:hover {
	text-decoration: none;
}




#city-hub-reviews {
	padding-top: 40px;
	padding-bottom: 40px;
}

#city-hub-reviews h2 {
	line-height: .9;
	margin-bottom: 0;
}







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



@media only screen and (min-width: 768px) and (max-width: 991px) {
	


}

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

	.wrapper-city-hub .order-now {
		text-align: center;
	}

	.wrapper-city-hub h2 {
		line-height: .9;
		font-size: 48px;
	}
	
	#city-hub-intro h1 {
		line-height: .9;
		font-size: 54px;
	}
	
	#city-hub-intro h2 {
		line-height: normal;
		font-size: 18px;
	}
	
	#city-hub-04 .order-now {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 2px solid #eee;
	}
	
	#city-hub-04 hr {
		display: none;
	}
	
	#city-hub-05 .row-inner .card .card-step {
		margin-top: 0;
	}
	
	
}


















