/*
Theme Name: Hire Development Team
Theme URI: https://hiredevelopmentteam.com
Author: Hire Development Team
Author URI: https://hiredevelopmentteam.com
Description: Hire Development Team is a modern WordPress theme for companies hiring dedicated software development teams. It includes responsive layouts, animated sections, integrated blog templates, and contact forms.
Version: 1777368530.deploy-1777975853
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hiredevelopmentteam
Tags: blog, one-column, custom-menu, featured-images, theme-options, translation-ready

Hire Development Team WordPress Theme - Adapted from Webflow template
*/

/* Theme styles are loaded from css/ directory via functions.php */

@media screen and (min-width: 992px) {
  .hero-2nd_buttons-wrap {
    display: flex;
    gap: 1rem;
    align-items: stretch;
  }

  .hero-2nd_buttons-wrap > .button-wrapper {
    flex: 1 1 0;
    display: flex;
    min-width: 0;
  }

  .hero-2nd_buttons-wrap > .button-wrapper > .button {
    width: 100%;
    min-height: 3.25rem;
    padding: .25rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .hero-2nd_buttons-wrap > .button-wrapper > .button .button-text-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    overflow: visible;
    white-space: nowrap;
  }

  .hero-2nd_buttons-wrap > .button-wrapper > .button .button-text {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero-2nd_buttons-wrap > .button-wrapper > .button .button-icon-wrap {
    margin: 0;
    flex: 0 0 auto;
  }

  .hero-2nd_buttons-wrap > .button-wrapper > .button .button-icon {
    display: block;
  }
}
