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



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

/* FORMULARIO */

input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea{
	padding: 8px 10px;
}

/* .vfb-item label{
	display: none;
} */

.visual-form-builder fieldset{
	margin: 0 !important;
}

.ocultar, .visual-form-builder .vfb-legend, .vfb-item-secret{
   display:none !important;
}

.visual-form-builder fieldset{
   border: 0 !important;
   border-radius: 0 !important;
   background-color: transparent !important;
}

.verification ul li.vfb-item-submit{
   width: 100% !important;
   padding: 0 !important;
   margin-top: 0px !important;
}

.verification ul li.vfb-item-submit input{
   width: 100% !important;
   padding: 15px 0;
}

form.visual-form-builder{
	margin: 0 !important;
}

.vfb-fieldset ul li{
  padding-left:0 !important;
}

.vfb-item-text input, .vfb-textarea{
  background: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.verification .vfb-section{
	margin-right: 22px !important;
}

.visual-form-builder input[type=submit] {
    width: 100%;
    height: 50px;
    background: none;
    font-weight: 700;
}