/*
 Theme Name:   Crue Child
 Theme URI:    https://www.crue.ch/
 Description:  A Crue Child Theme
 Author:       Crue
 Author URI:   https://www.crue.ch/
 Template:     pharma
 Version:      1.0.0
 Tested up to: 6.8
 Requires at least: 5.5
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  pharma
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.gform_wrapper .gform-body input,
.gform_wrapper .gform-body textarea {
    padding: 13px 14px 13px 14px !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d7e9ef;
    box-shadow: none !important;
    height: auto;
    color: #00564b !important;
    line-height: 21px;
	font-size: 15px !important;
}

.gform_wrapper .gform-body .gfield_consent_label  {
	cursor: pointer;
}

.gform_wrapper .gform-body .gfield_label {
    display: block !important;
    color: #00564b !important;
    font-size: 17px !important;
    margin: 0px 0px 16px 0px !important;
}

.gform_wrapper .gform-body input::placeholder,
.gform_wrapper .gform-body textarea::placeholder {
	color: #a5a5a5 !important;
}
 
p.gform_required_legend {
	display: none !important;
}

.gform_wrapper .gform_footer .gform_button {
	background-color: #00564b !important;
    padding: 18px 40px 18px 40px !important;
    color: #ffffff !important;
    border-style: none !important;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}

.gform_wrapper .gform_footer .gform_button:hover {
	background-color: #019d75 !important;
}