/*
Theme Name: Business for Lawyers
*/ 

body {
	background: #FFF;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
}
* {
	-webkit-font-smoothing: antialiased;
	transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-webkit-transition: color .1s ease-in;
	transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-webkit-transition: background .1s ease-in;
	box-sizing: border-box;
}
a {
	color: #000;
}
a:hover {
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
hr {
	height: 1px;
	float: left;
	width: 100%;
	background: #6d777e;
	margin: 20px 0 50px;
}
blockquote {
    float: left;
    clear: both;
	margin:0 0 40px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	border-radius: 4px;
	padding: 6px 4px;
	font-size: 15px;
}
input[type="submit"] {
	background: #c95c29;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 12px 20px;
	border: 0px;
	font-size: 20px;
	font-family: inherit;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out;
}
input[type="submit"]:hover {
	background: #661e1b;
}
.alignleft {
	float: left;
	margin: 0 40px 30px 10px;
}
.alignright {
	float: right;
	margin: 0 10px 40px 30px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
.container {
	max-width: 1170px;
	width: 100%;
}
#page-content .textaligncenter {
	text-align:center;	
}

@media (max-width: 999px) {
body {
	padding-right: 0px;
	padding-left: 0px;
}
.container {
	width: 100%;
}
}
/* header */

#masthead {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0;
	background: #FFF;
	z-index: 2;
}
#header-branding {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}
#logo {
	width: auto;
	margin: 10px auto 20px;
	display: block;
}

/* home header */

.home #masthead {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0;
	background: none;
	z-index: 2;
}
.home #header-branding {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}
.home #logo {
	width: 27%;
	margin: 10px auto 20px;
	display: block;
	float:left;
}

/* header info */

#header-top {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #a7a7a7;
}
.home #header-top {
	background: #FFF;	
}
#header-phone {
	float: left;
    margin: 1px 0 0 0;
    background: url(images/header-phone.png) center left no-repeat;
    padding: 0 0 0 30px;
}
#header-phone p {
	color: #FFF;
	font-size: 33px;
	text-align: right;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
}
#header-social {
	float: right;
}
#header-social > img {
	float: left;
	margin: 6px 10px 0 0;
}
#header-social a {
	float: right;
	margin: 0 0 0 4px;
}
#social-icons {
	float: left;
	margin: 0;
}
#header-phone-mobile {
	display: none;
}

@media (max-width: 999px) {
#logo {
	margin: 0 auto 20px;
	float: none;
	width: auto;
	display: block;
	max-width: 90%;
}
#header-top {
	display: none;
}
#header-phone-mobile {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	background: #a7a7a7;
	color: #FFF;
	font-size: 20px;
}
#header-phone-mobile p {
	margin: 0;
	font-size: 22px;
}
}

/* home header info */

.home #header-top {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background: #FFF;
}
.home #header-phone {
	float: left;
    margin: 1px 0 0 0;
    background: url(images/header-phone-home.png) center left no-repeat;
    padding: 0 0 0 30px;
}
.home #header-phone p {
	color: #a7a7a7;
	font-size: 33px;
	text-align: right;
	margin: 0;
	line-height: 1;
	font-weight:300;
	box-sizing: border-box;
}
.home #header-social {
	float: right;
}
.home #header-social > img {
	float: left;
	margin: 6px 10px 0 0;
}
.home #header-social a {
	float: right;
	margin: 0 0 0 4px;
}
.home #social-icons {
	float: left;
	margin: 0;
}
.home #header-phone-mobile {
	display: none;
}

@media (max-width: 999px) {
.home #logo {
	margin: 0 auto 20px;
	float: none;
	width: auto;
	display: block;
	max-width: 90%;
}
.home #header-top {
	display: none;
}
.home #header-phone-mobile {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	background: #a7a7a7;
	color: #FFF;
	font-size: 20px;
}
.home #header-phone-mobile p {
	margin: 0;
	font-size: 22px;
}
}

/* main nav */

#main-nav {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
}
.home #main-nav {
	width:auto;
	clear:none;	
	float:right;
	margin: 20px 0 0 0;
}
#main-nav ul {
	float: left;
	width: 100%;
	background: #000000;
	text-align: center;
	height: 90px;
}
.home #main-nav ul {
	background:none;
	height: 70px;
    margin: 0;
}
#main-nav li {
	float: left;
	clear: none;
	display: inline-block;
	font-size: 24px;
	padding: 0;
	margin: 0;
	background: transparent;
	position: relative;
}
#main-nav li:hover > a {
	background: #878786;
}
.home #main-nav li:hover > a {
	background:none;	
}
#main-nav li a {
	float: left;
    clear: none;
    padding: 33px 52px;
    font-size: 24px;
    color: #FFF;
    line-height: 1;
    font-weight: 400;
	transition: background 0s ease-in;
	-moz-transition: background 0s ease-in;
	-webkit-transition: background 0s ease-in;
}
.home #main-nav li a {
	padding: 26px 25px 26px;
	font-weight:400;
	letter-spacing: 0.25px;
	color: #000;
    font-size: 16px;
}
#main-nav li.two-line a {
	padding: 21px 52px;
}
.home #main-nav > div > div > ul > li.two-line > a {
	padding: 20px 25px;	
}
#main-nav li:hover > a {
}
#main-nav > div > ul > li:hover > a {
	text-decoration: none;
	background: none;
	color: #1d2056;
}
#main-nav li:last-child a {
	border-right: 0px;
	padding: 33px 67px 33px 52px;
}
.home #main-nav > div > div > ul > li:last-child > a {
	padding: 26px 25px;	
}
#main-nav > div > ul > .current_page_item > a {
	color: #1d2056;
	border-right: 1px solid #1d2056;
}
#main-nav li:hover > ul {
	display: block;
}
#main-nav li.menu-item-has-children > a {
	padding: 21px 65px 21px 50px;
	background: url(images/nav-arrow.png) 85% center no-repeat;
}
.home #main-nav  > div > div > ul > li.menu-item-has-children > a {
	padding: 20px 40px 20px 25px;	
}
#main-nav li.menu-item-has-children:hover > a {
	background: #878786 url(images/nav-arrow-on.png) 85% center no-repeat;
	color: #FFF;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	z-index: 999;
	height: auto;
	width: 245px;
	padding: 0;
}
#main-nav .sub-menu .sub-menu {
	left: 100%;
	top: 0px;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px;
}
#main-nav .sub-menu li a {
	text-decoration: none;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    background: #FFF;
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}
.home #main-nav .sub-menu li a { 
	font-size: 16px;
}
#main-nav .sub-menu li a:hover {
	text-decoration: none;
	background: #878786;
	color: #FFF;
}
#main-nav .sub-menu li:last-child a {
}
#main-nav .sub-menu li.menu-item-has-children > a {
	background: #FFF url(images/subnav-arrow.png) 96% center no-repeat;
}
#main-nav .sub-menu li.menu-item-has-children:hover > a {
	background: #878786 url(images/subnav-arrow-on.png) 96% center no-repeat;
	color: #FFF;
}

@media (max-width: 999px) {
.navbar-inverse .navbar-inner {
	background-image: none;
	filter: none;
	border: 0px;
	border-radius: 0;
	padding-left: 5px;
	padding-right: 5px;
	background: #000;
}
.navbar .btn-navbar {
	padding: 7px 10px;
	margin: 10px 10px;
}
.navbar-inverse .btn-navbar {
	color: #FFF;
	text-shadow: none;
	background-color: #333;
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	border: 0px;
	border-radius: 0px;
}
.navbar-inverse .btn-navbar:hover {
	color: #FFF;
	text-shadow: none;
	background-color: #444;
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
	border: 0px;
	border-radius: 0px;
}
.navbar-inverse .brand {
	color: #FFF;
	text-shadow: none;
	font-weight: bold;
}
.navbar-inverse .brand:hover {
	color: #FFF;
	text-shadow: none;
}
.navbar .brand {
	padding-left: 30px;
	padding-right: 10px;
	margin: 0 0 0 -5px;
}
.navbar-inverse .nav > li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
}
.navbar-inverse .nav > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 16px;
	border-radius: 0px;
}
.navbar-inverse .nav > li > a:hover {
	color: #FFF;
	text-shadow: none;
	text-decoration: none;
	background: #0d0f30;
	border-radius: 0px;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	width: 100%;
	color: #FFF;
}
.navbar-inverse .nav-collapse .nav > li > a br {
	display:none;	
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	padding: 6px 4%;
	width: 89%;
}
.nav-collapse .nav {
	padding-bottom: 6px;
	width: 100%;
}
.nav-collapse .nav > li {
	float: none;
	padding: 0 12px;
}
.navbar-inverse .sub-menu {
	padding: 3px 2% 3px 0;
	width: 100%;
	float: left;
	clear: both;
}
.navbar-inverse .sub-menu li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 16px;
	padding: 8px 2% 8px 10%;
	width: 100%;
	float: left;
	clear: both;
	font-weight: bold;
}
.navbar-inverse .sub-menu li > a:hover {
	text-decoration: none;
	background: #333;
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background: #333;
}
}
/* mobile nav */

#mobile-nav {
	float: left;
	width: 100%;
	margin: 0;
}
/* main */

#main {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
/* banner */

#banner {
	float: left;
	clear: both;
	width: 100%;
	background: #005724;
}
#banner > img {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
}
/* home content */

.home #banner {
	background: url(images/banner-home.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	margin:-128px 0 0 0;
}
.home #banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(images/home-banner.jpg) no-repeat;
	background-size: cover;
	z-index: 999;
}
.home #banner .container {
	padding: 0;
	position: relative;
	z-index: 9999;
	height: 680px;
}
.home #banner h1 {
	color: #FFF;
	background: #00742f;
	font-size: 50px;
	line-height: 54px;
	margin: 0;
	padding: 12px 20px 18px;
	float: left;
	clear: both;
	width: auto;
	text-align: left;
	font-weight: 300;
	border-left: 18px solid #1a2852;
}
.home #banner .button:hover {
	text-decoration: none;
	background: #64727b;
}
.home #banner-signup {
	background:#dfdfe0;
	padding:12px;
	position:absolute;
	bottom:0px;
	left:50%;
	max-width:780px;
	margin:0 0 0 -390px;
	height:auto;
	padding:30px 20px;
	text-align:center;
}
.home #banner-signup h1 {
	font-size:40px;
	text-align:center;
	line-height:1;
	color:#000;
	margin:0 0 25px;
	background: none;
    border: 0px;
    box-shadow: none !important;
	font-weight:600;
	padding:0;
}
.home #banner-signup h1 strong {
	font-size:23px;	
}
.home #banner-signup .chimpy-reset {
	background: none;
    box-shadow: none;
}
.home #banner .sky-form {
	float: left;
    width: 100%;
	box-shadow: none !important;
}
.home #banner div.chimpy_status_underlay {
    background: #0000;
}
.home #banner .sky-form header {
	display:none;	
}
.home #banner .sky-form fieldset {
    display: block;
    padding: 0;
    border: none;
    background: none !important;
}
.home #banner div.chimpy_status_underlay {
    background: transparent !important;
	float: left;
    width: 77%;
    margin: 0 3% 0 0;
}
.home #banner .sky-form section {
    margin-bottom: 15px;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
	display:none;
}
.home #banner .sky-form section:first-child {
	display:block;
}
.home #banner .sky-form section input[type="text" ] {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    padding: 0 20px;
}
.home #banner .sky-form footer {
    display: block;
    padding: 0;
    border-top: 0px;
    background: transparent;
	float:right;
	width:20%;
}
.home #banner .button {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    background: #00742f;
	position:relative;
	text-align:center;
	height:44px;
	line-height:44px;
	border-radius:3px;
	font-family:inherit;
	padding:0;
}
.home #banner .button:hover {
	background:#004f20;	
}
.home #banner .button:before {
	content:'Sign Up';
	color:#FFF;
	text-transform:uppercase;
	font-size:22px;
	font-weight:300;
}

@media (max-width: 999px) {
.home #banner .container {
	padding: 240px 0 40px;
}
.home #banner h1 {
	font-size: 36px;
	line-height: 1.4;
}
.home #banner h1 br {
	display: none;
}
}
@media (max-width: 999px) {
..sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
	display:none !important;	
}
.home #banner {
    margin: -170px 0 0 0;
}
.home #banner-signup {
		margin:0;
		left:auto;
		max-width:100%;
}
}

/* home features */

.features {
	float: left;
	width: 100%;
}
.feature {
	float: left;
	width: 31.3%;
	margin: 0 1% 36px;
}
.feature img {
	margin: 0 auto 20px;
	display: block;
}
#page-content .feature h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 26px;
	line-height: 1;
}
#page-content .feature p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	height: 80px;
}
#page-content .feature .button {
	float: left;
	width: 100%;
	background: #ff6801;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	font-weight: 800;
}
#page-content .feature .button:hover {
	background:#d55600;
}

@media (max-width: 999px) {
.feature {
	width: 100% !important;
	margin: 0 0 40px !important;
	padding:0 20px !important;
}
.feature .button {
}
}
/* testimonial */

#testimonial {
	float: left;
	width: 100%;
	clear: both;
	background: #e3edef;
	padding: 50px 2.5%;
	box-sizing: border-box;
}
#page-content #testimonial h2 {
	color:#1d2056;
	text-align:center;
	float: left;
	width: 100%;
	clear: both;
	margin:0 0 60px;
	font-size:40px;
}
#testimonials-slider {
	float: left;
	width: 100%;
	clear: both;
}
#page-content #testimonials-slider ul {
	padding:0 !important;
	margin: 0 !important	
}
#page-content #testimonials-slider li {
	float: left;
	width: 100%;
	clear: both;
	list-style:none;
	margin:0;
}
#testimonial img {
	float: left;
	width: 20%;
	margin: 0 3% 0 0;
}
#testimonial-text {
	float: left;
	width: 77%;
	font-size: 22px;
	line-height: 35px;
	color: #000;
}
#testimonial-text .quote {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	color: #000;
	border-left: 0px;
	padding-left: 0px;
	margin: 0 0 30px;
}
#testimonial-text .quote-big {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	color: #00742f;
	border-left: 0px;
	padding-left: 0px;
	margin: 0 0 30px;
	font-style: oblique;
	text-align: center;
}
#testimonial-text .quote-source {
	margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 20px;
    float: none;
    width: auto;
    display: table;
    padding: 0 115px 0 0;
    background: url(images/slider-stars.png) center right no-repeat;
}

@media (max-width: 999px) {
#testimonial {
	padding: 40px 5%;
}
#testimonial img {
	float: none;
	width: auto;
	margin: 0 auto 30px;
	display: block;
}
#testimonial-text {
	float: left;
	width: 100%;
}
#testimonial-text .quote {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 30px;
}
#testimonial-text .quote-big {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 30px;
	text-align: center;
}
}
/* home bottom */

#home-bottom {
	float: left;
	width: 100%;
	padding: 50px 0 30px;
}
#home-bottom .col {
	float: left;
	width: 31.3%;
	margin: 0 2.5% 0 0;
}
#page-content #home-col1 .title {
	color: #00742f;
	text-transform: uppercase;
	font-size: 28px;
	line-height:1.3;
	font-weight: 700;
	padding: 0 0 0 50px;
	background: url(images/icon-blog.png) top left no-repeat;
}
#home-col1 .posts {
	min-height: 496px;
}
#home-col1 .post {
	padding: 0 0 26px;
	margin: 0 0 26px;
	border-bottom: 1px solid #000;
}
#home-col1 .post:last-child {
	border-bottom: 0px;
	margin: 0px;
}
#home-col1 .post .post-date {
	font-weight: 700;
	border-left: 3px solid #000;
	font-size: 22px;
	line-height: 1;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
#page-content #home-col1 .post-title {
	color: #1d2056;
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
    font-size: 25px;
}
#page-content #home-col1 .post-title a {
	color: #1d2056;
	text-decoration: none;
}
#home-col1 .post p {
	margin: 0;
	height: 88px;
	overflow: hidden;
	line-height: 30px;
}
#page-content #home-col1 .button {
	width: 100%;
	float: left;
	text-decoration: none;
	background: #00742f;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: 300;
}
#page-content #home-col1 .button:hover {
background: #005623;}
#home-col2 .title {
	color: #00742f;
	text-transform: uppercase;
	font-size: 28px;
	line-height:1.1;
	font-weight: 700;
	padding: 0 0 0 50px;
	background: url(images/icon-courses.png) top left no-repeat;
}
#home-col2 .content {
	float: left;
    width: 100%;
    background: #cdcdcd;
    padding: 25px 20px 0;
    min-height: 472px;
}
#home-col2 .content h4 {
	font-size: 30px;
    color: #1d2056;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
}
#home-col2 .content p {
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 30px;
	text-align: center;
}
#page-content #home-col2 .button {
	width: 100%;
	float: left;
	text-decoration: none;
	background: #3e417f;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: 300;
}
#page-content #home-col2 .button:hover {
	background:#1f2259;
}
#home-bottom #home-col3 {
	margin: 0;
}
#home-col3 .title {
	color: #00742f;
	text-transform: uppercase;
	font-size: 28px;
	line-height:1.3;
	font-weight: 700;
	padding: 0 0 0 50px;
	background: url(images/icon-ebooks.png) top left no-repeat;
}
#home-col3 .ebooks {
}
#home-col3 .ebook {
	float: left;
	width: 100%;
	height: 165px;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #6d6d6f;
}
#home-col3 .ebook:last-child {
	border-bottom: 0px;
}
#home-col3 .ebook span {
	color: #c95c29;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#home-col3 .ebook h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
#page-content #home-col3 .button {
	width: 100%;
	float: left;
	text-decoration: none;
	background: #00742f;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	font-weight: 300;
}
#page-content #home-col3 .button:hover {
	background: #005623;
}

@media (max-width: 999px) {
#home-bottom .col {
	width: 100%;
	margin: 0 0 40px;
}
}

/* home top */

#home-top {
	padding: 20px 40px 60px;
}
#page-content #home-top .col-left {
	width:66%;
	margin:0 4% 0 0;
}
#page-content #home-top .col-right {
	width:30%;
	margin:0;
}
#page-content #home-top h2 {
	text-align: left;
    margin: 0 0 70px;
    color: #000;
    font-size: 56px;
	line-height:1.2;
}
#page-content #home-top p {
	font-size: 25px;
    line-height: 35px;
}
#page-content #home-top a {
    color: #00742f;
    text-decoration: underline;
}
#page-content #home-top .button {
    float: none;
    display: table;
    background: #00742f;
    color: #FFF;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
#page-content #page-top .button:hover {
	background:#004d1f;	
}
@media(max-width:999px) {
	#page-content #home-top h2 {
		text-align: center;
		margin: 0 0 50px;
		font-size: 40px;
		line-height: 1.1;
		padding: 0 20px;
	}
}

/* home features */

#home-features {
	float: left;
	clear: both;
	width: 100%;
	background: #e1600a;
    padding: 80px 20px 20px;
}
#page-content #home-features h2 {
	float: left;
	clear: both;
	width: 100%;
	font-size:40px;
	text-align:center;
	margin: 0 0 80px;
	line-height:1;
	color: #FFF;
}
#home-features .feature {
	float: left;
	width: 31.3%;
	margin: 0 1% 80px;
}
#page-content #home-features .feature h3 {
	color:#FFF;	
}
#page-content #home-features .feature p {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    height: 75px;
    color: #FFF;
    margin: 0 auto 10px;
    max-width: 400px;
    float: none;
    display: block;
}
#page-content #home-features .feature .button {
    float: left;
    width: 100%;
    background: none;
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    border-radius: 0px;
    font-weight: 600;
    font-style: oblique;
}

/* page content */

#page-content {
	float: left;
	clear: both;
	width: 100%;
	padding: 48px 0;
	color: #0c0c2e;
	font-size: 22px;
	line-height: 35px;
}
.home #page-content {
	padding:48px 0 0;	
}
#page-content .button {
	float: left;
	width: 100%;
	background: #ff6801;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	font-weight: 800;
}
.col-left {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.col-right {
	float: left;
	width: 48%;
	margin: 0;
}
.col-left img, .col-right img {
	margin: 0 auto 40px;
	display: block
}
#page-content ul.features {
	background: #ebebeb;
	padding: 30px 20px 10px 20px;
	box-sizing: border-box;
	width: 100%;
}
#page-content ul.features li {
	color: #1d2056;
	font-size: 22px;
	margin: 0 0 20px;
	background: url(images/arrow.png) 0px 4px no-repeat;
	padding: 0 0 0 25px;
	width: 100%;
	box-sizing: border-box;
}
#page-content ul.features li span {
	color: #1d2056;
}
#primary {
	float: left;
	width: 68%;
	margin: 0 5% 30px 0;
}
#secondary {
	float: left;
	width: 27%;
	margin: 0 0 30px;
}
#page-content p {
	float: left;
	clear: both;
	width: 100%;
	color: #000;
	font-size: 23px;
	line-height: 35px;
	margin: 0 0 30px;
}
#page-content blockquote h2 {
 margin:0; 
}
#page-content blockquote p {
	color: #000;
	font-size: 23px;
	line-height: 35px;
	margin: 0;
	font-weight:normal;
}
#page-content iframe {
	display:table;
	margin:0 auto;	
}
#page-content a {
	color: #1d2056;
	text-decoration: underline;
}
#page-content > img {
	margin: 0 0 20px;
}
#page-title {
	float: left;
	clear: both;
	width: 100%;
	font-size: 36px;
	line-height: 1.4;
	margin: 0 0 24px 0;
}
#page-content h1 {
	float: left;
	clear: both;
	width: 100%;
	color: #1d2056;
	font-size: 45px;
	line-height: 1;
	margin: 0 0 50px;
	text-align: left;
	font-weight: 600;
}
#page-content h2 {
	float: left;
	clear: both;
	width: 100%;
	color: #00742f;
	font-size: 30px;
	line-height: 1.4;
	margin: 0 0 40px;
	text-align: left;
	font-weight: 600;
}
#page-content h3 {
	float: left;
	clear: both;
	width: 100%;
	color: #1d2056;
	font-size: 30px;
	line-height: 1.4;
	margin: 0 0 40px;
	text-align: left;
	font-weight: normal;
}
#page-content h4 {
	float: left;
    clear: both;
    width: 100%;
    color: #1d2056;
    font-size: 28px;
    line-height: 45px;
    margin: 0 0 30px;
    text-align: left;
    font-weight: normal;
}
#page-content h5 {
	float: left;
    clear: both;
    width: 100%;
    color: #1d2056;
    font-size: 28px;
    line-height: 45px;
    margin: 0 0 30px;
    text-align: left;
    font-weight: normal;
}
#page-content ul, #page-content ol {
	float: left;
	clear: both;
	width: 100%;
	color: #0c0c2e;
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 20px 30px;
}
#page-content li {
	float: left;
    clear: both;
    width: 100%;
    color: #0c0c2e;
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}
#page-content #primary li {
	list-style:disc;
	padding:0 0 0 5px;	
}

@media (max-width: 999px) {
#page-content {
	width: 100%;
	padding: 34px 5%;
}
#primary {
	width: 100%;
	margin: 0 0 30px;
}
#secondary {
	width: 100%;
	margin: 0 0 30px;
}
#secondary img {
	margin: 0 auto 10px;
	display: block;
}
.col-left {
	float: left;
	width: 100% !important;
	margin: 0 0 20px !important;
}
.col-right {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}
.alignleft, .alignright {
	float: none;
	margin: 0 auto 30px;
	display: block;
}
#page-content h1 {
	font-size: 35px;
}
#page-content h2 {
	font-size: 25px;
	line-height: 35px;
}
#page-content h3 {
	font-size: 20px;
	line-height: 30px;
}
#page-content p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 20px;
}
}
/* services page */

.services-features {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}
.services-features .feature {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.services-features .feature figure {
	float: left;
	width: 28%;
	margin: 0 5% 0 0;
}
#page-content .services-features .feature p {
	width: 35%;
	clear: none;
	margin: 70px 4% 0 0;
	text-align: left;
}
#page-content .services-features .feature .button {
	width: 26%;
	margin: 70px 0 0 0;
	font-size: 18px;
}

@media (max-width: 999px) {
.services-features {
}
.services-features .feature {
	margin: 0 0 40px;
}
.services-features .feature figure {
	width: 100%;
	margin: 0;
}
#page-content .services-features .feature p {
	margin: 0;
	width: 100%;
	text-align: center;
}
#page-content .services-features .feature .button {
	margin: 0;
	width: 100%;
}
}
/* courses */

.course {
	float: left;
	width: 45%;
	margin: 0 10% 0 0;
	height: 294px;
	background: #1a2852;
	color: #FFF;
}
.course {
	float: left;
	width: 45%;
	margin: 0 10% 32px 0;
	padding: 40px 10px 0;
	height: 294px;
	background: #1a2852;
	color: #FFF;
}
.course:nth-child(2n+0) {
	margin: 0 0 32px;
}
#page-content .course h3 {
	font-size: 40px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
#page-content .course p {
	color: #FFF;
	font-size: 22px;
	text-align: center;
	line-height: 1.3;
	height: 96px;
}
#page-content .course .button {
	width: 250px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	background: #c95c29;
	clear: both;
	text-transform: uppercase;
	float: none;
	border-radius: 0px;
	font-size: 28px;
}
#page-content .course .button:hover {
}

@media (max-width: 999px) {
.course {
	width: 100%;
}
#page-content .course h3 {
}
#page-content .course p {
}
#page-content .course .button {
}
#page-content .course .button:hover {
}
}
/* landing */

#landing #page-content {
	padding: 0;
}
#banner-image {
	margin: 0 0 30px;
}
#landing #page-content > img {
	margin: 0 0 40px;
}
#banner-30-minutes {
	height:378px;
	background:url(images/banner-30-minutes.jpg) top center no-repeat;
	background-size:cover;
	margin:0 0 36px;
	position:relative;
}
#banner-30-minutes h1 {
	position: absolute;
    top: 145px;
    right: 6%;
    width: 57%;
    margin: 0;
    padding: 0;
    font-size: 36px;
    text-align: center;
    line-height: 44px;
}
#banner-30-minutes h1 span {
	color: #0d651b;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    line-height: 28px;
}

@media(max-width:999px) {
	#banner-30-minutes h1 {
		position: absolute;
		top: 90px;
		right: 4%;
		width: 57%;
		margin: 0;
		padding: 0;
		font-size: 30px;
		text-align: center;
		line-height: 44px;
	}	
}

#landing #primary h2 {
	font-size: 30px;
	color: #000;
	line-height: 35px;
}
#landing #primary h2 span {
	font-size: 25px;
}
#landing #primary h3 {
	color: #1d2056;
	font-size: 24px;
	line-height: 30px;
}
#landing #secondary img {
	margin: 0 auto 30px;
}
#landing #secondary h3 {
	color: #00742f;
	font-weight: 700;
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin: 0;
}
#landing #secondary form {
}
#landing #secondary .form-row {
	float: left;
	width: 100%;
}
#landing #secondary label {
	float: left;
    width: 100%;
    font-size: 15px;
    height: 35px;
    padding: 0;
    margin: 0 0 10px;
    color: #0c0c2e;
    line-height: 30px;
    text-align: left;
}
#landing #secondary input[type="text"] {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #b4b4b4;
}
#landing #secondary input[type="email"] {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #b4b4b4;
}
#landing #secondary input[type="submit"] {
	background: #ff6801;
	float: right;
	border-radius: 4px;
	font-family:inherit;
}
#landing .chimpy-reset {
	float:left;
	clear:both;
	width:100%;
    max-width: 400px;	
}
#landing .sky-form {
	box-shadow:none !important;	
}
#landing .sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 0px;
    border-radius: 4px;
}
#landing .sky-form fieldset {
    padding: 20px 20px 5px;
    border: 0px;
}
#landing .sky-form footer {
    display: block;
    padding: 0 20px 15px;
    background: none;
    border: 0px;
    box-shadow: none;
}
#landing .sky-form footer button.button {
    float: none;
    height: 38px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    background: #fc5108;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    width: 238px;
	font-family:inherit;
}
#landing .sky-form header {
	display:none;	
}
#landing-bottom {
	float: left;
	width: 100%;
	background: #c4c4c4;
	padding: 35px 20px 25px;
}
#landing-bottom p {
}

@media (max-width: 999px) {
#landing #page-content {
	width: 100%;
	padding: 34px 5%;
}
}
/* marketing */

.page-template-page-marketing #banner {
	background: url(images/marketing-banner.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.page-template-page-marketing #banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(images/banner-marketing.jpg) no-repeat;
	background-size: cover;
	z-index: 999;
}
.page-template-page-marketing #banner .container {
	padding: 498px 0 60px;
	position: relative;
	z-index: 9999;
}
.page-template-page-marketing #banner h1 {
	color: #FFF;
	background: #00742f;
	font-size: 50px;
	line-height: 54px;
	margin: 0;
	padding: 12px 20px 18px;
	float: left;
	clear: both;
	width: auto;
	text-align: left;
	font-weight: 300;
	border-left: 18px solid #1a2852;
}
.page-template-page-marketing #banner .button {
	margin: 0 auto;
	display: block;
	clear: both;
	width: 190px;
}
.page-template-page-marketing #banner .button:hover {
	text-decoration: none;
	background: #64727b;
}

@media (max-width: 999px) {
.page-template-page-marketing #banner .container {
	padding: 240px 0 40px;
}
.page-template-page-marketing #banner h1 {
	font-size: 36px;
	line-height: 1.4;
}
.page-template-page-marketing #banner h1 br {
	display: none;
}
}
.marketing-feature {
	float: left;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	padding: 0 0 30px;
	margin: 0 0 50px;
}
.marketing-feature:last-child {
	margin: 0;
}
#page-content .marketing-feature h3 {
	color: #00742f;
	text-transform: uppercase;
	font-weight: 700;
}
.marketing-feature img {
	float: left;
	margin: 0 0 25px;
}
#page-content .marketing-feature p {
	border-left: 10px solid #1d2056;
	padding: 0 0 0 20px;
	font-size: 20px;
	line-height: 30px;
}
#page-content .marketing-feature .button {
	float: none;
	width: 260px;
	background: #ff6801;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	font-weight: 800;
	display: block;
	clear: both;
	margin: 0 auto;
}
.marketing-feature .marketing-image {
	float: left;
	width: 40%;
	margin: 0 5% 0 0;
}
.marketing-feature .marketing-image img {
	margin: 0 auto;
	display: block;
	float: none;
}
.marketing-content {
	float: left;
	width: 55%;
}
#sidebar-session {
	float: left;
	width: 100%;
	background: #c9c9c9;
	padding: 0 20px 20px;
	margin: 170px 0 0 0;
}
#secondary #sidebar-session h2 {
	color: #005723;
	text-transform: uppercase;
	text-align: center;
}
#secondary #sidebar-session h3 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	font-style: oblique;
	text-align: center;
	margin: 0 0 30px;
}
#secondary #sidebar-session img {
	margin: -170px auto 20px auto;
}
#sidebar-session .button {
	float: none;
	width: 100%;
	background: #252753;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	font-weight: 800;
	display: block;
	clear: both;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
/* marketing resource library */

.resource {
	float: left;
	width: 29.3%;
	margin: 0 2%;
}
.resource img {
	margin: 0 auto 30px;
	display: block;
	height:300px;
	width:auto;
}
#page-content .resource .button {
	float: left;
	width: 100%;
	background: #00742f;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
	font-weight: 300;
}

@media (max-width: 999px) {
.resource {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px;
	display: block;
	float: none;
	padding: 0 0 40px;
}
.resource img {
}
.resource .button {
}
}
/* marketing session */

.page-template-page-marketing-session #banner {
	background: #b5b5b5;
}
.page-template-page-marketing-session #page-content .button {
	width: 300px;
	float: none;
	margin: 0 auto;
	display: block;
	clear: both;
	font-size: 44px;
	background: #c95c29;
	font-weight: 300;
	height: 60px;
	line-height: 60px;
}
@media (max-width: 999px) {
	.page-template-page-marketing-session #page-content .button {
		font-size: 24px;
		height: 40px;
		line-height: 40px;
		width: 260px;
	}
}

/* locations */

.page-template-page-location-php #main-nav ul {
	margin:0;	
}
.page-template-page-location-php #page-content h1 {
	font-size: 50px;
	color: #00742f;
}
.page-template-page-location-php .widget {
	margin: 0 0 10px;
}
.page-template-page-location-php .widget_nav_menu {
	padding: 0;
	margin: 0 0 20px;
}

/* small group marketing */

.page-template-page-small-group-marketing #main-nav ul {
	margin:0;	
}
.page-template-page-small-group #banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    line-height: 53px;
    font-weight: normal;
    margin:60px 0;
}
#page-content #locations a {
    float: left;
    box-sizing: border-box;
    border: 2px solid #1d2056;
    height: 66px;
    line-height: 62px;
    font-size: 50px;
    text-align: center;
    width: 32%;
    margin: 0 1.3% 12px 0;
    text-decoration: none;
    color: #1d2056;
}
#page-content #locations a:hover {
	background: #dedede;
    color: #8a8a8a;
    border: 2px solid #8a8a8a;
}

@media (max-width: 999px) {
	#page-content #locations a {
		width:100%;
		margin:0 0 12px;
		font-size: 20px;
		height: 40px;
		line-height: 36px;
	}
}

/* case studies */

.page-template-page-websites #main-nav ul {
	margin:0;
}
.case-studies {
	
}
.case-studies > img {
	margin: 0 0 30px;
}
.case-study {
	float: left;
	width: 100%;
	margin: 0 0 58px;
}
.case-study-text {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
}
#page-content .case-study h3 {
	color: #00742f;
	text-transform: uppercase;
	font-size: 28px;
}
.case-study p {
	
}
#page-content .case-study .button {
	background: none;
	color: #0000ff;
	text-transform: none;
	font-weight: 500;
	text-align: left;
	text-decoration: underline;
}
.case-study img {
	float: left;
	width: 50%;
}

@media (max-width: 999px) {
	.case-studies > img {
		margin: 30px 0 40px;
		width: 300px;
	}
	.case-study {
		
	}
	.case-study-text {
	width: 100%;
	margin: 0 0 30px;
	}
	#page-content .case-study h3 {
	}
	.case-study img {
	width: auto;
	}
}

/* blog */

.blog #banner {
	margin: 0 0 38px;
}
#page-content #newsletter h3 {
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 20px;
}
#page-content #newsletter p {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px;
}
#newsletter {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
#newsletter .form-row {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#newsletter .form-row label {
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
	text-align: right;
	color: #1d2056;
	font-size: 22px;
	line-height: 36px;
}
#newsletter .form-row input[type="text"] {
	float: left;
	width: 67%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
}
#newsletter .form-row input[type="email"] {
	float: left;
	width: 67%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
}
#newsletter input[type="submit"] {
	float: right;
}
/* profile cycle */

.page-template-page-profit-cycle #banner {
	background: #1d2056;
	padding: 30px 0;
}
.page-template-page-profit-cycle #banner h1 {
	color: #FFF;
	text-align: center;
	font-size: 58px;
	line-height: 68px;
	font-weight: normal;
	margin: 0;
}
/* success strategy */

.page-template-page-success-strategy-php #banner {
	background: #1d2056;
	padding: 30px 0;
}
.page-template-page-success-strategy-php #banner h1 {
	color: #FFF;
	text-align: center;
	font-size: 58px;
	line-height: 68px;
	font-weight: normal;
	margin: 0;
}
#success-strategy {
	float: left;
	clear: both;
	width: 100%;
	background: url(images/chart1.png) top left no-repeat;
	padding: 0 0 0 290px;
	box-sizing: border-box;
	min-height: 1534px;
	margin: 0 0 40px;
}
#success-strategy .step {
	float: left;
	clear: both;
	width: 100%;
	font-size: 22px;
	line-height: 35px;
	color: #000;
	margin: 70px 0 95px;
}
/* mentor */

.page-template-page-mentor-php #banner {
	background: #1d2056;
	padding: 30px 0;
}
.page-template-page-mentor-php #banner h1 {
	color: #FFF;
	text-align: center;
	font-size: 58px;
	line-height: 68px;
	font-weight: normal;
	margin: 0;
}
/* about */

.page-template-page-about-php #banner {
	background: #1d2056;
	padding: 30px 0;
}
.page-template-page-about-php #banner h1 {
	color: #FFF;
	font-size: 58px;
	line-height: 76px;
	text-align: center;
	font-weight: 300;
}
.page-template-page-about-php #page-content > h2 {
	color: #00742f;
	font-size: 38px;
	line-height: 60px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 90px;
	text-align: left;
	border-left: 32px solid #00742f;
	padding: 0 0 0 20px;
	line-height: 50px;
}
.page-template-page-about-php #page-content #about-title {
	color: #00742f;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 90px;
	text-align: left;
	border-left: 32px solid #00742f;
	padding: 0 0 0 20px;
	float: left;
    width: 100%;
}
.page-template-page-about-php #page-content #about-title p {
	color: #00742f;
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	font-weight: 700;
}
.page-template-page-about-php #page-content #about-title p:last-child {
	margin:0;	
}
.page-template-page-about-php #page-content .col-right h2 {
	font-size: 40px;
	font-weight: bold;
}
.page-template-page-about-php #page-content .col-right h3 {
	color: #1d2056;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 30px;
	font-weight: bold;
}
.page-template-page-about-php #page-content .col-right p {
	color: #1d2056;
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 20px;
}
.page-template-page-about-php #page-content p {
    float: left;
    clear: both;
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
}
#page-content #about-linkedin {
	color: #000dff;
	text-decoration: none;
	margin: 0 auto 25px;
	float: none;
	padding: 0 0 0 35px;
	background: url(images/icon-linkedin.png) left 4px no-repeat;
	text-transform: lowercase;
	font-weight: 600;
	width: 290px;
	line-height: 2;
	display: block;
}
#page-content #about-email {
	color: #000dff;
	text-decoration: none;
	float: none;
	padding: 0 0 0 44px;
	background: url(images/icon-email.png) left 10px no-repeat;
	text-transform: lowercase;
	font-weight: 600;
	width: 310px;
	line-height: 1.8;
	display: block;
	margin: 0 auto 10px;
}
@media (max-width: 999px) {
	.page-template-page-about-php #banner h1 {
	font-size: 36px;
	line-height: 1.2;
	padding: 0 5%;
	}
	.page-template-page-about-php #banner h1 br {
		display:none;	
	}
	.page-template-page-about-php #page-content > h2 {
	font-size: 25px;
	line-height: 1.3;
	margin: 0 0 40px;
	}
	.page-template-page-about-php #page-content .col-right h2 {
		font-size: 30px;
	}
	.page-template-page-about-php #page-content .col-right h3 {
	font-size: 18px;
	}
	.page-template-page-about-php #page-content .col-right p {
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 20px;
	}
	#page-content #about-linkedin {
	margin: 0 auto 10px;
	}
	#page-content #about-email {
	margin: 0 auto 20px;
	}
}


/* contact */

.page-template-page-contact-php #page-content {
	background: #565656;
}
.page-template-page-contact-php div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #FFF;
}

/* sidebar newsletter */

#sidebar-newsletter {
	float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 18px;
	background: #616161;
	background-size: cover;
}
#sidebar-newsletter h3 {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
}
#sidebar-newsletter p {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 20px;
}
#page-content #sidebar-newsletter input[type="email"] {
	color: #616161;
	font-size: 15px;
	border-radius: 0px;
	width: 100%;
	padding: 6px 2.5%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	font-family: inherit;
	margin: 0 0 15px;
}
#page-content #sidebar-newsletter input[type="submit"] {
	float: right;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	border-radius: 0px;
	background: #c95c29;
}
/* posts */

.posts {
	float: left;
	width: 100%;
	clear: both;
}
.post {
	float: left;
	width: 100%;
	clear: both;
}
.posts .post {
	margin: 0 0 30px;
}
.entry-thumbnail {
	float: left;
	margin: 0 0 30px;
}
.entry-header {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 18px 0;
}
.entry-time {
	float: left;
	width: 118px;
	height: 118px;
	padding: 0;
	background: #1d2056;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 118px;
	text-align: center;
	margin: 0 26px 0 0;
}
.entry-date {
	float: left;
	width: 100%;
	clear: both;
	line-height: 1;
	margin: 30px 0 0 0;
	font-size: 32px;
}
.entry-month {
	float: left;
	width: 100%;
	clear: both;
	line-height: 1;
	margin: 0;
	font-size: 23px;
	text-transform: lowercase;
}
#page-content .entry-header h1 {
	float: none;
	clear: none;
	width: auto;
	text-align: left;
	font-size: 35px;
	color: #00742f;
	margin: 16px 0 0 0;
	padding: 0;
	border: 0px;
	text-decoration: none;
	line-height: 45px;
	font-weight: normal;
}
#page-content .entry-header h1 a {
	color: #00742f;
	text-decoration: none;
}
.entry-header h1 a:hover {
	color: #1d2056;
}
.entry-content {
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
	margin: 0 0 6px 0;
}
#page-content .entry-content img {
	margin: 0 0 15px;
}
#page-content .entry-content p {
	float: left;
	clear: both;
	width: 100%;
	color: #000;
	font-size: 22px;
	line-height: 35px;
	margin: 0 0 20px;
}
#page-content .entry-footer {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
	margin: 0 0 15px;
}
#page-content .entry-footer a {
	color: #87959e;
}
#page-content .entry-footer a:hover {
	text-decoration: none;
	color: #87959e;
}
#page-content .entry-more {
	text-decoration: none;
	color: #00742f;
	font-size: 21px;
	font-weight: 700;
}
#page-content .entry-more:hover {
}
.home #page-content .entry-more {
	margin: 0 auto;
	display: block;
	width: 110px;
	text-align: center;
}
#primary ul.links {
	border-top: 1px solid #d2d2d2;
}
#primary .links li {
	float: left;
	clear: both;
	width: 100%;
	color: #802b28;
	margin: 0;
	padding: 0;
	background: none;
}
#primary .links li a {
	float: left;
	clear: both;
	width: 100%;
	color: #802b28;
	font-size: 22px;
	line-height: 22px;
	margin: 0;
	padding: 12px 0;
	background: none;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
}
#primary .links li.current_page_item > a {
	font-weight: bold;
	background: #f2f2f2;
}
#primary .links li a:hover {
	font-weight: bold;
	background: #f2f2f2;
}

@media (max-width: 999px) {
	#page-content .entry-content p {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 20px;
	}
}

/* sidebar */

#secondary img {
	margin: 0 auto 10px;
	display:block;
}
#secondary li {
	float: left;
	clear: both;
	width: 100%;
	color: #434648;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: none;
}
#secondary li a {
	float: left;
	clear: both;
	width: 100%;
	color: #434648;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	padding: 10px 0;
	background: none;
	text-align: center;
	text-decoration: none !important;
}
#secondary li a:hover {
	color: #802b28;
}
#secondary .widget_nav_menu.widget_locations li {
	width: 48%;
	clear: none;
	margin: 0 2% 7px 0;
}
#secondary .widget_nav_menu.widget_locations li a {
	width: 100%;
	height: 40px;
	background: transparent;
	color: #1d2056;
	line-height: 34px;
	font-size: 25px;
	border: 2px solid #1d2056;
	padding: 0;
}
#secondary .widget_nav_menu.widget_locations li a:hover {
	background: #dedede;
	color: #8a8a8a;
	border: 2px solid #8a8a8a;
}
#secondary .widget_nav_menu.widget_locations li.current_page_item a {
	background: #dedede;
	color: #8a8a8a;
	border: 2px solid #8a8a8a;
}
#mc_embed_signup {
	box-sizing: border-box;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 10px 10px 10px;
}
#mc_embed_signup h3 {
	float: left;
	width: 75%;
	margin: 6px 0 8px 25%;
	color: #802b28;
	font-weight: 300;
	font-weight: normal;
	font-size: 35px;
}
#mc_embed_signup p {
	float: left;
	width: 75%;
	margin: 0 0 10px 25%;
	color: #0c0c2e;
	font-size: 14px;
	line-height: 20px;
}
#mc_embed_signup label {
	color: #87959e;
	font-size: 15px;
}
#mc_embed_signup input[type="submit"] {
	float: right;
	margin: 4px 0;
}
#link-appointment {
	float: left;
	width: 100%;
	border: 0px;
	height: 63px;
	background: url(images/button-appointment.png) top left no-repeat;
	text-indent: -9000px;
}
#link-question {
	float: left;
	width: 100%;
	border: 0px;
	height: 63px;
	background: url(images/button-question.png) top left no-repeat;
	text-indent: -9000px;
}
.widget {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 40px 0;
	color: #000;
    font-size: 22px;
    line-height: 35px;
}
.widget:last-child {
	margin:0;	
}
.widget h3.widgettitle {
	float: left;
	width: 100%;
	clear: both;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 12px 0;
	text-align: center;
	padding: 4px 0 7px;
	color: #FFF;
	font-weight: normal;
}
#page-content .widget ul {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}
#page-content .posts-nav ul {
	margin:0;
}
#page-content .posts-nav li {
    padding: 0;
}
.widget li {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 6px 0;
}
.widget.widget_categories {
	float: left;
	width: 100%;
	clear: both;
	background: #1d2056;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}
#page-content .widget.widget_categories h3 {
	color: #FFF;
	margin: 0 0 20px;
	text-align: center;
	font-size: 43px;
	line-height: 1;
	font-weight: normal;
}
#secondary .widget.widget_categories li a {
	float: left;
	clear: both;
	width: 100%;
	color: #FFF;
	font-size: 25px;
	line-height: 25px;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
	text-decoration: none !important;
}
#secondary .widget.widget_categories li a:hover {
	background: #FFF;
	color: #1d2056;
}



.widget.widget_services.widget_nav_menu {
	float: left;
	width: 100%;
	clear: both;
	background: #1d2056;
	padding: 20px 20px 20px;
	box-sizing: border-box;
}
#page-content .widget.widget_services.widget_nav_menu h3 {
	color: #FFF;
    margin: 0 0 20px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 0 0 15px;
    font-weight: 300;
	position:relative;
}
#page-content .widget.widget_services.widget_nav_menu h3:after {
	content:'';
	width:170px;
	height:1px;
	background:#8a8ed6;
	left:50%;
	margin:0 0 0 -85px;
	position:absolute;
	bottom:0px;
}
#secondary .widget.widget_services.widget_nav_menu li a {
	float: left;
    clear: both;
    width: 100%;
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    padding: 12px 10px;
    background: none;
    text-align: left;
    text-decoration: none !important;
}
#secondary .widget.widget_services.widget_nav_menu li a:hover {
	background: #FFF;
	color: #1d2056;
}

.widget.widget_search {
	float: left;
	width: 100%;
	clear: both;
	background: #1d2056;
	padding: 20px 20px 20px;
	box-sizing: border-box;
}
#page-content .widget.widget_search label {
	color: #FFF;
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
	text-align: center;
	font-size: 43px;
	line-height: 1;
	font-weight: normal;
}
#page-content .widget.widget_search input[type="text"] {
	float: left;
	width: 80%;
	border-radius: 0px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #1d2056;
	font-family: inherit;
}
#page-content .widget.widget_search input[type="submit"] {
	float: left;
	width: 20%;
	height: 42px;
	border-radius: 0px;
	text-indent: -9000px;
	padding: 0px;
	background: #00742f url(images/icon-search.png) center center no-repeat;
}
/* sidebar offer */

#sidebar-offer {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 30px;
}
#page-content #sidebar-offer h3 {
	float: left;
	clear: both;
	width: 100%;
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	color: #1d2056;
	text-align: center;
	margin: 0 0 20px;
	font-style: oblique;
}
#page-content #sidebar-offer p {
	float: left;
	clear: both;
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	color: #1d2056;
	margin: 0 0 30px;
	text-align: center;
}
#page-content #sidebar-offer img {
	margin: 0 auto;
	display: block;
}
#page-content #sidebar-offer .button {
	width: 100%;
	float: left;
	text-decoration: none;
	background: #00742f;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	font-weight: 300;
}

/* sidebar register */

#sidebar-register {
	float: left;
	clear: both;
	width: 100%;
	padding: 30px 20px;
	margin: 0 0 30px;
	background: #1d2056;
}
#sidebar-register h3 {
	float: left;
	clear: both;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0 0 20px;
}
#sidebar-register p {
	float: left;
	clear: both;
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	color: #1d2056;
	margin: 0 0 30px;
	text-align: center;
}
#sidebar-register label {
	color: #FFF;
	float: left;
	width: 100%;
	clear: both;
	font-size: 25px;
	margin: 0 0 10px 0;
	height: auto;
	line-height: 1;
}
#sidebar-register input[type="text"] {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 0 15px;
}
#sidebar-register input[type="email"] {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0 0 15px;
}
#sidebar-register input[type="submit"] {
	float: right;
	text-decoration: none;
	background: #FFF;
	border-radius: 4px;
	color: #00742f;
	text-transform: uppercase;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 25px;
	font-weight: 700;
	padding: 0 10px;
}

/* comments */

#respond {
	margin: 10px 0 0 0;
	float: left;
	width: 100%;
	clear: both;
}
#comment {
	width: 500px;
	color: #000;
	font-size: 15px;
}
#page-content #respond p {
	margin: 0 0 20px;
}
#comments {
	margin: 56px 0 24px 0;
	float: left;
	width: 100%;
	clear: both;
}
.commentlist {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	clear: both;
}
.comment-author {
	margin: 0 0 12px 0;
	float: left;
	width: 100%;
	clear: both;
	line-height: 2;
}
.comment-author cite {
	font-weight: bold;
}
.comment-author img {
	margin: 0 20px 0 0;
	float: left;
}
.comment-meta {
	margin: 0 0 18px 0;
	float: left;
	width: 100%;
	clear: both;
}
.reply {
	font-weight: bold;
}
/* contact */

.page-template-page-contact #page-content h1 {
	float: left;
	clear: both;
	width: 100%;
	color: #FFF;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 0 20px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}
.page-template-page-contact #contact-title {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 68px;
}
.page-template-page-contact #contact-form {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.page-template-page-contact #primary {
	float: left;
	width: 30%;
	margin: 0 2% 0 0;
}
.page-template-page-contact #secondary {
	float: left;
	width: 32%;
	margin: 0;
}
.page-template-page-contact #contact-form form {
	margin: 0;
}
.page-template-page-contact #contact-form input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-radius: 0px;
	margin: 0;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding: 10px 5px;
}
.page-template-page-contact #contact-form input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	border-radius: 0px;
	margin: 0;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding: 10px 5px;
}
.page-template-page-contact #contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	height: 120px;
	line-height: 30px;
	border-radius: 0px;
	margin: 0;
	color: #000;
	font-size: 20px;
	font-family: inherit;
	padding: 0px 5px;
}
.page-template-page-contact #page-content .col-right h2 {
	text-align: center;
}
.page-template-page-contact #page-content input[type="submit"] {
	float: right;
	width: auto;
	height: 37px;
	line-height: 37px;
	background: #c95c29;
	border-radius: 0px;
	border: 0px;
	padding: 0 20px;
}
.page-template-page-contact #page-content p {
	color: #FFF;
	margin: 0 0 10px;
}
.page-template-page-contact #page-content .col-left p {
	margin: 0 0 30px;
}
.page-template-page-contact #page-content p a {
	color: #FFF;
	text-decoration: none;
}
.page-template-page-contact #page-content li {
	color: #FFF;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	font-size: 20px;
	background: url(images/dot.png) 0px 11px no-repeat;
}
.page-template-page-contact #page-content .col-left img {
	float: left;
	margin: 0 auto 20px;
}
.page-template-page-contact #page-content .col-right img {
	float: left;
	margin: 0 auto 20px;
}
#contact1 {
	float: left;
	width: 100%;
	margin: 0;
}
#contact2 {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.wpcf7 div {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px;
}
.wpcf7 div input {
	float: left;
	width: 94%;
	clear: none;
	border-radius: 0px;
	border: 1px solid #e3e1e4;
}
.wpcf7 div textarea {
	float: left;
	width: 94%;
	clear: none;
	border-radius: 0px;
	height: 120px;
	background: #FFF;
	border: 1px solid #e3e1e4;
}
.wpcf7 div label {
	float: left;
	text-align: left;
	margin: 0 0 10px;
	color: #FFF;
	font-size: 20px;
	width: 100%;
	clear: none;
}
.wpcf7-submit {
	width: auto;
	height: auto;
	color: #000;
	line-height: 1.5;
	text-align: center;
	float: left;
	clear: both;
	border: 0;
}
@media (max-width: 999px) {
	.page-template-page-contact #page-content h1 {
		font-size: 36px;
	}
}

/* footer */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 46px 0 46px;
	position: relative;
	background: #000;
}
#footer-left {
	float: left;
	width: 58%;
	margin: 0 2% 0 0;
}
#footer-right {
	float: right;
	width: 330px;
}
#colophon img {
	float: left;
	margin: 0 0 20px;
}
#footer-nav {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
}
#footer-nav ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
}
#footer-nav li {
	display: inline-block;
	clear: none;
	font-size: 16px;
	padding: 0;
	margin: 0 0 4px;
	background: transparent;
	position: relative;
}
#footer-nav li:hover > a {
}
#footer-nav li a {
	clear: none;
	padding: 0 6px 0 6px;
    line-height: 1;
    float: left;
    font-size: 21px;
	color: #FFF;
	border-right: 1px solid #FFF;
	transition: background 0s ease-in;
	-moz-transition: background 0s ease-in;
	-webkit-transition: background 0s ease-in;
}
#footer-nav li.no-border a {
	border:0px !important;
}
#footer-nav > div > ul > li:hover > a {
	text-decoration: none;
	color: #FFF;
}
#footer-nav li:last-child a {
	border-right: 0px;
}
#colophon #footer-right h3 {
	color: #FFF;
	font-size: 25px;
	text-transform: uppercase;
}
#colophon .sky-form header {
	display:none;
}
#colophon div.chimpy_status_underlay {
	background:none;
}
#colophon .sky-form fieldset {
	background:none;
	padding: 0;
}
#colophon .sky-form footer {
	background:none;
	padding: 0;
}
#colophon .sky-form-black footer button.button {
	width:154px;
	height:38px;
	background:url(<?php echo get_stylesheet_directory_uri(); ?>/images/subscribe.png) top center no-repeat;
	padding: 0;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
	font-family:inherit;
	font-style:oblique;
	border-radius:4px;	
}
#colophon ::-webkit-input-placeholder {
   color: #000;
}
#colophon :-moz-placeholder { /* Firefox 18- */
   color: #000;
}
#colophon ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
#colophon :-ms-input-placeholder {  
   color: #000;
}

@media (max-width: 999px) {
#colophon {
	padding: 40px 0 10px;
}
#footer-left {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 20px;
}
#footer-right {
	width: 330px;
    padding: 0 20px;
    float: none;
    margin: 0 auto;
}
#colophon img {
	float: none;
    margin: 0 auto 20px;
    display: block;	
}
#footer-nav {
}
#footer-nav ul {
}
#footer-nav li {
}
#footer-nav li:hover > a {
}
#footer-nav li a {
}
#footer-nav > div > ul > li:hover > a {
}
#footer-nav li:last-child a {
}
#colophon #footer-right h3 {
}
#colophon #footer-right input[type="email"] {
}
#colophon #footer-right input[type="submit"] {
}
}
/* slider */

.slide-container {
	width: 100%;
	position: relative;
	float: left;
}
.slide-container .container-narrow {
	position: relative;
}
.slider {
	width: 100%;
	float: left;
	position: relative;
}
#slider {
	width: 100%;
	display: none;
	float: left;
	margin: 0;
	overflow: hidden;
}
#slider .flexslider {
	margin: 0;
	background: transparent;
	border: 0px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-direction-nav {
	position: relative;
	top: 0;
	left: 0;
}
#slider .flex-prev {
	width: 50px;
	height: 50px;
	background: none;
	display: block;
	position: absolute;
	top: 50% !important;
	left: 10px;
	cursor: pointer;
	opacity: 1 !important;
}
#slider .flex-next {
	width: 50px;
	height: 50px;
	background: none;
	display: block;
	position: absolute;
	bottom: 17px;
	top: 50% !important;
	right: 10px;
	cursor: pointer;
	opacity: 1 !important;
}
.evo_widget {
	border: 1px solid #CCC;
    padding: 10px;
    border-radius: 4px;	
}
.widget-meeting {
	background:#5f92bc;
	padding: 0 20px 0;
}
#page-content .widget-meeting h2 {
	width: 100%;
    height: 100px;
    color: #1d2056;
    background: #FFF url(http://businessforlawyers.com.au/wp-content/themes/businessforlawyers/images/icon-meeting.png) 22px 25px no-repeat;
    border-radius: 0 0 12px 12px;
    padding: 12px 0 0 80px;
    line-height: 1.1;
    font-size: 30px;
}
#page-content .widget-meeting h3 {
	color:#FFF;	
	font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3;
}
#page-content .widget-meeting hr {
	height:1px;
	background:#FFF;
	margin: 0 0 25px;
}
#page-content .widget-meeting p {
	color: #FFF;
    font-size:20px;
	line-height:30px;
    margin: 0 0 25px;
}

@media (max-width: 999px) {
#page-content .widget-meeting h2 {
    padding: 25px 0 0 80px;
}
}

#primary .chimpy-reset {
	clear: both;
}
#primary .sky-form header {
	display:none;	
}
#primary .sky-form {
    box-shadow: none !important;
	background:#3b3e40;
	padding:20px;
}
#primary .sky-form fieldset {
    padding: 20px 20px 5px;
    background: #bdbdbd;
    border: 0px;
}
#primary .sky-form section {
    margin-bottom: 15px;
}
#primary .sky-form .input input, #primary .sky-form .select select, #primary .sky-form .textarea textarea {
    font-family: inherit;
    font-style: oblique;
    border-radius: 4px;
    font-size: 18px;
    color: #000;
}
#primary ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
#primary ::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
#primary :-ms-input-placeholder { /* IE 10+ */
color: #000;
}
#primary :-moz-placeholder { /* Firefox 18- */
color: #000;
}
#primary .sky-form footer {
    display: block;
    padding: 5px 20px 0;
    background: none;
    border: 0px;
    box-shadow: none;
}
#primary .sky-form footer button.button {
    float: right;
    height: 45px;
    overflow: hidden;
    margin: 10px auto 0px;
    padding: 0;
    outline: none;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    width: 238px;
    border-radius: 3px;
    background: #ff873d;
    background: -moz-linear-gradient(top, #ff873d 0%, #fb5c2e 100%);
    background: -webkit-linear-gradient(top, #ff873d 0%,#fb5c2e 100%);
    background: linear-gradient(to bottom, #ff873d 0%,#fb5c2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff873d', endColorstr='#fb5c2e',GradientType=0 );
}
#primary div.chimpy_signup_success div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px;
    color: #6fb679;
    font-size: 20px;
    font-weight: bold;
}
.mejs-overlay-button {
	transition: background 0s ease-in;
    -moz-transition: background 0s ease-in;
    -webkit-transition: background 0s ease-in;
}
.mejs-container {
	margin:0 0 30px;	
}

/* webinars */

.page-template-page-webinars #page-content #page-title {
	color:#00742f;
	font-size:62px;	
}
.webinar {
	float:left;
	width:100%;
	margin:0 0 50px;
}
.webinar-title {
	float:left;
	width:100%;
	margin:0 0 20px;
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 22%;
	background:url(images/icon-webinar.png) 0px 3px no-repeat;
}
#page-content .webinar-title h3 {
	float:left;
	color:#1d2056;
	font-size:36px;
	margin:0;
	line-height:1;
	font-weight:600;
}
.webinar-content {
	float:left;
	width:100%;
}
.webinar-datetime {
	float:left;
	width:22%;
}
.webinar-date {
	float:left;
	width:100%;
	font-size:23px;
	color:#e16009;
	margin:0 0 10px;
}
.webinar-time {
	float:left;
	width:100%;
	font-size:23px;
	color:#e16009;
}
.webinar-description {
	float:left;
	width:60%;
}
.webinar-description img {
	float:left;
	margin:0 40px 40px 0;
}
#page-content .webinar-description p {
	float:none;
	clear:none;
	font-size:23px;
	line-height:40px;
}
.webinar-link {
	float:left;
	width:18%;
}
#page-content .webinar-link .button {
	background:#00742f;
	font-size:23px;
	color:#FFF;
	height:42px;
	line-height:42px;
	font-weight: normal;
	margin:0 0 10px;
}
#page-content .webinar-link .button:hover {
	background:#005422;
}
.webinar-price {
	float:left;
	width:100%;
	font-size:23px;
	color:#e16009;
	text-align: center;
}

@media(max-width:767px) {
	.webinar-datetime {
		width:100%;	
		margin:0 0 20px;
	}
	.webinar-description {
		width:100%;	
		margin:0 0 20px;
	}
	.webinar-link {
		width:100%;	
		margin:0;
	}
}

.blog #banner {
    background:none;
    height:auto;
}
#page-content .widget ul {
    margin: 0;
}
#page-content .posts-nav ul {
    margin:0;
}
#page-content .posts-nav li {
    padding: 0;
}
#colophon .chimpy-reset {
    float: left;
    width: 100%;
    max-width: 320px;
}   
#secondary .sky-form header {
    display:none;
}
#secondary .chimpy_signup_form {
    box-shadow:none;
}
#secondary div.chimpy_status_underlay {
    background:none;
}
#secondary .sky-form fieldset {
    background:none;
    padding: 0;
}
#secondary .sky-form footer {
    background:none;
    padding: 0;
    border-top:0px;
}
#secondary .sky-form-black footer button.button {
    width: 119px;
    height: 32px;
    background:url(<?php echo get_stylesheet_directory_uri(); ?>/images/newsletter-subscribe.png) top center no-repeat;
    padding: 0;
    margin: 5px 0 0 0;
    float:right;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    font-family:inherit;
    font-style:oblique;
    border-radius:4px;  
}
#secondary ::-webkit-input-placeholder {
   color: #000;
}
#secondary :-moz-placeholder { /* Firefox 18- */
   color: #000;
}
#secondary ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
#secondary :-ms-input-placeholder {  
   color: #000;
}
#secondary .sky-form section {
    margin-bottom: 5px;
}
.widget.widget_categories {
    padding: 20px 20px 20px;
}
#secondary .widget.widget_categories li a {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 5px 8px;
    text-align: left;
}
#page-content .posts-nav li a {
    text-transform:uppercase;
    text-decoration:none !important;
    font-size:30px;
    font-weight:600;
}
#post-form {
    float: left;
    width: 300px;
    background: #ececec url(http://businessforlawyers.com.au/wp-content/themes/businessforlawyers/images/post-form-header.png) 10px 10px no-repeat;
    padding: 60px 10px 10px;
}
#post-form .sky-form header {
    display:none;
}
#post-form .chimpy_signup_form {
    box-shadow:none;
}
#post-form div.chimpy_status_underlay {
    background:none;
}
#post-form .sky-form fieldset {
    background:none;
    padding: 0;
}
#post-form .sky-form footer {
    background:none;
    padding: 0;
    border-top:0px;
}
#post-form .sky-form footer button.button {
    width: 119px;
    height: 32px;
    background: url(http://businessforlawyers.com.au/wp-content/themes/businessforlawyers/images/post-form-button.png) top center no-repeat;
    padding: 0;
    margin: 5px 0 0 0;
    float:right;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    font-family:inherit;
    font-style:oblique;
    border-radius:4px;  
}
#post-form ::-webkit-input-placeholder {
   color: #000;
}
#post-form :-moz-placeholder { /* Firefox 18- */
   color: #000;
}
#post-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
#post-form :-ms-input-placeholder {  
   color: #000;
}
#post-form .sky-form section {
    margin-bottom: 5px;
}