/*
Theme Name: Twenty Twelve Born again

Description: Platform BornAgain is a child theme of Platform by Pagelines

Version: 1.0

Author: BornAgain

Author URI: http://www.bornagainputten.nl/

Theme URI: http://www.pagelines.com/themes/platformpro

Template: twentytwelve

Tags: buddypress, rtl-language-support, editor-style, theme-options, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-background,  custom-header, custom-colors, custom-menu, photoblogging, translation-ready, white, silver, light, blue, green, yellow

***** IMPORTANT *****
Don't pirate this theme. Themes are typically hacked and injected with spam files and scripts that will get you 'black-listed' from search engines and create security risks on your server.
FYI - http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/

License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url("../twentytwelve/style.css");
@import url(https://fonts.googleapis.com/css?family=Voces);

/* ======= */
/*  born-again  */
/* ======= */

body.custom-font-enabled {
	font-family: 'Voces', Arial, sans-serif;
}

div#page.hfeed.site {
	border-radius: 10px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
	border-radius: 10px;
    margin-top: -1cm;
}
ul#menu-ledenmenu.nav-menu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0 auto;
}
header#masthead.site-header nav#site-navigation.main-navigation div.menu-ledenmenu-container ul#menu-ledenmenu.nav-menu li.menu-item {
	margin-right: 10px;
}

header#masthead.site-header nav#site-navigation.main-navigation div.menu-ledenmenu-container ul#menu-ledenmenu.nav-menu li.menu-item a {
    padding-left: 2px;
    padding-right: 2px;
}

header#masthead.site-header nav#site-navigation.main-navigation div.menu-ledenmenu-container ul#menu-ledenmenu.nav-menu li.menu-item a:hover {
	border-radius: 10px;
	border-color: transparent;
    justify-content: center;
	box-shadow:
    inset 0 0 10px #fff,
    inset 5px 0 20px #fff,
    inset -5px 0 20px #fff,
    inset 5px 0 75px #fff,
    inset -5px 0 75px #fff,
    0 0 12px #fff,
    -2px 0 20px #7b8283,
    2px 0 20px #7b8283;
}

div#secondary.widget-area {
	border: #eee solid 1px;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 2px 2px 10px #888888;
}

/* Calendar */

div.entry-content div.em-calendar-wrapper {
	box-shadow: 2px 2px 10px #888888;
}

div.em-calendar-wrapper table.em-calendar.fullcalendar {
	background-color: #7b8283;
	color: white;
}

table.fullcalendar thead tr td {
	text-align: center;
}

table.fullcalendar thead tr td a.em-calnav-prev,
table.fullcalendar thead tr td a.em-calnav-next {
	color: black;
	text-decoration: none;
	background-color: white;
	border: 1px solid white;
	border-radius: 3px;
	padding: 2px;
}

table.fullcalendar tbody tr td.eventful a {
	color: white;
	text-decoration: none;
}

table.fullcalendar tbody tr td.eventful ul {
    list-style-type: none;
}

table.fullcalendar tbody tr td.eventful li {
	border: 0.5px solid orange;
	border-radius: 5px;
	background-color: orange;
	background: linear-gradient(white, orange);
	padding: 2px;
}

table.fullcalendar tbody tr td.eventful-post li {
	border: 0.5px solid gray;
	border-radius: 5px;
	background-color: gray;
	background: linear-gradient(white, gray);
	padding: 2px;
}
 
#bornagain-header {
  position: relative;
  width: 100%;
  height: 3.5cm;
  overflow: hidden;
  z-index: 1;
}

table.fullcalendar tbody tr td.eventful li a {
	color: black;
}

.uitgelogd {
	//visibility: hidden;
	//display: none;
}

/* For WordPress.org theme repository checklist */
.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.wp-caption-text {}
.gallery {}
.gallery-caption {}
.sticky {}
.bypostauthor {}
.wp-smiley {}