/*
Theme Name: Access Electric Supply
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: whitespace
Text Domain: access-electric-supply
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

strong,b {
	font-weight: bolder !important;
}

.slick-slider {
	width: 100%;
	margin: 10px auto;
}

.slick-slider .slick-track {
	display: flex;
	align-items: center;
}

.slick-slider .slick-slide {
	text-align: center;
	margin: 10px;
}

.slick-slider .slick-slide img {
	margin: 0 auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/

.team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.team {
	width: 240px;
	padding: 0 0 60px 0;
	margin: 20px;
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
	position: relative;
}

.team .team-title {
	color: #1a70ac;
	padding: 10px 20px 0 20px;
	margin: 0;
}

.team h3 {
	color: #000;
	padding: 0 20px;
	margin: 0;
}

.team-image {
	width: 100%;
}

.team-image img {
	width: 100%;
	max-width: none;
}

.team .bio {
	padding: 10px 20px;
}

.team .bio-buttons a {
	text-decoration: none;
}

.team .icon-linkedin {
	font-size: 30px;
}

.full-bio {
	max-width: 700px;
	margin: 10px auto;
}

.team .bio-buttons {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	left: 0;
	right: 0;
	align-items: center;
}

@media only screen and (max-width: 920px) {

}
