/*
    Theme Name: Infinity Landscaping Inc
    Theme URI: https://infinitylandscapingmvy.com
    Author: the Digital Guider team
    Author URI: https://digitalguider.com/
    Description: Infinity Landscaping Inc. is a locally rooted, family-run team dedicated to elevating Martha’s Vineyard properties with thoughtful design, expert craftsmanship, and year-round care. Our landscape architects, horticulturists, and masonry specialists have collaborated to turn coastal challenges, salt spray, sandy soils, and strict zoning into elegant, enduring solutions combined with over 20 years of experience.  
    Requires at least: 6.0
    Tested up to: 6.6.2
    Requires PHP: 8.0
    License: GNU General Public License v2 or later
    Text Domain: infinitylandscapingmvy
*/

.slider-title h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 0;
}
#portfolio-images img {
    height: 320px;
    object-fit: cover;
}
ul.pagination.archive-pagination li.active {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #003d2d;
    color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.result-list .title a {
    color: #003d2d;
}

.result-list p {
    margin-bottom: 0px;
}
.result-list .read-more-arrow {
    color: #df7633;
    font-weight: bold;
}