/*
Theme Name: sprout
Theme URI: http://sproutnews.com/
Description: SproutNews
Author: Ms Pauline
Version: 1.2
*/


body{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	background:url(img/header/bg-head.jpg) repeat-x top left;
	color:#484848;
}

/****** Font ******/
a img {
    border: medium none;
}

p{
	text-align:justify;
	line-height:18px;
	margin:16px 0 0;
}

h1{
	font-size:48px;
	color:#8bc400;
	font-family: 'Roboto', Arial, Tahoma;
	font-weight:bold;
	margin:0;
}

h2{
	font-size:24px;
	color:#878787;
	font-family: 'Roboto', Arial, Tahoma;
	font-style:italic;
	font-weight:normal;
	margin:0 0 36px;
}

h3{
	font-size:18px;
	color:#000000;
	font-weight:normal;
}

a, .txt-blue{
	color:#0000ff;
	text-decoration:none;
}

hr{
	background-color: #9c9c9c;
    border: 0 none;
    height: 1px;
	margin:70px 0 30px;
}


/****** Header ******/
.header-wrap{
	margin:0 auto;
    	width: 960px;
	height:53px;
}
.logo{
	float:left;
}

nav#main-menu{
	font-size:14px;
	float:right;
	font-family: 'Roboto', Arial, Tahoma;
}


nav#main-menu a{
	float:left;
	display:block;
	color:#010101;
	margin-right:34px;
	padding: 17px 0 16px;
	text-decoration:none;
}

nav#main-menu a:hover{
	border-bottom:3px solid #006fb5;
}

/******* Banner ******/
.banner{
	background-color:#8bc400;
	height:358px;
}

.banner-wrap{
	margin:0 auto;
	text-align:center;
	width:880px;
	padding:45px 40px 0;
	color:#FFF;
	font-family: 'Roboto', Arial, Tahoma;
}

.banner h1{
	font-size:72px;
	font-weight:bold;
	margin:0 0 18px;
	color:#ffffff;
}

.banner p{
	font-size:18px;
	line-height:23px;
}


/****** Page Content ******/
.page-content p{
	font-size:14px;
	padding:0 40px;
	text-align:left;
}

.page-content h1,.page-content h2,.page-content h3{
	padding:0 40px;
}

.single-post .wp-post-image {
    float: right;
    margin: 0 40px 18px 20px;
}

.page-content img
{
	max-width:50%;
}

/****** Newsroom ******/
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:12px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	width:auto;
	color:#000000;
	background: #f5f5f5;
}

.pagination a:hover{
	color:#fff;
	background: #8bc400;

}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #8bc400;
	color:#fff;
}


/****** Home Content ******/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.home-content, .page-content{
	padding:35px 0 0;
	margin:0 auto;
	width:960px;
}

.home-content p{
	line-height:24px;
}

#content-marketing{
	padding:30px 40px 0;
}

#content-distribution{
	padding:60px 40px 0;
}

#what-we-do{
	width:400px;
	padding:0 0 0 40px;
	margin:30px 112px 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

#contact{
	width:360px;
	padding:0 40px 0 0;
	margin:30px 0 0;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
}

#contact table{
	font-size:18px;
	color:#000000;
}

.wpcf7-text{
	background-color:#ebebeb;
	width:350px;
	height:30px;
	font-size:18px;
	border:none;
}

.wpcf7-textarea{
	background-color:#ebebeb;
	font-size:18px;
	width:350px;
	height:140px;
	border:none;
}

.wpcf7-captchar{
	background-color:#ebebeb;
	width:220px;
	height:30px;
	font-size:18px;
	border:none;
}

.wpcf7-submit{
	border:none;
	color:#ebebeb;
	background-color:#8bc400;
	padding:11px 30px;
	margin:20px 0 0;
	font-size:18px;
}

/****** Recent News ******/
.rssfeed{
	float:right; 
	background:url(img/content/rss.png) no-repeat; 
	padding:1px 20px 1px 20px; 
	margin:10px 0 0;
	font-size:11px; 
	font-weight:bold;	
}

/****** Footer ******/
.footer{
	border-top:1px solid #9c9c9c;
	margin:80px 0 0;
}

.footer-wrap{
	font-size:14px;
	margin:0 auto;
	padding:10px 40px 0;
	width:880px;
	height:54px;
}

ul.footer-menu{
	margin:7px 0 0;
	padding:0;
}

ul.footer-menu li{
	list-style:none;
	float:left;
	text-align:center;
	margin-left:33px;
}


ul.footer-menu li a{
	display:block;
	color:#484848;
	padding:7px 0;
	text-decoration:none;
}