/*
Theme Name: fbStudios
Version: 2.0
Description: fbStudios
Author: Finn Bjurvoll Hansen | fbStudios
Template: Divi
Author URL: https://fbstudios.no
*/

/*------- Temakonfigurering------- */
/* Hindre at containere blokkerer klikk på mobil */
#main-header, #top-header {
    z-index: 99998 !important;
}

#custom-gt-mobile, .gtranslate_wrapper {
    pointer-events: auto !important;
    z-index: 9999999 !important;
}

/* Sjekk om GTranslate er skjult via opacity */
.gt_float_wrapper, .gtranslate_wrapper {
    opacity: 1 !important;
    display: block !important;
}


/*Større logo ved bruk av themebuilder*/

@media only screen and (min-width: 981px) {
	#logo {
		min-height: 100px;
	}
}


/*set the logo height and overlap on tablet and mobile*/

@media only screen and (max-width: 980px) {
	#logo {
		max-height: 80%;
		width: auto;
		max-width: 80%!important;
	}
