/*
 Theme Name:   Kentha Child
 Theme URI:    http://qantumthemes.xyz/
 Description:  Kentha Child Theme
 Author:       QantumThemes
 Author URI:   http://qantumthemes.xyz/helpdesk
 Template:     kentha
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  kentha-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/


/* Hiding tags and author info from displaying but not from SEO */
.qt-posttags,
.qt-authorname,
.qt-item-metas:has(.qt-authorname) {
  display: none !important;
}

.qt-btn-tw {
    background-color: #000 !important; /* X black */
    color: #fff !important; /* icon color */
}

.qt-btn-tw svg {
    fill: #fff !important; /* force white X logo */
}
.qt-btn-tw:hover {
    background-color: #1a1a1a !important;
}
