/*
Theme Name: PELA
Theme URI: http://www.grayboxpdx.com/
Version: 2.0.1
Template: canvas
Description: PELA is a custom WordPress Woo Canvas Child Theme designed by <a href="http://www.grayboxpdx.com/">GrayBox</a>. In order to use this child theme Woo Canvas needs to be present. The main advantage of developing and using a child theme allows WordPress, WooCommerce, and Canvas to be updated without any issues with the template. This theme uses custom HTML, CSS, and JAVASCRIPT to refactor the Canvas framework, styling, animation, and functionality. Canvas uses Bootstrap Responsive Framwork.
Author: Graybox
Author URI: http://www.grayboxpdx.com/
Tags: PELA, Portland English Language Academy
Copyright: (c) 2015 GrayBox, LLC.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/Fgpl-2.0.html
Designer: Tiffany Tay
Developer: Jeremy Kenedy
The SQL Form Connector: Santiago Barros
*/

@import url("../canvas/style.css");


.gform_body li:before {
    display: none;
}

.secondary-page .so-panel.widget .textwidget .gform_body ul li {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}
 
.gform_body li label {     color: #555;
    font-weight: normal !important;
    font-size: 16px !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
}

.gform_wrapper select {
    /* color: #555; */
    font-weight: normal !important;
    font-size: 14px !important;
    width: auto !important;
    padding-right: 4px !important;
}

.gform_wrapper .gform_button.button {
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 3px;
    padding: 12px 45px;
}

body .gform_wrapper textarea.small {
    width: calc(50% - 8px);
}

.gfield_radio li {
    float: left;
    margin-right: 15px !important;
}

.gfield_radio li input {
    line-height: 0 !important;
    margin-top: 14px !important;
}