/*
Theme Name: Convention
Author URI: http://fimply.de/
Theme URI: http://fimply.de/our-themes/convention/
Text Domain: convention
Domain Path: /languages/
Description: Convention is a simple, clean and minimal blog theme. Perfect for personal blogging, using as a starter theme, posting photos and more. Uses the Customizer to add your custom logo and a custom image header. We just released the 2.0 update which makes it responsive. Visit http://fimply.de for more minimalist WordPress themes, all themes + Support for $39.
Author: Fimply
Version: 2.0.1
Tags: full-width-template, sticky-post, theme-options, translation-ready, editor-style, two-columns, right-sidebar, custom-header, custom-menu
License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	font-family: Helvetica, Arial, sans-serif;
}

:focus {
	outline: 0;
}

body {
	background: #fff;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	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 img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------------------
6.0 Accessibility
-------------------------------------------------------------- */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}


/* --------- Basics --------- */

body {
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}


#line {
     background-color:#393939;
     height:5px;
     width:100%;
}


/* --------- Alignment --------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone{
	max-width:100%
}


/* Text elements */

p {
	margin-bottom: 1.625em;
}

ul, ol {
	margin: 0 0 1.625em 2.5em;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: upper-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic !important;
	font-weight: 100;
	background-color: #f3f3f3;
	padding:30px 25px 1px 25px;
	margin: 2em 2em;
	border-left:3px solid #393939;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

pre {
	background-color:#ededed;
	margin:0 0 30px 0;
	padding:30px 30px 30px 40px;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	font-size:15px;
	line-height:20px;
	 word-wrap: break-word;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 1.625em;
}

ins {
	background: #ffccaa;
	text-decoration: none;
}

sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

em {
	font-style: italic;
}

strike, del, s {
	text-decoration: line-through;
}


/* --------- Links --------- */

a {
	color:#393939;
	text-decoration: none;
}

a.more-link {
	text-decoration: underline;
}

a.comment-reply-link {
    margin:0 8px 0 0;
	background-color: #393939;
	padding:6px 10px;
	font-size: 10px;
	text-align: left;
	border-radius: 5px;
	font-weight: 500;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color:#fff;
}

a.comment-edit-link {
	background-color: #393939;
	padding:6px 10px;
	font-size: 10px;
	text-align: left;
	border-radius: 5px;
	font-weight: 500;
	letter-spacing: 0.1em;
    text-transform: uppercase;
    color:#fff;
}

a.comment-reply-link:hover, a.comment-edit-link:hover {
    color:#fff;
}

a:focus,
a:active,
a:hover {
    color:#393939;
	text-decoration: none;
}


/* --------- Forms --------- */

input[type=text] {
    border:1px solid #eeeeee;
	outline: none;
	width:60%;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding:13px 15px 13px 15px;

 }
 
input[type=password] {
border:1px solid #eeeeee;
	outline: none;
	letter-spacing: .3em;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding:13px 15px 13px 15px;

 }

 
input[type=text]:focus, input[type=password]:focus {
border:1px solid #b9b9b9;
-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
 }

textarea {
	border:1px solid #eeeeee;
	outline: none;
	width:75%;
	font-size:18px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding:15px 15px 15px 15px;
}

textarea:focus {
	border:1px solid #b9b9b9;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
}

input[type=submit] {
	background-color: #393939;
	padding:16px 50px;
	cursor: pointer;
	color:#fff;
	font-size:14px;
	border:0;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   font-family: Helvetica, Arial, sans-serif;
}

input[type=submit]:hover {
	background-color: #000;
	-webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
}


/* --------- Comments --------- */

#comments {
	background-color: #fff;
	margin:30px 0 0 0;
	color: #69686A;
    padding:50px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 27px;
}

.comment{
	margin:50px 0 0 0;
}

.comment:first-child {
	margin:0;
}

.comment-name {
	font-size:16px;
	color:#393939;
}

.comment-date {
    font-size:14px;
	margin:-10px 0 0 0;
}

.comment-text {
    margin:10px 0 0 0;
    font-size: 16px;
    line-height: 25px;
}

.countcomments {
	font-size:30px;
	margin:0px 0 50px 0;
}

.comment-fields {
	margin:0;
}

.comment-box {
	margin:-75px 0 0px 70px;
}

.comment-line {
    background-color:#d2d2d2;
    height:1px;
	margin:5px 0 20px 0;
	width:100%;
}

.avatar {
	width:50px;
	height:50px;
}

.children .comment {
	margin:50px 0 0 15px;
}

.children .children .comment {
	margin:50px 0 0 30px;
}

.bypostauthor {
	background-color: #f7f7f7; 
	margin:30px -50px 0 -50px;
	padding:20px 50px 40px 50px;
}


/* --------- Headings --------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h1 {
	font-size: 2.4em;
	line-height: 2.0em;
}
h2 {
	font-size: 1.8em;
	line-height: 2.4em;
}
h3 {
	font-size: 1.4em;
	line-height: 2.7em;
}
h4 {
	font-size: 1.2em;
	line-height: 3.0em;
}
h5 {
	font-size: 1em;
	line-height: 3.3em;
}
h6 {
	font-size: 0.9em;
	line-height: 3.6em;
}


/* --------- Tables --------- */

table {
	border-bottom: 1px solid #eeeeee;
	margin: 10px 0 25px 0;
	width: 100%;
}

th {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 3.1em;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #eeeeee;
	text-align: left;
	padding: 10px 10px 10px 0px;
}


/* --------- WP-Calendar Styling --------- */

table[id=wp-calendar] { 
	border-collapse: collapse;
	width:100%;
	margin:0;
}

table[id=wp-calendar] caption {
	font-weight:bold;
	background-color: #3b3b3b;
	color:#fff;
	text-align: center;
	cursor: default;
	padding:8px 0;
}

table[id=wp-calendar] thead, table[id=wp-calendar] th {
	text-align:center;
	color:#fff;
	background-color: #393939;
}

table[id=wp-calendar] th {
   border-left: 1px solid #bd402a;
   border-right: 1px solid #bd402a;
   border-bottom: 1px solid #eee;
   padding: 5px 5px 5px 5px;
   cursor: default;
   text-align:center;

}

table[id=wp-calendar] tbody, table[id=wp-calendar] td {
	background-color: #f8f8f8;
}

table[id=wp-calendar] td { 
	padding: 5px;
	text-align: center;
	border: 1px #ddd solid;
}


/* --------- WordPress-Generated CSS Classes --------- */

.wp-caption {
	text-align: center;
}

.wp-caption-text {
     margin:-15px 0 15px 0;
	 font-size:14px;
	 color: #a6a6a6;
	 text-align: center;
}

.sticky {
	/* We don't need this. Above each sticky post stands "featured". */
}

.gallery-caption {
	margin-left: 0px;
	background-color: #fff;
	padding: 0 0 0 5px;
	text-align: center;
	width:150px;
	display: block;
	line-height: 22px;
}

.gallery-item {
	margin:0;
}

.gallery-item img {
   background-color:#fff;
   box-shadow:0 0 0 #000;
}

.gallery-icon {
    background-color: #fff;
    border:0;
    padding:0;
	box-shadow:0 0 0 #000;
}


/* --------- Images --------- */

img {
	display: block;
	margin-top:25px;
	border:0;
	margin-bottom: 25px;
	max-width: 100%;
	width:auto;
	height:auto;
}

img.meta {
    display: inline;
	margin-top:0;
	width:14px;
	margin-bottom:0;
	box-shadow: 0 0 0px #c5c5c5;
}

img.wp-smiley {
	display: inline;
	margin-top:0;
	margin-bottom:0;
	box-shadow: 0 0 0px #c5c5c5;
}
img{display:block;}


/* --------- Navigation --------- */

#nav-container {
	margin:30px auto 30px auto;
	max-width:1100px;
}

#nav {
	background-color: #ffffff;
	clear: both;
	display: block;
	margin:0 0 0px 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	width:100%;
	max-width:1100px;
}

#nav ul {
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 0px;
	padding-left: 0;
}

#nav li {
	float: left;
	position: relative;
}

#nav a {
	color: #69686A;
	display: block;
	line-height: 3.333em;
	padding: 10px 1.5125em 10px 1.5125em;
	text-decoration: none;
}

#nav ul ul {
    top: 66px;
    left:0px;
    z-index:99;
	width:190px;
	display:none;
	float:left;
	margin:0 0 0 0;
	position: absolute;
}

#nav ul ul ul {
	left: 99.5%;
	top: 0px;
}

#nav ul ul li a {
}

#nav ul ul a {
	background: #f4f4f4;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	min-width: 170px;
}

#nav li:hover > a,
#nav ul ul :hover > a,
#nav a:focus {
	background: #393939
}

#nav li:hover > a,
#nav a:focus {
	background: #393939;
	color: #ffffff;
}

#nav ul li:hover > ul {
	display: block;
}

#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
	color:#ffffff;
	background: #393939;
}

#nav .current-menu-item:hover > a,
#nav .current-menu-ancestor:hover > a,
#nav .current_page_item:hover > a,
#nav .current_page_ancestor:hover > a {
	color:#ffffff;
	background: #393939;
}


/* --------- Title --------- */

#title {
	max-width:1100px;
	text-align: left;
	margin: 30px auto 0 auto;
}

.site-title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #69686A;
	word-break: break-word;
	max-width:1100px;
	font-size: 30px;
	letter-spacing:-0.5px;
}

.site-description {
	font-family: Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	margin:5px 0 0 0;
	font-weight: 100;
	word-break: break-word;
	max-width:1100px;
	font-size: 18px;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}



/* --------- Header --------- */

#header-container {
	margin:0px auto;
	padding: 5px 0 0 0;
}

.header {
	margin:10px 0 -10px 0px;
}


/* --------- Layout --------- */

#content {
	max-width:1100px;
}

#articles {
	float:left;
	margin-bottom: 30px;
	width:70%;
}


#full-width-articles {
    float:left;
    max-width: 1100px;
	margin-bottom: 30px;
}


/* --------- Sidebar --------- */

#sidebar {
    color: #69686A;
    width:27%;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 27px;
	float: right;
	margin-top:30px;
}

#sidebar .widget {
	background-color: #fff;
	margin-bottom:30px;
}

#sidebar img, #sidebar select {
	max-width: 100%
}
#sidebar a {
	color: #8C99A4
}
#sidebar a:hover {
	color: #687A8A
}
.widget ul {
	margin: 0 0 0 0px
}
.widget ul li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.widget ul li:last-child, .widget p:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget {
	display: block;
	background-color: #fff;
	padding:20px;
}
.widget p {
	margin: 0 0 25px
}
.widget .date {
	font-size: 11px
}
.widget h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
}
#sidebar .tagcloud a {
	background: #fff;
	padding: 5px 10px;
	font-size: 12px !important;
	font-weight: bold;
	margin: 0 5px 8px 0;
	color: #5C6772;
	border-radius: 5px;
	color: #fff;
	background: #5C6772;
}
#sidebar .tagcloud a:hover {
	color: #fff;
	background: #000;
}

/* --------- Articles --------- */

#article {
	background-color: #fff;
	color: #69686A;
    padding:50px 50px 40px 50px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 27px;
    word-wrap: break-word;
}

#calendar {
	background-color: #fff;
	width:600px;
	margin:30px 0 0 0;
	color: #69686A;
    padding:50px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 27px;
}

#article:first-child {
	margin:30px 0 0 0;
}

.post-title {
	font-size: 15px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	width:90px;
	text-transform: uppercase;
	color:#fff;

	margin:-50px -20px 25px -50px;
	padding:15px 50px 15px 50px;
	background-color: #393939;
}

.line-one {
    background-color:#d2d2d2;
    height:1px;
	margin:33px 0 20px 0;
	width:100%;
}

#article .article-title {
	font-size:35px;
	line-height: 47px;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom: 3px solid #eeeeee;
}

.tag-links a {
	background-color: #ffffff;
	border:3px solid #eeeeee;
	padding:5px 10px;
	float:left;
	margin:10px 10px 0 0;
	font-size: 16px;
	color: #515151;
}

.tag-links {
	width:600px;
	margin:30px 0 0 0;
}

.tags-title {
	color: #666;
	margin:25px 0 -5px 0;
	font-size: 16px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.page-links {
	font-size: 14px;
}

.page-links a {
	background-color: #ffffff;
	border:3px solid #eeeeee;
	padding:5px 10px;
	margin:10px 4px 0 4px;
	font-size: 14px;
	color: #515151;
}

.page-title {
		color: #666;
		margin:25px 0 5px 0;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.page-links a:last-child {
   background-color: #efefef;
	padding:5px 10px;
	border-radius: 5px;
	color: #515151;
	margin:0 5px 0 0;
}

.page-links a:first-child {
	background-color: #efefef;
	padding:5px 10px;
	margin:10px 10px 0 0;
	font-size: 14px;
	border-radius: 5px;
	color: #515151;
}

#edit-link {
	margin: 50px 0 0 0;
}

.edit-link {
	background-color: #393939;
	padding:8px 10px;
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.1em;
    text-transform: uppercase;
}

.edit-link a {
	color:#fff;
	padding:8px 20px;
}

.article-meta {
    margin:0px 0 -10px 0;
	font-size: 14px;
}


/* --------- Posts Link --------- */

#buttons {
	margin:40px auto 50px auto;
}

#button {
	border-radius:100px;
    font-size: 30px;
    font-family: Helvetica, Arial, sans-serif;
    float: left;
    text-align: center;
    width:15px;
    line-height: 10px;
    height:15px;
    color:#fff;
	font-weight: 800;
	background-color: #393939;
	padding:30px;
}

#button a, #button2 a {
    color:#fff;
}

#button2 {
	border-radius:100px;
    font-size: 30px;
    float: right;
    width:15px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 10px;
    height:15px;
    color:#fff;
	font-weight: 800;
	background-color: #393939;
	padding:30px;
}

#button:hover, #button2:hover{
	background-color:#000
}





/* --------- Clear --------- */

.clear {
	clear: both;
}

/* --------- Categories --------- */

div.category-links {
	width:600px;
	margin:30px 0 0 0px;
}

ul.post-categories {
	list-style-type: none;
	margin:-5px 0 0 0px;
}

div.category-links a {
	background-color: #ffffff;
	border:3px solid #eeeeee;
	padding:5px 10px;
	float:left;
	margin:10px 10px 0 0;
	font-size: 16px;
	color: #515151;
}

#footer {
	font-weight: 100;
    font-size: 14px;
	text-align: center;
	color:#838383;
	padding-bottom:30px;
}
