/*
Theme Name: Less Lawyer Theme
Theme URI: http://www.nybbletech.com
Description: Total Marketing Theme
Version: 1.01
Author: Nybbletech
Tags: Total Marketing, SEO, websites, Nybbletech
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Lato:400,300,700);

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #5b606c;
}

ol, ul {
	margin-left: 19px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	font-weight: 600;
	color: #ef2271;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #f43c83;
	transition-duration: .2s;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 15px 0;
	color: #A51D4B;
	font-family: 'Lato', sans-serif;
}

.banner
{
	background:url('http://demo.totalmarketingaustralia.com.au/leeslaw/testsite/wp-content/themes/less-lawyer/images/banner_new_aug_c.jpg') no-repeat center top;
background-size: cover;
	height:323px;
}


.contact-banner
{
	background:url('images/contact_banner_d.jpg') no-repeat center top;
background-size: cover;
	height:323px;
}

ul.privacy{
  margin: 0;
  padding: 0;
  list-style: none;
  }

ul.privacy li ul{
  padding: 0 10px;
  }

.top-numbers a{
color:#fff;
font-weight:normal;
}

@media (min-width: 1200px) {
	.container {
		width: 1030px;
	}
}

.site-header {
	background: #a61d4b;
	border-bottom: 1px solid #bd5578;
}

.logo {
	margin-top: -5px;
}

.nav>li>a {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 20px;
  	margin-top: 44px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  	transition:         all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	font-weight: 300;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: transparent;
	color: #A61D4B !important;
}

.nav>li>a:before {
	content: " ";
	height: 100%;
	width: 100%;
	position: absolute;
	background: #000;
	top: -100px;
	left: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.current-menu-item>a, .current-menu-item>a:hover, .current-menu-item>a:focus {
	background: #FFFFFF !important;
     	color: #A61D4B !important;
}

.current-menu-item a:before {
	content: none !important;
}

.nav>li>a:hover::before, .nav>li>a:focus::before {
	background: #FFFFFF;
	top: 0;
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown-menu {
	opacity: 0;
	display: block;
	min-width: 230px;
	background: #560C23;
	border: none;
	border-radius: 0;
	padding: 0;
	top: 200px;
	z-index: -999;
	box-shadow: none;
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	top: 100%;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 9999;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.dropdown-menu li a {
	color: #fff;
	font-size: 16px;
	padding: 12px 17px;
	border-bottom: 1px solid rgba(166, 29, 75, 0.3);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: #a61d4b;
	color: #fff;
}

h1 {
	font-size: 30px;
	margin-top: 5px;
}

h2 {
	font-size: 20px;
	font-weight: 900;
	margin: 20px 0;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 17px;
}


.intro-text {
	font-size: 19px;
}

hr {
	border-top: 1px solid #5B606C;
	margin-bottom: 0;
}

.highlight-heading {
	margin-top: 4px;
}

.highlight-heading span {
	background: #a61d4b;
	color: #fff;
	font-size: 22px;
	padding: 5px 26px;
	border-radius: 1px;
}

.services div {
	/*margin: 25px 0;*/
}

.service-img {
	float: left;
	margin-bottom: 110px;
	margin-right: 15px;
	margin-top: 4px;
}

.services h4 {
	margin-bottom: 5px;
}

.services a {
	display: block;
  margin-top: 5px;
}

.services small {
 	color: #79606C;
}

.note {
	font-weight: 600;
	color: #aa1c4c;
}

.testimonial {
	text-align: center;
	font-size: 22px;
	max-width: 800px;
	color: #A51D4B;
	margin: 0 auto;
}

section {
	padding: 20px 0;
}

.site-footer {
	font-size: 14px;
	background: #a61d4b;
	padding: 28px 0;
}

.site-footer h6 {
	margin-bottom: 0;
}

.site-footer * {
	color: #fff;
}

.lato {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
}

strong {
	font-weight: 900;
}

.site-footer a {
	font-weight: normal;
}

.footer-logo {
	margin-top: 50px;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-menu {
	display: none;
}

.menu-button {
	z-index: 9;
	position: absolute;
	right: 23px;
	top: 20px;
	transition-duration: .1s;
}

.menu-button.active {
	top: 30px;
	
}

.menu-button img {
	display: block;
	margin-bottom: 8px;
	transition-duration: .3s;
}


.menu-button #second-line {
	transition-duration: .6s;
	opacity: 1;
}

.menu-button.active #first-line {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition-duration: .1s;
}

.menu-button.active #second-line {
	opacity: 0;
	transition-duration: 0.1s;
}

.menu-button.active #third-line {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	transition-duration: .1s;
	margin-top: -22px;
}

.menu-button-bg {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 71px;
	background: #560c23;
}

.inner-page-strip {
	background: #561126;
	height: 44px;
}




.navbar-nav .sub-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	text-align:left;
	list-style:none;
	background-color:#F4F4F4;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175)
}


.navbar-nav .sub-menu {
	opacity: 0;
	display: block;
	min-width: 230px;
	background: #F4F4F4;
	border: none;
	border-radius: 0;
	padding: 0;
	top: 102px;
	z-index: -999;
	box-shadow: none;
}

.navbar-nav .sub-menu:hover .sub-menu {
	opacity: 1;
	top: 100%;
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition:         all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 9999;
}

.navbar-right .sub-menu {
	right: auto;
	left: 0;
}

.navbar-nav .sub-menu li a {
	color: #a61d4b;
	font-size: 16px;
	padding: 12px 17px;
	border-bottom: 1px solid rgba(166, 29, 75, 0.3); display:block;
}

.navbar-nav .sub-menu>li>a:hover, .navbar-nav .sub-menu>li>a:focus {
	background: #a61d4b;
	color: #fff;
}

	.site-footer .col-xs-6:nth-child(3) {
		/*margin-left: -36px;*/
	}

.flexnav ul {
	padding: 0;
  margin: 0;
}

.view-map {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 5px 8px;
    width: auto;
    height: auto;
    left: 15%;
    bottom: 0;
}

.view-map .btn-map {
    font-size: 18px;
    padding-top: 0px;
    color: #fff;
}


@media (max-width: 991px) {
	.hidden-mobile {
		display: none;
	}

	.services div {
		margin: 15px 0;
	}

	.mobile-menu {
		display: block;
	}

	.logo {
		width: 190px;
		margin: 15px 0;
	}

	.site-header {
		border: none;
	}

	.site-footer div {
		min-height: 150px;
	}

	.intro-text {
		font-size: 15px;
	}

	body {
		font-size: 14px;
	}

	.menu-button-bg {
		display: block;
	}
}

@media (max-width: 767px) {

  .top-numbers{
    text-align: center !important;
  }
  
.top-fax  {
  display: none;
  }
  
	.services div {
		min-height: 170px;
	}

	.site-footer {
		padding: 10px 0;
		font-size: 12px;
	}

	.testimonial {
		font-size: 18px;
	}

	.logo {
		width: 170px;
		margin: 15px 0;
	}

	
}

/* Copy it*/

#sidebar-wrap2 ul {
	list-style: none;
	font-size: 12px;
	margin:0;
	padding:0;
}

#sidebar-wrap2 ul li
{
	padding:10px;
	border:1px solid #ccc;
	border-radius:10px;
	margin:10px 0;
}

#sidebar-wrap2 ul li li
{
	border:none;
	margin:0;
	padding:0;
}

.coment_tracback{
	list-style:none; padding:0; margin:0;}
.coment_tracback li{float:left; padding-right:10px;}
.coment_tracback li a{ font-size:18px;color:#a4c10b;}

#tab-1 ol{list-style:none;}
.details {font-size:12px;}
.details span{font-size:12px;}

#submitbox a{font-size:16px;color:#a4c10b; padding:5px 0px;}
.small{font-size:12px;}
.coment_unknown{font-size:12px;}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
.comment-list {
	max-width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 24px 0;
	position: relative;
	clear: both;
}
.comment-author {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-list .comment {
	float: none;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79% !important;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	background-color: #F6F6F6;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 0 10px 10px;
}
.comment-meta {
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 10px 10px 0px;
	border-bottom: none;
}
.comment p {
	padding: 10px;
	padding-left: 10px;
	background-color: #F6F6F6;
	width: 79%;
	float: right;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom: none;
}
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
	float: right;
	width: 79%;
	background-color: #F6F6F6;
	border: 1px solid #DDDDDD;
	padding: 0px 10PX;
	border-bottom: none;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */
.comment-respond {
	background-color: #F6F6F6;
	padding: 30px 0;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
}
.comment-form textarea {
	
	background-color: white;
	border: #ccc 1px solid;
	border-radius: 3px;
background-color: #F7F7F7;
border: 1px solid #D8D8D8;
border-radius: 3px 3px 0 0;
box-shadow: 0 0 10px #D8D8D8 inset;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
	display:none;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
.form-submit {
	width: 143px;
	height: 40px;
	background: none;
	background: #ff5001;
	border: none;
	cursor: pointer;
	margin-top: 7px;
	margin-right: 10px;
	text-align:center;
}
#comments {
	padding: 20px 15px;
	background: #F6F6F6;
	border: 1px solid #E0E4CC;
	margin-bottom: 10px;
}
#commentform label {
	float: left;
	width: 100px;
}
#commentform input {
	background-color: #F7F7F7;
	border: 1px solid #D8D8D8;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 0 10px #D8D8D8 inset;
	width: auto;
	outline: medium none;
	position: relative;
	height: 26px;
	color:#fff;
}
#recaptcha_widget_div {
	margin-top: -70px;
}
.form-submit input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat;
	cursor: pointer;
}
#recaptcha-submit-btn-area input {
	border: none !IMPORTANT;
	background: none !IMPORTANT;
	color: transparent;
	background-color: none !IMPORTANT;
	box-shadow: none !important;
	background: url(http://www.wentworthpeople.com.au/wp-content/uploads/2013/08/btn_post.png) no-repeat !important;
	cursor: pointer;
	margin-top: 10px;
}
.recaptchatable #recaptcha_response_field {
	height: 15px !important;
}
.recaptcha-error {
	font-size: 1.0em !important;
	position: absolute !important;
	margin-left: 330px;
	bottom: 150px;
	color: red;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #ccc;
}


 .login {

position: relative;

width: 360px;

background: #258e32;

border-radius: 10px;

color: #fff;

padding: 20px !important;

margin:0 auto;

}



.login p

{

	padding:10px 0;

}

.login a {

	color: #fff;

}

.login .insider {

	position: relative;

	padding: 24px;

}

.login_bot {

	position: relative;

	width: 393px;

	height: 15px;

	background: url(images/login_bg_bottom.png) no-repeat;

}

.login label {

	margin:3px 0;

}



#loginform input[type="text"], #loginform input[type="password"], #loginform input[type="submit"]

{

	width:100%;

}



.tml-action-links, .tml-action-links li { padding:0; list-style:none; }

.tml-user-avatar
{
	float:left;
	margin:0 30px 0 0;
}

.tml-user-links
{
	margin:0 30px 0 0;
}

.gap-50 {
margin: 50px 0;
}

.clear {
clear: both;
}

section ul li {
line-height: 2;
}

p {
margin-bottom: 20px;
}

.lawyer-name {
box-shadow: 0 1px 0 #e8c7d2;
font-size: 31px;
border-bottom: 1px solid #d38da5;
padding-bottom: 6px;
margin-bottom: 10px;
}

.lawyers-container, .lawyers-container p {
font-size: 14px;
line-height: 1.2;
}

.code_img {position: relative;float: left;width: 80px;height: 42px;margin-top: 8px;border: 1px solid #cccccc;
    border-radius: 4px 0 0 4px;padding-top: 10px;border-right: transparent;padding-left: 7px;}

.quote_txtbx_code {position: relative;width: 210px;float: left;background-color:transparent;height: 42px;margin: 8px 15px 13px 0;
    border: 1px solid #cccccc;border-radius: 0 4px 4px 0px;}

.quote_txtfield_code {position: relative;height: 37px;font-size: 14px;line-height: 22px;width: 200px;padding-left: 10px;
    margin-left: 0px;border: none;background-color: transparent;}

.quote_txtfield_code:focus , input, textarea{
border-color: #66afe9;
    box-shadow: none !important;
    transition-duration: .1s;
    transform: none !important;
}

textarea {
resize: none;
}

.each-service-box {
	margin-bottom: 10px;
}






.logo img {
	  height: auto !important;
}

img.pull-right {
	margin-left: 10px;
}

.top-numbers {
	text-align: right;
  	color: #fff;
  	font-size: 16px;
	padding-top: 5px;
}

.top-numbers span:first-child {
	margin-right: 20px;
}

.each-service-box h2 a {
	  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
height: 100%;
color: #fff;
  padding-top: 79px;
  text-shadow: -1px 1px 1px #000;
}

.each-service-box img {
	width: 100%;
	border: 2px solid #A61D4B;
}
.each-service-box {
	position: relative;
}

.each-service-box:before {
	  content: ' ';
  background: rgba(0, 0, 0, 0.35);
  width: 91%;
  height: 88%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
transition-duration: .3s;
  margin: 0 auto;
}

.each-service-box:hover:before {
background: rgba(86, 17, 38, 0.95);
}

.services a {
	display: block;
}

p.right {
	display: none;
}

.site-footer ul a,
.site-footer ul .current-menu-item>a, 
.site-footer ul .current-menu-item>a:hover, 
.site-footer ul .current-menu-item>a:focus {
	background: transparent !important;
	color: #fff !important;
}

.each-slide {
	  background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
    height: 323px;
}

.slide-5 {
	background-image: url('http://www.leeslawyers.com.au/wp-content/uploads/2016/11/banner_new-1.jpg');
}

.slide-4 {
	background-image: url('http://www.leeslawyers.com.au/wp-content/uploads/2016/11/banner_new-2.jpg');

}

.slide-3 {
	background-image: url('http://www.leeslawyers.com.au/wp-content/uploads/2016/11/banner_new-3.jpg');
}

.slide-2 {
	background-image: url('http://www.leeslawyers.com.au/wp-content/uploads/2016/11/banner_new-4.jpg');
}

.slide-1 {
	background-image: url('http://www.leeslawyers.com.au/wp-content/themes/less-lawyer/images/banner_new_aug_5.jpg');
}

.owl-controls {
	  position: absolute;
    right: 30px;
    bottom: 15px;
}

@media (max-width: 991px) {
	.each-slide {
  	height: 223px;
  }
}

.size-full {
	width: 100%;
}

.lees-links li p{
	line-height: 22px;
	font-size: 14px;
}