/*
Theme Name: Wade Folio
Theme URI: http://wadestudios.com/
Description: The Wade Folio Portfolio Theme.
Author: Ambedkar
Version: 1.0
Tags: Wade, Portfolio
*/


/*	CUSTOM RESET	*/

a:link,a:visited{
	text-decoration:none;
	color:#656565;
}


img{
	border:none;
}
fieldset,form{
	border:none;
	margin:0 0 20px 0;
	padding:0;
}
p,h1,h2,h3,h4,h5,h6{
	margin:15px 0;
	padding:0;
}
h1{
	font-size:26px;
}
h2{
	font-size:22px;
}
h3{
	font-size:18px;
}
h4{
	font-size:13px;
}
h5,h6{
	font-size:12px;
}
/*	LAYOUT STYLES	*/

body{
	/*background:url(images/bg-body.png) repeat top left;*/
	color:#646464;
	font-family: Arial, Verdana, Sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	text-shadow: rgba(255,255,255,0.4) 0 1px 0;
}

#header{
	height:90px;
	margin:0 auto;
	overflow:auto;
	width:940px;
}

#content{
	/*background:url(images/seperator.png) repeat-x top left;*/
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 80px 0;
	width:940px;
}
	.col700{
		width:670px;
		padding:0 30px 0 0;
	}
	.col470{
		width:450px;
	}
	.col240{
		font-size:13px;
		width:240px;
	}

#footer{
	background:url(images/bg-footer.png) repeat top left;
	clear:both;
	font-size:14px;
	overflow:auto;
}
	#footer .inner{
		margin:0 auto;
		overflow:hidden;
		padding:20px 0;
		width:940px;
	}

	
/*	HEADER STYLES	*/

	#header .logo{
		float:left;
		margin-top:10px;
		/*background:url("images/logo-sherylcole.png") 0 0 no-repeat;*/
		height:67px;
		width:180px;
		display:block;
	}
	#header .logo img{
		display:block;	
	}
	#header .nav{
		float:right;
		list-style-type:none;
		margin:48px 2px 0 0;
		padding:0;
	}
		.nav li{
			float:left;
			margin-left:30px;
		}
		.nav a:link,.nav a:visited{
			color:#424242;
			font-size:14px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
/*	FOOTER STYLES	*/

	#footer .block{
		float:left;
		width:220px;
		margin-right:20px;
	}
	#footer .last{
		margin-right:0px;
	}
	#footer h3{
		background:url(images/sep-footer.png) repeat-x bottom left;
		color:#65655f;
		font-size:14px;
		margin:0;
		padding:8px 0;
	}
	#footer ul{
		list-style-type:none;
		margin:15px 0 0 0;
		padding:0;
	}
	#footer a:link,#footer a:visited{
		color:#67665f;
	}
	#footer a.connect{
		margin-right:10px;
	}
	
	.footer_icons {
    float:left;
    left: 0px;
    position: relative;
    text-align:left;
    top: 0px;
    width:32px;
    /*height: 59px;*/
    height:32px;
    display: block;
	text-indent: -9999em;

    }
     
    .icon_twitter{
    	background: url(images/twitter_sprite1.png) no-repeat 0 0;	
    } 
    
    .icon_instagram{
    	background: url(images/instagram_sprite1.png) no-repeat 0 0;	
    } 
    .icon_linkedin{
    	background: url(images/linkedin_sprite1.png) no-repeat 0 0;	
    } 
    
    .icon_pinterest{
    	background: url(images/pinterest_sprite1.png) no-repeat 0 0;	
    } 
    
    a.footer_icons:hover {
		background-position:0px -59px;
	} 
    /*    
    .icon_twitter {
	background: url(images/twitter_sprite.png) no-repeat 0 0;
	}
	
	.icon_twitter:hover {
	background-position:0px -59px;
	}
	
	.icon_vimeo {
	display:none;
	background: url(images/vimeo_sprite.png) no-repeat 0 0;
	}
	
	.icon_vimeo:hover {
	background-position:0px -59px;
	}
	
	.icon_youtube {
	display:none;
	background: url(images/youtube_sprite.png) no-repeat 0 0;
	}
	
	.icon_youtube:hover {
	background-position:0px -59px;
	}
	*/

/*	SIDEBAR CONTENT STYLES		*/
.col240 h3{
	color:#65655f;
	font-size:13px;
}
 .col240 ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.col240 li{
	background:url(images/seperator.png) repeat-x top left;
	padding:15px 0;
}
	
	
/*	GENERIC CONTENT STYLES		*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.button {
	cursor: pointer;
	display: inline-block;
	font-size:11px;
	margin:0;
	outline: none;
	padding: 3px 10px 3px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.white {
	background: #ececec;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #ececec,  #dcdcdc);
	border: solid 1px #c7c7c7;
	color: #666666;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#dcdcdc');
}
.white:hover {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #fafafa,  #f2f2f2);
	color: #666666 !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f2f2');
}
.white:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#d2d2d2));
	background: -moz-linear-gradient(top,  #dadada,  #d2d2d2);
	color: #9999999;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#d2d2d2');
}

a.decorated{
	text-decoration:none;
	border-bottom: dotted 1px;
}
.small-font{
	font-size:11px;
}
.large-font{
	font-size:26px;
	line-height:30px;
}
p.large-font{
	margin:10px 0 30px 0;
}

/*	HOME PAGE STYLES	*/
body.home #content{
	padding-bottom:0;
}
.slider-container{
	/*background:url(images/seperator.png) repeat-x bottom left;*/
	padding:0 0 10px 0;
}
/*
#slider {
	position:relative;
	height:360px;
	background:#202834 url(images/template/loading.gif) no-repeat 50% 50%;
}
*/
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.recent-works{
	margin:30px 0 50px 0;
	padding:0;
	position: relative;
}
.recent-works h3{
	line-height:26px;
	margin:0;
	padding:0;
}
.recent-works .prev{
	position: absolute;
	left:5px;
	top:105px;
	z-index: 999;
}
.recent-works .next{
	position: absolute;
	right:5px;
	top:105px;
	z-index: 999;
}

/* Carousel Styles */
		.recent-works #worklist{
			clear:both;
			height:215px;
			overflow:hidden;
			padding:5px 0 0 0;
			position:relative;
			width:940px;
		}
		.recent-works ul{
			width:9000px;
		}
		.recent-works li{
			display:inline;
			float:left;
			height:210px;
			margin:0px 20px 0px 0px;
			width:220px;
		}
		.recent-works p{
			margin:5px 0;
		}
		.recent-works .prev{
			margin-right:10px;
		}
		.recent-works .next{
			margin-right:2px;
		}

/* The Nivo Slider styles */

.nivoSlider {
	overflow:hidden;
	position:relative;
	width:940px;
}
	.nivoSlider img {
		left:0px;
		position:absolute;
		top:0px;
	}
	.nivoSlider a.nivo-imageLink {
		border:0;
		display:none;
		height:100%;
		left:0px;
		margin:0;
		padding:0;
		position:absolute;
		top:0px;
		width:100%;
		z-index:60;
	}
.nivo-slice {
	display:block;
	height:100%;
	position:absolute;
	z-index:50;
}
.nivo-caption {
	bottom:40px;
	color:#fff;
	left:310px;
	opacity:0.8;
	position:absolute;
	width:610px;
	z-index:89;
}
	.nivo-caption p {
		color:#ffffff;
		margin:0;
		padding:5px;
		text-align:right;
		width:600px;
	}
.nivo-directionNav a {
	cursor:pointer;
	position:absolute;
	top:45%;
	z-index:99;
}
	.nivo-prevNav {
		left:0px;
	}
	.nivo-nextNav {
		right:0px;
	}

.nivo-controlNav{
	float:right;
}
	.nivo-controlNav a {
		background:url(images/bullet.png) no-repeat;
		border:0;
		cursor:pointer;
		display:block;
		float:left;
		height:10px;
		padding-right:13px;
		position:relative;
		right:20px;
		text-indent:-9999px;
		top:330px;
		z-index:99;
	}
	.nivo-controlNav a.active {
		background:url(images/bullet-active.png) no-repeat;
		font-weight:bold;
	}
.nivo-directionNav a {
	background:url(images/arrows.png) no-repeat;
	border:0;
	display:block;
	height:50px;
	text-indent:-9999px;
	width:50px;
}
	a.nivo-nextNav {
		background-position:-50px 0;
		right:0px;
	}
	a.nivo-prevNav {
		left:0px;
	}


/*		ABOUT PAGE STYLES		*/
body.page-template-about-template-php #content{
	padding-bottom:100px;
}
body.page-template-about-template-php .col240 a:link,body.page-template-about-template-php .col240 a:visited{
	color:#9d9b94;
}


/*		CONTACT PAGE STYLES		*/
.map{
	background:#fafafa;
	border:1px solid #b0ad9d;
	height:240px;
	margin:20px 0;
	padding:10px;
	width:430px;
}
label{
	display:block;
	margin:15px 0;
}
input{
	background:#fafafa;
	border:1px solid #b0ad9d;
	color:#666666;
	font-size:16px;
	height:30px;
	margin-right:7px;
	width:295px;
	padding-left: 5px;
}
textarea{
	background:#fafafa;
	border:1px solid #b0ad9d;
	color:#666666;
	font-size:16px;
	height:253px;
	width:435px;
	padding:5px;
}
.submit{
	width:100px;
	font-size:14px;
}

/* WORK PAGE STYLES */
body.single-project .col240 .button{
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
}
body.single-project .col240 h3{
	font-size:18px;
}
body.single-project .proj-desc a{
	border-bottom: dotted 1px #9d9b94;
}

.proj-nav{
	margin-bottom:30px;
}
ul.splitter{
	height:40px;
	list-style-type:none;
	margin:30px 0 5px 0;
	overflow:auto;
	padding:0;
}
	.splitter li{
		float:left;
		margin:0 5px 0 0;
	}
.image-grid {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0; 
	width:940px;	
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  	display:block;
	float:left;
	height:210px;
	margin:0px 15px 0px 0px;
	overflow: hidden;
	width:220px;
}
.image-grid p{
	margin:5px 0 15px 0;
	padding:0;
}
.selected-0 .button,.selected-1 .button,.selected-2 .button,.selected-3 .button {
	background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#d2d2d2));
	background: -moz-linear-gradient(top,  #dadada,  #d2d2d2);
	color: #9999999;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#d2d2d2');
}

span.overlay{
	background:#000000;
	height:148px;
	position:absolute;
	width:220px;
	z-index:99;
}



#footer-mailist{
	 position:fixed; 
	 left:0px; 
	 bottom:0px; 
	 margin:0px;
	 width:100%; 
	 height:60px;
	 background:#65655f; 
	 z-index: 999;
}

#footer{
	margin-bottom:50px;
}

#footer-mailist .inner{
	margin: 0 auto;
    overflow: hidden;
    padding: 6px 0px 0px 0px;
    width: 940px;
}
#footer-mailist .inner form{
	padding: 0px;
	margin: 0px;
}

#footer-mailist .inner form label{
	color:#fff;
	padding-right:12px;
	font-size: 14px;
}

#footer-mailist .inner form button{
	font-size:12px;
	padding: 7px 12px;

}

#footer-mailist .inner form input{
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 6px;
	font-size:12px;
}

#footer-mailist .inner form p:first-of-type input{
}

#footer-mailist .inner .center{
	text-align: center;
}
#mc4wp-form-1 p{
	padding:0px;
	margin:0px;
}
#mc4wp-form-1 p, #mc4wp-form-1 label{
	display: inline-block;			
}

