/*!
Theme Name: Btourq Child
Template:   btourq
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Btourq - News & Magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: btourq-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Hide views count in article header */
article header div ul li:nth-child(3) {
    display: none !important;
}
/* Footer newsletter form - white text input */
.barfii__newsletter input[type="email"],
.barfii__newsletter .wpcf7-email {
    color: #ffffff !important;
}

/* Footer newsletter form - white placeholder text */
.barfii__newsletter input[type="email"]::placeholder,
.barfii__newsletter .wpcf7-email::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
