/*
 Theme Name:   Origami Child
 Theme URI:    http://growingsteps.com/
 Description:  Origami Child Theme
 Author:       Yaroki LLC
 Author URI:   http://yaroki.com
 Template:     origami
 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, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  origami-child
*/


/**
 * General
 */

p, ul {
	font-size: 130%;
}

img {
  padding: 20px;
}


.content p {
  margin: 1em;
}

/**
 * Contact Form
 */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    font-size: 110%;
    width: 50%;
}

.wpcf7
{
}