/*
Theme Name: Hara Child
Theme URI: https://hara.thembaydev.com/
Author: Thembay
Description: This is a child theme for Hara
Version: 1.0
Author URI: https://thembay.com/
Template: hara
Text Domain: hara-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.dknt-form {
    display: flex;
}
.dkmail input {
    width: 100%;
    padding: 20px;
}
.dknt-form input.wpcf7-form-control.wpcf7-submit {
    background: #c4743f;
    padding: 0 20px;
    color: white;
}
.contact-page input, .contact-page textarea {
    border: 1px solid #e8e8e8 !important;
    width: 100%;
}
.contact-page label {
    width: 100%;
}
.fullform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mcol {
    flex-basis: 49%;
}
.fcol {
    flex-basis: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    max-width: 200px
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
.entry-single figure.entry-thumb {
    display: none;
}