/*
Theme Name: Brendan Williams Music Producer
Theme URI: http://www.peterbroadhead.co.uk/
Author: Peter Broadhead
Author URI: http://www.peterbroadhead.co.uk/
Description: Custom WordPress Bootstrap Theme created for Brendan Williams
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap video producer vimeo 
Text Domain: wpbootstrap
 
This theme, like WordPress, is licensed under the GPL.
*/


body{
	background: #474b4c;
	font-family: Helvetica
}

.top{
	margin-top: 0px;
}


a{
	color: #ca3939;
}

a:hover, .thumbnail:hover{
	color: #f28a1c;
	text-decoration:underline;
	
}

p{
		line-height: 25px;
		color:white;
		font-size: 17px;
		font-weight: 100;
		text-align: justify;
}

a p{
	color:#3a3a3a;
}

h1.main{
	padding-bottom: 0;
	width: 100%;
	padding-top:0;
	margin: 0;
	font-size:25px;
	margin-top: 10px;
}

h2.head-sub{
	margin-top: -2px;
	font-size: 20px;
	padding-top:0;
	width:100%;
}

.nav-left,.nav-right{
	height: 70px;
	margin: 0.25%;
	width:49.5%;
	margin: 0;
	width: 50%
}

.nav-left{/*border-top: solid #308de9 30px;*/ background:#308de9;}
.nav-right{ /*border-bottom: solid #ca3939 5px;*/}


h1, h3{
	font-weight: bold;
	font-size: 40px;
	text-decoration: uppercase;
	letter-spacing:-2px;
	text-transform: uppercase;
	color: white;
}

h1 a{
	color: white;
}

.head-sub{
	color: #f28a1c;
	color: white;
}

h3{
	font-size: 25px;
	margin: 0;
}

h1 a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.container-fluid.main{
	/*min-height: 900px;*/
	/*margin-top: 20px;*/
	padding: 0 0 0 0;
}

.col-md-6{
	padding: 0;
}


.container-fluid{
}

.pad{
	padding: 2%;
}

.pad-small{
	padding: 1%;
}

/* MENU */
.navbar{
	border:0;
	border-radius: 0;
	width: 100%;
	margin-bottom: 30px;
	background: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: #f28a1c;
	color: white;
}
.navbar-nav{
	width: 100%
}
.nav{
	padding: 0;
	margin: 0;
	

}

.navbar-collapse{
	padding: 0;
}

.releases{
	border-top:5px solid #ca3939;
}

.projects{
	border-top:5px solid #ca3939;
	border-bottom:5px solid #ca3939;
}

.projects .thumbnail{
	background: none;
	border: 0;
	padding: 0;
}



.navbar li{
	width: 24.5%;
	margin-left: 0.25%;
	margin-right: 0.25%;
	width: 25%;
	margin: 0;
	text-align: center;
	background: #ca3939;
}

.navbar li a{
	text-transform: uppercase !important;
	color: white !important;
	font-size: 15px;
	height: 30px;
	line-height:0;	
}

.navbar li a:hover{
	background: black !Important
}

.main-img{
	padding-left: 0;
	padding-right: 0;
}

.home img{
	width: 100%
}

.project-thumb img{
	float: left;
	height:auto;
	width: 100%;
	border-radius:0;
	margin-left: -10px;
	
}

.date{
	padding: 1px;
	opacity: 0.7;
}

.footer{
	/*background: #ca3939;
	position: fixed; */
	bottom:0;
	margin-top: 200px;
	width: 100%;
}


.footer h4 a{
	color:#308de9;
	font-weight: 100;
	font-size: 15px;
	
}


.main-thumb{
	height: 100% !important
}

.main-thumb.thumbnail h3{
	font-size: 20px;
}


.news-content p{
	color: white
}
.main-content p{
	line-height: 25px;
	padding: 10px;
	font-size: 14px;
}

.thumbnail{
	background: #f28a1c;
	border-color: #f28a1c;
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	height: 300px;
	overflow: hidden;
	float: left;
}

.thumbnail h3{
	font-size: 15px;
}

h3.big-title{
	font-size: 40px;
	text-transform:inherit;
	font-weight: 100;
	margin-top: 10px;
}

.thumbnail .caption h3, .thumbnail h3{
	text-transform: inherit;
	font-weight: 100;
	letter-spacing: 0;
}

.back{
	background: #ca3939;
	width: 100%;
	color: white;	
	float: left;
	padding-left: 10px;
}





