/* ============ Admin bar top css start ===========*/
.admin-bar .tp-header-area {
    margin-top: 32px;
}

.admin-bar .tp-header-area.header-sticky {
    margin-top: 32px !important;
}

@media only screen and (max-width: 782px) {
    .admin-bar .tp-header-area {
        margin-top: 46px;
    }

    .admin-bar .tp-header-area.header-sticky {
        margin-top: 46px !important;
    }
}

/*============ Admin bar top css end ===========*/

.tp-default-menu-last .menu-last ul.submenu {
    right: 0;
    left: auto;
}

.tp-default-menu-last .menu-last ul.submenu li a {
     display: flex;
}

.tp-default-menu-last .menu-last ul.submenu li ul.submenu {
       right: 100%;
    left: auto;
}
/* ====== blog css ========*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .tp-blog-details-area .mr-110,
    .tp-postbox-wrapper.mr-90 {
        margin-right: 40px;
    }

}

@media only screen and (max-width: 1200px) {
    .mr-110 {
        margin-right: 0px;
    }
}


.tp-offcanvas-2-wrapper .dropdown-arrow {
    display: none !important;
}


.tp-sidebar-widget.widget_search {
    border: none;
    padding: 0px;
}

.tp-sidebar-widget.widget_categories li {
    list-style: none;
    margin-bottom: 17px;
}

.tp-sidebar-widget.widget_categories ul li a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-grey-1);
    display: flex;
    justify-content: space-between;
}

.tp-sidebar-widget.widget_tag_cloud .tagcloud {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.tp-blog-details-area .wp-block-tag-cloud a,
div.tp-sidebar-widget.widget_tag_cloud a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 16px !important;
    color: var(--tp-grey-1);
    border-radius: 100px;
    background: var(--tp-common-white-2);
    padding: 4px 14px 5px;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.4s ease;
}

.tp-blog-details-area .wp-block-tag-cloud a:hover,
div.tp-sidebar-widget.widget_tag_cloud a:hover,
div.tp-blog-details-area .comment-reply-link:hover,
div.tp-postbox-wrapper .tp-blog-details-tag a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-black);
    border-color: var(--tp-theme-primary);
}

.tp-blog-details-tag a {
    color: var(--tp-grey-1);
    border: 1px solid #eee;
    border-radius: 100px;
    display: inline-block;
    padding: 11px 17px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.tp-blog-details-area .wp-block-tag-cloud a {
    margin-bottom: 5px;
    padding: 11px 17px;
    background: transparent;
    border: 1px solid #eee;
}

.tp-header-logo.tp-header-logo-spacing img {
    padding: 23px 0px;
}

@media only screen and (max-width: 1199px) {
    .tp-header-logo.tp-header-logo-spacing img {
        padding: 0px;
    }
}

.no-results-title {
    font-size: 40px;
}

.tp-service-item-bg {
    height: 100% !important;
}


.tp-blog-pagenation ul li a,
.tp-blog-pagenation ul li span {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-grey-1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-common-white-2);
    border-radius: 50%;
    border: none;
    text-decoration: none !important;
}

body .tp-blog-pagenation ul li a:hover,
body .tp-blog-pagenation ul li .current {
    background: var(--tp-theme-primary);
    color: var(--tp-white);
}

.tp-blog-pagenation ul li a.prev,
.tp-blog-pagenation ul li a.next {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    display: flex;
    align-items: center;
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    padding: 6px 17px;
    transition: all 0.4s ease;
    width: auto;
    text-decoration: none !important;
}

body .tp-pagination .tp-blog-pagenation ul li:not(:last-child) {
    margin-right: 0px;
}


/* ============ Blog Dark css =========== */
.aleric-dark .tp-postbox-wrapper h2,
.aleric-dark .tp-postbox-wrapper h5,
.aleric-dark .tp-postbox-wrapper h2,
.aleric-dark .tp-postbox-wrapper h3 {
    color: var(--tp-common-white);
}

.aleric-dark .tp-postbox-wrapper p,
.aleric-dark .tp-postbox-wrapper li {
    color: var(--tp-grey-2);
    font-size: 18px;
}

.aleric-dark .tp-postbox-wrapper li b {
    margin-right: 5px;
}

.aleric-dark .tp-blog-details-tag a,
.aleric-dark .tp-sidebar-widget.widget_tag_cloud a {
    color: var(--tp-grey-2);
    border: 1px solid var(--tp-border-3);
    background: transparent;
}

.aleric-dark .tp-blog-details-tag a:hover,
.aleric-dark .tp-sidebar-widget.widget_tag_cloud a:hover {
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
}

.aleric-dark .tp-sidebar-widget.widget_categories ul li a {
    color: var(--tp-grey-2);
}

.aleric-dark .tp-sidebar-widget.widget_categories ul li a:hover {
    color: var(--tp-common-white);
}

.aleric-dark span.tp-sidebar-rc-border.d-block.mt-5 svg,
.aleric-dark span.tp-sidebar-rc-border.d-block.mt-5 path {
    fill: rgba(255, 255, 255, 0.1);
}


.pulse-btn {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 20px;
    color: var(--tp-grey-5);
    border-radius: 50px;
    padding: 8px 21px;
    background: var(--tp-common-black-1);
    display: inline-block;
    z-index: 1;
    top: 100px;
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;

}
.tp-blog-details-social ul li a {
    text-decoration: none;
}
.tp-faq-wrap .tp-faq-active .accordion-btn{
    padding-left: 0px;
}
.tp-hero-social a:hover i {
    color: #fff;
}

.aleric-dark p.logged-in-as a {
    color: var(--tp-grey-2);
    transition: all 0.4s ease;

    &:hover {
        color: var(--tp-theme-primary);
    }
}

/* .bypostauthor {
	border-left: 3px solid #ddd;
	padding-left: 10px;
} */

.tp-main-menu-mobile .tp-menu-close .far {
    font-weight: bold !important;
}