
/*
Theme Name: Avalanche Base Camp Child Theme
Theme URI: https://avalanchegr.com
Version: 1.0
Description: A complete theme packaged with everything you need to get started building momentum.
Author: Avalanche Creative
Author URI: https://avalanchegr.com
template: bb-theme
*/

/* Add your custom styles here... */
.service-card {
	height: 500px;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.card-overlay {
	background: rgba(0, 0, 0, .6);
	padding: 40px;
	height: 100%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.service-card h3, .service-card p {
	margin: 0;
}

.service-card h3 {
	color: #fbffff;
	margin-bottom: 10px;
}

.service-card p {
	color: #fbffff;
	margin-bottom: 10px;
}

.services-more {
	margin-top: 15px;
}

.services-more .fl-button {
	background-color: var(--fl-global-primary) !important;
	border-radius: 50px !important;
}

.services-more .fl-button:hover {
	background-color: var(--fl-global-primary) !important;
}

#service-area-dropdown {
	background: transparent;
}

.grw-content-inner .wp-google-url {
	position: absolute !important;
	bottom: -40px !important;
	margin: 0 auto !important;
	left: 0 !important;
	right: 0 !important;
}

.service-cards .service-icon img {
	width: 50px;
	height: auto;
}

.service-cards p a {
	text-decoration: none;
	border-bottom: 1px solid #525252;
}

.service-cards ul {
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.service-cards ul li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.with_frm_style select {
	padding: 5px 20px !important;
	height: 42px !important;
}

/* small width only */
@media screen and (max-width: 767px) {
	.service-card {
		height: 300px;
	}
	
	.card-overlay {
		justify-content: center;
		text-align: center;
	}
	
	.info-columns {
		flex-direction: column-reverse !important;
	}
	
	.wp-gr .grw-reviews {
		flex-direction: column;
	}
}
