/*

Theme Name: WMD Theme

*/



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


/** 404 page ***/


section.page-section-404 {
    padding: 45px 0;
    width: 100%;
    max-width: 985px;
    margin: auto;
}

section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
	text-align: center;
}

.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
}

.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    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: #000;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 16px;
	cursor: pointer;
}

.search-bar-404 button:hover, .search-bar-404 button:focus {
	background-color: #2d3272;
  	color: #fff;
}

.links-group-404 ul {
    padding-left: 20px;
    line-height: 26px;
}

.links-group-404 ul li a, .need-more-help-404 a, .links-group-404 a {
    color: #000;
    text-decoration: none;
}

.links-group-404 ul li a:hover, 
.need-more-help-404 a:hover, 
.links-group-404 a:hover,
.links-group-404 ul li a:focus, 
.need-more-help-404 a:focus, 
.links-group-404 a:focus {
    color: #2d3272;
}

.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.description-404 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}

.search-bar-404 {
    padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
