/*
Theme Name: Beger & Co
Author: Sean Killian
Author URI: http://www.killian.com.au
Version: 1.0
Description: Custom responsive Wordpress theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, responsive
Theme URI: http://www.killian.com.au
*/

.widget:after,
.navbar:after,
#nav:after,
#sidebar:after,
#sidebar .contacts:after,
#sidebar .contacts ul:after,
.signup-form .holder:after,
.signup-form .fields:after,
.signup-form .row:after {
	content: " ";
	display: block;
	clear: both;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?-qcrb5d");
	src: url("fonts/icomoon.eot?#iefix-qcrb5d") format("embedded-opentype"), url("fonts/icomoon.woff?-qcrb5d") format("woff"), url("fonts/icomoon.ttf?-qcrb5d") format("truetype"), url("fonts/icomoon.svg?-qcrb5d#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"],
#nav a.has-drop-down-a:before,
.comment .holder:before,
.question .holder:before,
.inform .holder:before,
.alert .holder:before,
.profiles-list .more:before,
.links a:after,
#sidebar .more:before,
.signup-form .form-intro:before,
.contacts ul a:before,
.links-alt ul a:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 160px;
    margin: -160px 0 0;
}

body.body-class-page-id-1746 hr {
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}




.hideme
{
    opacity:0.3;
}



.page-heading img {
    opacity: 0;
}


body.body-class-archive p {
	margin-bottom: 10px;
}


.icon-bottom:before,
#nav a.has-drop-down-a:before {
	content: "\e600";
}

.icon-question:before,
.question .holder:before {
	content: "\e601";
}

.icon-alert:before,
.alert .holder:before {
	content: "\e60c";
}

.icon-inform:before,
.inform .holder:before {
	content: "\e60a";
}


.icon-comment:before,
.comment .holder:before {
	content: "\e60b";
}





.icon-right:before,
.profiles-list .more:before,
.links a:after,
#sidebar .more:before,
.links-alt ul a:before {
	content: "\e602";
}

.icon-star:before {
	content: "\e603";
}

.icon-email:before,
.signup-form .form-intro:before {
	content: "\e605";
}

.icon-phone:before,
.contacts ul a.tel-link:before {
	content: "\e606";
}

.icon-email2:before,
.contacts ul a.email:before {
	content: "\e607";
}

.icon-contact-details:before,
.contacts ul a.btn-save:before {
	content: "\e608";
}

.icon-linkedin:before,
.contacts ul a.linkedin-profile:before {
	content: "\e609";
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 26px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 17px/1.53 Arial, Helvetica, sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #5ead3f;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #35771c;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 16px Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	opacity: 1;
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

.placeholder {
	color: #000;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	border: 1px solid #999;
	padding: 3px 7px;
	vertical-align: top;
	line-height: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	height: 28px;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: #57b731;
	border: none;
	vertical-align: top;
	height: 28px;
	padding: 0 17px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #387520;
	color: #fff;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h4,
h5,
h6,
b,
strong,
th {
	font-weight: 400;
}

h1 {
	font: 400 19px/28px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 28px;
}

h2 {
	font: 23px/27px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 22px;
	color: #5ead3f;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}

h4 {
	font: 19px/23px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 9px;
	color: #5ead3f;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}


span.intro {
	font: 400 19px/28px Georgia, "Times New Roman", Times, serif;
	color: #000;
	display: block;
}



i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}

.bqsep {
	color: #ffffff;
    height: 1px;
    margin-bottom: 10px;
}

.body-class-page-template-template-reviews blockquote,
.body-class-page-template-template-reviews blockquote:before,
.body-class-page-template-template-reviews blockquote:after,
.body-class-page-template-template-reviews  q,
.body-class-page-template-template-reviews  q:before,
.body-class-page-template-template-reviews  q:after {
	quotes: none;
}

.body-class-page-template-template-reviews  blockquote:before,
.body-class-page-template-template-reviews  blockquote:after,
.body-class-page-template-template-reviews  q:before,
.body-class-page-template-template-reviews  q:after {
	content: "";
}

.body-class-page-template-template-reviews blockquote .description p {
	margin-bottom: 10px;
}


.body-class-page-template-template-reviews  blockquote {
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}

.blockquote_end {
	margin-bottom: 45px;
}


cite {
	display: block;
	text-align: right;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul li {
	list-style: none;
	padding-left: 1em;
	position: relative;
}

ul li:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #464646;
}

ol {
	padding-left: 1.5em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 1.5em;
	margin: 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 30px;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input[type="search"] {
	width: 250px;
}

.post-password-form label {
	vertical-align: top;
}

.post-password-form input[type="password"],
.search-form input[type="text"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

.navigation .next {
	float: left;
	max-width: 45%;
}

.navigation .prev {
	float: right;
	max-width: 45%;
}

.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}

.wp-caption img {
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 14px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 14px;
}


#header {
    position: fixed;
    z-index: 50;
    background-color: #fff;
    width: 100%;
}



#header .logo {
	float: left;
}

#header .logo img {
	vertical-align: top;
}

#header .holder {
	max-width: 1164px;
	padding: 19px 40px;
	margin: 0 auto;
	overflow: hidden;
}

#header .holder ul {
	overflow: hidden;
	text-align: right;
	color: #333;
	margin: 13px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
}

#header .holder ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 0 16px;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0;
}

#header .holder ul li:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 22px;
	background: #ccc;
}

#header .holder ul li:first-child:before,
#header .holder ul li:after {
	display: none;
}

#header .holder ul a {
	color: #333;
}

#header .holder ul a:hover {
	color: #35771c;
}

#header .holder ul .tel-link {
	font-weight: bold;
	color: #64b146;
}

#header .holder ul .tel-link:hover {
	color: #35771c;
}

.nav-opener {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
}

.nav-telephone {
	position: absolute;
	right: 70px;
	bottom: 15px;
	width: auto;
	height: 50px;
	background: #57b731;
	border-radius: 3px;
	overflow: hidden;
	color: #fff;
	padding: 10px 15px 10px 15px;
	line-height: 1em;
	display: none;
}

span.nav-telephone-icon {
	display: block;
	margin-bottom: 2px;
	text-align:center;
}

span.nav-telephone-icon img {
	height: 18px;
}

span.nav-telephone-text {
	display: block;
	font-size: 12px;
}






.nav-opener:hover {
	background: #ffffff;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #57b731;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.navbar {
	background: #000;
	position: relative;
	z-index: 20;
}

.resize-active .navbar,
.resize-active #nav {
	-webkit-transition: none !important;
	transition: none !important;
}

#nav {
	padding: 0 25px;
	margin: 0 auto;
	max-width: 1222px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	padding: 0;
}

#nav li:after {
	display: none;
}

#nav > ul {
	font-size: 17px;
	line-height: 23px;
}

#nav > ul > li {
	float: left;
	margin: 0 0 0 6px;
}

#nav > ul > li > a {
	float: left;
	padding: 15px 28px 16px;
}

#nav > ul > li > a:hover {
	background: #25292c;
}

#nav > ul > li > a.has-drop-down-a {
	padding: 15px 41px 16px 23px;
	position: relative;
}

#nav > ul > li > a.has-drop-down-a:before {
	position: absolute;
	top: 50%;
	margin: -2px 0 0;
	right: 22px;
	font-size: 6px;
	color: #97999a;
}

#nav > ul > li.active,
#nav > ul > li.hover {
	position: relative;
}

#nav > ul > li.active > a,
#nav > ul > li.hover > a {
	background: #25292c;
}

#nav > ul > li.hover .drop {
	left: 0;
}

#nav a {
	color: #fff;
}

#nav .drop {
	position: absolute;
	top: 100%;
	left: -9999px;
}

#nav .drop ul {
	background: #25292c;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	padding: 11px 26px 13px 23px;
}

#nav .drop ul li {
	border-top: 1px solid #424648;
}

#nav .drop ul li:first-child {
	border: none;
}

#nav .drop ul li.active a {
	color: #8e8a8a;
}

#nav .drop ul a {
	display: block;
	padding: 10px 0 11px;
}

#nav .drop ul a:hover {
	color: #8e8a8a;
}

.page-heading {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 -35px;
}


.page-heading {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 0 5px;
	-webkit-transition-property: height; /* Safari */
	-webkit-transition-duration: 2s; /* Safari */
	transition-property: height;
	transition-duration: 2s;
}

.page-heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .05);
}

.page-heading img {
	display: block;
	max-width: none;
	width: 100%;
	position: relative;
	z-index: -1;
}

.page-heading .photo {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 58px;
	z-index: 1;
}

.page-heading .holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.page-heading .holder > div {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.page-heading .holder > div > div {
	display: table-cell;
	vertical-align: middle;
}

.page-heading .holder > div > div div {
	display: block;
	margin: 0 auto;
	padding: 10px 35px 48px;
	max-width: 1164px;
}

.page-heading h1 {
	margin: 0;
	font: 29px/34px Georgia, "Times New Roman", Times, serif;
	color: #5ead3f;
	text-transform: uppercase;
}

.page-heading strong {
	display: block;
	color: #999;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	padding: 2px 0 19px;
}


.byline {
	font: 18px Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	text-transform: none;
}


.byline a {
	color: #97999a;
}

.byline a:hover {
	color: #35771c;
}





.page-heading.profile-title {
	max-height: 372px;
	margin-bottom: -55px;
}

.page-heading.profile-title:before {
	display: none;
}

.page-heading.profile-title h1 {
	font-size: 32px;
	line-height: 37px;
}

#main {
	overflow: hidden;
	background: #f6f6f6;
	padding: 0 0 63px;

	position: relative;
	top: 100px;

	padding-bottom: 0;
}

.content-area {
	overflow: hidden;
	background: #fff;
	padding: 33px 40px 33px;
	max-width: 1164px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#content {
	width: 100%;
	float: left;
}

#content .c1 {
	margin: 0 440px 0 0;
}

#content .tel-link {
	color: #000;
	font-weight: 500;
}

#content .tel-link:hover {
	color: #35771c;
}

#content .share-box h3 {
	font-size: 24px;
	line-height: 27px;
	border-bottom: 1px solid #999;
	margin: 0 0 22px;
	padding: 0 0 13px;
}

.post {
	overflow: hidden;
	padding: 0 0 4px;
}

.post .post-holder {
	overflow: hidden;
	padding: 0 0 16px;
}




/**   BOXES **/

.comment {
	overflow: hidden;
	padding: 3px 0 35px;
	color: #32383c;
}

.comment p {
	border-top: 1px solid #def1d7;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment .holder {
	overflow: hidden;
	background: #f0feea;
	position: relative;
	padding: 29px 30px 0 107px;
}

.comment .holder:before {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 45px;
}

.comment .title {
	display: block;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 11px;
}


.question {
	overflow: hidden;
	padding: 3px 0 35px;
	color: #32383c;
}

.question .holder {
	overflow: hidden;
	background: #f0feea;
	position: relative;
	padding: 29px 30px 0 107px;
}

.question .holder:before {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 45px;
}

.question .title {
	display: block;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 11px;
}



.alert {
	overflow: hidden;
	padding: 3px 0 35px;
	color: #32383c;
}

.alert .holder {
	overflow: hidden;
	background: #fcedd2;
	position: relative;
	padding: 29px 30px 0 107px;
}

.alert .holder:before {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 45px;
}

.alert .title {
	display: block;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 11px;
}





.inform {
	overflow: hidden;
	padding: 3px 0 35px;
	color: #32383c;
}

.inform .holder {
	overflow: hidden;
	background: #ddfbff;
	position: relative;
	padding: 29px 30px 0 107px;
}

.inform .holder:before {
	position: absolute;
	top: 32px;
	left: 30px;
	font-size: 45px;
}

.inform .title {
	display: block;
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	margin: 0 0 11px;
}





.profiles-list {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 30px;
    overflow: hidden;
    padding-bottom: 0;
}



.profiles-list li {
	padding: 0 20px 34px;
	overflow: hidden;
	background: #f6f6f6;
	margin: 0 0 25px;
	position: relative;
}

.profiles-list li:after {
	display: none;
}

.profiles-list img {
	float: left;
	margin: 0 21px 0 -20px;
}

.profiles-list .description {
	overflow: hidden;
	padding: 18px 0 0;
	margin: 0 0 -5px;
}

.profiles-list h4 {

}

.descriptionLink {
	float: right;
    font: 300 17px/1.53 Arial,Helvetica,sans-serif;
    	font-size: 80%;

}




.descriptionLink::before {
    content: "\e607";
	padding-right: 7px;
	-moz-osx-font-smoothing: grayscale;
	font-family: "icomoon";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	font-size: 80%;
}


.profiles-list .description .description-top {
	height: 30px;
}

.profiles-list .description .description-top-l {
	width: 65%;
	float: left;
}

.profiles-list .description .description-top-r {
	width: 35%;
	text-align: right;
	float: right;
	font-size: 90%;
}










.profiles-list p {
	margin: 0 0 9px;
}

.profiles-list a {
	font-weight: bold;
}

.profiles-list a.tel-link {
	color: #000;
}

.profiles-list a.tel-link:hover {
	color: #35771c;
}

.profiles-list a.more {
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fcfcfc;
	padding: 6px 34px 7px 23px;
}

.profiles-list a.more:before {
	position: absolute;
	right: 20px;
	top: 12px;
	font-size: 10px;
}

.profiles-list h4 a {
	font-weight: normal;
}

#sidebar {
	width: 348px;
	float: left;
	margin: 8px 0 0 -348px;
}

#sidebar .links {
	margin: 0 0 30px;
	overflow: hidden;
	font-size: 19px;
	line-height: 23px;
}

#sidebar .links ul {
	margin: 0;
}

#sidebar .links li {
	padding: 0 0 12px;
}

#sidebar .links li:after {
	display: none;
}

#sidebar .links a {
	display: block;
	color: #fff;
	background: #64b146;
	border-radius: 4px;
	padding: 13px 35px 15px 56px;
	position: relative;
}

#sidebar .links a:hover {
	background: #2e7e0f;
}

#sidebar .links a:after {
	position: absolute;
	top: 50%;
	right: 21px;
	font-size: 15px;
	margin: -8px 0 0;
}

#sidebar .links a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	margin: -12px 0 0;
	background: url(images/sprite.png) no-repeat;
}

#sidebar .links a.btn-request:before {
	width: 21px;
	height: 25px;
}

#sidebar .links a.btn-ask {
	background-color: #e68e2a;
}

#sidebar .links a.btn-ask:hover {
	background-color: #cf8026;
}



#sidebar .links a.btn-ask:before {
	width: 20px;
	height: 24px;
	left: 20px;
	background-position: -24px 0;
}

#sidebar .links a.btn-phone {
	background: #ffffff;
	border: solid 1px #64b146;
	color: #64b146;
}

#sidebar .links a.btn-phone:hover {
	background: #ffffff;
	border: solid 1px #2e7e0f;
	color: #2e7e0f;
}

#sidebar .links a.btn-phone:before {
	width: 24px;
	height: 24px;
	left: 20px;
	background-position: 0px -25px;
}

#sidebar .links a.btn-phone:hover:before {
	background-position: -24px -25px;
}



#sidebar h3 {
	margin: 0 0 21px;
	border-bottom: 1px solid #999;
	font: 24px/27px Arial, Helvetica, sans-serif;
	padding: 0 0 11px;
}

#sidebar .contacts {
	margin: 0 0 35px;
}

#sidebar .contacts h3 {
	padding: 0 0 7px;
}

#sidebar .contacts ul {
	margin: 0;
	padding: 3px 0 0;
}

#sidebar .contacts ul li {
	padding: 0 0 10px;
}

#sidebar .contacts ul li:after {
	display: none;
}

#sidebar .contacts ul a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #57b731;
	padding: 0 0 0 44px;
}

#sidebar .contacts ul a:hover {
	color: #35771c;
}

#sidebar .contacts ul a:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}

#sidebar .contacts ul a.tel-link:before {
	font-size: 21px;
}

#sidebar .contacts ul a.email:before {
	font-size: 20px;
	top: 3px;
}

#sidebar .contacts ul a.btn-save:before {
	font-size: 21px;
}

#sidebar .contacts ul a.linkedin-profile:before {
	font-size: 24px;
	left: 1px;
}

#sidebar .links-alt {
	overflow: hidden;
	margin: 0 0 50px;
}

#sidebar .links-alt ul {
	overflow: hidden;
	margin: 0;
	padding: 1px 0 0;
}

#sidebar .links-alt ul li {
	padding: 7px 0;
	border-top: 1px solid #e0e0e0;
}

#sidebar .links-alt ul li:after {
	display: none;
}

#sidebar .links-alt ul li:first-child {
	border: none;
	padding-top: 0;
}

#sidebar .links-alt ul a {
	display: block;
	position: relative;
	color: #57b731;
	padding: 0 25px 0 0;
}

#sidebar .links-alt ul a:hover {
	color: #35771c;
}

#sidebar .links-alt ul a:before {
	position: absolute;
	top: 50%;
	right: 7px;
	font-size: 10px;
	margin: -5px 0 0;
}

#sidebar .reviews {
	overflow: hidden;
	font: 17px/24px Georgia, "Times New Roman", Times, serif;
	padding: 0 1px 48px;
}



.service-aggregate-review-stars {
	width: 100px;
	height: 20px;
	background-image: url(images/rating_stars.png);
	margin-top: 5px;
	margin-bottom: 10px;
}

.r-5 {
	background-position: -155px 50px;
}

.r-45 {
	background-position: -155px 72px;
}

.r-4 {
	background-position: -155px 95px;
}


.r-35 {
	background-position: -155px 118px;
}

.r-3 {
	background-position: -155px 139px;
}

.r-25 {
	background-position: -155px 162px;
}

.r-2 {
	background-position: -155px 183px;
}

.r-15 {
	background-position: -155px 207px;
}

.r-1 {
	background-position: -155px 227px;
}

.r-5 {
}

.r-0 {
	background-position: -155px 272px;
}


.stars {
	background-image: url(images/rating_stars.png);
	float: left;
    height: 20px;
    padding-right: 5px;
    width: 100px;
}





.slide-copy p {
	margin-bottom: 0;
}





#review-slide-holder {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;

}

#review-slide-holder .slide {
	width: 100%;
}

#review-slide-holder .slide .slide-copy {
}

#review-slide-holder .slide .slide-copy p {
}



#review-slide-holder .slide .slide-author {
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 15px;
}



#review-slide-holder .slide .slide-author a {

}

#kwdd-reviews {



}

#kwdd-reviews .client-review-holder {
    margin-bottom: 40px;
    padding: 1em;
    background: #f6f6f6;
    border-radius: 5px;
}

#kwdd-reviews .client-review-holder img {


}

#kwdd-reviews .client-review-holder .slide-copy {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0.5em;
}




#kwdd-reviews .client-review-holder img {
	max-width: 100px;
}

#kwdd-reviews .service-aggregate-review-holder  {



}





.review-read-more {
	z-index: 1000;
	white-space: nowrap;
}


.service-aggregate-review {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}


.service-aggregate-review strong {
    font-weight: 900;
    font-size: 105%;
    display: inline-block;
    margin-bottom: 5px;
}




#sidebar .reviews p {
	margin: 0 0 10px;
}

#sidebar .reviews .author {
	font-weight: normal;
	display: block;
	color: #5ead3f;
	margin: 0 0 26px;
}

#sidebar .reviews .details {
	font: 14px/20px Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0 0 14px;
}

#sidebar .reviews .details p {
	margin: 10px;
}


#sidebar .more {
    font: 15px Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px 0 0;
    text-decoration: underline;
}



#sidebar .more span {
	text-decoration: underline;
}

#sidebar .more:before {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 10px;
}





.star-rating {
	margin: 0 0 15px -3px;
	font-size: 16px;
	overflow: hidden;
}

.star-rating li {
	padding: 0 0 0 3px;
	float: left;
}

.star-rating li:after {
	display: none;
}

.star-rating li.active {
	color: #edc304;
}

.articles {
	overflow: hidden;
	padding: 0 0 30px;
}

.articles ul {
	font: bold 15px/26px;
	margin: 0 0 3px;
}

.articles ul li {
	padding: 13px 0;
	border-top: 1px solid #e0e0e0;
}

.articles ul li:after {
	display: none;
}

.articles ul li:first-child {
	border: none;
	padding-top: 0;
}

.articles ul a {
	color: #57b731;
}

.articles ul a:hover {
	color: #35771c;
}


.artcile-meta {
	display: block;
	font-size: 15px;
}




.share-box {
	overflow: hidden;
}

.share-list {
	margin: 0 0 30px -15px;
	overflow: hidden;
	box-sizing: content-box;
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
}

.share-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 0 10px 15px;
}

.share-list li:after {
	display: none;
}

.share-list .st_plusone_button,
.share-list .st_twitter_hcount,
.share-list .st_linkedin_hcount,
.share-list .st_fbrec {
	float: left;
}

.share-list .st_plusone_button > div {
	width: auto !important;
	margin: 0 !important;
	vertical-align: top !important;
}

.share-list .stButton {
	margin: 0 !important;
}

.share-list .st_fbrec > span {
	vertical-align: top !important;
	margin: 0 !important;
}

.signup-form {
	overflow: hidden;
	background: #272b2e;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

.signup-form legend {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.signup-form p {
	margin: 0;
}

.signup-form .title {
	display: block;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 1px;
}

.signup-form .holder {
	padding: 43px 40px 41px;
	max-width: 1164px;
	margin: 0 auto;
}

.signup-form .form-intro {
	float: left;
	width: 400px;
	padding: 2px 0 2px 64px;
	position: relative;
}

.signup-form .form-intro:before {
	position: absolute;
	top: 50%;
	left: 2px;
	margin: -12px 0 0;
	font-size: 22px;
}

.signup-form .form-intro p {
	margin: 0 0 4px;
}

.signup-form .fields {
	float: right;
	padding: 0 1px 0 0;
}

.signup-form .row {
	float: left;
}

.signup-form input[type="text"],
.signup-form input[type="email"] {
	float: left;
	margin: 0 0 0 15px;
	padding: 11px 17px 13px;
	height: 46px;
	line-height: 20px;
	background: #33383c;
	border: 1px solid #33383c;
	width: 263px;
	color: #abb4ba;
}

.signup-form input[type="email"] {
	width: 259px;
}

.signup-form ::-webkit-input-placeholder {
	color: #abb4ba;
}

.signup-form ::-moz-placeholder {
	opacity: 1;
	color: #abb4ba;
}

.signup-form :-moz-placeholder {
	color: #abb4ba;
}

.signup-form :-ms-input-placeholder {
	color: #abb4ba;
}

.signup-form .placeholder {
	color: #abb4ba;
}

.signup-form input[type="submit"] {
	float: left;
	background: none;
	border: 1px solid #65bc42;
	margin: 0 0 0 29px;
	padding: 0 20px;
	height: 46px;
	color: #fff;
	text-transform: uppercase;
}

.signup-form input[type="submit"]:hover {
	background: #65bc42;
}


#pre-footer {
	overflow: hidden;
	background: #f6f6f6;
	padding: 0 40px;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	display: block;
	top: 100px;
}

#pre-footer .holder {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0px 30px 0px;
    color: #fff;
    text-align: center;
}

#pre-footer .holder .acc-holder  {
	width: 19%;
    height: 0;
    display: inline-block;
    text-align: center;
}

#pre-footer .holder .acc-holder img {
    width: 80%;
    padding: 5%;
}


#footer-news {
	position: relative;
	top: 100px;
}


/*

#pre-footer .holder .acc-holder  {
	width: 24%;
    height: 0;
    padding-bottom: 100px;
    background-position: 0 0;
    background-size: 70%;
    display: inline-block;
    background-repeat: no-repeat;
    max-width: 255px;
}



#pre-footer .holder .acc-holder.brand-sa  {
    background-image: url(images/acc/brand-sa-member.png);
	background-position: right 100%;
}

#pre-footer .holder .acc-holder.justice-net  {
    background-image: url(images/acc/justice-net-sa-member.png);
	background-position: center 100%;
}

#pre-footer .holder .acc-holder.gold-alliance  {
    background-image: url(images/acc/gold-alliance-member.png);
	background-position: left 100%;
}

#pre-footer .holder .acc-holder.cover-of-excellence {
    background-image: url(images/acc/cover-of-excellence-member.png);
	background-position: center 100%;
}

#pre-footer .holder .acc-holder:hover  {
	background-position-y: 0% !important;
}
*/




#footer {
	overflow: hidden;
	background: #2e3438 url(images/bg-footer.png) repeat-x 50% 0;
	padding: 0 40px;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	top: 100px;
}

/*
	#footer .holder {
	max-width: 1084px;
	margin: 0 auto;
	overflow: hidden;
	padding: 52px 185px 55px 301px;
	color: #fff;
}
*/

#footer .holder {
    max-width: 1084px;
    margin: 0 auto;
    overflow: hidden;
    padding: 52px 0px 0px 0px;
    color: #fff;
}


#footer .holder a {
	color: #fff;
	text-decoration: none;
}

#footer .holder a:hover {
	text-decoration: underline;
}



.foot-col-1 {
	float: left;
	width: 66%;
}

.foot-col-2 {
	float: left;
	width: 33%;
}


.foot-col-2 div {
	padding-bottom: 27px;
	text-align: right;
}

.foot-col-2 .footer-sub {

}

.foot-col-2 p {
	margin-bottom: 0 !important;
}




#footer h4 {
	font: 500 18px/19px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px;
}

#footer p {
	margin: 0 0 14px;
}

#footer .accreditation {
	float: left;
	width: 300px;
	margin: 0 0 0 -300px;
}

#footer .accreditation ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -5px;
	overflow: hidden;
	margin: 0 0 0 -39px;
	padding: 17px 0 0;
}

#footer .accreditation ul li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 0 20px 39px;
}

#footer .accreditation ul li:after {
	display: none;
}

#footer .accreditation ul img {
	vertical-align: top;
}

#footer .services {
	float: left;
	width: 100%;
	padding: 0 2% 0 0;
}

#footer .services .list-holder {
	overflow: hidden;
	margin: 0 0 0 -45px;
}

#footer .services ul {
	margin: 0;
	float: left;
	width: 50%;
	padding: 3px 0 0 45px;
	line-height: 17px;
}

#footer .services ul li {
	padding: 0 0 10px;
}

#footer .services ul li:after {
	display: none;
}

#footer .services ul a {
	text-decoration: none;
}

#footer .shedule {
	float: left;
	width: 184px;
	margin: 0 -184px 0 0;
}

#footer .social-networks {
	overflow: hidden;
	margin: 0 0 0 -10px;
	float: right;
}

#footer .social-networks li {
	float: left;
	padding: 0 0 10px 10px;
}

#footer .social-networks li:after {
	display: none;
}

#footer .social-networks a {
	width: 28px;
	height: 29px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/sprite_social.png) no-repeat;
}

#footer .social-networks a.google-plus {
	background-position: -1px 0;
}

#footer .social-networks a.facebook {
	background-position: -41px 0;
}

#footer .social-networks a.twitter {
	background-position: -80px 0;
}

#footer .social-networks a.linkedin {
	background-position: -120px 0;
}

#footer .copy-row {
	max-width: 1084px;
	margin: 0 auto;
    padding: 25px 0px 25px 0px;
	overflow: hidden;
	border-top: 1px solid #53585b;
	color: #a7a6a6;
}

#footer .copy-row a {
	color: #a7a6a6;
}

#footer .copy-row a:hover {
	color: #63b643;
}

#footer .copy-row .copy {
	float: left;
}

#footer .copy-row p {
	margin: 0;
}

#footer .copy-row ul {
	float: right;
	margin: 0 0 0 -23px;
}

#footer .copy-row ul li {
	padding: 0 0 0 13px;
	margin: 0 0 0 10px;
	float: left;
}

#footer .copy-row ul li:before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
}

#footer .copy-row ul li:first-child:before {
	display: none;
}

#footer .copy-row ul li:after {
	display: none;
}

.inner .content-area {
	padding: 0 40px;
}

.inner #content .c1 {
	margin: 49px 0 0 440px;
}

.inner #sidebar {
	margin: 0 0 0 -100%;
	padding: 41px 0 0;
	border-top: 11px solid #57b731;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}




/*

Archives Page
-------------------------------------------------------------------------------

*/

.arch_post_image {
	float: right;
	width: 35%;
	padding-left: 2%;
	padding-bottom: 5%;

}

.arch_post_copy {
	float: left;
	width: 62%;

}




/*

Reviews Page
-------------------------------------------------------------------------------

*/

.review-via {
	float: left;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.womo {

}


.stars {
	background-image: url(images/rating_stars.png);
	float: left;
    height: 20px;
    padding-right: 5px;
    width: 95px;
    margin-top: 1px;
}

.r-5 {
	background-position: -155px 50px;
}

.r-45 {
	background-position: -155px 72px;
}

.r-4 {
	background-position: -155px 95px;
}


.r-35 {
	background-position: -155px 118px;
}

.r-3 {
	background-position: -155px 139px;
}

.r-25 {
	background-position: -155px 162px;
}

.r-2 {
	background-position: -155px 183px;
}

.r-15 {
	background-position: -155px 207px;
}

.r-1 {
	background-position: -155px 227px;
}

.r-5 {
}

.r-0 {
	background-position: -155px 272px;
}




.title .info {
	font-size: 15px;
}



.reviews-holder {
    padding-bottom: 45px;
    padding-top: 0;
}

.reviews-item {
    float: left;
    padding-right: 15px;
    position: relative;
	 padding-bottom: 5px;
}

.womo input {
    margin: 0;
    padding: 0;
    width: 100px;
}
.womo input img:hover {
    margin: 0;
    padding: 0;
    width: 100px;
}
.reviews-item img {
    margin: 0;
    padding: 0;
    width: 130px;
}
.reviews-item img:hover {
    opacity: 0.8;
}


.artsearch {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
	padding-bottom: 2px;
}

.artsearch .search-form input[type="search"] {
    font-weight: 100;
    width: 209px;
	font-weight: 300;
	font-size: 13px;
}



.revbr {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-top: 40px;
}



/*

SERVICES
-------------------------------------------------------------------------------

*/

.service-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.service-title {
	color: #67b04d;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
}

.service-copy {}


a.service-read-more {
    white-space: nowrap;
}


.popular-services {
	padding-bottom: 25px;
}

.popular-services a {
	border: 1px solid #64b146;
	border-radius: 2px;
	display: inline-table;
	margin: 0 3px 3px 0;
	padding: 5px 10px;
	white-space: nowrap;
}

.popular-services a.reviewslnk {
	border: 1px solid #64b146;
	border-radius: 2px;
	display: inline-table;
	margin: 0 3px 3px 0;
	padding: 5px 10px;
	white-space: nowrap;
	background-color: #f0feea;
}


.popular-services a:hover {

}






/*

TEAM
-------------------------------------------------------------------------------

*/


.kwdd-teamholder {
    border-top: 1px solid #edeeef;
    clear: both;
    float: left;
    height: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    width: 100%;
}

.kwdd-teamholder-avatar {
    float: left;
    padding-top: 4px;
    position: relative;
    width: 13%;
    margin-right: 2%;
}

.kwdd-teamholder-copy {
    float: left;
    padding-top: 5px;
    position: relative;
    width: 85%;
}





/*
Forms
-------------------------------------------------------------------------------
*/

ul.gform_fields li {
	padding: 0;
}

.validation_error {
	display: none;
}




.body-class-page-id-5035 span {
	font-weight: 100;
}







.body-class-archive .post, .body-class-blog .post {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


.body-class-archive .post .title, .body-class-blog .post .title, .body-class-single .post .title {
	margin-bottom: 15px;
}


a.post-read-more {
    white-space: nowrap;
}


.single-featured-holder {
	float: right;
    padding-bottom: 25px;
    padding-left: 25px;
    width: 270px;
}

.single-featured-holder img {
	padding-bottom: 0;
}



.post .title {

}


.post-tools {
	margin-bottom: 45px;
	margin-top: 10px;
}

.page-tools {
	margin-bottom: 0px;
	margin-top: 10px;
}

.page-tools h4, .post-tools h4 {
	color: #31373b;
}


.body-class-page-template-template-service .post-tools {
	margin-bottom: 0px;
	margin-top: 35px;
}

.body-class-page-template-template-reviews .post-tools {
	margin-bottom: 0px;
	margin-top: 35px;
}


.sd-title {
	display: none !important;
}

.sd-content ul li::after {
	background: none !important;
}



.newtitle h1 {
	margin: 0;
	font: 27px/32px Georgia, "Times New Roman", Times, serif;
	color: #5ead3f;
	text-transform: none;
	padding-bottom: 5px;
}

.newtitle .byline {
	font: 16px Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	text-transform: none;
	color: #7d7d7d;
}





/*
Social Widget
-------------------------------------------------------------------------------
*/

.beger-share-box {}

.beger-share-box-buttons {}

.beger-share-box-buttons img {
	opacity: .8;
}

.beger-share-box-buttons img:hover {
	opacity: 1.0;
}

.beger-share-box-button {
    display: block;
    float: left;
    height: auto;
    margin-right: 10px;
    padding-bottom: 35px;
    width: 35px;
}

/*
.beger-share-box-button.googleplus {
	background-image: url(images/social/googleplus-2-150x150.png);
}

.beger-share-box-button.facebook {
	background-image: url(images/social/facebook-150x150.png);
}

.beger-share-box-button.twitter {
	background-image: url(images/social/twitter-150x150.png);
}

.beger-share-box-button.linkedin {
	background-image: url(images/social/linkedin-150x150.png);
}*/




/** Home Page Tweaks **/

@media screen and (max-width: 600px) {

	.body-class-page-id-1139 .one_half {
	    margin-bottom: 0em !important;
	}

	.body-class-page-id-1139 .one_half ul {
	    margin-bottom: 0em !important;
	}


}


#staff-emails {
	padding-bottom: 40px;
	font-size: 90%;
}

#staff-emails div {
	clear: both;
	padding-bottom: 30px;
}


.se-m {
	display: none;
}

.se-l {
}

.sename {
	font-weight: 400 !important;
	white-space: nowrap;
	float: left;
}


.seemail {
	font-weight: 300 !important;
	float: right;
}

/*
.seemail::before {
    -moz-osx-font-smoothing: grayscale;
    content: "\e607";
    font-family: "icomoon";
    font-size: 80%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 7px;
    text-transform: none;
}*/







/** SEARCH **/

.search-form input[type="search"] {
    width: 180px;
    font-weight: 300;
    font-size: 15px;
	color: #32383c;
}









/** CALCS **/

.online-calcs {
    border: 1px solid #cccccc;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    width: 100%;

}

.online-calcs table {
    width: 100%;
}

.online-calcs th, td {
    border: none;
    padding: 3px 7px;
    text-align: left;
    vertical-align: top;
}

.online-calcs td {
	width: 50%;
}

.online-calcs hr {
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

.online-calcs .inputhelp {
	color: #999999;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 7px;
}


.online-calcs input[type="text"] {
	width: 80% !important;
}

.online-calcs table {
	margin-bottom: -10px;
}



.jp-relatedposts {
	padding: 0 !important;
	margin: 0 !important;

}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: none !important;
}


.modal-content {
	background: #fafafa !important;
}

.modal-title {
	font-family: Arial, Helvetica, sans-serif !important;

}



.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #fcedd2 !important;
    border-bottom: none !important;
    border-top: none !important;
    margin-bottom: 0.375em !important;
    padding: 0;
}





/** CHAT **/

#scx-widget .scx-popup.scx-popup-online .scx-content {
	padding: 5px !important;
}



#scx-widget ul li::after {
    content: none !important;
}




/** FAQ **/

.faq-icon-plus, .faq-icon-minus {
	font-size: 80%;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.faq-icon-plus:after {
	display: inline-block;
	content: "\e602";
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq-icon-minus:after {
	display: inline-block;
	content: "\e602";
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}


.panel-default > .panel-heading {
	color: #333;
	background-color: #f9f9f9 !important;
	border-color: #ddd;
}










@media all and (max-width: 1200px) {
	#nav {
		padding: 0 10px;
	}
}





@media all and (max-width: 1169px) {


	#staff-emails div {
		padding-bottom: 0px !important;
	}

	#staff-emails div {

	}


	.sename {
		white-space: nowrap;
		float: left !important;
		width: 100%;
	}

	.seemail {
		clear: both !important;
		float: left !important;
		margin-bottom: 10px;
	}




	#header .holder {
		padding: 19px 10px;
	}

	#nav > ul {
		font-size: 17px;
	}

	#nav > ul > li {
		margin: 0;
	}

	#nav > ul > li > a {
		padding: 15px 10px 16px;
	}

	#nav > ul > li > a.has-drop-down-a {
		padding: 15px 20px 16px 10px;
	}

	#nav > ul > li > a.has-drop-down-a:before {
		right: 5px;
	}

	#nav .drop ul {
		font-size: 15px;
		padding: 0 10px;
	}

	.page-heading {
		margin: 0;
	}

	.page-heading .photo {
		width: 400px;
	}

	.page-heading .holder > div > div div {
		padding: 10px;
	}

	.page-heading.profile-title {
		margin-bottom: 0;
	}

	.content-area {
		padding: 10px;
	}

	#content .c1 {
		margin: 0 270px 0 0;
	}

	#sidebar {
		width: 250px;
		margin-left: -250px;
	}

	.signup-form .holder {
		padding: 20px 10px;
	}

	.signup-form .form-intro {
		width: auto;
		float: none;
		padding-bottom: 20px;
	}

	.signup-form .fields {
		float: none;
		overflow: hidden;
		margin: 0 0 0 -15px;
	}

	#footer {
		padding: 0 10px;
	}

	#footer .services {
		padding: 0 12px;
	}

	.inner .content-area {
		padding: 0 10px;
	}

	.inner #content .c1 {
		margin: 20px 0 0 270px;
	}

	.inner #sidebar {
		padding: 20px 0 0;
	}

	.search-form input[type="search"] {
		width: 180px;
	}



	div#sidebar nav.links {
		display: none;
	}
}









@media all and (max-width: 950px) {
	.page-heading .photo {
		width: 250px;
	}

	#footer .holder {
		padding: 20px 10px;
	}

	#footer .frame {
		overflow: hidden;
		padding: 0 185px 0 0;
	}

	#footer .accreditation {
		float: none;
		overflow: hidden;
		margin: 0;
	}

	#footer .services {
		padding-left: 0;
	}


}






@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}







@media all and (max-width: 767px) {

	.se-m {
		display: block !important;
	}

	.se-l {
		display: none;
	}


	.descriptionLink {
		float: none;
		display: block;
		text-align: center;
	}

	.profiles-list h4 {
		float: none;
		display: block;
		text-align: center
	}

	#header .logo {
		float: left;
		display: block;
		width: 190px;
		margin: 0 auto;
	}

	#header .holder ul {
		text-align: center;
		padding-right: 0px;
	}



	#header .holder ul li {
		font-size: 17px;
		line-height: 19px;
		display: block;
		margin: 0;
		padding: 5px 0 0 0;
	}




	.adelaide-lawyers-by h2 {
		margin-bottom: 0;
		display: none;
	}

	.adelaide-lawyers-phone {

	}


	#header .holder ul li:before {
		display: none;
	}

	.nav-opener {
		display: block;
	}

	.nav-telephone {
		display: block;
	}


	.navbar {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		background: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}

	.nav-active .navbar {
		max-height: 4000px;
	}

	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav-active .nav-opener span {
		opacity: 0;
	}

	.nav-active .nav-opener:after,
	.nav-active .nav-opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 16px;
		left: 15%;
		right: 15%;
	}

	.nav-active .nav-opener:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav {
		padding: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #000;
	}

	#nav > ul > li {
		float: none;
	}

	#nav > ul > li > a {
		float: none;
		display: block;
		padding: 10px 28px 11px 10px;
	}

	#nav > ul > li > a.has-drop-down-a {
		padding: 10px 28px 11px 10px;
	}

	#nav > ul > li > a.has-drop-down-a:before {
		right: 15px;
	}

	#nav > ul > li.hover .drop {
		position: static;
	}


/*
	.page-heading:before {
		display: none;
	}

	.page-heading img {
		display: none;
	}

*/

	.page-heading .photo {
		display: block;
		position: static;
	}

	.page-heading .holder {
		position: relative;
	}

	.page-heading h1 {
		font-size: 22px;
		line-height: 27px;
	}

	.page-heading strong {
		font-size: 22px;
		line-height: 27px;
		padding: 0;
	}

	.page-heading.profile-title h1 {
		font-size: 22px;
		line-height: 27px;
	}

	#main {
		padding: 0 10px 10px;
		top: 80px;
	}

	#content {
		float: none;
		overflow: hidden;
	}

	#content .c1 {
		margin: 0;
	}

	.post .post-holder {
		padding: 0;
	}

	.question .holder:before {
		display: none;
	}

	.question .holder {
		padding: 20px 20px 0;
	}

	.inform .holder:before {
		display: none;
	}

	.inform .holder {
		padding: 20px 20px 0;
	}

	.alert .holder:before {
		display: none;
	}

	.alert .holder {
		padding: 20px 20px 0;
	}


	.comment .holder:before {
		display: none;
	}

	.comment .holder {
		padding: 20px 20px 0;
	}

	.profiles-list li {
		padding: 10px 10px 34px;
	}

	.profiles-list img {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

	.profiles-list .description {
		padding: 0;
		margin: 0;
	}

	#sidebar {
		float: none;
		width: auto;
		margin: 0;
	}

	.signup-form .fields {
		margin: 0;
	}

	.signup-form .row {
		float: none;
		padding: 0 0 15px;
	}

	.signup-form input[type="text"],
	.signup-form input[type="email"] {
		width: 100%;
		margin: 0;
	}

	.signup-form input[type="email"] {
		width: 100%;
	}

	.signup-form input[type="submit"] {
		margin: 0;
	}

	#footer .frame {
		padding: 0;
	}

	#footer .services {
		padding: 0 0 20px;
		float: none;
		overflow: hidden;
	}

	#footer .shedule {
		float: none;
		overflow: hidden;
		width: auto;
		margin: 0;
	}

	#footer .copy-row {
		padding-bottom: 18px;
	}

	#footer .copy-row .copy {
		float: none;
	}

	#footer .copy-row ul {
		float: none;
		overflow: hidden;
	}

	.inner #content .c1 {
		margin: 20px 0 0;
	}

	.inner #sidebar {
		margin: 0;
	}

	body {
		font-size: 15px;
		line-height: 1.4;
	}

	input,
	textarea,
	select {
		font-size: 15px;
		line-height: 18px;
	}

	button,
	html input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		height: 26px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"] {
		height: 26px;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 280px;
	}

	.search-form input[type="search"] {
		width: 200px;
	}

	.post-password-form input[type="password"] {
		width: 140px;
	}

	ul li {
		padding-left: 15px;
	}

	ul li:after {
		top: 7px;
		left: 0;
	}



	.online-calcs .inputhelp {
		color: #999999;
	    font-size: 11px;
	    margin-bottom: 0;
	    padding-bottom: 5px;
	    padding-left: 5px;
	    padding-top: 7px;
	}




	#sticky-mobile-tools {
	    display: block !important;
	}


	#header .holder ul {
	    display: none;
	}



	.foot-col-1 {
		float: left;
		width: 100%;
	}

	.foot-col-2 {
		float: left;
		width: 100%;
	}

	.foot-col-2 div {
	    text-align: left;
	}

	#footer .social-networks {
	    float: left;
	}


	#footer {
	    padding-bottom: 60px !important;
	}

}


@media all and (max-width: 480px) {

	.single-featured-holder {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

}


@media all and (max-width: 375px) {

	.single-featured-holder {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

}


@media all and (max-width: 345px) {

	#sticky-mobile-tools .links a:after {
		display: none !important;
	}

}



#pre-contract-holder {
	display: none;
}


/*

.online-calcs-plus th, td {
	border: none;
	padding: 0px 7px;
	text-align: left;
	vertical-align: top;
}


.online-calcs-plus .inputhelp {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-right: 4px;
	padding-top: 5px;
	float: right;
	text-align: right;
}

.online-calcs-plus .form-button {
	float: right;
}

.online-calcs-plus .pre-contract-holder-radios {
	text-align: right;
}

.online-calcs-plus .pre-contract-holder-check {
	text-align: right;
}


.online-calcs-plus .input-group {
	text-align: right;
}

.online-calcs-plus .rowResults {
	padding-top: 10px;
}



.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #ccc;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

*/


.online-calcs-plus .rowResults, .online-calcs-plus .rowInput {
	padding-top: 15px !important;
}




tr.results input {
	background-color: #fafafa
}

.online-calcs-plus .inputhelp {
	color: #999;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 2px;
}

.online-calcs-plus input {
	padding-left: 10px;
	text-align: right;
}



.online-calcs-plus td {
	width: 60%;
}

.online-calcs-plus #btnCalculate {
	float: right;
}


.online-calcs-plus .btn-estimate {
    float: right;
    margin-left: 1em;
    margin-bottom: 10px;
}



.online-calcs-plus .btn-discuss {
	float: right;
    margin-bottom: 10px;

	background: transparent;
   	border: solid 1px #57b731;
	color: #57b731;
}

.online-calcs-plus .btn-discuss:hover {

   	border: solid 1px #387520;
	color: #387520;
	background: transparent;

}







.online-calcs-plus .input-group {
	float: right;
}

.online-calcs-plus .pre-contract-holder-radios {
	float: right;
	width: auto !important;
}


.online-calcs-plus input[type="text"] {
    float: right;
    width: 90% !important;
}

.online-calcs-plus p {
	margin: 0 0 0 0;
}

.online-calcs-plus p.description {
	font-size: 60%;
	opacity: 0.5;
	line-height: 120%;
}



span.badge {
	width: 170px;
	display: inline-block;
	float: right;
	margin-left: 2em;
	font-size: 80%;
}

span.badge span.nowin {
	color: #008000;
	background: #fff;
	width: 110px;
	display: inline-block;
	float: right;
	border: solid 2px #008000;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	padding: 1em;
	text-align: center;
	font-family: sans-serif;
}

span.badge span.nowin span {
	font-weight: bold;
}

span.badge span.nofee {
	color: #fff;
	background: #008000;
	width: 110px;
	display: inline-block;
	float: right;
	border: solid 2px #008000;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	padding: 1em;
	text-align: center;
	font-family: sans-serif;
}
span.badge span.nofee span {
	font-weight: bold;
}


div.content-area h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

div.content-area h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

div.content-area h4 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}



.widget_search .search-form {
    padding-bottom: 10px;
}

.widget_search h3{
	display: none;
}



.widget_search .search-form-input {
	width: 75% !important;
	padding: 10px 15px 10px 15px;
	height: auto;
	border-radius: 4px;
	font-size: 16px;
}

.widget_search  button {
	width: 23% !important;
	float: right;
	height: 41px;
	border-radius: 4px;
}













#sticky-mobile-tools {

	transition: 0.5s ease;

    display: none;
	background: #f6f6f6;

	padding: 0.75em;

	border-top: solid 1px #fefefe;

	position: fixed;
    left: 0;
    bottom: 0;

	height: auto;
    width: 100%;
    z-index: 999;

	-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.05);


}





#sticky-mobile-tools .links {

    overflow: hidden;
    font-size: 15px;
    line-height: 19px;
    width: 100%;
}

#sticky-mobile-tools .links ul {
	margin: 0;
	text-align: center;
}


#sticky-mobile-tools .links li {
    padding: 0px;
    display: inline-block;
    max-width: 80%;
    width: 100%;
}


#sticky-mobile-tools .links li span {
	white-space: nowrap;
}





#sticky-mobile-tools .links li:after {
	display: none;
}

#sticky-mobile-tools .links a {
	display: block;
	color: #fff;
	background-color: rgb(232, 142, 19);
	border-radius: 4px;
	padding: 13px 35px 15px 56px;
	position: relative;
	float: left;
	width: 100%;

}

#sticky-mobile-tools .links a:hover {
	background-color: #cf8026;
}

#sticky-mobile-tools .links a:after {
	position: absolute;
	top: 50%;
	right: 21px;
	font-size: 15px;
	margin: -8px 0 0;
}

#sticky-mobile-tools .links a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 21px;
	margin: -12px 0 0;
	background: url(images/sprite.png) no-repeat;
}

#sticky-mobile-tools .links a.btn-request:before {
	width: 21px;
	height: 25px;
}

#sticky-mobile-tools .links a.btn-ask {
	margin-right: 1%;
	border: none;
	text-align: left;
}



#sticky-mobile-tools .links a.btn-ask:before {
	width: 20px;
	height: 24px;
	left: 20px;
	background-position: -24px 0;
}

#sticky-mobile-tools .links a.btn-phone {
	background: #ffffff;
	border: solid 1px #64b146;
	color: #64b146;
	text-align: left;
}





#sticky-mobile-tools .links a.btn-phone:hover {
	background: #ffffff;
	border: solid 1px #2e7e0f;
	color: #2e7e0f;
	text-align: left;
}

#sticky-mobile-tools .links a.btn-phone:before {
	width: 24px;
	height: 24px;
	left: 20px;
	background-position: 0px -25px;
}

#sticky-mobile-tools .links a.btn-phone:hover:before {
	background-position: -24px -25px;
}


#jp-relatedposts h3.jp-relatedposts-headline em:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
	border-top: none !important;
    margin-bottom: 1em;
}

.jp-relatedposts-headline {
	display: none;
}



.jp-relatedposts-post img.jp-relatedposts-post-img {
    padding-bottom: 1em;
}



.beger-womo_badges {
	padding-bottom: 1.5em;
}

.beger-womo_badges span {

}

.beger-womo_badges span img {
	width: 33%;
	padding: 1%;
	height: auto;
}

body.body-class-page-template-template-contact a.btn-request {
	display: none !important;
}

body.body-class-page-template-template-contact #sidebar .links li {
    padding: 0 0 6px;
}


#secondary {
	background-color: #000;
	color: #fff;
	height: 20px;

	display: none;

}


div.footer-psl {

	float: right;
	padding-top: 15px;
	font-style: italic;
	clear: both;

}


@media only screen and (max-width: 767px) {

	div.footer-psl {
		padding-top: 35px;
		float: left;
		text-align: left !important;
	}

}

/* .body-class-page-id-5235 #text-5 {
	display: none !important;
} */