/*
 Theme Name:   Desda
 Theme URI:    http://www.desda.org/
 Description:  Generatepress -> Desda
 Author:       wwwCie
 Author URI:   http://www.desda.org/
 Template:     generatepress
 Version:      1.0.0
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
@import 'cards.css';

/* Stylen voor de adminschermen staan in wp-admin */

/* Anders is het tweede menu lelijk breed */
.secondary-nav-float-right .secondary-navigation {
	float:right !important;
}

/* Zet het tweede hoofdmenu alleen op desktops aan */ 
.secondary-navigation .menu-toggle {
      display: none;
}

/* Desktopleef */
@media only screen and (min-width: 769px) {
	/* De taal- en aanmeldknoppen op het hoofdmenu */
	.menu-item-101, .menu-item-102, .menu-item-1053, .menu-item-1460, .menu-item-5264{
		display: none;
	}
	footer{
		margin-bottom: 37px;
	}
}

/* Telefoon- en tabletleef */
@media only screen and (max-width: 768px) {
	/* streepje naast uitklapmenu, actieve pagina
	.current_page_item.menu-item-has-children .dropdown-menu-toggle{
		border-left: 1px solid #d8ddf3;
    		padding-left: 25px;
    		padding-right: 25px;
  	}
	
	/* ", passieve pagina 
  	.menu-item-has-children .dropdown-menu-toggle{
		background-color: rgba(255, 255, 255, 0.2);
		padding-left: 25px;
		padding-right: 25px;
	}

	/* Kleinere marges */
	.one-container .site-content, .inside-footer-widgets .inner-padding {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Lijstjes naar links */
	ol, ul {
		margin-left: 1.5em;
	}

	
}

/* randje tussen eerste en tweede menu */
#menu-item-101{
	border-top: 1px solid #d8ddf3;
}


/* hoofdmenu over submenu heen*/
.menu-item a {
	z-index: 100000;
}
.search-form {
	z-index: 100001;
}
.main-navigation li.search-item {
	z-index: 100002;
}

/* submenu */
.main-navigation ul ul {
	box-shadow: 0 0 2px 1px #747474;
}

/* dikke letters actief menuitem*/
.current_page_item a{
	font-weight: bold;
}
.current_page_item ul a{
  	font-weight: normal;
}

/* sommige pagina's schoven naar het midden */
#content {
	width: 100%;
}

/* kleurtjes */
.knop a:hover {
	background-color: #3c4361 !important;
}

/* contacttabel */
.contacttabel td, .contacttabel th {
	border-width: 0 0px 1px 0;
}
.contacttabel {
	border: none;
}
.contacttabel i {
	font-size: 11pt;
	color: #888888;
}


/*Foto tekst bij aantal*/
div.alb_amount {
	font-style: italic;
	font-size: 11pt;
	color: #888888;
}

/*Adminbalk blauw*/
#wpadminbar
{
	background: #141b3d;
}

/*LIMO menuutje groen*/
li.menu-item-1423
{
	background-color: #89B300;
	color": #333;
}
.main-nav ul li.menu-item-1423 > a:hover
{
	background-color: #AED900;
}

/*Symposium 2017 menuutje rood*/
li.menu-item-2284
{
	background-color: #800000;
}
.main-nav ul li.menu-item-2284 > a:hover
{
	background: #a64c4c;
}

/*Contacttabel mobiel*/
@media only screen and (min-device-width : 250px) and (max-device-width : 450px) {
 .contacttabel td, .contacttabel th {
	padding: 1px;
	font-size: 10pt;
}
}
