.qodef-blog-holder{

	article {
		padding-bottom: 14px;
		margin-bottom: 50px;

		.qodef-post-image {
			margin-bottom: 52px;
			img {
				vertical-align: middle;
			}
		}

		.qodef-post-excerpt{
            margin: 0 0 13px;
		}

		.qodef-post-title {
			margin-bottom: 10px;
		}

		&.sticky {
			.qodef-post-title a {
				color: $first-main-color;
			}
		}

		.qodef-post-info{
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            letter-spacing: 0.7px;

            &.qodef-section-top {
                margin-bottom: 8px;
                > div {
                    display: inline-block;
                    position: relative;
                    padding-right: 20px;
                    margin-left: 1px;
                }

                > div:after {
                    content: "/";
                    position: absolute;
                    right: 5px;
                    top: 0;
                    color: $default-heading-color;
                }

                > div:first-child {
                    margin-left: 0;
                }

                > div:last-child:after {
                    content: "";
                }

                div span {
                    color: #000;
                }
                .qodef-post-info-category {
                    a {
                        color: #969696;
                    }
                }
            }

            &.qodef-section-bottom {
                border-top: 1px solid #dadada;
                padding-top: 17px;

                .qodef-section-bottom-left,
                .qodef-section-bottom-right {
                    display: inline-block;
                    float: left;
                    width: 50%;
                    position: relative;
                    line-height: 27px;
                }

                .qodef-section-bottom-right {
                    > div {
                        margin-left: 17px;
                    }

                    > div:first-child {
                        margin-left: 0;
                    }
                }

                .qodef-post-info-author {
                    display: inline-block;
                    letter-spacing: 0.7px;
                    .qodef-post-info-author-by {
                        color: #000;
                    }
                    a {
                        text-transform: capitalize;
                        color: #000;
                        letter-spacing: 0.7px;
                        &:hover {
                            color: $first-main-color;
                        }
                    }
                }

                .qodef-section-bottom-right {
                    text-align: right;
                }

                .qodef-post-info-comments-holder,
                .qodef-blog-like {
                    display: inline-block;

                    a {
                        display: inline-block;

                        span,
                        i {
                            color: #000;
                        }
                    }
                }

                .qodef-blog-like {
                    i:first-child,
                    span:first-child {
                        @include qodefTransition(color 0.15s ease-out);
                        margin-right: 7px;
                        color: #c4c3c3;
                        top: 2px;
                        position: relative;
                    }

                    &:hover {
                        i:first-child,
                        span:first-child {
                            color: $first-main-color;
                        }
                    }
                }

                .qodef-post-info-comments-holder {
                    span:first-child {
                        @include qodefTransition(color 0.15s ease-out);
                        margin-right: 5px;
                        color: #c4c3c3;
                        top: 2px;
                        position: relative;
                    }
                    &:hover {
                        span:first-child {
                            color: $first-main-color;
                        }
                    }
                }

                &.qodef-no-info-share {
                    .qodef-post-info-author {
                        position: initial;
                        margin-left: 0;
                    }
                }

                &.qodef-no-info-left {
                    .qodef-section-bottom-right {
                        width: 100%;
                    }
                }
            }

		}

		&.format-quote,
		&.format-link{
			.qodef-post-text{
                background-color: $first-main-color;
				padding: 50px 53px;
			}

            .qodef-post-text-holder {
                @include qodefTableLayout;
            }

            .qodef-post-mark{
                @include qodefTableCellLayout;
                width: 50px;
                vertical-align: top;
                text-align: left;

                .qodef-link-mark{
                    padding-top: 5px;
                    font-size: 36px;
                    color: #000;
                }

                .qodef-quote-mark{
                    padding-top: 0px;
                    font-size: 36px;
                    color: #000;
                }
            }

            .qodef-post-info {
                .qodef-social-share-holder.qodef-list {
                    li a span{
                        color: #fff;
                       &:hover {
                         color: #000;
                         background-color: #fff;
                       }
                    }
                }
            }

            .qodef-post-title {
                margin-bottom: 10px;
                font-weight: 400;
                a {
                    color: #000;
                }
            }
            .qodef-post-author {
                font-size: 14px;
                font-weight: 700;
                color: #000000;
                display: inline-block;
                margin-bottom: 23px;
                line-height: 20px;
                letter-spacing: 0.7px;
            }

            .qodef-post-text-main {
                @include qodefTableLayout;
                text-align: left;
            }
		}

        &.format-audio {
            .qodef-post-image {
                margin-bottom: 0;
            }
            .qodef-blog-audio-holder {
                margin-bottom: 52px;
            }
        }

        .qodef-single-links-pages {
            margin: 20px 0;
            text-align: center;

            .qodef-single-links-pages-inner {
                > a,
                > span {
                    position: relative;
                    display: inline-block;
                    vertical-align: middle;
                    text-decoration: none;
                    cursor: pointer;
                    white-space: nowrap;
                    font-size: 16px;
                    font-weight: 600;
                    color: #444;
                    margin: 0 10px;
                    &:after {
                        content: "";
                        position: absolute;
                        border-bottom: 2px solid transparent;
                        display: inline-block;
                        width: 200%;
                        left: -25%;
                        bottom: -4px;
                        transform: translateX(-12%);
                        -webkit-transition: border-color 0.15s ease-out;
                        -moz-transition: border-color 0.15s ease-out;
                        transition: border-color 0.15s ease-out;
                    }
                }

                > span,
                > a:hover {
                    color: #bdbdbd;
                    &:after {
                        border-color: #bdbdbd;
                    }
                }
            }
        }

	}

}

.qodef-filter-blog-holder {

	text-align: center;
	margin-bottom: 30px;

	li {
		display:inline-block;
		padding: 0 8px;
		cursor: pointer;
		font-size: 15px;

		&.qodef-active{
			color: $first-main-color;
		}
	}
}
.qodef-load-more-ajax-pagination {
    text-align:center;
    clear:both;

    .qodef-btn {
        margin: 50px 0;
    }
}
