/****************************/
/* Theme name  : Brave      */
/* Author name : Ashok      */
/****************************/
/* General */
body {
    color: #666666;
    font-size: 13px;
    line-height: 28px;
    background: #fff;
    font-family: "Lucida Sans Unicode", "Lucida Grande", 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 2px 0px;
    padding: 0px;
}

h1 {
    font-size: 30px;
    line-height: 45px;
}

h2 {
    font-size: 25px;
    line-height: 40px;
}

h3 {
    font-size: 22px;
    line-height: 37px;
}

h4 {
    font-size: 18px;
    line-height: 33px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}

h6 {
    font-size: 13px;
    line-height: 28px;
}


p {
    margin: 2px 0px;
    padding: 0px;
    margin-bottom: 5px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

::selection {
    color: #fff;
}

::-moz-selection {
    color: #fff;
}

hr {
    margin: 20px 0px;
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #eee;
}


/* Blog */
.blog-meta {
    margin: 10px 0px;
    padding: 5px 10px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #fcfcfc;
}

.blog-meta a {
    color: #888;
    font-size: 12px;
}

.blog-meta a:hover {
    color: #555;
}

.blog-author .blog-author-img {
    max-width: 100px;
    float: left;
    margin-right: 15px;
}

/* Blog comments */
.blog-comments .blog-comment-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-comments .blog-comment-item.comment-reply {
    margin-left: 75px;
}

.blog-comments .comment-author-image {
    float: left;
    max-width: 60px;
}

.blog-comments .comment-details {
    margin-left: 75px;
}

/* Blog one */
.blog-one .blog-one-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-one .blog-one-img {
    max-width: 220px;
    float: left;
    margin-bottom: 5px;
}

.blog-one .blog-one-img img {
    margin-top: 5px;
}

.blog-one .blog-one-content {
    position: relative;
    margin-left: 235px;
}

.blog-one .blog-one-content h6 {
    color: #aaa;
    font-weight: 400;
}
/* Blog two */
.blog-two .blog-two-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.blog-two .blog-two-img {
    margin-bottom: 10px;
}

.blog-two .blog-two-video {
    margin-bottom: 10px;
}

.blog-two .blog-two-content h6 {
    color: #aaa;
    font-weight: 400;
}