/*
 Theme Name:   astra_hula_child
 Theme URI:    http://test.wp.com/astra_hula_child/
 Description:  astra Child Theme
 Author:       hidex
 Author URI:   http://www.nikubu.com
 Template:     astra
 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:  astra_hula_child
*/


input[type="submit"]#submit_top {
	background-color: white;
}

/* コンタクトフォーム */

.wpcf7-form > p > label > span {
	color: white !important;	
}

input#submit_white.wpcf7-form-control.wpcf7-submit.submit_white {
		background-color: white;
}

.wpcf7-form > p:nth-child(5) > label:nth-child(1) > span:nth-child(1) {
	color: pink !important;
}

/* フォント */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif Japanese', serif;
}


.site-footer .nav-menu li:first-child {
	padding-left: 12px;	
	border-left: tomato dotted 1px;
}

.site-footer .nav-menu li:last-child {
	padding-right: 12px;	
}
.site-footer .nav-menu li {
	padding-right: 6px;
	border-right: tomato dotted 1px;
	font-size: 0.8em;
}

.entry-title a {
	font-size: 0.7em;
}