/* 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;
}
.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.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;
}

.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 {
    text-align: center;
}

.tab-lists:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 1;
    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: #fff6f8;
    border: none;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: -3px;
    position: relative;
    z-index: 2;
}

.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;
}

/* 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) {

}

/* 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) {

}

@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;
    }
}

@media screen and (min-width: 981px) {
    .td-main-menu-logo {
        float: left;
    }
}

@media only screen and (max-width: 980px) {
    #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: 10%;
    }

    .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) {
    .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%;
    }
}

@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%;
    }

    .tdm-header-style-3 .td-header-menu,
    .tdm-header-style-3 .td-header-search {
        z-index: 2;
        flex: 0 0 auto;
    }
}


@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) {

}

@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;
    }
}

@media only screen and (max-width: 568px) {

}

@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 {

}