/*
Theme Name: Constanzia
Author: Fabian Stiehle
Author URI: https://twitter.com/fstiehle
Description: Customizable, responsive and minimalistic WordPress blog theme. Perfect for personal Blogs. Supports Jetpack Tiled Gallery and Infinite Scroll.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: constanzia
Tags: blog, post-formats, custom-menu, featured-images, sticky-post, translation-ready, footer-widgets

Fork it on Github: https://github.com/fstiehle/wp-theme-constanzia
Constanzia is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0 - Reset
	0.1 - Links
1.0 - General
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation	
	5.1 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Quotes
	10.4 - Comments
	10.5 - Quickposts
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Shortcodes
14.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	min-width: 320px;
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
0.1 Links
--------------------------------------------------------------*/
a {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out; 	
  	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}

a,
a:visited {
	text-decoration: underline;
	color: #404040;

}

a:hover,
a:focus,
a:active {
	color: #808080;
}

img {
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out; 	
  	-o-transition: all .2s ease-in-out;
 	transition: all .2s ease-in-out;
}

img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);	
}

/*--------------------------------------------------------------
1.0 - General
--------------------------------------------------------------*/
#masthead {
	height: auto;
	background-color: #000;
	background-repeat: no-repeat;   
    background-position: center; 
    position: relative;
}
#content {
	max-width: 1000px;
	margin: 60px auto 110px auto;
}
.site-branding {
	text-align: center;
	margin: 170px 0 110px 0;
}
.avatar {	
	border-radius: 100%;
	border: 4px solid #fff;
}
.site-title {
	margin-top: 20px;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
}
.site-title a {
	text-decoration: none;
}
.site-description {	
	margin: 10px auto 50px auto;
	font-size: 20px;
	font-size: 2.0rem;
	max-width: 600px;
}
.site-title a,
.site-description {
	color: #fff;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding: 0 2.0rem;
	border-left: 4px solid #ccc;	
	margin-bottom: 2.5rem;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #e6e6e6;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;

	display: block;
	width:180px;
	margin-top: 1.5em;
	background-color: #f6f6f6;
	padding: 12px;
	color: #808080 !important;
	box-shadow: 0 2px 0 rgba(0,0,0,0.07);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #333 !important;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;	
}
input[type="search"] {
	width: 155px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Table */
table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
thead th, td {padding-left: 0;}
th, td{padding:7px 10px;padding-left: 0;font-size:0.9em;border-bottom:1px solid #ddd;text-align:left;}
thead th{font-size:0.9em;padding:3px 10px;padding-left: 0;border-bottom:1px solid #ddd;}
tbody tr.last th,
tbody tr.last td{border-bottom:0;}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.nav-links a {
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;	
	color: #888;	
	display: inline-block;
}
.nav-links a:hover {
	color: #333;	
}
.nav-previous,
.nav-next {
	display: inline-block;
	clear: both;
	max-width: 280px;
	margin-top: 1.7em;
	background-color: #f6f6f6;
	border-left: 1px solid #ccc;
	padding: 12px;
	color: #808080 !important;
	text-align: center;
}
.meta-nav {
	font-size: 1.4rem;
}
.nav-previous {
	margin-right: 30px;
}
.nav-previous .nav-text {
	margin-left: 5px;
}
.nav-next .nav-text {
	margin-right: 5px;
}
.nav-next {
	border-left: none;
	border-right: 1px solid #ccc;	
}
.comment-navigation .nav-previous
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
5.1 Menus
--------------------------------------------------------------*/
.nav-wrapper {
	z-index: 999;
	position: absolute;
	top: 0;
	width: 100%;		
	background-color: rgba(255,255,255,0.3);
}

.admin-bar .nav-wrapper {
	top: 32px;
}
.main-navigation {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;	
}
.main-navigation ul a {
	padding: 25px 25px 23px 25px;
	color:  rgba(255,255,255,0.88);
	display: block;
	border: none;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center
}
.main-navigation li {
	display: inline-block;
	position: relative;	
}

.main-navigation ul ul {	
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 7.0rem;
	left: -999em;
	z-index: 99999;
	text-align: left;
}

.main-navigation .sub-menu a {
	padding: 15px 0 15px 25px;	
	border-bottom: none !important; 
}

.main-navigation .sub-menu .current_page_item a,
.main-navigation .sub-menu .current-menu-item a {
	color:  #fff;
	border-bottom: none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	display: block;
	width: 100%;
}
.main-navigation li:hover > a {
	color: #fff;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} 
.clearfix {
    display: inline-block;
} 
html[xmlns] .clearfix {
   display: block;
} 
* html .clearfix {
    height: 1%;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	width: 100%;
	max-width: 100%;
	margin: 0 0 5rem;	
	border-radius: 2px;
	clear: both;
	border-radius: 2px;
}
.widget-title {	
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	color: #333;
	margin-bottom: 12px;
}
.widget a {
	color: #808080;
}
.widget a:hover {
	color: #404040;
}
.widget ul,
.widget ol {
	margin-left: 2rem
}

.widget li:last-child {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets */,
.widget select {
	max-width: 100%;
}

.widget_categories ul,
.widget_archive ul {
	list-style: none;
	margin: 0
}

.widget_pages ul {
	list-style: none;
	margin: 0;
}

.widget_pages .children {
	margin-left: 10px;
}
.widget_pages li,
.widget_categories li,
.widget_archive li {
	margin: 0.5rem 0 0.5rem 0;
}

.widget_pages a,
.widget_categories a,
.widget_archive a {
	text-decoration: none;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget_search input {
	width: 90%;
}

/* Calendar widget */
.widget_calendar {
	float: left;
	padding: 0 1px 0 1px;
}
.widget_calendar a {
	color: #333 !important;
}
#wp-calendar {
	width: 100%;
	background-color: #fff;
	margin: 0;
}
#wp-calendar caption { 
	letter-spacing: 1px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080 !important;
	margin-bottom: 2rem;
}
#wp-calendar thead {
	font-size: 10px;	
}
#wp-calendar thead th {
	padding: 10px;
	text-align: center;
}
#wp-calendar tbody { 
	color: #aaa; 
}
#wp-calendar tbody td {
	background: #fff;
	border: 1px solid #f5f5f5;	
	text-align: center;
	padding: 8.9px;
}
#wp-calendar tbody td:hover {
	background: #f5f5f5;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot tr {
	background-color: #f5f5f5
}
#wp-calendar tfoot {
	padding: 10px;
}
#wp-calendar tfoot #next a {
	font-size: 10px;
	float: right;
	text-transform: uppercase;	
	padding: 10px 10px 5px 5px;
}
#wp-calendar tfoot #prev a { 
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	padding: 10px 5px 5px 10px;
}

/* tagcloud widget */
.tagcloud a {
	margin: 5px 0 5px;
	background-color: #f5f5f5;
	line-height: 1.2;
	padding: 10px;
	clear: both;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-footer {
	margin-top: 20px;
	border-top: 2px solid #303030;
	background-color: #252525;	
	overflow: auto;
	width: 100%;
	color: rgba(255, 255, 255, 0.7);

}
.site-header {
	background-color: #fe767a !important;
    min-height: 440px;
}

.site-footer .widget_constanzia_custom_recent_entries .date {
	color: rgba(255, 255, 255, 0.7);
}

.site-footer .tagcloud a {
	background-color: #333;
}

.site-footer .widget_constanzia_social li {	
	background-color: #fff;
	border-radius: 2px;
	margin: 0 5px 5px 0;
}
.site-footer a, 
.site-footer h1 {
	color:  rgba(255,255,255,0.88);
	text-decoration: none;
}

.site-footer h1 {
	font-weight: bold;
	margin-bottom: 2.0rem;
}

.site-footer a:hover {
	color: #fff;
}
.site-info {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding: 50px 0 40px 0;
}
.site-info .widget {
	display: inline-block;
	width: 29.2%; 
	margin-left: 60px;
	vertical-align: top;
}
.site-info .widget:first-child {
	margin-left: 0;
}
.site-info li {
	border: none;
	padding: 0;
}
.footer_sidebar {
	width: 100%;
	display: block;
}
.backtotop {
	padding: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	text-transform: uppercase;
	font-size: 1.3rem;
}
.backtotop i {
	margin-left: 0.6rem;
}
.error404 .search-form {
	margin-bottom: 4.5rem;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.entry-content p:last-child {
	margin-bottom: 0 !important;
}
.entry-content ul, ol {
	margin-left: 3.0rem;
}
.entry-content li {
	margin:  0.7rem 0 0 0.7rem;
}
.more-link {
	text-decoration: none;	
	margin-top: 3.2rem;		
	color: #808080 !important;
	text-align: center;
	font-size: 1.6rem;
	margin-left: 0.3rem;
	text-decoration: underline;	
}
.more-link:hover {
	color: #333 !important;	
}

.post {	
	font-size: 18px;
	font-size: 1.8rem;
}
#primary {
	max-width: 670px;
	width: 100%;
	float: left;	
}
#primary-fullwidth {
	max-width: 100%;
	width: 100%;
	float: left;	
}
#secondary {
	width: 240px;
	float: right;
}
.sticky {
	display: block;	
}
.hentry {
	margin: 0 0 15.0rem 0;
}

.byline,
.updated:not(.published) {
	display: none;
}
.circle {
	font-size: 5px;	
	margin: 0 0.2rem 0 0.2rem;
	vertical-align: middle;
	color: #888;
	display: inline-block;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5rem 0 0;
	max-width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-title {
	background-color: #f5f5f5;
	margin-bottom: 4.8rem;
	font-size: 2.8rem;		
	padding: 4.0rem;
	margin-left: -30px;
	font-weight: bold;	
	width: 730px;
}
.entry-title, 
.entry-content h1,
#tinymce.wp-editor h1 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 0.6rem;	
	font-weight: bold;
    word-wrap: break-word;
}
#tinymce.wp-editor {
	padding: 15px !important;
}
#tinymce.wp-editor h1,
.entry-content h1 {
	margin-bottom: 2.0rem; 
}
.entry-content h2,
#tinymce.wp-editor h2 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;	
	font-weight: bold;
}
.entry-content h3,
#tinymce.wp-editor h3 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 1.2rem;	
	font-weight: bold;
}
.entry-content h4,
#tinymce.wp-editor h4 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 1.2rem;		
}
.entry-content h5,
#tinymce.wp-editor h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1.2rem;		
}
.entry-content h6,
#tinymce.wp-editor h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.2rem;		
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
.entry-meta {
	font-size: 15px;
	font-size: 1.5rem;
	color: #666;
}
.entry-meta a {
	color: #888;
	text-decoration: none;
}
.entry-meta a:hover {
	color: #404040;
	text-decoration: none;
}
.format-link .entry-title a {
	text-decoration: underline;
}
.thumbnail-wrap {
	width: 730px;	
	position: relative;
	margin-bottom: 2.0rem;
	margin-left: -30px;
}
.thumbnail-wrap-fullwidth {
	width: 1060px;	
	position: relative;
	margin-bottom: 2.0rem;
	margin-left: -30px;
}	
.cat-links {
	padding-top: 0px;
	
}
.cat-links,
.tags-links {		
	display: block;
	width: 100%;
	margin-top: 1.0rem;	
	line-height: 3.3;	
}
.cat-links a,
.tags-links a {
	background-color: #f5f5f5;
	text-decoration: none;
	padding: 15px;
	white-space: nowrap;	
}
.tags-links a:first-child {	
	margin-left: 1.0rem;
}

.entry-footer {
	margin-top: 4.0rem;
}
.single .hentry {
	margin-bottom: 40px;
}
.taxonomy-description {
	margin-top: 2.0rem;
	font-size: 1.6rem;
	font-weight: normal;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-content {
	margin-top: 2.2rem;	
}

/*--------------------------------------------------------------
10.3 Quotes
--------------------------------------------------------------*/
.format-quote .entry-title {
	display: none;	
}
.format-quote blockquote {
	font-size: 2.8rem;	
	padding-left: 2.5rem;
}

/*--------------------------------------------------------------
10.4 Images & Videos
--------------------------------------------------------------*/
.format-image .entry-title,
.format-video .entry-title {
	font-size: 1.8rem;		
}
.format-image .entry-content,
.format-video .entry-content,
.format-image .thumbnail-wrap,
.format-video .thumbnail-wrap {
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/
#comments {
	border-top: 1px solid #ccc;
	margin-top: 5.0rem;
	padding-top: 5.0rem;	
}

.comment-awaiting-moderation {
	color: #f1c40f;	
}

#comments textarea {
	background-color: #f5f5f5;
}

#comments ol {
	list-style: none;
}
.comments-title,
#reply-title {
	font-size: 1.8rem !important;
	text-transform: uppercase;
}
.comments-title {
	margin-bottom: -1.6rem;
}
.form-allowed-tags {
	font-size: 1.4rem;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-list {
	margin: 0;
}

.bypostauthor {
	display: block;
}
.comments-title {
	font-size: 2.2rem;
}
.comment,
.pingback {
	margin: 3.0rem 0 3.0rem 0;
	padding: 3.0rem;
	background-color: #f5f5f5;
}
.comment .avatar {
	float: left;
	margin-right: 2.0rem;
}
.comment-content {
	margin-top: 3.0rem;
}
#respond {
	margin-top: 4.0rem;
}
.comment #respond textarea,
.comment #respond #submit {
	background-color: #fff;
}
#cancel-comment-reply-link {
	font-size: 1.6rem;
	color: #fe767a;
}
#commentform label,
#commentform .required {
	display: none;
}
.comment-metadata a {
	text-decoration: none;
}
/*--------------------------------------------------------------
10.5 Quickposts
--------------------------------------------------------------*/
.post-type-archive-quickposts .page-title {
	width: 1030px;
	margin-bottom: 2.4rem;
}

#grind {
	margin-top: -20px;
}

#grid[data-columns]::before {
	content: '2 .column.size-1of2';
}

/* These are the classes that are going to be applied: */
.column {
	float: left;
}
.size-1of2 {
	width: 49%;	
}
.size-1of2:nth-child(2) {
    margin-left: 2%;
}

.post-type-archive-quickposts article {		
	background-color: #f5f5f5;
	padding: 2.0rem;
	box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	margin-bottom: 2.5rem;
	min-height: 300px;
	height: 100%;
	position: relative;
}

.post-type-archive-quickposts #new:nth-child(1) article {		
	left: -100px;	
	  -webkit-animation: slide 0.5s forwards;  
    animation: slide 0.5s forwards;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.post-type-archive-quickposts .has-post-thumbnail .entry-title {		
	margin: 0 0 1.5rem 0;
}

.post-type-archive-quickposts .entry-title {
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 2.5rem 0 3.0rem 0;
	
}

.attachment-quickposts {
	margin-bottom: 1.5rem;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

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

.wp-caption-text {
	font-size: 1.6rem;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}

/*--------------------------------------------------------------
14 Media queries
--------------------------------------------------------------*/
@media screen and (max-width: 1120px) {
	
	.site-content {
		margin: 50px 60px 100px 60px !important;	 
	}

	.footer-wrap {
		margin: 0 60px 0 60px;	
	}	
	
	.page-title,
	.thumbnail-wrap {
		width: 100% !important;
		margin-left: 0;
	}

}

@media screen and (max-width: 1110px) {	
    
	.site-info, 
	#secondary,
	#primary {
		width: 100%;
		max-width: 700px;
		float: none !important;
		margin: 0 auto 0 auto;	
	}

	.widget_constanzia_recent_comments span {	
		width: 100%;	
		float: none;
		margin-top: 20px;
	}
	.widget_constanzia_recent_comments .avatar {
		margin-bottom: 10px;
		margin-top: -0.5rem;
	}

	#secondary {
		margin-top: 100px;			
	}
    
	.site-info .widget {
		width: 100%;
		margin: 20px auto;	  
	}
}

@media screen and (max-width: 900px) {
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}	

	.cat-links,
	.tags-links {	
		font-size: 1.5rem;
		line-height: 3.4;
	}

	/* These are the classes that are going to be applied: */
	
	.size-1of1 {
		width: 100%;	
	}	

	.single .hentry {
		margin-bottom: 40px;
	}
	.hentry {
		margin-bottom: 11.0rem;
	}
}
/* Small menu */
.menu-toggle {
	display: none;
	text-align: center;
	font-size: 1.6rem;
	padding: 1.5rem;
	text-decoration: none;	
	color: #fff;
}
.menu-toggle i {
	font-size: 2.4rem;
}
.menu-toggle span {
	vertical-align: top;
	margin-left: 0.4rem;
	text-transform: uppercase;
	line-height: 1.7;
}
.menu-toggle:hover {
	cursor: pointer;
}
.main-navigation.toggled .menu-toggle {
	cursor: pointer;
	background-color: #333333;
}

/* Wordpress Admin Bar Clipping Fix */
@media screen and (max-width: 782px) {
    .admin-bar .nav-wrapper {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {

	.site-content {
		margin: 50px 40px 100px 40px !important;	 
	}

	.footer-wrap {
		margin: 0 40px 0 40px;	
	}	
	
	.nav-text {
		display: none;		
	}
	.nav-links a {
		text-align: center;
		display: block;
	}
	
	.format-quote blockquote,
	.entry-title {
		font-size: 2.6rem;
	}
	.entry-content {
		margin-top: 1.0rem;
	}
    
    .admin-bar .nav-wrapper {
        top: 0;
    }

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;				
	}
    
	.site-branding {
		margin: 100px 30px 0 30px;
	}
    
	.site-header {
		margin-top: -60px;
	}
	.nav-wrapper {
		background-color: rgba(255,255,255,0.2);
		position: relative;
	}

	.main-navigation.toggled li {
		display: block;
	}

	.nav-previous, .nav-next {
		width: 43%;		
		display: inline-block;
	}

	.nav-menu {		
		background-color: #333333;
	}

	.main-navigation.toggled ul a {			
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
		display: block;
		text-shadow: none;
		border: none;
		color: #fff !important;
		border-top: 1px solid #222;

	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled ul a:hover,
	.main-navigation .sub-menu .current_page_item a,
	.main-navigation .sub-menu .current-menu-item a,	
	.main-navigation .current_page_item a,
	.main-navigation .current-menu-item a {
		background-color: #222222;
	}
}

@media screen and (max-width: 420px) {
	.site-content {
		margin: 30px 20px 0 20px !important;	 
	}
	.thumbnail-wrap,
	.format-image .entry-content, .format-video .entry-content {
		margin-bottom: 0.6rem !important;	
	}
	.footer-wrap {
		margin: 0 20px 0 20px;	
	}	
	.single .hentry {
		margin-bottom: 0px;
	}

	.widget_constanzia_recent_comments li {	
		margin-bottom: 20px;
	}
	.widget_constanzia_recent_comments li:last-child {	
		margin-bottom: 0;
	}
}