@media (min-width: 1080px) {
.dt-d-1080-block {
display: block !important;
}
.dt-d-1080-none {
display: none !important;
}
.dt-d-1080-flex {
display: flex !important;
}
}
@media (max-width: 1079px) {
.dt-d-1080-block {
display: none !important;
}
.dt-d-1080-none {
display: block !important;
}
.dt-d-1080-flex {
display: none !important;
}
} .dt_mobilenav-mainmenu-content {
position: fixed;
top: 0;
left: -100%;
width: 320px;
max-width: 85vw;
height: 100vh;
background: #fff;
z-index: 9999;
transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 4px 0 20px rgba(0,0,0,0.15);
overflow-y: auto;
}
.dt_mobilenav-mainmenu-content.active {
left: 0;
}
.dt_mobilenav-mainmenu-inner {
padding: 0;
min-height: 100%;
display: flex;
flex-direction: column;
}
.dt_mobilenav-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
border-bottom: 1px solid #eee;
background: #f8f9fa;
position: sticky;
top: 0;
z-index: 10;
}
.dt_mobilenav-header .site--logo {
max-width: 160px;
}
.dt_mobilenav-header .site--logo img {
max-height: 40px;
width: auto;
}
.dt_mobilenav-list {
list-style: none;
margin: 0;
padding: 0;
flex: 1;
}
.dt_mobilenav-list li {
border-bottom: 1px solid #f0f0f0;
position: relative;
}
.dt_mobilenav-list li a {
display: block;
padding: 14px 20px;
color: #333;
font-weight: 500;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.2s;
}
.dt_mobilenav-list li a:hover {
background: #f8f9fa;
color: var(--dt-main-color, #e53935);
padding-left: 24px;
} .dt_mobilenav-list .menu-item-has-children > a {
padding-right: 50px;
}
.dt_mobilenav-dropdown-toggle {
position: absolute;
right: 12px;
top: 8px;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 6px;
background: #f0f0f0;
border: none;
z-index: 2;
}
.dt_mobilenav-dropdown-toggle:hover {
background: #e0e0e0;
}
.dt_mobilenav-dropdown-toggle button {
background: none;
border: none;
font-size: 0.8rem;
color: #666;
transition: transform 0.3s;
cursor: pointer;
padding: 0;
}
.dt_mobilenav-dropdown-toggle.open button {
transform: rotate(90deg);
}
.dt_mobilenav-list .sub-menu {
display: none;
list-style: none;
margin: 0;
padding: 0;
background: #fafafa;
}
.dt_mobilenav-list .sub-menu.open {
display: block;
}
.dt_mobilenav-list .sub-menu li a {
padding-left: 36px;
font-size: 0.9rem;
color: #555;
}
.dt_mobilenav-list .sub-menu .sub-menu li a {
padding-left: 52px;
font-size: 0.85rem;
}
.dt_mobilenav-footer {
padding: 20px;
border-top: 1px solid #eee;
background: #f8f9fa;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
} .dt_navbar-menus .dropdown-menu {
border: none;
border-radius: 8px;
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
padding: 8px 0;
min-width: 220px;
margin-top: 8px;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.25s ease;
display: block;
}
.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 a {
padding: 10px 20px;
font-size: 0.9rem;
color: #444;
transition: all 0.2s;
border-radius: 0;
}
.dt_navbar-menus .dropdown-menu li a:hover {
background: #f8f9fa;
color: var(--dt-main-color, #e53935);
padding-left: 24px;
}
.dt_navbar-menus .dropdown-menu .dropdown-menu {
left: 100%;
top: -8px;
margin-left: 2px;
} .newsmunchwon-avatar {
border-radius: 50%;
object-fit: cover;
transition: transform 0.2s;
}
.newsmunchwon-avatar:hover {
transform: scale(1.05);
}
.newsmunchwon-avatar.author-avatar {
border: 3px solid var(--dt-main-color, #e53935);
padding: 2px;
}
.newsmunchwon-avatar.comment-avatar {
border: 2px solid #eee;
} @media (max-width: 1200px) {
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
width: 33.3333%;
}
}
@media (max-width: 991px) {
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 50%;
}
.cart-dropdown-menu {
width: 280px;
}
}
@media (max-width: 575px) {
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
width: 100%;
}
.woocommerce ul.products {
margin: 0;
}
.woocommerce ul.products li.product {
padding: 0;
}
.newsmunchwon-shop-description {
padding: 1rem;
}
}  @media only screen and (max-width: 992px) {
.single-cover {
background-attachment: unset;
height: 400px;
}
.single-cover .cover-content .title {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.featured-post-lg .thumb .inner {
height: 425px;
}
.post.post-list .thumb {
float: none;
flex-basis: 100%;
max-width: 550px;
}
.post.post-list .details {
margin-left: 0;
margin-top: 25px;
}
.post.post-list .details.dt-py-4.dt-px-3 {
margin-top: 0;
}
.post.post-list .thumb+.details {
margin-left: 0;
}
.post .meta li:after {
content: "";
margin-left: 0.5rem;
}
.post .meta li:not(:last-child) {
margin-right: 0.3rem;
}
.instagram-feed .insta-item {
text-align: center;
margin: 2.5px 0;
}
.dt_footer-inner {
text-align: center;
}
.featured-post-lg .post-title {
font-size: 26px;
}
.featured-post-lg .details {
padding: 3rem;
}
.slick-dotted .featured-post-lg .details {
padding: 3rem 3rem 4.5rem;
}
.post-carousel-banner .slick-dots {
bottom: 17px;
}
.search-popup .search-content {
padding: 0 20px;
width: 100%;
}
.post.post-classic .post-bottom .social-share .toggle-button {
display: inline-block;
}
.post.post-classic .post-bottom .icons {
opacity: 0;
visibility: hidden;
transition: all 0.2s ease-in-out;
}
.post.post-classic .post-bottom .icons:before {
content: '';
background: #ddd;
display: inline-block;
height: 1px;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
width: 30px;
}
.post.post-classic .post-bottom .icons.visible {
opacity: 1;
visibility: visible;
}
.featured-post-xl .thumb .inner {
height: 350px;
}
.featured-post-xl .details {
padding: 0 30px;
left: 0;
top: 50%;
max-width: 100%;
transform: translate(0%, -50%);
}
.featured-post-xl .post-title {
font-size: 24px;
}
.post.post-classic .details {
padding: 30px;
}
.post.post-classic .details .post-title {
font-size: 20px;
}
.post.post-classic .post-bottom {
margin: 0 30px;
}
.post.post-classic .post-format, .post.post-xl .post-format {
font-size: 20px;
height: 50px;
line-height: 54px;
right: 20px;
bottom: -25px;
width: 50px;
}
.post.post-xl .post-top {
padding: 0 20px;
}
.post.post-xl .details {
padding: 50px 20px 50px;
}
.post.post-xl .post-bottom {
margin: 0 20px;
}
.post.post-xl .post-top .post-title {
font-size: 24px;
}
.hero {
height: 570px;
}
.hero .cta h2 {
font-size: 30px;
}
.hero .cta p {
font-size: 16px;
}
.alignleft, .alignright {
float: none;
}
.post-single .post-header .title {
font-size: 26px;
}
.post-single .social-share,
.post-single .social-share .icons {
text-align: center;
}
.post-single .social-share {
margin-bottom: 20px;
}
.about-author .thumb {
float: none;
margin: auto;
}
.about-author .details {
margin-left: 0;
margin-top: 20px;
text-align: center;
}
.comments li.comment.child {
margin-left: 30px;
}
.breadcrumb .breadcrumb-item.active {
display: none;
}
.post-carousel-widget .post-carousel {
margin: 0 12px;
}
.post-carousel-widget .post-carousel .post-title {
font-size: 16px;
}
}
@media only screen and (max-width: 576px) {
.single-cover {
height: 300px;
}
.alignleft {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
.alignright {
margin: 0.375em auto 1em;
clear: both;
display: block;
}
}