/*
Theme Name: GardenHub Child
Theme URI: http://steelthemes.com/gardenhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry, Garden, Engineering & All Industrial Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gardenhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: gardenhub
*/

/* ==========================================================================
   1. Logo - Remove max-width constraint so Customizer values apply
   ========================================================================== */

.site-header .logo img {
    max-width: none;
}

/* ==========================================================================
   2. Phone number tel: links - Readable on dark footer background
   ========================================================================== */

.footer-widgets a[href^="tel"],
.site-footer a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.footer-widgets a[href^="tel"]:hover,
.site-footer a[href^="tel"]:hover {
    color: #73b21a;
}

/* ==========================================================================
   3. Team photo caption - Pull up to overlap photo
   ========================================================================== */

.fh-team .info {
    position: relative;
    z-index: 2;
    margin-top: -50px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
}

/* ==========================================================================
   4. Mobile / Responsive fixes
   ========================================================================== */

/* Ensure mobile toggle is visible */
@media (max-width: 1024px) {
    .navbar-toggle {
        display: block !important;
    }
}

/* Image responsiveness on mobile */
@media (max-width: 767px) {
    .site-content img,
    .entry-content img {
        max-width: 100%;
        height: auto;
    }

    .entry-content {
        overflow-x: hidden;
    }

    /* Tel links inherit text color on mobile */
    a[href^="tel"] {
        color: inherit;
        text-decoration: underline;
    }

    .ft-contact.phone p a,
    .ft-contact.phone a[href^="tel"] {
        color: rgb(132, 132, 132);
        text-decoration: none;
    }
}

/* Disable parallax fixed background (broken on mobile) */
@media (max-width: 475px) {
    .vc_row.parallax {
        background-attachment: scroll !important;
    }
}

/* Team photo row margin adjustment on small mobile */
@media (max-width: 475px) {
    .vc_custom_1775093639928 {
        margin-top: -115px !important;
    }
}

/* ==========================================================================
   5. Remove menu item icon decoration (flaticon leaf above nav items)
   ========================================================================== */

.show-icon .main-nav ul.menu > li:after {
    content: none;
}

/* ==========================================================================
   6. Home image-text block - pull up to overlap hero
   ========================================================================== */

@media (max-width: 767px) {
    #image-text-block-home {
        margin-top: -175px;
    }
}

/* ==========================================================================
   7. Footer contact rows - clearfix (icon is floated, sibling rows overlap)
   ========================================================================== */

.ft-contact::after {
    content: "";
    display: table;
    clear: both;
}

/* ==========================================================================
   8. Team photo row - ensure background image is contained, not cropped
   ========================================================================== */

#team-photo-row, #cattle-image-row {
    background-size: contain !important;
}