/*
Theme Name: AVB Tax
Theme URI: http://www.volitiondesign.com
Author: Volition Design
Author URI: http://www.volitiondesign.com/
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #231f20;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span,
a.readmore {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.428571429;
	font-weight: 600;
	color: #fff;
	background-color: #88c358;
	border: 1px solid #88c358;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover,
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.entry-content a.readmore {
	color: #fff;
	background-color: #88c358;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #231f20;
	background-image: none;
	border: 1px solid #231f20;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin-bottom:30px;
	border-bottom:2px solid #ccc;
	padding-bottom:20px;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-previous a,
.nav-next a {
    background: none repeat scroll 0 0 #231F20;
    color: #FFFFFF;
    padding: 8px 10px;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a:hover,
.nav-next a:hover {
	color:#fff;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	background:#fff;
}
a,
a:hover {
	outline: none;
	color: #333;
	text-decoration:underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site-content {
	margin: 30px 0 0;
}
.page-template-interesting-reading-php .site-content,
.blog .site-content,
.search .site-content,
.single .site-content,
.archive .site-content {
	margin-bottom:20px;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.clr {
	clear:both;
}
.top_header {
	width:auto;
	height:96px;
	background:#333 url(images/top_header_bg.jpg) top left repeat-x;
	border-top:4px solid #f49438;
}
.top_middle {
	width:960px;
	height:96px;
	margin:0 auto;
	position:relative;
}
/*.page_wrapper {
	width:1250px;
	margin:0 auto;
	position:relative;
}*/
.free_ebook {
	position:absolute;
	top:-4px;
	right:-145px;
	width:125px;
	height:156px;
	cursor:pointer;
}
.quote_div {
	width:100%;
	height:440px;
	background:#f49438;
	display:none;
}
.quote_area {
	width:960px;
	margin:0 auto;
}
.quote_left,
.quote_right {
	width:460px;
	height:auto;
}
.quote_left {
	float:left;
}
.quote_right {
	float:right;
	position:relative;
}
/* WP Contact Form 7 Styling */
.business_form span.wpcf7-not-valid-tip,
.quote_area span.wpcf7-not-valid-tip {
    color: #333333;
    left: 10%;
    width: 250px;
}
.signupForm .details .quote_left label,
.signupForm .details .quote_right label {
	color: rgb(255, 255, 255);
    line-height: 1.3;
    padding: 0;
}
.quote_left input.wpcf7-text,
.signupForm .details .quote_left input,
.signupForm .details .quote_right input,
.signupForm .details .quote_right textarea,
.quote_right .wpcf7-textarea {
	width:260px;
	background:#fff;
	border:1px solid #DEDDD8;
	color:#7C7E80;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2em;
	padding:1px 0;
	border-radius:0;
}
.signupForm .details .quote_right select {
	width:262px;
}
.quote_right .wpcf7-textarea,
.signupForm .details .quote_right textarea {
	height:96px;
}
.quote_right input.wpcf7-file {
	width:240px;
}
/* WP Paginate Plugin Styling */
#content .wp-paginate {
	text-align:right;
}
.project-featured .page-numbers {
	padding:0 4px;	
	color:#fff;
	border-radius:3px ;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#content .wp-paginate .current,
#content .wp-paginate a,
.project-featured span.page-numbers.current {
	background: #333;
    border: 1px solid #333;
    color: #F4F4F4;
	border-radius:3px ;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#content .wp-paginate a,
.project-featured a.page-numbers {
	background:#88c358;
	border: 1px solid #88c358;
}
.quote_left td,
.quote_right td {
	padding:0 10px 12px 0; 
}
.quote_area h2 {
	line-height:2em;
	color:#fff;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0;
	margin:0 0 15px;
	font-weight:400;
	vertical-align:text-bottom;
}
.quote_area h2 {
	padding:20px 0 12px;
}
.quote_area h2 span.contactnum,
.quote_area h2 span.contacttitle {
	color:#333;
}
.quote_area h2 span.contactnum {
	font-weight:400;
}
.quote_area h2 span.contacttitle {
	font-size:16px;
}
.quote_right .wpcf7-submit,
.quote_right input.button.submit {
	background:#88c358;
	border:1px solid #88c358;
	border-radius:0;
	padding:8px 10px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
}
.quote_area div.wpcf7-response-output {
	margin:10px 0;
}
.quote_area div.wpcf7-validation-errors,
.quote_area div.wpcf7-mail-sent-ng,
.quote_area div.wpcf7-mail-sent-ok {
	color:#fff;
	font-size:12px;
}
.quote_area div.wpcf7-validation-errors,
.quote_area div.wpcf7-mail-sent-ng,
.quote_area div.wpcf7-mail-sent-ok,
.supplementary div.wpcf7-validation-errors,
#content div.wpcf7-validation-errors,
#content div.wpcf7-mail-sent-ok,
#content div.wpcf7-mail-sent-ng {
	border:1px solid #88c358;
}
p.privacy {
    color: #FFFFFF;
    font-size: 11px;
    position: absolute;
	line-height:1.7em;
    right: 0;
    bottom:0;
    width: 190px;
    z-index: 2;
}
.logo {
	margin:14px 0 0 28px;
	position:absolute;
	display:inline-block;
	background:white;
	border-radius:10px;
}
/*.logo img {
	margin:14px 0 0 28px;
	position:absolute;
	top:0;
	left:0;
}*/
a:focus {
	outline:none;
}
.top_header .phone_no {
	float:right;
	display:inline-block;
	margin:13px 0;
	font-size:34px;
	color:#88c358;
	font-weight:600;
	line-height:1.189em;
	padding-left:38px;
	background:url(images/phone_icon.png) top left no-repeat;
}
.phone_no span {
	color:#fff;
}
.phone_no a {
	text-decoration:none;
	color:#88C358;
}
.banner_img {
	width:100%;
	background:url(images/front_bg.jpg) top center no-repeat;
	height:340px;
	padding-top:46px;
	clear:both;
}
.slideshow_area {
	width:960px;
	height:280px;
	margin:0 auto;
	background:#333;
    -moz-box-shadow: 2px 3px 5px #6c8d50;
    -webkit-box-shadow: 2px 3px 5px #6c8d50;
    box-shadow: 2px 3px 5px #6c8d50;
}
.page_banner_img {
	width:100%;
}
.p_mid_img {
	width:960px;
	margin:0 auto;
	height:280px;
}
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #88c358;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	float:right;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #88c358;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	line-height:1.3em;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.supplementary .widget-area .widget p,
.supplementary .widget-area .widget li,
.supplementary .widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.546153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #231F20;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	color:#333;
	line-height: 2;
	width: 100%;
	padding: 20px 0;
	background:url(images/footer_bg.jpg) top center no-repeat;
}
footer[role="contentinfo"] .widget-area .widget a,
footer[role="contentinfo"] .widget-area .widget a:hover,
.supplementary ul li a {
	color:#333;
	line-height:2em;
	font-weight:600;
	font-size:14px;
}
.supplementary {
    margin: 0 auto;
    width: 960px;
}
.supplementary .widget-area .widget {
	margin:0;
}
.supplementary .widget-area {
	float:left;
	width:250px;
	margin:0 38px 0 0;
}
.supplementary .widget-title {
	color:#333;
}
.supplementary .widget-area.first {
	width:214px;
	margin-right:26px;
}
.supplementary .widget-area.second {
	width:204px;
	margin-right:26px;
}
.supplementary .widget-area.third {
	width:212px;
	margin-right:25px;
}
.supplementary .widget-area.four {
	margin-right:0;
}
.supplementary .widget-title.service-title {
	background:url(images/our_services_icon.png) left center no-repeat;
	padding-left:27px;
}
.supplementary .widget-title.facebook {
	background:url(images/fb_title_icon.png) left center no-repeat;
	padding-left:20px;
}
.mail_to {
	background:url(images/mail_icon.png) left center no-repeat;
	padding:1px 0 1px 30px;
	color:#ca94b5;
}
.supplementary .widget-area .f_social_icon {
	list-style:none;
	margin:20px 0 15px;
	padding-bottom:18px;
	overflow:hidden;
	border-bottom:1px dashed #999;
}
.supplementary .widget-area .f_social_icon li {
	margin:0;
	float:left;
	margin-right:4px;
}
.supplementary .widget-area .textwidget li {
	margin:0;
}
.supplementary .widget-area .f_social_icon li a {
	background:none;
	padding:0;
}
.supplementary .widget-area img {
	box-shadow:none;
	border-radius:0;
}
.supplementary ul.our_services {
	margin:0;
	padding:0;
	list-style:none;
}
.supplementary ul.our_services li a {
	font-size:14px;
	line-height:1.854em;
}
.supplementary h2.f_phone_no,
.supplementary h3.form_text {
	font-size:22px;
	font-weight:600;
	margin-bottom:5px;
}
.supplementary h3.form_text {
	font-size:15px;
	margin-top:5px;
}
.supplementary ul.social_media {
	margin:0;
	padding:0;
	list-style:none;
}

/* JSL Facebook Plugin Styling */
#secondary #facebook_status_box .fb_link_post img {
	width:100%;
	height:auto;
}
#secondary #facebook_status_box .fb_post .fb_commLink {
	padding:0 0 0 10px;
	line-height:2.1em;
}
.supplementary #facebook_status_box h2,
#secondary #facebook_status_box h2 {
    display: none;
}
#facebook_status_box .fb_post h5 a {
    color: rgb(244, 148, 56);
    font-weight: 500;
    line-height: 1.3;
}
#facebook_status_box .fb_post .fb_msg p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#facebook_status_box .fb_link_post img {
    height: 100px;
    margin: 5px 3px 5px 0;
    width: 100px;
}
#secondary #facebook_status_box .fb_link_post a {
	line-height:1.3em;
}
#facebook_status_box .fb_link_post a {
    font-size: 12px;
    line-height: 1em;
}
#facebook_status_box .fb_link_post a,
#facebook_status_box .fb_link_post p {
	color:#333;
}
#facebook_status_box {
	height:415px;
	width:215px;
}
#secondary #facebook_status_box #facebook_canvas {
    height: 415px;
	border: 1px solid #efefef;
}
#secondary #facebook_status_box .fb_post .fb_photo img,
#secondary #facebook_status_box .fb_post img.fb_post_icon {
	border-radius:0;
	box-shadow:none;
}
#facebook_status_box .fb_post {
	margin:5px 4px 10px;
	border:1px solid rgb(226, 226, 226);
}
#facebook_status_box .fb_post .fb_commLink {
	background:rgb(136, 195, 88);
	padding:0 7px;
}
#facebook_status_box .fb_post .fb_commLink a {
	font-size:12px;
	line-height:1em;
	color:#fff;
}
/* End JSL Facebook Style */

/* footer contact form code style */
.supplementary .widget-area .textwidget ul.social_media li {
	display:inline-block;
	margin-right:12px;
}
.supplementary .taxation_bookkeeping_form .signupForm input.button.submit {
    background: none repeat scroll 0 0 rgb(244, 148, 56);
    box-shadow: none;
    color: rgb(255, 255, 255);
    display: block;
    height: 35px;
    margin: 1px 0 6px;
    width: 110px !important;
}
.supplementary .taxation_bookkeeping_form td,
.supplementary .taxation_bookkeeping_form legend {
	font-size:11px;
}
.taxation_bookkeeping_form {
	margin:0;
}
.supplementary .taxation_bookkeeping_form .signupForm .details textarea {
	height:17px;
	width:100px;
	margin-bottom:0;
}
.taxation_bookkeeping_form .wpcf7-text,
.taxation_bookkeeping_form .wpcf7-text,
.taxation_bookkeeping_form .signupForm .details input,
.taxation_bookkeeping_form .signupForm .details textarea {
	width:220px;
	height:17px;
	padding:3px 5px;
	border:none;
	border-radius:0;
	font-size:12px;
	color:#999;
	margin-bottom:10px;
    -moz-box-shadow:inset -1px 0px 6px #cfcfcf;
    -webkit-box-shadow:inset -1px 0px 6px #cfcfcf;
    box-shadow:inset -1px 0px 6px #cfcfcf;
}
.taxation_bookkeeping_form .signupForm .details select {
	width:110px;
	height:23px;
	margin-top:1px;
}
.taxation_bookkeeping_form .first-name .wpcf7-text,
.taxation_bookkeeping_form .last-name .wpcf7-text,
.taxation_bookkeeping_form .phone-no .wpcf7-text,
.taxation_bookkeeping_form .signupForm .details input{
	width:100px;	
}
.taxation_bookkeeping_form .first-name .wpcf7-text {
	margin-right:8px;
}
.taxation_bookkeeping_form .wpcf7-submit,
.taxation_bookkeeping_form .wpcf7-submit:hover {
	width:108px;
	height:23px;
	border:0;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	border-radius:0;
	cursor:pointer;
	background:#f49438;
	padding:0;
}
.taxation_bookkeeping_form div.wpcf7 img.ajax-loader {
	display:none;
}
.taxation_bookkeeping_form div.wpcf7-mail-sent-ng {
    border: 1px solid #88C358;
}
.taxation_bookkeeping_form div.wpcf7-response-output {
    font-size: 10px;
    margin: 2px 0;
    padding: 2px 5px;
}
.copyright_info {
	background:#333;
	font-size:12px;
	font-weight:600;
	color:#fff;
}
.copyright_info a {
	color:#fff;
}
.copyright_info a:hover {
	color:#f49438;
}
.cpy_area {
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
.copyright,
.pwrd_by {
	line-height:3.3955em;	
}
.copyright,
.pwrd_by span.sitename {
	float:left;
}
.pwrd_by,
.wob_logo img {
	float:right;
} 
.wob_logo img {
	margin:3px 0 0 10px;
	height:35px;
}

/* =Main content and comment content
-------------------------------------------------------------- */
.container {
	width:100%;
	height:auto;
	clear:both;
}
.container.web_services {
	margin:0 0 40px;
	width:960px;
	overflow:hidden;
}
.container.web_services ul li {
	margin:0;
    list-style: none outside none;
}
.container.web_services div.services {
    margin: 0 10px 5px 0;
	width:208px;
	float:left;
	height:173px;
	font-size:12px;
	padding:15px 10px 20px;
}
.entry-content h5.services_title_white {
	color:#fff;
}
.service_green_shadow {
	background:#88c358 url(images/service_green_shadow.png) center 4px no-repeat;
	border:1px solid #fff;
      -moz-box-shadow: 4px 4px #333;
      -webkit-box-shadow: 4px 4px #333;
      box-shadow: 4px 4px #333;
}
.service_black_shadow {
	background:#333 url(images/service_black_shadow.png) center 4px no-repeat;
	border:1px solid #fff;
      -moz-box-shadow: 4px 4px #88c358;
      -webkit-box-shadow: 4px 4px #88c358;
      box-shadow: 4px 4px #88c358;
	  color:#fff;
}
.services.service_black_shadow a {
    color: rgb(255, 255, 255);
}
#content .container.web_services h5,
#content .services p {
	padding-left:55px;	
	margin-bottom:0;
}
#content .container.web_services h5 {
	line-height:1.2em;
	text-transform:capitalize;
	margin-bottom:12px;
	font-weight:bold;
}
#content .container.web_services h5.taxation {
	background:url(images/services/taxation_services_icon.png) top left no-repeat;
}
#content .container.web_services h5.accounting {
	background:url(images/services/accounting_services_icon.png) top left no-repeat;
}
#content .container.web_services h5.bookkeeping {
	background:url(images/services/bookkeeping_services_icon.png) top left no-repeat;
}
#content .container.web_services h5.cashflow {
	background:url(images/services/cashflow_solu_icon.png) top left no-repeat;
}
#content .container.web_services h5.investment {
	background:url(images/services/investment_retirement_icon.png) top left no-repeat;
}
#content .container.web_services h5.business {
	background:url(images/services/business_growth_icon.png) top left no-repeat;
}
.entry-content .services p {
	line-height:1.51429;	
}
.container.web_services div.last,
.container.web_services ul.flex-direction-nav {
	margin-right:0;
	overflow:hidden;
}
#content ul.slides {
	margin-bottom:0;
}
.slides {
    width: 960px;
    min-height: 230px;
    overflow: hidden;
    float: left;
}
.flexslider {
    position: relative;
	padding-bottom:40px;
}
.container.web_services ul.flex-direction-nav {
	position:absolute;
	bottom:0;
	margin:0;
	right:20px;
}
.container.web_services .flex-direction-nav li {  
	float:left;
}
.container.web_services .flex-direction-nav li a {
	display:block;
	width:21px;
	height:24px;
	cursor:pointer;
	text-indent: -9999px;
}
.container.web_services .flex-direction-nav li a.flex-prev {
	background:url(images/left_arrow.png) center center no-repeat;
	margin-right:10px;
}
.container.web_services .flex-direction-nav li a.flex-next {
	background:url(images/right_arrow.png) center center no-repeat;
}
.recent_blog {
	width:592px;
	height:auto;
	float:left;
	background:#f5f5f5;
	padding:20px 20px 0;
	font-size:13px;
}
.front_sidebar {
	width:291px;
	height:auto;
	float:right;
}
#content .front_sidebar h1.student_login,
#content .front_sidebar h1.student_login a {
	color:#fff;
	text-decoration:underline !important;
}
#content .front_sidebar h1.student_login a,
.business_form .wpcf7-submit,
.entry-content h2.click_our_work,
.taxation_bookkeeping_form .wpcf7-submit,
.quote_right .wpcf7-submit,
#content h2.read_more_articles a,
#content ul.work_categories li a {
	text-shadow:0px 2px 2px rgba(0,0,0,0.4),
             0px 5px 10px rgba(0,0,0,0.1),
             0px 15px 20px rgba(0,0,0,0.1);
	text-decoration:none;
}

/* Fornt page business form style */
.business_form .wpcf7-text,
.front_sidebar .signupForm .details input,
.front_sidebar .signupForm .details textarea {
	height:20px;
	width:270px;
	font-size:15px;
	padding:5px 10px;
	color:#999;
	text-transform:capitalize;
	border-radius:0;
	border:0;
    -moz-box-shadow:inset 0px 3px 9px #d7d7d7;
    -webkit-box-shadow:inset 0px 3px 9px #d7d7d7;
    box-shadow:inset 0px 3px 9px #d7d7d7;
}
.business_form span.f-name .wpcf7-text,
.business_form span.l-name .wpcf7-text,
.business_form span.phoneno .wpcf7-text,
#content .front_sidebar .signupForm .details input,
#content .front_sidebar .signupForm .details textarea {
	width:120px;
}
#content .front_sidebar .signupForm .details select {
	height: 28px;
    margin: 2px 0 0;
    width: 135px;
}
#content .front_sidebar .signupForm input.button.submit {
	background: rgb(136, 195, 88);
    box-shadow: none;
    color: rgb(255, 255, 255);
    display: block;
    height: 30px;
    margin: 1px 0 6px;
    padding: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.1), 0 15px 20px rgba(0, 0, 0, 0.1);
    width: 135px !important;
}
.business_form .wpcf7-submit {
	width:120px;
	background:#88c358;
	padding:4px 10px 3px;
	font-size:14px;
	text-transform:uppercase;
	border-radius:0;
}
#content .front_sidebar h1.student_login:hover {
	background:url(images/student_login_hover.png) top left no-repeat;
}
#content .front_sidebar h1.student_login {
	font-size:20px;
	line-height:3.2em;
	padding-left:120px;
	background:url(images/student_login.png) top left no-repeat
}
.recent_blog_img img,
.entry-content .featured-thumbnail img {
	padding:2px;
	box-shadow:none;
	border-radius:0;
	border:1px solid #e2e2e2;
	margin-bottom:22px;
	background:#fff;
}
#content .mrkt-advice ul {
	margin:0;
}
#content .mrkt-advice ul li {
	list-style:none;
	margin:0 -20px 20px 0;
	padding:0;
	font-size:13px;
	overflow:hidden;
}
#content .mrkt-advice ul li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#content .mrkt-advice a {
	color:#88C358;
	font-weight: bold;
}
#content .mrkt-advice span.more a {
	color:#88c358;
}
#content h2.read_more_articles:hover {
	background:#333;
}
#content h2.read_more_articles {
	font-weight:400;
	text-transform:uppercase;
	background:#88c358;
	text-align:center;
	font-size:14px;
	margin:30px -20px 0;
	line-height:2.155em;
}
#content h2.read_more_articles,
#content h2.read_more_articles a{
	color:#fff;
	text-decoration:underline;
	font-weight:600;
}
#content .mrkt-advice h2.mrkt_title,
#content .mrkt-advice h4 span {
	font-size:15px;
	font-weight:600;
	color:#333;
	margin-bottom:10px;
}
#content .mrkt-advice h4 {
	line-height:1.4em;
}
#content .blog_txt p {
	font-size:13px;
	color:#333;
}
.blog_content {
	background:#EFEFEF;
	padding:15px;
	margin:0 0 0 40px;
	position:relative;
}
.blog_featured_img img {
	float:left;
	margin:0 15px 15px 0;
	padding:2px;
	border:1px solid #e4e4e4;
	background:#fff;
	box-shadow:none;
	border-radius:0;
	width:156px;
	height:120px;
}
#content .blog_content span.b_date {
	color:#fff;
	font-size:13px;
	font-weight:400;
	background:#88c358;
	padding:5px 6px;
	position:absolute;
	text-align:center;
	top:17px;
	left:-38px;
	width:28px;
}
#content .mrkt-advice p {
	margin-bottom:12px;
	line-height:1.51429;
}
.mrkt-advice .more {
	text-transform:uppercase;
	font-weight:600;
}
.mrkt-advice .more,
.mrkt-advice .more a {
	color:#88c358;	
}
/* Case Studies Styling */
#content .project-featured ul {
	margin:0;
	list-style:none;
	overflow:hidden;
}
#content .project-featured ul li {
	border: 1px solid #E2E2E2;
    float: left;
    height: 295px;
    margin: 0 19px 22px 0;
    padding: 2px 2px 14px;
    width: 214px;
	position:relative;
}
.tax-casestudy-category .active_txt {
	line-height:1.4em;
}
.active_txt {
	display:none;
	padding:40px 20px;
	color:$fff;
	height:233px;
	width:180px;
	position:absolute;
	top:-1px;
	font-size:24px;
	font-weight:600;
	text-align:center;
	left:-1px;
	z-index:99999;
}
#content .project-featured ul li:nth-child(n+1):hover > a.active_txt {
	display:inherit;
	color:#fff;
	background:#333;
	opacity:.9;
}
#content .project-featured ul li:nth-child(n+2):hover > a.active_txt {
	background:#88c358;
}
#content .project-featured ul li:nth-child(n+3):hover > a.active_txt {
	background:#ed1c24;
}
#content .project-featured ul li:nth-child(n+4):hover > a.active_txt {
	background:#f49438;
}
#content .project-featured h2.porfolio_title {
	border-top: 1px solid #E2E2E2;
	margin:2px -2px 0;
	padding-top:14px;	
}
#content .project-featured h2 {
	text-align:center;
	text-transform:capitalize;
	margin:0;
	line-height:1em;
	font-size:20px;
}
#content .project-featured h2 a {
	font-size:16px;
	color:#88C358;
	font-weight:600;
	text-decoration:underline;
}
#content .project-featured h2 span {
	font-size:13px;
	color:#999;
	font-weight:400;
}
#content .featured_port_img,
#content .featured_port_img img {
	border-radius:0;
	box-shadow:none;
	width:214px;
	height:164px;
}
.entry-content h2.click_our_work {
	text-align:center;
	line-height:2.055em;
	background:url(images/our_work_link.png) center center no-repeat;
	margin-bottom:50px;
}
.entry-content h2.click_our_work:hover {
	background:url(images/our_work_link_hover.png) center center no-repeat;	
}
.entry-content h2.click_our_work a {
	color:#fff;
	font-weight:400;	
}
/* Portfolio Category Styling */
#content ul.work_categories {
	list-style:none;
	padding-bottom:15px;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
#content ul.work_categories li {
	margin:0 8px 0 0;
	float:left;
	background:#88c358;
}
#content ul.work_categories li.current-cat {
	background:#231F20;
}
#content ul.work_categories li a {
	text-transform:uppercase;
	padding:0 15px;
	display:block;
	line-height:2.5em;
	color:#fff;
	font-weight:600;
	font-size:16px;
}
#content ul.work_categories li:hover {
	background:#231F20;	
}

/* Portfolio Single Page Styling */
.portfolio_slider {
	width:560px;
	height:630px;
	float:left;
}
#content .portfolio_slider img {
	box-shadow:none;
	border-radius:0;
}
.portfolio_text {
	width:360px;
	height:auto;
	float:right;
}
.entry-content .portfolio_text h1 {
	font-weight:400;
	line-height:1.4em;
	margin-bottom:17px;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title,
#respond h3#reply-title {
	font-size: 22px;
	line-height: 1.5em;
	color:#88c358;
}
.entry-header .entry-title a,
.entry-header .entry-title,
#respond h3#reply-title {
	text-decoration: none;
	font-weight:600;
	text-transform:capitalize;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 5px;
    color: #757575;
    font-size: 0.928571rem;
    line-height: 1.54615;
}
#content .comments-link a {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}	
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #88c358;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	color:#231F20;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6,
h1.category-title {
	margin: 0 0 20px;
	line-height: 1.714285714;
	color:#333;
	font-weight:600;
}
span.title_color {
	color:#88c358;
}
.entry-content h1,
.comment-content h1,
h1.category-title {
	font-size: 22px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 20px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 18px;
	line-height: 1.646153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 20px;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom:35px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =AVB Tax Contact form code Style
-------------------------------------------------------------- */
/* contact us page form style */
.signupForm .details input {
	width: 50%;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
}
.signupForm .details input[type=checkbox] {
width:auto;
}
.signupForm. details select {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.signupForm .details span {
	display: block;
	margin: 0 0 0 0px;
}
.signupForm .details label {
	display: block;
	clear: both;
	padding: 8px 0 0 0;
	margin: 0 0 0px 0;
}
.signupForm .details .confirmDetail {
	padding:2px;
}
.signupForm .details  br {
	display: none;
}
.signupForm .details legend {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
.signupForm .submit {
	margin: 10px 0 0 0;
}
.signupForm fieldset {
	border:0px; padding:0; margin:0;
}
.signupForm .details input { 
	margin-top:2px; 
}
.signupForm .submit { 
	width:auto!important; 
}
/* end code */


/* =Archives
-------------------------------------------------------------- */

.archive-header, .page-header {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.page-header .page-title {
    font-size: 22px;
    line-height: 1.5em;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #88c358;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: 600;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 25px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: right;
	padding: 0;
	line-height: 0;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #88c358;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #88c358;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	color:#231F20;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */
#secondary .testimonials-widget-testimonials blockquote {
	line-height:1.6em;	
}
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Site Style
-------------------------------------------------------------- */
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}
.site-content {
	float: left;
	width: 631px;
}
.site-content.full_width {
	width:100%;
}
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 250px;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	font-size: 1.857142857rem;
	line-height: 1.846153846;
	margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: right;
	min-width: 800px;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #f4f4f4;
	font-size:14px;
	line-height: 1em;
	text-transform: uppercase;
	white-space: nowrap;
	margin-left:5px;
	padding:8px 7px;
}	
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation li a:hover,
.nav-menu > li:hover > a {
	color: #333;
	background:#88c358;
	border-radius:5px 5px 0 0;
}
.main-navigation li {
	margin: 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 30px;
	left:5px;
	text-align:left;
	z-index: 9999;
	background:#88C358;
	padding:0 0 5px;
	border-radius:0 0 5px 5px;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	border:none;
	outline:none;
	margin:0;
	color:#333;
	display: block;
	font-size: 12px;
	line-height: 2.2em;
	text-transform:capitalize;
	padding: 0 10px 0 7px;
	width: 275px;
	white-space: normal;
}
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current-menu-ancestor > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation li ul li a:hover {
	background:#333;
	border-radius:0;
	color:#fff;
} 
.menu-toggle {
	display: none;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}	
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.social_connect {
	width:960px;
	height:auto;
	margin:0 auto;
}
.social_connect ul {
	float:right;
	margin-top:11px;
	overflow:hidden;
}
.social_connect ul li {
	float:left;
	font-size:17px;
	color:#fff;
	font-weight:600;
}
.social_connect ul li.fb {
	width:210px;
	margin-right:10px;
}
.social_connect ul li.in {
	width:102px;
}
.fb span,
.in span {
    float: left;
    line-height: 1.05em;
}
.fb img,
.in img {
    float: right;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 320 pixels. */
@media screen and (min-width: 320px) {
	body .main_container,
	footer[role="contentinfo"],
	.copyright_info {
		width:1255px;
	}
	.free_ebook img {
		z-index:99999;
		top:-4px;
		overflow:hidden;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1280px) {
	body .main_container,
	footer[role="contentinfo"],
	.copyright_info {
		width:auto;
	}
	.free_ebook img {
		position:fixed;
	}

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
  
}