/*
	Theme Name: Brian Crowell
	Theme URI: briancrowell.com
	Version: 0.3 
*/

/* Stylesheet import */

		
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'freshbotregular';
    src: url('freshbot-webfont.woff2') format('woff2'),
         url('freshbot-webfont.woff') format('woff'),
		 url('freshbot-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
	
	html,body{
		margin: 0;
		/*font-family: 'Michroma'; */
		font-family: 'Aclonica'; 
		/*font-family: 'freshbotregular', 'Aclonica'; */
		background:#9bddee;
	}
	/* h1,h2,h3 {
			text-shadow: 2px 2px #FFFFFF;
	} */
	table {
		font-size:11px;
		color: #6bddee;
		margin: 5px 5px;
	}
	td {
		margin: 5px 5px;
	}	
	.centered{
		text-align:center;
	}
	
	.no-padding{
		padding-left:0px;
		padding-right:0px;
	}
	
	.clear{
		clear:both;
	}
	
	a:focus, a:hover{color:#000;}
	
	input,textarea{border:none;padding:10px 20px;color: #000; font-weight: 600;}
	input{margin-bottom:10px;}
	textarea{height:92px;}
	
		
	h2{font-size:60px;line-height:35px;}
	p{font-size:18px;text-align:justify;}
	
	.p-fifty{padding:50px 0px;}
	.hundred{width:100%;}


/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/	
	
	.header-wrapper .arrow-down{
		position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 2;
		display: inline-block;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: #fff;
		font: normal 400 20px/1 'Josefin Sans', sans-serif;
		letter-spacing: .1em;
		text-decoration: none;
		transition: opacity .3s;
	}	
	
	.header-wrapper .arrow-down span{
	position: absolute;
    top: -40px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
	}

	.header-content h2{
		margin-top:0px;
		margin-top:70%;
	}

	.header-content{position:absolute;right:10%;}
	
	.header-main{
		background: url("http://briancrowell.com/Brian/pics/Pose_RearPlayingKeys_Large_BW.jpg");
		position:relative;
		width:100%;
		height:100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.header-main img{
		width:160px;
		height:87px;
		top:20px;
		position:absolute;
	}
	.caption{
		font-weight:100;
		text-shadow: 2px 2px #000000;
		color:#9BDDEE;
	}
	
	.caption p{
		font-size:18px;
		text-shadow: 2px 2px #000000;
		letter-spacing:2px;
	}
	
	.flex-caption{margin-top:20px;}
	
/*-----------------------------------------------------------------------------------*/
/*	Menu01
/*-----------------------------------------------------------------------------------*/		

	
	#pager {
		margin: 0;
		padding: 0;
		list-style: none;
		position: fixed;
		right: 3%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 30;
	}
	
	#pager a {
	  display: inline-block;
	  width: 20px;
	  height: 20px;
	  line-height: 20px;
	  text-align: center;
	}
	
	#pager a:after {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: transparent;
		border:solid 1px #fff;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		opacity: 1;
	}
	
	#pager a span {
		display: none;
	}
	
	#pager li.active a:after,
	#pager li a:hover:after {
	  -webkit-transform: scale(1.2);
			  transform: scale(1.2);
			  background: white;
	  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	  opacity: 1;
	}
	
	
	
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/		
	
	.button_container {
	  position: fixed;
	  top: 7%;
	  right: 5%;
	  height: 27px;
	  width: 35px;
	  cursor: pointer;
	  z-index: 100;
	  -webkit-transition: opacity .25s ease;
	  transition: opacity .25s ease;
	}
	.button_container:hover {
	  opacity: .6;
	}
	/* When menu bar area clicked, new menu will appear and will reform into an arrow (to indicate back) */
	/* Describes what the top menu bar does when clicked (stay put)*/
	.button_container.active .top {
	  background: #9BDDEE;
	}
	/* Describes what the middle menu bar does when clicked (go 45)*/
	.button_container.active .middle {
	  -webkit-transform: translateY(10px) translateX(-5px) rotate(-45deg);
			  transform: translateY(10px) translateX(-5px) rotate(-45deg);
	  /* opacity: 0; */
	  background: #9BDDEE;
	}
	/* Describes what the bottom menu bar does when clicked (go vertical)*/
	.button_container.active .bottom {
	  -webkit-transform: translateY(-5px) translateX(15px) rotate(-90deg);
			  transform: translateY(-5px) translateX(15px) rotate(-90deg);
	  background: #9BDDEE;
	}
	.button_container span {
	      background: #9BDDEE;
		border: none;
		height: 5px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
		border: solid 1px #ccc;
	}
	.button_container span:nth-of-type(2) {
	  top: 11px;
	}
	.button_container span:nth-of-type(3) {
	  top: 22px;
	}

	.overlay-boxify.open{
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		height: 100%;
	}

	.overlay-boxify {
		visibility: hidden;
		opacity: .5;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}

	.overlay {
	  position: fixed;
	  background: #000;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 0%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: opacity .35s, visibility .35s, height .35s;
	  transition: opacity .35s, visibility .35s, height .35s;
	  overflow: hidden;
	  z-index:22;
	}

	.overlay.open li {
	  -webkit-animation: fadeInRight .5s ease forwards;
			  animation: fadeInRight .5s ease forwards;
	  -webkit-animation-delay: .35s;
			  animation-delay: .35s;
	}
	.overlay.open li:nth-of-type(2) {
	  -webkit-animation-delay: .4s;
			  animation-delay: .4s;
	}
	.overlay.open li:nth-of-type(3) {
	  -webkit-animation-delay: .45s;
			  animation-delay: .45s;
	}
	.overlay.open li:nth-of-type(4) {
	  -webkit-animation-delay: .50s;
			  animation-delay: .50s;
	}
	.overlay nav {
	  margin: 10px auto;
	  position: relative;
	  height: 70%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  padding: 5px 65px;
	  font-size: 50px;
	  font-family: 'Aclonica', serif;
	  font-weight: 400;
	  text-align: right;
	}
	.overlay ul {
	  list-style: none;
	  padding: 5px;
	  margin: 0 auto;
	  display: inline-block;
	  position: relative;
	  height: 80%;
	  font-size:36px;
	}
	.overlay ul li {
	  display: block;
	  height: 25%;
	  height: calc(100% / 4);
	  min-height: 50px;
	  position: relative;
	  opacity: 0;
	}
	.overlay ul li a {
	  display: block;
	  position: relative;
	  color: #9BDDEE;
	  text-decoration: none;
	  overflow: hidden;
	  font-family: 'Aclonica';
	}
	.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	  width: 100%;
	}
	.overlay ul li a:after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  width: 0%;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	  height: 3px;
	  background: #9bddee;
	  -webkit-transition: .35s;
	  transition: .35s;
	}

	@-webkit-keyframes fadeInRight {
	  0% {
		opacity: 0;
		left: 20%;
	  }
	  100% {
		opacity: 1;
		left: 0;
	  }
	}

	@keyframes fadeInRight {
	  0% {
		opacity: 0;
		left: 20%;
	  }
	  100% {
		opacity: 1;
		left: 0;
	  }
	}	
		
		
		
		
	/*-----------------------------------------------------------------------------------*/
	/*	Immortality Project flexslider
	/*-----------------------------------------------------------------------------------*/	

	.flex-control-thumbs {
		margin: 0px 0 0; 
	}


	.carrousel-content{
		width:100%;
		height:230px;
		position:relative;
		 -webkit-transition: all .5s ease; /* Safari and Chrome */
		-moz-transition: all .5s ease; /* Firefox */
		-o-transition: all .5s ease; /* IE 9 */
		-ms-transition: all .5s ease; /* Opera */
		transition: all .5s ease;
	}
	
	.carrousel-content:hover, .flex-active-slide .carrousel-content{
		-webkit-transform:scale(1.25); /* Safari and Chrome */
		-moz-transform:scale(1.25); /* Firefox */
		-ms-transform:scale(1.25); /* IE 9 */
		-o-transform:scale(1.25); /* Opera */
		transform:scale(1.25);
	}
	
	.thumnail-content{
		font-weight: bold;
		text-align: center;
		color: #fff;
		width: 237.5px;
		line-height: 1px;
		position: absolute;
		top:110;
	}

	.thumnail-content p{text-align:center;text-transform:uppercase;opacity:0;}
	.thumnail-content span{line-height:20px;opacity:0;}

	.flex-active-slide .thumnail-content p, .slides li:hover .thumnail-content p{
		opacity:1;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		-o-transition: opacity .3s;
		}
		
	.flex-active-slide .thumnail-content  span,.slides li:hover .thumnail-content span{
		opacity:0.7;
	}
	
	.carrousel-content:hover.carrousel-content:after, .flex-active-slide .carrousel-content:after{ background: rgba(0,0,0, 0.8);}
	
	.carrousel-content:after{
		content: " ";
		display: block;
		width: 237.5px;
		height: 230px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		background: rgba(0,0,0, 0.3);
	}
	
	
	div.flexslider{background:#000;}
	
	.slides, .slides > li, .flex-control-nav, .flex-direction-nav{
		display:none;
	}
	
	.flex-prev, .flex-next{
	    position: absolute;
	    top: 80%;
	    font-size: 20px;
	    padding: 15px;
	    z-index: 20;
	    color:#fff;
	}

	.flex-prev:hover, .flex-next:hover, .flex-prev:focus, .flex-next:focus {
    color: #fff;
    text-decoration: none;
	}

	.flex-prev{ right: 40;}
	.flex-next{ right: 5;}
	
	.slides li{overflow: hidden;}
	
	
/*-----------------------------------------------------------------------------------*/
/*	ALBUM
/*-----------------------------------------------------------------------------------*/

.ten-fourty{padding:10px 0px 40px;}
.marg-ten{margin:10px 0px;}

		
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL LINKS BAR (left side)
/*-----------------------------------------------------------------------------------*/
	
	#social-sidebar {
	left: 0;
	margin-top: -75px; /* (li * a:width) / -2 */
	position: fixed;
	top: 50%;
	z-index: 10;
	}

	#social-sidebar li:first-child a { border-radius: 0 5px 0 0; }
	#social-sidebar li:last-child a { border-radius: 0 0 5px 0; }

	#social-sidebar a {
		background: #000;
		color: #fff;
		display: block;
		height: 50px;
		font-size: 26px;
		line-height: 50px;
		position: relative;
		text-align: center;
		width: 50px;
		text-decoration:none;
	}

	#social-sidebar a:hover span {
		left: 130%;
		opacity: 1;
	}

	#social-sidebar a span {
		border-radius: 3px;
		line-height: 24px;
		left: -100%;
		margin-top: -16px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		padding: 4px 8px;
		position: absolute;
		-webkit-transition: opacity .3s, left .4s;
		-moz-transition: opacity .3s, left .4s;
		-ms-transition: opacity .3s, left .4s;
		-o-transition: opacity .3s, left .4s;
		transition: opacity .3s, left .4s;
		top: 50%;
	  white-space: nowrap;
		z-index: -1;
	}

	#social-sidebar a span:before {
		content: "";
		display: block;
		height: 8px;
		left: -4px;
		margin-top: -4px;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 8px;
		z-index: -2;
	}

	#social-sidebar a[class*="fa-youtube"]:hover,
	#social-sidebar a[class*="fa-youtube"] span,
	#social-sidebar a[class*="fa-youtube"] span:before { background: #ed0027; }

	#social-sidebar a[class*="fa-soundcloud"]:hover,
	#social-sidebar a[class*="fa-soundcloud"] span,
	#social-sidebar a[class*="fa-soundcloud"] span:before { background: #f50; }

	#social-sidebar a[class*="fa-vimeo"]:hover,
	#social-sidebar a[class*="fa-vimeo"] span,
	#social-sidebar a[class*="fa-vimeo"] span:before { background: #00cc99; }
	
	#social-sidebar a[class*="fa-facebook"]:hover,
	#social-sidebar a[class*="fa-facebook"] span,
	#social-sidebar a[class*="fa-facebook"] span:before { background: #4980b8; }

	#social-sidebar a[class*="fa-itunes"]:hover,
	#social-sidebar a[class*="fa-itunes"] span,
	#social-sidebar a[class*="fa-itunes"] span:before { background: gray; }
	
	
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:999999;
	}

	.music_item{
		width: 100%;
		max-width: 300px;
		max-height: 232px;
		position: relative;
		float: left;
		margin-right: 30px;
		margin-top: 30px;
	}
	.music_item img{
		width: 100%;
		height: auto;
		max-width: 280px;
		max-height: 232px;
		color:#fff;
	}
	
	.score-picture p{
		font-size: 30px;
		padding: 12px 14px;
		margin-top: -46px;
		font-size: 30px;
		padding: 12px 14px;
		margin-top: -46px;
		background:#fff;
		font-weight:600;
		float:left;
	}
	
	.link-btn{background: rgba(0,0,0,.9);color: #ddd;}
	.link-btn{
		padding: 7px 13px 7px;
		display: block;
		float: left;
		line-height: 1.2em;
		font-size: 14px;
		text-decoration: none;
		margin-top: -33px;
		border: 0;
		text-transform: uppercase;
		border-radius:4px;
		font-weight:600;
	}
	
	.copyright{
		height:70px;
		background:#000;
		color:#fff;
	}
	.copyright strong{
		letter-spacing:3px;
		font-weight:200;
	}
	
	.copyright span{
		float: right;
		padding-top: 25px;
	}
	
	.copyright a{
		float:right;
		color:#fff;
		    padding-top: 25px;
	}
	
	
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/	
	
	.footer{
		background: #9bddee;
		margin-top: 60px;
	}
	
	.footer h3{color:#fff;margin-bottom:20px; text-shadow: 2px 2px #9bddee;}
	
	.footer img{    
		height: 196px;
		}
	
	.contact-content{
		height: auto;
		background-color: #9bddee;
		float: left;
		padding-top: 100px;
		padding-bottom: 100px;
		border: solid 5px #333;
		text-align: center;
		text-shadow; 2px 2px #FFFFFF;
	}
	
	.contact-content p{
		text-align:center;
		font-size:20px;
		letter-spacing:5px;
		color:#333;
		text-shadow; 2px 2px #FFFFFF;
		margin-bottom:60px;
	}
	
	
	.btn-contact{ 
		font-weight:600;
		line-height:0.9em; 
		border: 2px solid #333;
		color:#333; 
		float:right;
		background:transparent;
		margin-top:20px;
	}
	
	.link-btn2{
		font-size: 1em !important;
		letter-spacing: 3px !important;
		color: #fff !important;
		width: 300px;
		border: 2px solid #fff;
		padding: 15px;
		text-align: center;
		margin: 0 auto;
		margin-top: 50px;
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		text-decoration:none;
	}
	
	.contact-content h3:hover{
		background:#fff;
		text-decoration:none;
		color:#333 !important;
	}
	
	.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	}
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	
	.title-content:before{left:0;}
	.title-content:after{right:0;}
	
	.title-content:before, .title-content:after{    
	content: "";
    display: block;
    position: absolute;
    top: 9%;
    margin-top: 1px;
    height: 1px;
    width: calc(50% - 95px);
    background-color: rgba(255,255,255,0.1);
	}

.form_info{font-size: 16px;}
.form_info.ok{color: green;}
.form_info.error{color: red;}

