/*
Theme Name: Eastern Applicators
Theme URI: http://www.easternapplicators.com/
Author: Dara Skolnick
Author URI: http://daraskolnick.com
Description: Custom theme for Eastern Applicators
Version: 1.0
License: GNU General Public License
*/

/* =Web Fonts
-------------------------------------------------------------- */

@import url(MyFontsWebfontsKit.css);

/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background-color: #f3f3f3;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
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:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #828282;
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.container {
	width: 940px;
	margin: 0 auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}

h1 {
	font-size: 48px;
	font-weight: 200;
	line-height: 1;
	margin-bottom: .75em;
}

h2 {
	font-size: 32px;
	font-weight: 200;
	line-height: 1.21875;
	margin-bottom: 1.25em;
}

h3 {
	font-size: 25px;
	font-weight: 600;
	color: #0A7930;
}

h5 {
	font-size: 12px;
	font-weight: 300;
}

.home h1 {
	font-size: 57px;
	margin-bottom: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	font-size: 17px;
	margin-bottom: 1.5em;
}

.home p {
	font-size: 18px;
}

.entry-content p {
	color: #8f8680;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 700;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: 700;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	font-size: 13px;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #434343;
	color: white;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 15px 45px;
	text-transform: uppercase;
	font-weight: 700;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #828282;
	border: none;
	background: #f3f3f3;
	text-transform: none;
	font-size: 14px;
	width: 440px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	padding: 9px 10px 8px 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

select {
  border: none;
  outline: 0;
  margin: 0;
  text-align: left;
  vertical-align: top;
  padding: 8px 10px 6px 10px;
  border-radius: 0;
  width: 460px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(img/downarrow.png);
  background-repeat: no-repeat;
  background-position: right;
}

::-webkit-input-placeholder {
	color: #828282;
}

:-moz-placeholder { /* Firefox 18- */
	color: #828282;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #828282;
}

:-ms-input-placeholder {  
	color: #828282;
}

.wpcf7 p {
	margin-bottom: 10px;
}

.wpcf7 input[type="submit"] {
	float: right;
}

/* Links */
a {
	color: #0A7930;
	text-decoration: none;
}

/*a:hover {
	text-decoration: underline;
}*/

a.plus:after,
a.project-link:after,
.archive p.title:after {
	content: "";
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url(img/sprite.png);
	background-position: 0 -176px;
	margin-left: 12px;
	position: relative;
	top: 2px;
}

a.project-link:after,
.archive p.title:after {
	background-position: 0 -195px;
	top: 3px;
	margin-left: 17px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

span.green,
strong.green {
	color: #0A7930;
}

span.dark,
strong.dark {
	color: #434343
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after,
.header-contact:before,
.header-contact:after,
.tabs:before,
.tabs:after,
.projects:before,
.projects:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after,
.header-contact:after,
.tabs:after,
.projects:after {
	clear: both;
}

/* =Header/Footer
----------------------------------------------- */

.site-header {
	background: white;
	box-shadow: 0 0 13px rgba(0,0,0,.11);
	position: relative;
	z-index: 2;
}

.no-boxshadow .site-header {
	border-bottom: 1px solid #eee;
}

.site-branding {
	float: left;
}

.site-title {
	width: 218px;
	height: 81px;
	background-image: url(img/ea-logo.png);
}

.site-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header-contact {
	margin: 0;
	list-style: none;
	font-weight: 700;
	color: white;
	height: 34px;
	overflow: hidden;
}

.header-contact li {
	display: block;
	float: right;
	/* background: url(plain_green.png) repeat;*/ 
	padding: 5px 25px;
}

.header-contact li.meeting {
	background: #434343;
	font-size: 13px;
	padding: 7px 25px 8px 25px;
}

.header-contact a {
	color: white;
}

.site-footer {
	background-color: #f3f3f3;
	padding-top: 30px;
}

.site-footer p {
	font-size: 12px;
	color: #828282;
	float: left;
	margin-bottom: 80px
}

.site-footer p.copyright {
	float: right;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	/*clear: both;*/
	display: block;
	float: right;
	margin-top: 70px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	margin-left: 25px;
	text-transform: uppercase;
}
.main-navigation a {
	color: #828282;
	display: block;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #0A7930;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #0A7930;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.site-content {
	background: white;
}

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 3em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; overflow: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; max-width: none; margin: 0 auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

.flex-control-nav {
	display: none;
}

/* =Specific Pages
----------------------------------------------- */

/* Home */

.home .main-slider {
	position: relative;
	/*background: #0A7930;*/
	overflow: hidden;
}

.flex-direction-nav,
li .project {
	width: 940px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.flex-direction-nav {
	height: 57px;
	z-index: 23;
}

li .project div {
	background: rgb(49, 36, 27);
	background: rgba(49, 36, 27, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
}

.home .slides li > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 21;
}

li .project div:before {
	width: 1000px;
	height: 100%;
	background: rgb(49, 36, 27);
	background: rgba(49, 36, 27, 0.9);
	top: 0;
	left: -1000px;
	content: "";
	display: block;
	position: absolute;
}

li .project a {
	color: white;
}

.flex-direction-nav li {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	right: 0;
	z-index: 23;
}

.main-slider .flex-direction-nav li {
	margin-top: -92px;
}

.flex-direction-nav li:first-child {
	left: 0;
}

.flex-direction-nav a {
	background: url(img/sprite.png);
	display: block;
	text-indent: -9999px;
	background-position: 0 -94px;
	height: 57px;
	width: 29px;
}

.flex-direction-nav a.flex-next {
	background-position: -30px -94px;
}

span.carousel-overlay {
	/* background: url(img/plain_green.png) repeat;*/
	float: right;
	color: white;
	font-weight: 300;
	font-size: 31px;
	line-height: 1.25;
	padding: 15px 30px;
	width: 310px;
}

span.carousel-overlay:after {
/*	background: url(img/plain_green.png) repeat;*/
	width: 1000px;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -1000px;
}

.touch span.carousel-overlay:after {
	right: -999px;
}

.home #slider > .container {
	position: relative;
	top: -106px;
	z-index: 20;
}

.home-main {
	margin-top: -122px;
}

.home-left {
	width: 540px;
	float: left;
}

.home-left h3 {
	margin-bottom: 1em;
}

.home-right {
	width: 260px;
	float: right;
	border: 4px solid #f0f0f0;
	padding: 30px;
}

.home-right strong {
	font-size: 24px;
	color: #e4e2e2;
	margin-bottom: 15px;
	display: block;
}

.home-right p {
	margin-bottom: 0;
}

.home-right .alignleft {
	margin-right: 2.5em;
	margin-top: 5px;
}

.home .entry-content {
	margin-top: 70px;
}

section.testimonials {
	clear:both;
	background: #828282;
	color: white;
	position: relative;
}

.testimonial-slider {
	position: relative;
	padding: 70px 80px;
	text-align: center;
	font-weight: 300;
}

.home .testimonial-slider p {
	font-size: 16px;
}

.testimonial-slider p.testimonial {
	font-size: 20px;
}

section.testimonials:before {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	position: absolute;
	margin-left: -10px;
}

/* About */

.one_fourth,
.one_fourth p {
	font-size: 14px;
}

.one_fourth {
	margin-bottom: 20px;
}

.one_fourth .name {
	font-size: 21px;
}

/* Clients */

h1 + hr {
	margin-top: -1em;
	margin-bottom: 3em;
}

.page-id-9 .one_fourth img {
	display: block;
	margin: 0 auto;
}

.page-id-9 h5 {
	text-transform: uppercase;
}

/* Services */

.page-id-18 .one_fourth {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	float: none;
	width: 24.6%;
	margin-top: 140px;
}

.page-id-18 .one_fourth img {
	margin-bottom: 30px;
}

/* Links */

.page .entry-content ul {
	list-style: none;
	text-transform: uppercase;
	border-left: 1px solid #dbdbdb;
	padding-left: 20px;
	margin-left: 0;
	font-size: 14px;
}

.page .entry-content ul li {
	padding-bottom: 15px;
}

.page .entry-content ul li:last-child {
	padding-bottom: 0;
}

.page .entry-content ul a {
	font-weight: 600;
	color: #828282;

}

/* Contact */

.featured-img {
	background: #FFFFFF;
}

.featured-img img {
	display: block;
	margin: 0 auto;
	padding: 20px 25px 10px 24px;
}

.page-id-23 #main,
.contact-forms {
	width: 460px;
	float: left;
}

.contact-forms {
	margin-left: 20px;
}

.contact-info p {
	font-size: 14px;
}

.page-id-23 .three_fifth p {
	font-size: 14px;
	margin-bottom: 0;
	float: left;
}

.page-id-23 .three_fifth img {
	position: relative;
	top: 3px;
}

.page-id-23 .two_fifth {
	position: relative;
	top: -3px;
}

/* Contact */

.tabs {
	border-bottom: 4px solid #828282;
	text-align: center;
	margin-top: 74px;
	margin-bottom: 22px;
}

.tabs a {
	font-size: 12px;
	font-weight: 700;
	color: #828282;
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 14px 25px 10px 24px;
}

.no-boxshadow .tabs a {
	padding: 14px 17px 10px 16px;
}

.tabs a:hover {
	text-decoration: none;
}

.tabs a.active {
	color: white;
	background: #828282;
}

.tab-content > section {
	display: none;
}

.tab-content > section.active {
	display: block;
}

/* Projects */

.archive .one_third a {
	position: relative;
	display: block;
}

.archive .one_third img {
	display: block;
}

p.title {
	background: rgb(49, 36, 27);
	background: rgba(49, 36, 27, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 16px;
	color: white;
	display: block;
	width: 270px;
}

.archive p.title:after {
	position: absolute;
	right: 10px;
	bottom: 15px;
	top: auto;
}

.archive h1,
.single-projects h1 {
	float: left;
}

ul.project-type {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	list-style: none;
	float: right;
	margin-top: 15px;
}

ul.project-type li {
	display: inline-block;
	margin-left: 20px;
}

ul.project-type a {
	background-color: #f3f3f3;
	color: #AEAEAE;
	padding: 7px 20px;
}

ul.project-type a.current {
	background: #0A7930;
	color: white;
}

.projects {
	clear:both;
}

.archive .one_third {
	width: 31.914893617%;
	margin-right: 2.127659574%;
	margin-bottom: 20px;
}

.archive .one_third:nth-child(3n) {
	margin-right: 0;
}

/* Single project */

.single-projects .flexslider {
	clear: both;
	position: relative;
	margin-bottom: 50px;
}

.single-projects .flex-direction-nav {
	width: 900px;
}

.single-projects .flex-control-nav {
	display: block;
}

.flex-control-nav {
	position: absolute;
	right: 25px;
	bottom: 5px;
}

.flex-control-nav li {
	display: inline-block;
	margin-left: 8px;
}

.flex-control-nav li a {
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 10px;
	text-indent: -9999px;
	cursor: pointer;
	background: #6a6a6a;
}

.flex-control-nav li a.flex-active {
	background: #fff;
}

.single-projects h1.entry-title {
	float: none;
	font-size: 45px;
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 15px;
}

.project-content {
	color: #AEAEAE;
}

.project-meta p {
	font-size: 14px;
	color: #434343;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}