/*
 Theme Name:   Customizr Child
 Theme URI:    /httpdocs/site3/customizr-child/
 Description:  Customizr Child Theme
 Author:       Roelof van Kooten
 Author URI:   http://example.com
 Template:     customizr
 Version:      3.3.28
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  customizr-child
*/

/* import van standaard style.css */
/*================================*/
@import url("/site3/wp-content/themes/site3/style.css");

footer#footer { color: white !important; background: #0000AA;}
footer#footer a { color: yellow; }

footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6 {
color: #F39036;}

#footer .container {
    background-color: #0000aa;
}
/* BEGIN OF Add "MENU" text to 3-BAR Menu button  */
.btn-navbar {
width:          90px;
height:         30px;
vertical-align: top;
}
 
.btn-navbar:after {
content:        "Menu";
float:          right;
margin:         -16px 0 0 0;
}
/* END OF Add "MENU" text to 3-BAR Menu button  */


header.tc-header{
background-image: -moz-linear-gradient(top, , blue, #D5761F);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(blue), to(#D5761F));
background-image: -webkit-linear-gradient(top, blue, #D5761F);
background-image: -o-linear-gradient(top, blue, #D5761F);
background-image: linear-gradient(to bottom, blue, #D5761F);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='blue' , endColorstr='##D5761F' , GradientType=0);  
}



/* START OF Change the Background Color of the 3-Bar Menu dropdown */
/* Change 3-bar Menu background color  */
.nav-collapse .nav .nav-header {
color:              #0000AA;    /* Adjust Text Color Level 1 */
text-shadow:        none;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
font-weight:        bold;
color:              #0000AA;   /* Adjust Text Color Level 2 */
text-shadow:        none;
}
.nav-collapse .nav > li > a,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a,
.nav-collapse .dropdown-menu a {
 background-color:   F39036;   /* Adjust Background Color Level 2 */  /* kleur is oke*/
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover
{

color:              #0000AA;
background-color:   white;

,
.nav-collapse .dropdown-menu a:focus {
background-color:   F39036;   /* Adjust Background Hover Color Level 2 */
color:              #0000AA;
}
.nav-collapse .dropdown-menu > li.current-menu-item > a, 
.nav-collapse .dropdown-menu > li.current-menu-ancestor > a {
background-color:   #666366;   /* Adjust Background Color Current Item */

color:              #0000AA;   /* Adjust Text Color Current Item */
text-decoration:    none;
}
/* Remove the surrounding background */
.nav-collapse.tc-hover-menu-wrapper.in.collapse {

background-color:   #0000AA;   /* Adjust Background Color Level 2 */
}
/* Remove the separator bars */
.tc-hover-menu.nav a {
border-bottom:      1px solid #EEEEEE;
border-bottom:      none;      /* Remove this line if setting different separator color */
}
/* END OF Change the Background Color of the 3-Bar Menu dropdown */

header.tc-header {
height: 50px;
min-height: 50px;
}

<?php echo do_shortcode("[huge_it_slider id='1']"); ?>

