/*
Theme Name:Mikestyle SRA
Theme URI:http://miketargett.com/
Author:<a href="http://miketargett.com/">Mike Targett</a>
Version:6.0
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
============================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	clear: both;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* TYPOGRAPHY
============================== */

body,
input,
textarea {
	font-size: 100%;
	line-height: 1;
	font-weight: 400;
	color: #000;
}

@media only screen and (max-width: 900px)  {
	body,
	input,
	textarea {
		font-size: 93.75%;
	}
}

@media only screen and (max-width: 600px)  {
	body,
	input,
	textarea {
		font-size: 87.5%;
	}
}

/* FONTS
============================== */

body,
input,
textarea,
.contact-form,
h1, h2, h3, h4, h5, h6,
.footnotes {
	font-family: 'Open Sans', sans-serif;
}

.entry-content,
.entry-excerpt {
	font-family: 'Amiri', serif;
}

pre,
code {
	font-family: monospace;
}

/* VARIOUS
============================== */

p,
ul,
ol,
dd,
pre,
hr {
	margin-bottom: 1.3125em;
}

.clear{
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

hr {
	background-color: #eee;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 1.3125em;
}

dl {
	margin: 0 0 1.3125em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.3125em;
}

b,
strong,
.strong {
	font-weight: bold;
}

cite,
em,
i,
.em {
	font-style: italic;
}

cite,
.cite {
	font-size: smaller;
}

cite em {
	font-style: normal !important;
}

big,
.big {
	font-size: 131.25%;
}

small,
.small {
	font-size: 80%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	padding: 0 2em;
	border-left: solid 1px #88b82a;
}

@media only screen and (max-width: 600px)  {
	blockquote {
		padding: 0 1em;
	}
}

pre {
	background: #f7f7f7;
	color: #222;
	margin-bottom: 1.3125em;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: .85em;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* LISTS
============================== */

.entry-content ul,
.entry-content ol {
	margin-left: 1em;
}

.entry-content ul {
	list-style: none;
}

.entry-content ul li,
.entry-content ol li {
	margin-bottom: 1em;
	font-size: 1.25em;
	line-height: 1.5;
}

.entry-content ul li:before {
	content: ' › ';
}

ol {
	list-style: 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;
}

/* TABLES
============================== */

table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 1.3125em 0;
	text-align: left;
	width: 100%;
}

tr th,
thead th {
	color: #888;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-transform: uppercase;
}

tr td {
	border-top: 1px solid #e7e7e7;
	padding: .5em 1em;
}

tr.odd td {
	background: #f2f7fc;
}

dt,
th {
	color: #000;
}

/* LINKS
============================== */

a {
	color: #88b82a;
	text-decoration: none;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}

a span.arrow {
	color: #88b82a;
}

.single-publications .arrow {
	display: none;
}

.entry-content a {
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #0970b2;
}

/* BUTTON LINKS
============================== */

a.button {
	display: inline-block;
	padding: 1em;
	border: solid 3px #88b82a;
	font-weight: 700;
}

a.button:hover,
a.button:focus,
a.button:active {
	background: #88b82a;
	border-color: #88b82a;
	color: #fff;
}

a.button.black {
	color: #000;
	border-color: #000;
}

a.button.black:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* EDIT LINK
============================== */

a.post-edit-link {
	position: absolute;
    top: 1em;
    left: 1em;
	display: inline-block;
	padding: 1em;
	border: solid 2px #dbdbdb;
    font-size: .5em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #dbdbdb;
	text-transform: uppercase;
}

a.post-edit-link:hover {
	border-color: #999;
	color: #999;
}

/* TITLES
============================== */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: .8em;
	line-height: 1em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #000;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.25em;
}

h4 {
	margin-bottom: 2em;
	font-size: 1.0em;
}

h5 {
	font-size: 0.75em;
}

h6 {
	font-size: 0.50em;
}

/* IMAGES
============================== */

.entry-content img {
	display: block;
	clear: both;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 0 1.3125em;
	line-height: 1;
}

.entry-excerpt img {
	display: none;
}

/* VIDEOS
============================== */

.embed-container {
	position: relative;
	margin-bottom: 1.3125em;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* PAGE
============================== */

body {
	background: #fff;
}

header,
section,
footer,
.breadcrumbs p {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 2.5em 8%;
}

@media only screen and (max-width: 1200px)  {
	header,
	section,
	footer,
	.breadcrumbs p {
		padding: 2.5em 4%;
	}
}

header:after,
section:after,
footer:after,
nav:after,
.logos:after {
  content: "";
  display: table;
  clear: both;
}

/* HEADER
============================== */

@media only screen and (max-width: 900px)  {
	header {
		text-align: center;
	}
}

/* LOGO
============================== */

.logo {
	display: inline-block;
	clear: left;
	float: left;
}

@media only screen and (max-width: 900px)  {
	.logo {
		display: block;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.logo img {
	width: 346px;
	height: 103px;
}

/* PRIMARY NAVIGATION
============================== */

nav {
	display: inline-block;
	clear: right;
	float: right;
  padding-top: 1.75em;
}

@media only screen and (max-width: 900px)  {
	nav {
		display: block;
		clear: both;
		float: none;
	}
}

nav ul {
	list-style: none;
	margin: 0;
	text-align: right;
}

@media only screen and (max-width: 900px)  {
	nav ul {
		text-align: center;
	}
}

nav li {
	display: inline-block;
}

@media only screen and (max-width: 900px)  {
	nav li {
		display: block;
		float: left;
		width: 25%;
	}
}

nav a {
	display: block;
	padding: 1em;
	margin: 0 .5em;
	font-size: 1em;
	font-weight: 700;
	color: #000;
	border-bottom: solid 3px #fff;
}

nav a:hover,
nav a:focus,
nav a:active {
	border-bottom: solid 3px #88b82a;
	color: #88b82a;
}

nav .current_page_item a,
nav .current_page_item a:hover,
.single-teams .nav-team a,
.single-teams .nav-team a:hover,
.single-services .nav-services a,
.single-services .nav-services a:hover {
	border-bottom: solid 3px #0970b2;
	color: #0970b2;
}

/* BREADCRUMBS
============================== */

.breadcrumbs {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	border: solid 1px #88b82b;
	border-width: 1px 0;
}

.breadcrumbs p {
	margin: 0 auto;
	font-size: .9375em;
	color: #88b82b;
}

.breadcrumbs a {
	font-weight: 700;
}

.breadcrumbs a:nth-last-child(1) {
	font-weight: 400;
}

.breadcrumbs a:before {
	content: ' › ';
	padding: 0 .25em;
	font-weight: 400;
}

.breadcrumbs a:first-child:before {
	content: none;
}

/* BANNER
============================== */

.banner {
	padding-top: 5em;
	padding-bottom: 2.5em;
	background-color: #ededed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.keywords h1 {
	margin-bottom: 1em;
	font-weight: 800;
	text-transform: uppercase;
	color: #0970b2;
}

.keywords h1 span {
	padding: .25em;
	background: rgba(255,255,255,0.8);
}

/* SECTION
============================== */

section {
}

/* ENTRY
============================== */

.entry {
	display: block;
	clear: left;
	float: left;
	width: 60%;
	padding: 0 0 3em 0;
}

@media only screen and (max-width: 600px)  {
	.entry {
		display: block;
		clear: both;
		float: none;
		width: 100%;
	}
}

/* ARTICLE
============================== */

article {
	padding-bottom: 2.5em;
	margin-bottom: 2.5em;
	border-bottom: solid 1px #eee;
}

article h3 {
	margin-bottom: .4em;
}

/* META
============================== */

.entry-meta {
	margin-bottom: 0;
	color: #999;
	font-size: smaller;
}

.category-blog .entry .entry-meta,
.single-post .entry .entry-meta {
	margin-bottom: 2.5em;
}

.authors {
	margin-top: 1.25em;
	color: #999;
}

.authors span:before {
	content: '/ ';
}

.authors span:first-child:before {
	content: none;
}

/* ENTRY CONTENT
============================== */

.entry-content p,
.entry-excerpt p {
	font-size: 1.25em;
	line-height: 1.5;
	color: #333;
}

.page .entry-content p:first-child,
.single-teams .entry-content p:first-child,
.single-services .entry-content p:first-child {
	font-size: 1.5em;
}

/* FOOTNOTES
============================== */

.footnotes {
	margin-bottom: 2.5em;
	padding-bottom: 1.25em;
	border-bottom: dotted 1px #eee;
}

.footnotes ol {
	margin-left: 1em;
}

.footnotes li {
    font-size: 13px;
    line-height: 16px;
    color: #777;
}

/* ASIDE
============================== */

aside {
	display: block;
	clear: right;
	float: right;
	width: 30%;
	margin: 0 0 1.875em;
	padding-top: .25em;
	border-bottom: solid 1px #eee;
}

@media only screen and (max-width: 600px)  {
	aside {
		display: block;
		clear: both;
		float: none;
		width: 100%;
	}
}

/* MENU LISTS
============================== */

.list ul {
	list-style: none;
	margin: 0;
}

.list li {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: solid 1px #eee;
}

aside .list li {
	font-size: .875em;
	line-height: 1.5em;
}

.list li a {
	line-height: 1.25em;
}

/* SERVICES
============================== */

.entry .services ul {
	margin-bottom: 1.5em;
	border-bottom: solid 1px #eee;
}

/* TEAM
============================== */

.entry .team li {
	margin-bottom: 2.5em;
	border: 0 none;
	padding-top: 0;
}

.team li:after {
	content: "";
	display: table;
	clear: both;
}

.headshot {
	float: left;
	width: 150px;
}

aside .headshot {
	width: 50px;
}

.headshot img {
	width: 150px;
	height auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

aside .headshot img {
	width: 50px;
}

.member-info {
	float: left;
	padding-top: 2em;
	padding-left: 1em;
}

aside .member-info {
	padding-top: 0;
	padding-left: .5em;

}

.entry .sra-position {
	font-size: 1.5em;
}

.name h2 {
	margin: .1em 0;
}

aside .name h2 {
	font-size: 1em;
	margin-bottom: 0;
}

.postnominals {
	color: #333;
}

aside .postnominals {
	display: none;
}

/* PUBLICATIONS
============================== */

.entry .publications {
	margin-top: 2.125em;
	padding-top: 2.125em;
	border-top: dotted 1px #eee;
	border-bottom: solid 1px #eee;
}

/* Tags
==============================

.tags a {
	display: block;
	float: left;
	white-space: nowrap;
	margin: 0 1em 1.2em 0;
	line-height: 1.6em;
}

.tags a:before {
	content: '#';
	margin-right: 1px;
}
 */




/* SECTION - CLIENTS
============================== */

section.clients {
	padding-top: 4.5em;
	background: #b1b1b1;
}

.logos ul {
	list-style: none;
	margin: 0;
}

.logos li {
	display: inline-block;
	float: left;
	width: 16%;
	margin: 0 auto 1.5em;
	text-align: center;
}

@media only screen and (max-width: 1200px)  {
	.logos li {
		width: 20%;
	}
	.logos li:nth-child(n+16) {
			display: none;
	}
}

@media only screen and (max-width: 900px)  {
	.logos li {
		width: 25%;
	}
	.logos li:nth-child(n+13) {
			display: none;
	}
}

@media only screen and (max-width: 750px)  {
	.logos li {
		width: 33%;
	}
	.logos li:nth-child(n+10) {
			display: none;
	}
}

@media only screen and (max-width: 600px)  {
	.logos li {
		width: 50%;
	}
	.logos li:nth-child(n+7) {
			display: none;
	}
}

.single-services .logos li,
.slug-teams .logos li {
	width: 33%;
}

@media only screen and (max-width: 900px)  {
	.single-services .logos li,
	.slug-teams .logos li {
		width: 50%;
	}
}

.logos img {
	width: auto;
	height: 75px;
	opacity: .4;
}

/* FOOTER
============================== */

footer {
	background: #000;
	color: #f1f1f1;
	padding: 6rem 0;
}

footer aside {
	display: none;
	float: left;
	width: 20%;
	margin: 0 0 3em 5%;
	padding: 0;
	border: 0 none;
}

@media only screen and (max-width: 600px)  {
	footer aside {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		margin: 0 0 3em 0;
	}
}

aside.social {
	width: 50%;
	margin-left: 0;
}

@media only screen and (max-width: 600px)  {
	aside.social {
		width: 100%;
	}
}

footer h4,
footer h4 a,
footer h4 a:hover,
footer h4 a:focus,
footer h4 a:active {
	color: #f1f1f1;
}

footer h4 a span.arrow {
	color: #65b4e7;
}

footer a {
	color: #0970b2;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #77b4e4;
}

footer .small,
footer .small a {
	color: #77b4e4;
}

footer .small a {
	text-decoration: underline;
}

footer aside .list ul {
	list-style: none;
	margin: 0;
	border: 0 none;
}

footer aside .list li {
	margin-bottom: 1em;
	padding: 0;
	border: 0 none;
}

/* COPYRIGHT
============================== */

.copyright {
	display: block;
	clear: both;
	width: 100%;
	color: #777;
	font-size: .875em;
}

.copyright p {
	margin: 0;
	text-align: center;
}

/* MAILCHIMP & WP CONTACT/FEEDBACK
============================== */

#mc_embed_signup,
.wp-contact-form {
	clear: left !important;
	float: none !important;
	width: 100% !important;
	background: transparent !important;
}

footer #mc_embed_signup {
	background: #000 !important;
}

#mc_embed_signup form,
form.wp-contact-form {
	display: block !important;
	position: relative !important;
	padding: 0 !important;
	text-align: left !important;
}

.wp-contact-form label {
	display: block !important;
	font-size: .875em !important;
	font-weight: 400 !important;
	line-height: 2 !important;
	font-weight: bold !important;
}

#mc_embed_signup input.email,
#mc_embed_signup input.fname,
#mc_embed_signup input.lname,
#mc_embed_signup textarea.message,
.wp-contact-form input.text,
.wp-contact-form textarea {
	display: block !important;
	margin: 0 0 1em 0 !important;
	padding: 0 1em !important;
	font-size: 1em !important;
	color: #333 !important;
	min-height: 3em !important;
	width: 80% !important;
	min-width: 130px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
  border: solid 3px #b1b1b1 !important;
  background: #fff !important;
}

#mc_embed_signup textarea.message,
.wp-contact-form textarea {
	padding: 1em !important;
}

footer #mc_embed_signup input.email {
	color: #fff !important;
	border: solid 3px #65b4e7 !important;
	background: #0970b2 !important;
}

footer #mc_embed_signup input.email::-webkit-input-placeholder {
	color: #65b4e7;
}
footer #mc_embed_signup input.email::-moz-placeholder {
	color: #65b4e7;
}
footer #mc_embed_signup input.email:-ms-input-placeholder {
	color: #65b4e7;
}
footer #mc_embed_signup input.email:-moz-placeholder {
	color: #65b4e7;
}
footer #mc_embed_signup input#mce-EMAIL {
	color: #65b4e7;
}

#mc_embed_signup input.button,
.wp-contact-form input.button {
	display: inline-block !important;
	clear: both !important;
	width: auto !important;
	min-width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: .875em !important;
	border: solid 3px #000 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: #000 !important;
	font-size: 1em !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	cursor: pointer !important;
	vertical-align: top !important;
	white-space: nowrap !important;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}

footer #mc_embed_signup .button {
	background-color: #fff !important;
	border: solid 3px #fff !important;
	color: #000 !important;
}

footer #mc_embed_signup .button:hover {
	background: #000 !important;
	color: #fff !important;
}

.wp-contact-form input.button:hover {
	background-color: #000 !important;
	border: solid 3px #000 !important;
	color: #fff !important;
}

#mc_embed_signup .response,
.wp-contact-form .cw-message p {
	font-size: 1em !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	border: solid 3px #0970b2 !important;
	padding: 2em 2.5em !important;
	color: #0970b2 !important;
}

/* 404 Error
============================== */
