.park-information .cp-street {
	font-size: 15px;
    color: #000;
	font-weight: 600;
}
@media all and (min-width: 992px) {

	.park-information .cp-street {
		font-size: 22px;
	}
}
.park-information .park-current-status {    
    margin: 0px 10px 0px 0px;
    position: relative;
    padding: 10px 45px 10px 10px;
    background-size: 24px auto !important;
}
.park-information .park-current-status.park-status-1 {
	background: url(../images/park-status-1.png) 85% center no-repeat;
}
.park-information .park-current-status.park-status-2 {
	background: url(../images/park-status-2.png) 85% center no-repeat;
}
.park-information .park-current-status.park-status-0 {
	background: url(../images/park-status-0.png) 85% center no-repeat;
}
.park-information .park-current-status > span {    
    display: block;
    text-align: center;
    color: #000;
    line-height: 20px;
    font-size: 20px;    
    font-weight: 400;
    background: #fff;
}
.park-information .is-open {
    color: #59a54c;
    font-size: 16px;
}
.park-information .is-closed {
    color: #F00;
    font-size: 16px;
}
.cp-favorites {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.cp-favorites:hover {
	text-decoration: none;
}
.cp-favorites i {
	color: #000;
}
.park-information .tab-content {
	background: #f2f5f8;
}
.park-information .nav-tabs {
	border: 0;
	align-items: end;
	border-bottom: 3px solid #dedede;
	gap: 3px;
}
@media all and (min-width: 991px) {
	.park-information .nav-tabs {
		gap: 15px;
	}
}

.park-information .nav-tabs .nav-item:last-child {
	padding: 0px;
}
.park-information .nav-tabs .nav-link {
	color: #000;
	font-size: 16px;
	display: block;
    width: 100%;
	text-align: center;
	padding: 12px 10px;
	background: #ffc602;
	border: 0;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;    
}
.park-information .nav-tabs .nav-link:hover,
.park-information .nav-tabs .nav-link.active {
	color: #fff;    
	background: #003b5d;	
}
.park-information .cp-links {
	gap: 3px;
}
.park-information .cp-links .btn {
	min-width: auto;
	font-weight: normal;
	padding: 15px 5px;	
}
@media all and (max-width: 991px) {
	.park-information .nav-tabs .nav-item {
    	width: 100%;    	
	}
	.park-information .nav-tabs .nav-link {
		border-radius: 0;
	}
}

/*@media all and (min-width: 991px) {
	.park-information .cp-links .btn {
		padding: 15px 22px;
	}
}*/

/**/
.cp-park-info-entry {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #dedede;
    color: #000;
}
.cp-park-info-entry a {
	color: #000;
}
.cp-park-info-entry .cp-info-label,
.cp-park-info-entry .cp-info-sub-value,
.cp-park-info-entry .cp-info-sub-label {
    color: #000;
}
.cp-park-info-entry .cp-info-sub-value {
	font-size: 20px;
	font-weight: 700;
}
.cp-park-info-entry.multiple-entries:not(.show) .js-park-entry-toggler .fa-minus,
.cp-park-info-entry.multiple-entries.show .js-park-entry-toggler .fa-plus {
	display: none;
}
.cp-park-info-entry.multiple-entries .cp-info-sub-entries {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.cp-park-info-entry.multiple-entries.show .cp-info-sub-entries {
	max-height: 1000px;
}

/**/
.iframed-view #car-park-gallery .carousel-item img {
	width: 100%;
}
#car-park-gallery .carousel-indicators {
	position: relative;
	margin-top: 10px;
}
#car-park-gallery .carousel-control-prev,
#car-park-gallery .carousel-control-next {	
	height: 30px;
	width: 30px;
}
#car-park-gallery .carousel-control-prev .carousel-control-prev-icon::before,
#car-park-gallery .carousel-control-next .carousel-control-next-icon::before {
	color: #ffc602;
}
#car-park-gallery .carousel-item {	
	overflow: hidden;
}

/**/
.car-park-bay-information h3 {
	font-size: 22px;
    font-weight: 700;
    color: #000;
}
.cp-info-list .info-entry {
	padding: 0px 0px 0px 10px;
	display: flex;
	align-items: center;
}
.cp-info-list .info-entry .info-thumbnail {
	min-width: 35px;
}
.cp-info-list .info-entry .bay-thumbnail {
	width: 54px;
	height: 54px;
	display: inline-block;
}
.cp-info-list .info-entry .info-wrapper {
	width: 100%;
	display: inline-block;
	padding: 0px 0px 0px 20px;
}
.cp-info-list .info-entry .info-wrapper .info-number {
	font-weight: 700;
    color: #003b5d;    
}
.cp-info-list .info-entry .info-wrapper .info-label {    
    font-weight: 400;
}

.iframed-view {
	padding: 0px !important;
}
.iframed-view #block-cpp-views-block-entity-pager-example-article-pager,
.iframed-view #toolbar-bar {
	display: none !important;
}
.iframed-view .section-main {
	padding-top: 30px !important;
}

/* OLD MOBILE APP OVERRIDE */
.iframed-view .mobile-app-hidden {
	display: none !important;
}

/* SPA Car Park Page */
.app-screen-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  color: #fff;
}
.app-loader-container {
  padding: 30px 0px;
}
.app-screen-loader.app-init-page {
  background: #fff;
  color: #000;
  z-index: 10;
  position: fixed;
}
.app-loader-logo {
  width: 250px;
}
.iframed-view .app-loader-logo,
.iframed-view .spinner-border {
	opacity: 0 !important;
}