/*
 * Theme Name: ECPC Theme
 * Description: Timber based WP theme for ecpc.org
 * Author: Harry Edwards
*/

.team-members{
	display: flex;
	flex-flow: row wrap;
}

.team-title{
	padding-top: 15px;
    padding-left: 15px;
	margin-top: 2em;
	border-top: 1px solid;
	scroll-margin-top: 130px;
}
.team-members .teaser--person {
 	min-width: 20%;
	max-width: 20%;
}


@media only screen and (min-width: 0px) and  (max-width: 399px){
.team-members .teaser--person {
     min-width: 100%;
	max-width: 100%;
}
}
@media only screen and (min-width: 399px) and  (max-width: 599px){
.team-members .teaser--person {
    min-width: 50%;
	max-width: 50%;
}
}
@media only screen and (min-width: 599px) and  (max-width: 991px){
.team-members .teaser--person {
    min-width: 33.3333%;
	max-width: 33.3333%;
}
}
@media only screen and (min-width: 991px) and  (max-width: 1200px){
.team-members .teaser--person {
    min-width: 25%;
}
}


.gt_float_switcher {
	font-size: inherit !important;
	font-weight: normal;
}
.gt_float_switcher {
	    min-width: 150px;
	    box-shadow: unset !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 2px 15px !important;
}