/*
Theme Name: credit
Theme URI: https://credit.com
Author: credit
Author URI: http://rana90.xyz
Description: This is full functional site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: credit
*/

/* main menu */
ul.menu li {
	position: relative;
}

/* breadcrumb area */
ol.breadcrumb .current-item {
    color      : #ffbb38;
    font-size  : 16px;
    font-weight: 600;
}
ol.breadcrumb a.breadcrumb-home,
ol.breadcrumb a.category {
  color      : #fff;
  font-weight: 600;
  transition: 0.5s;
}
ol.breadcrumb a.breadcrumb-home:hover,
ol.breadcrumb a.category:hover {
  color: #ffbb38;
}

/* blog featured thumbnail */
.top-category-widget-area img.content-image.wp-post-image {
    height: 214px;
}
.top-category-widget-area .single-cat-widget:hover .overlay-bg {
    background: linear-gradient(to right, #003679 25%, #ffbb38);
}
.top-category-widget-area .single-cat-widget:hover a .content-details p {
    color: #fff;
}

/* news area */
.news-area .single-blog-area .blog-thumbnail a img {
  max-height: 356px;
  width: 100%;
}

.single-news-area .news-thumbnail img {
    width: 129.5px;
    max-height: 112.66px;
}

/* Comment css */
.comment_area .comment.thread-even,
.comment_area .comment.thread-odd {
  margin-bottom: 30px;
  border: 1px solid red;
}
.comment_area .comment.thread-odd {
  border: 1px solid green;
}
.comment_area .children .comment.even,
.comment_area .children .comment.odd {
    margin-left: 50px;
    margin-top: 30px;
    border: 1px dotted blue;
}



/* footer widget area */
.single-footer-widget .single-latest-news-area .news-thumbnail img {
    max-width: 63.75px;
    height: 63.75px;
}


/* wp default css classes */
.wp-caption,
.wp-caption-text,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {}




/* ========= */
/* footer.comment-meta {
    margin-bottom: 15px;
}

footer.comment-meta a {
    color: #333;
}

.comment-author.vcard {
    position: relative;
    padding-left: 87px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    border: 2px solid #FFBB38;
}

.comment-metadata {
    margin-left: 87px;
}

.comment-content {
    margin-left: 87px;
}

ol.comment-list li ol.children {
    padding-left: 50px;
}

ol.comment-list li.comment {
    margin-bottom: 20px;
}

article.comment-body {
    margin-bottom: 20px;
    border: 1px solid #FFBB38;
    padding: 13px;
    position: relative;
    box-shadow: 0 2px 5px 0px #ddd;
}

.reply {
    position: absolute;
    right: 40px;
    top: 26px;
}

a.comment-reply-link {
    background: #FFBB38;
    color: #fff;
    padding: 7px 23px;
    border-radius: 3px;
    transition: .3s;
}

.comment-reply-link:hover {
    background: #003679;
}

footer.comment-meta .says {
    display: none;
}

.comment-metadata a time {
    color: #9F9F9F;
    font-size: 14px;
}

.comment-content p {
    font-size: 15px;
    font-weight: 600;
    color: #b5afaf;
}


.comment-reply-title a {
  font-size: 16px;
  color: #A29E9E;
}
.comment-reply-title small a {
  font-size: 20px;
  color: #FFBB38;
  transition: .3s;
}
.comment-reply-title small a:hover {
  color: #003679;
} */