/*
Theme Name: Nurture
Theme URI: https://wordpress.com/themes/nurture/
Description: A parenting theme for mommy and daddy
Version: 1.0.2
Author: Automattic
Author URI: https://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nurture
*/

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


/* =Genericons
----------------------------------------------- */

.genericon-twitter:before {
	content: '\f202';
}
.genericon-facebook:before {
	content: '\f203';
}
.genericon-linkedin-alt:before {
	content: '\f208';
}
.genericon-tumblr:before {
	content: '\f214';
}
.genericon-show:before {
	content: '\f403';
}
.genericon-menu:before {
	content: '\f419';
}


/* =Grid
----------------------------------------------- */

html {
	position: relative;
}
#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.site-wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.main-navigation-search {
	float: left;
	width: 700px;
}
.site-header .search-form {
	float: right;
	width: 220px;
}
.widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}
.widget-area:last-of-type {
	margin-right: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 13px;
}
hr {
	background-color: #54616f;
	border: 0;
	height: 2px;
	margin-bottom: 20px;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul,
ol {
	margin: 0 0 20px;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 20px 20px;
}
b,
strong {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	padding: 20px 20px 0 20px;
	margin: 0 0 20px;
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
	font-size: 26px;
	line-height: 1.4;
	font-style: italic;
}
blockquote cite {
	font-size: 16px;
	line-height: 1.5;
	color: #ff6b6b;
}
address {
	margin: 0 0 20px;
}
pre {
	padding: 20px;
	margin-bottom: 20px;
	overflow: auto;
	max-width: 100%;
	background: #fff;
	color: #202020;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #54616f;
	cursor: help;
}
mark,
ins {
	background: #fff;
	color: #202020;
	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 20px;
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
th,
td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
th {
	font-weight: bold;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

/* Forms */
label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
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 {
	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"] {
	padding: 7px 10px;
	background-color: #49bcb5;
	border: none;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
	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 */
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #ff6b6b;
}
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="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	width: 300px;
	height: 32px; /* 12 * body { line-height } + padding-top + padding-bottom + border-top + border-bottom */
	padding: 5px;
	border: 2px solid transparent;
	color: #54616f;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	border-color: #49bcb5;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	height: auto;
}

/* Links */
a,
a:visited {
	color: #ff6b6b;
}
a:hover,
a:focus,
a:active {
	color: #49bcb5;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.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 */
}


/* =Theme
----------------------------------------------- */

/* Body */
body {
	position: relative;
	background: #54616f;
	padding: 10px 0; /* body:before, body:after { height } + body:before, body:after { border-width } */
}
body:before,
body:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 9px;
	background: #ffffba url('images/body.png') 0 0 repeat-x;
}
body:before {
	top: 0;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
body:after {
	bottom: 0;
	background-position: 0 100%;
	border-top: 1px dashed #fff;
	border-top-color: rgba(255, 255, 255, 0.25);
}

/* Top panel */
.top-panel {
	padding: 20px 0 0;
	background: #414a53;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
.trigger-wrapper {
	padding-top: 20px;
	background: #414a53;
}
.widgets-trigger {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	background: transparent url('images/widgets-trigger.png') 50% 100% no-repeat;
}
.widgets-trigger.closed {
	background-position: 50% 0;
}
.widgets-trigger:hover {
	background-color: #49bcb5;
}

/* Header */
.site-top {
	position: relative;
	padding: 20px 0;
	margin-bottom: 25px; /* 20 + .site-top:after { height } */
	background: #414a53;
}
.site-top:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: transparent url('images/site-top.png') 0 0 repeat-x;
}
.site-branding {
	padding: 12px 0;
	margin-bottom: 20px;
	background: transparent url('images/pattern-dots.png') 0 0 repeat;
	color: #ffffba;
	text-align: center;
	font-family: Rancho, serif;
	text-shadow: 1px 0 0 #54616f, -1px 0 0 #54616f, 0 1px 0 #54616f, 0 -1px 0 #54616f, 1px 1px 0 #54616f, 1px -1px 0 #54616f, -1px 1px #54616f, -1px -1px 0 #54616f, 2px 0 0 #54616f, -2px 0 0 #54616f, 0 2px 0 #54616f, 0 -2px 0 #54616f, 2px 2px 0 #54616f, 2px -2px 0 #54616f, -2px 2px #54616f, -2px -2px 0 #54616f;
}
.site-title {
	font-size: 70px;
	line-height: 1.2;
	font-weight: normal;
}
.site-title a {
	color: #ffffba;
	text-decoration: none;
}
.site-description {
	padding-bottom: 5px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: normal;
}
.site-image,
.header-image {
	display: block;
	margin: 0 auto;
}
.site-image {
	margin: 20px auto;
}

/* Footer */
.site-footer {
	padding: 20px 0;
	background: #414a53;
	color: #49bcb5;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.site-footer a {
	color: #49bcb5;
}
.site-footer a:hover {
	color: #fff;
}


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

.main-navigation {
	clear: both;
	display: block;
	font-family: Rancho, serif;
	font-size: 20px;
	line-height: 1.6;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0;
}
.main-navigation a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
}
.main-navigation a:visited {
	color: #fff;
}
.main-navigation a:hover {
	color: #fff;
	background: #54616f;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #ff6b6b;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	background: #414a53;
	border: 2px solid #fff;
}
.main-navigation ul ul li {
	padding: 5px;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
.main-navigation ul ul li:last-child {
	border-bottom: none;
}
.main-navigation ul ul a {
	width: 170px;
}
.main-navigation ul ul a:hover {
	background: #54616f;
}
.main-navigation ul ul ul {
	left: 215px;
	top: -2px; /* .main-navigation ul ul { border-top-width } */
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.menu-toggle {
	display: none;
	cursor: pointer;
}


/* =Social links
----------------------------------------------- */

.social-links {
	display: inline-block;
	margin: 0 0 20px;
	list-style: none;
	vertical-align: top;
}
.social-links li {
	display: block;
	float: left;
	margin: 5px;
	padding: 0;
	width: 32px;
	height: 32px;
}
.social-links li:first-child {
	margin-left: 0;
}
.social-links li:last-child {
	margin-right: 0;
}
.social-links a {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	background: #54616f;
	color: #414a53;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
}
.social-links a:hover {
	background: #fff;
	color: #49bcb5;
}


/* =Slider
----------------------------------------------- */

#featured-content {
	padding: 80px 0;
	background: #49bcb5;
	color: #fff;
	direction: ltr;
}
.flexslider {
	position: relative;
}
.flex-viewport {
	position: relative;
	z-index: 1;
}
.featured-post {
	position: relative;
	padding: 19px 0 20px 0;
	margin: 0;
	background: transparent url('images/featured-post.png') 50% 50% no-repeat;
}
.featured-post a,
.featured-post img {
	display: block;
	position: relative;
	margin: 0 auto;
}
.featured-post img {
	max-width: 100%;
	width: auto !important;
	background: #49bcb5;
}
.featured-post a:hover img {
	opacity: 0.25;
}
.featured-post .genericon {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	color: #414a53;
	font-size: 32px;
	line-height: 32px
}

/* Direction nav */
.flex-direction-nav {
	position: absolute;
	top: 50%;
	margin: -22px 0 0 !important;
	width: 100%;
	height: 44px; /* .flex-direction-nav a { height } */
}
.flex-direction-nav li {
	position: absolute;
	z-index: 2;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.flex-direction-nav a {
	display: block;
	width: 44px;
	height: 44px;
	background: #49bcb5 url('images/slider-controls.png') no-repeat;
	line-height: 44px;
	text-align: center;
}
.flex-direction-nav a:hover {
	background-color: #54616f;
}
.flex-direction-nav .flex-prev {
	background-position: 0 0;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav .flex-disabled {
	display: none;
}


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

.hentry,
.page-content {
	position: relative;
	padding: 80px 0 60px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	padding: 20px 0;
	margin: 0 0 20px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
	color: #ff6b6b;
	text-transform: uppercase;
	font-weight: bold;
}
.page-link {
	text-align: center;
	font-weight: normal;
}
.page-links a {
	margin: 0 3px;
	color: #ff6b6b;
	text-decoration: none;
}
.page-links a:hover {
	color: #49bcb5;
}
.more-link {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/* Page header */
.page-header {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
}
.page-header p {
	margin-bottom: 0;
}
.page-title {
	color: #ff6b6b;
	font-family: Rancho, sans-serif;
	font-size: 46px;
	line-height: 1.2;
	font-weight: normal;
}

/* Post thumbnail */
.post-thumbnail {
	margin: 0 0 20px;
	text-align: center;
}
.post-thumbnail a,
.post-thumbnail img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}

/* Entry title */
.entry-title {
	float: left;
	clear: none;
	color: #ff6b6b;
	font-family: Rancho, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-title a {
	color: #ff6b6b;
	text-decoration: none;
}
.entry-title a:hover {
	color: #49bcb5;
}

/* Entry meta */
.entry-header .entry-meta {
	float: left;
	text-align: center;
	color: #fff;
}
footer.entry-meta {
	padding-bottom: 20px;
	color: #ff6b6b;
	font-weight: bold;
	text-transform: uppercase;
}
footer.entry-meta a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
footer.entry-meta span:last-of-type {
	margin-right: 0;
}
.date-meta,
.author-meta,
.size-meta {
	margin-right: 20px;
}
.categories-meta,
.tags-meta,
.comment-meta,
.post-meta {
	margin-right: 15px;
}

/* Entry date */
.entry-date {
	display: table-cell;
	width: 60px;
	height: 60px;
	background: #ff6b6b;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}
.entry-date:hover {
	background: #49bcb5;
}
.entry-date .day,
.entry-date .month {
	display: block;
	color: #ffffba;
	line-height: 1;
}
.entry-date .day {
	font-size: 24px;
	font-weight: bold;
}
.entry-date .month {
	font-size: 12px;
}

/* Entry content */
.page-content,
.entry-content,
.entry-summary {
	margin: 20px 0 0;
}
.page-content.no-title,
.entry-content.no-title,
.entry-summary.no-title {
	margin-top: 0;
}

/* Page */
.hentry.type-page {
	background: #ffffba;
	color: #202020;
}
.hentry.type-page blockquote,
.hentry.type-page .wp-caption .wp-caption-text,
.hentry.type-page .page-links,
.hentry.type-page table,
.hentry.type-page th,
.hentry.type-page td {
	border-color: #ffd685;
}

/* Attachment */
.hentry.type-attachment {
	background: #ffffba url('images/format-image.png') 50% 50% repeat-x;
	color: #202020;
}
.hentry.type-attachment blockquote,
.hentry.type-attachment .wp-caption .wp-caption-text,
.hentry.type-attachment .page-links,
.hentry.type-attachment table,
.hentry.type-attachment th,
.hentry.type-attachment td {
	border-color: #ffd685;
}
.entry-attachment {
	text-align: center;
}
.entry-attachment .attachment {
	margin-bottom: 20px;
}


/* =Post formats
----------------------------------------------- */

/* Format standard */
.hentry.format-standard {
	padding-top: 96px; /* .hentry { height } + .hentry.format-standard:before { height } */
	background: #ffffba;
	color: #202020;
}
.hentry.format-standard:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 16px;
	background: transparent url('images/format-standard.png') 0 0 repeat;
}
.hentry.format-standard .entry-title {
	float: right;
	clear: none;
	margin-top: 6px; /* ( .entry-date { height } - ( .entry-title { font-size } * .entry-title { line-height } ) ) / 2 */
	width: 860px; /* .site-wrapper { width } - .entry-header .entry-meta a { width } - 20 */
}
.hentry.format-standard .entry-content.no-title,
.hentry.format-standard .entry-summary.no-title {
	margin-top: -60px; /* .entry-date { height } */
}
.hentry.format-standard .entry-content,
.hentry.format-standard .entry-summary,
.hentry.format-standard footer.entry-meta {
	padding-left: 80px; /* .entry-header .entry-meta a { width } + 20 */
}
.hentry.format-standard blockquote,
.hentry.format-standard .wp-caption .wp-caption-text,
.hentry.format-standard .page-links,
.hentry.format-standard table,
.hentry.format-standard th,
.hentry.format-standard td {
	border-color: #ffd685;
}

/* Format aside */
.hentry.format-aside {
	background: #ff6b6b url('images/pattern-dots.png') 0 0 repeat;
	border-top: 20px solid #ff6b6b;
	border-bottom: 20px solid #ff6b6b;
}
.hentry.format-aside .site-wrapper {
	padding-left: 80px;
	min-height: 167px; /* .hentry.format-aside .site-wrapper { background-size-height } */
	background: transparent url('images/format-aside.png') 0 0 no-repeat;
}
.hentry.format-aside a,
.hentry.format-aside a:visited,
.hentry.format-aside .page-links,
.hentry.format-aside .page-links a,
.hentry.format-aside footer.entry-meta {
	color: #ffffba;
}
.hentry.format-aside a:hover,
.hentry.format-aside a:focus,
.hentry.format-aside a:active {
	color: #54616f;
}
.hentry.format-aside .entry-content {
	margin-top: 0;
}

/* Format image */
.hentry.format-image {
	background: #ffffba url('images/format-image.png') 50% 50% repeat-x;
	color: #202020;
}
.hentry.format-image blockquote,
.hentry.format-image .wp-caption .wp-caption-text,
.hentry.format-image .page-links,
.hentry.format-image table,
.hentry.format-image th,
.hentry.format-image td {
	border-color: #ffd685;
}

/* Format video */
.hentry.format-video {
	background: #ff6b6b url('images/pattern-stripes.png') 0 0 repeat;
}
.hentry.format-video a,
.hentry.format-video a:visited,
.hentry.format-video .entry-title,
.hentry.format-video .entry-title a,
.hentry.format-video .page-links,
.hentry.format-video .page-links a,
.hentry.format-video footer.entry-meta {
	color: #ffffba;
}
.hentry.format-video a:hover,
.hentry.format-video a:focus,
.hentry.format-video a:active,
.hentry.format-video .entry-title a:hover {
	color: #54616f;
}
.hentry.format-video .entry-title {
	margin-bottom: 20px;
}
.hentry.format-video .entry-content,
.hentry.format-video .entry-summary {
	margin-top: 0;
}

/* Format quote */
.hentry.format-quote {
	padding: 100px 0 80px;
	background: #414a53;
}
.hentry.format-quote:before,
.hentry.format-quote:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('images/pattern-vertical.png') 0 0 repeat;
}
.hentry.format-quote:before {
	top: 0;
}
.hentry.format-quote:after {
	bottom: 0;
}
.hentry.format-quote .site-wrapper {
	padding-left: 180px;
	min-height: 107px; /* .hentry.format-quote .site-wrapper { background-size-height } */
	background: transparent url('images/format-quote.png') 0 0 no-repeat;
}
.hentry.format-quote blockquote {
	padding: 0;
	border: none;
}
.hentry.format-quote .wp-caption .wp-caption-text,
.hentry.format-quote .page-links {
	border-color: rgba(255, 255, 255, 0.25);
}
.hentry.format-quote a,
.hentry.format-quote a:visited,
.hentry.format-quote .page-links,
.hentry.format-quote .page-links a,
.hentry.format-quote footer.entry-meta {
	color: #ffffba;
}
.hentry.format-quote a:hover,
.hentry.format-quote a:focus,
.hentry.format-quote a:active {
	color: #49bcb5;
}
.hentry.format-quote .entry-content {
	margin-top: 0;
}

/* Format link */
.hentry.format-link {
	background: #49bcb5;
}
.hentry.format-link .site-wrapper {
	padding-left: 180px;
	min-height: 60px; /* .hentry.format-link .site-wrapper { background-size-height } */
	background: transparent url('images/format-link.png') 0 0 no-repeat;
}
.hentry.format-link a,
.hentry.format-link a:visited,
.hentry.format-link .page-links,
.hentry.format-link .page-links a,
.hentry.format-link footer.entry-meta {
	color: #ffffba;
}
.hentry.format-link .entry-title,
.hentry.format-link .entry-title a {
	color: #fff;
}
.hentry.format-link a:hover,
.hentry.format-link a:focus,
.hentry.format-link a:active,
.hentry.format-link .entry-title a:hover {
	color: #54616f;
}

/* Format gallery */
.hentry.format-gallery {
	background: #49bcb5;
}
.hentry.format-gallery a,
.hentry.format-gallery a:visited,
.hentry.format-gallery .entry-title,
.hentry.format-gallery .entry-title a,
.hentry.format-gallery .page-links,
.hentry.format-gallery .page-links a,
.hentry.format-gallery footer.entry-meta {
	color: #ffffba;
}
.hentry.format-gallery a:hover,
.hentry.format-gallery a:focus,
.hentry.format-gallery a:active,
.hentry.format-gallery .entry-title a:hover {
	color: #54616f;
}

/* Format audio */
.hentry.format-audio .site-wrapper {
	padding: 20px 20px 0 180px;
	margin-bottom: 20px;
	min-height: 170px; /* .hentry.format-audio .site-wrapper:after { background-size-height } + .hentry.format-audio .site-wrapper { padding-top } + .hentry.format-audio .site-wrapper { padding-bottom } */
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
}
.hentry.format-audio .site-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 140px;
	height: 130px;
	background: #49bcb5 url('images/format-audio.png') 0 0 no-repeat;
}
.hentry.format-audio a,
.hentry.format-audio a:visited,
.hentry.format-audio .entry-title,
.hentry.format-audio .entry-title a,
.hentry.format-audio .page-links,
.hentry.format-audio .page-links a,
.hentry.format-audio footer.entry-meta {
	color: #ffffba;
}
.hentry.format-audio a:hover,
.hentry.format-audio a:focus,
.hentry.format-audio a:active,
.hentry.format-audio .entry-title a:hover {
	color: #49bcb5;
}
.hentry.format-audio blockquote,
.hentry.format-audio .wp-caption .wp-caption-text,
.hentry.format-audio .page-links {
	border-color: rgba(255, 255, 255, 0.25);
}

/* Format status */
.hentry.format-status .site-wrapper {
	padding: 20px 20px 0 180px;
	margin-bottom: 20px;
	min-height: 180px; /* .hentry.format-audio .site-wrapper:after { background-size-height } + .hentry.format-status .site-wrapper { padding-top } + .hentry.format-status .site-wrapper { padding-bottom } */
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
}
.hentry.format-status .site-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 140px;
	height: 140px;
	background: #49bcb5 url('images/format-status.png') 0 0 no-repeat;
}
.hentry.format-status a,
.hentry.format-status a:visited,
.hentry.format-status .page-links,
.hentry.format-status .page-links a,
.hentry.format-status footer.entry-meta {
	color: #ffffba;
}
.hentry.format-status a:hover,
.hentry.format-status a:focus,
.hentry.format-status a:active,
.hentry.format-status .entry-title a:hover {
	color: #49bcb5;
}
.hentry.format-status .entry-content {
	margin-top: 0;
	font-size: 26px;
	line-height: 1.3;
	font-style: italic;
}
.hentry.format-status blockquote,
.hentry.format-status .wp-caption .wp-caption-text,
.hentry.format-status .page-links {
	border-color: rgba(255, 255, 255, 0.25);
}

/* Format chat */
.hentry.format-chat .site-wrapper {
	padding-bottom: 40px;
	background: transparent url('images/format-chat.png') 100% 100% no-repeat;
}
.hentry.format-chat .chat-wrapper {
	position: relative;
	width: 780px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	background: #54616f;
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.hentry.format-chat .chat-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -41px;
	left: 40px;
	width: 41px;
	height: 41px;
	background: #54616f url('images/chat-wrapper.png') 0 0 no-repeat;
}
.hentry.format-chat a,
.hentry.format-chat a:visited,
.hentry.format-chat .entry-title,
.hentry.format-chat .page-links,
.hentry.format-chat .page-links a,
.hentry.format-chat footer.entry-meta {
	color: #49bcb5;
}
.hentry.format-chat a:hover,
.hentry.format-chat a:focus,
.hentry.format-chat a:active,
.hentry.format-chat .entry-title a:hover {
	color: #ffffba;
}
.hentry.format-chat blockquote,
.hentry.format-chat .wp-caption .wp-caption-text,
.hentry.format-chat .page-links {
	border-color: rgba(255, 255, 255, 0.25);
}


/* =Error 404
----------------------------------------------- */

section.error-404 {
	padding: 80px 0 60px;
	margin: 0 0 20px;
	background: #54616f url('images/pattern-stripes.png') 0 0 repeat;
}
section.error-404 hr {
	background: #414a53;
}
.error-404 .page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.error-404 .page-content {
	padding: 0;
}


/* =Search form
----------------------------------------------- */

.search-form {
	position: relative;
	height: 32px; /* .search-form .search-submit { height } */
}
.search-no-results .page-content .search-form,
.error-404 .page-content .search-form {
	padding-bottom: 20px;
	width: 300px;
}
.search-form label {
	margin: 0;
}
.search-form .search-field,
.search-form .search-submit {
	position: absolute;
}
.search-form .search-field {
	top: 0;
	padding-right: 32px; /* .search-form .search-submit { width } + input[type="text"] { border-left-widht } + input[type="text"] { border-right-widht } */
}
.site-top .search-form .search-field {
	width: 220px;
}
.search-form .search-submit {
	top: 2px;
	right: 2px;
	width: 28px;
	height: 28px;
	padding: 0;
	background-image: url('images/search-submit.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.entry-summary img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 12px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 5px 0 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
}
.site-content .gallery {
	margin-bottom: 20px !important;
}
.site-content .gallery a {
	display: block;
}
.site-content .gallery a img {
	display: block;
	border: none !important;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.site-content .gallery dd {
	margin: 0;
}
.gallery-icon {
	padding: 10px;
}
.gallery-item {
	margin-top: 0 !important;
}

/* Tiled */
.site-content .tiled-gallery-caption {
	background: #49bcb5;
	color: #fff;
	font-size: 12px;
}

/* Slideshow */
.site-content .slideshow-window {
	border: none;
	background: none;
}
.site-content .slideshow-window img {
	display: block;
}
.site-content .slideshow-controls {
	top: 50%;
	bottom: auto;
	margin: -22px 0 0;
	height: 44px; /* .site-content .slideshow-controls a { height } */
}
.site-content .slideshow-controls a,
.site-content .slideshow-controls a:hover {
	width: 44px !important;
	height: 44px !important;
	background-size: 176px 44px !important;
	background: #49bcb5 url('images/slider-controls.png') no-repeat !important;
	border: none !important;
	line-height: 44px !important;
}
.site-content .slideshow-controls a:first-child {
	float: left;
	background-position: 0 0 !important;
}
.site-content .slideshow-controls a:last-child {
	float: right;
	background-position: 100% 0 !important;
}
.site-content .slideshow-controls a:nth-child(2),
.site-content .slideshow-controls a.running {
	background-position: -44px 0 !important;
}
.site-content .slideshow-controls a.paused {
	background-position: -88px 0 !important;
}
.site-content .slideshow-controls a:hover {
	background-color: #54616f !important;
}
.site-content .slideshow-line-height-hack {
	display: none;
}
.site-content .slideshow-slide-caption {
	bottom: 0;
	height: auto;
	background: #49bcb5;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-shadow: none;
}

/* Make sure embeds and iframes fit their containers */
video,
audio,
embed,
iframe,
object {
	margin-bottom: 20px;
	max-width: 100%;
}

/* Audio */
.wp-audio-shortcode {
	margin: 0 0 20px;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #ffffba;
}
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #49bcb5;
}

/* Video */
.video-player {
	margin: 0 0 20px;
}
.embed-youtube iframe,
.embed-vimeo iframe {
	margin-bottom: 0;
}


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

.site-content [class*="navigation"] {
	padding: 20px 0;
	margin: 20px 0;
	overflow: hidden;
	background: transparent url('images/pattern-dots.png') 0 0 repeat;
	font-weight: bold;
	text-shadow: 1px 0 0 #54616f, -1px 0 0 #54616f, 0 1px 0 #54616f, 0 -1px 0 #54616f, 1px 1px 0 #54616f, 1px -1px 0 #54616f, -1px 1px #54616f, -1px -1px 0 #54616f, 2px 0 0 #54616f, -2px 0 0 #54616f, 0 2px 0 #54616f, 0 -2px 0 #54616f, 2px 2px 0 #54616f, 2px -2px 0 #54616f, -2px 2px #54616f, -2px -2px 0 #54616f;
}
.site-content [class*="navigation"] a {
	color: #fff;
	text-decoration: none;
}
.site-content [class*="navigation"] a:hover {
	color: #ffffba;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


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

#comments {
	padding: 80px 0 60px;
}
.single-post #comments {
	padding-top: 60px;
}
.comment-form,
.comment,
.pingback,
.trackback {
	padding: 20px;
	background: #54616f;
	border: 1px dashed #fff;
	border-color: rgba(255, 255, 255, 0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
	margin: 0 0 20px;
}
.comment-form p:last-of-type {
	margin-bottom: 0;
}
.comment-reply-title,
.comments-title {
	margin-bottom: 20px;
	color: #ffffba;
	font-family: Rancho, sans-serif;
	font-size: 30px;
	line-height: 1.3;
	font-weight: normal;
}
.comment-respond {
	margin: 0 0 20px;
}
.comment .comment-respond {
	margin: 20px 0 0;
}
.form-allowed-tags {
	font-size: 13px;
}
.form-allowed-tags code {
	font-size: 12px;
}
.comment-list {
	list-style: none;
	margin: 0 0 20px;
}
.comment-list .children {
	list-style: none;
	margin: 20px 0 0;
}
.comment-list .children > li:last-child {
	margin: 0;
}
.bypostauthor {
	background: #414a53 url('images/pattern-stripes.png') 0 0 repeat;
}
footer.comment-meta {
	float: left;
	margin: 0 0 20px;
}
.comment-metadata {
	color: #ff6b6b;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-metadata .fn,
.comment-metadata a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}
.comment-metadata .edit-link {
	margin-left: 15px;
}
.comment-content {
	padding-left: 80px;
}
.reply {
	padding-top: 20px;
}
.comment-reply-title a,
.comment-reply-link {
	display: inline-block;
	padding: 7px 10px;
	background-color: #49bcb5;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}
.comment-reply-title a {
	float: right;
	font-family: "Open Sans", sans-serif;
}
.comment-reply-title a:hover,
.comment-reply-link:hover {
	color: #fff;
	background: #ff6b6b;
}
.comment-navigation {
	margin-top: 0 !important;
}


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

.widget {
	position: relative;
	margin: 0 0 20px;
}
.widget-title,
.widgettitle {
	margin-bottom: 20px;
	color: #ffffba;
	font-family: Rancho, sans-serif;
	font-size: 30px;
	line-height: 1.3;
	font-weight: normal;
}
.widget-title a,
.widget-title a:visited {
	color: #ffffba;
	text-decoration: none;
}
.widget-title a:hover {
	color: #ff6b6b;
}
.widget-title label {
	padding: 0;
	font-weight: normal;
}

/* Calendar */
.widget_calendar caption {
	font-weight: bold;
	text-align: center;
	height: 43px; /* .widget_calendar th { height } */
	line-height: 43px; /* .widget_calendar th { line-height } */
	border: 1px solid #fff;
	border-bottom: none;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	width: 14.28571428571429%; /* 100 / 7 */
	height: 43px;
	line-height: 43px;
	text-align: center;
}
.widget_calendar th {
	color: #ff6b6b;
}
.widget_calendar a {
	display: block;
	background: #54616f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.widget_calendar a:hover {
	background: #fff;
	color: #49bcb5;
}
.widget_calendar tfoot .pad {
	background: #54616f;
}

/* Gravatar profile (Jetpack) */
.widget-grofile .grofile-thumbnail {
	display: block;
	margin: 0 auto;
}
.widget-grofile h4 {
	margin: 20px 0 0 !important;
	font-size: 16px;
	line-height: 1.5;
}
.widget-grofile h4 a {
	text-decoration: none;
}
.widget-grofile .grofile-meta h4 {
	font-family: Rancho, serif;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}
.widget-grofile .grofile-full-link {
	display: inline-block;
	padding: 7px 10px;
	background-color: #49bcb5;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.widget-grofile .grofile-full-link:hover {
	background: #ff6b6b;
}

/* Image (Jetpack) */
.widget_image .alignleft {
	margin-right: 0;
}
.widget_image .aligntight {
	margin-left: 0;
}

/* Recent posts */
.widget_recent_entries .post-date {
	display: block;
	font-size: 13px;
}

/* RSS */
.widget_rss .rss-date {
	display: block;
	font-size: 13px;
}

/* Send to readmill (Jetpack) */
.send-to-readmill-popup-wrapper {
	margin-top: -40px;
}

/* Tag Cloud */
.widget_tag_cloud a {
	display: inline-block;
	margin: 0 2px 5px 0;
	padding: 7px 10px;
	background: #54616f;
	color: #fff;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
}
.error-404 .page-content .widget_tag_cloud a {
	background: #414a53;
}
.widget_tag_cloud a:hover,
.error-404 .page-content .widget_tag_cloud a:hover {
	background: #fff;
	color: #49bcb5;
}

/* Lists */
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_rss_links li,
.widget_top-posts li {
	list-style: none;
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
	padding: 10px 0;
	display: block;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_nav_menu li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child,
.widget_rss_links li:first-child,
.widget_top-posts li:first-child {
	padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_rss_links li:last-child,
.widget_top-posts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	padding-top: 10px;
}
.widget_categories .children li:first-child,
.widget_nav_menu .sub-menu li:first-child,
.widget_pages .children li:first-child {
	border-top: 1px dashed #fff;
	border-top-color: rgba(255, 255, 255, 0.25);
	padding-top: 10px;
}

/* Select */
.widget select {
	max-width: 100%;
	color: #202020;
}

/* Jetpack */
.widgets-list-layout li {
	margin-bottom: 0 !important;
}
.widgets-list-layout img {
	max-width: 60px !important;
}
.widget-grid-view-image {
	display: block;
	float: left;
	margin: 0 10px 20px 10px;
	width: 60px;
}
.widget-grid-view-image:nth-of-type(4n + 1) {
	margin-left: 0;
}
.widget-grid-view-image:nth-of-type(4n + 4) {
	margin-right: 0;
}
.widget-grid-view-image img {
	display: block;
}
.widget-grid-view-image a {
	margin: 0 !important;
}


/* =Helpers
----------------------------------------------- */

.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after,
[class*="navigation"]:before,
[class*="navigation"]:after {
	content: '';
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after,
[class*="navigation"]:after {
	clear: both;
}
.hide,
.desktop-hide {
	display: none;
}


/* =Jetpack
----------------------------------------------- */

/* Infinite Scroll */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer {
	z-index: 9999;
	background: #414a53;
}
#infinite-footer .container {
	background: none;
	border-top: 1px dashed #fff;
	border-top-color: rgba(255, 255, 255, 0.25);
}
#infinite-footer .blog-info a,
#infinite-footer .blog-credits a {
	color: #fff;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #ffffba;
	text-decoration: none;
}
#infinite-footer .blog-credits {
	color: #fff;
}
#infinite-handle {
	padding: 20px 0;
	text-align: center;
}
#infinite-handle span {
	display: inline-block;
	padding: 7px 10px;
	background-color: #49bcb5;
	border: none;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}
#infinite-handle span:hover {
	background: #ff6b6b;
}
#infinite-handle span:before {
	display: none;
}
.infinite-loader {
	height: 72px;
}
.infinite-loader .spinner {
	left: 50% !important;
	top: 50% !important;
}

/* Stats */
img#wpstats {
	display: block;
	padding: 13.5px 13px; /* (32 - 5) / 2 && (32 - 6) / 2 */
	margin: 20px auto;
	background: #414a53;
}

/* Sharedaddy */
#main .hentry .sharedaddy h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
}
.hentry .entry-content > div.sharedaddy > div:last-of-type {
	border-bottom: 1px dashed #fff;
	border-bottom-color: rgba(255, 255, 255, 0.25);
	margin: 0 0 20px;
}
.hentry div.sharedaddy div.sd-block,
.hentry div.sharedaddy div.sd-sharing-enabled {
	padding: 20px 0 15px;
	border-top: 1px dashed #fff;
	border-top-color: rgba(255, 255, 255, 0.25);
}
.hentry div.sharedaddy div.sharedaddy div.sd-block {
	padding: 0;
	border-top: none;
}
.hentry .jetpack-likes-widget-wrapper {
	padding-bottom: 20px;
}
.hentry.type-page div.sharedaddy div.sd-block,
.hentry.type-page div.sharedaddy div.sd-sharing-enabled,
.hentry.type-attachment div.sharedaddy div.sd-block,
.hentry.type-attachment div.sharedaddy div.sd-sharing-enabled,
.hentry.format-standard div.sharedaddy div.sd-block,
.hentry.format-standard div.sharedaddy div.sd-sharing-enabled,
.hentry.format-image div.sharedaddy div.sd-block,
.hentry.format-image div.sharedaddy div.sd-sharing-enabled {
	border-color: #ffd685;
}

/* Contact Form */
.entry-content .contact-form input[type="text"],
.entry-summary .contact-form input[type="text"],
.entry-content .contact-form input[type="url"],
.entry-summary .contact-form input[type="url"],
.entry-content .contact-form input[type="email"],
.entry-summary .contact-form input[type="email"] {
	width: 300px;
	max-width: 100%;
	margin-bottom: 20px;
}
.entry-content .contact-form textarea,
.entry-summary .contact-form textarea {
	width: 100%;
	margin-bottom: 20px;
}


/* =Retina
----------------------------------------------- */

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

	body:before,
	body:after {
		background-size: 1300px 20px;
		background-image: url('images/body-2x.png');
	}
	.widgets-trigger {
		background-size: 32px 64px;
		background-image: url('images/widgets-trigger-2x.png');
	}
	.site-top:after {
		background-size: 22px 5px;
		background-image: url('images/site-top-2x.png');
	}
	.site-branding,
	.hentry.format-aside,
	.site-content [class*="navigation"] {
		background-size: 6px;
		background-image: url('images/pattern-dots-2x.png');
	}
	.hentry.format-video,
	.bypostauthor,
	section.error-404 {
		background-size: 60px;
		background-image: url('images/pattern-stripes-2x.png');
	}
	.featured-post {
		background-size: 215px 137px;
		background-image: url('images/featured-post-2x.png');
	}
	.hentry.format-standard:before {
		background-size: 5px;
		background-image: url('images/format-standard-2x.png');
	}
	.hentry.format-aside .site-wrapper {
		background-size: 60px 167px;
		background-image: url('images/format-aside-2x.png');
	}
	.hentry.format-image {
		background-size: 85px 176px;
		background-image: url('images/format-image-2x.png');
	}
	.hentry.format-quote .site-wrapper {
		background-size: 140px 107px;
		background-image: url('images/format-quote-2x.png');
	}
	.hentry.format-quote .site-wrapper:before,
	.hentry.format-quote .site-wrapper:after, {
		background-size: 8px 1px;
		background-image: url('images/pattern-vertical-2x.png');
	}
	.hentry.format-link .site-wrapper {
		background-size: 140px 60px;
		background-image: url('images/format-link-2x.png');
	}
	.hentry.format-audio .site-wrapper:after {
		background-size: 140px 130px;
		background-image: url('images/format-audio-2x.png');
	}
	.hentry.format-status .site-wrapper:after {
		background-size: 140px;
		background-image: url('images/format-status-2x.png');
	}
	.hentry.format-chat .site-wrapper {
		background-size: 272px 216px;
		background-image: url('images/format-chat-2x.png');
	}
	.hentry.format-chat .chat-wrapper:after {
		background-size: 41px;
		background-image: url('images/chat-wrapper-2x.png');
	}
	.search-form .search-submit {
		background-size: 12px;
		background-image: url('images/search-submit-2x.png');
	}
	.flex-direction-nav a,
	.site-content .slideshow-controls a,
	.site-content .slideshow-controls a:hover {
		background-size: 176px 44px !important;
		background-image: url('images/slider-controls-2x.png') !important;
	}

}


/* =Responsive
----------------------------------------------- */

/* 767px < x < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	/* Grid */
	.site-wrapper {
		width: 700px;
	}
	.main-navigation-search {
		width: 520px;
	}
	.site-header .search-form {
		width: 160px;
	}
	.widget-area {
		width: 220px;
	}

	/* Forms */
	input[type="text"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="search"] {
		width: 220px;
	}

	/* Menu */
	.main-navigation {
		font-size: 18px;
		line-height: 1.78;
	}
	.main-navigation ul ul a {
		width: 100px;
	}
	.main-navigation ul ul ul {
		left: 145px;
	}

	/* Slider */
	.featured-post {
		padding: 15px 0 16px 0;
		background-image: url('images/featured-post-responsive.png');
	}
	.featured-post img {
		width: 119px !important;
	}

	/* Content */
	.entry-date {
		width: 40px;
		height: 40px;
	}
	.entry-date .day {
		font-size: 18px;
	}
	.entry-date .month {
		font-size: 10px;
	}

	/* Post formats */
	.hentry.format-standard .entry-title {
		margin-top: -4px;
		width: 640px;
	}
	.hentry.format-standard .entry-content.no-title,
	.hentry.format-standard .entry-summary.no-title {
		margin-top: -40px;
	}
	.hentry.format-standard .entry-content,
	.hentry.format-standard .entry-summary,
	.hentry.format-standard footer.entry-meta {
		padding-left: 60px;
	}
	.hentry.format-chat .chat-wrapper {
		width: 580px;
	}

	/* Search form */
	.search-no-results .page-content .search-form,
	.error-404 .page-content .search-form {
		width: 220px;
	}
	.site-top .search-form .search-field {
		width: 160px;
	}

	/* Widgets */
	.widget_calendar caption {
		height: 36px;
		line-height: 36px;
	}
	.widget_calendar th,
	.widget_calendar td {
		padding: 0;
		width: 14.28571428571429%; /* 100 / 7 */
		height: 3px;
		line-height: 36px;
		text-align: center;
	}
	.widgets-list-layout img {
		max-width: 40px !important;
	}
	.widget-grid-view-image {
		width: 40px;
	}

	/* Helpers */
	.desktop-hide {
		display: block;
	}
	span.desktop-hide {
		display: inline;
	}
	.tablet-hide {
		display: none;
	}

	/* Jetpack */
	.entry-content .contact-form input[type="text"],
	.entry-summary .contact-form input[type="text"],
	.entry-content .contact-form input[type="url"],
	.entry-summary .contact-form input[type="url"],
	.entry-content .contact-form input[type="email"],
	.entry-summary .contact-form input[type="email"] {
		width: 220px;
	}

}

/* Retina - 767px < x < 960px */
@media (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 959px),
(-o-min-device-pixel-ratio: 3/2) and (min-width: 768px) and (max-width: 959px),
(-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 959px),
(min-device-pixel-ratio: 1.5) and (min-width: 768px) and (max-width: 959px),
(min-resolution: 1.5dppx) and (min-width: 768px) and (max-width: 959px) {

	.featured-post {
		background-size: 155px 99px;
		background-image: url('images/featured-post-responsive-2x.png');
	}

}

/* 600px > x */
@media only screen and (max-width: 600px) {
	/* Mobile - logged in user  */
	body.admin-bar {
		position: static;
	}
	body.admin-bar:after {
		top: 46px;
	}
}

/* 768px > x */
@media only screen and (max-width: 767px) {

	/* Grid */
	.site-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.site-wrapper,
	.main-navigation-search,
	.site-header .search-form,
	.widget-area {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}

	/* Forms */
	input[type="text"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="search"] {
		width: 100%;
	}

	/* Top panel */
	.trigger-wrapper {
		position: relative;
		padding: 0;
		height: 60px;
		margin-bottom: -60px;
	}
	.widgets-trigger {
		position: absolute;
		top: 32px;
		right: 20px;
		z-index: 1;
		font-size: 10px;
	}

	/* Menu */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-toggle {
		margin: 0;
		height: 60px;
		width: 60px;
		background: #54616f;
		color: #fff;
		font-size: 24px;
		line-height: 60px;
		text-align: center;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		float: none;
		margin: 0;
		border-top: 5px solid transparent;
	}
	.main-navigation li a {
		padding: 0 20px;
		background: #54616f;
		-webkit-border-radius: 16px !important;
		-moz-border-radius:    16px !important;
		border-radius:         16px !important;
	}
	.main-navigation ul ul {
		display: block;
		float: none;
		position: relative;
		top: 0;
		left: 0;
		padding-left: 20px;
		border: none;
	}
	.main-navigation ul ul li {
		padding: 0;
		border-bottom: none;
	}
	.main-navigation ul ul a {
		width: auto;
	}
	.main-navigation ul ul ul {
		top: 0;
		left: 0;
	}

	/* Slider */
	#featured-content,
	#featured-content .site-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#featured-content .site-wrapper {
		background: transparent url('images/pattern-dots.png') 0 0 repeat;
	}
	.featured-post {
		padding: 0;
		background: none;
	}
	.featured-post a:hover img {
		opacity: 1;
	}
	.flex-direction-nav {
		display: none;
	}

	/* Content */
	.hentry,
	.page-content {
		padding: 20px 0 0;
	}

	/* Post formats */
	.hentry.format-standard {
		padding-top: 36px;
	}
	.hentry.format-standard .entry-title {
		float: none;
		margin-top: 0;
		width: 100%;
	}
	.hentry.format-standard .entry-content,
	.hentry.format-standard .entry-summary,
	.hentry.format-standard footer.entry-meta {
		padding-left: 0;
	}
	.hentry.format-aside .site-wrapper,
	.hentry.format-quote .site-wrapper,
	.hentry.format-link .site-wrapper,
	.hentry.format-audio .site-wrapper,
	.hentry.format-status .site-wrapper {
		padding-left: 20px;
		min-height: 0;
		background: none;
	}
	.hentry.format-quote {
		padding: 40px 0 20px;
	}
	.hentry.format-audio,
	.hentry.format-status {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hentry.format-audio .site-wrapper:after,
	.hentry.format-status .site-wrapper:after,
	.hentry.format-chat .chat-wrapper:after {
		display: none;
	}
	.hentry.format-chat .site-wrapper {
		padding-bottom: 0;
		background: none;
	}
	.hentry.format-chat .chat-wrapper {
		width: 100%;
	}

	/* Error 404 */
	section.error-404 {
		padding: 20px 0 0;
	}

	/* Comments */
	#comments {
		padding: 20px 0 0;
	}
	.single-post #comments {
		padding-top: 0;
	}

	/* Search form */
	.site-top .search-form {
		margin-top: 20px;
	}
	.search-no-results .page-content .search-form,
	.error-404 .page-content .search-form {
		width: 100%;
	}
	.site-top .search-form .search-field {
		width: 100%;
	}

	/* Widgets */
	.widget-grid-view-image:nth-of-type(4n + 1) {
		margin-left: 10px;
	}
	.widget-grid-view-image:nth-of-type(4n + 4) {
		margin-right: 10px;
	}

	/* Helpers */
	.desktop-hide {
		display: block;
	}
	span.desktop-hide {
		display: inline;
	}
	.mobile-hide {
		display: none;
	}

	/* Jetpack */
	.entry-content .contact-form input[type="text"],
	.entry-summary .contact-form input[type="text"],
	.entry-content .contact-form input[type="url"],
	.entry-summary .contact-form input[type="url"],
	.entry-content .contact-form input[type="email"],
	.entry-summary .contact-form input[type="email"] {
		width: 100%;
	}

}

/* Retina - 768px > x */
@media (min--moz-device-pixel-ratio: 1.5) and (max-width: 767px),
(-o-min-device-pixel-ratio: 3/2) and (max-width: 767px),
(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px),
(min-device-pixel-ratio: 1.5) and (max-width: 767px),
(min-resolution: 1.5dppx) and (max-width: 767px) {

	#featured-content .site-wrapper {
		background-size: 6px;
		background-image: url('images/pattern-dots-2x.png');
	}

}


/* =Border Radius
----------------------------------------------- */

pre,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
.main-navigation a,
.main-navigation ul ul,
.featured-post img,
.gallery-item img,
.site-content .slideshow-window img,
.comment-reply-title a,
.comment-reply-link,
.widget-grofile .grofile-full-link,
.widget_tag_cloud a,
#infinite-handle span {
	-webkit-border-radius: 16px; /* input[type="text"] { height } / 2 */
	-moz-border-radius:    16px;
	border-radius:         16px;
}
.widgets-trigger,
.flex-direction-nav a,
.social-links a,
.page-links a,
.entry-date,
.comment-author .avatar,
.widget-grofile .grofile-thumbnail,
.widgets-list-layout img,
.widget-grid-view-image img,
.menu-toggle,
img#wpstats {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}
.site-content .slideshow-controls a {
	-webkit-border-radius: 50% !important;
	-moz-border-radius:    50% !important;
	border-radius:         50% !important;
}
.site-content .slideshow-window,
#comment-form-comment textarea {
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
.main-navigation ul ul a {
	-webkit-border-radius: 11px;
	-moz-border-radius:    11px;
	border-radius:         11px;
}


/* =Transition
----------------------------------------------- */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
.widgets-trigger,
.main-navigation a,
.featured-post img,
.flex-direction-nav a,
.social-links a,
.page-links a,
.entry-header a,
.entry-date,
.comment-reply-title a,
.comment-reply-link,
.site-content [class*="navigation"] a,
.widget_calendar a,
.widget-grofile .grofile-full-link,
.widget_tag_cloud a,
#infinite-handle span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
}
.site-content .slideshow-controls a {
	-webkit-transition: all 0.25s ease-in-out !important;
	-moz-transition:    all 0.25s ease-in-out !important;
	-ms-transition:     all 0.25s ease-in-out !important;
	-o-transition:      all 0.25s ease-in-out !important;
	transition:         all 0.25s ease-in-out !important;
}