/*
 Theme Name:   Newspaper Child
 Theme URI:    https://tagdiv.com
 Description:  Child theme pentru Newspaper Casa Magazin
 Author:       Mateo
 Template:     Newspaper
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../Newspaper/style.css");

/*CSS-ul personalizat */

.td-header-style-12 .td-main-menu-logo img {
  max-height: 110px !important;
  margin-right: 22px;
}
.td-header-wrap .td-header-menu-wrap .sf-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: #000 !important;
  font-weight: bold !important;
}
/* Hide author signature everywhere */
.td-post-author-name,
.td-author-box {
    display: none !important;
}

/* Show author signature ONLY on single post pages */
.single .td-post-author-name,
.single .td-author-box {
    display: block !important;
}
