/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html,body{
-webkit-font-smoothing: antialiased;
}
body{
    line-height: 1.63;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.vlog-sidebar{
    font-size: 14px;
    line-height: 1.57;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 20px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 20px;
}

h1,
.h1 {
  line-height: 1.29;
}
h2,
.h2 {
    line-height: 1.25;
}
h3,
.h3 {
    line-height: 1.4;
}
h4,
.h4 {
    line-height: 1.44;
}
h5,
.h5 {
  line-height: 1.35;
}
h6,
.h6 {
  line-height: 1.43;
}
.h7{
  line-height: 1.46;
}


p {
  margin: 0 0 24px;
}
.entry-title{
    margin-bottom: 0;
}

blockquote{
    border-left: 3px solid;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 30px;
    margin: 36px 0;
    position: relative;
}

.vlog-highlight  h1,.vlog-highlight  h2,.vlog-highlight  h3, .vlog-highlight h4, .vlog-highlight h5, .vlog-highlight h6, .vlog-highlight .vlog-comments .url,.vlog-highlight  .rsswidget:hover{
  color: inherit;
}
.entry-content-single,
.vlog-comments .comment-content{
  ul ul, ol ul, ul ol, ol ol{
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.entry-headline.h4{
  line-height: 1.44;
}
td{
  word-break: break-all;
}