/*======================================
   Start Shop Blog CSS
========================================*/
.shop-blog.grid .shop-single-blog {
    margin-top: 30px;
}

.shop-single-blog {
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: var(--shadow-3);
}

.shop-single-blog:hover {
    box-shadow: 0px 10px 10px #0000000a;
}

.shop-single-blog .image {
    overflow: hidden;
    height: 180px;
}
.shop-single-blog .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-single-blog img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-single-blog:hover img {
    transform: scale(1.1);
}

.shop-single-blog .content {
    padding: 30px;
}
.shop-single-blog .content .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.shop-single-blog .content .title a {
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}
.shop-single-blog .content .title:hover a {
    color: var(--primary);
}
.shop-single-blog .content .text {
    margin-top: 15px;
    height: 50px;
}

.shop-single-blog .content .date {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--primary);
}

.shop-single-blog .content .button .btn {
    padding: 13px 25px;
}

.shop-single-blog .content .more-btn:hover {
    color: var(--primary);
}

.shop-single-blog .content .button {
    margin-top: 25px;
}

.shop-blog.blog-archive {
    padding: 70px 0 100px;
}
.shop-blog.blog-archive .shop-single-blog {
    margin-top: 30px;
}
.blog-middle-image {
    margin: 20px 0;
}
/* Sidebar */
/* News sidebar */
.sidebar .widget {
    padding: 20px;
    background-color: #fff;
}
.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.sidebar .widget .widget-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--primary);
    content: "";
}
.sidebar .widget.about-author-widget .author-box {
    font-size: 14px;
    text-align: center;
}
.sidebar .widget.about-author-widget .author-box h6 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.sidebar .widget.about-author-widget .author-box .social-icon {
    justify-content: center;
    margin-top: 20px;
}
.sidebar .widget.about-author-widget .author-box .social-icon li {
    display: inline-block;
    margin: 0 5px;
}
.sidebar .widget.about-author-widget .author-box .social-icon li a {
    color: #00a347;
    border: 1px solid;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    image-orientation: 25px;
    line-height: 30px;
    padding: 0;
}
.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
    background: var(--primary);
    color: #fff;
    border-color: trasparent;
}
.sidebar .widget.search-widget form {
    position: relative;
}
.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: #f3f5f7;
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 80px;
    font-size: 14px;
    font-weight: 400;
}
.sidebar .widget.search-widget form input::placeholder {
    color: #181e4e;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: var(--primary);
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    color: #fff;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #181e4e;
    color: #fff;
}
.sidebar .widget.popular-feeds .single-popular-feed {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    align-items: center;
}
.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
    width: 80px;
    margin-right: 15px;
    border-radius: 50%;
    height: 80px;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
    width: calc(100% - 95px);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 16px;
    font-weight: 600;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: var(--primary);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .price {
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .price > i {
    margin-right: 4px;
}
.categories-widget ul li {
    margin-bottom: 10px;
}
.categories-widget ul li:last-child {
    margin-bottom: 0;
}
.categories-widget ul li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: #f3f5f7;
    display: block;
    position: relative;
    line-height: 50px;
    color: #181e4e;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
}
.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--black);
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
.categories-widget ul li a:hover {
    background-color: var(--primary);
    color: #fff;
}
.categories-widget ul li a:hover span {
    background-color: var(--secondary);
}
.sidebar .widget.social-widget ul li {
    display: inline-block;
    margin-right: 10px;
}
.sidebar .widget.social-widget ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #f3f5f7;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sidebar .widget.social-widget ul li a:hover {
    background-color: var(--primary);
    color: #fff;
}
.sidebar .widget.twitter-feed-widget ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    line-height: 1.9;
}
.sidebar .widget.twitter-feed-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.twitter-feed-widget ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ed7a";
    font-family: icofont;
    font-size: 14px;
    color: var(--primary);
    display: block;
    background-color: transparent;
}
.sidebar .widget.twitter-feed-widget ul li .date {
    margin-top: 10px;
    font-weight: 600;
    display: flex;
    font-size: 14px;
}
.sidebar .widget.twitter-feed-widget ul li a:hover {
    color: var(--primary);
}
.sidebar .widget.instagram-feed-widget {
    padding-bottom: 25px;
}
.sidebar .widget.instagram-feed-widget ul {
    margin-right: -15px;
}
.sidebar .widget.instagram-feed-widget ul li {
    width: calc(33.33% - 15px);
    margin-bottom: 15px;
    margin-right: 15px;
}
.sidebar .widget.popular-tag-widget {
    padding-bottom: 30px;
}
.popular-tag-widget .tags > a {
    display: inline-flex;
    justify-content: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: var(--primary);
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.popular-tag-widget .tags > a:hover {
    background-color: #181e4e;
    color: #fff;
}

.post-details {
    background-color: #fff;
    padding: 40px;
}
.post-details .post-title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 32px;
}
.post-details .post-title a {
    font-size: 30px;
    font-weight: 700;
}
.post-details .post-title a:hover {
    color: var(--primary);
}
ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 3px;
}
.post-details .post-meta li a:hover {
    color: var(--primary);
}
.post-details p {
    font-size: 15px;
    margin-bottom: 20px;
}
.post-details h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}
.post-details p:last-child {
    margin-bottom: 0;
}
.bg-blue {
    background-color: var(--primary);
}
.blog-middle-image {
    overflow: hidden;
    width: 100%;
}
.blog-middle-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-middle-image:hover img {
    transform: scale(1.1);
}
blockquote {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding: 50px;
    z-index: 1;
}
blockquote h3 {
    font-weight: 700;
    font-size: 22px;
    font-size: 27px !important;
    line-height: 32px;
    margin: 0 !important;
    color: #fff;
}
blockquote cite {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 15px;
    display: inline-block;
}
blockquote:before {
    content: "\efcd";
    font-family: icofont;
    font-weight: 900;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 45px;
    color: #fff;
    font-size: 180px;
    line-height: 0.8;
    opacity: 0.1;
}
.post-details .list {
    margin-bottom: 30px;
}
.post-details .list li {
    color: #888;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    display: block;
    margin-bottom: 8px;
}
.post-details .list li:last-child {
    margin: 0;
}
.post-details .list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 7px;
    width: 7px;
    background: var(--primary);
    border-radius: 0;
    transform: rotate(45deg);
}
.popular-tag-widget .tag-title {
    margin-bottom: 20px;
    font-weight: 500;
}
.popular-tag-widget .tags > a {
    display: inline-flex;
    justify-content: center;
    padding: 4px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    background: var(--primary);
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
}
.post-tags-media .share-title {
    margin-bottom: 20px;
    font-weight: 500;
}
.post-details .post-tags-media .post-tags .tags a:hover {
    color: #fff;
    background-color: var(--primary);
}
.post-details .post-tags-media .post-social-media ul {
    justify-content: flex-end;
}
.post-details .post-tags-media .post-social-media ul > li > a {
    color: #b5becf;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-flex;
}
.detail-post-navigation .prev-post span,
.detail-post-navigation .next-post span {
    font-size: 14px;
    font-weight: 500;
    color: #var(--primary);
    display: block;
}
.detail-post-navigation .prev-post a,
.detail-post-navigation .next-post a {
    font-size: 26px;
    font-weight: 700;
}
.post-details .post-tags-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post-details .post-category li a {
    display: inline-flex;
    padding: 4px 30px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
.post-details .post-category li a:hover {
    background-color: #181e4e;
    color: #fff;
}
.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.post-details .post-meta li a {
    font-weight: 500;
}
.post-details .post-meta li a {
    color: var(--black);
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 5px;
    color: var(--primary);
}
.post-details > p {
    font-size: 16px;
}
.post-details .post-image {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
}
.post-details .post-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-details .post-image:hover img {
    transform: scale(1.1);
}
.post-details > ul > li {
    font-weight: 500;
}
.post-details .image-alignment.left {
    margin-right: 25px;
    margin-bottom: 0;
}
.post-details .post-tags-media .post-tags .tags a {
    color: #181e4e;
    background-color: #f3f5f7;
}
.post-details .post-tags-media .post-tags .tags a:hover {
    color: #fff;
    background-color: var(--primary);
}
.post-details .post-tags-media .post-social-media {
    text-align: right;
}
.post-details .post-tags-media .post-social-media ul {
    justify-content: flex-end;
}
.post-details .post-tags-media .post-social-media ul > li > a {
    color: #b5becf;
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 10px;
    display: inline-flex;
}
.post-details .post-tags-media .post-social-media ul > li > a:hover {
    color: var(--primary);
}
.detail-post-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.blog-single .detail-post-navigation {
    margin-bottom: 40px;
}
.detail-post-navigation .next-post {
    text-align: right;
}
.detail-post-navigation .prev-post span,
.detail-post-navigation .next-post span {
    font-size: 13px;
    font-weight: 500;
    color: #var(--primary);
    display: block;
}
.detail-post-navigation .prev-post {
    padding-left: 65px;
    position: relative;
}
.detail-post-navigation .prev-post i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #333;
    background: transparent;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    border-radius: 50%;
}
.detail-post-navigation .prev-post a:hover i {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
}
.detail-post-navigation .next-post {
    padding-right: 65px;
    position: relative;
}
.detail-post-navigation .next-post i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #333;
    background: transparent;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    border-radius: 50%;
}
.detail-post-navigation .next-post a:hover i {
    background: var(--primary);
    color: #fff;
    border-color: transparent;
}
.detail-post-navigation .prev-post a,
.detail-post-navigation .next-post a {
    font-size: 18px;
    font-weight: 700;
    color: #181e4e;
}
.detail-post-navigation .prev-post a:hover,
.detail-post-navigation .next-post a:hover {
    color: var(--primary);
}
.detail-post-navigation span.icon {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(0%, -50%);
}
.middle-image h4 {
    margin-bottom: 15px;
}
/* Related Post */
.related-post-title {
    margin: 0 !important;
    font-size: 25px;
    font-weight: 600;
    border-left: 4px solid #var(--primary);
    padding-left: 10px;
    padding-bottom: 5px;
    line-height: 28px;
}
.related-post .slide-item {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.related-post .title {
    line-height: 22px;
    margin-bottom: 15px;
}
.related-post .title a {
    color: #181e4e;
    font-weight: 600;
    font-size: 18px;
}
.related-post .title a:hover {
    color: var(--primary);
}
.related-post span {
    font-size: 13px;
    color: #var(--primary);
    font-weight: 500;
    padding-bottom: 4px;
    display: block;
}
.related-post .button .btn3 {
    padding: 10px 27px;
    background: var(--primary);
    color: #fff;
}
.related-post.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -34px;
    width: 100%;
}
.related-post.owl-carousel .owl-nav div {
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 0;
}
.related-post.owl-carousel .owl-nav div:hover {
    background: #181e4e;
    color: #fff;
}
.related-post.owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 45px;
}
.related-post.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}
.middle-image {
    margin-bottom: 20px;
}
.blog-middle-image img {
    width: 100%;
}
/*post author*/
.post-comments {
    margin-top: 30px;
}
.post-author {
    padding: 30px;
    background: #f3f5f7;
    display: flex;
    align-items: center;
}
.post-author .author-image {
    width: 180px;
    margin-right: 30px;
}
.post-author .author-content {
    width: calc(100% - 210px);
}
.post-author .author-content cite {
    color: #var(--primary);
    font-weight: 500;
    font-style: normal;
}
.post-author .author-big-title {
    font-size: 22px;
    border: none;
    padding: 0;
    margin-top: 0px;
}
/*comments*/
.comment-title {
    margin-bottom: 30px !important;
    font-size: 25px;
    font-weight: 600;
    border-left: 4px solid #var(--primary);
    padding-left: 10px;
    padding-bottom: 5px;
    line-height: 28px;
}
.comment-reply-title {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 25px;
    font-weight: 600;
    border-left: 4px solid #var(--primary);
    padding-left: 10px;
    padding-bottom: 5px;
    line-height: 28px;
}
.post-comments .comments-list li {
    padding-left: 130px;
    position: relative;
    font-size: 14px;
}
.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
}
.post-comments .comments-list li .comment-img img {
    max-width: 100px;
    max-height: 100px;
}
.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.post-comments .comments-list li .comment-desc .desc-top h6 .saved {
    color: #var(--primary);
    font-size: 14px;
    margin-left: 10px;
}
.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 13px;
    font-weight: 400;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    color: var(--black);
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: var(--primary);
}
.post-comments .comments-list li .comment-desc p {
    font-weight: 500;
    margin-bottom: 0;
}
.post-comments .comments-list li.children {
    margin-left: 130px;
}
.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
}
/*Comment form*/
.comment-form form {
    padding: 30px;
    background-color: #f3f5f7;
}
.comment-form form .form-box {
    position: relative;
}
.comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px;
}
.comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #181e4e;
    padding: 25px;
    padding-left: 30px;
    padding-right: 50px;
    font-weight: 500;
    height: 60px;
    margin-bottom: 30px;
}
.comment-form form .form-box textarea.form-control-custom {
    height: auto;
}
.comment-form form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #181e4e;
    font-weight: 500;
}
/*======================================
      End Blog CSS
  ========================================*/

/* Custom Css added by Rakesh */
.custom-height {
    height: 95%;
    position: relative;
}
/* .custom-btn {
    position: absolute;
    bottom: 20px;
} */
.custom-left {
    left: 19px;
}

/* .box-height {
    height: 200px;
} */

.custom-image-height {
    height: 261px;
}
/* .card-inner-height {
    height: 161px;
} */

.custom-addon-height {
    height: 210px;
}
