/*
	Knowit style overrides for the original theme
*/

@media screen and (min-width: 1100px) {
}

.word-wrap {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

body .top-image .container-top-image > div .otsikko, .top-image .container-top-image > div h1 {
    text-align: center;
}

/* HAKU -Sivu */
.haku-sivu .search-field {
    min-height: auto;
    padding: 0.95rem !important;
    background: rgba(0, 0, 0, 0);
    transition: all .2s linear;
    min-width: 250px;
    border-radius: 10px;
}

@media screen and (min-width: 600px) {
    .haku-sivu .search-field {
        max-width: 80%;
    }
}

@media screen and (min-width: 600px) {
    .haku-sivu .search-field {
        max-width: 80%;
    }
}


/* SearchWP overrides */

.searchwp-live-search-results-container .searchwp-live-search-result {
    padding: 1.3rem 1.5rem;
}

.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title {
    margin-bottom: 1rem;
}

.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
    transition: all 0.3s;
    text-decoration: underline;
    font-weight: normal;
}

.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a:hover {
    transition: all 0.3s;
    text-decoration: none;
    color: #000000;
    /*color: #df992a;*/
}