/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

 /* Move reCAPTCHA v3 badge in front */
.grecaptcha-badge {
z-index:999 !important;
}

/* This targets the Row containing your three HTML blocks */
.vc_row-fluid {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px !important;
    padding: 20px 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Hover effect to make it look premium */
.vc_row-fluid:hover {
    border-color: #0056D2;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Mobile responsive fix */
@media (max-width: 767px) {
    div[style*="border-left"] {
        border-left: none !important;
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-top: 20px !important;
    }
}

/* The base state of the button */
.review-btn {
    display: block;
    background-color: #0056D2; /* Initial Blue */
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    transition: background-color 0.3s ease; /* Makes the color fade smoothly */
    margin-bottom: 10px;
    text-align: center;
}

/* The hover state */
.review-btn:hover {
    background-color: #FF8C00; /* Change to Orange on hover */
    color: #ffffff !important;
}

.menubar {
    border-bottom: 1px solid #eeeeee; /* Subtle solid grey */
    box-shadow: 0 2px 4px rgba(0,0,0,0.02); /* Optional: Very faint shadow for depth */
    padding-bottom: 10px; /* Gives the menu items some breathing room above the line */
}

.navbar .container #logo .logo {
	padding-top: 10px !important;
}
div#main-menu {
	padding-top: 10px !important;
}

/* Final Premium Orange Quote Button */
.quotebutton a {
    /* Positioning & Alignment */
    margin-top: 15px !important;
    display: block !important;
    line-height: 1 !important;
    padding: 12px 24px !important;

    /* Colors: Premium Orange Gradient */
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 50%, #FFB347 100%) !important;
    color: #ffffff !important;
    
    /* Shape & Border */
    border-radius: 4px !important;
    border: 1px solid #E67E22 !important;
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3) !important;

    /* Typography */
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    text-align: center !important;
    
    /* Effects */
    transition: all 0.3s ease !important;
}

/* Hover State */
.quotebutton a:hover {
    background: linear-gradient(135deg, #FF7F50 0%, #FF8C00 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.5) !important;
    color: #ffffff !important;
}

/* Cleanup for WP List Item */
.quotebutton {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

@media screen and (max-width: 959px) {
    #logo img.fixed-logo, 
    #logo img.nav-logo {
        height: 80px !important;
        width: 220px !important;
        max-height: none !important;
    }
}

/* Articles date and author */
.published,
.author {
    display: none !important;
}

/* Remove squiggly lines from Gravity Forms dropdown - ALL STATES */
.ginput_container_select select,
select.large.gfield_select,
.ginput_container_select:hover select,
select.large.gfield_select:hover,
.ginput_container_select:focus-within select,
select.large.gfield_select:focus,
select.large.gfield_select:focus-visible,
.ginput_container_select select:focus {
    text-decoration: none !important;
    background-image: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

