/*
 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
-------------------------------------------------------------- */
.mb-32p { margin-bottom: 32px !important;}
.mb-64p { margin-bottom: 64px !important;}

.btn-normal,
.btn-home,
.btn-logout {
	display: block;
	width: fit-content;
	text-decoration: none;
	background-color: #e8451d;
	border: 3px solid #e8451d;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 4px 1em;
	margin: 0 auto 32px auto;
}
.btn-normal {
	display: inline-block;
	margin: 0;
}
.btn-logout {
	background-color: #222;
	border: 3px solid #222;
}
.btn-normal:hover,
.btn-home:hover {
	text-decoration: none;
	background-color: #fff;
	color: #e8451d;
}

.btn-logout:hover {
	text-decoration: none;
	background-color: #fff;
	color: #222;
}

/* single */
.entry-meta {
	padding-bottom: 12px;
}
.entry-meta > p {
	margin-bottom: 0;
}

/* トップページ記事一覧 */
.su-posts {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 16px 0 !important;
}
.su-posts li {
	font-size: 18px;
	padding: 0;
	margin: 0 0 4px 0 !important;
}
.su-posts li:last-of-type {
	margin-bottom: 0 !important;
}

.swpm-forgot-pass-link,
.swpm-join-us-link,
.swpm-edit-profile-link {
	display: none;
}
.nav-links a,
.nav-links .page-numbers {
	background: #e8451d;
}
#nav-toggle,
.main-navigation {
	display: none;
}

.sidebar .widget {
	margin-bottom: 0;
}

.widget-area .widget_categories li, 
.widget-area .widget_archive li, 
.widget-area .widget_meta li {
	width: 100% !important;
	float: none !important;
}