/*!
Theme Name: benqu Child
Template:   benqu
Theme URI: http://itcroctheme.com/wp/demo/
Author: itcroc
Author URI: http://itcroctheme.com/wp/demo/
Description: Benqu - 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: benqu-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


header.benqu-main-header.pfy-header-2 .header-menu {
    background: #f9faff;
    border: none;
    padding: 18px 0;
}

header.benqu-main-header.pfy-header-2 .topbar-date span {
    background: #fff;
    color: #53296b;
    border-radius: 0px;
    padding: 8px 7px;
}

.user-login {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: none;
}

.widget-area {
    padding-left: 50px;
    background-color: white;
    padding: 30px;
}

.pfy-footer-top .widget.widget_media_image.pfy-footer-widget-item img {
    margin-bottom: 10px;
    max-width: 250px !important;
}

.tp-news-ticker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 767px) {
.pfy-top-left {
    text-align: center;
    display: none;
}

.pfy-top-right {
    text-align: center;
    margin-top: 0px;
}
}