/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Thumbnail Image */
.inside-article .page-header-image-single img{
	display: none;
}

/* Button */
.mce-tinymce div button{
	padding: 2px!important;
}

/* Topic title */
#bbp_topic_title{
	padding: 5px;
}
li.bbp-topic-title {
    width: 77%;
}


/* Anonymous password */
#bbp_anonymous_password{
	height:37px !important;
	padding: 5px;
}

/* Anonymous author */
#bbp_anonymous_author{
	height:37px !important;
	padding: 5px;
}

.hentry p{
	margin-bottom:15px;
}
/* Reply content */
.bbp-replies .hentry .bbp-reply-content{
	padding: 5px!important;
}

/* Topic content */
.bbp-lead-topic .hentry .bbp-topic-content{
	margin-left:0px !important;
}

/* Topic header */
.bbp-lead-topic .bbp-body .bbp-topic-header{
	padding: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#e1dfdf;
}

/* Division */
.bbp-lead-topic .bbp-body .bbp-meta{
	padding-right:10px;
	position:relative;
	top:12px;
	box-sizing:border-box;
}

/* Image */
.bbp-topic-header .bbp-meta img{
	position:relative;
	top:-12px;
}

/* Author role */
.bbp-topic-header .bbp-meta .bbp-author-role{
	float:right;
	margin-right:5px;
}

/* Reply header */
.bbp-reply-header{
	width: 100%;
}

/* Division */
.bbp-meta{
	width: 100%;
}

/* Author name */
.bbp-meta .bbp-author-link .bbp-author-name{
	padding-right:10px;
}

/* Anonymous password */
#bbp_anonymous_password{
	padding: 5px!important;
	height:24px !important;
}

/* Anonymous email */
#bbp_anonymous_email{
	height:24px !important;
}

/* Anonymous author */
#bbp_anonymous_author{
	height:24px !important;
}

/* Header */
#bbpress-forums .bbp-forums .bbp-header{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum info */
.bbp-header .forum-titles .bbp-forum-info{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum topic count */
.bbp-header .forum-titles .bbp-forum-topic-count{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum reply count */
.bbp-header .forum-titles .bbp-forum-reply-count{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum freshness */
.bbp-header .forum-titles .bbp-forum-freshness{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* List */
.bbp-forums .bbp-body ul{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum info */
.bbp-body .hentry .bbp-forum-info{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum topic count */
.bbp-body .hentry .bbp-forum-topic-count{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum reply count */
.bbp-body .hentry .bbp-forum-reply-count{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forum freshness */
.bbp-body .hentry .bbp-forum-freshness{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* List item */
#bbpress-forums .bbp-forums .bbp-body{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Footer */
#bbpress-forums .bbp-forums .bbp-footer{
	margin-bottom:0px !important;
	padding-bottom:0px!important;
}

/* Forums */
#bbpress-forums .bbp-forums{
	border-style:none !important;
	margin-bottom:0px !important;
}

/* Topics */
#bbpress-forums .bbp-topics{
	border-style:none !important;
}

/* Reply content */
.bbp-body .hentry .bbp-reply-content{
	margin-left:0px !important;
}

/* Header */
#bbpress-forums .bbp-replies .bbp-header{
	display:none;
}

/* anonymous Avatar */
.bbp-body .bbp-meta .avatar{
	float: left !important;
	width: 40px !important;
	height: 40px !important;
	margin: 0 1em 0 0 !important;
	display: block !important;
	border-radius: 15px;
}

/*input textarea padding*/
input[type=text], input[type=email], input[type=url], 
input[type=password], input[type=search], 
input[type=tel], input[type=number], textarea, select{
	padding: 0px 3px;
}

/*#bbpress-forums fieldset.bbp-form input[type=text], 
#bbpress-forums fieldset.bbp-form select{
	padding: 0px;
}*/

/*violation report button*/
.violation-mail-link{
	float: right;
	margin-right: 10px;
	background-color:#ff6b6b;
	color:#ffffff !important;
	padding: 0 5px;
}

/*bbp admin link*/
span.bbp-admin-links a {
	font-size: 12px;
}

/*bbp-header-white*/
#bbpress-forums div.bbp-reply-header, 
#bbpress-forums div.bbp-topic-header {
    background-color: #ffffff;
}


/*reply date right*/
.bbp-reply-post-date{
	float: right;
	margin-right: 20px;
}

/* Author name */
.bbp-body .bbp-meta .bbp-author-name{
	/*float:right;*/
	font-weight:600;
}

/* Reply header */
.bbp-replies .bbp-body .bbp-reply-header{
	padding: 0 1em 0 0;
	height: 39px;
	line-height: 39px;
}

.bbp-replies .bbp-footer{
	display: none;
	display: none;
}

/* Replies boder radious */
#bbpress-forums .bbp-replies{
	border-style:none !important;
}

#bbpress-forums{
	overflow: visible;
}

#bbpress-forums .bbp-search-form{
	display: none;
}

#bbpress-forums div.bbp-breadcrumb{
	width: 100%;
	float: none;
}

#bbpress-forums ul.bbp-reply-revision-log img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums ul.bbp-topic-revision-log img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results{
	color: #222;
	font-size: 14px;
	line-height: 1.3em;
	border: none;
	padding: 0;
	margin: 0;
}

#bbpress-forums ul.bbp-lead-topic li, #bbpress-forums ul.bbp-topics li, #bbpress-forums ul.bbp-forums li, #bbpress-forums ul.bbp-replies li, #bbpress-forums ul.bbp-search-results li{
	list-style-type: none;
}

#bbpress-forums ul.odd{
	background: transparent;
}

#bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header{
	border-top: 1px solid #e7e6e4;
}

#bbpress-forums div.bbp-topic-header:first-child, #bbpress-forums div.bbp-reply-header:first-child{
	border-top: none;
}

#bbpress-forums div.bbp-topic-header a, #bbpress-forums div.bbp-reply-header a{
	color: #222;
}

#bbpress-forums div.bbp-template-notice img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums div.bbp-reply-author{
	text-align: left;
}

#bbpress-forums div.bbp-reply-author a.bbp-author-name{
	margin: 0 !important;
	font-size: 0.8em;
}

#bbpress-forums div.bbp-reply-content{
	line-height: 1.75em;
	margin: 0;
	padding: 1em 1.4em;
}

#bbpress-forums div.bbp-reply-content p, #bbpress-forums div.bbp-reply-content li{
	line-height: inherit;
	margin: 0 0 0.8em;
	padding: 0;
}

#bbpress-forums div.odd{
	background: transparent;
}

#bbpress-forums span.bbp-reply-post-date{
	float: none;
}

#bbpress-forums .bbp-footer{
	display: none;
}

#bbpress-forums li.bbp-body .bbp-topic-voice-count,#bbpress-forums li.bbp-body .bbp-topic-reply-count,#bbpress-forums li.bbp-body .bbp-forum-topic-count,#bbpress-forums li.bbp-body .bbp-forum-reply-count{
	font-size: 1.2em;
}

#bbpress-forums li.bbp-body ul.topic,#bbpress-forums li.bbp-body ul.forum{
	padding: 0.6em 1em;
}

#bbpress-forums li.bbp-body ul.topic:first-child,#bbpress-forums li.bbp-body ul.forum:first-child{
	border: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums .widget_display_topics img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums .widget_display_replies img.avatar{
	border: none;
	margin: 0 4px -4px;
}

#bbpress-forums a.bbp-author-name{
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#bbpress-forums a.bbp-author-name:hover{
	text-decoration: underline;
}

#bbpress-forums .bbp-forum-freshness,#bbpress-forums .bbp-topic-freshness{
	font-size: 0.9em;
}

#bbpress-forums .bbp-forum-freshness a,#bbpress-forums .bbp-topic-freshness a{
	text-decoration: none;
}

#bbpress-forums .bbp-forum-freshness a:hover,#bbpress-forums .bbp-topic-freshness a:hover{
	text-decoration: underline;
}

#bbpress-forums .bbp-forum-freshness .bbp-topic-meta,#bbpress-forums .bbp-topic-freshness .bbp-topic-meta{
	margin-top: 12px;
}

#bbpress-forums .bbp-topic-form,#bbpress-forums .bbp-reply-form{
	border-top: 2px solid #FE4C40;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form,#bbpress-forums .bbp-reply-form fieldset.bbp-form{
	border: none;
}

#bbpress-forums .bbp-topic-form fieldset.bbp-form legend,#bbpress-forums .bbp-reply-form fieldset.bbp-form legend{
	font-size: 1.2em;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

#bbpress-forums .bbp-topic-form label,#bbpress-forums .bbp-reply-form label{
	font-weight: bold;
}

/*#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper,#bbpress-forums .bbp-reply-form .bbp-the-content-wrapper{
	border: 1px solid #d1cac2;
}*/

#bbpress-forums .bbp-topic-form #bbp_topic_title,#bbpress-forums .bbp-topic-form #bbp_topic_tags,#bbpress-forums .bbp-reply-form #bbp_topic_title,#bbpress-forums .bbp-reply-form #bbp_topic_tags{
	border: 1px solid #d1cac2;
	width: 100%;
}

#bbpress-forums .bbp-pagination{
	padding: 1em 0;
	margin: 0;
}

#bbpress-forums #bbp-user-wrapper .bbp-header{
	border-top: none;
}

#bbpress-forums #bbp-user-wrapper .bbp-user-topics-started .bbp-topics,#bbpress-forums #bbp-user-wrapper .bbp-user-topics-started .bbp-replies,#bbpress-forums #bbp-user-wrapper .bbp-user-replies-created .bbp-topics,#bbpress-forums #bbp-user-wrapper .bbp-user-replies-created .bbp-replies{
	clear: both;
	overflow: visible;
	width: 99%;
	margin: 0 auto;
}

#bbp_reply_submit,#bbp_reply_list,#bbp_topic_submit,#bbp_topic_list{
	box-shadow: inset 0 1px 0 0 #fff;
	display: inline-block;
	cursor: pointer;
	padding: 6px 24px;
	text-align: center;
	text-decoration: none;
	background: #7f8c8d;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	font-size: 16px;
	line-height: 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "Source Sans Pro", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", "sans-serif";
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

#bbp_reply_submit:hover, #bbp_reply_submit:active,#bbp_topic_submit:hover,#bbp_topic_submit:hover{
	text-decoration: none;
	background: #f01001;
	text-shadow: none;
	color: white;
}

.bbp-replies .bbp-header{
	display: none;
}

.bbp-search-results .bbp-header{
	display: none;
}

.bbp-search-results .bbp-footer{
	display: none;
}

.bbpress .entry_content{
	font-size: 15px;
}

.bbp-forum-info a.bbp-forum-title{
	font-size: 1.2em;
	text-decoration: none;
	line-height: 1.2em;
}

.bbp-forum-info a.bbp-forum-title:hover{
	text-decoration: underline;
}

.bbp-topic-title a.bbp-topic-permalink{
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
}

.bbp-topic-title a.bbp-topic-permalink:hover{
	text-decoration: underline;
}

div.bbp-template-notice{
	padding: 4px 12px;
	border: none;
}

div.bbp-template-notice.info{
	border: 1px solid #beefe9;
	background: white;
}

/* Topic voice count */
.bbp-header .forum-titles .bbp-topic-voice-count{
	display: none;
}

/* visual editor-MCE-Button */
.bbp-form div button{
	/*box-shadow: inset 0 1px 0 0 #fff;*/
	display: inline-block;
	cursor: pointer;
	padding: 6px 24px;
	text-align: center;
	text-decoration: none;
	/*background: #7f8c8d;*/
	color: #fff;
	text-shadow: none;
	border: none;
	font-size: 16px;
	line-height: 1.5em;
	-moz-appearance: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: 600;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* Button (hover) */
.bbp-form div button:hover{
	text-decoration: none;
	background: #f01001;
	text-shadow: none;
	color: white;
}

/* Link */
.bbp-submit-wrapper button a{
	color:#ffffff;
}

/* Author name */
.bbp-replies .bbp-meta .bbp-author-name{
	padding-right:10px;
}

/* Paragraph */
.bbp-lead-topic .hentry p{
	font-size: 16px;
}

/* Author role */
.bbp-replies .hentry .bbp-author-role{
	display:inline;
	background-color:#2ecc71;
	color:#ffffff;
	padding-right:5px;
	padding-left:5px;
	border-radius: 5px;
}

/* Pagination count */
#bbpress-forums .bbp-pagination .bbp-pagination-count{
	font-size: 14px;
}

/* Hentry */
.bbp-lead-topic .bbp-body .hentry{
	border-style:solid;
	border-width:1px;
	border-color:#e1dfdf;
}

/*bbp-entry-content-white*/
#bbpress-forums div.even {
    background-color: #ffffff;
}

/* Hentry */
.bbp-replies .bbp-body .hentry{
	border-style:solid;
	border-width:1px;
	border-color:#b7cff9;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* Division */
.bbp-replies .bbp-body .bbp-meta{
	border-style:none;
	border-width:1px;
	border-color:#e1dfdf;
}

.wpulike-heart .wp_ulike_put_image:after{
	display: block;
	background-size: contain;
	width: 14px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* Ulike general class */
.bbp-replies .hentry .wp_ulike_general_class{
	padding-top:0px;
	padding-bottom:0px;
}

/* Like count */
#bbpress-forums .hentry .like-count:before{
	font-family: dashicons;
	content: "\f487";
	vertical-align: middle;
	color:#e74c3c;
}

/* Like count */
#bbpress-forums .hentry .like-count{
	font-size: 12px;
}

/* Link */
/*.bbp-topic-title > span a{
	background-color:#eaeaea;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	border-style:solid !important;
	border-color:#bcbcbc !important;
	border-width:1px !important;
}*/

/* forum-id-Link */
.bbp-topic-title > span a{
	color:#ffffff;
}


/* Button */
#bbpress-forums .btn{
	padding: 5px;
	font-size: 10px;
	border-radius: 5px;
}

/* Input */
#foo{
	font-size: 9px;
}


/* Topic freshness */
/*#bbpress-forums .hentry .bbp-topic-freshness{
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#2ecc71;
	
}*/
/* Paragraph */
#bbpress-forums .bbp-topic-freshness p{
	margin-top:5px !important;
}

/* Breadcrumbs */
.breadcrumbs{
	padding:10px;
}

/* Paragraph */
.bbp-body .bbp-topic-freshness p{
	margin-top:5px !important;
}

/* Paragraph */
.bbp-body .hentry p{
	margin-top:5px !important;	
}

/* Topic freshness */
.bbp-header .forum-titles .bbp-topic-freshness{
	display: none;
}

/* Topic reply count */
.bbp-header .forum-titles .bbp-topic-reply-count{
	display: none;
}

/* Header */
#bbpress-forums .bbp-topics .bbp-header{
	background-color:transparent;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#efefef;
}

/*avatar*/
#bbpress-forums p.bbp-topic-meta img.avatar {
    border: none;
    margin: 0;
}

/*field padding*/
fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    min-height: 28px;
    height: 28px;
    padding: 0px;
}

/*header boderline*/
.bbp-lead-topic .bbp-body .bbp-topic-header {
    padding: 0px;
    border-style: none;
}
/* lead topic Image */
.bbp-lead-topic p img{
	margin-bottom:20px;
}

/* lead topic Paragraph */
.bbp-lead-topic .hentry p{
	line-height:1.5em;
}

/* Image loop single topic thumbnail */
.bbp-body .thumb-img img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin-left: 10px;
}

/***구분***/
.category {
	color:#e1dfdf;
}
.bbp-lead-topic .bbp-body .hentry {
	border:0;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #222;
    color: #222;
    font-size: .8em;
    text-decoration: none;
}

.wpsp-card .wp-show-posts-image img, .wpsp-card.wp-show-posts-columns .wp-show-posts-single .wp-show-posts-image img {
    -o-object-fit: cover;
    object-fit: cover;
	height:180px;
}

/*local news*/
span.forum-57255{
	background-color:#4caf50;
	border-radius:5px;
	padding: 0px 10px;
	font-size: 12px;
}

/* cate-text-Link */
.wp-show-posts-entry-header > span a{
	color:#ffffff;
}

/*notes*/
span.forum-57259{
	background-color:#d95b43;
	border-radius:5px;
	padding: 0px 10px;
	font-size: 12px;
}

/*featured*/
span.forum-57262{
	background-color:#3f51b5;
	border-radius:5px;
	padding: 0px 10px;
	font-size: 12px;
}

/*all-news*/
span.forum-54463{
	background-color:#03a9f4;
	border-radius:5px;
	padding: 0px 10px;
	font-size: 12px;
}

/*members*/
span.forum-62249{
	background-color:#9b59b6;
	border-radius:5px;
	padding: 0px 10px;
	font-size: 12px;
}

/* Reply count */
.wpsp-card .hentry .bbp-reply-count{
	margin-left:10px;
	font-size: 12px;
	padding: 0 10px;
	background-color:#d3d3d3;
}
/* Likes counts */
.inside-article .hentry.hentry .likes-counts{
	display:inline;
	font-size: 14px;
	border-style: solid;
	border-width:1px;
	padding: 0 10px;
	border-color:#e0e0e0;
	border-radius: 4px;
}
/* loop topics Like count */
#bbpress-forums .hentry .like-count{
	padding: 0 5px;
	border-radius: 5px;
	border-style:solid;
	border-width:1px;
	border-color:#c6c6c6;
}

