/*
Theme Name:  Aqovo Child Theme
Description: Child theme for the Aqovo theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    aqovo
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
.search .content-area{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
}

.search-result-item{
    display:flex;
    gap:30px;
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:1px solid #eee;
}

.search-thumb img{
    width:250px;
    height:auto;
    display:block;
}

.search-title{
    margin-bottom:15px;
}

.search-title a{
    text-decoration:none;
}

.search-pagination{
    margin-top:40px;
}