/*
Theme Name: De Psychosociale Praktijk
Theme URI: http://wordpress.org/themes/twentyfourteen
Description: Twenty Fourteen Child Theme
Author: Patrick van den Berg
Author URI: http://ncn.com
Template: twentyfourteen
Version: 1.0.0
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */

.site {

	background-color: #fff;

	max-width: 100%;

	position: relative;
	
	font-family: Merriweather Sans;
}

.site-header {

	background-color: #fff;

	max-width: 1920px;

	position: relative;

	width: 100%;

	z-index: 4;

}

.header-main {

	min-height: 0px;

	padding: 0 0px;
	
	display: inline;

}


.site-footer {

	background-color: #fff;

	font-size: 12px;

	position: relative;

	z-index: 3;

}


::selection {
	background: #60B0F0;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #60B0F0;
	color: #fff;
	text-shadow: none;
}

.entry-title {
	font-size: 18px;
	font-weight: 450;
	line-height: 1.0909090909;
	margin-bottom: 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #28b7bd;
}


.content-area {

	padding-top: 12px;

	font-family: Merriweather;
}



.hentry {

	margin: 0 auto 16px;

	max-width: 1260px;

}
.site-content .entry-header,

.site-content .entry-content,

.site-content .entry-summary,

.site-content .entry-meta,

.page-content {

	margin: 0 auto;

	max-width: 1174px;
	
	margin-bottom: 24px;

}

.masthead-fixed .site-main {
    margin-top: 0;
}

.secondary-navigation a {

	padding: 16px 16px;

}

.search-toggle {

	display: none

}

.search-toggle.active {

	background-color: #ffaa00;

}


.primary-navigation {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

	font-size: 12px;

	padding-top: 0px;

}


/* Make room for the search toggle and site description in mobile sidebar */
#slideout-top {
height:48px;
}

#slideout-top .site-description {
display: block;
text-align: left;
font-family: Merriweather Sans;
width: 180px;
overflow: hidden;
}

#slideout-top .search-toggle {
margin-right: 0;
}

/* Override Sidr Style For 2014 Search */
#slideout-top .search-box .search-field {
background-color: white;
color: black;
}

/* Keep mobile toggle on the right and resize the genricon */
#menu-toggle {
float: right;
display: inline;
}

#menu-toggle .genericon {
font-size: 54px;
padding: 54px 0 0 0;
z-index: 999;
color: #a5105b;
width: 32px;
}

/* enhancing the topbar */
#big-top {
display: block; }

#masthead {
height: 0px;
position: fixed;
top: 0;
}


.site-title{
margin: 0 0 0 20px;
}

nav#primary-navigation {
width: 100%;
display: block;
top: 40px;
left: 0px;
position: absolute;
padding-left: 30px;
}

.topbar-description {
display:none
}

/**Adjustments for the desktop topbar when screen is small**/
@media screen and (max-width: 768px) {


.search-toggle {
position: absolute;
top: -8px;
right: 0px;
}
 
#masthead {
height: 0px;
}

.topbar-menu {
display: none;
background-color: black;
}
.primary-navigation.toggled-on {
display: none;
padding: 0px 0 0 0px;
background-color: black;
}
.nav-toggled {
padding-top: 48px !important;
padding-left: 0px !important;
}
h2.topbar-description {
display:none;
}
}

