/*
 Theme Name:   Fukasawa child
 Description:   Fukasawa child Theme
 Author URI:   http://example.com
 Template:     fukasawa
 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
*/

.post-content input[type="email"]{
    width: 100%;
	padding: 14px 16px;
	font-size: 0.9em;
	border: none;
	color: #333;
	background: #f2f2f2;
	border-radius: 3px;
	-webkit-appearance: none;
}

.gallery{
  background: #fff;
}

.gallery-title{
  font-size: 1.5em;
  margin: auto;
  margin-bottom: 0.5em;
}

.copyright{
  background: #fff;
  text-align: right;
  padding-right: 0.5em;
}

.nav{
  background: #fff;
  padding:20px;
}

.wp-pagenavi{
bottom: 5px;
top: initial!important;

}
