/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: Federico Grande
Template: hestia    
Version: 1.0
*/

.home .main {
    display: grid;
}

.home .main #features {
    grid-row: 1
}

.home .main #team {
    grid-row: 2
}

.home .main #about {
    grid-row: 3
}

.home .main #subscribe {
    grid-row: 4
}

.home .main #blog {
    grid-row: 5
}

.home .main #contact {
    grid-row: 6
}

.hestia-team {
    background-color: #f6f6f6;
}

.card-testimonial .card-avatar img {
    border-radius: 0;
}

.searchwp-modal-form-default .searchwp-modal-form__content {
    padding-bottom: 0 !important;
}

.searchwp-modal-form-default .searchwp-modal-form__content .form-group {
    margin-bottom: 0 !important;
}

a[data-searchwp-modal-trigger] .fa-search {
    font-size: 18px !important;
}