h3{
	font-weight: 900;
	font-size: 1.25rem;
}

/* Home  --------------------------- */
.featured-trails-imagelink{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.featured-trails-imagelink a{
	width: 200px;
	height: 200px;
	display: inline-block;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.featured-trails-name a{
	color: #121212;
	font-weight: bold;
}
.featured-trails-detail{
	margin-bottom: 30px;
}
#image_thumbnail{
	margin-bottom: 8px;
}
.homepage-upper-section{
	text-shadow: rgb(0 0 0 / 50%) 1px 2px 4px;
}

.location-search{
	background-color: #A0C736;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.location-search_header{
	color: #205c42;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 22px;
}
.location-search_subheader{
	color:  #205c42;
	font-size: 14px;
}
.location-search input[type=text]:placeholder {
	font-size: 14px;
	color: #AAAAAA;
}
.location-search input[type=text] {
	padding: 5px;
	font-weight: 400;
	font-size: 12px;
	height: 36px;
	width: 194px;
	border: none;
}
.location-search input[type=button] {
	padding: 7px 25px 3px;
	font-weight: 700;
	margin-left: 8px;
}

@media (max-width: 575.98px){
	.location-search_inputs{
		text-align: center;
	}
	.location-search input[type=text] {
		display: block;
		width: 240px;
		margin-bottom: 8px;
	}
	.location-search input[type=button] {
		margin-left: 8px;
	}
}

/* viewTrails ---------------------- */
.rating-table th,.rating-table td{
	border-color: #5A5A5A;
	font-size: 0.8rem;
}
.rating-table .overall-rating{
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;	
	text-align: center;
}
.rating-table .rating{
	color: #FFFFFF;
	text-align: left;
}
.rating-green{ background-color: #009900 }
.rating-blue{ background-color: #43B2C8 }
.rating-orange{ background-color: #FF9C57 }
.rating-red{ background-color: #CC5957 }
.rating-black{ background-color: #000000; color:#ffffff; }

.markers{
	margin-top: 20px;
	/*padding-bottom: 20px;
	border-bottom:  1px solid #343434;*/
	margin-bottom: 8px;
}
.marker-container{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:  15px;
	margin-right:  -15px;
	margin-left:  -15px;
	justify-content: space-around;
}
.marker{
	text-align: center;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	width: 50%;
}
.marker img{
	height:  44px;
}
.marker a{
	color:  #343434;
	text-transform: uppercase;
	font-size: 14px;
}
@media (min-width: 576px){
	.marker{
		width: 33%;
	}
}
@media (min-width: 992px){
	.marker{
		width: auto;
	}
	.marker a{
		font-size: 16px;
	}
	.marker-container{
		justify-content: space-between;
	}

}

.filmstrip-container{
	padding: 14px;
	background-color: #EFF6DE;
}

.filmstrip-container h3 {
    font-weight: 900;
    font-size: 1.20rem;
}

.filmstrip{
	padding-top:10px;
}

.slick-prev-web{
	position: initial !important;
	top: 0 !important;
	left: 50px !important;
}


.slick-prev-web::before {
	position: initial !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	content: "\f0aa" !important;
}

.slick-prev-mobile{
	z-index: 100;
	/*position: initial !important;
	top: 0 !important;
	left: 50px !important;*/
}

.slick-prev-mobile:before {
	/*position: initial !important;
	content: ' \2191' !important;*/
}

.slick-next-web{
	position: initial !important;
	top: 100% !important;
	left: 50px !important;
	margin-top: 12px;
}

.slick-next-web:before {
    font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	content: "\f0ab" !important;
}

.slider-image{
	margin: auto;
}

/* HELPERS ---------------------- */
.darkgreen-uppercase-900{
	color: #205C42;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.25rem;
}

.homepage-upper-section{
	background-image: url('/modules/contentbox/themes/cbvictory/includes/images/homepage_upper.jpg') !important;
	color: #FFFFFF;
}

.homepage-upper-section h1{
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Alright Sans';
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-transform: none;
}

.homepage-location-search input{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.homepage-location-search input::placeholder{
	color: #C5C5C5;
}

.homepage-location-search{
	font-family: "Alright Sans",sans-serif
}

.homepage-google-appstore-img, .homepage-apple-appstore-img{
	height: 42px;
}

.homepage-lower-section{
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/modules/contentbox/themes/cbvictory/includes/images/homepage_lower.jpg') !important;
	color: #FFFFFF;
}

.homepage-lower-section p{
	font-size: 18px;
}

.homepage-tagline-section{
	font-weight: 800;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/modules/contentbox/themes/cbvictory/includes/images/homepage-tagline-bg.jpg') !important;
	color: #FFFFFF;
}
.trail-form .row{
	margin-bottom: 6px;
}

.route-profile{
	text-align: center;
}

.map-feature-button-faded{
	opacity: 0.4;
}

.login-primary-panel{
	width: 280px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.login-primary-panel h3{
	border-bottom: 1px solid #777777;
	margin-bottom: 20px;
}

.navbar-toggler-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.edit-trail-rating-colour{
	float: left;
	width: 26px; 
	margin-right: 5px;
}