/* Fonts */

li, a, span {
	font-family: Lato !important;
	font-weight: 300 !important;
}

.wp-block-list li {
	list-style-type: circle;
}

.pfy-post-item .pfy-post-title a, .benqu__news-item .pfy-post-title a{
	font-weight: 500 !important;
}

/* Colors */

.close-mobile-menu {
    background: #237690;
}

.side-mobile-menu ul li a:hover, .side-mobile-menu ul li a:active {
    color: #237690;
}

.side-mobile-menu ul li ul li:hover > a::before {
    background: #237690;
    border-color: #237690;
}

.side-mobile-menu ul li ul li:hover > a {
    color: #237690;
}

.side-mobile-menu ul li a[aria-expanded="true"] {
    color: #237690;
}

#pfytopbar i, #pfytopbar > div > div > div.col-md-7.col-12 > div > div > div.breaking-heading, .breaking-headline-active .owl-item li a, #pfytopbar h5{
	color: #237690;
}

#menu-footer-menu li a {
	color: #237690;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: .75em;
}

.footer-copyright p, .footer-copyright a {
	color: #237690;
		font-weight: 600 !important;
}


.bnq-post-grid-carousel .pfy-video-popup {
	background: #83422d;
}

.bnq-post-grid-carousel .pfy-video-popup:hover {
    color: #83422d;
}

/* Views */

header > div > ul > li:nth-child(4) {
	display: none; 
}

/* Category Hide Issue on Widget */

div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-a32e7b8.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div.elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-344d8f9 > div > div.elementor-element.elementor-element-7b6e4ad.elementor-widget.elementor-widget-benqu-post-grid > div > div > div > div:nth-child(1) > div > div.pfy-post-thumb.pfy-img-commn-style > a:nth-child(4){
	display: none;
}

/* Video Thumbnails */

.bnq-post-grid-carousel .pfy-post-item .post-thumb img {
	height: initial !important;
}

/* Header */

@media (max-width: 700px) {

	.pfy-ad {
		display: none;
    padding-left: 0px;
}
	
	    .pfy-logo {
        max-width: 100%;
        flex: 0 0 100%;
			padding: 0;
			margin-left: 5%;
    }

}


/* Footer */

@media (max-width: 767px) {
  .footer-two .pfy-footer-top .widget.widget_media_image.pfy-footer-widget-item {
    text-align: center;
  }

  .footer-two .pfy-footer-top .widget.widget_media_image.pfy-footer-widget-item img {
    display: inline-block;
    margin: 0 auto;
  }
}

/* Corrections */

#benqu-post-car-2fa23fd > div.owl-nav {
	display: none;
}

.benqu-section-title-wrap h2:before {
  display: none;
}

.bnq-tab-info .benqu-section-title-wrap span {
    display: none;
}

#benqu-post-car-48246996 > div.owl-nav {
	display: none;
}

/* Category Page Customizations */

.category .benqu-cate-badge {
	display: none;
}

/* Individual Post Customizations */

.entry-content a {
	text-decoration: underline;
	color: #237690;
	
}

/* Twitter Correction */

.fa-twitter:before, .fa-twitter-square:before {
    content:"𝕏";
		font-size:1.2em;
}

/* Main Navigation Menu */

.mainmenu .site-navigation .navigation li a {
    padding-right: 40px;
}

.mainmenu .site-navigation .navigation li.menu-item-has-children:after {
    right: 30px;
}

.mainmenu .site-navigation .navigation ul.sub-menu li a {
    padding: 6px 30px;
}

/* Contact Form */

.bnq__cf-wrap select{
    border: 1px solid #c8c8c8;
    width: 100%;
    padding: 10px 15px;
    border-radius: 2px;
    margin-bottom: 20px;
}