/*
Theme Name: UberGrid Monsieurplusfours.nl
Author: Wessel Zweers
Author URI: http://www.laterna.nl
Version: 1.0.0
Text Domain: pukka
template: ubergrid
*/

@import url('../ubergrid/style.css');

#sidebar-search{
	margin-top: 30px;
}

#sidebar-search #s{
	width: 100px;
}


/* eigen wijzigingen vanaf hier - WZ */


/* TOTAAL */

body {
	font-size: 15px;
	background-color: #c5d5cb !important;
	color: #303030 !important;
}

a,
a:visited {
	color: #9fa8a3 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #303030 !important;
}


/* LINKERKOLOM */

#left-sidebar-wrap,
#sidebar-wrap,
#sidebar-bg,
#sidebar-top {
	background-color: #9fa8a3 !important;
}

#sidebar-top #logo-text {
	text-align: right;
	padding-top: 18px;
}

#sidebar-top #logo {
	font-size: 36px;
	letter-spacing: 1px;
	font-family: "Oswaldbook", sans-serif;
	font-weight: 300;
}

#linkerbalk_vertaalknop {
	padding: 10px 0 55px 0;
}


/* BRICKS VOORPAGINA */

#brick-wrap {
	margin-left: 0 !important;
	margin-top: 10px !important;
}

.home #brick-wrap {
	/* padding-right: 235px !important; */
}

.brick,
.brick-meta-wrap,
.content-wrap.brick {
	background-color: #9fa8a3 !important;
}

.brick-small .stripe,
.featured .stripe {
    background-color: #303030 !important;
}

.brick-small h3 {
	font-size: 16px;
	letter-spacing: 1px;
}



/* CONTENT NIEUWSBERICHT */

.content-wrap {
	background-color: white !important;
	padding: 18px 25px 25px 25px;
}

.content-wrap,
.content-wrap b,
.content-wrap strong {
	color: #303030 !important;
}

.content-wrap .page-title {
	font-size: 36px;
	color: #303030 !important;
	margin-bottom: 30px;
}

.entry-meta,
.entry-meta a,
.entry-meta a:visited {
	color: #303030 !important;
	font-family: 'Roboto', Sans-Serif;
}

.content-wrap .entry-content p,
.content-wrap ul,
.content-wrap ol,
.content-wrap table,
.content-wrap dl,
.content-wrap pre,
.content-wrap address {
	margin-bottom: 15px;
}




/* CONTENT RUBRIEK */

.archive-header h1 {
	color: #e3e0cf !important;
}



/* MAANDARCHIEF */

h1 .entry-title .page-title a {
	color: #303030 !important;
}

.content-wrap h1 a,
.content-wrap h1 a:visited,
.content-wrap h2.comments-title,
.content-wrap h3 {
	color: #303030 !important;
}



/* RECHTERKOLOM */

#sidebar-right .widget {
	background-color: #9fa8a3 !important;
}

#sidebar,
#sidebar a,
#sidebar a:visited,
#sidebar-right,
#sidebar-right a,
#sidebar-right a:visited {
	color: white !important;
}

.grid-cat-sidebar #sidebar-right {
	/* rubrieksoverzicht */
	top: 10px !important;
}

#sidebar-right .widget-title {
	color: #e3e0cf !important;
}

#sidebar-right .widget {
	margin-bottom: 20px !important;
}

.screen-reader-text {
	/* woordje Archief links van pulldown met maanden */
	display: none;
}


/* MOBIEL */

#menu-strip h1 a {
	/* kop Zestz in menu */
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media only screen and (max-device-width : 568px) {
	/* minder witruimte tussen menu 1, menu 2 en zoek */
	#secondary-menu {
		margin-top: 20px;
	}
	#social-menu {
		margin-top: 5px;
	}
}

