/*
|--------------------------------------------------------------------------
| CafePSD 1403 Child
| Blog Styles - LTR
|--------------------------------------------------------------------------
|
| Source:
| IranShop Blog Styles
|
| Bootstrap is loaded separately.
| This file is the main LTR stylesheet for the Blog.
| RTL overrides belong in blog-rtl.css.
|
*/

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
        url("../../fonts/IRANYekan/woff/IRANYekanX-Light.woff") format("woff"),
        url("../../fonts/IRANYekan/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        url("../../fonts/IRANYekan/woff/IRANYekanX-Regular.woff") format("woff"),
        url("../../fonts/IRANYekan/woff2/IRANYekanX-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
        url("../../fonts/IRANYekan/woff/IRANYekanX-Bold.woff") format("woff"),
        url("../../fonts/IRANYekan/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src:
        url("../../fonts/IRANYekan/woff/IRANYekanX-Black.woff") format("woff"),
        url("../../fonts/IRANYekan/woff2/IRANYekanX-Black.woff2") format("woff2");
}

@font-face {
    font-family: "IRANYekan";
    font-style: normal;
    font-weight: 950;
    font-display: swap;
    src:
        url("../../fonts/IRANYekan/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
        url("../../fonts/IRANYekan/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}


/* ==========================================================================
   Variables / Base
   ========================================================================== */

.cafepsd-blog {
    --cafemag-primary: #16acb7;
    --cafemag-primary-dark: #128f98;
    --cafemag-primary-light: #e8f8fa;

    --cafemag-secondary: #f8ae26;
    --cafemag-secondary-dark: #d89212;
    --cafemag-secondary-light: #fff5df;

    --cafemag-text: #1c1c1c;
    --cafemag-text-dark: #252525;
    --cafemag-text-darked: #2a2a2a;
    --cafemag-text-muted: #6f6f6f;
    --cafemag-text-light: #999999;

    --cafemag-border: #e1e1e1;
    --cafemag-border-light: #ebebeb;
    --cafemag-border-dark: #b2b2b2;

    --cafemag-bg: #ffffff;
    --cafemag-bg-soft: #f7f8f9;
    --cafemag-bg-muted: #f5f5f5;

    --cafemag-white: #ffffff;
    --cafemag-black: #000000;

    --cafemag-font: IRANYekan, Tahoma, FontAwesome, sans-serif;

    font-family: var(--cafemag-font);
}

.cafepsd-blog,
.cafepsd-blog *,
.cafepsd-blog *::before,
.cafepsd-blog *::after {
    box-sizing: border-box;
}

.cafepsd-blog img {
    max-width: 100%;
}

.cafepsd-blog a {
    transition: color 0.3s ease, background-color 0.3s ease,
                border-color 0.3s ease, opacity 0.3s ease;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

.cafepsd-blog .blog-pagination {
    width: 100%;
    padding-top: 10px;
    text-align: left;
}

.cafepsd-blog .blog-pagination ul.page-numbers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

.cafepsd-blog .blog-pagination ul.page-numbers li {
    display: inline-flex;

    margin: 0 16px 0 0;
    padding: 0;

    list-style: none;
}

.cafepsd-blog .blog-pagination ul.page-numbers li:last-child {
    margin-right: 0;
}

.cafepsd-blog .blog-pagination ul.page-numbers li .page-numbers {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    padding: 0;

    border: 1px solid var(--cafemag-border-dark);

    background: var(--cafemag-white);

    font-size: 14px;
    line-height: 28px;
    font-weight: 700;

    color: var(--cafemag-text-muted);

    text-align: center;
    text-decoration: none;

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.cafepsd-blog .blog-pagination ul.page-numbers li .page-numbers:hover,
.cafepsd-blog .blog-pagination ul.page-numbers li .page-numbers.current {
    background: var(--cafemag-primary);
    border-color: var(--cafemag-primary);

    color: var(--cafemag-white);
}

.cafepsd-blog .blog-pagination ul.page-numbers li .page-numbers:focus {
    outline: 2px solid var(--cafemag-primary-light);
    outline-offset: 2px;
}

.cafepsd-blog .blog-pagination ul.page-numbers li .page-numbers.next {
    font-size: 18px;
}

/* ==========================================================================
   Blog Posts
   ========================================================================== */

.cafepsd-blog .blog__item {
    position: relative;
    margin-bottom: 15px;
    background: var(--cafemag-bg);
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 45px;
}

.cafepsd-blog .blog__item__pic a {
    display: block;
    width: 100%;
}

.cafepsd-blog .blog__item__pic img {
    display: block;
    width: 100%;
    height: auto;
}

.cafepsd-blog .post__detail {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    display: inline-block;
    color: var(--cafemag-white);
}

.cafepsd-blog .post__cat,
.cafepsd-blog .post__format {
    display: inline-block;
    background: var(--cafemag-primary);
    font-size: 14px;
    padding: 7px;
}

.cafepsd-blog .post__cat {
    margin-right: 3px;
}

.cafepsd-blog .post__cat a,
.cafepsd-blog .post__format a {
    color: var(--cafemag-white);
}

.cafepsd-blog .post__cat a:hover,
.cafepsd-blog .post__format a:hover {
    color: var(--cafemag-white);
}

.cafepsd-blog .blog__item__text {
    padding: 25px 10px 10px;
    text-align: left;
}

.cafepsd-blog .blog__item__text ul {
    margin: 0 0 15px;
    padding: 0;
}

.cafepsd-blog .blog__item__text ul li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0;

    font-size: 16px;
    color: var(--cafemag-text-light);
    list-style: none;
}

.cafepsd-blog .blog__item__text ul li i {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__item__text h5 {
    margin-bottom: 12px;
}

.cafepsd-blog .blog__item__text h5 a {
    font-size: 18px;
    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .blog__item__text h5 a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__item__text p {
    margin-bottom: 25px;
    color: var(--cafemag-text-muted);
    line-height: 1.9;
}

.cafepsd-blog .blog__item__text .blog__btn {
    display: inline-block;

    padding: 14px 20px 12px;
    border: 1px solid var(--cafemag-border-dark);
    border-radius: 25px;

    font-size: 14px;
    color: var(--cafemag-text);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cafepsd-blog .blog__item__text .blog__btn:hover {
    border-color: var(--cafemag-primary);
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__item__text .blog__btn span {
    position: relative;
    top: 1px;
    margin-left: 5px;
    margin-right: 0;
}


/* ==========================================================================
   Blog Sidebar
   ========================================================================== */

.cafepsd-blog .blog__sidebar {
    padding-top: 50px;
    text-align: left;
}

.cafepsd-blog .blog__sidebar__search {
    margin-bottom: 50px;
}

.cafepsd-blog .blog__sidebar__search form {
    position: relative;
}

.cafepsd-blog .blog__sidebar__search form input {
    width: 100%;
    height: 46px;

    padding: 0 15px 0 50px;

    border: 1px solid var(--cafemag-border);
    border-radius: 20px;

    font-family: var(--cafemag-font);
    font-size: 16px;
    color: var(--cafemag-text-muted);

    direction: ltr;
    text-align: left;
}

.cafepsd-blog .blog__sidebar__search form input:focus {
    border-color: var(--cafemag-primary);
    outline: none;
}

.cafepsd-blog .blog__sidebar__search form button {
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    padding: 0 18px;

    border: none;
    background: transparent;

    font-size: 16px;
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__sidebar__search form button:hover {
    color: var(--cafemag-secondary);
}

.cafepsd-blog .blog__sidebar__item {
    margin-bottom: 50px;
}

.cafepsd-blog .blog__sidebar__item h4 {
    position: relative;
    margin-bottom: 25px;

    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .blog__sidebar__item h4::after {
    content: "";
    display: block;

    width: 40px;
    height: 3px;

    margin-top: 8px;

    background: var(--cafemag-primary);
}

.cafepsd-blog .blog__sidebar__item ul {
    margin: 0;
    padding: 0;
}

.cafepsd-blog .blog__sidebar__item ul li {
    list-style: none;
}

.cafepsd-blog .blog__sidebar__item ul li a {
    font-size: 16px;
    color: var(--cafemag-text-muted);
    line-height: 48px;
}

.cafepsd-blog .blog__sidebar__item ul li a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__sidebar__recent .blog__sidebar__recent__item {
    display: block;
}

.cafepsd-blog .blog__sidebar__recent__item {
    overflow: hidden;
    margin-bottom: 20px;
}

.cafepsd-blog .blog__sidebar__recent__item__pic {
    float: left;
    max-width: 90px;
    margin-right: 20px;
}

.cafepsd-blog .blog__sidebar__recent__item__pic img {
    display: block;
    width: 100%;
    height: auto;
}

.cafepsd-blog .blog__sidebar__recent__item__text {
    overflow: hidden;
}

.cafepsd-blog .blog__sidebar__recent__item__text h6 {
    margin-bottom: 5px;

    color: #333333;
    font-weight: 700;
    line-height: 20px;
}

.cafepsd-blog .blog__sidebar__recent__item__text h6 a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__sidebar__recent__item__text span {
    font-size: 12px;
    color: var(--cafemag-text-light);
    text-transform: uppercase;
}

.cafepsd-blog p.wp-block-tag-cloud {
    margin-bottom: 0;
}

.cafepsd-blog p.wp-block-tag-cloud a {
    display: inline-block;

    padding: 7px 26px 5px;
    margin-right: 6px;
    margin-left: 0;
    margin-bottom: 10px;

    background: var(--cafemag-bg-muted);

    font-size: 16px !important;
    color: var(--cafemag-text-muted);
}

.cafepsd-blog p.wp-block-tag-cloud a:hover {
    background: var(--cafemag-primary-light);
    color: var(--cafemag-primary);
}


/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.cafepsd-blog .breadcrumb-section {
    position: relative;

    display: flex;
    align-items: center;

    overflow: hidden;

    padding: 45px 0 40px;
    margin-bottom: 80px;
}

.cafepsd-blog .breadcrumb-section.bread_single_post {
    padding: 130px 0;
}

.cafepsd-blog .back__video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cafepsd-blog .back__video video {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cafepsd-blog .breadcrumb__text {
    position: relative;
    z-index: 1;
    color: var(--cafemag-white);
    text-align: center;
}

.cafepsd-blog .breadcrumb__text h2 {
    margin-bottom: 5px;

    font-size: 46px;
    color: var(--cafemag-white);
    font-weight: 700;
}

.cafepsd-blog .breadcrumb__text h2.post_title {
    margin-top: 10px;
    margin-bottom: 0;
}

.cafepsd-blog .breadcrumb__option * {
    color: var(--cafemag-white);
}

.cafepsd-blog .breadcrumb__option a {
    position: relative;

    display: inline-block;

    margin-left: 5px;
    margin-right: 0;

    font-size: 16px;
    color: var(--cafemag-white);
    font-weight: 700;
}

.cafepsd-blog .breadcrumb__option a:hover {
    color: var(--cafemag-secondary);
}

.cafepsd-blog .breadcrumb__option i {
    margin-left: 5px;
    margin-right: 0;
    color: var(--cafemag-secondary);
}

.cafepsd-blog .breadcrumb__option span {
    display: inline-block;
    font-size: 16px;
    color: var(--cafemag-white);
}

.cafepsd-blog .set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


/* ==========================================================================
   Blog Header
   ========================================================================== */

/*
 * Important:
 * The Blog header is isolated under .cafepsd-blog so the main
 * CafePSD WooCommerce header cannot change its display/layout.
 */

.cafepsd-blog .blog-header.header,
.cafepsd-blog header.blog-header {
    display: block;
    width: 100%;
    padding: 0;
}

.cafepsd-blog .blog-header .header__main,
.cafepsd-blog .blog-header .header__top,
.cafepsd-blog .blog-header .header__main .container {
    width: 100%;
}

.cafepsd-blog .header__top {
    display: none;
    background: var(--cafemag-bg-muted);
}

.cafepsd-blog .header__top__end,
.cafepsd-blog .header__top__start {
    text-align: center;
}

.cafepsd-blog .header__top__start,
.cafepsd-blog .header__top__end {
    padding: 5px 0;
}

.cafepsd-blog .header__top__start ul,
.cafepsd-blog .header__top__end ul {
    margin: 0;
    padding: 0;
}

.cafepsd-blog .header__top__start ul li {
    position: relative;

    display: inline-block;

    margin-right: 45px;
    margin-left: 0;

    font-size: 14px;
    color: var(--cafemag-text);
}

.cafepsd-blog .header__top__start ul li:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 1px;
    right: -25px;

    width: 1px;
    height: 20px;

    background: var(--cafemag-black);
    opacity: 0.1;
}

.cafepsd-blog .header__top__start ul li:last-child {
    margin-right: 0;
}

.cafepsd-blog .header__top__start ul li i {
    margin-left: 5px;
    margin-right: 0;
    color: var(--cafemag-primary);
}

.cafepsd-blog .header__top__end__social {
    position: relative;

    display: inline-block;

    margin-right: 35px;
}

.cafepsd-blog .header__top__end > div:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 1px;
    right: -20px;

    width: 1px;
    height: 20px;

    background: var(--cafemag-black);
    opacity: 0.1;
}

.cafepsd-blog .header__top__end__social a {
    display: inline-block;

    margin-right: 20px;

    font-size: 14px;
    color: var(--cafemag-text);
}

.cafepsd-blog .header__top__end__social a:last-child {
    margin-right: 0;
}

.cafepsd-blog .header__top__end__social a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .header__top__end__auth {
    display: inline-block;
}

.cafepsd-blog .header__top__end__auth a {
    display: block;
    font-size: 14px;
    color: var(--cafemag-text);
}

.cafepsd-blog .header__top__end__auth a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .header__top__end__auth a i {
    margin-left: 6px;
    margin-right: 0;
}


/* ==========================================================================
   Header Main
   ========================================================================== */

.cafepsd-blog .header__main .container {
    position: relative;
}

.cafepsd-blog .humberger__open {
    position: absolute;
    top: 22px;
    right: 15px;

    display: inline-block;

    width: 35px;
    height: 35px;

    border: 1px solid var(--cafemag-text);

    font-size: 22px;
    line-height: 33px;
    color: var(--cafemag-text);
    text-align: center;

    cursor: pointer;
}

.cafepsd-blog .humberger__open:hover {
    border-color: var(--cafemag-primary);
    color: var(--cafemag-primary);
}


/* ==========================================================================
   Blog Main Navigation
   ========================================================================== */

/*
|--------------------------------------------------------------------------
| Main Menu
|--------------------------------------------------------------------------
*/

.cafepsd-blog li.menu-item-has-children > a {
    position: relative;
}

.cafepsd-blog .category__menu > ul > li.menu-item-has-children > a::after {
    content: unset;
}
.cafepsd-blog .category__menu > ul > li.menu-item-has-children > a::before {
    content: "\f0c9";
    display: inline-block;
    position: absolute;
    left: 0;
}
.cafepsd-blog li.menu-item-has-children > a::after {
    content: "\f107";

    display: inline-block;

    position: absolute;
    right: 0;
}

.cafepsd-blog li.menu-item-has-children > a.active::after {
    content: "˄";
}

.cafepsd-blog #mobile-menu-wrap .slicknav_menu ul.sub-menu,
.cafepsd-blog #mobile-menu-wrap .slicknav_menu .category__menu li.cat-menu-li-first > ul {
    display: none;
}

.cafepsd-blog .header__logo {
    padding: 24px 0;
    text-align: left;
}

.header__logo a {
    font-size: 40px;
    font-weight: bold;
    color: var(--cafemag-primary-dark);
    color: var(--cafemag-text);
    color: var(--cafemag-text-dark);
}

.cafepsd-blog .header__logo img {
    width: 120px;
    height: auto;
}

.cafepsd-blog .header__menu .sub-menu > li,
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul > li {
    position: relative;

    display: block;

    width: 100%;

    margin: 0;
    padding: 0;
}

.cafepsd-blog .header__menu.category__menu, 
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul > li,
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first,
.cafepsd-blog .header__menu.category__menu > ul {
    position: static;
}

.cafepsd-blog .header__menu {
    display: none;
    /* width: 100%; */
    padding: 24px 0;
}

.cafepsd-blog nav.nav.header__menu ul {
    margin: 0;
    padding: 0;
}

.cafepsd-blog .header__menu ul li {
    position: relative;

    display: inline-block;

    list-style: none;
}

.cafepsd-blog .header__menu ul li:not(:last-child) {
    margin-right: 30px;
}

.cafepsd-blog .header__menu ul li a {
    display: block;
    padding: 20px 0;
    font-size: 14px;
    color: var(--cafemag-text-dark);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cafepsd-blog .header__menu > ul > li.menu-item-has-children a {
    padding-right: 15px;
}

.cafepsd-blog .header__menu ul li:hover > a,
.cafepsd-blog .header__menu ul li.active > a {
    color: var(--cafemag-primary);
}
.cafepsd-blog .header__menu ul li .sub-menu,
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;

    width: 180px;
    padding: 5px 0;

    background: #222222;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul {
    width: 100%;
    height: 350px;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul .sub-menu {
    width: calc(100% - 200px);
    height: 350px;
    top: 0;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul.menu > li {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul.menu > li.active {
    background-color: #aaaaaa;
    color: #1c1c1c;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul {
    /* display: none; */
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first:hover > ul{
    top: 85px;
    /* display: block; */
}
.cafepsd-blog .header__menu > ul > li:hover > .sub-menu {
    top: 60px;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul > li > ul.sub-menu > li {
    display: inline-block;
    width: 100px;
}

.cafepsd-blog .header__menu ul li .sub-menu li,
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul li {
    display: block;
    margin-right: 0;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul .sub-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}
.cafepsd-blog .header__menu ul li .sub-menu li a,
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul li a {
    padding: 8px 15px;

    color: var(--cafemag-white);
    font-weight: 400;
    text-transform: capitalize;
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul .sub-menu li:hover > a,
.cafepsd-blog .header__menu ul li .sub-menu li:hover > a {
    color: var(--cafemag-secondary);
}
.cafepsd-blog .header__menu.category__menu li.cat-menu-li-first > ul li.active > a {
    color: var(--cafemag-primary-light);
}

.cafepsd-blog .header__cart {
    padding: 24px 0;
    text-align: center;
}

.cafepsd-blog .header__cart ul {
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 0;
}

.cafepsd-blog .header__cart ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.cafepsd-blog .header__cart ul li a {
    position: relative;
}

.cafepsd-blog .header__cart ul li a i {
    font-size: 18px;
    color: var(--cafemag-text);
}

.cafepsd-blog .header__cart ul li a:hover i {
    color: var(--cafemag-primary);
}

.cafepsd-blog .header__cart ul li a span {
    position: absolute;
    top: -7px;
    right: -12px;

    display: inline-block;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: var(--cafemag-secondary);

    font-size: 10px;
    line-height: 13px;
    color: var(--cafemag-white);
    font-weight: 700;
    text-align: center;
}

.cafepsd-blog .header__cart .header__cart__price {
    display: inline-block;
    font-size: 14px;
    color: var(--cafemag-text-muted);
}

.cafepsd-blog .header__cart .header__cart__price span {
    color: var(--cafemag-text-dark);
    font-weight: 700;
}


/* ==========================================================================
   Mobile Menu
   ========================================================================== */

.cafepsd-blog .humberger__menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0);

    visibility: hidden;
    transition: all 0.6s ease;
}

.cafepsd-blog .humberger__menu__overlay.active {
    display: block;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

.cafepsd-blog .humberger__menu__wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 99;

    display: block;

    width: 300px;
    height: 100%;
    padding: 50px 30px 30px;

    overflow-y: auto;

    background: var(--cafemag-bg);

    opacity: 0;
    transition: all 0.6s ease;
}

.cafepsd-blog .humberger__menu__wrapper.show__humberger__menu__wrapper {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.cafepsd-blog .humberger__menu__logo {
    margin-bottom: 30px;
}

.cafepsd-blog .humberger__menu__logo img.logo {
    width: 140px;
}

.cafepsd-blog .humberger__menu__cart {
    margin-bottom: 25px;
}

.cafepsd-blog .humberger__menu__cart ul {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0;
}

.cafepsd-blog .humberger__menu__cart ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.cafepsd-blog .humberger__menu__cart ul li a {
    position: relative;
}

.cafepsd-blog .humberger__menu__cart ul li a i {
    font-size: 18px;
    color: var(--cafemag-text);
}

.cafepsd-blog .humberger__menu__cart ul li a span {
    position: absolute;
    top: 0;
    right: -12px;

    display: inline-block;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: var(--cafemag-secondary);

    font-size: 10px;
    line-height: 13px;
    color: var(--cafemag-white);
    text-align: center;
}

.cafepsd-blog .humberger__menu__cart .header__cart__price {
    display: inline-block;
    font-size: 14px;
    color: var(--cafemag-text-muted);
}

.cafepsd-blog .humberger__menu__cart .header__cart__price span {
    color: var(--cafemag-text-dark);
    font-weight: 700;
}

.cafepsd-blog .humberger__menu__widget {
    margin-bottom: 20px;
}

.cafepsd-blog .humberger__menu__wrapper .slicknav_menu {
    margin-bottom: 30px;
}

.cafepsd-blog .humberger__menu__wrapper .slicknav_nav a {
    display: block;

    margin: 0;
    padding: 12px 0;

    border-bottom: 1px solid var(--cafemag-border);

    font-size: 16px;
    color: var(--cafemag-text);
    font-weight: 400;
}

.cafepsd-blog .humberger__menu__wrapper .slicknav_nav a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .humberger__menu__wrapper .slicknav_nav li.has_children ul.show {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.cafepsd-blog .humberger__menu__wrapper .slicknav_nav li.has_children ul li {
    padding-left: 25px;
}

.cafepsd-blog .humberger__menu__wrapper .header__top__right__social {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}

.cafepsd-blog .header__top__right__social a {
    display: inline-block;
    margin-right: 20px;

    font-size: 14px;
    color: var(--cafemag-text);
}

.cafepsd-blog .header__top__right__social a:last-child {
    margin-right: 0;
}

.cafepsd-blog .header__top__right__social a:hover {
    color: var(--cafemag-primary);
}

.cafepsd-blog .humberger__menu__contact {
    padding: 10px 0 13px;
}

.cafepsd-blog .humberger__menu__contact ul {
    margin: 0;
    padding: 0;
}

.cafepsd-blog .humberger__menu__contact ul li {
    font-size: 14px;
    color: var(--cafemag-text);
    line-height: 30px;
    list-style: none;
}

.cafepsd-blog .humberger__menu__contact ul li i {
    margin-right: 5px;
    color: var(--cafemag-primary);
}


/* ==========================================================================
   Blog Search / Hero
   ========================================================================== */

.cafepsd-blog .hero__search {
    overflow: hidden;
    margin-bottom: 30px;
}

.cafepsd-blog .hero__search__form {
    position: relative;

    width: 716px;
    max-width: 100%;
    height: 50px;

    border: 1px solid var(--cafemag-border-light);
}

.cafepsd-blog .hero__search__form form {
    position: relative;
    width: 100%;
    height: 100%;
}

.cafepsd-blog .hero__search__form form input {
    width: 70%;
    height: 48px;

    padding: 0 20px;

    border: none;

    font-family: var(--cafemag-font);
    font-size: 16px;
    color: var(--cafemag-text-muted);

    direction: ltr;
    text-align: left;
}

.cafepsd-blog .hero__search__form form input:focus {
    outline: none;
}

.cafepsd-blog .hero__search__form form button {
    position: absolute;
    top: -1px;
    right: 0;

    height: 50px;
}

.cafepsd-blog .site-btn {
    display: inline-block;

    padding: 13px 30px 12px;

    border: none;

    background: var(--cafemag-primary);

    font-family: var(--cafemag-font);
    font-size: 14px;
    color: var(--cafemag-white);
    font-weight: 800;
    text-transform: uppercase;

    cursor: pointer;
}

.cafepsd-blog .site-btn:hover {
    background: var(--cafemag-primary-dark);
    color: var(--cafemag-white);
}

.cafepsd-blog .hero__search__phone {
    margin-top: 30px;
}

.cafepsd-blog .hero__search__phone__icon {
    float: left;

    width: 50px;
    height: 50px;

    margin-right: 20px;

    border-radius: 50%;

    background: var(--cafemag-bg-muted);

    font-size: 18px;
    line-height: 50px;
    color: var(--cafemag-primary);
    text-align: center;
}

.cafepsd-blog .hero__search__phone__text {
    overflow: hidden;
}

.cafepsd-blog .hero__search__phone__text h5 {
    margin-bottom: 5px;

    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .hero__search__phone__text span {
    font-size: 14px;
    color: var(--cafemag-text-muted);
}


/* ==========================================================================
   Audio
   ========================================================================== */

.cafepsd-blog .sound_parent {
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 20px;

    border: 1px solid var(--cafemag-border-dark);
}

.cafepsd-blog .sound_parent .sound_image,
.cafepsd-blog .sound_parent .sound_reader {
    display: inline-block;
}

.cafepsd-blog .sound_parent .sound_detail {
    padding: 10px 10px 0;
}

.cafepsd-blog .sound_parent hr {
    margin: 10px;
}

.cafepsd-blog .sound_parent .sound_image img {
    height: 100px;
    margin: 0 10px 0 0;
    vertical-align: auto;
}

.cafepsd-blog .sound_reader_name {
    margin-bottom: 20px;
}

.cafepsd-blog .sound_parent audio {
    min-width: 100%;
}


/* ==========================================================================
   Single Blog Post
   ========================================================================== */

.cafepsd-blog .blog-details {
    padding-top: 100px;
    padding-bottom: 75px;

    border-bottom: 1px solid var(--cafemag-border);
}

.cafepsd-blog .blog__details__text {
    margin-bottom: 45px;
    text-align: left;
}

.cafepsd-blog .blog__details__text .post_title,
.cafepsd-blog .blog__details__text img,
.cafepsd-blog .blog__details__text video {
    margin-bottom: 30px;
}

.cafepsd-blog .blog__details__text img {
    width: 100%;
    height: auto;
}

.cafepsd-blog .blog__details__text video {
    max-width: 100%;
}

.cafepsd-blog .blog__details__text p {
    margin-bottom: 20px;

    font-size: 18px;
    line-height: 30px;
    color: var(--cafemag-text-muted);
}

.cafepsd-blog .blog__details__text h1,
.cafepsd-blog .blog__details__text h2,
.cafepsd-blog .blog__details__text h3,
.cafepsd-blog .blog__details__text h4,
.cafepsd-blog .blog__details__text h5,
.cafepsd-blog .blog__details__text h6 {
    color: var(--cafemag-text);
}

.cafepsd-blog .blog__details__text h3 {
    margin-bottom: 30px;

    font-weight: 700;
    line-height: 30px;
}

.cafepsd-blog .blog__details__text a {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__details__text a:hover {
    color: var(--cafemag-primary-dark);
}


/* ==========================================================================
   Image Gallery Inside Post
   ========================================================================== */

.cafepsd-blog .images__parent .image__box {
    margin-bottom: 15px;
}

.cafepsd-blog .images__parent .image__pic {
    display: flex;
    align-items: center;

    height: 100%;

    border: 1px solid var(--cafemag-border-dark);
}

.cafepsd-blog .images__parent .image__pic img {
    height: max-content;
    margin: 0;
}

.cafepsd-blog .images__parent .image__pic.main__pic {
    width: 100%;
    height: 350px;

    overflow: hidden;

    text-align: center;
}


/* ==========================================================================
   Post Button
   ========================================================================== */

.cafepsd-blog a.btn__link {
    display: inline-block;

    padding: 18px 30px;

    border: none;

    background: var(--cafemag-primary);

    font-size: 14px;
    color: var(--cafemag-white);
    font-weight: 800;
}

.cafepsd-blog a.btn__link:hover {
    background: var(--cafemag-primary-dark);
    color: var(--cafemag-white);
}


/* ==========================================================================
   Author
   ========================================================================== */

.cafepsd-blog .blog__details__author__pic {
    float: left;
    margin-right: 15px;
    margin-left: 0;
}

.cafepsd-blog .blog__details__author__pic img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.cafepsd-blog .blog__details__author__text {
    overflow: hidden;
    padding-top: 30px;
    text-align: left;
}

.cafepsd-blog .blog__details__author__text h6 {
    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .blog__details__author__text span {
    font-size: 16px;
    color: var(--cafemag-text-muted);
}


/* ==========================================================================
   Post Meta / Categories / Tags
   ========================================================================== */

.cafepsd-blog .blog__details__widget {
    text-align: left;
}

.cafepsd-blog .blog__details__widget ul {
    margin: 0 0 5px;
    padding: 0;
}

.cafepsd-blog .blog__details__widget ul li {
    list-style: none;

    font-size: 16px;
    color: var(--cafemag-text-muted);
    line-height: 30px;
}

.cafepsd-blog .blog__details__widget ul li span {
    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .blog__details__widget ul li a {
    color: var(--cafemag-primary);
}

.cafepsd-blog .blog__details__widget ul li a:hover {
    color: var(--cafemag-primary-dark);
}


/* ==========================================================================
   Social
   ========================================================================== */

.cafepsd-blog .blog__details__widget .blog__details__social a {
    display: inline-block;

    margin-right: 24px;
    margin-left: 0;

    font-size: 20px;
    color: var(--cafemag-text-muted);
}

.cafepsd-blog .blog__details__widget .blog__details__social a:hover {
    color: var(--cafemag-primary);
}


/* ==========================================================================
   Related Posts
   ========================================================================== */

.cafepsd-blog .related-blog {
    padding-top: 70px;
    padding-bottom: 10px;
}

.cafepsd-blog .related-blog-title {
    margin-bottom: 70px;
}

.cafepsd-blog .related-blog .section-title h2,
.cafepsd-blog .section-title h2 {
    position: relative;

    color: var(--cafemag-text);
    font-weight: 700;
}

.cafepsd-blog .related-blog .section-title h2::after {
    content: "";

    display: block;

    width: 45px;
    height: 3px;

    margin-top: 10px;

    background: var(--cafemag-primary);
}


/* ==========================================================================
   Section Group
   ========================================================================== */

.cafepsd-blog .section-group {
    margin-bottom: 60px;
}

.cafepsd-blog .section-group .section-title a {
    color: var(--cafemag-text);
}

.cafepsd-blog .section-group .section-title a:hover {
    color: var(--cafemag-primary);
}


/* ==========================================================================
   WordPress Content
   ========================================================================== */

.cafepsd-blog .blog__details__text .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.cafepsd-blog .blog__details__text .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.cafepsd-blog .blog__details__text .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.cafepsd-blog .blog__details__text .wp-caption {
    max-width: 100%;
}

.cafepsd-blog .blog__details__text table {
    width: 100%;
    border-collapse: collapse;
}

.cafepsd-blog .blog__details__text th,
.cafepsd-blog .blog__details__text td {
    padding: 10px;
    border: 1px solid var(--cafemag-border);
}

.cafepsd-blog .blog__details__text ul,
.cafepsd-blog .blog__details__text ol {
    padding-left: 25px;
    padding-right: 0;
}

.cafepsd-blog .blog__details__text blockquote {
    margin: 25px 0;
    padding: 15px 20px;

    border-left: 4px solid var(--cafemag-primary);

    background: var(--cafemag-primary-light);

    color: var(--cafemag-text);
}


/* ==========================================================================
   Comments
   ========================================================================== */

.cafepsd-blog .blog__details__coments {
    text-align: left;
}

.cafepsd-blog .blog__details__coments #respond {
    text-align: left;
}

.cafepsd-blog .blog__details__coments #respond textarea,
.cafepsd-blog .blog__details__coments #respond input[type="text"],
.cafepsd-blog .blog__details__coments #respond input[type="email"],
.cafepsd-blog .blog__details__coments #respond input[type="url"] {
    max-width: 100%;
}

.cafepsd-blog .blog__details__coments input:focus,
.cafepsd-blog .blog__details__coments textarea:focus {
    border-color: var(--cafemag-primary);
    outline: none;
}

/* ==========================================================================
   Blog Footer
   ========================================================================== */

.cafepsd-blog .cafepsd-blog-footer {
    width: 100%;
    background: #16acb7;
    padding: 20px 0;
    margin-top: 0;
}

.cafepsd-blog .cafepsd-blog-footer__copyright {
    text-align: center;
}

.cafepsd-blog .cafepsd-blog-footer__copyright p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
}

.cafepsd-blog .cafepsd-blog-footer__copyright a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cafepsd-blog .cafepsd-blog-footer__copyright a:hover {
    color: #f8ae26;
}

.cafepsd-blog .cafepsd-blog-footer__separator {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.6;
}


/* ==========================================================================
   Desktop
   ========================================================================== */

/*
|--------------------------------------------------------------------------
| Desktop Only
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) {

    .cafepsd-blog .humberger__menu__overlay.active,
    .cafepsd-blog .humberger__menu__wrapper {
        display: none;
    }

    .cafepsd-blog .header__top {
        display: block;
    }

    .cafepsd-blog .header__top__end,
    .cafepsd-blog .header__cart {
        text-align: right;
    }

    .cafepsd-blog .header__top__start,
    .cafepsd-blog .header__logo {
        text-align: left;
    }

    .cafepsd-blog .header__menu {
        /* display: block; */
        display: inline-block;
    }

    .cafepsd-blog .humberger__open {
        display: none;
    }

    .cafepsd-blog .hero__search__form {
        float: left;
    }

    .cafepsd-blog .hero__search__form form input {
        width: 80%;
    }

    .cafepsd-blog .hero__search__phone {
        float: right;
        margin-top: auto;
    }
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 991px) {

    .cafepsd-blog .blog__sidebar {
        padding-top: 30px;
    }

    .cafepsd-blog .blog__details__author__pic {
        margin-bottom: 15px;
    }
}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767px) {

    .cafepsd-blog .blog__item {
        margin-bottom: 40px;
    }

    .cafepsd-blog .blog-details {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .cafepsd-blog .blog__details__text p {
        font-size: 16px;
        line-height: 28px;
    }

    .cafepsd-blog .blog__details__author__pic {
        float: none;
        margin: 0 0 15px;
    }

    .cafepsd-blog .blog__details__author__text {
        padding-top: 0;
    }

    .cafepsd-blog .related-blog {
        padding-top: 50px;
    }

    .cafepsd-blog .related-blog-title {
        margin-bottom: 40px;
    }

    .cafepsd-blog .breadcrumb__text h2 {
        font-size: 36px;
    }

    .cafepsd-blog .hero__search__form {
        width: 100%;
    }
}


/* ==========================================================================
   Small Mobile
   ========================================================================== */

@media (max-width: 575px) {

    .cafepsd-blog .blog__item__text {
        padding: 20px 10px 10px;
    }

    .cafepsd-blog .blog__item__text ul li {
        margin-right: 10px;
        margin-left: 0;
        font-size: 14px;
    }

    .cafepsd-blog .blog__item__text h5 a {
        font-size: 18px;
    }

    .cafepsd-blog .blog__details__text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .cafepsd-blog .blog__details__widget .blog__details__social a {
        margin-right: 15px;
    }

    .cafepsd-blog .breadcrumb-section {
        padding: 35px 0;
    }

    .cafepsd-blog .breadcrumb-section.bread_single_post {
        padding: 80px 0;
    }

    .cafepsd-blog .breadcrumb__text h2 {
        font-size: 30px;
    }

    .cafepsd-blog .hero__search__form form input {
        width: 65%;
    }

    .cafepsd-blog .site-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
