/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/



/* Ocultar la descripción debajo del campo*/
.charleft.ginput_counter.warningTextareaInfo {
display: none;
}

/* quitar margenes a los campos*/
.gform_wrapper.gravity-theme input[type=text] {
    
    padding: 0px 0px 0px 5px !important;
    border-radius:2px;
}

/* quitar margenes al campo de teléfono*/
.gform_wrapper.gravity-theme input[type=tel] {
   
     padding: 0px 0px 0px 5px !important;
}

/* quitar margenes al campo de email*/
.gform_wrapper.gravity-theme input[type=email] {
   
     padding: 0px 0px 0px 5px !important;
}

/* quitar margenes y poner color fondo al campo de seleccionar*/
.gform_wrapper.gravity-theme select {
   
     padding: 0px 0px 5px 0px !important;
	background-color: #f4f6f7 !important;
	border-color: #dfe5e8 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 600;
	line-height: 100%
  
}

.gform_wrapper.gravity-theme .description,.gform_wrapper.gravity-theme .gfield_description,.gform_wrapper.gravity-theme .gsection_description,.gform_wrapper.gravity-theme .instruction {
   
    font-size: 12px !important;
 line-height: 80%
}


.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 10px !important;;
}

