/*
Theme Name: meadow
Theme URI: http://www.silocreativo.com
Description: Meadow is an elegant, minimalistic Wordpress theme perfect for sharing your world. It’s a good choice for blogging with all standards: Fully Responsive, Simple, Clean and Effective. 


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.1.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, 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
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Roboto', Helvetica, sans-serif;
}

body {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	color: #141412;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

a {
	color: #1abc9c;
	text-decoration: none;
}

a:active,
a:visited {
	color: #16a085;
}

a:focus {
	outline: thin dotted;
}

a:hover {
	color: #48c9b0;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2
 {
	clear: both;
	color: #111;
	font-family: 'Playfair Display', Helvetica, sans-serif;
	text-transform: none;
	font-weight: 400;
	font-style: italic;
}
h3,
h4,
h5,
h6 {
	clear: both;
	color: #555;
	font-family: 'Roboto', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

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: 'verdana', monospace;
	font-size: 12px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: verdana;
	font-size: 12px;
	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,
.st-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #1abc9c; 
	display: inline-block;
	padding: 4px 14px;
	color: #fff !important;
	text-decoration: none;
	font: 300 16px/1.5 'Roboto', Helvetica, sans-serif;
	text-align: center;
	border: none;
	-webkit-transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

a.more-link:hover,
.st-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #48c9b0; 
}
a.more-link:active,
.st-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color: #16a085; 
}

.meta-section {
overflow: hidden;
position: relative;
}

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: 'Roboto', Helvetica, sans-serif;
	padding: 5px;
}

input,
textarea {
	color: #444;
}

input:focus,
textarea:focus {
	border: 2px solid #1abc9c;
	outline: 0;
	background-color: #fff;
}

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

/* Fix IE problems with images */
.ie img {
width: inherit;  /* Make images fill their parent's space. Solves IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */
}

/* 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 'Roboto', Helvetica, 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 linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	}

/**
 * 04. SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */
.site {
	margin: 0 auto;
	max-width: 1600px;
	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: 1600px;
}

.site-main a:hover {
	text-decoration: underline;
}

/**
 * 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;
	width: 100%;
}

/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.main-navigation {
	margin: 40px 20px;
	max-width: 70%;
	min-height: 40px;
	position: relative;
	font-weight: 400;
	font-family: 'Roboto', Helvetica, sans-serif;
	float: right;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	float: left;
}

.nav-menu li a {
	color: #afe1da;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	text-decoration: none;
}

.nav-menu li a:hover {
	color: #fff;
}

.sub-menu li:hover > a {
	color: #1abc9c;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #fff;
	border-top: 0;
	color: #111;
	display: none;
	float: left;
	padding: 0;
	position: absolute;
	top: 34px;
	z-index: 99999;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

.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: #111;
	margin: 0;
	width: 160px;
	padding: 10px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
}
.sub-menu .current-menu-item > a,
.sub-menu .current-menu-ancestor > a {
	color: #1abc9c;
}

.menu-toggle {
	display: none;
}

/* Logo */
#logo {
	float: left;
}
#logo a {
	height: 100%;
	display: block;
}
#logo img {
	border-style: none;
	max-width: 200px;
	width: auto;
	height: 50px;
	margin: 35px 0;
}
.logo-title {
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	margin: 40px 0;
	color: #9c9b9b;
}

/* Navbar */
.navbar {
	background-color: #1abc9c;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	color: #1abc9c;
}

/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

.hentry, .archive-header, .page-header {
	margin-bottom: 40px;
	word-wrap: break-word;
	background-color: #fff;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title,
.archive-meta,
.page-title,
.no-comments,
.comments-title,
#respond,
.comment-list {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding-right: 30px;
	padding-left: 30px;
}

.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: 1600px;
	padding: 0 376px 0 60px;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

.entry-header {
	text-align: left;
}

h1.entry-title {
	font-weight: 300;
	line-height: 1;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

article .entry-title a, article .entry-title {
	color: #141412;
}

article .entry-title a:hover {
	color: #48c9b0;
	text-decoration: none;
}

.sidebar .entry-header .entry-meta {
	padding: 0;
}

/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}

.entry-meta span {
	display: inline;
	margin-right: 20px;
}

.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, 
.entry-summary {
	padding-top: 0px;
	padding-bottom: 10px;
}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer.entry-meta {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #eee;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */
/* home page */

/* blog template page */
.blog .entry-title, .archive .entry-title {
	font-size: 40px;
}
/* single template page */

/* page template page */

/* archive template page */

/* category template page */

/* wp-admin bar */
body.admin-bar #navbar {
	margin-top: 28px;
}

/* tag template page */

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

.sticky {
}
/* Audio */

/* Image */

/* Link */

/* Quote */

/* Status */

/* Video */

.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%;
}

/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.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 'Roboto', Helvetica, sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-title,
.page-title {
	font: italic 400 28px 'Playfair Display', Helvetica, sans-serif;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	text-transform: none;
}

.archive-meta {
	margin: 0 auto;
	font-size: 100%;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 24px;
	padding-top: 0px;
	width: 100%;
}

.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-content {
	margin: 0 auto;
	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
 * ----------------------------------------------------------------------------
 */

 /**
 * 07.11 Shortcodes
 * ----------------------------------------------------------------------------
 */

/* ------- Columns ------- */

.one-second {
	width:48.5%;
}
.one-third {
	width:31.333%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22.75%;
}
.four-columns-two {
	width:48.5%;
}
.three-fourth {
	width:74.25%;
}
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	position:relative;
	float:left;
	margin-right:3%;
	margin-bottom:0;
}

.last {
	clear:right;
	margin-right:0 !important;
}

.divider {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
	display: block;
	clear: both;
}

/* ------- Infoboxes ------- */
.white-box, 
.blue-box, 
.yellow-box, 
.red-box, 
.green-box, 
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 35px 0;
	padding: 25px;
	overflow:hidden;
	line-height:1.45;
}
#content .white-box p, 
#content .blue-box p, 
#content .yellow-box p, 
#content .red-box p, 
#content .green-box p, 
#content .lightgrey-box p,
#content .grey-box p,
#content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border:2px solid #333;
}
.blue-box {
	background:#E5F4FB;
	border:2px solid #C6D9E9;
	color:#8EA4AF;
}
.yellow-box {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#CC9F3B;
}
.red-box {
	background:#FFE6E6;
	border:2px solid #F27070;
	color:#DD6666;
}
.green-box {
	background:#EFF8E6;
	border:2px solid #D6EEBD;
	color:#89A270;
}
.grey-box {
	background:#CBCACA;
	border:2px solid #B2B2B2;
	color:#6D6C6C;
}


/* ------- Buttons ------- */
.st-button {
	display:inline-block;
	cursor:pointer;
}
.st-button:hover {
	color:#fff !important;
}
a.st-button {
	margin:10px 10px 10px 0;
}
a.st-button:hover {
	text-decoration: none;
}

.st-button.red {background:#e74c3c;}
.st-button.red:hover {background:#ec7063;}
.st-button.red:active {background:#c44133;}
.st-button.green {background:#1abc9c;}
.st-button.green:hover {background:#48c9b0;}
.st-button.green:active {background:#16a085;}
.st-button.blue {background:#3498db;}
.st-button.blue:hover {background:#5dade2;}
.st-button.blue:active {background:#2c81ba;}
.st-button.yellow {background:#f1c40f;}
.st-button.yellow:hover {background: #f5d313;}
.st-button.yellow:active {background: #cda70d;}
.st-button.purple  {background: #8E44AD;}
.st-button.purple:hover {background: #9B59B6;}
.st-button.purple:active {background: #8F47AE;}
.st-button.grey {background: #bdc3c7; color: #fff;}
.st-button.grey:hover {background: #cacfd2; color: #fff;}
.st-button.grey:active {background: #a1a6a9; color: #fff;}
.st-button.black {background: #34495e; color: #fff;}
.st-button.black:hover {background: #415b76; color: #fafafa !important;}
.st-button.black:active {background: #2c3e50; color: #fafafa !important;}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation .nav-links a {
	color: #fff;
}

.navigation .nav-links a:hover {
	color: #fff;
	text-decoration: none;
}

.paging-navigation {
	padding: 0 0 30px;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	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 .meta-nav {
	background-color: #e63320;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font: 300 26px/1 'Roboto', Helvetica, 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: #48c9b0;
	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 {
 	box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 3px;
}

.comments-title,
.comment-list,
#reply-title,
#respond #commentform {
	margin: 0 auto;
	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 22px 'Roboto', Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.comment-list {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #fff;
}

.comment-list .children {
	list-style-type: none;
	margin-left: 30px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background-size: 4px 4px;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

/* Coments */
.comment {
	padding: 25px 0;
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}

.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: #1abc9c;
	font-size: 14px;
	font-style: normal;
}

.bypostauthor {
}

.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: #48c9b0;
}

.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 form */
#respond {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

#reply-title {
	font: 300 22px 'Roboto', Helvetica, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

#reply-title small a:hover {
	color: #48c9b0;
}

.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{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom: 8px;
} 
#commentform .comment-form-url {
	float:left;
	width:32%;
	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: #1abc9c;
}

#commentform input[type="text"] {
	width: 92%;
}

#commentform textarea {
	width: 99%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	width: 100%;
}

#commentform textarea,
.wpcf7 input,
.wpcf7 textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.form-allowed-tags {
	display: none;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font: 300 20px 'Roboto', Helvetica, sans-serif;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}

.no-comments {
	background-color: #eee;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 40px;
}

.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
 * ----------------------------------------------------------------------------
 */
#secondary  {
	margin-bottom: 20px;
}
#secondary .widget  {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	width: 100%;
}

.widget {
	font-size: 14px;
	padding: 0px 20px 40px;
}

.widget-title {
	margin: 0 0 10px;
	font-weight: 300;
	font-size: 20px;
}

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

.widget #searchform .field {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	width: 70%;
	float: left;
	margin-right: 5%;
}
.widget #searchform .submit {
	width: 24%;
	float: left;
}

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

/* Tagcloud Widget */
.widget .tagcloud a {
	padding:5px 10px;
	margin:0 3px 3px 0;
	float:left;
	border: 2px solid #1abc9c;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover {
	background-color: #1abc9c;
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: .05s all linear;
	-moz-transition: .05s all linear;
	-o-transition: .05s all linear;
	transition: .05s all linear;
}

/* Recent comments Widget */
.recentcomments:before {
	content: "\f075";
	font-family: FontAwesome;
	padding-right: 6px;
}

/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */
#main {
	padding-top: 40px;
	font-weight: 300;
}
#main p {
	font-weight: 300;
}
#colophon {
	position: relative;
	background-color: #1abc9c;
	max-width: 1600px;
	width: 100%;
}

.site-footer {
	color: #ddd;
	font: 14px 'Roboto', Helvetica, sans-serif;
	text-align: left;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #e4e4e4;
}

.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;
}

.site-footer .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	color: #fff;
}

.site-footer .widget-footer {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 40px 0 35px;
}

.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;
	background-color: rgba(0, 0, 0, 0.1);
}
.site-footer .widget a:hover {
	background-color: transparent;
}

#footersidebar [class^="icon-"], [class*=" icon-"] {
	margin-right: 5px;
}

.site-info {
	padding: 15px 0;
}

.site-info a.info {
	margin: 10px 0;
	display: block;
	color: #afe1da;
}

.site-info a.info:hover {
	color: #fff;
}
.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 {
	color: #afe1da;
	font-size: 20px;
	display: block;
	width: 30px;
	height: 26px;
	padding-top: 4px;
}
.site-info .social a:hover {
	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) {

}

@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;
	}

	.sidebar .format-image .entry-content img.size-full,
	.sidebar .format-image .wp-caption:first-child .wp-caption-text {
		margin-left: auto;
		width: 100%;
	}

	.navbar-secondary .searchform,
	.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;
	}
	#site-link {
		margin-left: 20px;
	}

	.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 {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar.author .author-info {
		padding: 30px 0 10px;
	}

	.sidebar .archive-meta,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 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;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		margin: 0;
		float: none;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		left: 0;
		max-width: 100%;
	}
	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: block;
		font: bold 24px 'Roboto', Helvetica, sans-serif;
		margin: 0;
		padding: 24px 20px 0;
		text-align: right;
		color: #fff;
		position: absolute;
		right: 0;
	}

	.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;
		float: none;
	}

	.toggled-on .nav-menu li a {
		padding: 10px 16px !important;
		color: #afe1da;
		border-bottom: 1px solid #afe1da;
	}

	.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 {
		width: auto;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu .current_page_item > a,
	.toggled-on .nav-menu .current-menu-item > a {
		color: #fff;
	}

	.nav-menu .sub-menu,
	.nav-menu .children {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}

	.main-navigation {
		min-height: 0px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	
	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	#logo img {
		height: 50px;
		margin: 15px 0;
	}
	.logo-title {
		margin: 20px 0;
	}
}

/* Mediaquery for skeleton breakpoint. */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta,
	.entry-footer,
	.archive-title,
	.archive-meta,
	.page-title,
	.no-comments,
	.comments-title,
	#respond {
	padding-right: 20px;
	padding-left: 20px;
	}
}


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

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content .entry-footer,
	#content .entry-meta,
	#content .featured-gallery,
	.archive-title,
	.archive-meta,
	.page-title,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.author .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	#respond,
	.no-comments,
	.comments-title,
	.portfolio-section,
	.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;
	}
	#primary,
	.site-title,
	.site-description {
		width: 92%;
		margin: 0 4%;
	}
	#logo {
		margin: 0 4%;
	}
	.divider-back {
	margin-bottom: 10px;
	}

	.format-image .entry-content img:first-of-type,
	.format-image .wp-caption:first-child .wp-caption-text {
		margin-left: auto;
		width: 100%;
	}

	.entry-header, .entry-content, .entry-summary, .entry-meta, .entry-footer {
		text-align: left;
	}

	a.post-icon {
		margin: 0 auto 20px;
	}
	.blog .entry-title, .archive .entry-title {
		font-size: 32px;
	}
	.site-info ul.social {
		padding: 0;
		float: none;
	}
	.site-info a.info {
		text-align: center;
	}

	#main {
		margin-bottom: 0px;
	}

	#secondary {
		border-top: 1px solid #daddce;
		padding-top: 40px;
	}

	/* ------- Multicoumns Shortcode ------- */
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		width:100%;
	}
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		float:left;
		margin-right:0;
		margin-bottom: 20px;
		position:relative;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}
	.logo-title {
		margin: 25px 0;
		font-size: 30px;
	}
	

	.navbar-fixed .logo-title,
	.site-description,
	.archive-title,
	.page-title {
		font-size: 20px;
	}

	.navbar-fixed .logo-title {
		line-height: 2.5;
		max-width: 220px;
	}

	#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: 28px !important;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote .entry-content small,
	.format-quote .entry-content cite {
		font-size: 13px;
	}

	.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: 100px; /* Smaller field for mobile. */
	}

	#commentform .comment-form-author, 
	#commentform .comment-form-email,
	#commentform .comment-form-url{
		width:100%;
		margin-right:0%;
		margin-bottom: 8px;
	}
	#commentform input[type="text"] {
		width: 99%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		-ms-box-sizing:     border-box;
		box-sizing:         border-box;
	}

	.single .gallery-columns-3 br {
		display: none;
	}

	.single .gallery-columns-3 .gallery-item:nth-of-type(3n) {
		margin-right: 4px;
	}
	.hentry, .archive-header, .page-header {
		margin-bottom: 30px;
	}
	.widget {
		padding: 0px 4% 30px;
	}
}

/* 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%;
	}
	.entry-meta span {
	display: block;
	margin-right: 0px;
	}
}