/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

/* 404 page style */
.search-page {
    width: 95%;
    margin: auto;
}
section.page-section-404 {
    padding: 20px 0;
    width: 95%;
    max-width: 920px;
    margin: auto;
}
section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}
.description-404 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}
.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}
.links-group-404 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.search-bar-404 {
    padding: 12px 0;
}
.links-group-404 {
    font-size: 18px;
    line-height: 26px;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #8d8d8d;
}
.search-bar-404 button {
    width: 100%;
    color: #fff;
    background: #302e74;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.links-group-404 ul {
    line-height: 26px;
    padding: 20px 60px;
    background: #4b4c4d08;
    border-radius: 5px;
    margin: 10px 0;
}
.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.links-group-404 ul li {
    list-style: decimal;
}
.links-group-404 a:hover {
    color: blue;
}

.search-content {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
}
header.search-header > h1 {
      text-align: center;
    margin: 30px 0;
    line-break: anywhere;
    line-height: 1;
}
.nav-links span, .nav-links a {
    border: 1px solid #aba8a8;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f1f1f1;
}
nav.navigation.pagination {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
div.search-page header {
    background: transparent !important;
    margin: 0;
    padding: 0;
}
nav.navigation.pagination {
    background: transparent;
}
span.page-numbers.dots{
	color: blue;
}