/*
Theme Name: Appscore
Theme URI: http://www.appscore.com.au/
Author: Appscore
Author URI: http://www.appscore.com.au/
Version: 3.1.1
*/


/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/

.gform_wrapper .top_label .gfield_label {
    display: none;
}

.gform_wrapper .top_label .half input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
    margin-bottom: 0;
}

.gform_wrapper ul li.gfield.half {
    clear: none;
    width: calc(50% - 5px);
    display: inline-block;
    float: left;
    margin-bottom:10px;
}

.gform_wrapper ul li.gfield.half:nth-of-type(2n) {
    float: right;
}

.gform_wrapper ul li.gfield.half:nth-of-type(2n - 1) {
    clear: left;
}
.gform_wrapper textarea.medium{
    width:100%;
}
body .gform_wrapper label.gfield_label+div.ginput_container{
    margin-top:0;
}
#adminmenu #toplevel_page_optionsframework img {
    height: 25px;
    width: auto;
    margin-top: -4px;
}