/* Globální nastavení */
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab&subset=latin-ext');
body {
    font-family: 'Roboto Slab', serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
}
a {
  color:#1976D2;
}
a:hover {
    color: #3F51B5;
}
/* články */
.post-title {
    font-family: 'Roboto', serif;
    font-weight:400;
    margin-bottom: 10px;
    margin-top: 0;
}
.post-content p.post-perex {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    color: #2E2014;
}
.post-content h2 {
    color: #2E2014;
    border-left: 7px solid #FDD417;
    padding-left: 10px;
}
.post-content h3 {
    color:#616161;
}
.post-content h4 {
    color:#455a64;
}
.post-share {
    margin:20px 0;
}
.post-meta {
    background:#f0f0f0;
    color:#2E2014;
    padding:10px 10px 0 10px;
    font-size:12px;
    margin-bottom:10px;
}
.post-meta a {
    color:#333;
}
.post-meta a:hover {
    color:#2E2014;
    text-decoration:underline;
}
.post-content>p>img {
    max-width:100%;
    height:auto;
    margin:0;
    border:1px solid #eee;
    border-radius:6px;
    padding:6px;
}
.image-wrapper {
    color:#3F51B5;
    padding:20px 0;
}
/* sidebar */
.label {
    margin-right:4px;
    line-height: 30px;
}
.label-primary {
    background: #88bf15;
}
.label-primary[href]:hover, .label-primary[href]:focus  {
    background: #c00;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #88bf15;
border-color: #668f10;
}
.pagination>li>a, .pagination>li>span {
    color:#88bf15;
}
#post-list ul, .post-info ul {
    margin:0;
    list-style-type:none;
    padding:0;
}
#post-list ul li, .post-info ul li {
    float:left;
    margin-right:12px;
    color:#888;
    font-style:italic;
    font-size:12px;
}


.fa-times {
    color:#f36653;
}
.fa-check {
	color:#43e64a;
}

@media print {
    .label, #sidebar, .well, .pagination, #footer .pull-right {display:none;}
}
/* zvětšené fonty pro desktop */
@media (min-width: 992px) {
    body {
        font-size:16px;
    }
    h1,h2,h3,h4,h5,h6 {
        font-weight:400;
    }
    .post-title {
        font-size: 48px;
        padding: 0;
    }
}