/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.3.7
*/


    
/* === Contact Form 7 Custom Styling === */
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: #46b450;
    position: absolute;
    top: 0;
    background: #f03e3e;
    color: white;
    padding: 20px;
    border-radius: 15px;
    border: none;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.wpcf7 {
    border: 3px solid red;
    padding: 20px;
    border-radius: 15px;
}
