/*
Theme Name: wanzart Movie
*/

 body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color:#5a6166;
}
p{
	line-height: 24px;
}
a{
	color:#333;
}
a:hover , a:focus{
	color: #47b047;
	text-decoration: none;
}
h1{
	font-size:28px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 600;
	color: #1d1d1d;
}
.navbar{
	margin-bottom: 0px;	
	background: #1d1d1d;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #7e7e7e;
}
.nav > li > a{
	color:#fff!important;
}
.main{
	background: #fff;
}
#full-container{
	
	
}
.main-banner{
	height:480px;
	background: url('img//main-banner.jpg') no-repeat center;
	background-size: cover;
	margin-bottom:60px;
}
.subheader{
	height:100px;
	background: url('img//main-banner.jpg') no-repeat center;
	background-size: cover;
	padding:30px 0;
}
.subheader h1{
	margin:0;
	color:#fff;
	font-size: 22px;
}
.bannerContent{
	width:80%;
	margin:0 auto;
	text-align: center;
	padding-top:120px;
}
.bannerContent h1{
	color:#fff;
	font-size:42px;
	font-weight: bold;
	text-shadow: 5px 5px 0px rgba(17, 17, 17, 0.7);
	text-transform: uppercase;
}
.bannerContent span{
	display:block;
	margin:20px 0;
}
.bannerContent span.big{
	font-size: 58px;
}
.featured .poster{
	width:40%;
	float:left;
	margin:0 10px 10px 0;
}
.recent-post ul li{
	list-style-type: none; 
	margin-left:-40px;
	border-bottom: 1px solid #ddd;
}
.recent-post ul li h2{
	font-size: 18px;
}
.featured , .featured-blog{
	display: inline-block;
}
.movie-detail h2{
	margin:0 0 10px;
	line-height: 1;
	font-size: 18px;
}
.movie-detail h2 a:hover , {
	
}
.black{
	background: #000;
}
.black h2{color:#fff;}
.featured-blog .poster{
	height:140px;
	overflow:hidden;
	margin-bottom: 10px;
	width: 40%;
	float: left;
	margin-right: 10px;
}
.featured-blog img{
	width:100%;
}
.bg-grey{
	background: #f0f0f0;
	border-right: 2px solid #ddd;
}
#sidebar{
	background: #f8f8f8;
	border-left: 1px solid #ddd;
	padding:10px;
}
#sidebar h3{margin-top:0;}
#sidebar ul{margin-bottom:30px;}
#sidebar ul li , #home-widget ul li{
	list-style-type: none;
	margin-left: -40px;
	border-bottom: 1px solid #ddd;
	padding:10px 0;
}
#sidebar ul li a{
	color: #009900;
}
#sidebar ul li a:hover{
	text-decoration: underline;
}
#sidebar .widget{
	margin-bottom:20px;
}
#sidebar .widget h3{
	font-size:18px;
}
.heading h3{
	text-transform:uppercase;
	line-height: 10px !important;
}
.heading span{
	position: absolute;
  	left: 0px;
  	bottom: -2px;
  	width: 30%;
 	height: 3px;
 	background: #45936c;
}
.heading{
	position: relative;
 	width: 100%;
  	clear: both;
 	margin-bottom: 14px;
  	padding-bottom: 7px;
  	border-bottom: 2px solid #ddd;
	margin-top:30px;
}
.content{
	padding:20px;
}

.input-lg{
	width:450px;
}
.btn-movie{
	padding:12px 35px;
	margin-left:5px;
}
.post{
	text-align: center;
	padding:10px;
	min-height:420px;
	margin-bottom:20px;
}
.post h2{
	font-size: 16px;
}

.post img{
	text-align: center;
}
.movie-header{margin-bottom:20px; padding-bottom:20px; border-bottom:2px solid #ddd;}
.movie-header img{float: left;margin: 0 20px 20px 0;}
.movie-header p{border-bottom:1px solid #ddd; margin-bottom:10px; padding-bottom:10px;}

#single-post h3{font-size:18px;}
.navbar-brand{color:rgb(71, 164, 71)!important; font-size:22px; font-weight:bold;}
.tags{
margin: 40px 0;
border-top: 2px solid #ddd;
padding-top: 20px;
}
#footer{
	background: #000;
	padding:10px 0;
	
}
#cat{
	width: 100%;
	padding: 10px 5px;
}
#commentform textarea{width:100%;}
/* CSS GRAB */
.post-row{float:left; padding: 10px 0;border-bottom:2px solid #DDD; width:100%;}
.post-row .thumbnail{float:left; margin-top:10px;}
.post-row .summary{float:right; text-align:left; padding: 10px 0 10px 10px; width:75%; overflow:hidden;}
.post-row h2{margin-top:0; font-size: 18px;}
.post-row .btn{padding-left:30px; padding-right:30px;}

.thumbnail img{width:100%;}

@media(min-width:1200px){
	.container{
		width:980px
	}
}
