/***************************
****************************
TorchCraft helpdocs stylesheet
--> Made by Pixiio
****************************
***************************/

/* Body */


/* Header */

.site--header .brand-logo > img {
    padding: 3px;
}

.search--row {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}

.search--row h2 {
    color: white;
}

.row-content h1 a {
    color: white;
}

.search--row .row-title a {
    color: white;
}

.search--row .history-path li > a {
    color: white !important;
}

.search--row .history-path li::after {
    background-image: url("https://i.imgur.com/6CvhEjf.png");
}

.section-header h3 a{
    color: black;
}


/** Stuff gemaakt door P2Paul */

.site--wrap {
    padding-bottom: 0;
}

.site--header {
    display: none;
}

.search-inner {
    display: none;
}

.search--row .row-title a {
    color: #333333;
}

.search--row .history-path li > a {
    color: #333333;
}

.search--row .history-path li::after {
    background-image: unset;
}

.search--row.search-inner2 .search-form {
    width: 260px;
    max-width: 100%;
    float: right;
}

@media only screen and (min-width: 640px) {
    .search--row.search-inner2 .search-form {
        top: -70px;
    }
}

.search--row {
    background-image: unset;
    background-color: #ffffff;
    margin-top: -12px;
    padding: 0;
    border-radius: 12px;
}

.search-index {
    margin-top: 20px;
}

@media only screen and (min-width: 640px) {
.search-index {
    margin-top: 10px;
}
}

.search--row h2 {
    display: none;
}

.search--row.search-inner {
    padding: 0;
    color: #333333;
}

.search--row .search_input {
    width: 100%;
}

.container {
    width: 100%;
}

.articles--group .list-links {
    padding-left: 20px;
    padding-right: 0;
    font-size: 20px;
}

.article--structure {
    border-bottom: 0;
}

.article--structure .left-content {
    border-right: 0;
    padding: 15px 40px 0px 0;
}

.help {
    display: none;
}

@media only screen and (max-width: 640px) {
    .article--structure .left-content {
        border-right: 0;
        padding: 0px 0px 0px 0px;
    }
}