/* Ajax Search idol-widget */
.themeidol-ajaxsearch-widget input {
    background: #fff;
    border: 1px solid rgb(194, 194, 194);
    margin: 0;
    height: 40px;
    padding: 13px 110px 10px 10px;
    width: 100%;
}
.search-form {
    position: relative;
}
.search-form label {
    width: 100%;
}
.assistive-text, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.themeidol-ajaxsearch-widget input[type="submit"] {
    background: rgb(33, 46, 50) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: inherit;
    color: rgb(255, 255, 255);
    clip: inherit;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-appearance: none !important;
    width: auto;
    transform: inherit;
}
.themeidol-ajaxsearch-widget input[type="submit"]:focus, .themeidol-ajaxsearch-widget input[type="submit"]:hover {
    transform: inherit;
}
.themeidol-ajaxsearch-widget .search-submit:hover{
    background: rgb(54, 71, 78) none repeat scroll 0 0;
}
.themeidolasw-result-list li.hentry.has-post-thumbnail {
    box-shadow: inherit;
    border-top: 1px solid rgb(209, 209, 209);
    padding: 10px 0;
    margin: 0;
}
.themeidolasw-result-list li.hentry.has-post-thumbnail:first-child {
    border-top: none;
}
.themeidolasw-result-list li.hentry.has-post-thumbnail:last-child {
    padding-bottom: 0;
}
.themeidolasw-result-list .entry-title {
    font-size: 16px;
    color: rgb(74, 89, 94);
    margin: 0 0 5px;
}
.themeidolasw-result-list .entry-date {
    font-size: 13px;
}
.cat-links:before, .posted-on:before, .byline:before {
    display: none;
}