/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */


.onepress-menu li.join a{
	color: #F90;
}

h1,h2,h3,h4,h5,h6,p,dt,dd,li{
	font-family: "Mplus 1p" !important;
	font-weight: 300 !important;
}

p.hero-small-text{
	font-style: normal;
}

div.mw_wp_form table{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: none;
}

div.mw_wp_form th,
div.mw_wp_form td{
	border: none;
	border-bottom: 1px solid #EEE;
	text-align: left;
	line-height: 1.6;
}

div.mw_wp_form td span.mwform-zip-field{
	display: block;
	margin-bottom: 5px;
}

div.mw_wp_form td span.mwform-zip-field input{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

div.mw_wp_form td span.mwform-zip-field+br{
	display: none;
}

div.mw_wp_form p.btn{
	width: 100%;
	text-align: center;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

@media (min-width: 1200px){
	#pricing .container {
		max-width: 500px;
	}
}

.pricing__price .pricing__currency:before{
	content: "¥5,000";
	display: inline-block;
	margin-right: 20px;
	text-decoration: line-through;
}

.company div.entry-content th{
	width: 200px;
}

.company div.entry-content th,
.company div.entry-content td{
	text-align: left;
}