/*
Theme Name: Law Vendor
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 4.0.1772123884
Updated: 2026-02-26 16:38:04

*/

/* Container for the logo */
.navbar-brand-logo {
    padding: 0; /* Remove default padding to prevent extra height */
    margin-right: 2rem;
}

/* Specific Logo Dimensions */
.custom-logo-img {
    height: 150px;
    object-fit: contain; /* Prevents stretching */
    display: block;
}

/* Ensure the Nav Links center vertically with the tall logo */
.law-nav .navbar-nav {
    display: flex;
    align-items: center;
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .custom-logo-img {
        height: 100px; /* Smaller logo for mobile to save space */
        width: auto;   /* Maintains aspect ratio */
    }
    
    .navbar-brand-logo {
        margin-right: 0;
    }

    /* Stack items nicely on mobile */
    .navbar-nav {
        padding-top: 1rem;
        align-items: flex-start !important; /* Align left on mobile */
    }
}

form#forminator-module-89 {
    display: block !important;
}

select.cf-input.cf-select, textarea.cf-input.cf-textarea{
	color:#000;
	padding:5px;
}