/*
Theme Name: Samuel Higham
Description: A theme created for Samuel Higham
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/* Resets */
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;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1.25;
	color: #333;
	font-size: 85%;
	font-family: 'PT Sans', sans-serif;
	color: #555;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Links */
a {
	color: #0b23ab;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active, #access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist {
	list-style-type: none;
}
nav ul {
	list-style: none;
}
.clearfix {
	display: block;
	clear: both;
	width: 100%;
}
#wrapper {
	height: auto;
	margin: auto;
	overflow: hidden;
	width: 946px;
}
header {
	margin-top: 10px;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 10px;
}
#strapline {
	color: #00523f;
	float: left;
	font-size: 40px;
	margin: 37px 30px 0;
}
#socialmedia {
	float: right;
	list-style: outside none none;
}
#mainmenu {
	background: url("images/mainmenu-bg.png") repeat-x;
	clear: both;
	height: 48px;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}
#mainmenu ul li, #mainmenu ul li a {
	display: block;
	float: left;
}
#socialmedia li {
	float: left;
	padding: 0 6px;
}
#mainmenu ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
	padding: 0 58px;
	text-align: center;
	text-transform: uppercase;
}
::i-block-chrome, #mainmenu ul li a {
	padding: 0 57px;
}

#mainmenu ul li a:hover, .current-menu-item {
	background: url("images/mainmenu-bg.png") bottom repeat-x;
	text-decoration: none;
}
#socialmedia li {
	float: left;
	padding: 0 6px;
}
#feature {
	position: relative;
	margin-top: 10px;
	height: 595px;
}
#feature #featurebg {
	position: absolute;
	top: 0;
	left: 0;
}
#feature #introduction {
	position: absolute;
	right: 0;
	top: 220px;
	width: 270px;
}
#feature #introduction h2 {
	background: #00694e;
	color: #FFF;
	font-weight: bold;
	padding: 6px 16px;
}
#feature #introduction p {
	background: rgba(255,255,255,.2);
	color: #FFF;
	padding: 5px 15px;
	margin-bottom: 0;
}
#feature #introduction a {
color: #FFF;	
}

#feature #introduction .cta {
	background: rgba(0,0,0,.1);
	display: block;
	padding: 5px 16px;
	color: #004124;
	text-transform: uppercase;
	font-size: 12px;
}
#mainbody {
	background: url("images/mainbody-bg.png") repeat-y #FFF;
	margin-top: 10px;
	overflow: hidden;
	color: #555;
	font-size: 13px;
}
#mainbody #maincontent {
	float: left;
	width: 593px;
	margin-left: 20px;
	padding: 20px;
}
#mainbody #testimonials {
	float: right;
	width: 230px;
	padding: 20px;
	font-size: 13px;
}
#mainbody #maincontent .leftcolumn {
	float: left;
	width: 147px;
}
.nametag {
	background: #dbf0f2;
	font-size: 12px;
	margin-top: 6px;
	padding: 7px;
	color: #0e8533;
}
.nametag p {
	margin-bottom: 0;
}
#mainbody #maincontent .rightcolumn {
	float: right;
	width: 420px;
}
#mainbody #maincontent .rightcolumn .bold {
	color: #0e8533;
	font-weight: bold;
	font-size: 19px;
}
#mainbody blockquote {
	margin: 0 0 20px;
}
#mainbody blockquote cite {
	color: #0e8533;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	text-decoration: underline;
}
footer {
	margin-top: 100px;
	font-size: 12px;
}
footer img {
	margin-bottom: 15px;
}
footer a {
	color: #0e8533;
}

.page-template-twocol-php #mainbody {
background: url(images/twocol-bg.png) repeat-y;
}
.page-template-twocol-php #mainbody #maincontent {
    overflow: hidden;
    padding: 0;
    width: 931px;
}
.column {
    padding: 15px;
    width: 413px;
}
#left.column {
    float: left;
}
#right.column {
    float: right;
    margin-right: 25px;
}

h1 {
    color: #0e8533;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.4em;
}

#mainbody a {
	 color: #0e8533;
}

.entry .wpcf7 {
    background: #E5F5F8;
    padding: 20px;
}
.entry .wpcf7 label, .entry .wpcf7 input, .entry .wpcf7 textarea {
    display: block;
    clear: both;
    margin-bottom: 5px;
    width: 100%;
}
.entry .wpcf7 label {
    font-weight: bold;
}
.entry .wpcf7 input, .entry .wpcf7 textarea {
border: none;
padding: 5px;	
}

#mainbody .entry .wpcf7-submit {
    width: 110px;
    background: #73c7d7;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    float: right;
}


#legallogo {
    float: left;
}
#contact {
    float: left;
    margin-left: 20px;
    margin-top: 24px;
}
footer p {
    clear: both;
}

#maincontent ul, #maincontent ol {
    margin: 1rem 2rem;
}
#maincontent blockquote {
    font-style: italic;
    padding: 0 2rem;
    color: #0e8533;
    display: block;
}


@media all and (max-width: 640px) {
#wrapper, header, feature, #feature img, #mainbody, #mainbody #maincontent, #mainbody #maincontent .leftcolumn, #mainbody #maincontent .rightcolumn, #mainbody #testimonials, footer, #feature #introduction, .page-template-twocol-php #mainbody #maincontent, .page-template-twocol-php .column {
	width: 100%!important;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
}
#strapline {
	display: none;
}
#feature #introduction {
	position: relative;
	right: 0;
	top: 10px;
	width: 380px;
	margin-bottom: 20px;
}
#feature {
	height: auto;
}
#socialmedia {
	margin-top: 20px;
}
#mainbody #maincontent, .page-template-twocol-php #mainbody #maincontent, #mainbody #testimonials, footer {
	margin: 5%!important;
	padding: 5%!important;
	width: 80%!important;
}
.leftcolumn {
	text-align: center;
	margin-bottom: 15px!important;
}
#mainmenu ul li a, #mainmenu ul li {
	width: 100%;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	background: url(images/mainmenu-bg.png) repeat-x;
}
#mainmenu {
	height: auto;
}
#mainbody, .page-template-twocol-php #mainbody {
background: #FFF;	
}

#feature #introduction p, #feature #introduction a {
color: #555;	
}

#right.column {
margin-right: 0;	
}

#contact {
    float: none;
    margin-left: 0px;
}

}
