/*
Theme Name: Envision
Theme URI: http://southernweb.com/envision/
Author: Southern Web Group
Author URI: http://southernweb.com/
Description: Envison is a very flexible, photo driven theme especially useful for Photography and Travel blogs. It's responsive, a bit customizable and totally awesome.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Text Domain: envision
Domain Path: /languages/
Tags: dark, gray, one-column, two-columns, right-sidebar, full-width-template, responsive-layout, custom-menu, theme-options, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, custom-background

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.

 envision is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

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


/* =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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #5c6d7e;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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 {
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
	margin: 1em 0 .5em;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
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: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	padding: .5em 1.5em;
	margin-bottom: 1.5em;
	border-left: 3px solid #5a616c;
	font-style: italic;
	font-weight: 300;
}
blockquote p {
	margin-bottom: 0;
}
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;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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: bold;
}
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 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	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: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
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,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
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"] {
	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;
	width: 98%;
}
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="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 1%;
}
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 {
	color: #00b5b5;
	text-decoration: none;
}
a:visited {
	color: #00b5b5;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #00b5b5;
	text-decoration: none;
}

/* 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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Layout
----------------------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	width: 96%;
	margin: 0 auto;
	max-width: 1180px;
	position: relative;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}

#primary {
	position: relative;
	background: #f0f0f0;
	color: #3e4651;
}

@media screen and (min-width: 1100px) {
	.site-content {
		position: relative;
	}
	#primary {
		width: 59.322033898305%;
		float: left;
		margin: 0 3.3898305084745% 0 0;
		padding: 0;
	}
	#secondary {
		/* width: 16.949152542373%; */
		width: 33.898305084746%;
		float: right;
	}
	#tertiary {
		width: 16.949152542373%;
		float: right;
	}
}

/* Full Width */
.page-template-page-templatesfull-width-php #primary {
	width: 100%;
	margin: 0;
	float: none;
}


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

.site-header {
	background: #3e4651;
	padding: 0 0 10px;
}
.site-branding {
	float: left;
	margin-top: 10px;
}
h1.site-title {
	margin: 0;
}
.site-title a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.site-description {
	font-size: 16px;
	text-transform: uppercase;
	color: #a5b1be;
	font-weight: 600;
	display: none;
	margin-top: 0;
}

@media screen and (min-width: 600px) {
	.site-header {
		padding-bottom: 0;
	}
	.site-title a {
		font-size: 36px;
	}
	.site-description {
		display: block;
	}
}


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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #a5b1be;
	color: #f0f0f0;
	font-weight: 600;
}
.main-navigation ul ul {
	display: block;
	margin-left: 20px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {

}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #f16233;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {

}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	font-size: 36px;
	position: absolute;
	top: 10px;
}
.menu-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 0.15em;
	background: #fff;
	box-shadow:
	0 0.25em 0 0 #fff,
	0 0.5em 0 0 #fff;
}

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

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

/* Non-mobile Navigation Styles */
@media screen and (min-width: 601px) {
	.main-navigation {
		clear: none;
		display: block;
		float: right;
		width: auto;
	}
	.main-navigation li {
		float: left;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation a {
		padding: 0 20px;
		height: 100px;
		line-height: 100px;
		font-size: 17px;
		border-bottom: none;

		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		-ms-transition: background .2s ease-in-out;
		-o-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}
	.main-navigation .current_page_item a,
	.main-navigation .current-menu-item a,
	.main-navigation li:hover > a {
		background: #f16233;
		color: #f0f0f0;
	}
	.main-navigation ul ul {
		display: none;
		float: left;
		left: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		margin-left: 0;
		background: #3e4651;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul ul a {
		line-height: 25px;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 230px;
		font-size: 14px;
	}
	.main-navigation ul ul li:hover > a {
		background: #00b5b5;
	}

	/* Add arrows to nav items with children. */
	.main-navigation .page_item_has_children > a,
	.main-navigation .menu-item-has-children > a {
		padding-right: 40px;
	}
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		font-family: "Genericons";
	    content: '\f431';
	    position: absolute;
	    right: 20px;
	    font-size: 14px;
	}
	.main-navigation ul ul .page_item_has_children > a:after,
	.main-navigation ul ul .menu-item-has-children > a:after {
		font-family: "Genericons";
	    content: '\f501';
	    font-size: 10px;
	}
}


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

/* Entry Header */
.entry-title,
.entry-title a {
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: #f16233;
}
.entry-title {
	margin-left: 80px;
}
.page .entry-title {
	margin-left: 0;
}
.entry-header,
.page-header {
	clear: both;
	padding: 20px 30px;
}
.page-header {
	padding: 0px 30px;
}
.entry-header:after {
	content: "";
	display: table;
	clear: both;
}
.single .entry-header,
.single .has-post-thumbnail .entry-header {
	padding: 20px 30px;
}
.single .has-post-thumbnail .entry-header {

	top: 0;
	right: 0;
	left: 0;
	background: rgba(240,240,240,.8);
	border-top: 1px solid #5c6d7e;
}
.single .entry-content,
.single .has-post-thumbnail .entry-content,
.page .entry-content {
	margin-top: 0;
}
.entry-content {
	margin: 20px 30px;
}
.entry-date {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	padding-top: 12px;
	line-height: 1em;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #00b5b5;
	overflow: hidden;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.entry-header h1,
.entry-header h2 {
	clear: none;
	line-height: 1.2em;
}
.entry-title {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-left: 80px;
	color: #5c6d7e;
	font-size: 14px;
	text-transform: uppercase;
}

@media screen and (min-width: 900px) {
	.entry-header,
	.page-header {
		padding: 30px 50px;
	}
	.page-header {
		padding: 0px 50px;
	}
	.single .entry-header,
	.single .has-post-thumbnail .entry-header {
		padding: 30px 50px;
	}
	.single .entry-content,
	.single .has-post-thumbnail .entry-content,
	.page .entry-content {
		margin-top: 0;
	}
	.entry-content {
		margin: 30px 50px;
	}
}

/* Content */
.entry-content a,
.entry-contant a:visited {
	color: #f16233;
	text-decoration: none;
}
pre {
	background: #fff;
	border: 1px solid #ccc;
}

/* Meta */
.entry-author,
.entry-comments,
.cat-links,
.tags-links a {
	padding-left: 20px;
	position: relative;
}
.entry-author:after,
.entry-comments:after,
.cat-links:after,
.tags-links a:after {
	font-family: "Genericons";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.entry-author:after {
	content: '\f304';
}
.entry-comments:after {
	content: '\f108';
}
.cat-links:after {

}
.tags-links,
.cat-links {
	display: block;
	padding: 20px 0;
	margin: 0 50px;
	text-align: center;
	border-top: 2px solid #00b5b5;
	border-bottom: 2px solid #00b5b5;
}
.cat-links {
	border-bottom: none;
}
.tags-links a,
.cat-links a {
	margin: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f16233;
	display: inline-block;
}
.cat-links a {
	margin: 0;
}
.tags-links a:after {
	content: '\f302';
}
footer.entry-meta {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 30px;
}
a.read-more {
	text-decoration: none;
	font-weight: 600;
	color: #f16233;
	display: inline-block;
}

/* Standard */
.post-content {
	border-bottom: 1px solid #b8c3ce;
}
@media screen and (min-width: 900px) {
	.post-content .entry-content {
		margin: 0 50px 30px;
	}
}

/* Featured Image */
.has-post-thumbnail {
	position: relative;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.has-post-thumbnail .post-content {
	bottom: 0;
	left: 0;
	right: 0;
	/* padding: 30px 50px; */
	background: rgba(240,240,240,.8);
}
.has-post-thumbnail .entry-header,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-meta {

}

@media screen and (min-width: 1100px) {
	.has-post-thumbnail .post-content {
		position: absolute;
	}
}

/* Headings */
.entry-content h1 { font-size: 28px; }
.entry-content h2 { font-size: 24px; }
.entry-content h3 { font-size: 20px; }
.entry-content h4 { font-size: 18px; }
.entry-content h5 { font-size: 16px; }

.sticky {
}
.hentry {
	/* Testing margin: 0 0 1.5em; */
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-edit-link,
.post-edit-link:visited {
	color: #00b5b5;
	text-decoration: none;
}
.page-template-page-templatesfull-width-php .post-edit-link {
	margin-bottom: 20px;
	display: inline-block;
}
.entry-content td,
.entry-content th {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.entry-content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


/* =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;
}

/* Text Widget */
.textwidget,
.tagcloud,
.search-form {
	padding-top: 5px;
}

/* Dropdowns */
.widget select {
	width: 100%;
	color: #3e4651;
	margin: 10px 0;
}


/* =Sidebar
----------------------------------------------- */
.sidebar-widget-area .widget-title,
.sidebar-widget-area .widget-title a,
#wp-calendar caption {
	padding-bottom: 7px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 4px solid #3e4651;
}
.sidebar-widget-area .widget {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 40px;
}
.sidebar-widget-area .widget ul,
.sidebar-widget-area .widget li,
.sidebar-widget-area .widget p,
.sidebar-widget-area .widget a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: #f0f0f0;
}
.sidebar-widget-area .widget li a {
	padding: 5px 0;
	border-bottom: 1px solid #8291a0;
}
.sidebar-widget-area .widget li a {
	display: inline-block;
	margin-right: 5px;
}
.sidebar-widget-area .widget li a:hover {
	color: #fff;
}
.sidebar-widget-area .widget .children {
	margin-left: 20px;
	font-size: 12px;
}

/* Recent Comments */
#recentcomments .recentcomments {
	padding: 5px 0 6px;
}
#recentcomments .recentcomments a {
	border-bottom: 1px dotted #8291a0;
}

/* Recent Entries */
.sidebar-widget-area .widget.widget_recent_entries li a {
	border-bottom: none;
}
.sidebar-widget-area .widget.widget_recent_entries li {
	border-bottom: 1px solid #8291a0;
	padding-bottom: 5px;
}
.sidebar-widget-area .widget.widget_recent_entries span {
	font-size: 12px;
}

/* Calendar Widget */
#wp-calendar caption {
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 5px;
	color: #f0f0f0;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}


/* =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;
	background: #fff;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 12px;
	color: #5c6d7e;
}
.wp-caption .wp-caption-text a {
	color: #5c6d7e;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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


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

.site-main [class*="navigation"] {
	overflow: hidden;
	margin: 30px 50px 0;
	padding: 20px 0;
}
.site-main [class*="navigation"] a {
	color: #3e4651;
	text-decoration: none;
}
[class*="navigation"] .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Page Links */
.page-links {
	padding: 10px 0;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.page-links a {
	color: #00b5b5;
}


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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comments-area {
	padding: 0 50px 30px;
}
.comments-title,
.comment-reply-title,
.comments-link {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
.comment-list {
	margin-left: 0;
	list-style: none;
}
.comment {
	border-bottom: 1px solid #ccc;
}
.comment-body {
	padding: 30px 0;
}
.comment-author {
	font-size: 18px;
}
.comment-author .avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment-author cite,
.comment-metadata,
.comment-author cite a,
.comment-metadata a {
	font-style: normal;
	font-weight: 600;
	color: #3e4651;
	text-decoration: none;
}
.comment-author cite a,
.comment-metadata a {
	color: #f16233;
}
.comment-metadata {
	margin-bottom: 20px;
}
.comment-metadata a {
	font-size: 14px;
	color: #5c6d7e;
}
.comment-reply-link,
.comment-reply-link:hover,
.comment-reply-link:visited,
.form-submit input {
	background: #00b5b5;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	position: relative;

	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
}
.comment-reply-link:hover,
.form-submit input:hover {
	top: 2px;

	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0);
}
.comments-link a {
	text-decoration: none;
	color: #00b5b5;
}

/* Depths */
.comment .children {
	border-left: 3px solid #ccc;
	padding-left: 30px;
}
.comment .children .comment {
	border-bottom: none;
}
.children .comment {
	list-style: none;
}

/* Reply */
.comment-reply-title {
	text-align: left;
}
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	font-size: 12px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 30%;
}
.comment-form-author,
.comment-form-email {
	margin-right: 5%;
}
.comment-form input,
.comment-form textarea {
	margin-top: 5px;
	width: 100%;
}
.comment-form label {
	font-size: 14px;
	font-weight: 600;
}
.comment-form .required {
	color: red;
}
.form-submit input,
.form-submit input:hover {
	border: none;
	padding: 10px 20px;
	font-size: 18px;

	-webkit-border-radius: 0;
	border-radius: 0;
}
.form-submit input:hover {
	box-shadow: none;
}


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

.site-footer {
	background: #3e4651;
}

/* Footer Widgets */
.footer-sidebar .widget {
	padding: 0 10px;
}
@media screen and (min-width: 900px) {
	.footer-sidebar .widget {
		float: left;
		width: 25%;
	}
	.footer-sidebar .widget:nth-child(4n+1) {
		clear: both;
	}
}

/* Site Info */
.site-info {
	padding: 10px 0;
	font-size: 12px;
}
.site-info a {
	color: #fff;
	text-decoration: 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;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
