/*!
Theme Name:  RapidUsertests
Author:      Dominic Lautner
Author URI:  https://www.myconceptions.de
Description: PBWF Child Theme
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/

/* Fix for mobile visibility */
@media (max-width: 768px) {
  .wpbf-visible-large,
  .wpbf-visible-medium,
  .wpbf-hidden-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
	.wpbf-mobile-menu-hamburger .wpbf-mobile-nav-wrapper, .wpbf-mobile-menu-off-canvas .wpbf-mobile-nav-wrapper{
		display: none !important;
	}
}
@media (max-width: 1024px) {
	.wpbf-visible-large, .wpbf-visible-medium, .wpbf-hidden-small{
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.wpbf-mobile-menu-hamburger .wpbf-mobile-nav-wrapper, .wpbf-mobile-menu-off-canvas .wpbf-mobile-nav-wrapper{
		display: none !important;
	}
}

.blog .PreContentCategory .blog{
background: url(https://userlutions.stgrapidusertests.com/wp-content/uploads/2025/10/linie.svg) no-repeat center bottom !important;
background-size: 70% auto !important;
}
#inner-content.menu-dimmed::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100; /* ensure it's below UberMenu but above content */
  pointer-events: none;
}

.wpbf-social-icons {
    display: flex !important;
    gap: 17px;
    justify-content: center;
}

#footer.wpbf-page-footer{
    background: #E3F2FE !important;
}
#footer.wpbf-page-footer:before{
	background: #E3F2FE !important;
	transform: skewY(0) !important;
}	

.single a{
color: unset !important;
}

#content {
    font-family: 'Poppins';
}

h1, h2, h3, h4, h5, h6, body{
font-family: 'Poppins' !important;
	
}

.single-post h1, h2, h3, h4, h5, h6, body{
color: #3d5063 !important;
}

#content .wp-block-navigation .wp-block-navigation-item__label{
color: #3d5063 !important;
}

.wpbf-navigation{
    background: white;
}

.wpbf-navigation:not(.wpbf-navigation-transparent):not(.wpbf-navigation-active) {
    background-color: #ffff !important;
}
.wpbf-logo{
	margin: 0!important;
	width: 150px;
}


body.category-ux-strategie .wp-block-navigation-item.user-experience-tipps ,
body.category-ux-research .wp-block-navigation-item.testing-tipps ,
body.category-ux-design .wp-block-navigation-item.marketing ,
body.category-ux-testing .wp-block-navigation-item.neue-features ,
body.category-ux-insights .wp-block-navigation-item.rapidusertests-studien ,
body.category-agentur-news .wp-block-navigation-item.uber-uns  {
background: url(https://userlutions.stgrapidusertests.com/wp-content/uploads/2025/10/linie.svg) no-repeat center bottom !important;
background-size: 70% auto !important;
	padding-bottom: 10px;
}

.wpml-ls-flag{
    display: none !important;
}
img {
    vertical-align: text-top;
}
.wpbf-nav-wrapper{
	padding-top: 16px;
    padding-bottom: 16px;
}

.wpbf-navigation-active .wpbf-nav-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}