 p.small {
    font-family: "Double";
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.pag-holder{
       border-top: 1px solid #aaa482;
}
ul.pagination {
    margin: 0px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 10px 0px 0;
 
}
ul.pagination ul{
    list-style:none;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
li.pag-current {
    color: #52574f;
}

li.pag-number,
li.pag-current {
    margin: 0 20px;
}

li.pag-number a {
    color: #9da543;
}

li.pag-next {
    padding: 8px 0px 8px 20px;
    border-left: 1px solid #d4d4d4;
}

li.pag-next a, li.pag-prev a {
    color: #52574F;
}

.pagination i.demo-icon.icon-right {
    margin: 0 0 0 3px;
    font-size: 75%;
}

.pagination em {
    font-weight: 300;
    font-size: 13px;
}


li.pag-prev {
    padding: 8px 20px 8px 0px;
    border-right: 1px solid #d4d4d4;
}


form#search-form {
    position: relative;
    max-width: 700px;
    display: block;
    width: 100%;
}
button#search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    width: 60px;
    height: 100%;
}
button#search-submit::after {
    content: "\e803";
    display: block;
    font-family: "Fontello";
    font-size: 24px;
    line-height: 30px;
    background: transparent;
    right: 0px;
    width: auto;
    left: initial;
}
form#search-form #search {
    position: relative;
    background: transparent;
    border-bottom: 1px solid #f5f3e5;
    color: #f5f3e5;
    text-transform: capitalize;
    font-size: 30px;
    padding: 0 45px 15px 0px;
    outline:none;
    box-shadow: none;
    border-color: #f5f3e5;
}


.max-900{
    margin: 0 auto;
     max-width: 900px;
}
.result-data{
    margin: 0 0 40px;
    border-bottom: 1px solid #aaa482;
    padding: 0 0 19px;
}

.search-results {
    margin: 0 auto;
    padding: 0;
    list-style: none;
   
}
.search-results li {
    margin: 0 0 40px;
    border-bottom: 1px solid #d2cfb9;
    padding: 0 20px 30px;
}
.search-results li:last-of-type {
    border: none;
}


.search-results h4 a {
    color: #9da543;
}

.search-results h6 a {
    color: #51574f;
    font-family: "Verlag Cond A", "Verlag Cond B";
    text-transform: uppercase;
    letter-spacing: 3px;
}

.search-results h4 {
    margin: 0 0 10px;
}

.search-results hr.green-break.left {
    margin: 20px auto 20px 0;
}
.hero{
     height: 40vh;
    min-height: 350px;
}
.hero::before {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
}
section.hero.search-landing {
    height: 100vh;
    min-height: 400px;
}
