/* pagina di ricerca */
#search-results {
    padding: 0 2rem 5rem;
}

#search-results ol {
    padding: 3rem 0 0;
}
.view-search .result__item .details {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.view-search .result__item .details * {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.view-search .result__item .details a {
    padding: 0;
}
.view-search .container-fluid.t3-mainbody {
    max-width: 1000px;
}
.view-search .result__title-text {
    font-size: 2.2rem;
    font-weight: 700;
}
.view-search .result__title-text:hover,
.view-search .result__title-text:focus {
    text-decoration: none;
}
.view-search #search-form {
    margin-bottom: 6rem;
    padding: 0 2rem;
}
.view-search .result__item + .result__item {
    border-color: #ccc;
}
.view-search #search-form .campi input:focus {
    box-shadow: 0 0 0 1px inset #0b416e;
    text-decoration: none;
}
.view-search #search-results ol li {
    padding: 1rem 0;
    margin: 0;

}
.view-search .result__item a.result__title-link span {
    font-size: 2.2rem;
}
#search-query-explained {
    text-align: center;
}
#search-form {
    max-width: 60rem;
    margin: 0 auto;
}
.view-search .com-finder .result__date {
    font-size: 1.2rem;
    color: #0b416e;
}
.view-search .com-finder .result__date::after {
	content: none;
}
.view-search .awesomplete ul {
    margin-top: 6rem;
}
.search-pagination {
    text-align: center;
}
mark {
    color: var(--color-primary) !important;
    background: none !important;
    font-weight: 700;
}
mark mark {
           padding-left: 0;
    padding-right: 0;     
}

.view-search .awesomplete ul#awesomplete_list_1 {
    margin-top: 5rem;
    padding: 0;
}
.view-search .awesomplete ul#awesomplete_list_1 li {
    margin-bottom: 1rem;
}
/* modulo desktop */
.head-search button#head-search {
    background: none;
    border: 0;
    font-size: 2.6rem;
    width: 3rem;
    height: 3rem;
}
.header-fixed .head-search button#head-search:before {
    color: #fff;
}
.scrollDown .head-search button#head-search:before,
.scrollUp .head-search button#head-search:before {
    color: #000;
}
.head-search .dropdown-menu {
	right: 0;
	left: auto;
	padding: 1rem;
    width: 34rem;
    top: 4.8rem;
}
#search-form .campi,
.mod-finder .input-group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.mod-finder .awesomplete,
#search-form .awesomplete {
    flex: 10;
}
.mod-finder .awesomplete input,
#search-form .awesomplete input {
    height: 6.2rem;
    border-color: rgba(255,255,255,1) !important;
    margin: 0 !important;
    border-radius: 8px !important;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
    width: 100%;
}

#search-form .awesomplete input {
    background: rgba(0,0,0,.5);
    color: #fff;
}


.mod-finder button,
#search-form button {
    flex: 1;
    position: absolute;
    right: 0;
    z-index: 9;
    border: 0;
    background: none;
    color: transparent;
    font-size: 1.6rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
.mod-finder input[type="text"]::placeholder,
#search-form input[type="text"]::placeholder {
    color: #666;
}
.mod-finder button:after,
#search-form button:after {
    content: "\e910";
    font-family: "icoapconsulting";
    font-size: 2.4rem;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
#search-form button:hover,
#search-form button:focus,
.mod-finder button:hover,
.mod-finder button:focus {
    background: none !important;
}
.mod-finder .awesomplete {
    width: 100%;
}
.mod-finder .awesomplete:after {
     content: "\e910";
    font-family: 'icoapconsulting';
    font-size: 2.4rem;
    color: #000;
    position: absolute;
    right: 1rem;
    transform: translateY(-50%);
    top: 50%;
}
.head-search .awesomplete ul,
.mod-finder .awesomplete ul {
    margin-top: 2rem !important;
    box-shadow: none;
    padding: 2rem !important;
}
.head-search .awesomplete > ul > li:hover,
.mod-finder .awesomplete > ul > li:hover {
    background: #f2f2f2;
}
.mod-finder input:focus,
.head-search input:focus {
    border-color: #EB6534 !important;
    box-shadow: none;
}
.mod-finder label.finder {
    display: none;
}
#search-result-empty {
    text-align: center;
}
.mod-finder input {
    border: 0 !important;
    box-shadow: 0 0 0 2px inset rgba(0,0,0,.2) !important;
    font-family: 'Lato', sans-serif;

}

.mod-finder .awesomplete {
    color: #000;
    font-weight: 400;
}

.com-finder.finder {
    padding-top: 5rem;
}

.com_finder .container-fluid {
    max-width: 960px;
}

.com_finder .result__title a {
    color: #fff;
}
