/*
 Theme Name:   Kingster Child
 Theme URI:    http://demo.goodlayers.com/kingster
 Description:  Goodlayers Kingster Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/

/* Removing column headings from the bottom of the tables */

.gv-table-view tfoot{ display:none; }
.gv-datatables tfoot{ display: none;}

.gv-datatables-container tr.child p {
    white-space: pre-line;
}
/* the datatable header font is bold by default in gravity view pages. used inspect to check and modify the CSS as under */
span.gv-field-label {
    font-weight: 600;
}

/* in responsive GV view, the content on clicking the + sign is center justified. CSS below to make it left justified */
.gv-datatables-container table {
	text-align: left!important;
}

/*gap between the text area field and the free text fields in gravityform */

 .gform-theme--foundation #gform_fields_1 {
        grid-row-gap: 15px !important;
    }