/*
Theme Name:     The7-child
Description:    child theme
Author:         Webvantage
Template:       dt-the7

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


div.entry-meta a.author.vcard
{
	display: none !important;
}
div.author-info.entry-author
{
	display: none !important;
}
input.wpcf7-form-control.wpcf7-submit:hover, a.dt-btn.dt-btn-m.dt-btn-submit:hover, a.dt-btn.dt-btn-m.dt-btn-submit:hover
{
  /* border : 1px solid rgb(123, 90, 20) !important; */ /* edited */
  background-color : #ffffff !important;
  color : #7b5a14 !important;
}
.default-btn-shortcode.dt-btn.dt-btn-m
{
	border : 1px solid #7b5a14;
}
.default-btn-shortcode.dt-btn.dt-btn-m:hover
{
  /* border : 1px solid rgb(123, 90, 20) !important;*/ /* edited */
  background-color : #ffffff !important;
  color : #7b5a14 !important;
}
input.wpcf7-form-control.wpcf7-submit, a.dt-btn.dt-btn-m.dt-btn-submit
{
	border: 1px solid #7b5a14;
}

