.ccw-shortcode .wpcf7,
.pum .wpcf7 {
    margin-top: 10px;
}	
.ccw-shortcode .wpcf7 input:not([type=submit]), .ccw-shortcode .wpcf7 select, .ccw-shortcode .wpcf7 textarea,
.pum .wpcf7 input:not([type=submit]), .pum .wpcf7 select, .pum .wpcf7 textarea {
    padding: .5em .75em;
}
.ccw-shortcode .wpcf7 textarea,
.pum .wpcf7 textarea {
	height: 100px;
	display: block;
}
.pum h2, .pum h3 {
	color: #fff!important
}
.wpcf7-form > p:last-of-type {
	margin-bottom: 0
}
.ccw-shortcode .wpcf7  .wpcf7-submit,
.pum .wpcf7  .wpcf7-submit {
	width: 100%;
	background: #fff;
    border-radius: 10px;
    color: #00b7e2;
}
.ccw-shortcode .wpcf7  .wpcf7-submit:hover,
.pum .wpcf7  .wpcf7-submit:hover {
	background: #C7017F;
	color: #fff
}
span.wpcf7-not-valid-tip{
    color: #c7017f;
    font-size: .8rem;
    line-height: .9;
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.15rem;
}
.cf7-acceptance span.wpcf7-not-valid-tip {
    bottom: -.875rem;
    width: 100%;
}
.wpcf7-textarea + span.wpcf7-not-valid-tip {
    bottom: -.875rem;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip {
    bottom: -.875rem;
}
div.wpcf7-response-output {
    position: absolute;
    bottom: 40px;
    cursor:pointer;
    color: #000;
    border-color: #00b6e3;
    font-size: 1rem;
    width: 25rem;
    right: 50%;
    margin-right: -12.5rem!important;
    text-align: center;
    background-color: #fff;
    padding: 1rem!important;
    border-radius:.5rem;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.3);
    z-index: 1
}
div.wpcf7-response-output:before{
    content: '\274c';
	font-family: sans-serif;
	font-size: 9px;
    position: absolute;
    top: .375rem;
    right: .375rem;
    line-height: 1.2;
}
@media (max-width:767px) {
    div.wpcf7-response-output {
        width: 290px;
        margin-right: -145px !important;
    }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #c7017f;
    cursor: pointer;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #c7017f;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #00b6e3;
}
div.wpcf7 {
    position: relative
}
.wpcf7-spinner {
    margin: 0!important;
    position: absolute!important;
    bottom: 9px!important;
    left: calc(50% - 12px)!important;
}
.wpcf7 .ajax-loader {
    margin: 5px auto 0;
    position: absolute;
    bottom: 1rem;
    z-index: 2;
}
