/*
Theme: Practice
Author: Dennis Mayk
Version: v.1.3
Url: https://tilligetthere.com
*/

body {
    font-family: Lora, sans-serif;
    background: #f5f5f5;
    color: #3A4145;
}
a {
    background-color: transparent;
    color: #3A4145;
    text-decoration: none;
    border-bottom: 1px dashed #7bd0c1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus,
a:hover {
    color: #7bd0c1;
    text-decoration: none;
    border:none;
}
p {
    margin: 0 5px 20px;
}
h1,
h2,
h3,
h4 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
    font-weight: 700;
}
h2 {
    font-size: 28px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}
h4 {
    font-size: 18px;
    font-weight: 500;
}
blockquote {
    box-sizing: border-box;
    margin: 1.75em 0;
    padding: 0 0 0 1.75em;
    border-left: #4A4A4A .4em solid
}
blockquote p {
    margin: .8em 0;
    font-style: italic
}
blockquote small {
    margin: .8em 0 .8em 1.5em;
    font-size: .9em;
    color: #CCC
}
hr {
    height: 1px;
    background: #E2E9ED;
    border: none;
    width: 50%;
    margin: 40px auto;
}

/*
===============================================================================
  Header & Navigation
===============================================================================
*/

header #nav {
    height: 50px;
    text-align: center;
    margin: 0;
    padding: 5px 0 0;
}
header #nav li {
    display: inline-block;
}
header #nav li a {
    display: block;
    color: #3A4145;
    font-size: 18px;
    padding: 10px 25px;
    border: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: white;
}
header #nav li a:hover {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}
header .banner {
    margin: 10px auto
}
header .banner img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 0.8em;
}
header .banner h1 {
    color: #fff;
    font-size: 4.85em;
    margin-bottom: 0.8em
}
header .banner h1 a {
    color: #fff;
    border: none;
}
header .banner h2 {
    color: #fff;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 auto;
    width: 50%;
}
.pagination,
header .banner {
    text-align: center
}

/*
===============================================================================
  Content
===============================================================================
*/

.post-wrapper {
    margin: 60px auto 0;
    background: #fff;
    padding: 30px;
    max-width: 80%;
    line-height: 1.75em;
    overflow: hidden
}
.index-wrapper {
    margin-top: 60px;
    line-height: 1.75em
}
.index-wrapper section#timeline article div.inner,
.post-wrapper {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
.index-wrapper section#timeline article div.inner,
.pagination {
    overflow: hidden;
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}
.index-wrapper section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}
.index-wrapper section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 102%;
    background: #3A4145;
}
.index-wrapper section#timeline article {
    width: 100%;
    margin: 0 0 20px;
    position: relative;
}
.index-wrapper section#timeline article:after {
    content: '';
    display: block;
    clear: both
}
.index-wrapper section#timeline article div.inner {
    width: 40%;
    float: left;
    margin: 5px 0 0;
    background: #fff
}
.index-wrapper section#timeline article div.inner:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}
.index-wrapper section#timeline article div.inner span.date,
.pagination {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}
.index-wrapper section#timeline article div.inner span.date {
    display: block;
    width: 60px;
    height: 50px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -32px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #3A4145;
    border: 2px solid transparent
}
.index-wrapper section#timeline article div.inner span.date span {
    display: block;
    text-align: center;
    line-height: 1.3em
}
.index-wrapper section#timeline article div.inner span.date span.day {
    font-size: 10px
}
.index-wrapper section#timeline article div.inner span.date span.month {
    font-size: 18px
}
.index-wrapper section#timeline article div.inner span.date span.year {
    font-size: 10px
}
.index-wrapper section#timeline article div.inner h2 {
    padding: 15px 20px 5px;
    margin: 0;
    font-size: 1.6em;
    border-radius: 2px 2px 0 0;
    position: relative
}
.index-wrapper section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg)
}
.index-wrapper section#timeline article div.inner img {
    max-width: 100%;
    height: auto;
}
.index-wrapper section#timeline article div.inner p {
    padding: 5px 20px 15px;
    margin: 0;
    font-size: 1em;
    color: #656565;
    border-radius: 0 0 2px 2px
}
.index-wrapper section#timeline article div.inner a {
    border: none;
}
.index-wrapper section#timeline article div.inner .post-date,
.index-wrapper section#timeline article div.inner h1,
.index-wrapper section#timeline article div.inner h3,
.index-wrapper section#timeline article div.inner h4,
.index-wrapper section#timeline article div.inner h5,
.index-wrapper section#timeline article div.inner h6 {
    padding-left: 20px;
    margin: 0
}
.index-wrapper section#timeline article:nth-child(2n+2) div.inner {
    float: right
}
.index-wrapper section#timeline article:nth-child(2n+2) div.inner h2:after {
    left: -5px
}
.post-wrapper .cover-img {
    margin: -30px 0 20px -30px
}
.post-wrapper img {
    margin: 10px 0 0 -40px;
}
.post-date {
    color: #9a9a9a;
    margin-bottom: 1.6em
}

/*
===============================================================================
  Pagination
===============================================================================
*/

.pagination {
    max-width: 150px;
    margin: 100px auto;
    border-radius: 5px;
}
.pagination #next {
    color: #3A4145;
    font-size: 1em;
    padding: 15px;
}
#infscr-loading {
    width: 60px;
    height: 50px;
    padding: 5px 0;
    margin: 100px auto;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    z-index: 1100;
    text-transform: uppercase;
    color: #3A4145;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
#infscr-loading div {
    line-height: 3.1em;
}
.box {
    background: #F2F2F2;
    width: 70%;
    text-align: center;
    margin: 80px auto 0 auto;
    border: #E2E9ED solid 1px;
}
.author {
    position: relative;
    margin: 0 auto!important;
    width: 100px!important;
    height: auto;
    border-radius: 100%;
    top: -50px;
}
.more-posts {
    position: relative;
    top: -25px;
}
.more-posts p {
    margin: 10px;
}
footer,
footer a {
    font-size: 12px;
    color: #3A4145;
    text-align: center;
    margin-top: 60px;
    text-decoration: none;
}

/*
===============================================================================
  Make it Responsive
===============================================================================
*/

@media screen and (max-width:1000px) {
    .index-wrapper section#timeline article:nth-child(n) div.inner {
        float: right
    }
    .index-wrapper section#timeline article div.inner span.date,
    .index-wrapper section#timeline:before {
        left: 0
    }
    .index-wrapper section#timeline article div.inner,
    header {
        width: 90%
    }
    .post-wrapper .cover-img,
    .post-wrapper img {
        width: 115%
    }
}
@media screen and (max-width:600px) {
    .index-wrapper section#timeline article:nth-child(n) div.inner {
        float: right
    }
    .index-wrapper section#timeline,
    header {
        width: 95%;
    }
    .index-wrapper section#timeline article div.inner span.date,
    .index-wrapper section#timeline:before {
        left: 0;
        display: none
    }
    .index-wrapper section#timeline article div.inner,
    .post-wrapper section#timeline article div.inner {
        width: 100%
    }
    .post-wrapper .cover-img,
    .post-wrapper img {
        width: 130%
    }
    header .banner h1 {
        font-size: 3.5em
    }
    header .banner h2 {
        font-size: 1.2em;
        width: 80%;
    }
    header #nav li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .social .min-date {
        display: inline-block
    }
    .social .tag {
        display: none
    }
    .box {
        width: 90%;
    }
}
