/*
Theme Name: FreeBizz WordPress Theme
Theme URI: http://wpexplorer.com
Description: A clean and professional Free Business WordPress theme
Author: AJ Clarke
Author URI: http://www.wpexplorer.com
Version: 1.3
License: Dual - GPL + Creative Commons With Attribution

/* ----------------------  Reset Browser A Bit & Clear Floats -------------------------- */

*{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a img,
a{
	outline: 0;
	border: 0;
}
caption, th, td {
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}
.clear{ 
	clear: both; 
}


/* ----------------------  Body -------------------------- */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
	color: #707070;
	background: #EEE;
}

/* ----------------------  Main Elements -------------------------- */

a{ 
	text-decoration: none; 
	color: #000080;
}
a:hover{ 
	text-decoration: underline; 
}
p{ 
	margin: 0 0 1em;
}
strong{
	font-weight: 700;
	color: #333;
}
em{
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


/* ----------------------  Headings -------------------------- */

h1,h2,h3,h4,h5,h6{
	color: #111111;
	font-weight: 100;
	line-height: 130%;
	text-transform: capitalize;
}
h1{
	font-size: 2.14em;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 700;
}
h1#portfolio-title{
	margin: 0 0 20px 10px;
}
h1#archive-title{
	margin: 0 0 20px 0;
	text-transform: capitalize;
}
h2{
	font-size: 1.71em;
	margin: 30px 0 10px 0;
	font-weight: 700;
}
h3{
	font-size: 1.4em;
	margin: 2em 0em 0.63em 0em;
}
h4{
	font-size: 1em;
}
h2.entry-title{
	font-size: 1.71em;
	margin: 0 0 5px 0;
	line-height: 1em;
}
h2.entry-title a{
	color: #111111;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	color: #000080;
}
#homepage-text h2{
	margin: 0 0 20px 0;
}
#homepage-boxes h2{
	font-size: 16px;
	color: #333;
	padding: 0 0 10px 0;
	font-weight: 100;
	border: 0;
	text-align: center;
	border-bottom: 1px solid #CCC;
	font-family: 'Droid Sans', arial, serif;
	margin: 0;
}
.full-width h1{
	padding: 0;
}
h3#comments{
	margin: 0 0 20px 0;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-weight: 700;
}
#comments{
	font-weight: 700;
}
#related-posts h3{
	margin: 0 0 20px 0;	
	font-weight: 700;
}
#sidebar h4{
	margin: 0 0 10px 0;
	color: #333;
	font-size: 1.7em;
}
#footer h4{
	margin: 0 0 10px 0;
	font-weight: 100;
	font-size: 1.5em;
}

/* ----------------------  Wrap -------------------------- */

#wrap{
	width: 980px;
	margin: 30px auto;
	background: #FFF;
	border: 1px solid #D6D5C7;
	-moz-box-shadow: 0 0 5px #CCC;
  	-webkit-box-shadow: 0 0 5px #CCC;
 	 box-shadow: 0 0 5px #CCC;
}
#main{
	float: left;
	width: 610px;
	padding: 0 20px 20px 20px;
}
#sidebar{
	float: right;
	width: 300px;
	margin-right: 20px;
	font-size: 0.93em;
}
#full-page-wrap{
	margin: 0 0 30px 0;
	padding: 0 20px;
	background: #FFF;
}

/* ----------------------  Header -------------------------- */

#header{
	background: #FFF;
	min-height: 120px;
	position: relative;
}
#header-logo{
	position: absolute;
	left: 20px;
	top: 40px;
}

/* ----------------------  Sidebar -------------------------- */

#sidebar ul, #sidebar ol{
	list-style: none;
	margin-left: 5px; 
}
#sidebar li{
	margin: 5px 0;
}
.sidebar-box{
	padding: 15px;
	margin-bottom: 20px;
	background: #F4F4F4;
}
.sidebar-box a{
	color: #147ecb;
}

/* ----------------------  Thumbnail Images -------------------------- */

.thumbnail-wrap{
	float: left;
	margin-right: 20px;
}
a img.thumbnail,
img.thumbnail{
}

/* ----------------------  Homepage -------------------------- */

#homepage-text{
	padding: 0 20px;
}
#homepage-boxes{
	margin: 30px 0 0 20px;
}
.homepage-box{
	width: 280px;
	float: left;
	padding: 15px 10px;
	margin: 0 20px 20px 0;
	background: #EEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 1px 1px 1px #FFF;
}
.homepage-box-content{
	border-top: 1px solid #FFF;
	padding: 10px 0 0 0;
}
.homepage-box-content a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

/* ----------------------  Posts | Pages -------------------------- */

.inline-byline{
	display: inline-block;
	padding: 0 5px;
	margin: 0 0 10px 0;
	font-size: 0.79em;
	color: #666;
	background: #EEE;
}
.inline-byline a{
	text-transform: capitalize;
}
span.inline-byline-author a{
	color: #000;
}

.post{
	float: left;
	width: 600px;
	position: relative;
	margin: 0 0 20px 0;
}
.postcontent{
	padding: 0 0 20px 0;
	color: #707070;
}
.postcontent ul{
	margin: 10px 40px;
}
.postcontent ol{
	margin: 10px 40px;
}
.postcontent .alignleft{
	float: left;
	margin: 10px 10px 10px 0;
}
.postcontent .alignright{
	float: right;
	margin: 10px 0 10px 10px;
}
.postcontent .alignnone{
	margin: 10px 0;
}
.postcontent .aligncenter,
.postcontent .center{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote{
	width: 450px;
	padding-left: 10px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px auto;
	border-left: 2px solid #000;
}
.postcontent .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postcontent .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.postcontent .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.postcontent hr{
	display: block;
	position: relative;
	padding: 0;
	margin: 10px auto;
	width: 100%;
	clear: both;
	border: none;
	border-top: 4px solid #D4D4D4;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
a.read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
	color: #000080;
}

/* ----------------------  Portfolio -------------------------- */

#portfolio-page-wrap{
	padding: 0 0 0 10px;
}
#portfolio-description{
	margin: 0 20px 20px 10px;
}
	
.portfolio-item{
	float: left;
	margin: 0 10px 30px 10px;
	padding: 0 0 7px 0;
	background: url(images/portfolio-shadow.png) center bottom no-repeat;
}
.portfolio-item a img{
	border: 3px solid #ECECEC;
}
.portfolio-item a:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}

/* ----------------------  Single Byline -------------------------- */

.byline{
	margin: 30px 0 20px 0;
	font-size: 0.86em;
	color: #000;
	background: #F3F3F3;
	padding: 20px;
}
.byline span{
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}

/* ----------------------  Breadcrumbs -------------------------- */

ul.breadcrumbs{
	list-style: none;
	margin: 30px 0 0 0;
	font-size: 0.86em;
}
ul.breadcrumbs li{
	display: inline;
}

/* ----------------------  Related Posts -------------------------- */

#related-posts{
	background: #F3F3F3;
	padding: 20px;
}
.related-posts-thumbnail-wrap{
	width: 80px;
	height: 80px;
	float: left;
	margin: 0  15px 0 0;
}
#related-posts ul{
	list-style: none;
	margin: 0;
	font-size: 0.86em;
}
#related-posts ul li{
	min-height: 80px;
	margin: 0 0 20px 0;
}

/* ----------------------  Archives -------------------------- */

#title-wrap{
	margin: 0 0 30px 0;
}


/* ----------------------  Comments -------------------------- */

#comment-wrap{
	width: 560px;
	background: #F3F3F3;
	padding: 20px;
}
.comment-author{
	color: #000;
	font-size: 0.93em;
	font-weight: 700;
}
.commentlist li {
	margin: 0 0 40px 0;
}
ul.children li{
	margin: 0 0 0 20px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li,ul.children li li li, ul.children li li{
	margin: 0 0 0 30px;
}
.comment-wrap{
	background: #F9F9F9;
	position: relative;
	font-size: 0.93em;
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #E1E1E1;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist{
	list-style: none;
}
.comment-avatar{
	float: left;
	margin-right: 30px;
}
.commentlist .children{
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input{
	color: #707070;
	border: 1px solid #898989;
	padding: 5px;
}
#commentform textarea:focus,
#commentform input:focus{
	border: 1px solid #999;
}
#commentform textarea{
	width: 550px;
}
.comment-reply{
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	text-align: right;
	line-height: 0;
}
a.comment-reply-link{
	text-decoration: none;
	font-size: 0.79em;
}
a.comment-reply-link:hover{
	text-decoration: underline;
}
input#submit{
	background: #2C2C2C;
	padding: 10px 15px;
	border: none;
	color: #FFF;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
input#submit:hover{
	background: #484848;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	color: #F00;
	font-weight: bold;
}
#commentform label{
	font-size: .857em;
	color: #898989;
	padding-left: 5px;
}
span.required{
	color: #F00;
}


/* ----------------------  Default Pagination | PageNavi -------------------------- */

#paginate{
	padding: 0 20px;
}
#paginate-left,
#paginate-right{
	font-size: 0.86em;
	float: left;
}
#paginate-right{
	float: right;
}
.wp-pagenavi{
	clear: left;
	padding: 0 0 20px 0;
	font-size: 1em;
}
.wp-pagenavi span.pages{
	border: none !important;
}
.wp-pagenavi a.page,
a.nextpostlink,
a.previouspostlink{
	border: none !important;
	padding: 3px 7px !important;
	margin-right: 5px !important;
	color: #666 !important;
}
span.current,
.nextpostslink{
	padding: 3px 7px !important;
	margin-right: 5px !important;
}
.wp-pagenavi a:hover,
span.current{
	background: #363636;
	text-decoration: none;
	border: none !important;
	color: #FFF !important;
}

/* ---------------------- Copyright -------------------------- */

#copyright{
	position: relative;
	background: #FFF;
	padding: 10px 20px;
	border: 1px solid #EEE;
	color: #575757;
	font-size: 10px;
}
#copyright p{
	margin: 0;
}
#copyright a{
	color: #999;
}
#back-to-top{
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 12px;
}
#back-to-top a{
	color: #999;
}
#back-to-top a:hover{
	text-decoration: underline;
}

/* ----------------------  Search -------------------------- */

#search-wrap{
	position: relative;
}
#search{
	width: 170px;
	height: 30px;
	border: 1px solid #CCC;
	padding: 0 5px;
	line-height: 30px;
	color: #999;
	text-shadow: none !important;
	
}
#searchbar{
	width: 160px;
}
#search:focus{
	color: #333;
}
#searchsubmit{
	width: 75px;
	height: 31px;
	line-height: 31px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #2C2C2C;
	border: 0;
	color: #FFF;
	cursor: pointer;
}
#searchsubmit:hover{
	background: #6A6A6A;
}

/* ----------------------  Navigation Bar -------------------------- */

#primary-nav{
	font-family: 'Droid Sans', arial, serif;
	background: #EFEFEF;
	width: 980px;
	position: right;
	z-index: 99;
	margin: 0 0 30px 0;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *{
	margin:0;
	padding:0;
	list-style: none;
}
.sf-menu{
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li{
	width: 100%;
}
.sf-menu li:hover{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li{
	float: left;
	position: relative;
}
.sf-menu a{
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul{
	left: 0;
	top: 3.2em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 18em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul{
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul{
	left: 18em; /* match ul width */
	top: 0;
}

/*Style From Here On */
.sf-menu{
	float: none;
}
.sf-menu a{
	font-size: 1.1em;
	padding: 1em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #FFF;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #666;
font-size:14px;
}
.sf-menu li{
	background: #EFEFEF;
}
.sf-menu li li{
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
}
.sf-menu li ul{
	border-top: 1px solid #CCC;
}
.sf-with-ul a,
.sf-menu li a:hover,
.current_page_item a,
.current-menu-item a{
	color: #000080;
	background: #E6E6E6;
	outline: 0;
}
.sf-menu li li a:hover{
	color: #000080;
	background: #E6E6E6;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Centering for the main navigation menu */

.menu-item-116 {
margin-left:125px;
}

/* .menu-item-109 {
margin-right:86px;
} */

/* ----------------------  Contact Form 7 -------------------------- */

.wpcf7-form p{
	text-align:left;

}
.wpcf7-text,
.wpcf7-form p textarea{
	text-shadow: 1px 1px 1px #FFF;
	background: #EAEAEA;
	border: 1px solid #CCC;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-text:focus,
.wpcf7-form p textarea:focus{
	background: #F4F4F4;
	color: #000;
}

.wpcf7-submit{
	background: #1789C6;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-shadow: none;
	border: none;
	cursor: pointer;
	padding: 5px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.wpcf7-submit:hover{
	background: #0F577D;
}
