File "ep-search.css"
Full path: /home/kosmetik/public_html/wp-content/plugins/elements-plus/assets/css/ep-search.css
File
size: 5.22 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
@-webkit-keyframes ep-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes ep-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.element-search-form-wrap {
width: 100%;
display: block;
}
.element-search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
position: relative;
width: 100%;
}
.element-search-form .element-search-category-select {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
max-width: 27%;
height: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-clip: padding-box;
background-size: 9px;
background-position: right .75rem center;
background-repeat: no-repeat;
padding: 10px 28px 10px 10px;
margin: 0;
box-shadow: none;
background-color: #fff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
color: #313131;
font-size: 16px;
border-radius: 3px 0 0 3px;
border: 1px solid #dedede;
border-right: 0;
}
.element-search-form .element-search-input-wrap {
height: 100%;
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
position: relative;
line-height: normal;
margin: 0;
padding: 0;
}
.element-search-form .element-search-input {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
width: 100% !important;
font-size: 16px;
border-radius: 0;
border: 1px solid #dedede;
margin: 0;
padding: 10px;
box-shadow: none;
}
.element-search-form .element-search-input:hover,
.element-search-form .element-search-input:focus {
box-shadow: none;
outline: 0;
border-width: 1px;
border-color: inherit;
}
.element-search-form .element-search-spinner {
border: 3px solid rgba(0, 0, 0, 0.35);
border-top-color: rgba(0, 0, 0, 0.875);
border-radius: 100%;
height: 18px;
width: 18px;
-webkit-animation: ep-rotate .8s infinite linear;
animation: ep-rotate .8s infinite linear;
position: absolute;
right: 10px;
top: 11px;
opacity: 0;
}
.element-search-form .element-search-spinner.visible {
opacity: 0.4;
}
.element-search-form .element-search-results {
position: absolute;
list-style: none;
top: 100%;
left: 0;
width: 100%;
background: #fff;
border-radius: 0 0 3px 3px;
margin: 1px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding: 10px 0;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
z-index: 125;
display: none;
font-family: sans-serif;
}
.element-search-form .element-search-results-item {
margin: 0;
font-size: 13px;
}
.element-search-form .element-search-results-item a {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
padding: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #313131;
text-decoration: none !important;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item a:hover {
background-color: #F5F5F5;
border: 0;
box-shadow: none;
}
.element-search-form .element-search-results-item .element-search-results-item-thumb {
margin-right: 15px;
max-width: 55px;
}
.element-search-form .element-search-results-item .element-search-results-item-title {
font-size: 16px;
font-weight: bold;
margin: 0 0 5px;
}
.element-search-form .element-search-results-item .element-search-results-item-title:last-child {
margin-bottom: 0;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt {
margin: 0;
opacity: 0.8;
}
.element-search-form .element-search-results-item .element-search-results-item-excerpt:empty {
display: none;
}
.element-search-form .element-search-results-item.highlighted a {
background-color: #F5F5F5;
}
.element-search-form .element-search-results-item.error a {
color: #ff786d;
}
.element-search-form button.element-search-btn {
text-decoration: none;
text-transform: none;
font-style: normal;
font-weight: normal;
font-family: sans-serif;
line-height: normal;
text-shadow: none;
letter-spacing: 0;
height: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
font-size: 16px;
padding: 10px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 0 3px 3px 0;
border: 1px solid #dedede;
border-left: 0;
background: none;
box-shadow: none;
margin: 0;
}
.element-search-form .element-search-all-results {
text-align: center;
}