/*
Theme Name: Trident Child Theme
Theme URI: https://okomni.com/
Description: A child theme from Ok Omni
Author: JH
Author URI: https://okomni.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url('../hello-elementor/style.css');

/* Header */
.head-icon .elementor-icon-list-icon {
    background-color: #091629;
    padding: 7px;
}
/* End Header */


/* Footer */
.footer-link {
    color: #095aa5;
    text-decoration: none;
    transition: color 0.3s ease-in-out; 
}

.footer-link:hover {
    color: #C19600;
}

/* End Footer */


/* Gravity Form for Free Quote */
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    --gf-local-margin-y: 0 var(--gf-label-space-primary);
    font-size: 16px;
    font-weight: 700;
    color: #7a7a7a;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px!important;
}

/* .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield textarea.small, #input_1_10_1, #input_1_10_4, #input_1_10_5 {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
} */

.gform-theme--foundation .gfield input.large {
    background-color: #ffffff!important;
}

#gform_submit_button_1 {
  background-color: #da2e34 !important;
  padding: 20px 24px !important;
  font-size: 24px !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700;
}

#gform_submit_button_1:hover {
  background-color: #b22229 !important;
}

.grecaptcha-badge {z-index: 100!important;}

/* End Gravity Form for Free Quote */

/* Newsletter */
 #gform_submit_button_2 {
  background-color: #C19600 !important;
  padding: 15px 25px !important;
  font-size: 20px !important;
  border: none !important;
  color: #333 !important;
  font-weight: 700;
}
#gform_submit_button_2:hover {
  background-color: #b22229 !important;
  color:#fff!important;
}
/* End Newsletter */