/*sidebar categories display*/
.sidebar .block.block-blog-categories{
    display: block !important;
}
/*sidebar categories display*/

/*post under image details style*/
.amblog-index-post .post-item-info .post-info {
    padding: 16px 0 10px;
    border-bottom: 1px dotted #d8d8d8;
    color: #a1a1a1;
}

.amblog-index-post .post-item-info .post-info a {
    color: #222;
    font-weight: unset;
}

.amblog-index-post .post-item-info .post-info a:hover {
    color: #56cfe1;
}

.amblog-index-post .post-item-info .post-info > div {
    display: inline-block;
    margin-right: 26px;
}

.amblog-index-post .post-item-info .post-info > div .fa {
    margin-right: 10px;
    color: #8a8a8a;
}
/*post under image details style*/

/*post content margin*/
.amblog-index-post .post-item-info .post-short-description {
    margin-bottom: 0;
    margin-top: 30px;
}
/*post content margin*/

/*post comments title style*/
.amblog-index-post .post-comments .title-comment-content {
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
/*post comments title style*/

/*prev-next buttons in post page*/
.amblog-index-post .amblog-navigation-container {
    display: table;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 32px;
}

.amblog-index-post .amblog-navigation-container .amblog-navigation {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    padding: 23px 15px;
    font-size: 15px;
}

.amblog-index-post .amblog-navigation-container .amblog-navigation.-next {
    text-align: right;
    padding-right: 15px;
}

.amblog-index-post .amblog-navigation-container .amblog-navigation a:after {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 21px;
}

.amblog-index-post .amblog-navigation-container .amblog-navigation.-next a:after {
    content: "\f0da";
    left: auto;
    right: 0;
}
/*prev-next buttons in post page*/

/*comment count display change from flex*/
.comment-link .amblog-wrap {
    display: inline-block;
}

.comment-link .amblog-svg.comment{
    display: none;
}
/*comment count display change from flex*/

/*comment title margin*/
.amblog-index-post .post-comments {
    margin-top: 65px;
    margin-bottom: 35px;
}
/*comment title margin*/

/*comment messages style*/
.amblog-index-post .post-comments .item {
    padding: 18px 28px 16px;
    background: #f8f8f8;
    margin-bottom: 28px;
    color: #8e8e8e;
}

.amblog-index-post .post-comments .item .info {
    margin-bottom: 7px;
    color: #2a2a2a;
    font-size: 14px;
}

.amblog-index-post .post-comments .item .info .name {
    font-weight: 600;
    margin-right: 38px;
}

.amblog-index-post .post-comments .item .sub-title {
    font-style: italic;
    margin-bottom: 0;
}
/*comment messages style*/

/*fixing comment form display*/
.amblog-index-post .post-comments .amblog-secondary-title {
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 2px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.amblog-index-post .post-comments .amblog-head-note {
    font-style: italic;
    margin-bottom: 30px;
    font-family: "Libre Baskerville";
}

.amblog-index-post .post-comments .amblog-form-head {
    margin-bottom: 30px;
}

.amblog-index-post .post-comments .amblog-form-comment {
    padding: 0;
}

.amblog-index-post textarea, textarea.form-control, textarea.input-text {
    height: auto !important;
    background: #fff !important;
}

.amblog-index-post input[type="text"]{
    background: #fff !important;
    color: #878787 !important;
}

.amblog-form-comment .amblog-customer {
    display: -webkit-box !important;
}

.amblog-form-comment .amblog-wrapper {
    margin: unset !important;
    width: 50% !important;
}

.amblog-form-comment .amblog-wrapper:first-child {
    padding: 0 20px 0 0;
}

.amblog-btn {
    color: #fff;
    border: 2px solid #222;
    background-color: #222 !important;
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    height: 40px;
    padding: 0 35px !important;
    line-height: 36px;
    font-family: "FlexoW01-Regular" !important;
}
/*fixing comment form display*/

.amblog-pager-container .amblog-link{
    background: #000000 !important;
}

.amblog-pager-container .amblog-link.-disabled{
    background: #c4c4c4 !important;
}

@media screen and (min-width: 1170px){
    /*list and post desktop width and margin*/
    .amblog-index-index .blog-list, .amblog-index-post .post-item-info {
        width: 80%;
        margin: 0 auto;
    }
    /*list and post desktop width and margin*/
}

.amblog-pager-container {
    margin: 20px auto 50px;
}
.amblog-pager-container .amblog-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.amblog-pager-container .amblog-link {
    border-radius: 50%;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}
.amblog-pager-container .amblog-link:before,
.amblog-pager-container .amblog-link:after {
    background: #fff;
    content: '';
    height: 2px;
    position: absolute;
    width: 12px;
}
.amblog-pager-container .amblog-link:before {
    left: 13px;
    top: 13px;
    transform: rotate(45deg);
}
.amblog-pager-container .amblog-link:after {
    left: 13px;
    top: 20px;
    transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:before {
    left: 10px;
    transform: rotate(-45deg);
}
.amblog-pager-container .amblog-link.-new:after {
    left: 10px;
    transform: rotate(45deg);
}
.amblog-pager-container .amblog-link.-disabled {
    background: #c4c4c4;
    cursor: auto;
    pointer-events: none;
}
.amblog-pager-container .amblog-pagination {
    font-size: 16px;
    color: #333;
}
@media screen and (min-width: 768px) {
    .amblog-pager-container {
        width: 290px;
    }
}
