.dt-d-1080-block {
display: block !important;
}
.dt-d-1080-none {
display: none !important;
}
.dt-d-1080-flex {
display: flex !important;
} .dt_navbar-menus {
background: #fff;
border-top: 1px solid #eee;
position: relative;
}
.dt_navbar-menus .dt-container-md {
position: relative;
} .dt_navbar-wrapper {
display: flex;
flex-direction: column;
} .dt_navbar-inner {
padding: 0;
}
.dt_navbar-inner .dt-row {
align-items: center;
min-height: 80px;
}
.dt_navbar-inner .site--logo {
display: flex;
align-items: center;
}
.dt_navbar-inner .site--logo img {
max-height: 60px;
width: auto;
} .dt_navbar-menus {
min-height: 40px;
display: flex;
align-items: center;
}
.dt_navbar-menu {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
width: 100%;
min-height: 40px;
}
.dt_navbar-nav {
display: flex;
align-items: center;
flex: 1;
overflow: visible;
} .dt_navbar-nav .menu {
display: flex;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
flex-wrap: nowrap;
}
.dt_navbar-nav .menu > li {
position: relative;
margin: 0;
flex-shrink: 0;
} .dt_navbar-nav .menu > li > a {
display: flex;
align-items: center;
height: 40px;
padding: 0 16px;
color: #333;
font-weight: 600;
font-size: 0.85rem;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.3px;
transition: all 0.2s ease;
position: relative;
white-space: nowrap;
line-height: 1;
}
.dt_navbar-nav .menu > li > a:hover,
.dt_navbar-nav .menu > li.current-menu-item > a,
.dt_navbar-nav .menu > li.current-menu-parent > a {
color: var(--dt-main-color, #e53935);
} .dt_navbar-nav .menu > li > a::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--dt-main-color, #e53935);
transition: all 0.25s ease;
transform: translateX(-50%);
}
.dt_navbar-nav .menu > li > a:hover::after,
.dt_navbar-nav .menu > li.current-menu-item > a::after {
width: 70%;
} .dt_home-icon {
margin-right: 4px;
flex-shrink: 0;
}
.dt_home-icon a {
display: flex;
align-items: center;
justify-content: center;
min-width: 80px;
width: auto;
max-width: 200px;
height: 40px;
padding: 0 20px;
border-radius: 4px;
background: var(--dt-main-color, #e53935);
color: #fff !important;
font-size: 1rem;
font-weight: 700;
text-decoration: none;
transition: all 0.2s ease;
white-space: nowrap;
}
.dt_home-icon a i {
margin-right: 6px;
font-size: 0.9rem;
}
.dt_home-icon a:hover {
background: var(--dt-secondary-color, #b71c1c);
transform: scale(1.03);
} .dt_navbar-menus .dropdown-menu {
border: none;
border-radius: 0 0 8px 8px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
padding: 0;
min-width: 220px;
margin-top: 0;
opacity: 0;
visibility: hidden;
transform: translateY(-5px);
transition: all 0.2s ease;
display: block;
background: #fff;
border-top: 2px solid var(--dt-main-color, #e53935);
}
.dt_navbar-menus .menu-item:hover > .dropdown-menu,
.dt_navbar-menus .menu-item:focus-within > .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.dt_navbar-menus .dropdown-menu li {
border-bottom: 1px solid #f5f5f5;
}
.dt_navbar-menus .dropdown-menu li:last-child {
border-bottom: none;
}
.dt_navbar-menus .dropdown-menu li a {
display: flex;
align-items: center;
height: 38px;
padding: 0 18px;
font-size: 0.82rem;
font-weight: 500;
color: #444;
text-decoration: none;
transition: all 0.2s;
white-space: nowrap;
}
.dt_navbar-menus .dropdown-menu li a:hover {
background: #f8f9fa;
color: var(--dt-main-color, #e53935);
padding-left: 22px;
} .dt_navbar-menus .dropdown-menu .dropdown-menu {
left: 100%;
top: -2px;
margin-left: 0;
border-radius: 0 8px 8px 8px;
border-top: 2px solid var(--dt-main-color, #e53935);
} .dt_navbar-right .dt_navbar-list-right {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 8px;
}
.dt_navbar-right .dt_navbar-list-right li {
margin: 0;
}
.dt_navbar-right .dt_navbar-list-right a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
color: #555;
font-size: 0.9rem;
text-decoration: none;
transition: all 0.2s;
}
.dt_navbar-right .dt_navbar-list-right a:hover {
background: #f0f0f0;
color: var(--dt-main-color, #e53935);
} .dt_navbar-right .woo-icon-count {
position: absolute;
top: -4px;
right: -4px;
width: 16px;
height: 16px;
background: var(--dt-main-color, #e53935);
color: #fff;
border-radius: 50%;
font-size: 0.65rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
} .hamburger {
width: 28px;
height: 22px;
position: relative;
cursor: pointer;
background: none;
border: none;
padding: 0;
}
.hamburger span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #333;
border-radius: 2px;
transition: all 0.3s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 10px; }
.hamburger span:nth-child(3) { top: 20px; }
.hamburger:hover span {
background: var(--dt-main-color, #e53935);
} body.dt-menu-open {
overflow: hidden;
} .off--layer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 9998;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
}
.dt-menu-open .off--layer {
opacity: 1;
visibility: visible;
} .site--close {
width: 36px;
height: 36px;
border-radius: 50%;
background: #f0f0f0;
border: none;
cursor: pointer;
position: relative;
transition: all 0.2s;
}
.site--close:hover {
background: #e0e0e0;
}
.site--close::before,
.site--close::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 16px;
height: 2px;
background: #333;
border-radius: 1px;
}
.site--close::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.site--close::after {
transform: translate(-50%, -50%) rotate(-45deg);
} .dt_navbar-wrapper.is--sticky .dt_navbar-menus {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
animation: slideDown 0.3s ease;
}
@keyframes slideDown {
from { transform: translateY(-100%); }
to { transform: translateY(0); }
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#content[tabindex="-1"]:focus {
outline: 0;
}
.hidden {
visibility: hidden;
width: 0px !important;
height: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
.page_edit_link {
display: inline-block;
margin-top: 4.5rem;
padding: 0.8rem 2.4rem;
background-color: var(--dt-main-color);
color: #fff;
}
.page_edit_link span {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.page_edit_link a,
.page_edit_link a:hover,
.page_edit_link a:focus {
color: #fff;
margin-left: 5px;
font-weight: 600;
}
blockquote {
border-radius: 10px;
background-color: rgba(189, 189, 189, 0.3);
padding: 30px;
position: relative;
margin: 0 0 1rem;
}
@media (max-width: 767px) {
blockquote {
padding: 20px;
}
}
blockquote::before {
content: "\f10d";
color: var(--dt-main-color);	
display: table;
float: left;
font-family: 'Font Awesome 6 Free';
font-size: 28px;
margin-top: -10px;
font-weight: 900;
width: 6%;
}
blockquote p {
color: var(--dt-secondary-color);
font-style: italic;
width: 94%;
display: table;
margin: 0;
}
blockquote p+p {
margin-top: 1.6rem;
}
cite {
color: var(--dt-text-color);
font-weight: 700;
font-style: italic;
}
blockquote a:not(:hover, :focus) {
text-decoration: none;
} img.alignnone {
margin: 0 auto;
max-width: 100%;
}
#attachment_907 {
width: 100%;
}
img.alignleft,
.wp-caption.alignleft {
margin-right: 30px;
}
img.alignright,
.wp-caption.alignright {
margin-left: 30px;
float: right;
clear: both;
margin-bottom: 30px;
}
img.wp-caption .alignnone {
display: block;
margin: 0 auto;
height: auto;
width: 100%;
}
a img.alignright {
float: right;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
}
.aligncenter {
margin-top: .5em;
margin-bottom: .5em;
}
.alignleft {
float: left;
margin: .5em 20px .5em 0;
}
.alignright {
float: right;
margin: .5em 0 .5em 20px;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
clear: left;
font-style: italic;
line-height: 1.5em;
margin: 0.75em 0;
text-align: center;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
margin: 12px 0;
text-align: center;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f8f8f8;
border-color: #eee;
border-image: initial;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin-bottom: 20px;
max-width: 100%;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: center;
}
.wp-caption>img {
max-width: 100%;
}
form.post-password-form label,
form.post-password-form input {
display: inline-block;
} body .is-layout-flex {
display: flex;
}
body .is-layout-flex {
flex-wrap: wrap;
align-items: center;
}
:where(.is-layout-flex) {
gap: 0.5em;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
.wp-block-social-links.wp-container-1,
.wp-block-social-links.wp-container-2 {
justify-content: center;
}
.wp-block-gallery.wp-block-gallery-6 {
--wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}
.widget .wp-block-gallery.has-nested-images figure.wp-block-image img {
min-height: 11.4rem;
}
.dt_widget-area .widget .wp-block-social-links.is-style-default:not(.is-style-logos-only) li a:not(:hover, :focus) {
color: #fff;
}
.wp-block-image figcaption {
color: #555;
font-size: 13px;
text-align: center;
} .gallery .gallery-icon a {
display: block;
position: relative;
z-index: 1;
background-color: var(--dt-secondary-color);
}
.gallery .gallery-icon img {
width: 100%;
object-fit: cover;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.gallery .gallery-item:hover .gallery-icon img,
.gallery .gallery-item:focus-within .gallery-icon img {
opacity: 0.8;
}
.gallery {
margin-left: -0.5em;
margin-right: -0.5em;
}
.gallery:after {
display: table;
content: "";
clear: both;
}
.gallery-item {
margin: 0;
float: left;
padding: 0.5em;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-3 .gallery-item {
width: 33.3333%
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery-columns-5 .gallery-item {
width: 20%
}
.gallery-columns-6 .gallery-item {
width: 16.6667%
}
.gallery-columns-7 .gallery-item {
width: 14.2857%
}
.gallery-columns-8 .gallery-item {
width: 12.5%
}
.gallery-columns-9 .gallery-item {
width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
} @media (min-width: 100em) {
body.background-boxed {
max-width: 1500px;
margin: 0 auto;
position: relative;
box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.15);
}
body.background-boxed .container-fluid { 
max-width: 1470px; 
padding-left: 1.5rem; 
padding-right: 1.5rem; 
}
}
@media (min-width: 75em) and (max-width: 99.95em)  {
body.background-boxed {
max-width: 1200px;
margin: 0 auto;
position: relative;
box-shadow: 0 0.6rem 4rem rgba(0, 0, 0, 0.25);
}
}
@media (min-width: 62em) and (max-width: 74.95em)  {
body.background-boxed {
width: 95%;
margin: 0 auto;
box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 61.95em) {
body.background-boxed {
width: 100%;
}
} .newsmunchwon-author-box {
display: flex;
gap: 1.5rem;
padding: 1.5rem;
background: #f8f9fa;
border-radius: 12px;
margin: 2rem 0;
align-items: flex-start;
}
.newsmunchwon-author-avatar {
flex-shrink: 0;
}
.newsmunchwon-author-avatar .author-box-avatar {
width: 96px;
height: 96px;
border-radius: 50%;
border: 3px solid var(--dt-main-color, #e53935);
padding: 3px;
object-fit: cover;
}
.newsmunchwon-author-info {
flex: 1;
}
.newsmunchwon-author-name {
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 0.5rem 0;
}
.newsmunchwon-author-name a {
color: #222;
text-decoration: none;
transition: color 0.2s;
}
.newsmunchwon-author-name a:hover {
color: var(--dt-main-color, #e53935);
}
.newsmunchwon-author-bio {
font-size: 0.9rem;
line-height: 1.6;
color: #555;
margin: 0 0 0.75rem 0;
}
.newsmunchwon-author-meta {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
font-size: 0.8rem;
}
.newsmunchwon-author-meta span,
.newsmunchwon-author-meta a {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 12px;
border-radius: 20px;
background: #fff;
color: #666;
text-decoration: none;
transition: all 0.2s;
}
.newsmunchwon-author-meta a:hover {
background: var(--dt-main-color, #e53935);
color: #fff;
}
@media (max-width: 575px) {
.newsmunchwon-author-box {
flex-direction: column;
text-align: center;
align-items: center;
}
.newsmunchwon-author-meta {
justify-content: center;
}
} .newsmunchwon-woo-sidebar {
padding: 1rem;
}
.newsmunchwon-woo-sidebar .widget {
margin-bottom: 1.5rem;
padding: 1.25rem;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.newsmunchwon-woo-sidebar .widget-header {
margin-bottom: 1rem;
padding-bottom: 0.75rem;
border-bottom: 2px solid #f0f0f0;
}
.newsmunchwon-woo-sidebar .widget-title {
font-size: 1rem;
font-weight: 700;
color: #222;
margin: 0;
}
.newsmunchwon-woo-sidebar .widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.newsmunchwon-woo-sidebar .widget ul li {
padding: 8px 0;
border-bottom: 1px solid #f5f5f5;
}
.newsmunchwon-woo-sidebar .widget ul li:last-child {
border-bottom: none;
}
.newsmunchwon-woo-sidebar .widget ul li a {
color: #555;
text-decoration: none;
transition: color 0.2s;
display: flex;
align-items: center;
justify-content: space-between;
}
.newsmunchwon-woo-sidebar .widget ul li a:hover {
color: var(--dt-main-color, #e53935);
}
.newsmunchwon-woo-sidebar .widget ul li .count {
font-size: 0.75rem;
color: #999;
background: #f5f5f5;
padding: 2px 8px;
border-radius: 10px;
} .newsmunchwon-woo-sidebar .widget_price_filter .price_slider_wrapper {
padding-top: 0.5rem;
}
.newsmunchwon-woo-sidebar .widget_price_filter .ui-slider {
background: #e0e0e0;
border-radius: 4px;
height: 6px;
}
.newsmunchwon-woo-sidebar .widget_price_filter .ui-slider-range {
background: var(--dt-main-color, #e53935);
border-radius: 4px;
}
.newsmunchwon-woo-sidebar .widget_price_filter .ui-slider-handle {
background: #fff;
border: 2px solid var(--dt-main-color, #e53935);
border-radius: 50%;
width: 18px;
height: 18px;
top: -6px;
}
.newsmunchwon-woo-sidebar .widget_price_filter .button {
background: var(--dt-main-color, #e53935);
color: #fff;
border: none;
border-radius: 6px;
padding: 8px 16px;
font-size: 0.85rem;
font-weight: 600;
cursor: pointer;
} .newsmunchwon-woo-sidebar .product_list_widget li {
display: flex;
align-items: center;
gap: 12px;
padding: 10px 0;
}
.newsmunchwon-woo-sidebar .product_list_widget li img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 6px;
}
.newsmunchwon-woo-sidebar .product_list_widget .product-title {
font-size: 0.85rem;
font-weight: 600;
color: #333;
display: block;
margin-bottom: 4px;
}
.newsmunchwon-woo-sidebar .product_list_widget .woocommerce-Price-amount {
font-size: 0.9rem;
font-weight: 700;
color: var(--dt-main-color, #e53935);
} .newsmunchwon-woo-sidebar .widget_search .search-field {
width: 100%;
padding: 10px 14px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 0.9rem;
}
.newsmunchwon-woo-sidebar .widget_search .search-submit {
display: none;
} .newsmunchwon-woo-sidebar .tagcloud a {
display: inline-block;
padding: 4px 12px;
margin: 2px;
background: #f5f5f5;
border-radius: 20px;
font-size: 0.8rem !important;
color: #666;
text-decoration: none;
transition: all 0.2s;
}
.newsmunchwon-woo-sidebar .tagcloud a:hover {
background: var(--dt-main-color, #e53935);
color: #fff;
}