/*
Theme Name:         Softwaredesign Base Theme
Theme URI:          https://git.softwaredesign.ie/wordpress/base-template
Description:        Wordpress Base Template Theme for SoftwareDesign
Version:            1.0.2
Author:             SoftwareDesign
Author URI:         https://softwaredesign.ie/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.mce-notification{
display:none !important;

}
 .component-one .cp1-calculator .buttons.apply .btn {
    padding: 20px 0;
}
.wpcf7-form {
	position: relative;
}
.wpcf7-form .cookieconsent-optout-marketing {
	position: absolute;
    top: 0px;
    min-width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    align-items: center;
    z-index: 100;
    justify-content: center;
    padding: 30px;
	border-radius: 10px;
    border: 1px solid #005596;
}
.cookieconsent-optout-message {
	text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
	display: none;
}
.wpcf7-form .ajax-loader:not(:first-of-type) {
    display: none;
}
