/*
Theme Name: The-7 Xtra
Author: Web@Hand
Author URI: http://webathand.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
*/

img[src$=".svg"] { width: 75%; height: 75%; }
.split-header .branding {
    text-align: center;
}
.split-header.outside .navigation:last-of-type .main-nav {
   justify-content: aflex-start;
}

/* Contact 7 */
.c7-left { 
	width: 45%; 
	float: left; 
	margin-right: 6%;
} 
.c7-right {
		width: 49%; 
		float: left;
}
@media only screen and (max-width: 480px) {
.c7-left, .c7-right, input[type="text"] {
  	width: 100%;
	margin-bottom: 0px !important;
	margin-top: 2px !important;
	}
}
.c7-wide {
		width: 100%; 
		float: left;
}
.c7-form-title-head {
	font-size: 18px !important;
	font-weight: bold;
	padding-bottom: 20px;
	color: #DF1E39;
}
.c7-form-title{
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}

.c7-form-title input{
}
.clearfix {
	display: block;
}