/*
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.2
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
*/

/* Page styles */
#page {
    margin: 20px auto !important;
}

.widget-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.home-learn-btn {
	margin-left: auto;
	margin-right: auto;
}

.learn-more-cont {
	text-align: center;
}

table .p1 {
	width: 50%;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border: 1px solid #dadada;
	border-radius: 3px;
	background-color: #f2f2f2;
	color: #000;
	width: 400px;
	max-width: 400px !important;
}

.wpcf7 input[type="submit"] {
	float: right;
}

.prod-guide li {
	padding: 10px 0;
	border-bottom: 1px solid #5b3e8f;
}

.side-nav-butn-text {
	text-decoration: none;
	color: #ffffff !important;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

.side-nav-button {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
	background-color: #5b3e8f;
}

.side-nav-memb {
	background-color: #7bcd40;
}

.side-nav-memb:hover {
	background-color: #62A433;
}

.side-nav-prod {
	background-color: #5b3e8f;
}

.side-nav-prod:hover {
	background-color: #493272;
}