/*
Theme Name: MedicalPress Child Theme
Theme URI: http://themeforest.net/item/medicalpress-health-and-medical-wordpress-theme/7789703
Description: Child theme for MedicalPress, which is a premium theme for health and medical related websites. MedicalPress has various features that are suitable for doctors, dentists, surgeons, hospitals, health clinics and other types of health and medical related institutions.
Author: Inspiry Themes
Author URI: http://themeforest.net/user/InspiryThemes
Version: 1.4
Text Domain: inspiry-medicalpress
Template: inspiry-medicalpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, right-sidebar, responsive-layout, featured-images, full-width-template, threaded-comments, microformats, post-formats, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options
*/

.sc-contact-form .nf-field-label, 
.sc-contact-form .nf-before-form-content{
	display:none;
}



.sc-contact-form .nf-form-content button, 
.sc-contact-form .nf-form-content input[type=button], 
.sc-contact-form .nf-form-content input[type=submit] {
    background: var(--e-global-color-accent);
	display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.sc-contact-form .nf-form-content button:hover, 
.sc-contact-form .nf-form-content input[type=button]:hover, 
.sc-contact-form .nf-form-content input[type=submit]:hover {
	background: var(--e-global-color-69a1819);
}

.nf-form-fields-required{
	text-align:right;
}

.nf-response-msg h2{
	background-color: #008d00;
    font-weight: bold;
    padding: 10px;
    border: 2px solid green;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}