<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Houtinterieur Child Theme
Theme URI: https://www.webs.eu/
Version: 1.0
Description: Houtinterieur Child Theme
Author: Guy Hacha
Author URI: https://www.webs.eu/
template: bb-theme
*/

/* Change Typography for Medium Devices and up  */
@media only screen and (min-width: 992px) {
	/* ----------------------
	TYPOGRAPHY 
	---------------------- */
	body{font-size:17.5px;}
	h1{font-size:2em;}
	h2{font-size:1.8em;}
	h3{font-size:1.6em;}
	h4{font-size:1.5em;}
	h5{font-size:1.3em;}
	h6{font-size:1.1em;}
}

/*
Aanpassen blockquote kleur verticaal lijntje
*/

.fl-page-content blockquote {
  font-size: 110%;
  border-left: 5px solid #8c062b;
  margin: 1.5em 15px;
  padding: 0.5em 15px;  
}

/* 
color hamburger menu
*/

@media (max-width: 767px) {
  .fl-page-nav .navbar-toggle * {
      color: #f2e9da;
  }
}

/* 
hamburger menu: verplicht tonen (geen text in header logo) 
*/ 

@media (max-width: 767px) {
  .fl-page-nav-toggle-icon {
      z-index: 9999;
  }
}


/*
Aanpassen in footer van menu items (vetter dan de submenu items en kleur)
*/
.fl-page-footer-widgets .menu li a {
    color: #8c062b;  
    font-weight: normal;   
    font-size: 90%;
}

.fl-page-footer-widgets .menu li a:hover {
    color: #396b59; 
    text-decoration: none !important;
}

.fl-page-footer-widgets .sub-menu li a {
   color: #8c062b !important;
   font-weight: normal;
   font-size: 90%;
}

.fl-page-footer-widgets .sub-menu li a:hover {
   color: #396b59 !important;
   text-decoration: none !important;
}



/* 
menu: on hover no underlining 
*/ 

.fl-menu a:hover{
	text-decoration: none !important;
}</pre></body></html>