/**
 * @license
 * MyFonts Webfont Build ID 2867298, 2014-08-21T20:08:04-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Optima Pro Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/optima/pro-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced, 
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2867298
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2bc062");

  
@font-face {font-family: 'OptimaLTPro-Bold';src: url('fonts/2BC062_0_0.eot');src: url('fonts/2BC062_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2BC062_0_0.woff') format('woff'),url('fonts/2BC062_0_0.ttf') format('truetype');}
 


/*
Theme Name: JH Legal

Author: Ben Newton
Author URI: http://flagdigital.com.au/
Description: Custom Template for JH Legal
Version: 1.0

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #fff;
}

a {
	color: #afa26d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #afa26d;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 12px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 16px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */

}

.enquiry-form input, .enquiry-form textarea {
		width: 100%;
}

form select {
	width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* FLAG DIGITAL */
div.set-width {
	max-width: 96%;
	position: relative;
	margin: 0 auto;
}
.gold {
	color: #afa26d;
}

div.meettheteamhome {
	background: #f7f8f8;
	padding-top: 40px;
	padding-bottom: 60px;
}

div.homeboxes {
	margin-bottom: 80px;
}

div.homebox {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	background: #e7e7e8;
	border: 1px solid #b2b2b2;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	height: 230px;
	position: relative;
	margin-right: 6px;
	margin-bottom: 6px;
	-moz-transition: background .3s, color .3s;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

div.homebox:hover {
	background: #58595a;
	color: #fff;
}




div.homebox:hover .button {
	color: #fff;
}

div.homeboxes a  {
	color: #2b2b2b;
	
}

div.homebox .button {
	border: 1px solid;
	color: #000;
	padding: 5px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 90px;
	margin: 0 auto;
	font-size: 13px;
}

.homeboxes a:nth-child(3) div.homebox .button {
	width: 110px;
}

div.homebox h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;	
}

#supplementary {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	float: right;
} 
.bx-wrapper div.bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border: solid #fff 0px;
	left: 0px;
	background: none;
}

div#site-header {
	position: relative;
	z-index: 9999;
}

a.logolink {
display: block;	
margin-top: 10px;
margin-bottom: 10px;
max-width: 200px;
margin-left: 10px;
}

a.logolink img {
	max-width: 200px;
	height: auto;
}

div#search-container.search-box-wrapper {
position:relative;
top: 0px;
right: 0;
font-size: 12px;
text-align: center;
}

#search-container  input.search-field {
	background: #f1f1f2;
	border: 0;
	vertical-align: middle;
	margin-left: 5px;
}

div.search-box {
	display: none;
}

input.search-submit {
	display: none;
}

#search-container div.search-box form.search-form label span.screen-reader-text {
	text-transform: lowercase;
}

form.search-form {
	padding-left: 6px;
}



header#masthead.site-header {
	position: relative;
	top:0px;
	right: 0;
	text-transform: uppercase;
	}

header nav ul li {
	position: relative;
	display: block;
	width: 100%;
	border-left: 1px solid;
	line-height: 1;
}

ul#menu-main-nav.nav-menu {
	width: 100%;
	padding: 0;
	margin: 0;
}
header nav ul li:first-child, header nav ul li li {
	border: 0;
}

header nav a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
}

header nav ul li.current-menu-item a {
	color: #fff;
}

header nav ul li.current-menu-item li a {
	color: #fff;
}

header nav ul li ul {
	position: relative;
margin: 0;
padding: 0;
	padding-top: 0px;
	width: 100;
	font-size: 14px;
}

header nav ul ul a {
	padding: 6px;
	color: #fff;
	width: 100%;
	background: #58595a;
	font-size: 12px;
	letter-spacing: 0;
} 

header nav ul ul a:hover {
	color: #fff;
	background-color: #afa26d;
}

header nav ul li:hover ul {
	left: 0px;
}

header nav ul li li {
	display: block;
	padding-bottom: 2px;
}

div.slidecontent, div.slidecontent a {
	max-width: 500px;
	margin: 0 auto;
color: #2b2g2b;
text-align: left;
}



p.slideheading {
	font-family: "Helvetica Neue", Helvetica, Arial,  Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: bold;
}



div.slide {
	height: 345px;
	background-position: top center !important;
	padding-bottom: 0px;
	background-repeat: no-repeat !important;
	background-size: auto 195px !important;
	position: relative;
}
.bigbannerslider .bx-wrapper {
	
		padding-bottom: 0px !important;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
}



.bigbannerslider .bx-wrapper:after {
	content: ' ';
	display: block;
	height: 20px;
	width: 100%;
	background: #afa26d;
	max-width: 2561px;
	margin: 0 auto;
}


.slide:nth-child(1) .slideheading,
.slide:nth-child(2) .slideheading,
.slide:nth-child(3) .slideheading,
.slide:nth-child(4) .slideheading,
.slide:nth-child(5) .slideheading,
.slide:nth-child(6) .slideheading {
font-size: 18px;
text-align: center;
line-height: 1.3em;
margin: 0 auto;
left: 0;
right: 0;
margin-bottom: 10px;
letter-spacing: 2px;
color: #2b2b2b;
margin-top: 205px;
width: 94%;
}




.slide:nth-child(1) div.slidecontent a,
.slide:nth-child(2) div.slidecontent a,
.slide:nth-child(3) div.slidecontent a,
.slide:nth-child(4) div.slidecontent a,
.slide:nth-child(5) div.slidecontent a,
.slide:nth-child(6) div.slidecontent a,
  {
letter-spacing: 2px;
font-size: 14px;
text-align: center;
margin: 0 auto;


}

.slide:nth-child(1) .slidecontent,
.slide:nth-child(2) .slidecontent,
.slide:nth-child(3) .slidecontent,
.slide:nth-child(4) .slidecontent,
.slide:nth-child(5) .slidecontent,
.slide:nth-child(6) .slidecontent,
 {

text-align: center;
}


.slide:nth-child(1) p.slidesubheading,
.slide:nth-child(2) p.slidesubheading,
.slide:nth-child(3) p.slidesubheading,
.slide:nth-child(4) p.slidesubheading,
.slide:nth-child(5) p.slidesubheading,
.slide:nth-child(6) p.slidesubheading {
	text-transform: uppercase;	
width: auto;
display: table;
line-height: 1.2em;
padding: 10px;
text-align: center;
margin: 0 auto;
letter-spacing: 1px;
font-size: 14px;
border: 1px solid #fff;
}

#colophon {
	background: #58585a;
	color: #bcbec0;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 80px;
	letter-spacing: .08em;
	line-height: 1.9em;
	clear: both;
	display: inline-block;
	margin-top: 30px;
width: 100%;
}

.camberwellconveyancing #colophon {
	background: #dcd3c8;
	color: #414042;
	margin-top: 0;
}

div.footercontactdetails1, div.footercontactdetails2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

div.jhlegallink {
	display: inline-block;
	float: right;
	width: 100%;
	text-align: center;
}

div.jhlegallink p {
	margin-bottom: 10px;
}

.camberwellconveyancing #colophon a {
	color: #414042;
}

.page-id-9 footer#colophon.site-footer {
	margin-top: 0;
} 



footer h1.widget-title {
	display: none;
}
footer aside {
	display: inline-block;
	width: 43%;
	margin: 0% 3%;
	clear: none;
	vertical-align: top;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}


div#footer-sidebar.footer-sidebar.widget-area.masonry {
	display: inline-block;
	width: 100%;
	
}
div.site-info {
	background: #404041;
	color: #bcbec0;
	font-size: 13px;
	padding-top: 20px;
		letter-spacing: .08em;
	line-height: 1.9em;
	clear: both;
}


div.site-info a {
	color: #bcbec0;
}

div.site-info p:first-child {
	display: inline-block;
	width: 100%;
	text-align: center;
}

div.site-info p:last-child {
	display: inline-block;
	width: 100%;
	text-align: center
}

.home.page div.teammember {
	height: 474px;
	background-size: auto 160px !important;
	background-repeat: no-repeat !important;
	position: relative;
	background-position: center top;
}

.home.page div.teammemberdetails {
	width: 100%;
	position: relative;
	
	text-align: center;
	top: 170px;
}

.home.page div.teammemberdetails h4 {
	text-transform: uppercase;
	color: #afa26d;
	letter-spacing: 2px;
	font-size: 21px;
}

.home.page div.teammemberdetails h5 {
		text-transform: uppercase;
	color: #afa26d;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 1em;
}

.home.page div.teammemberdetails a {
	color: #000;
	padding: 6px 16px;
	border: 1px solid #000;
}

.home.page div.teammemberdetails p {
	margin-bottom: 16px;
}


div.footernavigation {
	display: none;
}

div.footernavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.footernavigation a {
	color: #bcbec0;
}


article#post-258.post-258.page.type-page.status-publish.hentry {
	text-align: center;
}

article#post-258 h1, article#post-258 h2, h1.entry-title  {
	text-transform: uppercase;
		color: #afa26d;
		letter-spacing: 2px;
		font-size: 24px;
		text-align: center;
}

article#post-258 h1:after, article#post-258 h2:after, h1.entry-title:after  {
		content: 'a ';
	background: #afa26d;
	height: 1px;
	width: 100px;
display: block;
		text-indent: -89999px;
		
margin: 0 auto;
margin-bottom: 26px;
		margin-top: 20px;
}
article#post-258 h2:after {
	margin-top: 25px;
}

div.homecontent, div.meetteamintro {
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 80px;
}



div.meetteamintro {
	max-width: 770px;
	text-align: center;
}
div.meetteamintro {
	max-width: 96%;
}


.pageheaderimage {
	border-bottom: 20px solid #afa26d;
	margin-bottom: 30px;
	max-height: 200px;
	max-width: 100%;
}

div.aboutleft {
	margin-left: 0px;
	margin-right: 0px;
}
div.aboutleft, div.aboutright {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.aboutright {
	margin-left: 0px;
	margin-right: 0px;
}

.team-member div.aboutright p a {
	color: inherit;
}
.team-member div.aboutright p a:hover {
	color: #afa26d;
}

article#post-7 .entry-content .entry-content{
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

#post-7  div.teammember {
	width: 100%;
	margin-bottom: .25%;
	display: inline-block;
	vertical-align: top;
	height: 500px;
	background-position: -80px top !important;
	background-size: auto 330px !important;
	background-repeat: no-repeat !important;
	position: relative;
}

#post-7  div.teammember:hover div.teammemberdetails {
	opacity: 1;
}

#post-7  div.teammemberdetails {
	opacity: 1;
	background: rgba(0,0,0,1);
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: absolute;
	width: 100%;
	height: 240px;
	top: 260px;
text-align: center;

}

#post-7  div.teammemberdetails a {
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top:0;
	padding-top: 6px;
}

#post-7 div.teammemberdetails h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
margin-bottom: 5px;
}

#post-7 div.teammemberdetails h5 {
		text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
}

#post-7 div.teammemberdetails a p {
	font-size: 13px;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#post-7 div.teammemberdetails a span.button {
	border: 1px solid;
	padding: 6px 16px;
	font-size: 13px;
}

#post-9 .pageheaderimage p {
	margin: 0;
	line-height: 0;
}

#post-9 .pageheaderimage iframe {
	width: 100%;
	height: auto;
}

.non-phone {
	display: none;
}


.camberwellconveyancing .pageheaderimage {
	height: 178px;
	position: absolute;
	max-height: inherit;
	border-bottom: 0;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
	
}


.camberwellconveyancing h1.conveyancingheader {
	font-family: 'OptimaLTPro-Bold';
	font-weight: normal;
	width: 300px;
	font-size: 20px;
	padding-top: 30px;
	line-height: 1.4em;
	text-decoration: underline;
	letter-spacing: 2px;
}
.camberwellconveyancing h1.entry-title {
	display: none;
}


.camberwellconveyancing div.aboutleft h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.camberwellconveyancing div.aboutleft {
	margin-top: 60px;
}




p.headerphone {
	position: relative;
	right: 0;
	text-align: center;
	top: 6px;
	font-weight: bold;
	letter-spacing: 1px;	
}

p.headerphone a {
	font-weight: normal;
	font-size: 14px;
}

.camberwellconveyancing a.show_hide {
	display: none;
}

.camberwellconveyancing a.logolink {
	width: 100%;
	text-align: center;
	display:block ;
	max-width: inherit;
}

div.form p label {
	width: 100%;
	display: block;
}
div.enquiry-form { 
max-width: 96%;
margin: 0 auto;
}

div.enquiry-form-wrapper {
	background-color: #f2f2f2;
	padding-top: 30px;
	}
	
.camberwellconveyancing div.enquiry-form-wrapper {
	background-color: #f4f3f0;
}
	
.home.page #colophon {
	margin-top: 0;
}

/* @group menu - mobile */


.site-navigation {
	position: absolute;
	left: -99999px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 9999999;
}

.site-navigation.active {
	left: 0;
	opacity: 1;
	background: #988856;
	width: 100%;
	text-align: center;
} 

a.show_hide {
position: absolute;
top: 0px;
right: 10px;
padding: 10px;
border: 1px solid;	
}
/* @end */



@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}


@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  
div.set-width {
	max-width: 600px;
	position: relative;
	margin: 0 auto;
}
div.enquiry-form {
	max-width: 560px;
	margin: 0 auto;
	padding-top: 60px;
}
div.formintro {
display: inline-block;
width: 39%;
font-size: 14px;	
}

}

@media only screen and (min-width: 768px) {

div.enquiry-form {
	max-width: 760px;
	margin: 0 auto;
	padding-top: 60px;
}
  /* 768 =================================================== */
  
  a.show_hide {
	display: none;
	}
	
	


.site-navigation {
	position: relative;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 9999999;
}
.home.page div.teammember {
	height:290px;
	background-size: 100% auto !important;
	background-repeat: no-repeat !important;
	position: relative;
}

/* @group menu */

div.bx-wrapper {
	margin-bottom: 0;
}

header nav ul li {
	position: relative;
	display: inline-block;
	border-left: 1px solid;
	line-height: 1;
	width:auto;
}

header nav ul li:last-child a {
	padding-right: 0;
}

header nav ul li:first-child, header nav ul li li {
	border: 0;
}

header nav a {
	color: #666;
	font-weight: bold;
	display: inline-block;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
}

header nav ul li.current-menu-item a {
	color: #afa26d;
}

header nav ul li.current-menu-item li a {
	color: #fff;
}

header nav ul li ul {
	position: absolute;
	left: -99999px;
	padding-top: 42px;
	width: 160px;
	font-size: 14px;
}

header nav ul ul a {
	padding: 6px;
	color: #fff;
	width: 100%;
	background: #58595a;
	font-size: 12px;
} 

header nav ul ul a:hover {
	color: #fff;
	background-color: #afa26d;
}

header nav ul li:hover ul {
	left: 0px;
}

header nav ul li li {
	display: block;
	padding-bottom: 2px;
}

header nav a:hover {
	color: #afa26d;

}


/* @end */
div.set-width {
	max-width: 768px;
	position: relative;
	margin: 0 auto;
}
#colophon {
	
}

.bigbannerslider .bx-wrapper {
	margin-bottom: 60px;
}
.pageheaderimage {
	max-height: 405px;
	margin-bottom: 60px;
}

.camberwellconveyancing .pageheaderimage {
	height: 578px;
	position: absolute;
	max-height: inherit;
	border-bottom: 0;
	width: 100%;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
}

.camberwellconveyancing .pageheaderimage:after {
content: ' ';
left: 0;
background: #000;
width: 100%;
height: 20px;	
bottom: -20px;
position: absolute;
right: 0;
max-width: 768px;
margin: 0 auto;
}


.camberwellconveyancing h1.conveyancingheader {
	font-family: 'OptimaLTPro-Bold';
	font-weight: normal;
	width: 390px;
	padding-top: 100px;
	line-height: 1.4em;
	text-decoration: underline;
	letter-spacing: 2px;
}


.camberwellconveyancing div.aboutleft {
	margin-top: 460px;
}

.camberwellconveyancing div.aboutright {
	margin-top: 533px;
	float: right;
}



div.homebox {
	width: 49%;
	}
	div.search-box {
	display: inline-block;
}
div#search-container.search-box-wrapper {
position: absolute;
top: 20px;
right: 0;
font-size: 12px;
}


header#masthead.site-header {
	position: absolute;
	top:60px;
	right: 0;
	text-transform: uppercase;
	}
	

a.logolink {
display: inline-block;	
margin-top: 30px;
margin-bottom: 30px;
text-align: left;
max-width: none;
}

.camberwellconveyancing a.logolink {
	margin-bottom: 20px;
	margin-top: 40px;
	display: inline-block;
	width: auto;
	margin-left: 0;
}

div.aboutleft {
	margin-left: 30px;
	margin-right: 45px;
}
div.aboutleft, div.aboutright {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 90px;
}
div.aboutright {
	margin-left: 45px;
	margin-right: 30px;
}
#post-9 .pageheaderimage iframe {
	width: 100%;
	height: 385px;
}
div.footernavigation {
	display: inline-block;
}
footer aside {
	display: inline-block;
	width: 27%;
	clear: none;
	vertical-align: top;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

footer aside a {
	color: inherit;
}

#supplementary {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	float: right;
}

#post-7  div.teammember {
	width: 33%;
	margin-bottom: .25%;
	display: inline-block;
	vertical-align: top;
	height: 220px;
	background-position: -60px top !important;
	background-size: 239% !important;
	background-repeat: no-repeat !important;
	position: relative;
}



#post-7  div.teammemberdetails {
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	position: absolute;
	width: 100%;
	height: 100%;
text-align: center;
top: 0;
}
#post-7 div.teammemberdetails a p {
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#post-7 div.teammemberdetails h5 {
	margin-bottom: 5px;
	letter-spacing: 1px;
}
#post-7 div.teammemberdetails h4 {
	margin-top: 0;
	font-size: 18px;
}
div.slide {
	height: 345px;
	background-position: top center !important;
	padding-bottom: 0px;
	background-repeat: no-repeat !important;
	background-size: auto 395px !important;
	position: relative;
	text-shadow: 1px 2px 2px #000;
}

.home.page div.teammemberdetails {
	width: 350px;
	position: absolute;
	right: 10%;
	text-align: center;
	top: 10%;
}


article#post-9 h1, article#post-9 p:first-child {
		max-width: 660px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
} 

article#post-9 .pageheaderimage p {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

div.contact-locations {
		max-width: 680px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

div.location {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	font-size: 14px;
}
div.location:nth-child(2) {
	margin: 0 4.25%;
}
article#post-9 div.location p:first-child {
	margin-bottom: 10px;
	font-weight: bold;
	color: #978857;
}

article#post-9 .entry-content .set-width {
	width: 100%;
	max-width: 100%;
}

div.enquiry-form-wrapper {
	background-color: #f2f2f2;
	padding-bottom: 50px;
	padding-top: 0;
	float: left;
	width: 100%;
}


div.formintro {
display: inline-block;
width: 29%;
font-size: 14px;	
}

div.formintro h2 {
	text-transform: uppercase;
	
		letter-spacing: 2px;
		font-size: 23px;
		margin-bottom: 30px;
}




div.form {
display: inline-block;
vertical-align: top;
width: 60%;
margin-left: 6%;
margin-top: 75px;	
}
div.form p span {
	display: inline-block;

	width: 220px;
	margin-bottom: 0px;
}

input.wpcf7-form-control.wpcf7-submit {
	background: #3d3d3f;
	border: 0;
	color: #fff;
	font-size: 14px;
	padding: 6px 10px;
	width: auto;
}

div.form p label {
	display: inline-block;
	
	text-align: right;
	width: 240px;
	margin-right: 30px;
	clear: left;
	font-size: 14px;
}

div.form p {
	margin-bottom: 10px;
}
div.footercontactdetails1, div.footercontactdetails2 {
	display: inline-block;
	width: 28%;
	vertical-align: top;
	text-align: left;
}

div.jhlegallink {
	display: inline-block;
	float: right;
	width: auto;
	text-align: right;
}




p.headerphone {
	position: absolute;
	right: 0;
	top: 76px;
	font-weight: bold;
	letter-spacing: 1px;	
	text-align: right;
}

div.homecontent, div.meetteamintro {
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 80px;
}

div.meetteamintro {
	max-width: 770px;
}
div.slidecontent {

color: #fff;

}
div.slidecontent a {
	color: #fff;
}
.slide:nth-child(1) .slideheading,
.slide:nth-child(2) .slideheading,
.slide:nth-child(3) .slideheading,
.slide:nth-child(4) .slideheading,
.slide:nth-child(5) .slideheading,
.slide:nth-child(6) .slideheading {

color: #fff;

}


}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  div.set-width {
	max-width: 992px;
	position: relative;
	margin: 0 auto;
}
div.enquiry-form {
	max-width: 870px;
	margin: 0 auto;
	padding-top: 60px;
}
div.homebox {
	width: 24%;
	}
	div.homebox h3 {
	font-size: 17px;
}


div.aboutleft {
	margin-left: 60px;
	margin-right: 45px;
}
div.aboutleft, div.aboutright {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 90px;
}
div.aboutright {
	margin-left: 45px;
	margin-right: 40px;
}

a.logolink img {
	max-width:inherit;
	height: auto;
}
header#masthead.site-header {
	position: absolute;
	top:70px;
	right: 0;
	text-transform: uppercase;
	}
	
	.pageheaderimage {
	max-height: 425px;
	margin-bottom: 60px;
}

.team-member .pageheaderimage {
	max-height: inherit;
}

#post-7  div.teammember {
	width: 33%;
	margin-bottom: .25%;
	display: inline-block;
	vertical-align: top;
	height: 212px;
	background-position: left top !important;
	background-size: 169% !important;
	background-repeat: no-repeat !important;
	position: relative;
}
#post-7  div.teammemberdetails a {
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	padding-top: 10px;
}


div.slide {
	text-shadow: none;
}

div.formintro {
display: inline-block;
width: 29%;
font-size: 14px;	

}

.camberwellconveyancing div.formintro {
	width: 30.9%;
}

div.form p span {
	display: inline-block;

	width: 380px;
	margin-bottom: 0px;
}
div.form {
display: inline-block;
vertical-align: top;
width: 60%;
margin-left: 0%;
margin-top: 75px;
float: right;	
}
.camberwellconveyancing .pageheaderimage:after {
content: ' ';
left: 0;
background: #000;
width: 100%;
height: 20px;	
bottom: -20px;
position: absolute;
right: 0;
max-width: 992px;
margin: 0 auto;
}
div.form p span {
	width: 240px;
}
}
@media only screen and (min-width: 1247px) {
body,
button,
input,
select,
textarea {
	
	font-size: 16px;

}
div.form p span {
	display: inline-block;

	width: 380px;
	margin-bottom: 0px;
}
/* @group slidecontent */

.slide:nth-child(1) .slideheading,
.slide:nth-child(2) .slideheading,
.slide:nth-child(3) .slideheading,
.slide:nth-child(4) .slideheading,
.slide:nth-child(5) .slideheading,
.slide:nth-child(6) .slideheading {
font-size: 18px;
text-align: left;
line-height: 1.3em;
margin: 0 auto;
left: 0;
right: 0;
margin-bottom: 10px;
letter-spacing: 2px;
color: #fff;
margin-top: 0px;
width: 94%;
}


.slide:nth-child(1) .slideheading,
.slide:nth-child(4) .slideheading {
	text-align: center;
}

.slide:nth-child(3) .slideheading {
	width: 100%;
}

.slide:nth-child(1) p.slidesubheading,
.slide:nth-child(2) p.slidesubheading,
.slide:nth-child(3) p.slidesubheading,
.slide:nth-child(4) p.slidesubheading,
.slide:nth-child(5) p.slidesubheading,
.slide:nth-child(6) p.slidesubheading {
	width: auto;
	border: 0;
	font-size: 16px;
	position: relative;
	padding: 0;
}

.slide:nth-child(1) .slidecontent,
.slide:nth-child(2) .slidecontent,
.slide:nth-child(3) .slidecontent,
.slide:nth-child(4) .slidecontent,
.slide:nth-child(5) .slidecontent,
.slide:nth-child(6) .slidecontent,
 {

text-align: left;
}

.slide:nth-child(1) .slidecontent {
	bottom: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 200px;
	width: 700px;
	max-width: inherit;
}




.slide:nth-child(1) .slideheading {
font-size: 36px;
text-align: center;
line-height: 1.3em;
margin-bottom: 10px;
letter-spacing: 3px;
}




.slide:nth-child(1) div.slidecontent a  {
letter-spacing: 2px;
font-size: 19px;
text-align: center;
margin: 0 auto;
width: 500px;
display: block;
}

.slide:nth-child(2) .slidecontent {
	bottom: 90px;
	position: absolute;
	left: 0;
	right: 0;
max-width: inherit;
text-align: center;
}





.slide:nth-child(2) .slideheading {
font-size: 36px;
letter-spacing: 3px;
margin-bottom: 24px;
text-align: center;
max-width: 350px;
line-height: 1.2em;

}




.slide:nth-child(2) div.slidecontent a  {
text-transform: uppercase;
border: 1px solid;
padding: 6px 10px;
letter-spacing: 1px;
font-size: 14px;
}

.slide:nth-child(3) .slidecontent {
	top: 220px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 300px;
	background: rgba(155,134,87,0.9);
	padding: 40px;
	padding-top: 70px;
	max-width: 489px;
}




.slide:nth-child(3) .slideheading {
font-size: 29px;
letter-spacing: 3px;
border-top: 1px solid;
padding-top: 10px;
line-height: 1.2em;
margin-bottom: 0;
}


.slide:nth-child(3) p.slidesubheading {
text-transform: uppercase;	
position: absolute;
top: 30px;
margin: 0;
letter-spacing: 1px;
}


.slide:nth-child(3) div.slidecontent a  {

}

.slide:nth-child(4) .slidecontent {
	top: 140px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 430px;
}




.slide:nth-child(4) .slideheading {
font-size: 36px;
letter-spacing: 3px;
margin-bottom: 30px;
line-height: 1.2em;
}




.slide:nth-child(4) div.slidecontent a  {
text-transform: uppercase;
border: 1px solid;
padding: 6px 16px;
letter-spacing: 1px;
}

.slide:nth-child(5) .slidecontent {
	top: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1247px;
	max-width: inherit;
}




.slide:nth-child(5) .slideheading {
font-size:29px;
max-width: 700px;
letter-spacing: 3px;
line-height: 1.2em;

margin-left: 0;

}

.slide:nth-child(5) .slideheading:after {
	content: 'a ';
	background: #fff;
	height: 1px;
	width: 200px;
	display: block;
	text-indent: -89999px;
margin: 16px 0px;
}



.slide:nth-child(5) p.slidesubheading {
	text-align: left;
	position: relative;
	width: 334px;
	
margin-left: 0;
}

.slide:nth-child(6) .slidecontent {
top: 220px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 300px;
	background: rgba(155,134,87,0.9);
	padding: 40px;
	padding-top: 40px;
	padding-right: 60px;
	max-width: 400px;
}




.slide:nth-child(6) .slideheading {
font-size: 32px;
line-height: 1.2em;
letter-spacing: 3px;
width: 100%;
}


.slide:nth-child(6) .slideheading:after {
	content: 'a ';
	background: #fff;
	height: 1px;
	width: 100%;
	display: block;
	text-indent: -89999px;
margin: 16px 0px;
}

.slide:nth-child(6) p.slidesubheading {
margin-bottom: 0;
text-align: left;
margin-left: 0;
margin-right: 0;
}

.slide:nth-child(6) div.slidecontent a  {
text-transform: uppercase;
}


/* @end */
  /* 1247 =================================================== */
  
.non-phone {
display: inline-block;	
}
#supplementary {
	display: inline-block;
	vertical-align: top;
	width: 940px;
	float: right;
}
.home.page div.teammemberdetails {
	width: 400px;
	position: absolute;
	right: 10%;
	text-align: center;
	top: 20%;
}

.home.page .teammember:nth-child(1) div.teammemberdetails {
	width: 430px;
}

.home.page .teammember:nth-child(7) div.teammemberdetails {
	width: 440px;
}

.home.page div.teammemberdetails h5 {
		text-transform: uppercase;
	color: #afa26d;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 2em;
}
div.slide {
	height: 665px;
	background-position: top center !important;
	padding-bottom: 0px;
	background-repeat: no-repeat !important;
	position: relative;
	background-size: auto auto !important;
}
	
	

nav#primary-navigation.site-navigation.primary-navigation {
	position: relative;
}

header nav ul li ul {
	padding-top: 39px;
}

header nav a {
	color: #666;
	font-weight: bold;
	display: inline-block;
	padding: 0px 17px 0px 20px;
	font-size: 14px;
	letter-spacing: 1px;
}



a.logolink {
display: inline-block;	
margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}



div.homebox {
	width: 24.25%;
	}
	div.homebox h3 {
	font-size: 20px;
}
.home.page div.teammember {
	height: 474px;
	position: relative;
}

#post-7  div.teammember {
	width: 33.1%;
	margin-bottom: .25%;
	display: inline-block;
	vertical-align: top;
	height: 300px;
	background-position: left top !important;
	background-size: 167% !important;
	background-repeat: no-repeat !important;
	position: relative;
}

.home.page div.teammemberdetails h4 {
	text-transform: uppercase;
	color: #afa26d;
	letter-spacing: 2px;
	font-size: 31px;
}


div.set-width {
	max-width: 1247px;
	position: relative;
	margin: 0 auto;
}
div.site-info p:first-child {
	display: inline-block;
	width: 50%;
	text-align: left;
}

div.site-info p:last-child {
	display: inline-block;
	width: 50%;
	text-align: right;
}


article#post-258 h1, article#post-258 h2, h1.entry-title  {
	text-transform: uppercase;
		color: #afa26d;
		letter-spacing: 2px;
		font-size: 32px;
		text-align: center;
}
#post-7  div.teammemberdetails a {
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	padding-top: 50px;
}
#post-7 div.teammemberdetails a p {
	font-size: 13px;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.home.page div.teammemberdetails p {
	margin-bottom: 36px;
}

div.aboutleft {
	margin-left: 80px;
	margin-right: 45px;
}


div.bigbannerslider {
margin-bottom: 40px;	
}

div.enquiry-form {
	max-width: 1087px;
	margin: 0 auto;
	padding-top: 60px;
}
.camberwellconveyancing .pageheaderimage:after {
content: ' ';
left: 0;
background: #000;
width: 100%;
height: 20px;	
bottom: -20px;
position: absolute;
right: 0;
max-width: 1247px;
margin: 0 auto;
}

}

@media only screen and (min-width: 1800px) {
	
/* @group slidecontent */

.slide:nth-child(1) .slideheading,
.slide:nth-child(2) .slideheading,
.slide:nth-child(3) .slideheading,
.slide:nth-child(4) .slideheading,
.slide:nth-child(5) .slideheading,
.slide:nth-child(6) .slideheading {
font-size: 18px;
text-align: left;
line-height: 1.3em;
margin: 0 auto;
left: 0;
right: 0;
margin-bottom: 10px;
letter-spacing: 2px;
color: #fff;
margin-top: 0px;
width: 94%;
}


.slide:nth-child(1) .slideheading,
.slide:nth-child(4) .slideheading {
	text-align: center;
}

.slide:nth-child(3) .slideheading {
	width: 100%;
}

.slide:nth-child(1) p.slidesubheading,
.slide:nth-child(2) p.slidesubheading,
.slide:nth-child(3) p.slidesubheading,
.slide:nth-child(4) p.slidesubheading,
.slide:nth-child(5) p.slidesubheading,
.slide:nth-child(6) p.slidesubheading {
	width: auto;
	border: 0;
	font-size: 16px;
	position: relative;
	padding: 0;
}

.slide:nth-child(1) .slidecontent,
.slide:nth-child(2) .slidecontent,
.slide:nth-child(3) .slidecontent,
.slide:nth-child(4) .slidecontent,
.slide:nth-child(5) .slidecontent,
.slide:nth-child(6) .slidecontent,
 {

text-align: left;
}

.slide:nth-child(1) .slidecontent {
	bottom: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 20%;
	width: 700px;
	max-width: inherit;
}




.slide:nth-child(1) .slideheading {
font-size: 36px;
text-align: center;
line-height: 1.3em;
margin-bottom: 10px;
letter-spacing: 3px;
}




.slide:nth-child(1) div.slidecontent a  {
letter-spacing: 2px;
font-size: 19px;
text-align: center;
margin: 0 auto;
width: 500px;
display: block;
}

.slide:nth-child(2) .slidecontent {
	bottom: 90px;
	position: absolute;
	left: 0;
	right: 0;
max-width: inherit;
text-align: center;
}





.slide:nth-child(2) .slideheading {
font-size: 36px;
letter-spacing: 3px;
margin-bottom: 20px;
text-align: center;
}




.slide:nth-child(2) div.slidecontent a  {
text-transform: uppercase;
border: 1px solid;
padding: 6px 10px;
letter-spacing: 1px;
font-size: 14px;
}

.slide:nth-child(3) .slidecontent {
	top: 220px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 22%;
	background: rgba(155,134,87,0.9);
	padding: 40px;
	padding-top: 76px;
	max-width: 509px;
}




.slide:nth-child(3) .slideheading {
font-size: 29px;
letter-spacing: 3px;
border-top: 1px solid;
padding-top: 10px;
line-height: 1.2em;
margin-bottom: 0;
}


.slide:nth-child(3) p.slidesubheading {
text-transform: uppercase;	
position: absolute;
top: 46px;
margin: 0;
letter-spacing: 1px;
}


.slide:nth-child(3) div.slidecontent a  {

}

.slide:nth-child(4) .slidecontent {
	top: 140px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 430px;
}




.slide:nth-child(4) .slideheading {
font-size: 36px;
letter-spacing: 3px;
margin-bottom: 30px;
line-height: 1.2em;
}




.slide:nth-child(4) div.slidecontent a  {
text-transform: uppercase;
border: 1px solid;
padding: 6px 16px;
letter-spacing: 1px;
}

.slide:nth-child(5) .slidecontent {
	top: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1247px;
	max-width: inherit;
}




.slide:nth-child(5) .slideheading {
font-size:29px;
max-width: 700px;
letter-spacing: 3px;
line-height: 1.2em;

margin-left: 0;

}

.slide:nth-child(5) .slideheading:after {
	content: 'a ';
	background: #fff;
	height: 1px;
	width: 200px;
	display: block;
	text-indent: -89999px;
margin: 16px 0px;
}



.slide:nth-child(5) p.slidesubheading {
	text-align: left;
	position: relative;
	width: 334px;
	
margin-left: 0;
}

.slide:nth-child(6) .slidecontent {
top: 220px;
	position: absolute;
	left: 0;
	right: 0;
	margin-right: 23%;
	background: rgba(155,134,87,0.9);
	padding: 40px;
	padding-top: 40px;
	padding-right: 60px;
	max-width: 400px;
}




.slide:nth-child(6) .slideheading {
font-size: 32px;
line-height: 1.2em;
letter-spacing: 3px;
width: 100%;
}


.slide:nth-child(6) .slideheading:after {
	content: 'a ';
	background: #fff;
	height: 1px;
	width: 100%;
	display: block;
	text-indent: -89999px;
margin: 16px 0px;
}

.slide:nth-child(6) p.slidesubheading {
margin-bottom: 0;
text-align: left;
margin-left: 0;
margin-right: 0;
}

.slide:nth-child(6) div.slidecontent a  {
text-transform: uppercase;
}

/* Onstem Social Icons Style */
.social_icons img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}

.social_icons img {
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* @end */
	}