/*
=============================================
			SINGLE BLOG PAGE
=============================================
*/
.kode-single-blog {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-single-blog:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.kode-single-blog figure {
    float: left;
    width: 100%;
    background-color: #000;
    position: relative;
}

.kode-single-blog figure a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f067";
    position: absolute;
    font-size: 29px;
    color: #fff;
    text-align: center;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -11px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-single-blog:hover figure a:before {
    opacity: 1
}

.kode-single-blog figure img {
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-single-blog:hover figure img {
    opacity: 0.2
}

.kode-single-blog .kode-text {
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.kode-single-blog .kode-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 24px 0px 6px 0px;
}

.kode-single-blog .kode-text p {
    text-transform: uppercase;
}

.kode-single-blog .kode-text .kode-date {
    float: right;
    background-color: #4a4750;
    font-size: 26px;
    color: #fff;
    width: 60px;
    text-align: center;
    margin: 0px 0px 0px 20px;
    padding: 20px 0 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.kode-single-blog:hover .kode-text .kode-date {
    background-color: #32B5F3;
}

.kode-single-blog .kode-text .kode-date span {
    float: left;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

/*
=============================================
               BLOG DETAIL
=============================================
*/

.kode-blog-detail {
    float: left;
    width: 100%;
}

.kode-blog-detail .kode-text, .kode-blog-detail .kode-thumb {
    float: left;
    width: 100%;
    position: relative;
}

.kode-blog-detail .kode-text {
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
    margin-bottom: 30px;
}

.kode-blog-detail .kode-thumb img {
    width: 100%;
}

.kode-blog-detail .kode-detail-meta {
    float: left;
    width: 100%;
    padding: 20px 0px 13px 0px;
}

.kode-comments .kode-text p,
.kode-blog-detail .kode-text p {
    line-height: 27px;
    text-align: justify;

}

.kode-blog-detail .kode-user {
    float: right;
    width: 50%;
}

.kode-blog-detail .kode-user img {
    width: 100%;
}

.kode-blog-detail .kode-user .user-thumb {
    float: right;
    height: 76px;
    width: 76px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 3px #48a7d4;
}

.kode-blog-detail .user-profile {
    padding: 15px 6px 0px 0px;
    float: right;

}

.kode-blog-detail .user-profile h4 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.kode-blog-detail .user-profile p {
    margin: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.kode-blog-detail .blog-meta {
    float: left;
}

.kode-blog-detail .blog-meta ul {
    float: left;
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    width: 100%;
}

.kode-blog-detail .blog-meta ul li {
    float: left;
    margin: 0px 5px;
}

.kode-blog-detail .blog-meta ul li i {
    margin: 0px 0px 0px 8px;
}

.kode-blog-detail .blog-meta ul li a {
    color: #666;
    text-decoration: none;
}

.kode-blog-detail .kode-text h2 {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #262626;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    text-overflow: ellipsis;
    margin: 0px 0px 10px 0px;
}

blockquote {
    background-color: #f6f6f6;
    padding: 30px 30px 33px 30px;
    font-weight: normal;
}

.kode-blog-detail .kode-blog-date {
    position: absolute;
    right: 0px;
    top: -65px;
    background-color: #32B5F3;
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    float: left;
    width: 100px;
}

.kode-blog-detail .kode-blog-date p {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    position: relative;
    padding: 0px 0px 5px 0px;
    margin: 0;

}

.kode-blog-detail .kode-blog-date p:before {
    content: "";
    height: 1px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -0px;
}

.kode-blog-detail .kode-blog-date p small {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    line-height: 21px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.post-next-previous {
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: #f0eeee;
    margin: 0px 0px 30px 0px;
}

.post-next-previous a.pull-left i {
    margin-right: 10px;

}

.post-next-previous a.pull-right i {
    margin-left: 10px;
}

.post-next-previous a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    padding: 10px 15px;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.post-next-previous a:hover {
    color: #fff;
    background-color: #32b5f3;
}

.post-next-previous i {
    font-size: 16px;
}

.kode-author-detail {
    float: left;
    width: 100%;
    padding: 20px;
    border: solid 1px #ccc;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.kode-author-detail h4 {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    font-weight: 700;
}

.kode-author-detail p {
    margin: 0px;
    line-height: 25px;
}

.kode-author-detail .kode-thumb {
    float: right;
    width: 80px;
}

.kode-author-detail .kode-thumb img {
    width: 100%;
}

.kode-author-detail .kode-text {
    padding: 0px 100px 0px 0px;
}

.kode-author-detail .kode-text h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px;
}

.kode-author-detail .social-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
}

.kode-author-detail .social-icon ul li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
}

/*
=============================================
				BLOG DETAIL
=============================================
*/
.kode-comments {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.kode-comments h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1;
    clear: none;
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    font-weight: 700;
}

.kode-comments ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.kode-comments ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.kode-comments ul li .kode-thumb {
    float: right;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.kode-comments ul li .kode-thumb img {
    width: 100%;
}

.kode-comments ul li .kode-text {
    padding: 0px 100px 0px 0px;
    position: relative;
}

.kode-comments ul li .kode-text h4 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.kode-comments ul li .kode-text p.designation {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
    text-align: justify;
}

/*
=============================================
				COMMENT FORM
=============================================
*/

textarea, input {
    outline: none;
}

.comment-form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.comment-form h2 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 1;
    clear: none;
    font-family: 'Open Sans', sans-serif;
    color: #262626;
    font-weight: 700;
}

.comment-form input[type="text"], .comment-form textarea {
    float: left;
    width: 100%;
    height: 40px;
    border: solid 1px #ccc;
    padding: 6px 10px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comment-form label {
    font-weight: normal;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100px;

}

.comment-form .input-container {
    text-align: center;
    margin-bottom: 0px;
}

.comment-form textarea {
    height: 300px;
}

.comment-form textarea:focus, .comment-form input[type="text"]:focus {
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.2) inset;
    background-color: #f4f4f4;
}

.comment-form button {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px;
    background-color: #32B5F3;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comment-form button:hover {
    background-color: #000;

}


