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

.white {
	color: white;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
    background-color: #f4de35 !important;
	color: #000000 !important;
	padding-top: 25px !important;
	padding-bottom: 20px !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a:hover {
    background-color: #f0d71d  !important;
}

.vc_separator.vc_separator_align_center h4 {
	font-size: 32px;
}

.widget-title {
	font-family: "Stardos Stencil", Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 28px;
}

.custom-nav>li>a span {
	font-size: 15px;
}

.sidebar-content .custom-nav li.act > a span {
	color: #02a7d1;
}

h4 a {
	text-decoration: underline;
}

/*
Ninja Forms
*/

.nf-form-fields-required {
	display: none;
}

.field-wrap input[type=button], .field-wrap input[type=submit] {
	width: 100% !important;
	background-color: #02a7d1 !important;
}

.field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover {
	width: 100% !important;
	background-color: #0392b6 !important;
	color: white !important;
}


.nf-field-container .field-wrap .nf-element::placeholder {
    color: #02a7d1;
}
