/*
 Theme Name:   Origami Child
 Theme URI:    http://yaroki.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, ol, li {
	font-size: 130%;
}

.content.column-1 ol li {
	font-size: 130%
}
img {
  padding: 20px;
}


.content p {
  margin: 1em;
}

@media only screen and (max-width: 767px) {
	.wp-block-columns {
		display: inline;
	}
	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-5-columns .wp-block-column,
	.has-6-columns .wp-block-column {
		width: 100%;
	}
}

/**
 * Static Pages
 */

#gsptpagetext h2 p {
	font-size: 175%;
	color: #a66100;
	text-align: center;
	padding-top: 5px;
	font-weight: bolder;
}

#gsptpagetext p {
	padding-left: 50px;
	padding-top: 30px;
}

#gsptpagetext img {
	float: left;
}

#gsptpagepic {
	float: left;
	margin: 0px 50px 0px 50px;
}

/**
 * Home Page
 */

.page-id-387 .site-header {
	display: none;
}

.page-id-387 .site-footer {
	display: none;
}

/**
 * Contact Form
 */

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

.wpcf7
{
}
