/* 
Theme Name: QPM
Template: hello-elementor
Version: 1.0
/*

/* Add your custom styles here */
.page-header h1.entry-title {
    display: none;
}

.page-content .contact-page a {
    text-decoration: none;
    color: #6A6D73;
}

.page-content .contact-page a:hover {
    color: #008CA7;
}

.contact-page .elementor-element .elementor-field-group {
    margin-bottom: 25px !important;
}

.contact-page input:not([type="button"]):not([type="submit"]):-webkit-autofill {
     -webkit-box-shadow: 0 0 0 30px transparent inset!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: #6A6D73!important
}

.contact-page span.elementor-button-text.elementor-form-spinner {
    display: none !important;
}