/*
Theme Name: Diego Ronan
Theme URI: https://diegoronan.com.br
Author: Diego Ronan
Author URI: https://diegoronan.com.br
Description: Tema do blog de relatos de corrida do Diego Ronan (redesign 2024). Baseado no BlogInn da Just Good Themes.
Version: 1.0.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, sticky-post, threaded-comments, translation-ready, blog
Text Domain: diegoronan
*/

/**
 * Table of Contents
 * ----------------------------------------------------------------------------
 * 0. Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Navigation
 * 5. Site Header
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Comments
 *   6.3 Post/Paging Navigation
 * 7. Site Footer
 * 8. Widgets
 * 9. Plugins
 *   9.1 Jetpack
 *   9.2 Contact Form 7
 * 10. Media Queries
 */

/**
 * 0. Icons | Font Awesome by Dave Gandy | http://fontawesome.io
 * ----------------------------------------------------------------------------
 */

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

[class^="fa-"], [class*=" fa-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'fontawesome' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
	content: "\f002";
}
.fa-star:before {
	content: "\f005";
}
.fa-user:before {
	content: "\f007";
}
.fa-close:before {
	content: "\f00d";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-feed:before {
	content: "\f09e";
}
.fa-chain:before {
	content: "\f0c1";
}
.fa-navicon:before {
	content: "\f0c9";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-code:before {
	content: "\f121";
}
.fa-xing:before {
	content: "\f168";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-mixcloud:before {
	content: "\f289";
}

/**
 * 1. Reset
 * ----------------------------------------------------------------------------
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-size: 112.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
	cursor: pointer;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

form {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 2. General
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
	font-family: 'Lato', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	background-color: #333;
	color: #818181;
	line-height: 1.66667;
}

a:not(.dropdown-bootstrap) {
	color: #22b3eb;
	-webkit-transition: color 0.3s;
	-moz-transition:    color 0.3s;
	transition:         color 0.3s;
}

a.nav-link {
	text-decoration: none;
}

a:hover {
	color: #5ec5f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3d3d3d;
	font-weight: bold;
	line-height: 1.16667;
	margin: 0 0 24px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

mark {
	background: #ededed;
	color: #3d3d3d;
	padding: 0 3px;
}

ins {
	background: #ededed;
	color: #3d3d3d;
	padding: 0 3px;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
}

pre {
	border-top: 2px solid #ededed;
	background: #fafafa;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	padding: 30px 30px 30px 40px;
	position: relative;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre:before {
	background-color: #ededed;
	content: "\f121";
	padding: 6px 5px 7px;
	position: absolute;
	right: 0;
	top: 0;
}

blockquote {
	border-left: 3px solid #5ec5f0;
	color: #3d3d3d;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8;
	margin: 0 0 24px;
	padding: 0 30px;
}

blockquote cite,
blockquote small {
	color: #c6c6c6;
}

blockquote p {
	margin-bottom: 12px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

dl,
dd {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

table {
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

caption {
	color: #c6c6c6;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 12px;
	text-align: left;
}

th,
td {
	border-top: 1px solid #ededed;
	padding: 8px 10px;
}

th {
	background: #fafafa;
	color: #3d3d3d;
	font-weight: bold;
}

hr {
	background: #ededed;
	border: 0;
	height: 2px;
	margin: 24px 0;
}

/* Form fields */
button,
input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ededed;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #3d3d3d;
	font-size: 16px;
	max-width: 100%;
	padding: 10px;
	vertical-align: baseline;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #22b3eb;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 30px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #5ec5f0;
	outline: 0;
}

.post-password-form label {
	display: block;
	font-size: 16px;
}

.post-password-form input[type="password"] {
	display: block;
	margin-bottom: 12px;
	margin-top: 6px;
	width: 100%;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #c6c6c6;
}

:-moz-placeholder {
	color: #c6c6c6;
}

::-moz-placeholder {
	color: #c6c6c6;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #c6c6c6;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.fluid-width-video-wrapper {
	margin: 0 0 24px;
}

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

a img {
	-webkit-transition: opacity 0.3s;
	-moz-transition:    opacity 0.3s;
	transition:         opacity 0.3s;
}

a:hover img {
	opacity: 0.8;
}

/* Alignments */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 6px 30px 12px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 6px 0 12px 30px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 6px;
	margin-bottom: 24px;
}

/* Captions */
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #c6c6c6;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	padding: 8px 0 0;
	text-align: center;
}

/* Galleries */
.gallery {
	margin: 0 -6px 24px;
}

.gallery-item {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	display: inline-block;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Text meant only for screen readers */
.says,
.search-box .search-submit,
.screen-reader-text {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Clearing floats */
.inner:after,
.nav-menu:after,
.entry-header:after,
.entry-content:after,
.author-info:after {
	clear: both;
}

.inner:before,
.inner:after,
.nav-menu:before,
.nav-menu:after,
.entry-header:before,
.entry-header:after,
.entry-content:before,
.entry-content:after,
.author-info:before,
.author-info:after {
	content: "";
	display: table;
}

/* Text selection */
::-moz-selection {
	background: #fff493;
	color: #3d3d3d;
	text-shadow: none;
}

::selection {
	background: #fff493;
	color: #3d3d3d;
	text-shadow: none;
}

/* Icons */
pre:before,
.search-box .search-form:before,
.bypostauthor > .comment-body .fn:after,
.pagination .next:before,
.pagination .prev:before,
.image-navigation a:before,
#menu-toggle:before,
.nav-menu .dropdown-toggle:before {
	font-family: 'fontawesome' !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Button styles */
.square,
.pagination .next,
.pagination .prev,
.image-navigation a {
	background-color: #474747;
	color: #c6c6c6;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

.square:hover,
.pagination .next:hover,
.pagination .prev:hover,
.image-navigation a:hover {
	color: #fff;
}

.fill-horizontal,
.pagination .next,
.pagination .prev,
.image-navigation a,
.page-links a .page-link {
	background-color: #22b3eb;
	position: relative;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition:    box-shadow 0.3s;
	transition:         box-shadow 0.3s;
}

.fill-horizontal,
.pagination .next,
.pagination .prev,
.image-navigation a {
	-webkit-box-shadow: inset -50px 0 #474747;
	-moz-box-shadow:    inset -50px 0 #474747;
	box-shadow:         inset -50px 0 #474747;
}

.page-links a .page-link {
	-webkit-box-shadow: inset -36px 0 #ededed;
	-moz-box-shadow:    inset -36px 0 #ededed;
	box-shadow:         inset -36px 0 #ededed;
}

.fill-horizontal:hover,
.pagination .next:hover,
.pagination .prev:hover,
.image-navigation a:hover {
	-webkit-box-shadow: inset 0 0 #474747;
	-moz-box-shadow:    inset 0 0 #474747;
	box-shadow:         inset 0 0 #474747;
}

.page-links a:hover .page-link {
	-webkit-box-shadow: inset 0 0 #ededed;
	-moz-box-shadow:    inset 0 0 #ededed;
	box-shadow:         inset 0 0 #ededed;
}

/* em dash styling*/
.page-title:before,
.author-box .author-title:before,
.comments-title:before,
.comment-reply-title:before,
.widget-title:before {
	content: "— ";
}

/* Animations */
.fade-in-down .site-header,
.fade-in-down .content-area,
.fade-in-down .sidebar {
	-webkit-animation-duration: 0.7s;
	animation-duration:         0.7s;
	-webkit-animation-fill-mode:    both;
	animation-fill-mode:            both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

.fade-in-down .site-header {
	-webkit-animation-delay:  0.5s;
	-moz-animation-delay:     0.5s;
	animation-delay:          0.5s;
}

.fade-in-down .content-area {
	-webkit-animation-delay:  0.75s;
	-moz-animation-delay:     0.75s;
	animation-delay:          0.75s;
}

.fade-in-down .sidebar {
	-webkit-animation-delay:  1s;
	-moz-animation-delay:     1s;
	animation-delay:          1s;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform:  translateY(-20px);
		transform:          translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform:  translateY(0);
		transform:          translateY(0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform:  translateY(-20px);
		transform:          translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform:  translateY(0);
		transform:          translateY(0);
	}
}

/**
 * 3. Structure
 * ----------------------------------------------------------------------------
 */

.inner {
	margin: 0 auto;
	max-width: 1200px;
}

.main-navigation,
.site-header,
.site-content,
.site-footer,
.search-box .inner {
	padding-left: 30px;
	padding-right: 30px;
}

.content-area {
	float: left;
	margin-bottom: 30px;
	width: 75%;
}

.sidebar {
	float: right;
	font-size: 16px;
	margin-bottom: 30px;
	width: 21.666%;
}

.sidebar-rps {
	color: #FFF;
	font-size: 19px !important;
	padding: 15px 0;
}

/**
 * 4. Site Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	background-color: #3d3d3d;
}

.main-navigation .inner {
	position: relative;
}

.nav-menu {
	padding-right: 60px;
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu li {
	float: left;
	font-size: 12px;
	line-height: 1.5;
	padding: 16px 0;
	position: relative;
}

.nav-menu a {
	border-left: 2px solid #474747;
	color: #818181;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu li:first-child > a {
	border-left: 0;
	padding-left: 0;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #2d2d2d;
	border-top: 2px solid #22b3eb;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: 180px;
	z-index: 9997;
}

.nav-menu .sub-menu .sub-menu,
.nav-menu .children .children {
	left: 100%;
	top: -2px;
}

.nav-menu .sub-menu li,
.nav-menu .children li {
	border-bottom: 2px solid #3d3d3d;
	display: block;
	float: none;
	padding: 0;
}

.nav-menu .sub-menu li:last-child,
.nav-menu .children li:last-child {
	border-bottom: 0;
}

.nav-menu .sub-menu a,
.nav-menu .children a {
	border-left: 0;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 15px;
}

.nav-menu .sub-menu li:first-child a,
.nav-menu .children li:first-child a {
	padding-left: 15px;
}

.nav-menu li:hover > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a {
	color: #22b3eb;
}

#menu-toggle,
.nav-menu .dropdown-toggle {
	display: none;
}
/* Header RSS */
.subscribe-button {
    color: #ffffff;
    position: absolute;
    right: 51px;
    top: 0;
}
/* Header search */
.search-show {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.search-hide {
	background-color: #000;
	bottom: 0;
	cursor: url(images/close.png), default;
	cursor: -webkit-image-set(
		url(images/close.png) 1x,
		url(images/close@2x.png) 2x
	), default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
	visibility: hidden;
	z-index: 9998;
}

.search-box {
	background-color: #333;
	height: 50px;
	position: fixed;
	top: -50px;
	-webkit-transition: top 0.4s ease-in-out;
	-moz-transition:    top 0.4s ease-in-out;
	transition:         top 0.4s ease-in-out;
	width: 100%;
	z-index: 9999;
}

.search-box .search-form {
	position: relative;
}

.search-box .search-form:before {
	color: #818181;
	content: "\f002";
	left: 0;
	position: absolute;
	top: 18px;
}

.search-box .search-field {
	background: 0;
	border: 0;
	color: #ededed;
	height: 50px;
	padding: 0 0 0 30px;
	width: 100%;
}

.search-opened .search-box,
.search-opening .search-box {
	top: 0
}

.admin-bar.search-opened .search-box,
.admin-bar.search-opening .search-box {
	top: 32px;
}

.search-opened .search-hide,
.search-opening .search-hide {
	opacity: 0.6;
	visibility: inherit;
}

.search-closing .search-hide {
	opacity: 0;
	visibility: inherit;
}

/**
 * 5. Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	padding-bottom: 75px;
	padding-top: 70px;
}

.site-title {
	font-size: 36px;
	font-weight: bold;
	float: left;
	line-height: 1;
	margin-bottom: 12px;
	margin-right: 20px;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.site-title a:hover {
	color: #5ec5f0;
}

.site-title .logo-text {
	border-left: 10px solid #22b3eb;
	padding-left: 20px;
}

.site-description {
	color: #818181;
	float: left;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 6px;
	max-width: 40%;
}

/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */

.entry-content,
.entry-footer,
.author-box .author-info,
.page-title,
.page-content,
.comments-inner,
.post-navigation .nav-inside {
	margin: 0 auto;
	max-width: 740px;
	padding-left: 30px;
	padding-right: 30px;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
	margin-top: 36px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

/**
 * 6.1 Posts and Pages
 * ----------------------------------------------------------------------------
 */

.hentry,
.not-found {
	background-color: #fff;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.hentry.type-page,
.not-found {
	padding-bottom: 60px;
}

.sticky {
	position: relative;
}

.sticky .sticky-post {
	background-color: #5ec5f0;
	color: #fff;
	font-size: 14px;
	height: 30px;
	left: 0;
	line-height: 2.14286;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

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

.entry-header-wrap {
	overflow: hidden;
	position: relative;
}

.post-thumbnail img {
	width: 100%;
    -webkit-filter: grayscale(100%) saturate(150%) contrast(110%);
    -moz-filter: grayscale(100%) saturate(150%) contrast(110%);
    -ms-filter: grayscale(100%) saturate(150%) contrast(110%);
    -o-filter: grayscale(100%) saturate(150%) contrast(110%);
    filter: grayscale(100%) saturate(150%) contrast(110%);
    transition: 2s;
}

.post-thumbnail img:hover{
    -webkit-filter: grayscale(0%) saturate(100%) contrast(100%);
    -moz-filter: grayscale(0%) saturate(100%) contrast(100%);
    -ms-filter: grayscale(0%) saturate(100%) contrast(100%);
    -o-filter: grayscale(0%) saturate(100%) contrast(100%);
    filter: grayscale(0%) saturate(100%) contrast(100%);
    transition: 2s;
    opacity: 1;
}


.entry-title {
	background-color: #22b3eb;
	clear: both;
	color: #fff;
	float: left;
	font-size: 36px;
	margin: 60px 0 0;
	max-width: 75%;
	padding: 30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-thumbnail  + .entry-title {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

.entry-title a {
	color: #fff;
	text-decoration: none;
}

.entry-title a:hover {
	color: #fff;
}

.entry-header .entry-meta {
	background-color: #5ec5f0;
	clear: both;
	color: #fff;
	font-size: 12px;
	float: left;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 16px 30px;
	text-transform: uppercase;
}

.entry-header .entry-meta a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.entry-header .edit-link:before,
.entry-header .comments-link:before,
.entry-header .full-size-link:before {
	content: "\00a0\2014\00a0";
}

.entry-header .edit-link:first-child:before,
.entry-header .comments-link:first-child:before,
.entry-header .full-size-link:first-child:before {
	content: "";
}

.entry-footer {
	margin-top: 30px;
}

.entry-footer .share-post {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 30px;
    text-transform: uppercase;
}

.entry-footer .entry-meta {
	border-top: 2px solid #ededed;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-top: 10px;
	text-transform: uppercase;
}

.entry-footer .cat-links {
	margin-right: 5px;
}

.entry-footer a {
	background-color: #ededed;
	color: #818181;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
	padding: 3px 10px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

.entry-footer a:hover {
	background-color: #22b3eb;
	color: #fff;
}


.share-post {
    margin-bottom: 30px;
}

.share-post a {
    font-size: 14px;
    height: 36px;
    line-height: 2.57143;
    text-align: center;
    width: 36px;
    padding: 0;
}

/*
.tag-links {
    border-top: 2px solid #ededed;
    padding-top: 30px;
}
*/

.tag-links a {
    margin-bottom: 5px;
    padding: 3px 10px;
}

.share-post a,
.tag-links a {
    background-color: #ededed;
    color: #818181;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.share-post a:hover,
.tag-links a:hover {
    background-color: #22b3eb;
    color: #ffffff;
}

.read-more {
	display: block;
	margin-top: 40px;
}

.read-more .more-link {
	background-color: #22b3eb;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
	-moz-transition:    background-color 0.3s;
	transition:         background-color 0.3s;
}

.read-more .more-link:hover {
	background-color: #5ec5f0;
}

/* Author box */
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.hentry + .author-box {
	margin-top: -40px;
}

.author-info {
	font-size: 16px;
	line-height: 1.5;
	min-height: 85px;
}

.author-info a {
	text-decoration: none;
}

.author-details {
	padding-left: 120px;
}

.no-avatars .author-details {
	padding-left: 0;
}

.author-avatar {
	float: left;
	margin-right: 30px;
}

.author-avatar .avatar {
	border-radius: 50%;
	height: 85px;
	width: 85px;
}

.author-info .author-title {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.author-website,
.author-stats {
	color: #c6c6c6;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
	text-transform: uppercase;
}

.author-website a,
.author-stats a {
	color: #c6c6c6;
}

.author-website a:hover,
.author-stats a:hover {
	color: #22b3eb;
}

/* Attachments */
.entry-content .entry-attachment {
	margin-bottom: 24px;
}

.entry-attachment .entry-caption {
	color: #c6c6c6;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	padding: 8px 0 0;
	text-align: left;
}

/* Archives */
.page-header {
	background-color: #474747;
	border-left: 3px solid #22b3eb;
	margin-bottom: 40px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.page-title {
	color: #c6c6c6;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.page-title .highlight {
	color: #22b3eb;
}

.page-header .author-box {
	background: 0;
	color: #c6c6c6;
	margin-bottom: 0;
	padding-bottom: 16px;
	padding-top: 16px;
}

.page-header .author-title {
	color: #fff;
}

.page-header .author-website,
.page-header .author-website a,
.page-header .author-stats {
	color: #818181;
}

.page-header .author-website a:hover {
	color: #22b3eb;
}

/* No results page */
.not-found .search-form {
	margin-bottom: 24px;
}

.not-found .search-field {
	margin-bottom: 12px;
	width: 100%;
}

/* Custom template: Archives */
.archives-list {
	border-bottom: 2px solid #ededed;
	color: #c6c6c6;
	font-size: 16px;
	line-height: 1.5;
	list-style: none;
	padding-bottom: 36px;
	padding-left: 0;
}

.archives-list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.archives-list ul {
	list-style: none;
	margin-top: 12px;
	padding-left: 20px;
}

.archives-list li {
	margin-bottom: 12px;
}

.archives-list a {
	text-decoration: none;
}

/* Custom template: Authors */
.entry-content .author-info {
	border-bottom: 2px solid #ededed;
	margin-bottom: 24px;
	margin-top: 40px;
	padding-bottom: 36px;
}

.entry-content .author-info:first-child {
	margin-top: 0;
}

.entry-content .author-info:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/**
 * 6.2 Comments
 * ----------------------------------------------------------------------------
 */
#disqus_thread {
	background-color: #fff;
	padding: 40px;
}

.comments-area,  {
	background-color: #fff;
	margin-bottom: 60px;
	padding-bottom: 40px;
	padding-top: 40px;
}

.comments-title,
.comment-reply-title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comments-title {
	border-bottom: 2px solid #ededed;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#cancel-comment-reply-link {
	background-color: #22b3eb;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 5px;
	padding: 5px 10px;
	position: relative;
	top: -3px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	-moz-transition:    background-color 0.3s;
	transition:         background-color 0.3s;
}

#cancel-comment-reply-link:hover {
	background-color: #5ec5f0;
}

.comment-list {
	border-bottom: 2px solid #ededed;
	font-size: 16px;
	line-height: 1.5;
	list-style: none;
	margin-bottom: 40px;
	padding-left: 0;
}

.comment-list .children {
	list-style: none;
	padding-left: 40px;
}

.depth-3 .children {
	padding-left: 0;
}

.comment-body {
	border-top: 2px solid #ededed;
	margin-bottom: 40px;
	padding-top: 40px;
}

.comment-list > .comment:first-child > .comment-body,
.comment-list > .pingback:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.comment-meta,
.comment-content,
.reply {
	padding-left: 115px;
}

.no-avatars .comment-meta,
.no-avatars .comment-content,
.no-avatars .reply {
	padding-left: 0;
}

.comment-meta {
	position: relative;
	text-transform: uppercase;
}

.comment-author .avatar {
	border-radius: 50%;
	height: 75px;
	left: 0;
	position: absolute;
	top: 0;
	width: 75px;
}

.comment-metadata {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.comment-metadata .edit-link:before {
	content: '\2014\00a0';
}

.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 12px;
	text-transform: none;
}

.comment-author,
.comment-author a {
	color: #3d3d3d;
}

.comment-meta,
.comment-metadata a {
	color: #c6c6c6;
}

.comment-meta a {
	text-decoration: none;
}

.comment-meta a:hover {
	color: #22b3eb;
}

.comment-reply-link {
	background-color: #ededed;
	color: #818181;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

.comment-reply-link:hover {
	background-color: #22b3eb;
	color: #fff;
}

.bypostauthor > .comment-body .fn:after {
	color: #22b3eb;
	content: "\f007";
	line-height: 1.5;
	margin-left: 6px;
}

/* Comment Form */
.comment-notes,
.logged-in-as,
.no-comments {
	color: #818181;
	font-size: 16px;
	font-style: italic;
}

.required {
	color: #22b3eb;
	font-style: normal;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 6px;
}

.comment-form-author,
.comment-form-email {
	float: left;
	width: 49%;
}

.comment-form-author {
	margin-right: 2%;
}

.comment-form label {
	display: block;
	font-size: 16px;
	padding-bottom: 6px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	display: block;
	width: 100%;
}

.comment-form .form-submit {
	margin-top: 30px;
}

.comment .comment-respond {
	margin-bottom: 40px;
}

/**
 * 6.3 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation {
	margin-bottom: 60px;
}

.hentry + .navigation {
	margin-top: -20px;
}

.navigation a,
.page-links a {
	text-decoration: none;
}

.pagination a {
	color: #c6c6c6;
}

.post-navigation a {
	color: #fff;
}

.pagination a:hover,
.post-navigation a:hover {
	color: #22b3eb;
}

.pagination,
.image-navigation {
	background-color: #3d3d3d;
	font-size: 14px;
	position: relative;
}

.pagination {
	padding: 5px 60px;
	text-align: center;
}

.image-navigation {
	padding: 25px 60px;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 0 3px;
	padding: 8px 10px 9px;
}

.pagination .next,
.pagination .prev,
.image-navigation a {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.pagination .next,
.pagination .prev,
.image-navigation a {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.pagination .next,
.image-navigation .nav-next a {
	right: 0;
}

.pagination .prev,
.image-navigation .nav-previous a {
	left: 0;
}

.pagination .next:before,
.image-navigation .nav-next a:before {
	content: "\f054";
}

.pagination .prev:before,
.image-navigation .nav-previous a:before {
	content: "\f053";
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-color: #474747;
	border-left: 3px solid #22b3eb;
	margin-bottom: 20px;
	padding-bottom: 50px;
	padding-top: 30px;
	position: relative;
}

.post-navigation .nav-thumb {
	background-position: center;
	background-size: cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
}

.post-navigation .nav-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.16667;
	margin-bottom: 5px;
	margin-right: 240px;
}

.post-navigation .nav-before,
.post-navigation .nav-date {
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 240px;
	text-transform: uppercase;
}

.post-navigation .nav-before {
	color: #c6c6c6;
	margin-bottom: 15px;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	margin: 0 5px 10px;
}

.comment-navigation a {
	background-color: #ededed;
	color: #818181;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

.comment-navigation a:hover {
	background-color: #22b3eb;
	color: #fff;
}

.page-links {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 40px;
}

.page-links-title {
	font-size: 11px;
	letter-spacing: 1px;
	margin-right: 5px;
	text-transform: uppercase;
}

.page-link {
	background-color: #22b3eb;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 36px;
	padding: 9px 0;
	text-align: center;
}

a .page-link {
	color: #818181;
}

a:hover .page-link {
	color: #fff;
}

/**
 * 7. Site Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #3d3d3d;
}

.site-footer .inner {
	position: relative;
}

.social-links {
	border-bottom: 2px solid #474747;
	padding-bottom: 60px;
	padding-right: 90px;
	padding-top: 60px;
}

.social-links a {
	margin: 0 3px 3px 0;
}

.site-info {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-bottom: 60px;
	padding-right: 90px;
	padding-top: 40px;
	text-transform: uppercase;
}

.social-links + .site-info {
	padding-right: 0;
}

.site-info .top-link {
	color: #fff;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 40px;
}

.social-links + .site-info .top-link {
	top: 60px;
}

.site-info a {
	text-decoration: none;
}

/**
 * 8. Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	border-top: 2px solid #474747;
	margin-bottom: 40px;
	padding-top: 30px;
}

.widget:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget-title {
	color: #c6c6c6;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea {
	border: 0;
	font-size: 14px;
	width: 100%;
}

.widget button,
.widget input[type="submit"],
.widget input[type="button"],
.widget input[type="reset"] {
	padding-bottom: 9px;
	padding-top: 9px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_text div.textwidget ul {
	list-style: none;
	padding: 0;
}

.widget_pages ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_text div.textwidget ul ul {
	padding-left: 24px;
	margin-top: 12px;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li,
.widget_text div.textwidget li {
	margin-bottom: 12px;
	line-height: 24px;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_rss a,
.widget_nav_menu a,
.widget_text div.textwidget a {
	color: #fff;
	text-decoration: none;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_pages a:hover,
.widget_meta a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_rss a:hover,
.widget_nav_menu a:hover,
.widget_text div.textwidget  a:hover {
	color: #22b3eb;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date,
.widget_text .rp-date {
	color: #818181;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_tag_cloud a {
	background-color: #474747;
	color: #c6c6c6;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 4px 8px 0;
	padding: 6px 8px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

#wp-calendar {
	border: 0;
	font-size: 14px;
	line-height: 30px;
	table-layout: fixed;
	text-align: center;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	color: #818181;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

#wp-calendar thead th {
	background: 0;
	border-color: #3d3d3d;
	color: #c6c6c6;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0 0;
}

#wp-calendar tbody td {
	border: 0;
	height: 30px;
	padding: 1px;
	vertical-align: middle;
}

#wp-calendar tbody tr:last-child td {
	padding-bottom: 12px;
}

#wp-calendar tfoot td {
	border-color: #3d3d3d;
	padding: 6px 0 0;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar tbody a {
	background-color: #474747;
	color: #c6c6c6;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition:    all 0.3s;
	transition:         all 0.3s;
}

.widget_tag_cloud a:hover,
#wp-calendar tbody a:hover {
	background-color: #22b3eb;
	color: #fff;
}

.widget_search .search-field {
	margin-bottom: 12px;
}

/**
 * 9. Plugins
 * 9.1 Jetpack
 * ----------------------------------------------------------------------------
 */

/* Infinite scroll */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle {
	margin-bottom: 60px;
	text-align: center;
}

.infinite-scroll #infinite-handle span {
	background-color: #474747;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 11px 30px;
	-webkit-transition: background-color 0.3s;
	-moz-transition:    background-color 0.3s;
	transition:         background-color 0.3s;
}

.infinite-scroll #infinite-handle span:hover {
	background-color: #22b3eb;
	color: #fff;
}

.infinite-scroll .infinite-loader {
	color: #474747;
	height: 40px;
	margin-bottom: 60px;
}

.infinite-scroll .infinite-loader .spinner {
	left: 50% !important;
}

/* Sharing, Related */
.entry-content .sharedaddy {
	margin-bottom: 24px;
	margin-top: 40px;
}

.entry-content .sharedaddy .sd-title,
.entry-content #jp-relatedposts .jp-relatedposts-headline {
	color: #818181;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.entry-content .sharedaddy .sd-title:before,
.entry-content #jp-relatedposts .jp-relatedposts-headline em:before {
	display: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-headline em {
	font-weight: normal;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-img {
	display: block;
	margin-bottom: 6px;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title .jp-relatedposts-post-a {
	font-weight: bold;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post-title .jp-relatedposts-post-a:hover,
.entry-content #jp-relatedposts .jp-relatedposts-post:hover .jp-relatedposts-post-title .jp-relatedposts-post-a {
	text-decoration: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	color: #818181;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	opacity: 1;
	text-transform: uppercase;
}

/* Subscription widget */
.jetpack_subscription_widget #subscribe-email input[type="email"] {
	padding: 10px;
}

/* Contact form */
.entry-content .contact-form label {
	font-size: 16px;
	font-weight: normal;
}

.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="url"],
.entry-content .contact-form textarea {
	margin-bottom: 12px;
	width: 100%;
}

.entry-content .contact-form .contact-submit {
	margin-top: 18px;
}

/* Jetpack Comments */
.comment-subscription-form {
	margin-bottom: 12px;
}

.comment-subscription-form .subscribe-label {
	font-style: italic;
	font-weight: normal;
}

/**
 * 9.1 Contact Form 7
 * ----------------------------------------------------------------------------
 */

.wpcf7-form p {
	font-size: 16px;
	margin-bottom: 12px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 6px;
}

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

.wpcf7-form input[type="submit"] {
	margin-top: 18px;
}

/**
 * 10. Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width: 960px) {
	.sidebar,
	.content-area {
		float: none;
		margin-bottom: 60px;
		width: auto;
	}

	.hentry,
	.not-found,
	.page-header,
	.author-box,
	.comments-area,
	.pagination,
	.post-navigation,
	.image-navigation,
	.infinite-scroll #infinite-handle,
	.infinite-scroll .infinite-loader {
		margin-bottom: 30px;
	}

	.infinite-scroll #infinite-handle,
	.infinite-scroll .infinite-loader {
		margin-top: 30px;
	}

	.hentry + .author-box,
	.hentry + .navigation {
		margin-top: 0;
	}

	.widget {
		text-align: center;
	}

	.widget-title:after {
		content: " —";
	}

	.widget form,
	.widget select {
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
}

@media only screen and (max-width: 800px) {
	.main-navigation,
	.site-header,
	.site-content,
	.site-footer,
	.search-box .inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-header {
		padding-bottom: 60px;
		padding-top: 48px;
	}

	.hentry,
	.not-found,
	.page-header,
	.author-box,
	.comments-area,
	.pagination,
	.post-navigation,
	.image-navigation,
	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		margin-bottom: 15px;
	}

	.nav-menu {
		background-color: #2d2d2d;
		clear: left;
		display: none;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav-menu .sub-menu,
	.nav-menu .children {
		border-color: #3d3d3d;
		-webkit-box-shadow:	none;
		-moz-box-shadow:	none;
		box-shadow:			none;
		padding-left: 15px;
		position: static;
		width: auto;
	}

	.nav-menu .current-menu-ancestor > .sub-menu,
	.nav-menu .current_page_ancestor > .children {
		display: block;
	}

	.nav-menu li {
		border-bottom: 2px solid #3d3d3d;
		display: block;
		float: none;
		padding: 0;
	}

	.nav-menu li:last-child {
		border-bottom: 0;
	}

	.nav-menu a {
		border-left: 0;
		padding: 15px 0;
	}

	.nav-menu .sub-menu li:first-child a,
	.nav-menu .children li:first-child a {
		padding-left: 0;
	}

	.nav-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	#menu-toggle {
		background-color: transparent;
		border: 0;
		color: #818181;
		display: block;
		float: left;
		height: 50px;
		padding-left: 20px;
		padding-right: 0;
		position: relative;
	}

	#menu-toggle:hover,
	#menu-toggle:focus {
		background-color: transparent;
	}

	#menu-toggle:before {
		content: "\f0c9";
		left: 0;
		line-height: 1.85714;
		position: absolute;
		top: 12px;
	}

	#menu-toggle.toggled-on {
		color: #22b3eb;
	}

	#menu-toggle.toggled-on:before {
		content: "\f00d";
	}

	.nav-menu .dropdown-toggle {
		background-color: #3d3d3d;
		border: 0;
		color: #fff;
		display: block;
		height: 36px;
		padding: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 6px;
		width: 36px;
	}

	.nav-menu .dropdown-toggle:hover,
	.nav-menu .dropdown-toggle:focus {
		background-color: #3d3d3d;
		color: #fff;
	}

	.nav-menu .dropdown-toggle:before {
		content: "\f107";
	}

	.nav-menu .dropdown-toggle.toggled-on:before {
		content: "\f106";
	}
}

@media screen and (max-width: 782px) {
	.admin-bar.search-opened .search-box,
	.admin-bar.search-opening .search-box {
		top: 46px;
	}
}

@media only screen and (max-width: 640px) {
	html {
		font-size: 100%;
	}

	h1,
	.site-title {
		font-size: 34px;
	}

	h2 {
		font-size: 28px;
	}

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption {
		display: none;
	}

	.site-description {
		max-width: none;
	}

	.entry-title {
		font-size: 28px;
		padding: 20px 15px 15px 20px;
	}

	.entry-header .entry-meta {
		padding: 15px 15px 15px 20px;
	}

	.pagination .current .screen-reader-text {
		position: static !important;
	}

	.pagination .page-numbers {
		display: none;
	}

	.pagination .current {
		display: inline-block;
		font-size: 12px;
		letter-spacing: 1px;
		padding: 10px;
		text-transform: uppercase;
	}

	.pagination .prev,
	.pagination .next {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.comment-list .children {
		padding-left: 0;
	}

	.comment-meta,
	.comment-content,
	.reply {
		padding-left: 90px;
	}

	.comment-author .avatar {
		height: 60px;
		width: 60px;
	}

	.comment-form-author,
	.comment-form-email {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		padding-bottom: 30px;
		padding-top: 20px;
	}

	.post-navigation .nav-thumb {
		width: 200px;
	}

	.post-navigation .nav-title,
	.post-navigation .nav-before,
	.post-navigation .nav-date {
		margin-right: 200px;
	}

	.post-navigation .nav-title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 30px;
	}

	h2,
	.site-title {
		font-size: 24px;
	}

	h3,
	.entry-title {
		font-size: 20px;
	}

	h4,
	blockquote {
		font-size: 18px;
	}

	h5,
	h6 {
		font-size: 14px;
	}

	blockquote {
		padding-left: 15px;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 33.333%;
	}

	.gallery .gallery-caption {
		display: none;
	}

	.entry-content,
	.entry-footer,
	.author-box .author-info,
	.page-title,
	.page-content,
	.comments-inner,
	.post-navigation .nav-inside {
		padding-left: 15px;
		padding-right: 15px;
	}

	.site-header {
		padding-bottom: 48px;
		padding-top: 36px;
	}

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

	.entry-title {
		margin-top: 30px;
		max-width: none;
		padding: 10px 15px;
	}

	.entry-header .entry-meta {
		font-size: 11px;
		padding: 10px 15px;
	}

	.author-avatar {
		float: none;
		margin-bottom: 24px;
	}

	.author-details {
		padding-left: 0;
	}

	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		padding-bottom: 20px;
		padding-top: 15px;
	}

	.post-navigation .nav-thumb {
		width: 120px;
	}

	.post-navigation .nav-title {
		font-size: 16px;
		margin-right: 120px;
	}

	.post-navigation .nav-before,
	.post-navigation .nav-date {
		font-size: 10px;
		margin-right: 120px;
	}

	.post-navigation .nav-before {
		margin-bottom: 10px;
	}

	.comment-meta {
		margin-bottom: 18px;
		min-height: 45px;
		padding-left: 70px;
	}

	.comment-content,
	.reply {
		padding-left: 0;
	}

	.comment-author .avatar {
		height: 45px;
		width: 45px;
	}

	.social-links {
		padding-right: 0;
		text-align: center;
	}

	.site-info {
		padding-bottom: 40px;
		padding-right: 0;
		text-align: center;
	}

	.site-info .top-link {
		display: block;
		margin: 30px auto 0;
		position: static;
	}
}



/* Tags archive */
.archive-tags-list {
    margin-bottom: 24px;
}

.archive-tags-list a,
a.archive-top-link {
    background-color: #ededed;
    color: #818181;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.archive-tags-list a {
    font-size: 12px;
    margin-bottom: 7px;
    margin-left: 5px;
}

a.archive-top-link {
    font-size: 11px;
}

.archive-tags-list a:hover,
a.archive-top-link:hover {
    background-color: #22b3eb;
    color: #FFF;
}

.archive-posts-list {
    list-style: none;
    padding-left: 0;
}

.archive-posts-list li {
    margin-bottom: 5px;
}

.archive-meta {
    color: #818181;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
}


.entry-reading-time,
.social-post {
    background-color: #f7f7f7;
    clear: both;
    font-size: 12px;
    float: left;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 16px 30px;
    text-transform: uppercase;
}




.iconos {
    font-size: 14px;
    font-weight: normal;
}

.iconos .item>i {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 6px;
    font-size: 35px;
    text-align: center;
}

.iconos .item * {
    display: block;
}


.iconos .item {
    float: left;
    margin-bottom: 16px;
    line-height: 17px;
    width: 220px;
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}



.square-inverse {
    background-color: #818181;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;

}

.square-inverse:hover {
        color: #c6c6c6;
    }

.fill-horizontal-inverse {
    background-color: #818181;
    -webkit-box-shadow: inset -50px 0 #22b3eb;
    -moz-box-shadow:    inset -50px 0 #22b3eb;
    box-shadow:         inset -50px 0 #22b3eb;
    position: relative;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition:    box-shadow 0.3s;
    transition:         box-shadow 0.3s;

}

.fill-horizontal-inverse:hover {
        -webkit-box-shadow: inset 0 0 #22b3eb;
        -moz-box-shadow:    inset 0 0 #22b3eb;
        box-shadow:         inset 0 0 #22b3eb;
}

.search-form label {
	display: initial !important;
}

