/*
Theme Name: ChildTheme
Version: 1.0
Description: A child theme of Customizr Pro
Template: customizr-pro
Author: Beheerder
*/
/* Your awesome customization starts here */



.tc-header{
	border-style: none;
	background: #fafafa;
}

.carousel-caption{
	background: transparent;
}


/* 1st level */
.navbar .nav > li > a {
	color: #516656;
	text-shadow: none;
}

/* 1st level hover/focus */
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
   color: #516656;
}

/* 1st level current page and parent */
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
   color: #D1AC3D; 
}

/* 2nd+ levels */
.dropdown-menu > li > a {
   color: #708ca2;  
}

/* 2nd+ levels hover/focus */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a{
    color: #708ca2;
}

/* 2nd+ levels current page and parent */
.dropdown-menu>li.current-menu-ancestor>a, 
.dropdown-menu>li.current-menu-item>a {
    color: #708ca2;
}


footer#footer{
	border-style: none;
	background: none repeat scroll 0 0 #516656;
}

footer .textwidget{
	padding: 20px;
}

footer#footer .colophon{
	background-color: transparent;
	color: #fff;
}

footer#footer a, footer#footer p{
	font-size: 14px;
	text-decoration: none;
	line-height: 200%;
}

footer#footer .colophon a, footer#footer .colophon p{
	color: #fff;
}

footer#footer .colophon .credits a[class*=icon-], footer#footer .colophon .social-block a{
	color: #fff;
}

footer#footer #footer_one .widget p{
	text-align: left;
}
footer#footer #footer_two .widget p{
	text-align: left;
}
footer#footer #footer_three .widget p{
	text-align: left;
}

#footer #calendar_wrap table a, .btt-arrow, footer#footer .colophon a.back-to-top
{
	color: #fff;
}
