/**
 * All global CSS for the public-facing functionality is
 * included in this file.
 */

/* Slick */
@media ( min-width: 600px ) {
	.slick-slider .card {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.slick-slider {
	position: relative;
}

.slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
}

button.slick-arrow {
	position: absolute;
	display: inline-block;
	color: #333;
	border: none;
	background: none;
}

button.slick-prev.slick-arrow {
	top: 25%;
	left: -25px;
}

button.slick-next.slick-arrow {
	top: 25%;
	right: -25px;
}

.slick-dots {
	background: #e4e4e4;
	border-radius: 0.25rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 10rem;
	width: auto;
    padding: 0;
}

.slick-track {
	transform: none;
}

.slick-dots button {
    background: none !important;
}

.slick-dots li {
	background: 0 0;
	border: 0;
	border-radius: 0.25rem;
	cursor: pointer;
	height: 0.55rem;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slick-dots li.slick-active {
	background: #14447A;
}

.slick-dots li button {
	border: 0;
	display: block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	background: transparent;
}

/* Card */
.card img {
    width: 100%;
}

/* Staff list */
.card.staff .staff-info {
	transition: .5s ease-out 100ms;
}

.single-staff .attachment-post-thumbnail {
	border-radius: 50%;
	margin-bottom: 1.5rem;
}

.staff .dashicons.dashicons-arrow-right-alt {
	width: auto;
	height: auto;
}

/* Testimonial list */
.testimonials {
	vertical-align: top;
}

.testimonials .slick-dots {
	margin: 0;
}

.testimonials .card {
	background-color: transparent;
}

.testimonial-images {
	min-height: 550px !important;
}

@media (min-width: 992px) {
	.testimonial {
		margin-bottom: 2rem;
	}

    .slick-slide .testimonial-quote {
		max-width: 550px;
	}
}

@media (min-width: 1200px) {
	.testimonial {
		margin-bottom: 3rem;
	}
}

@media (max-width: 991.98px) {
	.testimonials.rel-container {
		position: relative;
	}
}

.slick-slide img.testimonial-img {
    border-radius: 50%;
    display: inline-block;
    height: 60px !important;
    width: 60px !important;
	margin-right: .5rem;
	vertical-align: top;
}

.slick-slide .testimonial-img,
.slick-slide .testimonial-info {
	display: inline-block;
}

.slick-slide .testimonial-quote {
	margin-bottom: 1.75rem;
}

/* Sponsors */
img.sponsor-img {
    padding: 0.75rem;
}

/* News */
@media (min-width: 992px) {
	.news .card.featured {
		margin-right: 1.5rem;
	}
}

.news img {
	border-radius: .25rem;
}

.news .list-inline {
	display: inline-block;
}

.card.news-small .news-info {
	margin-left: 1.25rem;
}

.news-info .dashicons {
	color: #8FB05D;
	margin-top: 3px;
}

a h3.card-title {
	margin-top: 1rem
}

a h3.card-title:hover {
	color: #8FB05D;
	transition: 0.5s ease-out
}

.inline-list,
.card.news-small .news-info,
.card.news-small .news-img {
	display: inline-block;
}

.card.news-small .news-img {
	border-radius: .25rem;
	width: 100%;
	max-width: 150px;
	min-width: 150px
}

.featured .news-img {
	border-radius: 0.25rem;
	width: 100%;
}

.news-small a h3.card-title {
	margin-top: 0;
}