/*
Theme Name:   Canvas Child Theme
Description:  Child Theme Maintenance
Author:       John McAllister
Author URL:   Write here the author's blog or website url
Template:     canvas
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  canvas-child-theme
*/

/* Write here your own personal stylesheet */

/* -- McAllister 2/5/2015 --  Code below minimizes the margin padding left/right on the box-layout   START--->  */
.boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.boxed-layout #header {
    padding-left: 0em;
    padding-right: 0em;
}
/*  <-- END */

/* -- McAllister  3/14/2016 -- Code below modifies default Contact 7 checkbox layout from row to col display */
span.wpcf7-list-item { display:block; }
