/*
 Theme Name: News Magazine Child
 Theme URI: https://example.com
 Description: Child theme for News Magazine
 Author: Your Name
 Author URI: https://example.com
 Template: news-magazine-x
 Version: 1.0
*/

/* Custom CSS here */


span.newsx-menu-item-label {
    display: none !important;
}
.newsx-header-menu-primary .newsx-nav-menu > .menu-item > a {
    font-size: 16px !important;
}

@media (max-width: 768px) {
.newsx-archive-page-header p {
    width: 100% !important;
}
a.newsx-underline-hover {
    font-size: 14px;
}
}

.home .newsx-main-content section.newsx-widget
 {
    margin-bottom: 10px !important;
}
section#block-10 {
    height: 0px !important;
}
section#block-15 {
    height: 0px !important;
}

.site-main .newsx-row:first-child .newsx-row-inner, .customize-partial-edit-shortcuts-shown .site-main .newsx-row:nth-child(2) .newsx-row-inner {
    padding-top: 10px !important;
}
.newsx-single-wrap, .newsx-blog-page-wrap, .newsx-archive-page-wrap, .newsx-default-page-wrap
{
    padding-top: 10px;
    padding-bottom: 15px;
}
.newsx-archive-page-header {
    margin-bottom: 20px;
}

.newsx-header-menu-primary .sub-menu a {
    font-size: 16px;
    padding: 10px;
}

.newsx-archive-page-header p {
    width: 100% !important;
}

span.newsx-grid-author-name
{
    display: none !important;
}
.newsx-post-author {
    display: none !important;
}
.newsx-post-author-box.newsx-flex-nowrap.newsx-s4 {
    display: none !important;
}

.wpcf7 form {
  max-width: 100% !important;
}

.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box !important;
  height: 45px !important;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  margin: 0 !important;
}

.wpcf7 textarea {
  height: 90px !important;
  resize: none !important;
}

.wpcf7 form p {
  margin: 0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"] {
    width: 100% !important;
}

/* Desktop & Tablet – 3 column */
.cf7-row > div {
  flex: 1 !important;
}

/* Mobile only – 1 column */
@media (max-width: 767px) {
.cf7-flex {
    display: block !important;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    width: 100% !important;
}
}


@media (max-width: 768px) {
.newsx-mobile-menu-toggle{
	margin-left:85px !important;
}
}
/* Tablet CSS */
@media (min-width: 768px) and (max-width: 1024px) {
    .newsx-mobile-menu-toggle {
        margin-left: 10px !important;
    }
}

.newsx-default-page-wrap.newsx-container h2 {
    display: none;
}

aside.footer-widgets-area.footer-widgets-area-1 a {
    text-decoration: none;
}

.newsx-s2.newsx-category-list img {
    height: 250px !important;
}

@media (max-width: 767px) {
  .newsx-s2.newsx-category-list img {
    height: auto !important;
  }
}

#newsx_social_icons-2 .newsx-vimeo-si{
	display:none !important;
}
#newsx_social_icons-2 .newsx-dribbble-si{
	display:none !important;
}

#newsx_social_icons-2 .newsx-soundcloud-si{
	display:none !important;
}
#newsx_social_icons-2 .newsx-tiktok-si{
	display:none !important;
}
#newsx_social_icons-3 .newsx-vimeo-si{
	display:none !important;
}
#newsx_social_icons-3 .newsx-dribbble-si{
	display:none !important;
}

#newsx_social_icons-3 .newsx-soundcloud-si{
	display:none !important;
}
#newsx_social_icons-3 .newsx-tiktok-si{
	display:none !important;
}