/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* CABECERA */
img.mk-desktop-logo.dark-logo {
	margin-top: 10px !important;
}
img.mk-sticky-logo {
	margin-top: 7px !important;
}
.header-toolbar-contact {
	float: right;
	padding-left: 20px;
}
@media only screen and (max-width: 768px) {
	.header-toolbar-contact {
		float: right;
		padding-left: 0px;
	}
}
.white-text p {
	color: #ffffff;
}

/*** CONTACT FORM ***/
form .form-group {
	margin: 0 0 10px 0;
}
	form .form-group input[type="email"], form .form-group input[type="password"], 
	form .form-group input[type="search"], form .form-group input[type="tel"], 
	form .form-group input[type="text"] { 
		margin: 0;
		padding: 12px;
		height: 40px;
	    color: #787878;
	    font-size: 16px;
	    border-radius: 0;
	    border: 1px solid #c4c4c4;
	    box-shadow: none;
	    transition: all .5s;
	    background: #f7f7f7;
	}
	form .form-group label {
		display: block;
		margin: 0;
		padding: 0;
		color: #404040;
	}
	form .form-group p.help {
		margin: 3px 0 0 0!important;
		padding: 0;
		color: #975151;
		font-size: 12px;
		font-style: italic;
	}
	form .form-group span.required {
		margin: 0 0 0 10px;
		padding: 0;
		color: #c00;
		font-size: 14px;
		font-weight: 300;
	}

.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
	display: block;
	margin: 0;
	padding: 15px;
	color: #fff;
	font-weight: 300;
	border-radius: 3px;
	border-width: 0;
	background-color: #c00;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: block;
	margin: 0;
	padding: 15px;
	color: #fff;
	font-weight: 300;
	border-radius: 3px;
	border-width: 0;
	background-color: #ff9102;
}
form span.wpcf7-not-valid-tip {
	position: absolute;
	top: -8px;
	right: 2px;
	width: 36px;
	height: 36px;
	color: #c00;
	background-color: #c00;
	overflow: hidden;
	z-index: 10;
}
	form span.wpcf7-not-valid-tip:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 36px;
		height: 36px;
		line-height: 36px;
		content: '';
		color: #fff;
		font-family: 'dashicons';
		font-size: 24px;
		text-align: center;
		background-color: #c00;
		z-index: 20;
	}