/*
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
*/

.branding a img, .branding img {
  max-width: 80px;
  height: auto;
}

.branding a.sticky-logo img {
  max-width: 60px;
  height: auto;
}

.mobile-header-bar .mobile-branding img {
  max-width: 50px;
  height: auto;
}

.font-white, .font-white p, .font-white h1, .font-white h2, .font-white h3, .font-white h4, .font-white a {
	color: #fff;
}

.bg-img-text .vc_column-inner, .bg-img-text .vc_column-inner h4 {
	color: #ffffff;
}

.bg-img-text .vc_column-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(236, 0, 140, 0.8);
	position: relative;
	z-index: 1;
}

.bg-img-text .vc_column-inner .wpb_content_element {
	position: absolute;
	z-index: 2;
}

.wpb_gmaps_widget {
  margin-bottom: 0px;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	color: #ec008c;
}

.bg-img-responsive {
  min-height: 600px;
}

@media screen and (max-width: 992px){
	.mob-padding-col .vc_column-inner {
	  padding: 30px !important;
	}
}

/* Forms */
input {color: #333;}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.codedropz-upload-handler {
  border-radius: 20px;
}

/* Page title */
.page-head {
	height: 70vh;
}

.page-head h1 {
	color: #fff;
}

/* Testimonials */
.testimonial-content p {
	font-style: italic;
}

/* Footer */
#footer.solid-bg {
  border-top: 3px solid #fff200;
}

.footer .widget-title {
	font-size: 20px;
	line-height: 30px;
}

#bottom-bar .wf-float-right {
  justify-content: flex-start;
  margin-left: 0px;
}

.footer .menu li {
	border-top: none !important;
}

.footer .widget_nav_menu a {
	color: #8b8d94;
}

.footer .widget_nav_menu a:hover, .footer .menu .current-menu-item > a {
	color: #8b8d94;
}