/*
  Version: 12.0.2
 */
.search-results-section {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.search-results-section.loading {
    background: url(http://sandbox.percepto.co/wp-content/uploads/2019/06/ezgif.com-resize-1.gif) no-repeat center 200px;  
} 
.main-results-wrapper{
    float: left;
    width: 100%;
    margin-bottom: 40px;  
}
.search-result-banner {
    width: 100% !important;
    background: url(http://sandbox.percepto.co/wp-content/uploads/2020/06/search-result-banner.jpg) no-repeat; 
    max-width: inherit;
    background-size: cover;
    padding: 135px 0;
} 
.search-result-banner h1 {
    font-family: Montserrat;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 100%;
} 
.search-result-banner h1 span {
    display: block;
    width: 100%;
    float: left; 
}
.search-result-banner h1 span i {
    text-transform: none;
    font-style: normal;
    color: #acd850;
}
.search-result-banner .result-num {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat;
    color: #acd850;
    margin-top: 10px;
    font-style: italic;
}
.search-result-wrapper article.result { 
    width: 100%;
    float: left;
    max-width: 33.33%;
    padding: 0 12px;
    margin-bottom:25px;
    display: flex; 
}
.search-result-wrapper article.result .inner-wrap { 
    width: 100%;
    float: left;
    border-radius: 5px; 
    overflow: hidden;
    background: #fff; 
    box-shadow: 0px 30px 90px rgba(0,0,0,0.14);  
}
.search-result-wrapper article.result .inner-wrap>a {
    float: left;
    width: 100%;
}
.search-result-wrapper article.result .inner-wrap>a>img { 
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.search-result-wrapper article.result .box-inner-wrap {
    float: left;
    width: 100%;
    padding: 15px 30px 30px; 
}
.search-result-wrapper article.result span.sr_post_cat {
    float: left;
    width: 100%;
    padding:0;
    font-size: 14px; 
    font-weight: 600;
    color: #acd850;
}
.search-result-wrapper article.result h2.title {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 12px 0 5px; 
}
.search-result-wrapper article.result .content {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 0 0 20px; 
}
.search-result-wrapper article.result a.read-now-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #004d6e !important;
    position: relative;
    float:left;
    width:auto;
}
.search-result-wrapper article.result a.read-now-btn:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #004d6e;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-46%); 
    -webkit-transform: translateY(-46%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;  
}
.search-result-wrapper article.result a.read-now-btn:before {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #004d6e;
    border-bottom: 1px solid #004d6e; 
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -18px;
    top: 9px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.search-result-wrapper article.result a.read-now-btn span:after {
    content: "";
    width: 10px;
    padding-right:0;
    height: 1px;
    background: #004d6e;
    position: absolute;
    right: -14px; 
    top: 50%;
    opacity:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-result-wrapper article.result .inner-wrap:hover a.read-now-btn span:after {
    padding-right:10px;
    right: -24px;
    opacity:1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-result-wrapper article.result .inner-wrap:hover a.read-now-btn:before {
    right: -24px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-result-wrapper article.result .inner-wrap:hover a.read-now-btn:after {
    opacity:0;
}
.search-results .result-row {
    float: left;
    width: 100%;
    display: none;
}
.result-inner-row{
    float: left;
    width: 100%;
    display: flex;    
}


.search-sorting-list{
    float:left;
    width:100%;
    position:relative;
    padding:0 15px 50px;
}
.search-sorting-list span.init {
    float: left;
    width: auto;
    min-width: 190px;
    border: 1px solid #004d6e;
    border-radius: 5px;
    position: relative;
    padding: 5px 44px 5px 10px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 600;
    color: #004d6e;
    cursor: pointer;
}
.search-sorting-list span.init:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.search-sorting-list span.init.act:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.search-sorting-list ul.list-unstyled { 
    display:none;
    width: auto;
    float: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: 36px;
    background-color: #fff;
    min-width: 190px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.10);
}
.search-sorting-list ul.list-unstyled li {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #004d6e;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-sorting-list ul.list-unstyled li:hover {
    background-color: rgba(0, 77, 110, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-sorting-list ul.list-unstyled li.selected{
    background-color: rgba(0, 77, 110, 1);
    color:#fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.more-results-bt-wrap {
    float: left;
    width: 100%;
    text-align: center;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.more-results-bt-wrap a {
    display:none; 
} 

.more-results-bt-wrap a {
    font-size: 14px; 
    text-transform: uppercase;
    font-weight: 600;
    color: #004d6e !important;
    position: relative;
    float:left;
    width:auto;
    padding-right:25px;
    cursor:pointer;  
}
.more-results-bt-wrap a:after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #004d6e;
    display: inline-block;
    border-radius: 50%; 
    position: absolute;
    right: -1px;
    top: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
}
.more-results-bt-wrap a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #004d6e;
    border-bottom: 1px solid #004d6e; 
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 6px;
    top: 9px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.more-results-bt-wrap a span:after {
    content: "";
    width: 10px;
    padding-right: 0;
    height: 1px;
    background: rgba(0, 77, 110, 0.7);
    position: absolute;
    right: 0;
    top: 11px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.more-results-bt-wrap a:hover span:after {
    padding-right:10px;
    right: 0;
    opacity:1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.more-results-bt-wrap a:hover:before {
    right: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; 
    -ms-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.more-results-bt-wrap a:hover:after {
    opacity:0;
}
.search-result-wrapper .no-feature-image article.result .inner-wrap>a {
    display: none;
}
.search-result-wrapper .no-feature-image article.result .box-inner-wrap {
    padding: 30px 30px 30px;
}
div#footer-outer {
    clear: both;
}

.result-inner-row .no-result {
    width: 100%;
    float: left;
}
.result-inner-row .no-result h3 {
    font-family: Montserrat;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #454a4f;
}
.result-inner-row .no-result form {
    width: 100%;
    float: left;
    position:relative; 
    padding-top:25px;
}
.result-inner-row .no-result p {
    float: left;
    width: 100%;
    color: #004d6e;
    font-weight: 600;
}
.result-inner-row .no-result form.search-form input[type="text"] {
    line-height: 100px;
    font-size: 35px!important;
    height: 60px!important;
    border-bottom: 4px solid #004d6e;
    font-family: Montserrat;
    letter-spacing: -.1px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    position: relative;
    padding: 0px!important;
    background-color: transparent;
        outline:0;
    border-top:0 !important;
    border-right:0  !important;
    border-left:0  !important;
}
.result-inner-row .no-result form.search-form input[type="text"]:focus{
    outline:0;
    border-top:0 !important;
    border-right:0  !important;
    border-left:0  !important;
    box-shadow: none;
}
.result-inner-row .no-result form.search-form button.search-widget-btn {
    position: absolute;
    top:50px !important;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50% !important;
    background-color: rgba(0,0,0,.05) !important;
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
}
.result-inner-row .no-result form.search-form button.search-widget-btn:hover{
    transform: scale(1.2) translateZ(0) !important;
    -webkit-transform: scale(1.2) translateZ(0) !important;
}

.result-inner-row .no-result form.search-form  ::-webkit-input-placeholder { 
  color: #000;
}
.result-inner-row .no-result form.search-form  ::-moz-placeholder {
  color: #000;
}
.result-inner-row .no-result form.search-form  :-ms-input-placeholder {
  color: #000;
}
.result-inner-row .no-result form.search-form  :-moz-placeholder { 
  color: #000;
}
.result-inner-row .no-result form.search-form button.search-widget-btn span.normal.icon-search {
    float: left;
    background-color: transparent !important;
    color: #004d6e;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-54%) translateX(-45%);
    -webkit-transform: translateY(-54%) translateX(-45%);
}
header#top nav ul #search-btn a {
    float: left;
    width: 100% !important;
    text-align: center;
    display: flex !important;
    min-height: 100% !important;
    align-items: center;
    justify-content: center;
}

@media(max-width:1000px){
    .search-result-wrapper article.result {
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media(max-width:690px){
    .search-result-wrapper article.result {
        max-width: 100%;
        padding:0;
        margin-bottom: 20px;
    }
}