/* custom.css
 * override voor simpli template in Learning Crossroads 
*/

.sidebar a.website {
	display: block;
	max-width: 99.9%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.item-page p + hr {
	clear: both;
}

body #header {
	padding-top: 20px;
/*	max-height: 67px;*/
}

body #header a.logo strong {
    background-size: contain;
    width: 768px;
    height: 30px;
    margin-left: -134px;
    max-width: calc(100vw + 94px);
}


body .item-page .page-header h2 {
	font-size: 28px;
}
body .item-page .page-header {
	margin-bottom: 2px;
	margin-top: 2px;
}

.semanticui-body td > h4 a , 
.semanticui-body td.clsPlaatsen a ,
.semanticui-body td.clsNetwerk a ,
.semanticui-body td.clsNaam a i ,
.sidebar .semanticui-body a 
{
	color: #dd55ff;
	text-decoration: none;
}

.semanticui-body td > h4 {
	font-size: 1.2rem;
}

#mainnav .btn-navbar:active, #mainnav .btn-navbar:focus, #mainnav .btn-navbar:hover {
	background: #dd55ff;
}



body .badge-info, body .label-info {
	background-color: #dd55ff;
}

body #mainnav .nav > li > .separator, 
body #mainnav .nav > li > a {
	text-transform: none;
	font-weight: 600;
	font-family: "Zilla Slab";
	font-size: 1rem;
}

body #mainnav .nav > li.active > a, 
body #mainnav .nav > li.active .separator {
	color: #f2bfff; /* veel lichter ivm contrast! */
}

body #mainnav .nav > li > a:hover, 
body #mainnav .nav > li > a:focus, 
body #mainnav .nav > li > a:active {
	color: #f2bfff; /* veel lichter ivm contrast! */
}

body .nav .nav-child > .active > a {
    background: #dd55ff;
}

body .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #dd55ff;
	background-image: -moz-linear-gradient(top, #df5fff, #dd55ff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#df5fff), to(#dd55ff));
	background-image: -webkit-linear-gradient(top, #df5fff, #dd55ff);
	background-image: -o-linear-gradient(top, #df5fff, #dd55ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#df5fff), to(#dd55ff));
	background-image: linear-gradient(to bottom, #df5fff, #dd55ff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df5fff', endColorstr='#dd55ff', GradientType=0);
	border-color: #dd55ff #dd55ff #df5fff;
	*background-color: #dd55ff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font-family: "Zilla Slab";
}

body .btn-primary.active, 
body .btn-primary.disabled, 
body .btn-primary:active, 
body .btn-primary:focus, 
body .btn-primary:hover, 
body .btn-primary[disabled] {
	color: #fff;
	background-color: #a76348;
	*background-color: #a76348;
}

#kaartlogo {
	display: none;
}

@media (min-width: 768px) {
	.item-page img.img-circle.float-left.pull-left {
		width: 250px !important;
		margin: 6px 24px 24px 0 !important;
	}
}

@media only screen and (max-width:992px) {

	body #header {
		display: none;
	}

	#kaartlogo {
		display: flex;
	}

	#kaartlogo img {
		width: auto;
		height: 20px;
		margin: 16px 0 0 16px;
	}

	body #mainnav .navbar-inner .container .row .span12 ,
	body #mainnav .navbar-inner .container .row .span9 {
		width: calc(100vw - 16px );
	}

	body #mainnav .nav-collapse .nav-child {
		background-color: inherit;
		border: none;
	}
	body #mainnav .nav-collapse .nav-child > li {
		border-bottom: none;
		
	}
	body #mainnav .nav-collapse .nav-child > li > a {
		color: #a76348 !important;
		background-color: inherit !important;
	}
}

@media (max-width: 768px) {
	.item-page img.img-circle.float-left.pull-left {
		width: 180px;
		margin: 4px 20px 20px 0;
	}

	.navbar-form.span3 {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	body #header a.logo strong {
	    background-size: contain;
	    width: 768px;
	    height: 30px;
	    margin-left: -334px;
	    max-width: unset;
	}
}

@media only screen and (max-width:480px) {
	body #header a.logo strong {
		background-image: url(/images/logo/Logo_LearningCrossroads_tekst.png);
	    background-size: contain;
	    background-position: left center;
	    width: 100%;
	    height: 20px;
	    margin-left: 0;
	    max-width: unset;
	}
	body #header a.navbar-brand {
		margin-bottom: 2px;
	}
	#kaartlogo img {
		width: auto;
		height: 20px;
		margin: 16px 0 0 8px;
	}
}

main#content div.search {
	margin-top: 0;
}

th.deletelink ,
td.deletelink {
	display: none;
}

/* toon bij de blogview niet de modules met informatie van netwerk of initiatief */
body.page-category div#Mod95 {
	display: none;
}

body.page-category div#Mod96 {
	display: none;
}

/* toon niet de module met enkele initiatieven in detail naast de blogview */
body.page-category div#Mod94 {
	display: none;
}