/*
 Theme Name:   SCRiBBR Editor Help
 Theme URI:    https://www.scribbr.nl
 Description:  SCRiBBR theme for editor help documents
 Author:       Koen Driessen
 Author URI:   https://www.scribbr.nl
 Template:     scribbr-2017
 Version:      1.2.0
 Text Domain:  SCRiBBR-editor-help
*/


body.knowledgebase .page-header h1,
body.knowledgebase .page-header h2 {
	padding: 0;
	margin: 0;
}


nav.sub-nav .navbar-brand {
	display: none;
}

nav.sub-nav ul.nav__list {
	float: none;
    margin-left: -10px;
    margin-right: -10px;
}

nav.sub-nav ul.nav__list li:last-child {
	float: right;
}

nav.sub-nav ul.nav__list li a {
	padding-left: 10px;
	padding-right: 10px;
}

nav.sub-nav .btn--upload {
	display: none;
}


.scribbrTable textarea {
	width: 570px;
	height: 85px;
}

.editor-extra-content {
	border: 1px solid #ece9e5;
	padding: 30px 30px 10px 30px;
	margin-top: 40px;
	border-radius: 4px;
}

.editor-extra-content h2 {
	font-size: 1.5rem;
	margin-top: 0 !important;
}

.predefinedComments textarea {
	width: 100%;
	height: 150px;
	background: #F8F7F5;
	padding: .5rem;
	border: none;
	overflow: auto;
	resize: vertical;
	font-size: 14px;
}

.predefinedComments h3 {
	font-size: 1.1rem;


.editor-extra-content {
	border: 1px solid #ece9e5;
	padding: 30px 30px 10px 30px;
	margin-top: 40px;
	border-radius: 4px;
}

.page-template-checklogin-php .main-content {
	padding-top: 80px;
	padding-bottom: 80px;

.editor-extra-content h2 {
	font-size: 1.5rem;
	margin-top: 0 !important;
}


.kb-table textarea {
	width: 100%;
	height: 150px;
	background: #F8F7F5;
	padding: .5rem;
	border: none;
	overflow: auto;
	resize: vertical;
	font-size: 14px;
}

.page-template-checklogin-php .main-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
