/*
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
*/
.formfield2 {
		height:160px;
	}
#footer-top {
	background-color: #f2f2f2; 
	padding:50px 0 25px 0; 
	margin:50px 0 -70px 0; 
	background-image:url(https://www.havensdesign.com/dev/sn/wp-content/uploads/2020/05/footer-top.jpg); 
	background-position:top center; 
	background-repeat:no-repeat;
}
#footer-btn-blk {
width: 75%;
background-color: #000;
padding:10px 30px 10px 30px;
text-align:center;
margin: 0 auto 0 auto;
color: #fff;	
}
#footer-btn-blk a {
color: #fff;	
}
#footer-btn-red {
width: 75%;
background-color:#b5111a;
padding:10px 30px 10px 30px;
text-align:center;
margin: 0 auto 0 auto;
color: #fff;	
}
#footer-btn-red a {
color: #fff;	
}

.branding a {
    margin-top: -30px;
}
.page-title h1 {
background-color:	rgba(0,0,0,0.9);
	border-radius: 2px;
	padding: 15px;
} 
p {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
#fancy-header .fancy-title>span { 
background-color: rgba(181,17,26,0.8);
padding: 20px 30px 20px 20px;
border-radius: 2px;
}
}
@media screen and (max-width: 999px) {
#fancy-header .fancy-title>span { 
background-color: rgba(181,17,26,0.8);
padding: 15px 22px 15px 15px;
}
}
@media screen and (min-width: 1000px) {
#fancy-header .fancy-subtitle { 
padding: 10px 30px 10px 20px;
border: 1px solid rgba(181,17,26,0.8);
background-color: rgba(0,0,0,0.5);
}
}
@media screen and (max-width: 999px) {
#fancy-header .fancy-subtitle { 
background-color: rgba(0,0,0,0.5);
padding: 10px 22px 10px 15px;
border: 1px solid rgba(181,17,26,0.8);
}
}
a[href^=tel] { color: inherit; text-decoration: none; 
}
.nav-search a {
	background-color: #ffffff;
	padding: 5px 10px 5px 10px !important;
	border-radius: 2px;
		border: #b5111a 1px solid;
}
.home-showcase-row {
	min-height: 510px;
}
.home-message-row {
	min-height: 700px;
}

 /* Style the form - display items horizontally */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* Add some margins for each label */
.form-inline label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.form-inline input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
    width:80%;
}

/* Style the submit button */
.form-inline button {
  padding: 10px 20px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
}

.form-inline button:hover {
  background-color: #323232;
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
} 