/* CUSTOM SEARCH CSS

--------------------------------------------- */

.entry-title {
display:block;
}

.entry-header {
display:block;
margin: 0 auto;
padding-top:0px;
padding-left:0px;
}

.entry-title {
font-size: 25px;
}

.entry-title a {
color:#554126 !important;
}    

.entry-header::after {
    border-bottom: 2px solid #d3c89b !important;
    content: "";
    display: block;
    margin: 1em 0em 2em 0em;
    padding-bottom: 15px;
    width: 8%;
}

.search-form {
    display: none;
    overflow: hidden;
    position: relative;
}

.archive-description, .author-box {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 100px 0px 40px 0px;
}

/* FULL-WIDTH

--------------------------------------------- */


.full-width-content .content {
padding: 0 0px 0px;
width: 100%;
}

.fl-row-fixed-width {
max-width: 1250px !important;
}

.wrap {
max-width:2560px !important;
}

.site-inner {
max-width:900px !important;
}

.content {
max-width:900px !important;
}



/* 404
--------------------------------------------- */
.not-found-top {
margin-top:15%;
}


