/**
Theme Name: GP-Financial
Author: Roaming Sapiens
Author URI: https://www.roaming-sapiens.com/
Description: The GP-Financial child theme is a custom WordPress child theme developed by Roaming Sapiens to support a clean, professional, and conversion-focused website for GP-Financial. Built on a stable parent theme, it includes tailored styles, layouts, and refinements that align with the client’s brand identity while ensuring performance, responsiveness, and safe future updates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gp-financial
Template: astra
*/

/* GLOBAL CSS */
.elementor-video {
    background-color: transparent !important;
	height: 101% !important;
	width: 101% !important;
}

/* Kill native tap highlight everywhere */
html, body, * {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

/* Kill text-selection highlight on interactive/non-text elements */
.elementor-tabs-wrapper,
.elementor-tab-title,
.elementor-tab-desktop-title,
.elementor-tab-mobile-title,
.e-n-tabs-heading,
.e-n-tab-title,
.elementor-button,
.elementor-icon-box-wrapper,
.elementor-image-box-wrapper,
nav, nav *,
.elementor-nav-menu a,
button, a {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Kill blue selection background on tap (the actual culprit on most Elementor tabs) */
.elementor-tab-title::selection,
.elementor-tab-title *::selection,
.e-n-tab-title::selection,
.e-n-tab-title *::selection,
.elementor-button::selection,
.elementor-button *::selection {
    background: transparent !important;
    color: inherit !important;
}

/* Remove focus/active outlines and box-shadows from tab triggers */
.elementor-tab-title,
.elementor-tab-title:focus,
.elementor-tab-title:active,
.elementor-tab-title:hover,
.e-n-tab-title,
.e-n-tab-title:focus,
.e-n-tab-title:active,
.elementor-button:focus,
.elementor-button:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
/* END OF GLOBAL CSS */

/* HEADER CUSTOMIZATION */
nav .nav-ctr {
	padding: 15px 24px;
    margin-left: 24px;
    background: var(--e-global-color-primary);
    border-radius: 150px;
	cursor: pointer;
}

nav .nav-ctr:hover {
    background: var(--e-global-color-secondary);
	transition-duration: 0.3s;
}

nav .nav-ctr a {
    color: #ffffff !important;
	padding: 0px !important;
}

@media (min-width: 1280px) {
	header .contact-nav-link {
		display: none !important;
	}
}
/* END OF HEADER CUSTOMIZATION */
