/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Attorney Single */

.header-builder {
    background-color: #f3eddf;
}

.attorney-back-link {
    font-size: 18px;
}
.attorney-snub{
    padding-top: 18px;
    font-size: 24px;
    color: #ff9a32;
}

.attorney-name {
    font-size: 60px;
}

.attorney-title {
    font-size: 32px;
}

.attorney-banner {
    padding: 1rem;
    background-color: #f3eddf;
    margin-left: calc(var(--porto-fluid-spacing) * -1);
    margin-right: calc(var(--porto-fluid-spacing) * -1);
    margin-bottom: 5rem;
}

.attorney-banner .container {
    display: flex;
}

.attorney-banner-left {
    flex: 1;
}

.attorney-banner-right {
    flex: 1;
}

.attorney-profile__hero-image {
    margin: 1rem;
}

.attorney-banner .contact-btn {
    padding: 1rem 2rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 850px) {
    .attorney-name {
        font-size: 48px;
    }
    
    .attorney-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 750px) {
    .attorney-banner .container{
        flex-direction: column;
    }
}

.attorneys-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.attorneys-grid__item {
    background-color: #f3eddf;
    text-align: center;
    max-width: 400px;
    padding: 1rem;
    border-radius: 3px;    
}
.attorneys-grid__item {
    
}