/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/





/*** form styles ***/

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form textarea {
	background: #efeff0;
    border: none !important;
    color: #212322;
	padding: 18px;
	border-radius: 32px;
	height: auto;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: right;
}
div.wpforms-container-full .wpforms-form button[type="submit"] {
	background: #00629b !important;
	color: #fff;
	padding: 20px 28px;
	border-radius: 32px;
	border: none !important;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
}
div.wpforms-container-full .wpforms-field-container {
	margin-left: -5px;
	margin-right: -5px;
}
div.wpforms-container-full .wpforms-field-container .wpforms-field {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
	width: 50%;
}
div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
	width: 25%;
}
div.wpforms-container-full .wpforms-form .consent-field .wpforms-field-label-inline {
	font-weight: bold;
}

.emailtext {
       font-size: 80%;
       
      }
