/*
	GREY:		#4b5770
	GREY DARK: 	#282f3c
	PURPLE:		#725ba7
	BLUE: 		#27aae1
*/
/* Mobile */
@media (max-width: 768px) {

	.colorbar {
		height: 200px;
	}
	.adminimal-menu .colorbar {
		top: 29px;
	}
	.container {
		width: 100%;
	}
	.header .brand {
		display: block;
		padding: 30px 0 20px 0;
	}
	.brand img {
		width: 250px;
		height: auto;
	}


	.featured-content {
		padding: 0px;
	}
	

	.searchbar {
		display: none;
	}

	.not-front .header-wrapper,
	.colorbar {
		height: 120px;
		margin-bottom: 20px;
	}






	/* Hamberger */
	.header .nav-toggle {
		position: fixed;
		z-index: 9999;
		top: 15px;
		right: 15px;
		transition: all 200ms ease-in-out;
		width: 40px;
		height: 40px;
	}
	.header .nav-toggle div {
		display: block;
		clear: both;
		content: " ";
		width: 40px;
		background: #ddd;
		height: 5px;
		margin-bottom: 8px;
		transition: all 200ms ease-in-out;
	}
	.header .nav-toggle:hover {
		cursor: pointer;
	}
	.header .nav-toggle:hover div {
		background: #725ba7;
	}

	.header .nav-toggle.open {
		position: fixed;
	}
	.header .nav-toggle.open div.first {
		margin: 16px 0 0 0;
		transform: rotate(45deg);		
	}
	.header .nav-toggle.open div.middle {
		opacity: 0;
	}
	.header .nav-toggle.open div.last {
		margin: -18px 0 0 0;
		transform: rotate(-45deg);		
	}








	/* 	NAVIGATION: GENERIC */
	.nav-wrapper {
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		overflow-x: hidden;
		background: #000;
		position: fixed;
		z-index: 999;
		top: 0px;
		left: -100%;
		padding: 100px 0 0 0;
		transition: all 200ms ease-in-out;
	}

	.nav-wrapper.open {
		left: 0;
	}












	/* 	NAVIGATION: PRIMARY */
	.header .nav.primary {
	}
	.header .nav.primary > ul {
		padding: 0;
		margin: 0;
	}
	.header .nav.primary > ul > li > a {
		display: block;
		font-size: 26px;
		color: #fff;
		opacity: .7;
		height: 70px;
		padding: 10px 20px 12px 20px;
		transition: background 100ms ease-in-out;
	}
	.header .nav.primary > ul > li > a:hover {
		opacity: 1;
		background: -webkit-linear-gradient(90deg, #eee 0%, #ffffff 50%);
		color: #282f3c;		
	}
	.header .nav.primary > ul > li > a.active,
	.header .nav.primary > ul > li > a.active-trail {
		opacity: 1;
		background: #fff;
		color: #282f3c;		
	}
	
	
	/* NAVIGATION: RAFTER */
	.header .nav.rafter {
		border-top: 1px solid #fff;
		margin-top: 20px;
		padding-top: 20px;
	}
	.header .nav.rafter > ul > li > a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		opacity: .7;
		padding: 10px 10px;
	}
	.header .nav.rafter > ul > li > a:hover {
		background: transparent;
		opacity: 1;
	}
	.header .nav.rafter > ul > li > a.active,
	.header .nav.rafter > ul > li > a.active-trail {
		opacity: 1;
		background: #fff;
		color: #282f3c;		
	}
		/* LANGUAGE SWITCH */
	.nav.rafter .lang-switch a {
		position: absolute;
		display: inline-block;
		font-family: 'SPGibson';
		color: #fff;
		font-size: 70%;
		font-weight: bold;
		text-transform: uppercase;
		opacity: .7;
		padding: 5px 10px;
		top: 35px;
    	left: 12px;
	}

	/* 	NAVIGATION: FOOTER */
	.footer .nav.footer-links {
		margin: 20px 0;
	}
	.footer .nav.footer-links > ul > li > a {
		display: inline-block;
		margin-right: 10px;
		padding: 0px;
	}
	.footer .nav.footer-links > ul > li > a:hover {
		background: transparent;
		text-decoration: underline;
	}



	/* TILE: HERO */
	.hero-wrapper {
		background: #282f3c;
		margin-bottom: 40px;
	}
	.hero {
		margin-left: -15px;
		margin-right: -15px;		
	}
	.hero .tile-wrapper {
		width: 100%;
		display: block;
		background: -webkit-linear-gradient(0deg, #4b5770 50%, #282f3c 100%);
	}
	.hero .tile .thumb {
		width: 100%;
	}
	.hero .tile .caption {
		width: 25%;
		display: table-cell;
		vertical-align: top;
		padding: 20px;
	}
	.hero .tile .category {
		position: absolute;
		top: 0px;
		width: 100%;
		padding: 10px;
	}
	.hero a .tile h1,
	.hero a .tile .caption,
	.hero a .tile .category {
		color: #fff;
	}
	
	
	/* TILE: GIANT */
	.giant .tile-wrapper {
		width: 100%;
		display: table;
	}
	.giant .tile .thumb {
		width: 50%;
		display: table-cell;
		padding-right: 15px;
	}
	.giant .tile .caption {
		width: 50%;
		display: table-cell;
		vertical-align: top;
		padding: 0px 0px 0px 15px;
		*background: -webkit-linear-gradient(0deg, #4b5770 0%,#282f3c 40%, #282f3c 100%);
	}




	

	/* CONTENT */
	
	/* 	AUTHOR */
	.node .author {
		border-top: 1px solid #725ba7;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		display: table;
		color: #725ba7;
	}
	.node .author .profile-photo {
		display: table-cell;
		width: 50px;
		vertical-align: top;
	}
	.node .author .profile-photo img {
		border-radius: 50%;
		width: 50px;
		height: auto;
		box-shadow: 0px 0px 10px rgba(0,0,0,.3);		
	}
	.node .author .caption {
		display: table-cell;
		vertical-align: top;
		padding-left: 15px;
	}
	.node .author .caption h1 {
		font-size: 16px;
		line-height: normal;
		margin: 0;
	}
	.node .author .caption .lead {
		font-size: 14px;
	}


	/* FOOTER */
	.footer .brand img {
		margin-bottom: 40px;
	}
	.footer .social-links {
		margin-top: 20px;
	}


}