/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*contact page*/
.page-id-57746 a.dt-btn.dt-btn-m.dt-btn-submit {
    width: 70px;
    padding: 25px 50px 25px 50px;
}
.page-id-57746 .dt-btn:before {
    border-radius: 0;
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    border: 1px solid #BC8B3F;
}
.page-id-57746 a.dt-btn.dt-btn-m.dt-btn-submit {
    border-radius: 0;
}

.dt-btn{
    border: 1px solid #BC8B3F;
	position: relative;
	padding: 25px 35px;
	color: #BC8B3F !important;
	background-color: #fff !important;}

.dt-btn:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid #BC8B3F;
}
.dt-btn:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #BC8B3F;
}

.dt-btn:hover{
    border: 1px solid #BC8B3F;
	position: relative;
	padding: 25px 38px;
	color: #fff !important;
	background-color: #343434 !important;}

.dt-btn:hover:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid #fff;
}
.dt-btn:hover:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #fff !important;
}

.dt-btn:hover{
    border: 1px solid #fff;
	position: relative;
	padding: 25px 38px;
	color: #fff !important;
	background-color: #BC8B3F !important;}

a.dt-btn.dt-btn-m.dt-btn-submit {
    width: 70px;
  padding: 20px 20px 20px 20px;
}
a.dt-btn.dt-btn-m.dt-btn-submit {
    width: 70px;
    padding: 25px 35px 25px 35px;
}


/*/ Logo Mobile /*/
 
.mobile-header-bar .mobile-branding img {
    max-width: 60%;
    height: auto;
}