/* Defined colors ---------------------------- */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    src: url("../fonts/OpenSans-Italic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/OpenSans-LightItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/OpenSans-MediumItalic.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/OpenSans-BoldItalic.ttf");
}

/* hedblk */
@font-face {
    font-family: "NoeDisplay-Black";
    src: url("../fonts/NoeDisplay-Black.eot");
    src: url("../fonts/NoeDisplay-Black.eot#iefix") format("embedded-opentype"),
    url("../fonts/NoeDisplay-Black.woff") format("woff"),
    url("../fonts/NoeDisplay-Black.woff2") format("woff2"),
    url("../fonts/NoeDisplay-Black.ttf") format("truetype"),
    url("../fonts/NoeDisplay-Black.svg#hedblk") format("svg");
    font-weight: 900;
    font-style: normal;
}

/* hedlt */
@font-face {
    font-family: "SFUIDisplay";
    src: url("../fonts/SFUIDisplay-Regular.woff") format("woff"),
    url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SFUIDisplay-Medium";
    src: url("../fonts/SFUIDisplay-Medium.eot");
    src: url("../fonts/SFUIDisplay-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/SFUIDisplay-Medium.woff") format("woff"),
    url("../fonts/SFUIDisplay-Medium.ttf") format("truetype"),
    url("../fonts/SFUIDisplay-Medium.svg#nmed") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Italic.woff') format('woff'),
    url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'),
    url('../fonts/PlayfairDisplay-Italic.svg#PlayfairDisplay-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --theme-color-link: #2e486e;
    --theme-color-link-hover: #1e73be;
    --theme-blue-color: #4db2ec;
}

/* General ---------------------------- */

body {
    font-family: "Open Sans", sans-serif;
}

.author-search-box {
    margin-bottom: 30px;
}

.author-search-form .search-note {
    display: block;
    margin-bottom: 8px;
    color: #888;
    font-weight: 600;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input-wrapper input[type="text"] {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    outline: none;
}

.search-input-wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.search-input-wrapper button:hover {
    color: #000;
}

.search-input .search-icon svg {
    margin-left: 0;
}

.font-lists .list-posts .list-item .post-title a,
.post-title a,
.product-grid-item .product-title a {
    color: #555;
    display: inline-block;
    font-family: "SFUIDisplay-Medium", Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.font-lists .list-posts .list-item .tags,
.post-cat a,
.product-grid-item .product-cats a {
    font-style: italic;
    font-family: "Playfair Display", Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #5a5a5a;
}

.td-header-wrap .td-header-top-menu-full {
    position: relative;
    z-index: 199;
}

body.menu-opened #wpadminbar,
body:not(.menu-opened) .td-header-menu-wrap-full {
    z-index: 99;
}

.td-header-wrap .td-header-top-menu-full,
.td-header-wrap .top-header-menu .sub-menu {
    background-color: #e8e8e8;
}

.td-header-style-8 .td-header-top-menu-full {
    background-color: transparent;
}

.td-header-style-8 .td-header-top-menu-full .td-header-top-menu {
    background-color: #e8e8e8;
    padding-left: 15px;
    padding-right: 15px;
}

.td-header-wrap .td-header-top-menu-full .td-header-top-menu,
.td-header-wrap .td-header-top-menu-full {
    border-bottom: none;
}

.td-header-top-menu,
.td-header-top-menu a,
.td-header-wrap .td-header-top-menu-full .td-header-top-menu,
.td-header-wrap .td-header-top-menu-full a,
.td-header-style-8 .td-header-top-menu,
.td-header-style-8 .td-header-top-menu a,
.td-header-top-menu .td-drop-down-search .entry-title a {
    color: #2e486e;
}

.top-header-menu .current-menu-item > a,
.top-header-menu .current-menu-ancestor > a,
.top-header-menu .current-category-ancestor > a,
.top-header-menu li a:hover,
.td-header-sp-top-widget .td-icon-search:hover {
    color: #1e73be;
}

.td-header-wrap .td-header-sp-top-widget i,
.td-header-wrap .td-header-sp-top-widget .td-icon-font,
.td-header-style-7 .td-header-top-menu .td-social-icon-wrap i,
.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font {
    color: #141414;
}

.td-header-wrap .td-header-sp-top-widget i:hover,
.td-header-wrap .td-header-sp-top-widget i.td-icon-font:hover {
    color: #1e73be;
}

.td-header-wrap .td-header-menu-wrap-full,
.td-header-menu-wrap.td-affix,
.td-header-style-3 .td-header-main-menu,
.td-header-style-3 .td-affix .td-header-main-menu,
.td-header-style-4 .td-header-main-menu,
.td-header-style-4 .td-affix .td-header-main-menu,
.td-header-style-8 .td-header-menu-wrap.td-affix,
.td-header-style-8 .td-header-top-menu-full {
    background-color: #f2f2f2;
}

.td-boxed-layout .td-header-style-3 .td-header-menu-wrap,
.td-boxed-layout .td-header-style-4 .td-header-menu-wrap,
.td-header-style-3 .td_stretch_content .td-header-menu-wrap,
.td-header-style-4 .td_stretch_content .td-header-menu-wrap {
    background-color: #f2f2f2 !important;
}

@media (min-width: 1019px) {
    .td-header-style-1 .td-header-sp-recs,
    .td-header-style-1 .td-header-sp-logo {
        margin-bottom: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .td-header-style-1 .td-header-sp-recs,
    .td-header-style-1 .td-header-sp-logo {
        margin-bottom: 14px;
    }
}

.td-header-style-7 .td-header-top-menu {
    border-bottom: none;
}

.td-header-wrap .td-header-menu-wrap .sf-menu:not(.mobile-menu) > li > a,
.td-header-wrap .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-4 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-5 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-6 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-12 .td-header-menu-social .td-social-icon-wrap i,
.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search {
    color: #2e486e;
}

.td-header-wrap .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
    background-color: #2e486e;
}

.td-header-wrap .td-header-menu-wrap .sf-menu:not(.mobile-menu) > li > a:hover {
    text-decoration: none;
}

.td-header-wrap .td-header-menu-wrap.td-affix .sf-menu:not(.mobile-menu) > li > a,
.td-header-wrap .td-affix .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-4 .td-affix .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-5 .td-affix .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-6 .td-affix .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-12 .td-affix .td-header-menu-social .td-social-icon-wrap i,
.td-header-wrap .td-affix .header-search-wrap .td-icon-search {
    color: #2e486e;
}

.td-header-wrap .td-affix .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
    background-color: #2e486e;
}

.td-theme-wrap .td_mod_mega_menu:hover .entry-title a,
.td-theme-wrap .sf-menu:not(.mobile-menu) .td_mega_menu_sub_cats .cur-sub-cat {
    color: #9cee69;
}

.td-theme-wrap .sf-menu:not(.mobile-menu) .td-mega-menu .td-post-category:hover,
.td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {
    background-color: #9cee69;
}

.td-theme-wrap .td-mega-menu .td-next-prev-wrap a:hover {
    border-color: #9cee69;
}

.td-theme-wrap .header-search-wrap .td-drop-down-search .btn:hover {
    background-color: #9cee69;
}

.td-theme-wrap .td-aj-search-results .td_module_wrap:hover .entry-title a,
.td-theme-wrap .header-search-wrap .result-msg a:hover {
    color: #9cee69 !important;
}

@media (max-width: 767px) {
    body .td-header-wrap .td-header-main-menu {
        background-color: #f2f2f2 !important;
    }
}

@media (max-width: 767px) {
    body #td-top-mobile-toggle i,
    .td-header-wrap .header-search-wrap .td-icon-search {
        color: #2e486e !important;
    }
}

.td-menu-background:before,
.td-search-background:before {
    background: rgba(10, 0, 0, 0.78);
    background: linear-gradient(to bottom, rgba(10, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(10,0,0,0.78)', endColorstr='rgba(0,0,0,0.6)', GradientType=0);
}

.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
    color: #ffffff;
}

#td-mobile-nav .td-register-section .td-login-button,
.td-search-wrap-mob .result-msg a {
    background-color: #2e486e;
}

.td-footer-wrapper,
.td-footer-wrapper .td_block_template_7 .td-block-title > *,
.td-footer-wrapper .td_block_template_17 .td-block-title,
.td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter {
    background-color: #f2f2f2;
}

.td-footer-wrapper,
.td-footer-wrapper a,
.td-footer-wrapper .block-title a,
.td-footer-wrapper .block-title span,
.td-footer-wrapper .block-title label,
.td-footer-wrapper .td-excerpt,
.td-footer-wrapper .td-post-author-name span,
.td-footer-wrapper .td-post-date,
.td-footer-wrapper .td-social-style3 .td_social_type a,
.td-footer-wrapper .td-social-style3,
.td-footer-wrapper .td-social-style4 .td_social_type a,
.td-footer-wrapper .td-social-style4,
.td-footer-wrapper .td-social-style9,
.td-footer-wrapper .td-social-style10,
.td-footer-wrapper .td-social-style2 .td_social_type a,
.td-footer-wrapper .td-social-style8 .td_social_type a,
.td-footer-wrapper .td-social-style2 .td_social_type,
.td-footer-wrapper .td-social-style8 .td_social_type,
.td-footer-template-13 .td-social-name,
.td-footer-wrapper .td_block_template_7 .td-block-title > * {
    color: #0a0a0a;
}

.td-social-style-2 i:after,
.td-footer-wrapper .widget_calendar th,
.td-footer-wrapper .widget_calendar td,
.td-footer-wrapper .td-social-style2 .td_social_type .td-social-box,
.td-footer-wrapper .td-social-style8 .td_social_type .td-social-box,
.td-social-style-2 .td-icon-font:after {
    border-color: #0a0a0a;
}

.td-footer-wrapper .td-module-comments a,
.td-footer-wrapper .td-post-category,
.td-footer-wrapper .td-slide-meta .td-post-author-name span,
.td-footer-wrapper .td-slide-meta .td-post-date {
    color: #fff;
}

.td-footer-bottom-full .td-container::before {
    background-color: rgba(10, 10, 10, 0.1);
}

.td-footer-wrapper .block-title > span,
.td-footer-wrapper .block-title > a,
.td-footer-wrapper .widgettitle,
.td-theme-wrap .td-footer-wrapper .td-container .td-block-title > *,
.td-theme-wrap .td-footer-wrapper .td_block_template_6 .td-block-title:before {
    color: #0a0a0a;
}

.td-container, .tdc-row, .tdc-row-composer {
    width: 100%;
    max-width: 1286px;
}

/* Site header ---------------------------- */

.tdm-header-style-3 .sf-menu:not(.mobile-menu) {
    float: right;
}

.tdm-header-style-1 #td-header-menu, .tdm-header-style-2 #td-header-menu, .tdm-header-style-3 #td-header-menu {
    display: block;
}

.tdm-header-style-1 .td-main-menu-logo, .tdm-header-style-2 .td-main-menu-logo, .tdm-header-style-3 .td-main-menu-logo {
    display: block;
    margin-right: 42px;
}

.tdm-header-style-3 .td-main-menu-logo {
    display: flex;
    align-items: center;
}

.site-header .site-title {
    margin: 0;
}

.site-header .site-description {
    display: none;
}

.tdm-header-style-1 .td-main-menu-logo img, .tdm-header-style-2 .td-main-menu-logo img, .tdm-header-style-3 .td-main-menu-logo img {
    max-height: 80px;
}

.site-header .menu-td-header-container {
    margin-right: 48px;
}

.menu-td-header-container > button.menu-toggle[aria-expanded="false"] {
    display: none !important;
}

.site-header .menu-item i {
    text-decoration: none;
}

.site-header .menu-td-header-container .hocwp-menu:not(.mobile-menu) .menu-item-has-children > a:before {
    content: '\e806' !important;
    display: inline-block;
    float: right;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    left: auto;
    width: 16px;
    height: 9px;
    font-size: 9px;
    background: none;
}

.site-header .menu-td-header-container .hocwp-menu:not(.mobile-menu) .sub-menu .menu-item-has-children > a:before,
.site-header .menu-td-header-container .hocwp-menu:not(.mobile-menu) .sub-menu .menu-item-has-children > a:after {
    transform: translateY(-50%) rotate(-90deg);
}

.site-header .menu-td-header-container .hocwp-menu:not(.mobile-menu) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.site-header .menu-td-header-container .hocwp-menu:not(.mobile-menu) .sub-menu li a:not(:hover) {
    color: #111;
}
/* Force same style for PayPal Donate form button */
.media-download form.donate-form button.donate-link,
.media-download form[name="donate_form"] button.donate-link,
.media-download form[name="donate_form"] .download-link.donate-link {
    display: block !important;
    width: 100% !important;
    background-color: #4caf50 !important; /* màu xanh như nút Download */
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 4px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.2s ease-in-out !important;
}

/* Hover */
.media-download form.donate-form button.donate-link:hover,
.media-download form[name="donate_form"] button.donate-link:hover {
    background-color: #43a047 !important;
    color: #fff !important;
}

/* Remove default .btn-light interference */
.media-download form.donate-form .btn-light,
.media-download form[name="donate_form"] .btn-light {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Ensure form takes full width and aligns with other buttons */
.media-download form.donate-form,
.media-download form[name="donate_form"] {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.site-header .top-header-menu .avatar {
    max-height: 20px;
    width: auto;
    border-radius: 0;
}

.site-header .top-header-menu li.message-tool {
    margin-right: 10px;
}

.site-header .top-header-menu li.message-tool,
.site-header .top-header-menu li.notify-tool {
    font-size: 13px;
}

/* Site content ---------------------------- */

.breadcrumb-first + * {
    margin-left: 3px;
}

.font-lists ul.hocwp-pagination > *,
ul.hocwp-pagination li {
    float: none;
    padding: 0;
}

.td-main-content-wrap {
    margin-top: 25px;
    padding-bottom: 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.default-index.font-lists .tabs {
    margin-top: 25px;
}

.td-crumb-container {
    padding-top: 0;
}

.td-category-header + .td-page-header {
    margin-top: 20px;
}

.post-tabs li.active:hover a,
.post-tabs li.active a:hover,
.post-tabs li:hover a,
.post-tabs li a:hover,
.post-tabs li.active a,
.post-tabs li a {
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: none;
    padding: 0;
    font-size: 18px;
}

.tab-lists {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.more-posts .tab-lists {

}

.tab-lists:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: #eee;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.post-tabs li.active a:hover,
.post-tabs li.active a {
    color: var(--theme-blue-color);
}

.post-tabs li:not(:last-child) {
    margin-right: 15px;
}

.tab-lists .post-tabs {
    background-color: transparent;
    border: none;
    display: flex;
    padding: 5px 10px;
    margin-bottom: -3px;
    position: relative;
    z-index: 19;
    align-items: center;
}

.summary-inner .tartist {
    margin-bottom: 10px;
}

.lrm-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 999999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}

.admin-bar .lrm-user-modal {
    top: 32px;
}

.lrm-user-modal.sing {
    padding: 30px 8%;
    background: rgba(52, 54, 66, 0.7);
}

.lrm-user-modal.sing {
    z-index: 900;
}

.collect-tool .modal {
    background-color: rgba(0, 0, 0, .6);
}

.lrm-user-modal.is-visible {
    z-index: 999999;
}

.lrm-user-modal.is-visible {
    display: block !important;
}

.lrm-user-modal.is-visible {
    visibility: visible !important;
    opacity: 1;
}

.lrm-user-modal-container.sing {
    width: 100%;
    position: relative;
    height: 100%;
}

.product-quick-view {
    overflow: hidden;
    background-color: #fff;
}

.popup-quick-view {
    background: #fff;
}

.lrm-close-form {
    right: 10px;
    top: 10px;
    background: #fff;
    text-indent: 0;
    white-space: nowrap;
    overflow: visible;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #3f3f3f;
}

.page-nav {
    margin-bottom: 0;
}

.page-content .search-form {
    display: flex;
}

.page-content .search-form label {
    margin: 0;
}

.page-content .search-form * {
    box-sizing: border-box;
}

/* Widgets ---------------------------- */

.content-wrap,
.td-main-content .profile-wrap {
    display: flex;
    gap: 30px;
}

.td-main-content .content-wrap .sidebar {
    max-width: 350px;
    padding: 30px 0 16px;
    flex-basis: 350px;
}


.profile-wrap .profile-card {
    max-width: 350px;
    padding: 30px 20px 16px;
    flex-basis: 350px;
    background: #fef4eb;
    border-radius: 6px;
}


.content-wrap .column-main,
.td-main-content .profile-wrap .profile-content {
    flex-basis: calc(100% - 380px);
    max-width: calc(100% - 380px);
}

.avatar-area .avatar {
    border-radius: 50%;
}

.avatar-area + * {
    margin-top: 5px;
    margin-bottom: 8px;
}

.profile-card h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.profile-card h1 + .buttons {
    margin-top: 30px;
}

.profile-card .stats {
    margin-top: 25px;
}

.profile-card .buttons .btn-message,
.profile-card .buttons .btn-follow {
    background-color: #0057fe;
    display: block;
    width: 100%;
    border-radius: 25px;
    line-height: 30px;
    font-size: 15px;
}

.profile-card .buttons .btn-message {
    background-color: #ffffff;
    border: 1px solid #789ff9;
    color: #0057fe;
}

.profile-card .stats p span:last-child {
    float: right;
    margin-left: 5px;
}

.sidebar .widget-title {
    color: #050505;
    position: relative;
}

.sidebar .widget-title span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 8px;
}

.sidebar .widget-title:after {
    content: "";
    height: 3px;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.sidebar .widget li {
    margin: 0 !important;
}

/* ================================ NEW UPDATE 24/09/2025 ================================ */

/* Masonry container */
.list-posts[data-display="justified"]:not(.justified-gallery),
.list-posts[data-display="masonry"] {
    column-count: 5;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    animation: fadeIn 0.6s ease-in-out;
}

/* Responsive columns */
@media (max-width: 1200px) {
    .list-posts[data-display="justified"]:not(.justified-gallery),
    .list-posts[data-display="masonry"] {
        column-count: 4;
    }
}

@media (max-width: 992px) {
    .list-posts[data-display="justified"]:not(.justified-gallery),
    .list-posts[data-display="masonry"] {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .list-posts[data-display="justified"]:not(.justified-gallery),
    .list-posts[data-display="masonry"] {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .list-posts[data-display="justified"]:not(.justified-gallery),
    .list-posts[data-display="masonry"] {
        column-count: 1;
    }
}

/* Each masonry item */
.list-posts[data-display="justified"]:not(.justified-gallery) > *,
.list-posts[data-display="masonry"] .list-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
    background: #f8f8f8;
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    animation: itemFadeIn 0.5s ease forwards;
}

/* Staggered fade-in effect */
.list-posts[data-display="justified"]:not(.justified-gallery) > *:nth-child(odd),
.list-posts[data-display="masonry"] .list-item:nth-child(odd) {
    animation-delay: 0.1s;
}

.list-posts[data-display="justified"]:not(.justified-gallery) > *:nth-child(even),
.list-posts[data-display="masonry"] .list-item:nth-child(even) {
    animation-delay: 0.2s;
}

/* Image inside item */
.list-posts[data-display="justified"]:not(.justified-gallery) > * img,
.list-posts[data-display="masonry"] .list-item .post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

/* Hover zoom effect */
.list-posts[data-display="justified"]:not(.justified-gallery) > *:hover img,
.list-posts[data-display="masonry"] .list-item:hover .post-thumb img {
    transform: scale(1.05);
}

/* Favorite icon */
.list-posts[data-display="justified"]:not(.justified-gallery) .font-item__fav,
.list-posts[data-display="masonry"] .font-item__fav {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.list-posts[data-display="justified"]:not(.justified-gallery) .font-item__fav:hover,
.list-posts[data-display="masonry"] .font-item__fav:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Remove old float clearfix */
.list-posts[data-display="justified"]:not(.justified-gallery):before,
.list-posts[data-display="justified"]:not(.justified-gallery):after,
.list-posts[data-display="masonry"]::before,
.list-posts[data-display="masonry"]::after {
    display: none !important;
    content: none !important;
}

.list-posts[data-display="justified"]:not(.justified-gallery) > *,
.font-lists .list-posts[data-display="masonry"] .list-item {
    width: 100%;
    float: none;
    position: relative;
}

.list-posts[data-display="justified"] .list-item .details-box,
.list-posts[data-display="masonry"] .list-item .details-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #000;
    padding: 8px 10px;
    border-radius: 0 0 4px 4px;
    z-index: 499;
}

.list-posts[data-display="justified"] .list-item .details-box .post-title,
.list-posts[data-display="masonry"] .list-item .details-box .post-title {
    margin: 0;
}

.list-posts[data-display="justified"] .list-item:not(.has-post-thumbnail),
.list-posts[data-display="justified"] .list-item .details-box,
.list-posts[data-display="justified"] .list-item .details-box .product-cats,
.list-posts[data-display="masonry"] .list-item .details-box,
.list-posts[data-display="masonry"] .list-item .details-box .product-cats {
    display: none;
}

.list-posts[data-display="justified"] .list-item:hover .details-box,
.list-posts[data-display="masonry"] .list-item:hover .details-box {
    display: block;
}

.list-posts[data-display="justified"] .list-item .post-title a,
.font-lists .list-posts[data-display="masonry"] .list-item .post-title a {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    display: block;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes itemFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.list-posts[data-display="justified"] .list-item {
    border-radius: 4px;
}

.justified-gallery > a, .justified-gallery > div, .justified-gallery > figure {
    border-radius: 20px;
    border: 1px solid transparent;
}

.justified-gallery > a > .jg-caption, .justified-gallery > div > .jg-caption, .justified-gallery > figure > .jg-caption {
    padding: 5px 20px 5px 20px;
    line-height: 1.4;
    font-size: 14px;
}

.justified-gallery > *:hover {
    border-color: orange;
}

.loading,
.list-posts[data-display="justified"]:not(.justified-gallery) {
    position: relative;
}

.loading {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    display: none;
}

.loading:before {
    content: "";
    position: absolute;
    inset: 0;
    border: 6px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.list-posts[data-display="justified"]:not(.justified-gallery) + .loading {
    display: block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.list-posts[data-display="justified"]:not(.justified-gallery) > * {
    vertical-align: top;
    overflow: hidden;
    padding: 10px;
    flex-direction: column;
    object-fit: cover;
    display: none;
}

.list-posts[data-display="justified"] span.follow {
    background-color: #5e5e5e;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 4px;
    z-index: 499;
    opacity: .8;
    cursor: pointer;
    display: none;
    transition: all .5s;
}

.list-posts[data-display="justified"] span.follow i {
    color: #fff;
}

.list-posts[data-display="justified"] > *:hover span.follow {
    display: block;
}

.list-posts[data-display="justified"] > *:hover span.follow:hover {
    opacity: 1;
}

.home .row-tabs {
    margin-bottom: 3px;
}

.website-wrapper .palette-info,
.website-wrapper .color-info {
    margin-bottom: 24px;
}

.website-wrapper .color-info h1 {
    margin: 40px 0;
    color: #fff;
}

.website-wrapper .color-info.light h1 {
    color: #000;
}

h1 .search-rs-color {
    display: inline-block;
    width: 52px;
    height: 32px;
    border-radius: 16px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
}

.entry-content > .media-content {
    margin-top: 0 !important;
}

.paletteHeader {
    height: 160px;
    width: 100%;
    position: relative;
}

.paletteHeader .paletteColor {
    height: inherit;
    position: relative;
}

.website-wrapper .palette-info div.color {
    height: 160px;
    flex: 1;
    cursor: pointer;
}

.colorPicker {
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.colorPicker .colorSlider, .colorPicker .colorSpectrum {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

canvas {
    display: inline-block;
    vertical-align: baseline;
}

.colorPicker .colorSpectrum canvas {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
}

.selector {
    cursor: move;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
}

.colorPicker .colorSpectrum .selector {
    background: #fff;
    top: 0;
    height: 28px;
    width: 28px;
    border: 3px solid #fff;
    z-index: 8;
}

.colorPicker .sliderContainer {
    position: relative;
    margin: 12px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.colorPicker .colorSliderContainer {
    padding: 0 10px;
    background: red;
    cursor: pointer;
}

.colorPicker .colorSlider {
    position: relative;
}

.colorPicker .colorSlider canvas {
    display: block;
}

.colorPicker .selector {
    cursor: move;
    position: absolute;
    left: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .05), 1px 1px 3px 1px rgba(0, 0, 0, .15);
}

.colorPicker .sliderContainer .selector {
    background: #fff;
    top: 10px;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
}

.paletteHeader .actions {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    height: 54px;
}

.paletteHeader .colorName {
    display: none;
    font-weight: 700;
    font-size: 16px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.paletteHeader .search {
    display: none;
    padding: 8px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    float: right;
}

svg:not(:root) {
    overflow: hidden;
}

.paletteHeader .searchIcon {
    display: block;
}

.paletteHeader .search svg {
    display: block;
    margin: 0 auto;
}

.paletteHeader .paletteColor.active .colorPicker {
    display: block;
}


.image-summary .below-summary {
  margin-top: 16px;
}

.image-summary .below-summary p:last-child {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .image-summary .below-summary { margin-top: 12px; }
}

.tags > span,
.below-summary-tags > span {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.tags > span { margin-right: 6px; }

.tags.below-summary-tags {
    margin-top: 26px;
}

.website-wrapper > .image-summary-wrap {
    border-bottom: 1px solid #F2F2F2;
}

.website-wrapper .page-info {
    padding: 20px 0;
    border-bottom: 2px solid #ededed;
    margin-bottom: 20px;
}

.website-wrapper .page-info h1 {
    margin-top: 0;
}

.page-collections .website-wrapper .page-info h1 {
    margin-bottom: 20px;
}

.image-summary {
    flex-basis: 75%;
    max-width: 75%;
}

.image-summary img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 700px;
}

.image-summary-inner {
    padding: 6px;
}

.image-summary .title-info {
    padding: 15px;
}

.image-summary .title-info .breadcrumb {
    padding: 0;
}

.image-summary .title-info .cats a,
.td-category a {
    color: #fff;
    background-color: #222;
    padding: 3px 6px 4px;
    white-space: nowrap;
    display: inline-block;
    font-size: 11px;
}

.image-sidebar .details .media-download {
    display: block;
}

.image-sidebar .details .media-download > * {
    display: block;
    width: 100%;
}

.image-sidebar .details .media-download .social-share {
    text-align: left;
}

.hocwp .image-sidebar .media-content .media-download > a,
.hocwp .image-sidebar .media-content .media-info .details .media-download .download-link {
    margin-bottom: 15px;
	font-size: 16px;
}

.image-sidebar {
    border-left: 1px solid rgba(129, 129, 129, 0.2);
    padding: 50px 15px;
    flex-basis: 25%;
    max-width: 25%;
}

.image-sidebar > h1 {
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
    font-size: 16px !important;
    margin-top: 0;
    font-family: "SFUIDisplay", Arial, Helvetica, sans-serif;
}

.media-download .woodmart-social-icons {
    margin-bottom: 10px;
}

.cart-flex .wd-action-btn a span {
    display: flex;
    align-items: center;
}

.product-share .woodmart-social-icons {
    display: inline-flex;
}

.woodmart-social-icons .woodmart-social-icon {
    display: inline-block;
    margin: 4px;
    text-align: center;
    font-size: 0;
}

.icons-design-simple .woodmart-social-icon {
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    width: 36px;
    height: 36px;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.woodmart-social-icons .woodmart-social-icon {
    margin: 0 3px 0;
}

.woodmart-social-icons.icons-size-small i, .woodmart-social-icons.icons-size- i {
    font-size: 15px;
    line-height: 33px;
}

.Detail .mediaColors {
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
    display: inline;
}

.paletteIcon {
    display: block;
    height: 72px;
    width: 72px;
    position: relative;
}

.Detail .mediaColors .colorIcon, .Detail .mediaColors .paletteIcon {
    height: 52px;
    width: 52px;
    float: left;
    position: relative;
}

.sp-input-container input.sp-input {
    height: 27px;
    max-width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    background-color: #fefefe;
}

/*
.Detail .mediaColors:first-child .colorIcon:last-child,
.Detail .mediaColors .paletteIcon {
    margin-right: 10px;
}

.hocwp .image-sidebar .media-content .media-download > a,
.hocwp .image-sidebar .media-content .media-info .details .media-download .download-link {
    margin-bottom: 15px;
}

.Detail .mediaColors:first-child .colorIcon:last-child:after,
.Detail .mediaColors .paletteIcon:after {
    display: block;
    content: "";
    position: absolute;
    border-radius: 2px;
    top: 50%;
    left: auto;
    margin: 0;
    padding: 0.9em 0;
    height: 0;
    width: 2px;
    background-color: rgba(24, 24, 24, .06);
    transform: translateY(-50%);
    right: -5px;
}
*/

.sp-palette-container .sp-palette {
    overflow-y: scroll !important;
    width: 250px;
    max-width: 250px;
    max-height: 238px;
    -webkit-overflow-scrolling: touch;
}

.paletteIcon .paletteIconBorder {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
    transition: -webkit-box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
    position: absolute;
}

.paletteIcon .paletteIconOuter {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
}

.paletteIcon .paletteIconInner {
    width: 100%;
    height: 100%;
}

.paletteIcon .paletteIconInner .paletteIconShape {
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    height: inherit;
    width: inherit;
}

.paletteIcon .paletteIconInner .paletteIconShape span {
    position: absolute;
    border-style: solid;
    border-width: 100px 72.65px;
    left: 50%;
    top: 50%;
    color: transparent;
}

.paletteIconShape span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(72deg);
    transform: translate(-50%, -50%) rotate(72deg);
}

.paletteIconShape span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(144deg);
    transform: translate(-50%, -50%) rotate(144deg);
}

.paletteIconShape span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(216deg);
    transform: translate(-50%, -50%) rotate(216deg);
}

.paletteIconShape span:nth-child(4) {
    -webkit-transform: translate(-50%, -50%) rotate(288deg);
    transform: translate(-50%, -50%) rotate(288deg);
}

.paletteIconShape span:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.paletteIcon .paletteIconInner .paletteIconShape::after {
    content: '';
    width: 32%;
    height: 32%;
    display: block;
    position: absolute;
    margin: -16% auto 0;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border-radius: 50%;
}

.Light .paletteIcon .paletteIconInner .paletteIconShape::after {
    background: #fff;
}

.paletteIcon .paletteIconInner .paletteIconShape::before {
    content: '';
    display: block;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 107%;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 2px;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.Light .paletteIcon .paletteIconInner .paletteIconShape::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='467' height='444' fill='%23ffffff'%3E%3Cpath d='M369.823 0l12.945 9.4043L246.406 197.098l220.773 71.655-4.939 15.219L242 212.49V444h-16V211.708L4.9395 283.457 0 268.238l220.726-71.639L84.8176 9.5298 97.762.1255 233.747 187.3 369.823 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-el {
    height: 42px;
    width: 42px;
}

.sp-palette .sp-thumb-inner,
.sp-palette .sp-thumb-el {
    border-radius: 50%;
}

.Detail .mediaColors .colorIcon {
    display: block;
    position: relative;
}

.Detail .mediaColors:first-child .colorIcon:last-child {
    position: relative;
}

.Detail .mediaColors:first-child .colorIcon:last-child:after {

}

.colorIcon .colorIconBorder {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out;
    transition: -webkit-box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
    position: absolute;
}

.colorIcon .colorIconInner {
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.Light .colorIcon.contrast .colorIconInner {
    -webkit-box-shadow: inset 0 0 0 1px rgba(24, 24, 24, .1);
    box-shadow: inset 0 0 0 1px rgba(24, 24, 24, .1);
}

.comment-section > h2 {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.comment-section > h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    z-index: 1;
}

.comment-section > h2 span {
    display: inline-block;
    border-bottom: 2px solid var(--theme-blue-color);
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
    line-height: 24px;
    color: #878f9a;
}

.comments-area input[type="submit"] {
    background-color: #f6d0d0;
    color: #0f528b;
    border-radius: 5px;
}

.hocwp .media-content {
    color: #878f9a;
}

.image-summary-wrap + .product-tabs-wrapper {
    margin-top: 20px;
}

.tags > a {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 5px 2px;
    font-size: 12px;
}

.tags > a:hover {
    text-decoration: none;
}

.comment-form .form-submit input[type="submit"] {
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comment-form .form-submit input[type="submit"]:hover {
    background-color: #B52759;
    color: #fff;
}

.post-tabs li:not(:last-child),
.post-tabs .tab-item {
    margin: 0;
    padding: 0;
}

.tab-lists .post-tabs {
    padding: 0;
}

.post-tabs li.active:hover a, .post-tabs li.active a:hover, .post-tabs li:hover a, .post-tabs li a:hover, .post-tabs li.active a, .post-tabs li a,
.tab-lists .post-tabs li a {
    font-size: 17px;
    padding: 5px 10px;
    display: block;
    margin: 0;
    background: #fff;
}

.tab-lists .post-tabs li.active a {
    color: #222;
}

.tab-pane .list-posts {
    margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
    #fes-vendor-dashboard,
    .pixelify-dashboard.new-product .fes-form-fieldset {
        max-width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
}

.pixelify-dashboard.new-product .fes-form-fieldset .fes-submit {
    text-align: center;
}

.pixelify-dashboard.new-product .fes-form-fieldset .fes-submit input[type="submit"] {
    text-transform: uppercase;
}

.pixelify-dashboard .dropzone.multiple.has-file .dz-preview:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-preview.has-image .dz-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pixelify-dashboard .zf_fes_featured_images .dropzone .dz-preview.has-image .dz-image img {
    object-fit: cover;
    height: 100% !important;
    width: auto !important;
}

.td_stretch_content_1400 .td-container .container {
    max-width: 100% !important;
    width: 100% !important;
}

tr .title-td h3 {
    font-size: 18px;
}

.jg-caption {
    text-align: left;
}

.shop-loop-head {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.result-count {
    float: left;
    color: #707070;
}

.shop-tools {
    float: right;
    margin-left: auto;
}

.shop-tools > * {
    display: inline-flex;
    padding: 0 7px;
    color: #8E8E8E;
    vertical-align: middle;
    align-items: center;
}

.products-per-page .per-page-number {
    display: inline-block;
    color: #8E8E8E;
    vertical-align: middle;
    padding: 0 0 0 7px;
}

.products-per-page .per-page-number:not(:first-child):not(:first-of-type):before {
    content: "/";
    padding: 0 7px 0 0;
    color: #8E8E8E;
    font-weight: 400;
}

.woodmart-products-per-page a.active, .woodmart-products-per-page .per-page-variation.current-variation {
    color: #2d2a2a;
    font-weight: 600;
}

.shop-tools .products-view-grid a {
    align-items: center;
    margin-right: 12px;
}

.shop-tools .products-view-grid a:not(.active) {
    opacity: .3;
}

.shop-tools .products-view-grid a:last-child, .woodmart-products-shop-view .shop-view:last-child {
    margin-right: 0;
}

.woocommerce-ordering select {
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 20px;
    max-width: 200px;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: right 0 top 50%;
    color: #2d2a2a;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.site-footer {
    margin-top: 20px;
}

.collection-posts .edd-remove-from-wish-list span {
    z-index: 499;
    position: relative;
}

.collection-posts.edd-wish-list[data-version="2"] .edd-remove-from-wish-list {
    position: relative;
    left: 12px;
    top: 8px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: .5;
    display: none;
}

.collection-posts.edd-wish-list[data-version="2"] .edd-remove-from-wish-list:hover {
    opacity: 1;
}

.collection-posts.edd-wish-list[data-version="2"] .post-item:hover .edd-remove-from-wish-list {
    display: inline-block;
}

.collection-posts.edd-wish-list[data-version="2"] .post-item .btn-add-collection {
    display: none;
    opacity: 0;
    visibility: hidden;
}


/* Site footer ---------------------------- */

.site-footer .td-sub-footer-container,
.site-footer .td-footer-wrapper {
    background-color: #fef4eb;
}

.site-footer .td-sub-footer-copy {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 0;
}

.site-footer .td-sub-footer-copy .footer-logo-wrap {
    margin-bottom: 0;
}

.site-footer .td-sub-footer-copy .footer-social-wrap a {
    color: #191a1e;
}

.site-footer .td-sub-footer-copy .td-social-style-2 i:after,
.site-footer .td-sub-footer-copy .td-social-style-2 .td-icon-font:after {
    display: none;
}

.site-footer .footer-logo-menu .td-sub-footer-menu,
.td-sub-footer-copy .footer-social-wrap {
    padding-top: 15px;
}

.td-sub-footer-copy .td-social-style-2 .td-social-icon-wrap {
    margin: 5px 10px;
}

.td-sub-footer-copy .td-social-style-2 i {
    width: auto;
    height: auto;
    font-size: 18px;
}

.site-footer .footer-logo-menu {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    margin: 0;
}

.site-footer .footer-logo-menu .td-sub-footer-menu {
    padding-right: 0;
}

.site-footer .footer-logo-menu > * {
    flex: 1;
}

.site-footer hr {
    border-top: 1px solid #cdc8c5;
    border-bottom: 1px solid #fffbf8;
    margin-bottom: 0;
}

.footer-logo-menu .td-subfooter-menu li a {
    color: #191a1e;
    font-size: 16px;
}

.footer-logo-menu .td-subfooter-menu li ~ li {
    border-left: 1px solid #d3ccc6;
    padding-left: 16px;
}

.font-forum-list .box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.font-forum-list .box-header h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 24px;
}

.font-forum-list .box-header > a {
    margin-left: auto;
}

body:not(.home) .font-forum-list {
    display: none;
}

.site-footer .td-footer-template-4 .footer-text-wrap {
    width: 100%;
}

.site-footer .td-footer-template-4 .footer-text-wrap + * {
    border-top: 1px solid #fffbf8;
    margin-top: 20px;
    padding-top: 15px;
    position: relative;
}

.site-footer .td-footer-template-4 .footer-text-wrap + *:after {
    content: "";
    border-top: 1px solid #cdc8c5;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    right: 0;
    z-index: 499;
}

.font-forum-list .loop-forum {
    display: flex;
    gap: 20px;
}

.font-forum-list .loop-forum > * {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.font-forum-list .loop-forum img {
    width: 100%;
    height: auto;
    display: flex;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    max-height: 289px;
}

.font-forum-list .loop-forum .post-title {
    text-align: left;
    margin: 7px 0 4px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.font-forum-list .loop-forum .post-cat {
    text-align: left;
    font-style: italic;
    margin: 0;
}

.font-forum-list .loop-forum .post-cat a {
    color: #5d624e;
}

.font-forum-list .loop-forum .font_forum {
    display: flex;
    flex-direction: column;
}

.font-forum-list .loop-forum .font_forum > a {
    object-position: center;
    object-fit: cover;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 10px;
}

/* Responsive ---------------------------- */

/* =========== For larger screen width =========== */

@media only screen and (min-width: 2133px) {

}

@media only screen and (min-width: 2400px) {

}

@media only screen and (min-width: 2560px) {

}

@media only screen and (min-width: 2880px) {

}

@media only screen and (min-width: 3840px) {

}

@media only screen and (min-width: 5760px) {

}

@media only screen and (min-width: 7680px) {

}

/*
 * Base screen width is 1920px
 */

/* =========== For smaller screen width =========== */

@media only screen and (max-width: 1745px) {
    .image-sidebar {
        max-width: 350px;
        flex-basis: 350px;
    }

    .image-summary {
        max-width: calc(100% - 350px);
        flex-basis: calc(100% - 350px);
		margin-left: 15px;
    }

    .site-logo .Header {
        width: 400px;
    }
}

/* 125% screen width -------------------- */
@media only screen and (max-width: 1536px) {

}

@media only screen and (max-width: 1403px) {
    .td_stretch_content_1400 .td-container, .td_stretch_content_1400.td-footer-instagram-container .td-instagram-user, .td_stretch_content_1400.td-footer-instagram-container .td_block_instagram {
        max-width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* 150% screen width -------------------- */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1240px) {
    .entry-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .site-footer .footer-logo-menu {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1024px) {
    .td-main-menu-logo.td-logo-in-menu {
        margin: 0;
        justify-content: center;
    }
}

@media screen and (min-width: 981px) {
    .td-main-menu-logo {
        float: left;
    }
}

@media only screen and (max-width: 1024px) {
    #td-header-menu {
        display: flex !important;
        justify-content: space-between;
    }

    #td-top-mobile-toggle {
        display: flex;
        position: relative;
        align-items: center;
    }

    #site-navigation .hocwp-menu {
        display: none;
    }

    .td-container, .tdc-row, .tdc-row-composer {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-wrap {
        display: block;
    }

    .tdm-header-style-3 .td-header-menu-wrap-full #td-header-search-button .td-icon-search {
        font-size: 27px;
        line-height: 54px;
        height: 54px;
        display: inline-block;
        padding-top: 5%;
    }

    .td-header-wrap .td-drop-down-search .btn {
        position: static;
    }

    .td-drop-down-search .td-head-form-search-wrap {
        display: flex;
    }

    .content-wrap .column-main, .td-main-content .profile-wrap .profile-content {
        max-width: 100%;
    }

    .content-wrap .sidebar, .td-main-content .profile-wrap .profile-card {
        max-width: 100%;
        width: 100%;
    }

    .td-main-content .profile-wrap {
        display: block;
    }
}

@media only screen and (max-width: 955px) {
    .website-wrapper > .image-summary-wrap .image-sidebar {
        border: none;
    }

    .font-forum-list .loop-forum {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .font-forum-list .loop-forum > * {
        width: 48%;
        flex-basis: 48%;
        max-width: 48%;
    }

    .right-menu {
        display: none;
    }

    .image-sidebar,
    .image-summary {
        max-width: 100%;
        flex-basis: 100%;
    }

    .website-wrapper > .image-summary-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 880px) {

}

@media only screen and (max-width: 800px) {
    .td-post-prev-post, .widget_calendar tfoot #prev,
    .td-post-next-post, .widget_calendar tfoot #next {
        width: 100%;
        text-align: left;
    }
}

/*
 * WordPress Admin Bar change height.
 */
@media screen and (max-width: 1024px) {
    .tdm-header-style-3 .td-header-wrap {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .tdm-header-style-3 .td-main-menu-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        max-width: 60%;
    }

    .tdm-header-style-3 .td-main-menu-logo .custom-logo-link {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .tdm-header-style-3 .td-main-menu-logo img {
        max-height: 50px;
        height: auto;
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .tdm-header-style-3 .td-header-menu,
    .tdm-header-style-3 .td-header-search {
        z-index: 2;
        flex: 0 0 auto;
    }

    .tdm-header-style-3 .td-main-menu-logo .custom-logo-link,
    .site-title > a {
        display: block;
    }

    .site-header .td-header-main-menu {
        min-height: 54px;
    }
}


@media screen and (max-width: 768px) {
    .tdm-header-style-3 .td-main-menu-logo img {
        max-height: 50px;
        height: auto;
        width: auto;
    }
}


@media only screen and (max-width: 740px) {
    .image-summary-inner {
        padding: 0 15px;
    }

    .image-sidebar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 720px) {

}

@media only screen and (max-width: 640px) {

}

@media only screen and (max-width: 620px) {
    .td-header-sp-top-menu .hocwp-menu > li:not(:first-child):not(:nth-child(2)) {
        display: none;
    }
}

/*
 * WordPress Admin Bar un-fixed.
 */
@media only screen and (max-width: 600px) {
    .footer-logo-menu .td-subfooter-menu li a {
        font-size: 14px;
    }

    .td-subfooter-menu li {
        margin-bottom: 5px;
    }

    .tagdiv-type blockquote p, h1 {
        font-size: 25px;
        line-height: 32px;
    }

    h1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 568px) {
    .hocwp .media-content .media-info .details .list-label {
        max-width: 130px;
    }

    .colors .comment-section h2 {
        margin-top: 0;
    }

    .post-tabs li.active:hover a, .post-tabs li.active a:hover, .post-tabs li:hover a, .post-tabs li a:hover, .post-tabs li.active a, .post-tabs li a, .tab-lists .post-tabs li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 563px) {

}

@media only screen and (max-width: 549px) {

}

@media only screen and (max-width: 534px) {
    .font-forum-list .loop-forum > * {
        width: 47%;
        flex-basis: 47%;
        max-width: 47%;
    }

    .site-footer .footer-logo-menu > * {
        flex-direction: column;
        gap: 0;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {
    .mobile-menu > .menu-toggle[aria-expanded="true"] {
        margin-left: 200px;
    }
}

@media only screen and (max-width: 338px) {

}

@media only screen and (max-width: 330px) {

}

@media only screen and (max-width: 320px) {

}

@media print {

}