/*
--------------------------------------------------------
Template Name: Timeline
Version: 1.1
Design by: Biyan Pasau
URL: http://btemplates.com/author/dzignine
------------------------------------------------------*/
/*------------------------------------------------------
Defining Variable
--------------------------------------------------------
<Variable name="keycolor" description="Main Color" type="color" default="#66bbdd"/>
<Variable name="body.background" description="Background" type="background"
color="#f2f2f2" default="#f2f2f2 url(http://3.bp.blogspot.com/-Uya1ccfaLO0/USgCfg-jhRI/AAAAAAAAAGI/lg1uoESwIYU/s000/body.png) repeat fixed top center"/>
<Group description="Body" selector="body">
<Variable name="body.font" description="Font" type="font"
default="normal normal 14px/1.6em 'helvetica neue', helvetica, arial, sans-serif"/>
<Variable name="body.text.color" description="Text Color" type="color" default="#555555"/>
<Variable name="body.link.color" description="Link Color" type="color" default="#777777"/>
<Variable name="link.hover.color" description="Link Hover" type="color" default="#eb5151"/>
</Group>
<Group description="Header" selector=".header-wrapper">
<Variable name="header.title.font" description="Title Font" type="font"
default="normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif"/>
<Variable name="header.background.color" description="Background Color" type="color" default="#6a5b77"/>
</Group>
<Group description="Post Title" selector=".hentry h3.post-title">
<Variable name="post.title.font" description="Title Font" type="font"
default="normal normal 24px 'Patua One', Oswald"/>
<Variable name="post.title.color" description="Title Color" type="color" default="#222222"/>
</Group>
<Group description="Widget Title" selector=".sidebar h2">
<Variable name="widget.title.font" description="Title Font" type="font"
default="normal normal 24px 'Patua One', Oswald"/>
<Variable name="widget.title.color" description="Title Color" type="color" default="#fff"/>
</Group>
------------------------------------------------------*/
/*------------------------------------------------------
Reset CSS
------------------------------------------------------*/
body, html  { height: 100%}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}
body { line-height: 1}
ol, ul { list-style: none}
blockquote, q { quotes: none}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none}
:focus { outline: 0}
del { text-decoration: line-through}
table { border-collapse: collapse; border-spacing: 0}
/*------------------------------------------------------
Global
------------------------------------------------------*/
body {
background-color: #e2f9b8;
font: normal normal 14px/1.6em 'helvetica neue', helvetica, arial, sans-serif;
color: #424651;
}
a {
color: #424651;
}
a:visited {
color: #424651;
}
a:hover {
color: #bbce8a;
}
.left {float:left}
.right {float:right}
.center {text-align:center}
.clear {clear:both}
ul:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
pre {
padding:10px;
margin:20px 0;
border:1px solid #ddd;
background:#e8e8e8;
overflow:auto;
}
pre br,
.feed-links {display:none;}
code {
font:1em/1.2em 'courier new', courier, monospace;
}
/*------------------------------------------------------
Width
------------------------------------------------------*/
.content-wrapper,
.header,
.navigation .navi,
.footer-widget {
margin: 0 auto;
width: 60%; /* easter egg, you found it! */
}
/*------------------------------------------------------
Header
------------------------------------------------------*/
.header-wrapper {
background-color: #939f5c;
background-image: url(//4.bp.blogspot.com/--IyFdlRN9QQ/USgCf79KCsI/AAAAAAAAAGQ/8miGpNIJhEY/s000/header.png);
background-repeat: no-repeat;
background-position: center center;
width: 100%;
text-align: center;
color: #fff;
clear: both;
}
/*
* logo
*/
.header {
padding: 40px 0;
}
.header:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.header h1,
header h1 a,
.header h1 a:visited {
font: normal normal 32px 'Patua One', Oswald;
color: #fff;
text-decoration: none;
}
.header h1 a:hover {
text-decoration: underline;
color: #fff;
}
/*
* Navigation
*/
.navigation {
  background: #939f5c;
  border-bottom: 5px solid #838e52;
  width: 10%;
  margin-left: 5%;
  margin-top: 5%;
  position: sticky;
  top: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  float: left;
  border-radius: 24px;
}

.page-links{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.page-links li {
  flex-grow: 1;
}

.navigation h2 {
display: none;
}
.navi ul {
text-align:center;
}
.navi ul li {
display:inline-block;
padding: 8px 20px;
}
.navi ul li a {
color: #fff;
font-weight: bold;
text-shadow: 1px 1px 0 #000;
text-decoration: none;
}
.navi ul li a:hover {
color: #b0b4bf;
}
.navi ul li.selected {
background: #7cc237;
background: -webkit-gradient(linear, left top, left bottom, from(#afd95b), to(#7cc237));
background: -webkit-linear-gradient(top, #afd95b, #7cc237);
background: -moz-linear-gradient(top, #afd95b, #7cc237);
background: -ms-linear-gradient(top, #afd95b, #7cc237);
background: -o-linear-gradient(top, #afd95b, #7cc237);
box-shadow: inset 0 1px 0 #d0e8a0;
-webkit-box-shadow: inset 0 1px 0 #d0e8a0;
-moz-box-shadow: inset 0 1px 0 #d0e8a0;
-o-box-shadow: inset 0 1px 0 #d0e8a0;
}
.navi ul li.selected a {
text-shadow: 1px 1px 0 #75a43b;
}
.navi ul li.selected a:hover {
color: #fff;
}
/*------------------------------------------------------
Primary Content
------------------------------------------------------*/
.main-wrapper {
background: url(//4.bp.blogspot.com/-abVSxKsSbs8/USgCgECy9xI/AAAAAAAAAGY/4pRf-TqL9xg/s000/timeline.png) repeat-y 36px top;
padding: 5% 0;
}
/*
* Post header
*/
ul.post-header-line-1 {
width: 80px;
text-align: center;
position: absolute;
left: 0;
top: 0;
font: normal 16px/1.2em 'Patua One', georgia;
height: 80%;
}

li.date-header {
width: 70px;
height: 70px;
border-radius: 1000px;
border: 5px solid #ddd;
overflow: hidden;
margin-bottom: 40px;
position: sticky;
top: 5%;
z-index: 1;
}
li.date-header span {
padding-top: 15px;
display: block;
}
li.date-header .day {
font-size: 24px;
}
li.post-author {
background: url(https://placehold.co/45);
width: 45px;
height: 45px;
margin: 0 auto;
border-radius: 50px;
border: 5px solid #ddd;
overflow: hidden;
position: sticky;
top: 5%;
}
ul.post-header-line-1 li.commenting {
background: #fff;
width: 45px;
height: 45px;
margin: 10px auto;
font-size: 18px;
border-radius: 50px;
border: 5px solid #ddd;
overflow: hidden;
}
li.commenting .comment-num {
padding-top: 12px;
display: block;
}
.comment-num a {
text-decoration: none;
}
/*
* Content
*/
.post-outer {
padding-left: 130px;
position: relative;
margin-bottom: 50px;
}
.arrow-left {
width: 23px;
height: 36px;
background: url(//4.bp.blogspot.com/-AKQiEtsqSc0/USgCgUPtHkI/AAAAAAAAAGo/bm_hYCEKsgc/s000/arror.png) no-repeat left center;
position: absolute;
top: 25px;
left: 110px;
}
.hentry {
padding: 20px 20px 0;
border: 1px solid #d9f7a1;
box-shadow: 0 0 3px #d9f7a1;
}
.hentry h3.post-title {
margin-bottom: 20px;
margin-top: 7px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.hentry h3.post-title,
.hentry h3.post-title a,
.hentry h3.post-title a:visited {
font: normal normal 24px 'Patua One', Oswald;
text-decoration: none;
}
.hentry .post-body p {
margin-bottom: 20px;
}
.hentry .post-body ul,
.hentry .post-body ol {
margin-bottom: 20px;
list-style-type: square;
margin-left: 20px;
}
.hentry .post-body ol {
list-style-type: decimal;
}
.hentry .post-body blockquote {
font: italic 18px/1.6em 'Lora', georgia, serif;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
margin-left: 30px;
margin-right: 30px;
text-align: center;
}
.hentry .post-body pre {
border: none;
border-top: 3px solid #777;
}

.post.hentry.uncustomized-post-template {
border-radius: 24px;
}
/*
* Enclosure link
*/
.enclosure {
max-width: 100%;
height: auto;
margin-bottom: 5px;
}
.videobox {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.videobox .enclosure.video,
.videobox object,
.videobox embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.yaw {
width: 100%;
max-width: 100%;
padding-bottom: 10px;
}
/*
* Post footer
*/
.post-footer {
background: #def4b3;
border-top: 1px solid #d9f094;
margin-top: 20px;
padding: 20px;
margin-left: -20px;
margin-right: -20px;
position: relative;
font: normal 12px/1.6em 'arial', georgia, serif;
border-radius: 24px;
}
.post-footer a {
text-decoration: none;
}
.post-footer .reblog {
position: absolute;
top: 20px;
right: 20px;
color: #fff;
font-weight: bold;
font-size: 12px;
text-shadow: 1px 1px 0 #75a43b;
padding: 5px 10px;
display: inline;
border: 1px solid #69963b;
background: #7cc237;
border-radius: 2px;
background: -webkit-gradient(linear, left top, left bottom, from(#afd95b), to(#7cc237));
background: -webkit-linear-gradient(top, #afd95b, #7cc237);
background: -moz-linear-gradient(top, #afd95b, #7cc237);
background: -ms-linear-gradient(top, #afd95b, #7cc237);
background: -o-linear-gradient(top, #afd95b, #7cc237);
box-shadow: inset 0 1px 0 #d0e8a0;
-webkit-box-shadow: inset 0 1px 0 #d0e8a0;
-moz-box-shadow: inset 0 1px 0 #d0e8a0;
-o-box-shadow: inset 0 1px 0 #d0e8a0;
}
.post-footer .reblog:hover {
color: #fff;
background: #7cc62b;
background: -webkit-gradient(linear, left top, left bottom, from(#b5e261), to(#7cc62b));
background: -webkit-linear-gradient(top, #b5e261, #7cc62b);
background: -moz-linear-gradient(top, #b5e261, #7cc62b);
background: -ms-linear-gradient(top, #b5e261, #7cc62b);
background: -o-linear-gradient(top, #b5e261, #7cc62b);
}
/*
* Page navigation
*/
.blog-pager {
clear: both;
padding: 10px 0 10px;
display: flex;
}
.home-link-div {
flex-grow: 1;
}
.home-link-div a {
text-decoration: none;
display: inline;
font-weight: bold;
font-size: 12px;
padding: 10px 20px;
background: #fff;
border: 1px solid #c9c9c9;
box-shadow: 0 0 3px #d7d7d7;
border-radius: 3px;
overflow: hidden;
}
/*------------------------------------------------------
Comments
------------------------------------------------------*/
.comments {
margin-top: 40px;
background: #fff;
padding: 20px 20px 0;
border: 1px solid #ddd;
font-size: 12px;
line-height: 1.6em;
box-shadow: 0 0 3px #ddd;
}
.comments a {
text-decoration: none;
}
.comments h4 {
font: normal normal 24px 'Patua One', Oswald;
font-size: 17px;
text-transform: uppercase;
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}
.comment-header {
padding-bottom: 10px;
}
.comment-header .blog-author a {
font: normal normal 24px 'Patua One', Oswald;
font-size: 18px;
margin: 0!important;
color:#222;
font-weight:normal;
text-decoration:none;
}
.comment-thread li .comment-block {
border-bottom:1px dotted #ddd;
padding-bottom:10px;
font-size: 14px;
}
.comments .datetime {
display: block;
padding: 0;
margin: 0 !important;
font-size: 12px;
}
.comment-actions a {
font-size: 12px;
}
/*------------------------------------------------------
Widget Area
------------------------------------------------------*/
.footer-wrapper {
border-top: 5px solid #ddd;
background: #939f5c;
padding: 40px 0 30px;
width: 100%;
color: #ddd;
font-size: 12px;
line-height: 1.6em;
display: none;
}
.footer-widget .grid {
margin-right: -7%;
}
.footer{
display:flex;
justify-content: center;
align-content: center;
}
.footer-element {
flex-grow: 1;
}
.grid {
display: flex;
}
.grid .sidebar {
width: 26.333333333333333333333333333333%;
margin: 0 7% 0 0;
display: flex;
flex-grow: 1;
justify-content: center;
align-content: center;
}
/*
* sidebar
*/
.sidebar h2 {
font: normal normal 14px/1.6em 'Patua One', Helvetica, Arial;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 10px;
padding-bottom: 10px;
}
.sidebar img {
max-width: 100%;
height: auto;
}
.sidebar p {
margin-bottom: 20px;
}
.sidebar .widget {
margin-bottom: 30px;
}
.sidebar .widget a {
color: #fff;
text-decoration: none;
}
.sidebar .widget a:hover {
text-decoration: underline;
}
.sidebar .widget blockquote {
margin-bottom:20px;
font-style:italic;
}
.sidebar ul {
margin-bottom: 20px;
}
.sidebar .widget ul li {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #777;
}
/*------------------------------------------------------
Credit
------------------------------------------------------*/
footer.credit {
border-top: 1px dashed #444;
background-color: #939f5c;
background-image: url(//4.bp.blogspot.com/--IyFdlRN9QQ/USgCf79KCsI/AAAAAAAAAGQ/8miGpNIJhEY/s000/header.png);
background-repeat: no-repeat;
background-position: center center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 20px 0;
text-align: center;
color: #fff;
}
.credit a, .credit a:visited {
color: #fff;
}
.credit a:hover {
color: #ddd
}

.jBox-wrapper{
  width: 90vw;
  height: 90vh;
}

.active{
color: #d16014 !important;
}

