/* Search Menu Icon */
.ca-search-wap { display: inline-block; vertical-align: top; position: relative; z-index: 99; line-height: inherit; height: 38px; width: 100%; border: 1px solid #ddd; border-radius: 10px; }
.ca-search-wap label { width: 90%; }
.ca-search-wap input[type="search"] { width: 100%; height: 38px; background: none; border: 0 none; outline: none; padding-left: 10px; color: #444; }
.ca-search-wap .search-submit { width: auto; position: absolute; top: 0; right: 0; bottom: 0; width: 10%; font-size: 18px; color: #999; border: none; background: transparent; }
.header-top .ca-search-wap { height: 30px; line-height: 30px; padding: 0px 10px; }
.ca-search-wap.active { width: 100%; overflow: initial; }
.search-input { margin: 0 !important; display: none; text-align: right; width: 100%; }
.search-input input,
.search-input input:focus { display: inline-block; vertical-align: middle; height: 30px; line-height: 20px; padding: 8px 10px; border: none; background-color: #121212 !important; color: rgba(255, 255, 255, 0.8) !important; border-radius: 3px; }
.ca-search-wap.active .search-input { display: block; }
.search-button {
    background-color: transparent !important;
    border: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 99;
    height: 30px;
    width: 30px;
    min-width:0;
    line-height: 0;
    color: inherit;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    text-align: center;
}
button.search-button:hover { color: inherit !important; }
.search-button:after { display: none; }
.mobile .mobile-nav-icon { -webkit-transition: color ease-in 0.3s; transition: color ease-in 0.3s; }
.ca-search-wap .autocomplete { position: relative; display: none; background: #fff; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10); }
.dropdown-menu { box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .10); }
.autocomplete .dropdown-menu {
    position: relative;
    float: none;
    max-height: 400px;
    overflow: auto;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius:0;
    box-shadow: none;
}
.autocomplete .dropdown-menu > li { padding: 0; min-height: 20px; display: block; float: none; }
.autocomplete .dropdown-menu ul > li > a { display: block; clear: both; }
.autocomplete .dropdown-menu li h5 {
    line-height: 20px;
    padding: 5px 8px;
    background: #f5f5f5;
    color: #545454;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(239, 239, 239, 0.25);
    text-shadow: 0px 1px 0px #fff;
    letter-spacing: 1px;
}
.autocomplete a > span { display: block; line-height: 20px; white-space: nowrap; }
.autocomplete .dropdown-menu ul > li > a > .thumb { width: 19%; height: auto; margin-right: 3%; float: left; }
.ca-wa-item { width: 78%; float: left; }
.autocomplete .dropdown-menu ul > li > a strong { display: block; font-size: 1em; color: black; line-height: 20px; text-overflow: ellipsis; }
.autocomplete .dropdown-menu ul > li > a .post-meta { padding: 0; margin: 0; font-size: 0.9em; text-transform: capitalize; }
.autocomplete .search-loading,
.autocomplete .search-more a { display: block; text-align: center; height: 40px; line-height: 40px; border-top: 1px solid #ddd; color: #333; padding: 0 10px; }
.autocomplete .post-meta > span { display: inline-block; margin-right: 8px; }
.ca-search-wap { -webkit-transition: color 0.15s ease-in, background-color 0.15s ease-in, border-color 0.15s ease-in; transition: color 0.15s ease-in, background-color 0.15s ease-in, border-color 0.15s ease-in; }
#header.light .nav-wrapper .ca-search-wap { color: #BDBDBD; }
#header.mobile .nav ul li a:hover { color: #000; }
#header.mobile .ca-search-wap { border: none; }
#header.mobile #nav li.open > ul { border-top: 1px solid #e7e7e7; }
#header.mobile #nav li.open ul ul { border-top: 1px solid #FAFAFA; }
.header .ca-search-wap:before {
    position: absolute;
    content: '\f0d8';
    font-family: 'FontAwesome';
    left: 0;
    bottom: -20px;
    text-align: center;
    width: 100%;
    height: 10px;
    line-height: 15px;
    font-size: 18px;
    opacity:0;
    -webkit-transition:all 0.35s;
    transition:all 0.35s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.autocomplete ul{margin-left: 0;}
.autocomplete ul li{list-style: none; clear: both; border: none; display: inline-block; width: 100%;}
/* Post Loader*/
/* Throbber Loader */
@keyframes throbber {
    0% { background: #dde2e7; }
    10% { background: #555; }
    40% { background: #000; }
}
@-webkit-keyframes throbber {
    0% { background: #dde2e7; }
    10% { background: #555; }
    40% { background: #000; }
}
/* :not(:required) hides these rules from IE9 and below */
.post-loader:not(:required) {
    background: #dde2e7;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 8px;
    height: 10px;
    margin: 0 12px;
    -webkit-animation: throbber 2000ms 300ms infinite ease-out;
    animation: throbber 2000ms 300ms infinite ease-out;
}

.post-loader:not(:required):before,
.post-loader:not(:required):after {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: 8px;
    height: 10px;
    position: absolute;
    top: 0;
}

.post-loader:not(:required):before {
    -webkit-animation: throbber 2000ms 150ms infinite ease-out;
    animation: throbber 2000ms 150ms infinite ease-out;
    left: -12px;
}

.post-loader:not(:required):after {
    -webkit-animation: throbber 2000ms 450ms infinite ease-out;
    animation: throbber 2000ms 450ms infinite ease-out;
    right: -12px;
}
.widget_cawp_search_widget {
    /*width: 450px;*/
}
.widget_cawp_search_widget li:before{content: none !important;}
.widget_cawp_search_widget li{border-bottom:none;}
.widget_cawp_search_widget ul, .widget.widget_cawp_search_widget{border: none !important;}

@media (min-width:992px) {
    .ca-block-recent { width: 23%; float: left; position: relative; padding-right: 2%; }
}
.ca-block-recent{padding-bottom: 25px;}
.info-recent img{float: left; margin-right: 10px}
.w-block-recent h3 a{text-decoration: none; font-weight: bold; font-size: 14px;}
.w-block-recent h3 { line-height: 16px; margin-bottom: 15px; }
.search-ins { position: relative; line-height: 25px; }
.redcolor,
.redcolor a { color: #f47920; }
.search-ins .redcolor,
.search-ins ul { display: inline-block; margin-bottom: 0px; }
.search-ins ul li { display: inline-block; }
.search-ins ul li a:after { content: ","; display: inline-block; margin-right: 3px; }
.search-ins ul li:last-child a:after { content: none; }
.search-ins ul li a { padding: 0px; text-transform: unset; color: #444; }
.search-ins ul li a:hover { text-decoration: underline; }
.search-ins .redcolor { float: left; margin-right: 10px; }
.ca-search-wap .dropdown-menu > li > ul { padding: 0px 10px; }