.player {
    position: absolute;
    width: 25px;
    padding: 6px;
    background: #F5F5F5;
    border: 1px solid #D2D2D2;
    border-right-width: 0; /* removes the right border from the player for it to site nicely against the browser window */
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: .218s;
    -moz-transition: .218s;
    -ms-transition: .218s;
    -o-transition: .218s;
    -webkit-transition: .218s;
    width: 286px;
}

.logo {
    background: no-repeat url(./css/sprite.png) 0 0px;
    height: 29px;
    left: 6px;
    width: 25px;
}

.input {
    position: absolute;
    right: 6px;
    left: 6px;
    top: 6px;
    width: 207px;
    height: 25px;
    padding: 1px 8px;
    line-height: 24px;
    margin-left: 31px;
    color: #999;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #D9D9D9;
    border-top: 1px solid #C0C0C0;
    font-size: 13px;
}

.author-meta {
    z-index: 10;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin: 0 0 0 1px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #738a94;
    opacity: 1.0;
}

.searchButton {
    opacity: 0;
    min-width: 29px;
    position: absolute;
    top: 6px;
    right: 6px;
    height: 27px;
    text-align: center;
    background-color: #4D90FE;
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
    background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed);
    border: 1px solid #3079ED;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    transition: .218s;
    -moz-transition: .218s;
    -ms-transition: .218s;
    -o-transition: .218s;
    -webkit-transition: .218s;
    opacity: 1;
}

.searchIcon {
    background: no-repeat url(./css/sprite.png) 0px -30px;
    cursor: pointer;
    height: 14px;
    margin-top: 6px;
    width: 13px;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.search-suggestion {
    width: 100%;
    margin-top: 8vh
}

.search-suggestion h3 {
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px
}

.search-suggestion a {
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    margin: 8px 5px 1px 0;
    padding: 5px 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    border-radius: 20px;
    text-decoration: none
}

.search-suggestion-tags, .search-suggestion-authors {
    margin: 2vh 0;
    flex: 1 0 250px
}

.search-suggestion-tags {
    margin-right: 0px
}

.post-tag {
    color: #161b3d;
    background-color: #f4f4f4;
}

.post-tag:hover {
    color: #fff;
    background-color: #2821fc !important
}

.search {
    position: relative;
    text-align: left;
}

.search-button-clear {
    font-size: 18px;
}

.search-button-clear::after {
    content: "\e92f";
}

.search-result {
    position: absolute;
    z-index: 99999;
    top: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 5px;
    max-height: 50vh;
    width: 100%;
    color: #1a1a1a;
    font-size: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
}

.search-result-row {
    border-top: 1px solid #e6e6e6;
}

.search-result-row-link {
    display: block;
    padding: 13px 15px 8px;
}

.search-result-row-link:hover {
    color: #1a1a1a;
    background-color: #f7f7f7;
}

.search-result-row-title {
    line-height: 1.3;
}

.search-result-row-excerpt {
    display: block;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-cover {
    z-index: unset !important;
    display: flex;
    min-height: 500px;
}

.site-cover .search {
    margin: 30px auto 0;
    width: 400px;
}

.site-cover .search-field {
    border: 0;
}

.cover-content {
    position: relative;
    margin: auto;
    padding: 30px;

    text-align: center;
}

.cover-description {
    margin: 0 auto;
    max-width: 750px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 460px) {
    .site-cover .search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .site-cover {
        min-height: 400px;
    }

    .cover-description {
        font-size: 24px;
    }
}

form {
    display: block;
    margin-top: 0em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
    padding: 0 15px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #f1f1f1;
    font-size: 16px;
    border-radius: 5px;
    appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
    border-color: #6c5ce7;
}

.form-wrapper {
    position: relative;
}

.form-button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    outline: none;
    border: 0;
    font-size: 20px;
    background-color: #6c5ce7;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.form-button svg {
    display: none;
}