/*
 Theme Name:   Newspaper Child
 Theme URI:    http://demo.tagdiv.com/newspaper/
 Description:  Newspaper Child Theme
 Author:       tagDiv
 Author URI:   http://tagdiv.com/
 Template:     Newspaper
 Version:      1.0.0
 Text Domain:  newspaper-child
*/

:root {
    --td_theme_color: #693852;
}

/* Custom Search Box Styling */
.custom-search-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    top: -20px;
}

.custom-search-box .search-inner {
    display: flex;
    align-items: center;
    background-color: var(--td_theme_color);
    border-radius: 4px;
    /* Minimal border radius like answershub */
    padding: 0;
    overflow: hidden;
    height: 40px;
    /* Adjust based on header height */
}

.custom-search-box .search-field {
    border: none;
    background: transparent;
    padding: 0 15px;
    height: 100%;
    font-size: 14px;
    color: #f2f2f2;
    width: 400px;
    /* Adjust width as needed */
    outline: none;
}

.custom-search-box .search-field::placeholder {
    color: #f2f2f2;
}

.custom-search-box .search-submit {
    border: none;
    background: black;
    /* Pinkish color from reference or similar accent */
    color: #fff;
    height: 100%;
    width: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.3s;
}

.custom-search-box .search-submit i {
    font-size: 16px;
    position: static;
    /* Reset theme defaults */
    margin: 0;
}

#search-box {
    float: right;
    margin-top: 10px;
}

.td-header-template-wrap {
    position: fixed !important;
    top: -1px;
    width: 100%;
    z-index: 9999;
}

.td-main-content-wrap.td-main-page-wrap.td-container-wrap, .td-main-content-wrap.td-container-wrap {
    padding-top: 197.8px !important;
}

.td-module-comments {
    display: none !important;
}