/*
Theme Name: Clay
Author: Adam Mills
Author URI: http://www.bottomlessdesign.com/
Description: Clay is a responsive, retina friendly theme that lets website content shine with a stylish, yet minimal design.
Version: 1.9.1
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Find out more at Underscores.me.

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/
*/

/* ///////////////////////////////////////////////////////////////////// 
//  00 - Index
/////////////////////////////////////////////////////////////////////*/

/*
//  01 - Reset
//  02 - Global
//  03 - Icons
//  04 - Header
//  05 - Menu
//  06 - General Layout
//  07 - Homepage Layout
//  08 - Content
//  09 - Buttons
//  10 - Shortcodes
//  11 - Slideshow
//  12 - Portfolio
//  13 - Media
//  14 - Comments
//  15 - Widgets
//  16 - Footer
//  17 - Infinite Scroll
//  18 - WooCommerce
//  19 - Media Queries
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - 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: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: 'Genericons';
    src: url('fonts/genericons-regular-webfont.eot');
    src: url('fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/genericons-regular-webfont.woff') format('woff'),
         url('fonts/genericons-regular-webfont.ttf') format('truetype'),
         url('fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 300;
}

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

h1 {
	font-size: 1.5em;
	font-weight: 400;
}

h2 {
	font-size: 1.4em;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

h5 {
	font-size: .9em;
}

h6 {
	font-size: .8em;
	font-style: italic;
}

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

img {
	max-width: 100%;
	height: auto;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
	line-height: 1.7em;
}
ul, ol {
	margin: 0 0 1.5em 1.2em;
}
ul ul {
	margin: 0 0 0 1.2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding-left: 1.5em;
	margin: 0 1.5em 0 0;
	font-size: 1.25em;
	border-left: 4px solid #5dc9a2;
}
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: 13px "Courier New", Courier, serif, 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: bold;
}
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 */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
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: none; /* 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 {
	color: #6e5d61;
	border: 1px solid #c9c2c4;
	border-radius: 3px;
}
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"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a, a:visited {
	color: #2a9a75;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #5dc9a2;
}

/* 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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

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

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Icons
/////////////////////////////////////////////////////////////////////*/

.date:before, .comments-links a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .social_facebook:before, .social_twitter:before, .social_instagram:before, .social_googleplus:before, .social_pinterest:before, .social_linkedin:before, .social_flickr:before, .social_youtube:before, .social_vimeo:before, .social_tumblr:before, .social_dribbble:before, .social_map:before, .social_rss:before, .social_email:before, .social_custom:before, .menu-toggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

.entry-meta .date:before {
	content: "\f303";
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	top: -1px;
	position: relative;
}

.comments-links a:before {
	content: "\f300";
}

.edit-link a:before {
	content: "\f411";
}

.social_facebook:before {
	content: "\f204";
}

.social_twitter:before {
	content: "\f202";
}

.social_instagram:before {
	content: "\f215";
}

.social_googleplus:before {
	content: "\f206";
}

.social_pinterest:before {
	content: "\f209";
}

.social_linkedin:before {
	content: "\f207";
}

.social_flickr:before {
	content: "\f211";
}

.social_youtube:before {
	content: "\f213";
}

.social_vimeo:before {
	content: "\f212";
}

.social_tumblr:before {
	content: "\f214";
}

.social_dribbble:before {
	content: "\f201";
}

.social_map:before {
	content: "\f417";
}

.social_rss:before {
	content: "\f413";
}

.social_email:before {
	content: "\f410";
	font-size: 1.2em;
}

.social_custom:before {
	content: "\f107";
}

.menu-toggle:before {
	content: "\f419";
	margin-right: 3px;
}

.entry-meta .date, .categories-links, .tags-links, .comments-links, .entry-header .edit-link, .commentmetadata .edit-link, .post-author {
	margin-right: 15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  04 - Header
/////////////////////////////////////////////////////////////////////*/

#masthead {
	position: inherit;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.93);
	z-index: 99;
	height: 124px;
	-webkit-box-shadow: 1px 1px 10px #ddd;
	-moz-box-shadow:    1px 1px 10px #ddd;
	box-shadow:         1px 1px 10px #ddd;
}

body.admin-bar #masthead {
	top: 28px;
}

.site-description {
	font-size: .8em;
	height: 24px;
	line-height: 24px;
	padding: 0 3%;
	margin: 0;
	float: left;
	text-transform: none;
}

.site-title {
	width: 30%;
	padding: 0 3%;
	float: left;
	font-weight: bold;
	position: absolute;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 39px 0 0;
}

.site-title a {
	text-decoration: none;
	color: #2a9a75;
}

.site-title.logo {
	width: 30%;
	margin: 20px 0;
}

.site-title.logo img {
	max-height: 60px;
}

#description-social-inner, #logo-nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#description-social-inner {
	height: 24px;
}

#description-social-outer {
	background-color: #F5F5F5;
	color: #555555;
}

.social-icons {
	float: right;
	padding: 0 3%;
	margin: 0;
	height: 24px;
}

.social-icons li {
	display: inline;
	width: 24px;
	height: 24px;
	list-style: none;
	padding: 0;
	padding: 4px 0;
	background-color: #2a9a75;
	margin: 0 0 0 -3px;
	border-left: 1px solid #F5F5F5;
}

.social-wrap {
	background-color: #2a9a75;
}

.social_facebook, .social_twitter, .social_instagram, .social_googleplus, .social_pinterest, .social_linkedin, .social_flickr, .social_youtube, .social_vimeo, .social_tumblr, .social_dribbble, .social_map, .social_rss, .social_email, .social_custom {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

a.social_facebook, a.social_twitter, a.social_instagram, a.social_googleplus, a.social_pinterest, a.social_linkedin, a.social_flickr, a.social_youtube, a.social_vimeo, a.social_tumblr, a.social_dribbble, a.social_map, a.social_rss, a.social_email, a.social_custom {
	color: #F5F5F5;
}

a.social_facebook:hover, a.social_twitter:hover, a.social_instagram:hover, a.social_googleplus:hover, a.social_pinterest:hover, a.social_linkedin:hover, a.social_flickr:hover, a.social_youtube:hover, a.social_vimeo:hover, a.social_tumblr:hover, a.social_dribbble:hover, a.social_map:hover, a.social_rss:hover, a.social_email:hover, a.social_custom:hover {
	color: #5dc9a2;
}

#logo-nav-inner {
	height: 100px;
}

#header-cta {
	min-height: 4px;
}

#headerCallToAction {
	padding: 8px 3%;
	overflow: hidden;
	background-color: #f5f5f5;
}

#headerCallToAction p {
	margin-bottom: 0;
	font-size: 1em;
	text-align: center;
}

#header-cta-button {
	padding: 8px 14px !important;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 10px;
}

.home #header-cta {
	display: none;
}


/* ///////////////////////////////////////////////////////////////////// 
//  05 - Menu
/////////////////////////////////////////////////////////////////////*/

#site-navigation {
	float: right;
	width: 65%;
	position: absolute;
	right: 0;
	margin: 39px 3% 0 0;
}
.menu {
	float: right;
	text-transform: uppercase;
}
.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
	padding: 0 0 10px 20px;
}
.navigation-main li a {
	color: #555555;
}
.navigation-main li a:hover, .navigation-main li.current_page_item a:hover,
.navigation-main li.current-menu-item a:hover {
	color: #2a9a75;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow:         0 0 1px rgba(0, 0, 0, 0.3);
	display: none;
	float: left;
	position: absolute;
		left: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.9);
	margin: 2px 0 0;
	padding: 10px 20px;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
	margin: -10px 0 0;
}
.navigation-main ul ul a {
	width: 120px;
	line-height: 1.2em;
}
.navigation-main ul ul li {
	padding: 10px 0;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
	color: #555555;
	font-weight: 400;
}

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

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

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


/* ///////////////////////////////////////////////////////////////////// 
//  06 - General Layout
/////////////////////////////////////////////////////////////////////*/

#primary {
	padding: 35px 3% 20px;
}

#full-width {
	padding: 20px 3%;
}

#homepage {
	padding: 20px 0 0;
	text-align: center;
}

#page {
	margin: 0px auto;
}

.entry-header {
	margin-bottom: 25px;
}

.entry-title {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 8px;
}

#main {
	margin: 3px 0 0;
}

#main-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.page-template-page-home-php #main-inner {
	max-width: none;
}

#secondary {
	padding: 20px 3%;
}

#secondary ul {
	list-style: none;
	margin: 0;
}

#secondary ul li {
	margin: .75em 0;
	line-height: 1.25em;
}

.archivePostThumb {
	margin: 0 25px 25px 0;
	border-radius: 100px;
	float: left;
}

#portfolio {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 3%;
}

img#wpstats {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  07 - Homepage Layout
/////////////////////////////////////////////////////////////////////*/

.row {
	display: inline-block;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

#sliderRow {
	max-width: none;
	width: 100%;
	padding: 0;
	margin-top: -20px;
}

#messageRow {
	display: block !important;
	padding: 0;
	max-width: 100%;
	margin-top: -6px;
}

#callToAction {
	background-color: #f5f5f5;
	padding: 20px 20px;
}

#callToAction p {
	margin-bottom: 0;
	font-size: 1.6em;
	text-align: center;
}

#pageRow {
	padding: 40px 3%;
	display: block;
    max-width: 100%;
}

.homepage.top .holder.one-third {
	float: left;
	width: 33.33%;
	margin: 0;
}

.information {
	padding: 0 5%;
	margin: 0 0 30px;
}

.first .information {
	padding: 0 10% 0 0;
}

.last .information {
	padding: 0 0 0 10%;
}

.text-holder {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.title.text-center {
	font-size: 1.8em;
	padding: 20px 0;
	text-align: center;
	display: inline-block;
}

h2.title.text-center {
	text-transform: none;
}

.text-holder p {
	text-align: left;
}

.home-posts-wrap {
	background-color: #f9f9f9;
	padding: 0 3%;
	clear: both;
}

.homeSection h3 {
	text-transform: uppercase;
	margin: 0 0 60px;
	font-size: 1.8em;
}

.homePosts {
	text-align: left;
}

.homePostThumb {
	position: absolute;
	margin: 0;
	border-radius: 100px;
}

.home-post-content {
	padding-left: 210px;
}

.home-post-content h2 {
	font-size: 1.6em;
	text-transform: none;
}

.home-post-content .meta.clearfix {
	margin-bottom: 20px;
	font-size: .8em;
	color: #999;
}

#additionalRow {
	display: block;
	padding: 40px 3%;
	clear: both;
}

#additionalRow h3 {
	text-align: center;
}

#home_content, #home_content p {
	text-align: left;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Content
/////////////////////////////////////////////////////////////////////*/

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

.page-title {
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.entry-header .entry-meta {
	font-size: .8em;
}

#content .post {
	margin-bottom: 50px;
}

#content .post.portfolio-item {
	margin-bottom: 0px !important;
}

.single footer.entry-meta, .blog footer.entry-meta, .archive footer.entry-meta {
	font-size: .8em;
	padding: 1px 8px 0;
	background-color: #edebeb;
}

#post-author {
	padding: 15px 0;
	margin-top: -40px;
}

.single-slide #post-author {
	margin-top: -10px;
}

.profile-image {
	float: left;
	margin: 0 10px 0 0;
}

.profile-image img {
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
	max-width: none;
	width: 70px;
	height: 70px;
}

.profile-content {
	float: left;
	width: 75%;
	font-size: .9em;
}

#post-author .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

.profile-link {
	font-size: .8em;
	margin-bottom: 20px;
}

#nav-below {
	clear: both;
	border-top: 1px solid #edebeb;
	padding: 10px 0;
	font-size: .8em;
	margin: 0;
}

.archive #nav-below, .blog #nav-below {
	border-top: none;
	margin-top: -30px;
}

.moreLink {
	font-weight: 400;
}

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


/* ///////////////////////////////////////////////////////////////////// 
//  09 - Buttons
/////////////////////////////////////////////////////////////////////*/

.button, a.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 3px 0 0;
	line-height: normal;
	font-size: 13px;
	background-color: #2a9a75;
	padding: 13px 17px 13px !important;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.button:hover, a.button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background-color: #5dc9a2;
}

#cta-button {
	padding: 10px 14px !important;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0 10px;
}

.mejs-controls .mejs-button button {
	padding: 0 !important;
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - Shortcodes
/////////////////////////////////////////////////////////////////////*/

.one_fourth{ width:22%; }
.one_half{ width:48%; }
.one_third{ width:31%; }
.two_third{ width:65.33%; }
.one_fourth,.one_half,.one_third,.two_third{ position:relative; margin: 0 3% 0 0; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.one_fourth p:last-child,.one_half p:last-child,.one_third p:last-child,.two_third p:last-child,.three_fourth p:last-child {
	margin-bottom: 0;
}


/*//////////////////////////////////////////////////////////////////// 
//  11 - Slideshow
////////////////////////////////////////////////////////////////////*/

#content .flexslider {	
	margin: 0 0 30px 0 !important;	
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 1px 0 !important; background: transparent; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; font-weight: 300; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {width: auto; position: absolute; color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */
.flex-direction-nav {	
	position: absolute;
	width: 100%;
	margin: 0 0 15px !important;
	right: 0;
	bottom: 50%;
	display: block;	
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 30px!important; height: 31px; display: block; background: rgba(0,0,0,0.4) url(images/flexslider/direction_nav.png) no-repeat 0 0;  cursor: pointer; text-indent: -9999px; border-radius: 30px; margin-top: 0;}
.flex-direction-nav li a.flex-next {background-position: -30px 1px; right: 30px !important;}
.flex-direction-nav li a.flex-next:hover {opacity: 1; filter:alpha(opacity=100);}
.flex-direction-nav li a.flex-prev {background-position: 0px 1px; left: 30px !important; }
.flex-direction-nav li a.flex-prev:hover { opacity: 1; filter:alpha(opacity=100); }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: none !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

#content .flex-direction-nav { margin-top: -15px !important;}
#content .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
#content .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
#content .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
#content .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}

/* Home Slideshow------------------*/
.slideshow, .flexslider {	
	margin: 0 !important;
	position: relative;		
}

.slideshow  {
	padding:0 !important;
}

.home .slideshow {
	margin: 0 !important;
	max-height: 350px;
	overflow: hidden;
	background: #000;	
}

.home .slideshow .slide{
	height: 350px;	
}

.home .slideshow img{
	width: 100% !important;	
}

.home.blog .slideshow {
	margin-bottom: 30px;
}

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

/* Caption style for home page slideshow*/
.home .slideshow .details {
	background: transparent;	
	display: inline;
	text-align: center;
	top: 30%;
	position: absolute;	
}

.home .slideshow .details .box{	
	padding: 0;
}

.home .slideshow .details .text {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	padding: 40px;
	display: inline-block;
}

.home .slideshow .details.left {	
	text-align: left;
	left: 12%;	
}

.home .slideshow .details.right {	
	text-align: right;
	right: 12%;	
}

.home .slideshow .details.center {
	display: block;
	width: 100%;
}

.home .slideshow .details .inside {	
	max-width: 62.5em;	
	margin: 0 auto;
}

.home .slideshow .details .text {
	display: inline-block;		
}
.home .details h2 {
	color: #fff;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.6em;	
	text-shadow: 2px 2px rgba(0,0,0, .2);
	font-weight: 300;
}
.home .details p {
	font-size: 1.2em !important;
	margin-bottom: 0;	
	line-height: 1.3em;
	color: rgba(255,255,255, 1.0);
}

.home .details p .button{
	margin: 25px 0 0 0 !important;
	background: transparent !important;
	border: 2px solid rgba(255,255,255, .6);
	color: rgba(255,255,255, .6);
	border-radius: 0;
	font-weight: normal !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: rgba(255,255,255,0);
}

.home .details p .button:hover{
	background-image: none !important;
	background-color: rgba(255,255,255,.1) !important;
	color: #fff;
	border-color: #fff;	
}


/* ///////////////////////////////////////////////////////////////////// 
//  12 - Portfolio
/////////////////////////////////////////////////////////////////////*/

.portfolio-wrap {
	margin-left: -6px;
	width: calc(100% + 12px);
	width: -webkit-calc(100% + 12px);
	width: -moz-calc(100% + 12px);
	}
#portfolio-list {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	background: #FFFFFF;
	}
.portfolio .portfolio-item {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.portfolio .post-holder {
	background: #F9F9F9;
	}
.portfolio-item.single .post-holder {
	margin: 6px;
	}
.portfolio-third .post-holder {
	margin: 6px;
	padding: 12px;
	position: relative;
	}
.portfolio-item .feature-img,
.portfolio-item .feature-vid {
	margin-bottom: 0px;
	}
.portfolio-third .portfolio-item {
	float: left;
	}
.portfolio-item.single .more-link {
	margin-bottom: 0px;
	}

.row .third {
	width: 33.3%;
}

.row#portfolio-list {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

.post-holder .feature-img {
	position: relative;
	display: block;
}

.title-wrap {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 60%;
	margin: -20px auto 0 !important;
	width: 100%;
	-webkit-transition-property: all;
	-moz-transition-property:    all;
	-o-transition-property:      all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration:    0.5s;
	-o-transition-duration:      0.5s;
	transition-duration:         0.5s;
}

a:hover .title-wrap {
	top: 50%;
	-webkit-backface-visibility: hidden;
}

.portfolio-item .title {
	display: inline-block;
	padding: 10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	margin: 0 auto !important;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: none;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Media
/////////////////////////////////////////////////////////////////////*/

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.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%;
}


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Comments
/////////////////////////////////////////////////////////////////////*/

#comments {
	clear: both;
}

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

.comment-list {
	list-style: none;
	margin: 20px 0;
}

article.comment {
	border-top: 1px solid #edebeb;
	padding: 12px 0 0;
}

.comment-author.vcard {
	position: relative;
}

.comment .avatar {
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius:    100%;
	border-radius:         100%;
}

.comment .fn, .comment-meta.commentmetadata, .comment-content {
	margin-left: 50px;
}

.comment-meta.commentmetadata {
	font-size: .8em;
	line-height: .9em;
	font-style: italic;
	margin-bottom: 1em;
}

.comment-meta a time {
	color: #c9c2c4;
	pointer-events: none;
	cursor: default;
}

.comment .fn {
	font-style: normal;
}

.says {
	display: none;
}

.reply {
	margin: -20px 0 25px 0;
}

.children li {
	list-style-type: none;
	margin-left: 10px;
}

#respond #commentform {
	margin-bottom: 65px;
}

#commentform input {
	float: left;
	margin: 0 15px 5px 0;
	padding: 10px !important;
}

#commentform textarea {
    margin: 5px 0 0;
}

#reply-title {
	margin-bottom: .7em;
	font-weight: bold;
}

.comment-notes {
	display: none;
}

.logged-in-as {
	margin-bottom: .7em;
}

label[for=comment] {
	display: none;
}

.comment-form-comment {
	margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

#respond {
	border-top: 1px solid #edebeb;
	padding: 30px 0 0;
}

.bypostauthor .fn {
	font-weight: bold;
}

.bypostauthor .children .fn {
	font-weight: normal;
}

.comment em {
	margin-left: 50px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  15 - Widgets
/////////////////////////////////////////////////////////////////////*/

.author .avatar {
	float: left;
	margin: 0 15px 10px 0;
	border-radius: 40px;
}

#author-description {
	font-size: .9em;
}

.widget {
	margin: 0 0 1.5em;
	padding-top: 10px;
}

.widget-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}

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

#s {
	max-width: 95%;
	margin-bottom: 5px;
}

#searchsubmit {
	padding: 5px 14px !important;
}

#calendar_wrap td {
	font-weight: 300;
}

#calendar_wrap td a {
	font-weight: 400;
}

#calendar_wrap #today {
	background-color: #eee;
}

/* Footer Widgets */
#footer-widgets {
	background-color: #DDDDDD;
	padding: 0;
}

#footer-widget-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

.widget.one_third {
	padding: 25px 3% 0;
	margin: 0;
	width: 27.3%;
}

#footer-widgets ul {
	list-style: none;
	margin: 0 0 1.5em;
}

#footer-widgets ul li {
	margin: .75em 0;
	line-height: 1.25em;
}


/* ///////////////////////////////////////////////////////////////////// 
//  16 - Footer
/////////////////////////////////////////////////////////////////////*/

#footer-inner {
	max-width: 1280px;
	margin: 0 auto;
}

#footer-outer {
	background-color: #2a9a75;
	color: #dbd7d7;
	font-size: .8em;
	line-height: 2em;
	padding: 16px 0 2px;;
}

#footer-left {
	float: left;
	padding: 0 3%;
}

#footer-right {
	float: right;
	padding: 0 3%;
}

#footer-outer a, #footer-outer a:visited, #footer-outer a:hover {
	color: #5dc9a2;
}


/* ///////////////////////////////////////////////////////////////////// 
//  17 - Infinite Scroll
/////////////////////////////////////////////////////////////////////*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* 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;
}


/* ///////////////////////////////////////////////////////////////////// 
//  18 - WooCommerce
/////////////////////////////////////////////////////////////////////*/

.woocommerce-page #header-cta-button{
	background: none;
	border-radius: initial !important;
	border: initial !important;
	box-shadow: initial !important;
	text-shadow: initial !important;
}
.woocommerce-page #container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1140px;
}
.woocommerce-page #container #content {
	padding: 20px 3%;
}
html .quantity input[type="button"] {
	padding: 0 !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.woocommerce-page #secondary input.button, .woocommerce-page a.button, .woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	background: none;
	font-size: 13px;
	line-height: normal;
	margin: 0 3px 0 0;
}
.woocommerce-page #secondary input.button:hover {
	background: none;
}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	padding: 8px 16px 7px !important;
}
.woocommerce-page input.button {
	padding: 9px 16px !important;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
	box-shadow: none;
	text-shadow: none;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
	box-shadow: none;
	text-shadow: none;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img:hover, .woocommerce-page ul.products li.product a img:hover {
	box-shadow: none !important;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
	padding: 6px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  19 - Media Queries
/////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	#primary {
		float: left;
		width: 68%;
		padding: 35px 1% 20px 3%;
	}
	#secondary {
		float: left;
		width: 24%;
		padding: 35px 3% 20px 1%;
	}
	#masthead {
		position: fixed;
	}
	#main {
		margin: 126px 0 0;
	}
	/* Slideshow */
	.home .slideshow {
		max-height: 450px;
	}
	.home .slideshow .slide{
		height: 450px;	
	}
	.home .slideshow .details {
		top: 30%;
	}
	.home .slideshow .details .text {
		padding: 40px;
	}
	.home .details h2 {
		font-size: 2.0em;	
	}
	.home .details p {
		font-size: 1.6em !important;
	}
	.flex-direction-nav {
		display: block;
	}
	.woocommerce-page #container {
		padding: 147px 0 0;
	}

}

@media screen and (max-width: 700px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}
	.menu-toggle {
		text-align: right;
		font-size: 1em;
	}
	#site-navigation {
		width: 100px;
	}
	.navigation-main ul {
		display: none;
	}
	#menu-main-navigation-container {
		background-color: #fff;
		z-index: 99;
		position: absolute;
		right: 0;
		top: 35px;
		-webkit-box-shadow: inset 0 0 2px #ccc;
		-moz-box-shadow:    inset 0 0 2px #ccc;
		box-shadow:         inset 0 0 2px #ccc;
		text-transform: uppercase;
	}
	ul.nav-menu {
		margin: 10px;
		list-style-type: none;
	}
	ul.nav-menu li {
		padding: 0;
		margin: 15px 0;
		line-height: 25px;
		width: 170px;
		max-width: 200px;
		overflow: hidden;
		text-align: left;
	}
	ul.nav-menu li a {
		display: block;
	}
	.main-small-navigation ul ul {
		display: block;
	}
	.main-small-navigation ul ul li {
		margin: 15px 0 0;
		width: 100%;
	}
	.site-title, .site-title.logo {
		width: 50%;
	}
	
}

@media only screen and (max-width: 640px) {
	.homepage.top .holder.one-third {
		width: 100%;
		margin: 0 0 30px;
	}
	.information, .first .information, .last .information {
		padding: 0;
		margin: 0 0 15px;
	}
	.text-holder {
		max-width: 300px;
	}
	.widget.one_third {
		width: 94%;
	}
	#commentform input {
		max-width: 90%;
	}

}

@media only screen and (max-width: 480px) {
	/* Mobile styles go here */
	.homePostThumb {
		position: relative;
		margin: 0 auto 20px;
		display: block;	
	}
	.home-post-content {
		padding-left: 210px;
		padding: 0;
		margin: -12px 0 20px;
	}
	.home .slideshow {
		max-height: 280px;
	}
	.home .slideshow .slide {
		height: 280px;
	}
	.home .slideshow .details {
		top: 10%;
	}
	.home .slideshow .details .text {
		padding: 30px;
	}
	.home .details h2 {
		font-size: 1.4em;
	}
	.home .details p {
		font-size: 1.0em !important;
	}
	#footer-left, #footer-right {
		text-align: center;
		float: none;
	}
	.row .third {
		width: 100%;
	}
	.site-description {
		display: none;
	}
	.social-icons {
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.one_half, .one_third, .one_fourth {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.one_fourth.last,.one_half.last,.one_third.last,.two_third.last,.three_fourth.last{
		margin-bottom: 0;
	}
	
}
