/* 
-------------------
	MOBILE
-------------------
*/


@media only 

 screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation : portrait), 
  
 screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) ,
  
 screen and (max-width: 668px) { 
	
/* ------------------- */

/*****************
 NAV
******************/


.nav {
	position:absolute;
	flex-direction: column;
	align-items: stretch !important;
	justify-content: flex-start !important;
	text-align:left;
	height:inherit !important;
	padding-top:0px;
	
	opacity:1;
	top:63px;
	left:0px;
	width:100%;
	
	padding-left:0px;
	display:flex;
		font-weight:600;
	font-size:19px;
}

.nav li {
	padding:30px 30px !important;
	margin:0px !important;
	cursor:pointer;
	transition:background .3s ease;
	border-bottom:rgba(0,0,0,.2) solid 1px;
	border-top:rgba(255,255,255,.2) solid 1px;
}

.nav li:before {
	display:none !important;
}

.nav li:hover,
.nav li:focus {
	background:rgba(255,255,255,.2);
}

.header {
	align-items: flex-start;
	overflow:hidden;
}

.header.open {
	opacity:1;
	height:414px !important;
}

.hamburger {
	background-image:url("/_media/images/hamburger.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	fill:#FFF;
	width:24px;
	height:28px;
	position:absolute;
	top:23px;
	display:block;
	right:25px;
	cursor:pointer;
}

.logo {
	width:70%;
	margin-top:19px;
}

.cover,
.cover-dots {
	height:640px !important;
}

/*****************
 GENERAL
******************/

h2 {
	font-size:42px;
	margin:0px;
	padding:20px 20px 20px;
	border-bottom:#FFF solid 5px;
	text-align:center;
	background:#FFF;
	color:#000;
}

.mobile-only {
	display: flex;
}

.mobileTitle {
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
}

h1 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin:0px;
    padding:0px;
    text-align:center;
    flex-direction: column;
    display:flex;
    text-transform: uppercase;
    font-size:78px;
	text-shadow:1px 1px rgba(0,0,0,.6);
	line-height:70px;
}

h1 span {
	font-size:49px;
	font-weight:400;
	border-top:#FFF solid 3px;
	margin-top:13px;
}

h2 span {
	display:block;
	margin-left:0px;
}

/*****************
 GRID
******************/

.grid {
	display:flex;
	width:100%;
	margin:0px;
	flex-direction: column;
}

/* THUMBS */

.grid ul {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom:0px;
}

.grid li {
	width:100%;
	height:60vw;
	margin:0px;
	transform:translate3d(0,0,0) !important;
}

.grid ul div {
	width:90%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transform:translate3d(0,0,0);
	font-size:41px;
	flex-direction: column;
	text-align: center;
	margin:auto;
	bottom:inherit;
	line-height:45px;
	left:5%;
}

.grid ul div span {
	line-height:18px !important;
	font-size:14px;
	font-weight:700;
	margin-top:10px;
}

.grid ul li:nth-of-type(2),
.grid ul li:nth-of-type(3) {
	display:none !important;
}

/* REELS */


.grid.reels {
	flex-direction: column;
}

.reels ul {
	width:100% !important;
}

.reels li {
	width:100% !important;
	height:60vw !important;
}

.reels ul div {
	font-size:42px;
	top:inherit;
	left:inherit;
}

/* CONTACT */

.contact li:first-of-type {
	display:none;
}

.contact li:last-of-type {
	border:none;
	padding:30px;
	margin:0px;
    text-align: center;
    width:auto;
    align-items: center;
}

.gsktalent {
	background-position: center;
	width: 250px;
    height: 400px;
    align-items: stretch;
}

.block_link {
	padding:14px 24px;
}

.bioWindow .inner {
    padding: 30px 60px 30px 30px;
    margin: 60px 0px 00px;
    border-radius: 0px;
    font-size:21px;
}
.bioWindow .close {
	right: 20px;
	top:80px;
}

.signature {
	width:200px;
	height:100px;
	margin-top:20px;
}



/* ------------------- */

}