body.post-type-archive-bio {
margin-top: 0;	
}

body.post-type-archive-bio main {
overflow: hidden;	
}

body.post-type-archive-bio .page-content-wrap h3 {
padding: 5px 10px;
font-size: 30px !important;
line-height: 30px !important;
margin: 0 auto;
display: block;
max-width: 1400px;
/*color: #383a35;*/
}

body.post-type-archive-bio .page-content-wrap.below-slider h3 {
text-align: center;
display: block !important;
font-size: 2.4vw !important;
font-weight: 200;
}

h3.filter-by {
max-width: 1400px;
margin: 0 auto 10px;	
}

body.post-type-archive-bio .page-content-wrap p {
font-size: 21px;
line-height: 24px;
font-weight: 200;
color: #383a35;
}

/*
body.post-type-archive-bio main p {
    font-size: 1.8vw;
    font-weight: 200;
    margin-bottom: 40px;
}
*/

body.post-type-archive-bio .page-content-wrap.animated {
margin-bottom: 0;
}

body.post-type-archive-bio .page-content-wrap.wide-photo {
width: 160%;
height: 400px; 
max-width: none;
margin: 30px auto 30px -30%;
background-position: center 45%;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}

@media only screen and (min-width:2240px) { /*--- for superwide monitors ---*/

	body.post-type-archive-bio .page-content-wrap.wide-photo {
	width: 240%;
	margin-left: -70%;
	background-position: center 40%;
	}

}

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

	body.post-type-archive-bio .page-content-wrap.wide-photo {
	width: 140%;
	margin-left: -20%;
	}

}

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

	body.post-type-archive-bio .page-content-wrap.below-slider h3 {
	font-size: 50px !important;		
	}
}

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

	body.post-type-archive-bio .page-content-wrap.wide-photo {
	width: 100%;
	margin-left: auto;
	height: auto;
	padding: 30px 0;
	}
	
	body.post-type-archive-bio .page-content-wrap.below-slider h3 {
	font-size: 40px !important;		
	}	

}


@media only screen and (max-width:640px) {
	
	body.post-type-archive-bio .page-content-wrap.below-slider h3 {
	font-size: 24px !important;		
	}
}


ul.studios {
width: 70%;
margin: 100px auto 0;
text-align: center;	
font-size: 0;
display: table;
border-collapse: separate;
border-spacing: 10px;
height: 200px;
}

ul.studios li {
display: table-cell;
vertical-align: middle;
width: 24%;
margin: 0 5px;
padding: 5 10px;
text-transform: lowercase;
font-size: 30px;
font-weight: 200;
color: #407fbd;
background-color: rgba(255, 255, 255, 0.9);
}

body.blue ul.studios li {
color: #fff;	
background-color: rgba(64, 127, 189, 0.9);	
}

body.orange ul.studios li {
color: #fff;	
background-color: rgba(222, 97, 38, 0.9);	
}

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

	ul.studios li {
	font-size: 24px;
	}
	
}

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

	ul.studios {
	width: 90%;
	display: inline-block;
	height: auto;
	margin-top: auto;	
	}
	
	ul.studios li {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	padding: 50px 0;
	}
	
}

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

	ul.studios {
	width: 90%;
	display: inline-block;
	height: auto;
	margin-top: auto;	
	}
	
	ul.studios li {
	width: 100%;
	margin: 5px;
	padding: 20px 0;
	font-size: 20px;	
	}
	
}

ul.bio-filter {
margin: 0 auto;	
display: block;
max-width: 1400px;
padding: 0 5px;
}

ul.bio-filter li {
display: inline-block;
margin: 0 2px 5px;	
border: solid 1px #efefef;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow: hidden;
}

ul.bio-filter li a {
color: #5f8eb5;
text-decoration: none;
padding: 5px 10px;
}

ul.bio-filter li.data-selected a {
color: #fff;
background: #de6126;
}

/*.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}*/


body.post-type-archive-bio div.full-width {
max-width: 2000px;	
}

main > div {
padding: 30px 0;
max-width: 1400px;
/*display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;*/
margin: 0 auto;
}

.bio-grid {
padding-top: 0;
display: flex;
flex-wrap: wrap;
}

h1 {
width: 100%;
color: #5f8eb5;
font-size: 30px;
}

a.bio-link {
width: 25%;	
}

article.bio {
margin: 0;
width: 100%;
border: solid 5px #fff;
position: relative;
text-align: center;
cursor: pointer;
vertical-align: top;
overflow: hidden;
background: #6a86b8;
}

a.bio-link article.bio img {
width: 100%;
height: auto;	
opacity: 1.0;
position: relative;
z-index: 10;
transition: all 0.5s ease 0s;
}

a.bio-link:hover article.bio img {
opacity: 0.6;
/*transform: scale(1.1);*/
}

article.bio h2 {
margin-top: 0;
text-align: center;
font-size: 20px;
color: #405464;
position: absolute;
bottom: 15px;
left: 0;
width: 100%;
color: #fff;
z-index: 20;
opacity: 0;
transition: all 0.3s ease 0s;
}

article.bio h2 span {
font-size: 13px;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
}

a.bio-link:hover article.bio h2 {
opacity: 1.0;
}

a.bio-link article.bio::before {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #fc0;
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%);
z-index: 15;
opacity: 0;
transition: all 0.3s ease 0s;
}

a.bio-link:hover article.bio::before {
opacity: 1.0;
}

@media only screen and (max-width:680px) {
	
	article.bio {	
	border: solid 2px #fff;
	}
	
	a.bio-link {
	width: 50%;	
	}

	body.post-type-archive-bio .page-content-wrap {
	padding: 0;	
	}
	
	body.post-type-archive-bio main > div {
	padding: 10px 0;
	}

}

/*------ Single Bio Styles ------*/

body.single-bio {
padding-top: 80px;
}

article.featherlight-inner,
body.single-bio article {
width: 100%;
vertical-align: top;
border: dashed 0px red;
box-sizing: border-box;
/*padding-bottom: 100px;*/
}

body.single-bio article {
max-width: 1200px;
margin: 0 auto 60px;
}

body.single-bio h1 {
text-transform: unset;
}

article h1 {
text-align: left;
text-transform: unset;
}


body.single-bio article div h2 {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 15px;
margin-bottom: 0;
}

body.single-bio article div h2.position {
color: #333;
margin-bottom: 15px;
}

body.single-bio article div h3 {
font-weight: 400;
font-size: 16px;
color: #de6126;
margin-bottom: 20px;
}

body.single-bio article div h4 {
font-weight: 400;
font-size: 16px;
margin-top: 10px;
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-top: solid 1px #eaeaea;
border-bottom: solid 1px #eaeaea;
text-align: center;
}

body.single-bio article div p {
font-size: 18px;	
}

body.single-bio article > div,
body.single-bio article > aside,
body.single-bio article > div,
body.single-bio article > aside {
display: inline-block;
vertical-align: top;
width: 50%;
box-sizing: border-box;
}

body.single-bio article > aside {
padding: 30px 40px;
}

body.single-bio article aside {
padding: 30px 80px 30px 30px;
}

div.bio-details {
margin-bottom: 10px;	
}

article.single-bio h1 {
text-align: left;
display: inline;
line-height: 40px;
font-size: 40px;
line-height: 40px;
}

article.single-bio div strong,
article.single-bio div b {
color: #777;
}

body.single-bio article aside img.portrait,
body.single-bio article aside img.portrait {
float: right;
max-width: 600px;
height: auto;
width: 100%;
}

img.size-bio-square-large {
display: none;	
}

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

	body.single-bio article aside {
	padding-right: 50px;
	}
	
	
}

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

	body.single-bio {
    padding-top: 0;
	}

	article.single-bio > div,
	article.single-bio > aside {
	width: 100%;	
	}
	
	article.single-bio > aside {
	padding-bottom: 0;
	padding-right: 30px;
	}
	
	body.single-bio article aside {
	padding-right: 0;	
	}

	article.single-bio > div {
	padding: 0 40px 30px !important;	
	}
	
	article.single-bio h1 {
	font-size: 30px;	
	}
	
	body.single-bio article div h3 {
	font-size: 14px;	
	}
	
}



body.single-bio article > div {
padding-right: 40px;
padding-top: 30px;
margin-top: 0;
}

body.single-bio article div p {
margin-bottom: 20px;
line-height: 2;
font-size: 16px;
}

body.post-type-archive-bio > div.featherlight > div > button {
display: none;	
}

body.post-type-archive-bio > div.featherlight {
background: rgba(255, 255, 255, 1);	
}

body.post-type-archive-bio > div.featherlight::after {
font-family: 'Muli', Arial, sans-serif;
content: "✕";
font-size: 45px;
width: 45px;
height: 45px;
line-height: 45px;
position: absolute;
top:20px;
right: 20px;
color: #999;
font-weight: 200;
}


a.bio-icon {
height: 32px;
width: 32px;
line-height: 32px;
border: solid 0px #efefef;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative;
display: inline-block;
margin: 4px 0 0 10px;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #405464;
text-align: center;
text-decoration: none;
vertical-align: top;
opacity: 1.0;
transition: all 0.5s ease 0s;
}

a.bio-icon:hover {
text-decoration: none;	
opacity: 0.6;
}

a.bio-icon::before {
font-family: 'Dashicons';
text-align: center;
font-size: 24px;
}

a.bio-icon.vcard::before {
content: "\f336";
}

a.bio-icon.linkedin::before {
content: "\f18d";	
}

@media only screen and (max-width:720px) {
	
	body.single-bio article aside {
	width: 100vw;
	padding: 30px !important;
	}
	
	body.single-bio article > div {
	width: 100vw;	
	}
	
	body.single-bio article aside img.portrait {
	display: none;	
	}
	
	img.size-bio-square-large {
	display: block;	
	margin: 0 auto 20px;
	max-width: 400px;
	width: 100%;
	height: auto;
	}
	
	article.single-bio h1 {
	font-size: 20px;	
	}
	
	a.bio-icon {
	width: 24px;
	height: 24px;
	line-height: 24px;
	}
	
	a.bio-icon::before {
    font-size: 16px;
	}
	
	div.bio-details {
	margin-bottom: 0;	
	}
	
	body.single-bio article div h3 {
	/*font-size: 16px;*/
	}
	
	body.single-bio article div h2 {
	margin-bottom: 0px;	
	}
	
	body.single-bio article div p {
	font-size: 16px;	
	}
	
}
