/*
Theme Name: Kautilya Legal
*/

.single_about_info h3 {color: #000;}
.h-250 {height:250px !important;}
img.pra-ar-icons {width: 50px;height: 50px;}
.form p {margin-bottom: 0px !important;}
.post_item h3{color:#000;}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 5px 10px !important;
    margin: 4px !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #000;
    color: #fff;
}
a.home ,a.post-root.post.post-post ,a.taxonomy.category ,a.post.post-page{
    color: #F2C64D;
}

span.post.post-page.current-item ,span.archive.taxonomy.category.current-item ,span.post.post-post.current-item {
    color: #fff;
}
.appointment_area .form textarea {height: 100px !important;}
textarea.wpcf7-form-control.wpcf7-textarea.form-control.w-100 {
    height: 73px !important;
}

/* placeholder text style */
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #888;
}

/* regular text style */
input[type="date"].date-input--has-value::-webkit-datetime-edit-text,
input[type="date"].date-input--has-value::-webkit-datetime-edit-month-field,
input[type="date"].date-input--has-value::-webkit-datetime-edit-day-field,
input[type="date"].date-input--has-value::-webkit-datetime-edit-year-field {
  color: #f8f9fa;
}

