@media (max-width: 1025px) {
body.elementor-page.left-both-sidebar #theme-content .primary-content,
body.elementor-page.right-both-sidebar #theme-content .primary-content {
max-width: 100%;
} body .popup-layout--two .nekit-search-form-wrap .article-item .post-thumb-wrap,
body .popup-layout--three .nekit-search-form-wrap .article-item .post-thumb-wrap {
flex: 0 1 20%;
} .nekit_news_list_wrap .news-list-post-wrap.column--three,
.nekit_news_grid_wrap.news-grid .news-grid-post-wrap {
grid-template-columns: repeat(2, 1fr);
} .elementor-widget-popular_opinions .popular-opinions-wrap {
grid-template-columns: repeat(3, 1fr);
} .nekit-video-playlist-wrap.widget-layout--one {
flex-direction: column;
}
} @media (max-width: 940px) { .nekit_news_list_wrap.news-list .news-list-post-wrap {
grid-template-columns: 1fr;
} .elementor-widget-popular_opinions .popular-opinions-wrap {
grid-template-columns: repeat(2, 1fr);
}
} @media (max-width: 768px) {
.popup-layout--three .nekit-search-form-wrap form {
width: 90%;
}
.popup-layout--three .nekit-search-form-wrap .search-results-wrap,
.popup-layout--two .nekit-search-form-wrap form label {
width: 67%;
}
.popup-layout--two .nekit-search-form-wrap .search-results-wrap {
width: 90%;
}
} @media (max-width: 610px) {
.popup-layout--three .nekit-search-form-wrap .search-results-wrap {
width: 90%;
}
.elementor-page .width-full-width--layout .news-elementor-container {
margin: 0;
}
.elementor-page .post-thumb-wrap {
width: 100%;
} .nekit_news_grid_wrap.news-grid .news-grid-post-wrap {
grid-template-columns: 1fr;
} .elementor-widget-popular_opinions .popular-opinions-wrap {
grid-template-columns: 1fr;
}
}