/*!
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: 6.6
Requires PHP: 8.0
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
*/

/* Centralizar logo no mobile */
@media (max-width: 992px) {
  .pfy-logo--box {
    justify-content: center !important;
  }

  .pfy-logo {
    justify-content: center !important;
    text-align: center !important;
    padding-right: 0;
    flex: 0 0 80%;
	max-width: 80% !important;
  }

	footer.pfy-site-footer {
		padding: 20px;
	}
}

.widget-area{
	padding: 0px 20px !important;
}

.pfy-search-form button{
	background-color: #c4962a !important;	
}

.pfy_single_post_wrapper footer.entry-footer{
	border: none !important;
}

.img-fluid {
    width: 100% !important;
}

.pfy-post-main-post-wrap .pfy-post-thumb .post-thumb img{
	width: 100% !important;
}

.pfy-top-bar{
	display: flex !important;
	align-items: center !important;
}

.hamburger_menu a {
    border: 0px solid #e2e2e2 !important;
    color: #f7f6ee !important;
}