/*
Theme Name:     Knotgroep theme, Twenty Twelve child theme
Description:    Child theme for the Twenty Twelve theme 
Template:       twentytwelve
Version:        2.0
*/

@import url("../twentytwelve/style.css");

/* Settings voor gebied buiten website blok */
body {
	background-color: #F8FCD9;
}

body .site {
	padding-left: 28px;
	padding-right: 28px;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-top: 21px;
	margin-top: 1.5rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	background-color: #ffffff;
	color: #000000;
	border-radius: 14px;
	border-radius: 1rem;
	/*box-shadow: none;*/
}

#main img {
	box-shadow: none;
}

.mmm-top {
	box-shadow: none !important;
}

.site-header {
	margin-bottom: 14px;
	margin-bottom: 1rem;
	padding-bottom: 0;
	padding-top: 0;
}

.entry-header {
	display: none;
}

.site-header .header-image {
	margin-top: 0;
	border-radius: 7px;
}
.site-header img {
	box-shadow: 0 0 7px #444444;
	box-shadow: 0 0 0.5rem #444444;
}

/* link color */
#main a, .widget-area .widget a ,
#main a:visited, .widget-area .widget a:visited ,
footer[role="contentinfo"] a, footer[role="contentinfo"] a:visited {
	color: #FF3F6F;
	text-decoration: none;
}
#main a:hover, .widget-area .widget a:hover, footer[role="contentinfo"] a:hover {
	color: #FF3F6F;
	text-decoration: underline;
}

.home .entry-content img {
	margin-right: 0;
	margin-bottom: 14px;
}

/* headers */
.entry-header h1,
#main h1, #main h2, #main h3,
#main h4, #main h5, #main h6
{
	margin: 7px 0;
	margin: 0.5rem 0;
	font-weight: normal;
	color: green;
	letter-spacing: 3px;
}

#main h1 {
	font-size: 32px;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}
#main .widget-area h2 {
	letter-spacing: 1px;
}

#main h2 {
	font-size: 22px;
}
#main h3 {
	font-size: 18px;
}
#main h4 {
	font-size: 16px;
}
#main h5 {
	font-size: 14px;
}
#main h6 {
	font-size: 12px;
}
.entry-header .entry-title {
	font-size: 32px;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.entry-header {
	margin-bottom: 0;
}

.rbo-photos {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.rbo-photo-item {
	margin-left: 7px;
	margin-left: 0.5rem;
	margin-right: 7px;
	margin-right: 0.5rem;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
	width: 180px;
	width: 12.857142rem;
	float: left;
}
#main .rbo-photo-item img:hover {
	box-shadow: 0px 0px 10px 0px #53a318;
}
.rbo-photo-item img {
	margin-bottom: 0;
}
.rbo-photo {
	height: 182px;
	height: 13rem;
}

/* do not hyphenate words in posts and pages, or in widgets */
.entry-content, .site-content article,
.widget-area .widget {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.entry-content blockquote {
	background-color: #F8FCD9;
	padding: 7px;
	border: solid 1px green;
	border-radius: 7px;
	font-style: normal;
}

/* opsommingen in tekstkader naar links zetten */
.entry-content li {
	margin: 0 0 0 15px;
}
.entry-content ol li {
	margin: 0 0 0 21px;
}

.entry-content img {
    border-radius: 4px;
	border-radius: 0.285714rem;
}

/* do not ask for URL on 'Leave a reply" form. */
.comment-form-url {
    display: none;
}
#commentform #url, #commentform #url+label {
    display: none;
}

#masthead .main-navigation {
	margin-left: 0;
	margin-top: 7px;
	margin-top: 0.5rem;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
	background-color: #ffffff;
	font-weight: normal;
}
#masthead .main-navigation li {
	margin-right: 0px;
}
#masthead .main-navigation ul {
	border: none;
	color: #455670;
}
#masthead .main-navigation a {
	padding-left: 7px;
	padding-left: 0.5rem;
	padding-right: 7px;
	padding-right: 0.5rem;
	font-size: 90%;
}
@media screen and (max-width: 700px) {
#masthead .main-navigation a {
	font-size: 90%;
}
}

#masthead .main-navigation li a {
	line-height: 4;
}
#masthead .main-navigation li a:hover {
	text-decoration: none;
	background-color: green;
	background-color: green;
	color: #ffffff;
}
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current-menu-ancestor > a,
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current_page_ancestor > a {
	background-color: green;
	color: #ffffff;
}
/* background color of sub-menus */
#masthead .main-navigation li ul {
	border-top: 1px solid #eeeeee;
}
#masthead .main-navigation li ul li {
	border-right: none;
}
#masthead .main-navigation li ul li a {
	background-color: #ffffff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	display: inline-block;
	font-size: 0.785714rem;
	padding: 0.571429rem 0.714286rem;
	white-space: normal;
	line-height: 3;
}
#masthead .main-navigation li ul li a:hover {
	color: #ffffff;
	background-color: green;
	border-bottom: none;
}

/* when screen smaller than 600px: */
@media screen and (max-width: 599px) {
/* menu settings */
button.menu-toggle {
	margin-top: 7px;
	margin-top: 5rem;	
}
#masthead .main-navigation {
	text-align: left;
	margin-left: 0 !important;
	border-left: none;
}
#masthead .main-navigation {
	margin-left: 0;
	margin-top: 7px;
	margin-top: 0.5rem;
	background-color: #ffffff;
	font-weight: normal;
}
#masthead .main-navigation li {
	margin-right: 0;
	border-right: none;
	margin-top: 14px;
	margin-top: 1rem;
}
#masthead .main-navigation ul {
	border: none;
	color: green;
}
#masthead .main-navigation a {
	padding-left: 14px;
	padding-left: 1rem;
	padding-right: 14px;
	padding-right: 1rem;
	font-size: 120%;
}
#masthead .main-navigation li a {
	line-height: 2;
	text-transform: uppercase;
	text-decoration: none;
}
#masthead .main-navigation li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: green;
}
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current-menu-ancestor > a,
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current_page_ancestor > a {
	color: #ffffff;
	background-color: green;
	font-weight: normal;
}
/* background color of sub-menus */
#masthead .main-navigation li ul {
	margin-left: 28px;
	margin-left: 2rem;
	border-top: none;
}
#masthead .main-navigation li ul li {
	border-right: none;
}
#masthead .main-navigation li ul li a {
	background-color: #ffffff;
	padding: 0 10px;
	padding: 0 0.714286rem;
	white-space: normal;
	line-height: 2;
	border: none;
	font-size: 120%;
}
#masthead .main-navigation li ul li a:hover {
	color: #ffffff;
	background-color: green;
}
}

footer[role="contentinfo"] {
	max-width: inherit;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

textarea {
	resize:vertical;
}

/* settings for contact form */
.fscf-text {
	background-color: #eeeeee;
	border: 1px solid #888888;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	width: 99%;
	max-width: 420px;
	max-width: 30rem;
}
.fscf-textcaptcha {
	max-width: 70px;
	max-width: 5rem;
}
.fscf-textarea {
	background-color: #eeeeee;
	border: 1px solid #888888;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
	width: 99%;
	max-width: 420px;
	max-width: 30rem;
	height: 140px;
	height: 10rem;
}
input:focus, textarea:focus {
	background-color: #93e358;
}

/* closing of page & posts */
.site-content article {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Settings voor breedte van 1000 t/m 1199 pixels */
@media screen and (max-width: 1199px) and (min-width: 1000px ) {

}
