/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Home page services "learn more" button */
.homepage-services .elementor-button {
  z-index: 9;
  position: relative;
}

  .homepage-services .elementor-button span {
    color: #ffffff;
  }

/* Header "Hire Us" button: post-36.css forces padding:0 !important, so the
   anchor collapses to line-height on viewports >1366px where the 16px
   font-size media query doesn't match. Lock a min-height so it renders as a
   proper button regardless of flex-stretch behavior. */
.dp-header .dp-menu-button > a,
.dp-header .dp-menu-button > a:hover,
.dp-header .dp-menu-button > a:focus {
  min-height: 46px;
  align-self: center;
}

/* Keep the main nav on a single row so the Hire Us button never wraps to a
   second line at wide viewports (where the 20px font-size is active). */
.dp-header .elementor-nav-menu--main .elementor-nav-menu {
  flex-wrap: nowrap;
}

