/* Astra Starter Sites CSS Start */
.template-meta .site-type.premium {
    padding: 0px 8px !important;
    border-radius: 2px;
    font-size: 13px;
    color: #1b1a18;
    display: inline-block;
    line-height: 25px;
    height: 25px;
}
#astra-sites-filters {
    margin: 0 auto 5em auto !important;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.05) !important;
}
.astra-site-category li a {
    margin: 0 10px !important;
    padding: 0px !important;
    -webkit-transition: color .3s ease-in-out !important;
    transition: color .3s ease-in-out !important;
    color: #9998a0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.astra-site-category li a:hover {
    color: #333333;
}
.astra-site-category li a.active {
    border-bottom: 1px solid #222 !important;
    color: #333333 !important;
}
.astra-site-page-builder li a {
    margin: 0 10px !important;
    padding: 0px !important;
    transition: color .3s ease-in-out !important;
    color: #9998a0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.astra-site-page-builder li a:hover {
    color: #5c2ede;
}
.astra-site-page-builder li a.active {
    border-bottom: 1px solid #5c2ede !important;
    color: #5c2ede !important;
}
#astra-sites-filters .search-form input {
    outline: none;
}
input[type=search] {
    color: #999;
    border-color: #e7e6ea;
    border-radius: 2px;
    background: #fcfbfd;
}
input[type="search"]:focus {
    border-color: #c0bfc5;
}
.filter-links a,
.filter-links a:active,
.filter-links a:focus {
    outline: none;
}
#astra-sites .site-single .inner {
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#astra-sites .site-single .inner:hover {
    box-shadow: 0px 22px 30px -5px rgba(0, 0, 0, 0.3);
}
#astra-sites-showcase .site-single:hover .view-demo-wrap {
    background: rgba(24, 10, 47, 0.35)!important;
}
.view-demo {
    background: #f7f6fb !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    color: #3a3840 !important;
    padding: 0.5em 1em !important;
}
.template-meta > h3{
    font-size: 14px;
    font-weight: 400;
}
/* Astra Starter Sites CSS End */
/** Background Speed for Starter Sites. CSS by Mahesh */
#astra-sites-showcase .site-preview {
    transition: all linear 5s;
}
.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    padding: 7px 10px !important;
    font-size: 13px;
}