/*
Theme Name: cogniBIT Child
Theme URI: https://cognibit.de/
Description: cogniBIT Child Theme
Author: Jo
Author URI: https://joknorr.de
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */





/* DISABLE SEARCH IN HEADER MENU */
.site-search-toggle, .search-dropdown-toggle {
  display: none !important;
  }


/* FULLWIDTH BEAVER CONTENT PAGE */
.fl-builder #content-wrap { 
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: auto !important; 
}

/* DISABLE PAGE HEADER TITLE */
.page-header-title {display:none !important;}
.container .page-header {display:none !important;}
/* DISABLE SITE HEADER EXTRA THINGY */
#main .page-header {display:none !important}

/* DISABLE HEADER LOGO MOUSE-OVER TRANSPARANCY */
#site-logo #site-logo-inner a:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}