/*
Theme Name: vowels
Theme URI: http://www.silocreativo.com
Description: vowels is a beautiful, clean and responsive theme designed to make your blogging experience as pleasant as possible. The responsive web design adapts from large to mobile screens, just resize the browser window to test it out.


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: one-column, custom-menu, pink, light, editor-style, custom-colors, theme-options, sticky-post, translation-ready, featured-images, flexible-width


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.
*/

/******************************************************************

------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. PAGE NAVI STYLES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. MEDIA QUERIES

******************************************************************/

/**
 * 01. RESET
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * -----------------------------------------------------------------------------------------------------------------------------------
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

/**
 * 02. TIPOGRAPHY
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
@font-face {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
/**  src: url('font/bazar.eot');
  src: url('font/bazar.eot?#iefix') format('embedded-opentype'), url('font/bazar.woff') format('woff'), url('font/bazar.ttf') format('truetype'), url('font/bazar.svg#Bazar') format('svg');  */
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	color: #141412;
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

a {
	color: #997962;
	text-decoration: none;
}

a:visited {
	color: #e0a8a9;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ec697d;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #141412;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
	color: #0363a0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
	color: #0b3b6c;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

h7 {
	font-size: 16px;
	margin: 36px 0;
	text-align:right;
}

address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	line-height: 1.5;
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	font-size: 24px;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	font-style: normal;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li >ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}


/**
 * 03. PATTERNS
 * --------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Buttons */
a.more-link,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #ec697d; 
	display: inline-block;
	padding: 6px 12px 6px;
	color: #fff !important;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

a.more-link:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #e0a8a9; 
}
a.more-link:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #e0a8a9; 
	border: none;
	border-top: 3px solid #eee;
	padding: 6px 12px 6px;
}

input[type="text"],
input[type="email"],
textarea { 
	color: #666;
	width: 100%;
	background-color: #fafafa;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #eee;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text,
.entry-caption {
	color: #220e10;
	font: 300 18px/1.5 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0;
	text-transform: none;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Transitions */
a {
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	}

/**
 * 04. SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */
.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header hgroup {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	margin: 0 auto;
	max-width: 1040px;
	min-height: 350px;
	width: 100%;
	margin-top: 45px;
}

.site-header a {
	color: #fff;
}

.site-title {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 30px 0 10px;
}

.site-title a {
	background: rgba(0, 0, 0, 0.2);
	padding: 10px;
}

.site-title a:hover {
	color: #eee;;
}

.site-description {
	font: 300 24px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0;
	text-transform: none;
	color: #fff;
	max-width: 250px;
	margin-top: 5px;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.2);
}


/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1040px;
	min-height: 45px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	text-align: left;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #e0a8a9;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e0a8a9;
	border-top: 0;
	color: #fff;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 44px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #ec697d;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	background-color: #e0a8a9;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #ec697d;
	max-width: 1120px;
	width: 100%;
	box-shadow: 0px 2px 2px rgba(173, 165, 105, 0.2);
	position: fixed;
	top: 0;
	z-index: 10;
}

/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
	word-wrap: break-word;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
	text-align: right;
}
.single .entry-header, .page .entry-header {
	text-align: center;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 20px;
}

.entry-title a, .entry-title {
	color: #997962;
}

.entry-title a:hover {
	color: #ec697d;
}


/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}

.entry-meta span.tag-links {
	color: #997962;
}

.entry-meta a {
	color: #997962;
}

.entry-meta a:hover {
	color: #ec697d;
}

.entry-meta > span {
	margin-left: 5px;
	display: block;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta [class^="icon-"], .entry-meta [class*=" icon-"] {
	margin-right: 5px;
	color: #666;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content a,
.comment-content a {
	color: #997962;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ec697d;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}
.blog .format-standard .entry-content, .archive .format-standard .entry-content {
	margin-bottom: 20px;
}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */


 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */
/* home page */

/* blog template page */
.blog .odd, .archive .odd {
	background-color: #fff;
}
.blog .even, .archive .even {
	background-color: #ececec;
}
.blog .entry-title, .archive .entry-title {
	font-size: 40px;
}
/* single template page */
.single .entry-meta span {
	display: inline;
	margin-right: 20px;
}
/* page template page */

/* archive template page */


/* category template page */

/* tag template page */

/* wp-admin bar */
body.admin-bar {
	margin-top: 73px;
}
body.admin-bar #navbar {
	margin-top: 28px;
}

/* gallery */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
}

.single .gallery-columns-1.gallery-size-medium,
.single .gallery-columns-1.gallery-size-thumbnail,
.single .gallery-columns-2.gallery-size-thumbnail,
.single .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.single .gallery-columns-1.gallery-size-medium .gallery-item,
.single .gallery-columns-1.gallery-size-thumbnail .gallery-item,
.single .gallery-columns-2.gallery-size-thumbnail .gallery-item,
.single .gallery-columns-3.gallery-size-thumbnail .gallery-item {
	width: auto;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	text-align: center;
	width: 48%;
	width: -webkit-calc(50% - 4px);
	width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	text-align: center;
	width: 31%;
	width: -webkit-calc(33.3% - 4px);
	width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	width: 23%;
	width: -webkit-calc(25% - 4px);
	width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	width: 19%;
	width: -webkit-calc(20% - 4px);
	width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	width: 15%;
	width: -webkit-calc(16.7% - 4px);
	width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	width: 13%;
	width: -webkit-calc(14.28% - 4px);
	width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	width: 11%;
	width: -webkit-calc(12.5% - 4px);
	width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	width: 9%;
	width: -webkit-calc(11.1% - 4px);
	width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	display: none;
}


/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */


/* Icons */
a.post-icon {
	background-image: url('images/post-format-icons.png');
	background-repeat: no-repeat;
	background-color: #ec697d;
	background-position: 3px -27px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.12) inset;
	width: 41px;
	height: 41px;
	display: block;
	position: relative;
	margin-top: 1px;
	border-radius: 999px;
	z-index: 1;
}

/* Sticky */
.sticky a.post-icon{
	background-position: 3px 3px !important;
}

/* Aside */
.format-aside a.post-icon {
	background-position: 3px -267px;
}

.format-aside footer.entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: 300;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

/* Audio */
.format-audio a.post-icon {
	background-position: 3px -237px;
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat a.post-icon {
	background-position: 3px -177px;
}

/* Gallery */
.format-gallery a.post-icon {
	background-position: 3px -147px;;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

/* Blog gallery */
.blog .format-gallery .gallery,
.archive .format-gallery .gallery,
.search .format-gallery .gallery {
	margin-bottom: 20px;
	max-width: 608px;
}

.blog .format-gallery .gallery-item,
.archive .format-gallery .gallery-item,
.search .format-gallery .gallery-item {
	display: block;
	height: 148px;
	margin-right: 4px;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	width: 148px;
}

.blog .format-gallery .gallery-item img,
.archive .format-gallery .gallery-item img,
.search .format-gallery .gallery-item img {
	height: 100%;
	max-height: 148px;
	max-width: 1000%;
	width: auto;
}

.blog .format-gallery .gallery-item:first-child,
.archive .format-gallery .gallery-item:first-child,
.search .format-gallery .gallery-item:first-child {
	height: 300px;
	width: 300px;
}

.blog .format-gallery .gallery-item:first-child img,
.archive .format-gallery .gallery-item:first-child img,
.search .format-gallery .gallery-item:first-child img {
	max-height: 300px;
}

.blog .format-gallery .gallery-item .gallery-icon,
.archive .format-gallery .gallery-item .gallery-icon,
.search .format-gallery .gallery-item .gallery-icon {
	height: 100%;
	-webkit-transform: translate(50%, 50%);
	-moz-transform:    translate(50%, 50%);
	-ms-transform:     translate(50%, 50%);
	-o-transform:      translate(50%, 50%);
	transform:         translate(50%, 50%);
	width: 100%;
}

.blog .format-gallery .gallery-item .gallery-icon img,
.archive .format-gallery .gallery-item .gallery-icon img,
.search .format-gallery .gallery-item .gallery-icon img {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.blog .format-gallery .gallery br,
.archive .format-gallery .gallery br,
.search .format-gallery .gallery br {
	display: none;
}

/* Image */
.format-image a.post-icon {
	background-position: 3px -117px;
}

.format-image .wp-caption {
	margin: 0 auto;
	text-align: center;
}

.format-image .wp-caption-text {
	padding: 0 5px;
	text-align: left;
}

.format-image .wp-caption.alignleft:first-of-type,
.format-image .wp-caption.alignright:first-of-type {
	margin: 0;
}

/* Link */
.format-link a.post-icon{
	background-position: 3px -87px;
}

.format-link .entry-content {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
}

.format-link .entry-content a {
	background-color: #e0a8a9;
	display: block;
	padding: 8px;
	color: #fff;
}

/* Quote */
.format-quote a.post-icon {
background-position: 3px -57px;
}

.format-quote .entry-content {
	color: #999;
	font-size: 24px;
	font-weight: 300;
	margin: 0 auto;
}

.format-quote .entry-content blockquote {
	margin: 0;
}

.format-quote .entry-content p {
	line-height: 1.3;
}

.format-quote .entry-content a {
	color: inherit;
}

.format-quote .entry-content small,
.format-quote .entry-content cite {
	display: block;
	font-size: 16px;
	margin-top: 20px;
}

.format-quote footer.entry-meta {
	margin-top: 0;
}

/* Status */
.format-status a.post-icon {
	background-position: 3px -177px;
}
.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content {
	color: #999;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 30px;
	position: relative;
}

.sidebar .format-status .entry-content p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}


/* Video */
.format-video a.post-icon {
    background-position: 3px -207px;
}

.video-container, .embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-video .entry-content {
	padding-bottom: 20px;
}

/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #daddce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title:before {
	content: '\f416';
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.attachment-meta:before {
	content: '\f307';
}

.full-size-link a:before {
	content: '\f402';
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a {
	color: #997962;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font: 300 32px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

.attachment .entry-attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #daddce;
}

.archive-title,
.archive-meta {
	font: 300 30px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	text-transform: none;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding-right: 316px;
}


/**
 * 07.9 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #daddce;
}

.page-title {
	font: 300 30px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	text-transform: none;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 07.10 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	font: 300 30px/0.6 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
	text-transform: none;
}

.error404 .page-title:before {
	content: '\f423';
	color: #daddce;
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px
}

.error404 .page-wrapper {
	background-color: #daddce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation .nav-links a {
	color: #ec697d;
}

.navigation .nav-links a:hover {
	color: #e0a8a9;
	text-decoration: none;
}

.paging-navigation {
	background-color: #fff;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation a {
	font: 300 22px/1 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	text-transform: none;
}

.paging-navigation .meta-nav {
	background-color: #e63320;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font: 300 26px/1 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	padding: 5px 0 8px;
	text-align: center;
	width: 40px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 25px 0 28px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ec697d;
	text-decoration: none;
}

.sidebar .post-navigation .nav-links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
}

/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

 #comments {
	background-color: #daddce;
}

.comments-title,
.comment-list,
#reply-title,
#respond #commentform {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar #reply-title,
.sidebar .comment-navigation,
.sidebar #respond #commentform {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 28px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	padding: 30px 0 20px;
	text-transform: none;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url("images/dotted-line.png") repeat left top;
	background-size: 4px 4px;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment {
	padding: 24px 0;
}

.comment-author {
	float: left;
	margin-right: 50px;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn,
.comment-reply-link {
	color: #997962;
	font-size: 14px;
	font-style: normal;
}

.bypostauthor .fn:before {
	content: '\f408';
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-meta,
.comment-content,
.reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
	margin-bottom: 20px;
}

.comment-meta a:hover {
	color: #ec697d;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before {
	content: '\f412';
	margin-right: 3px;
}

/* Comment form */
#respond {
	background-color: #fff;
	padding: 30px 0;
}

.comment + #respond {
	margin-bottom: 30px;
	padding: 20px;
}

#reply-title {
	font: 300 28px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin-bottom: 20px;
	text-transform: none;
}

#reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

#reply-title small a:hover {
	color: #ec697d;
}

.sidebar .comment-list #reply-title,
.sidebar .comment-list #commentform {
	padding: 0;
}

#commentform .comment-notes {
	margin-bottom: 15px;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	margin-bottom: 8px;
}

#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	float: left;
	padding: 5px 0;
	width: 100px;
}

#commentform .required {
	color: #997962;
}

#commentform input[type="text"] {
	width: 270px;
}

#commentform textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #7d7b6d;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font: 300 20px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}

.no-comments {
	background-color: #daddce;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	float: right;
	width: 300px;
}

.widget {
	font-size: 14px;
	padding: 20px;
}

.widget > h3 {
	margin: 0 0 10px;
	font-weight: normal;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	line-height: 1.5;
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
.searchform .submit {
	display: none;
}

.widget .searchform .field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	width: 100%;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	padding: 4px 0;
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

.site-footer {
	color: #ddd;
	font: 14px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	text-align: left;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #fff;
}

.site-footer .sidebar-container {
	background-color: #220e10;
}

.site-footer .widget-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	margin: 0 auto;
	padding: 20px 0;
}

.sidebar .site-footer .widget-area {
	left: -158px;
	max-width: 724px;
}

.site-footer .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	color: #141412;
}

.site-footer .widget-footer {
	background-color: #ec697d;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget h3 {
	color: #fff;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget .tagcloud a {
	padding:5px 10px;
	margin:0 3px 3px 0;
	float:left;
	border: 2px solid #fff;
}
.site-footer .widget .tagcloud a:hover {
	background-color: #fff;
	color: #999 !important;
}

#footersidebar [class^="icon-"], [class*=" icon-"] {
	margin-right: 5px;
}

.site-info {
	background-color: #e0a8a9;
	padding: 15px 0;
}

.site-info a.info {
	margin: 20px 0;
	display: block;
}

.site-info ul.social {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	text-align: center;
}
.site-info li.social {
	display: inline-block;
}
.site-info .social a {
	background-color: #fff;
	border-radius: 99px;
	color: #e0a8a9;
	font-size: 24px;
	display: block;
	width: 40px;
	height: 36px;
	padding-top: 4px;
}


.site-info .social a:hover {
	background-color: transparent;
	color: #fff;
}

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .searchform .field {
		background-image: url("images/search-icon-2x.png");
	}

	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url("images/dotted-line-2x.png");
	}
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		margin-left: 0;
	}

	.sidebar .format-image .entry-content .size-full {
		margin: 0;
	}

	.error404 .page-header,
	.sidebar .format-image .entry-content img.size-full,
	.sidebar .format-image .wp-caption:first-child .wp-caption-text {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.site-header hgroup,
	.navbar-secondary .searchform,
	.archive-header,
	.search .page-header,
	.blog .page-header,
	.error404 .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		-ms-box-sizing:     border-box;
		box-sizing:         border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.main-navigation .searchform {
		right: 20px;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar #reply-title,
	.sidebar .comment-navigation,
	.sidebar #respond #commentform,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info,
	.sidebar .format-image .entry-content {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar.author .author-info {
		padding: 30px 0 10px;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		margin: 0;
		float: none;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		left: 0;
		max-width: 100%;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	img.alignleft,
	.wp-caption.alignleft {
		margin-left: 0;
	}

	img.alignright,
	.wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content img:first-of-type,
	.format-image .wp-caption:first-child .wp-caption-text {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}
	.entry-header, .entry-content, .entry-summary, .entry-meta {
		text-align: center;
	}
	a.post-icon {
		margin: 0 auto 20px;
	}
	.entry-header {
	text-align: center;
	}
	.entry-meta span {
	display: inline;
	margin-right: 20px;
	}
	.entry-footer {
		text-align: center;
	}
	.blog .entry-title, .archive .entry-title {
	font-size: 32px;
	}
	.site-info ul.social {
		padding: 0;
		float: none;
	}
	.site-info a.info {
		text-align: center;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: block;
		font: bold 24px 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
		margin: 0;
		padding: 6px 0 6px;
		text-align: center;
		color: #fff;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0px;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #fff;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #fff;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #e0a8a9;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	.navbar-fixed .site-title,
	.site-description {
		font-size: 18px;
	}

	.navbar-fixed .site-title {
		line-height: 2.5;
		max-width: 220px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	.author .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	#respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		-ms-box-sizing:     border-box;
		box-sizing:         border-box;
		padding-right: 20px;
		padding-left: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 26px !important;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote .entry-content small,
	.format-quote .entry-content cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-meta,
	.comment-content,
	.reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	#commentform textarea {
		height: 80px; /* Smaller field for mobile. */
	}
	

	.single .gallery-columns-3 br {
		display: none;
	}

	.single .gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 4px;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.single .gallery-columns-2.gallery-size-thumbnail .gallery-item,
	.blog .format-gallery .gallery-item,
	.archive .format-gallery .gallery-item,
	.search .format-gallery .gallery-item {
		margin-bottom: 2%;
		margin-right: 2%;
		width: 49%;
	}

	.single .gallery-columns-1.gallery-size-medium,
	.single .gallery-columns-1.gallery-size-thumbnail,
	.single .gallery-columns-2.gallery-size-thumbnail,
	.single .gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.single .gallery-columns-1.gallery-size-medium .gallery-item,
	.single .gallery-columns-1.gallery-size-thumbnail .gallery-item,
	.blog .format-gallery .gallery-item:first-child,
	.archive .format-gallery .gallery-item:first-child,
	.search .format-gallery .gallery-item:first-child {
		text-align: center;
		width: 100%;
	}

	.gallery-columns-3 .gallery-item,
	.single .gallery-columns-3.gallery-size-thumbnail .gallery-item {
		width: 32%;
	}

	.single .gallery.gallery-columns-3 .gallery-item:nth-of-type(even),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 2%;
	}

	.single .gallery br {
		display: none;
	}

	.blog .format-gallery .gallery-item:nth-of-type(odd),
	.archive .format-gallery .gallery-item:nth-of-type(odd),
	.search .format-gallery .gallery-item:nth-of-type(odd),
	.single .gallery .gallery-item:nth-of-type(even),
	.single .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		float: none;
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-author .fn {
		line-height: 1.6;
	}

	.comment-meta,
	.comment-content,
	.reply {
		width: 100%;
	}
}
