/*
Theme Name: LightNovel Child
Theme URI: https://themesia.com/lightnovel-wordpress-theme
Author: Themesia
Author URI: https://themesia.com
Description: child theme for lightnovel.
Template: lightnovel
Version: 1.0.2
Tags: black, yellow, blue, purple, light, two-columns, right-sidebar, custom-header, custom-menu, featured-images
Text Domain: lightnovel-child
*/

.author_content div:last-child {
	width: 85% !important;
}
.author_img {
	width: 50px !important;
	height: 50px;
}
.author_img img {
	object-fit: cover;
	height: 100% ;
}
	.author_box {
	margin: 50px 0px;
}
.btns {
	float: right;
	width: 160px;
}
.author_inside {
	padding: 15px;
	display: flex;
	flex-direction: row;
	border-radius: .25rem;
	border: 1px solid #404040;
}
.author_img {
	width: 50px;
	margin-right: 20px;
}
.author_img img {
	width: 100%;
	border-radius: 100%;
}
.author_content h4 {
	margin-top: 0px;
}
.buy_coffe img {
	width: 100%;
	height: 36px;
}
.buy_coffe {
	display: inline-block;
	margin-right: 10px;
}
.patreon_btn {
	display: inline-block;
	margin-right: 10px;
}


.author_img_fm img {
	width: 100%
}

#tabs-nav {
  padding: 0;
  list-style: none;
  padding-top: 0px;
  margin-top: 0;
}
#tabs-nav li {
  display: inline-block;
  margin-right: 30px;
}
#tabs-nav li.active a {
	border-bottom: 1px solid #4a42d2;
}
#tabs-nav li a {
	
	display: block;
}
.tabs {
	float: left;
	width: 100%;
}
.btns {
	float: right;
}
.author_content {
	float: left;
}
.btns a {
	display: block !important;
	width: 100% !important;
	margin-bottom: 5px;
}
.patreon_btn img {
	width: 100%;
	height: 40px;
}
.author_img {
		float: left;
	}
.author_content {
	float: left;
	width: 65%;
}


.rec_comment {
	margin: 0;
	padding: 0;
}
.rec_comment li img {
	border-radius: 50%;
	width: 40px;
	margin-right: 10px;
	float: left;
}

#dynamic_select {
	background: #f5f5f5;
	border: 0px;
	padding: 5px;
	border-radius: 25px;
	margin-right: 10px;
}
.single .bottomnav {
	overflow: hidden;
	margin-top: 15px;
	display: none;
}
.report_box {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 860px;
	top: 20%;
	border-radius: 5px;
	box-shadow: -1px 0px 5px 0px #ddd;
}
.report_box h2 {
	background: #055787;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 0;
}
.report_box_inside {
	padding: 15px 35px;
	display: flex;
	flex-direction: row;
}

.report_box_inside {
  padding: 15px 35px;
  display: flex;
  flex-direction: row;
}
.report_right {
  width: 70%;
}
.report_left {
  width: 30%;
}
.report_right select {
  width: 100%;
  padding: 10px;
  border-radius: 0;
  border: 0px;
}
.report_left {
  padding: 10px 0px;
}
.report_TEXTBOX {
	padding: 20px 30px;
}
.report_TEXTBOX textarea {
	height: 200px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}
.report_TEXTBOX p {
	margin-bottom: 0;
}
.report_TEXTBOX h5 {
	margin: 0;
}
.report_TEXTBOX label p {
	font-size: 12px;
	margin-top: 5px;
}
.report_TEXTBOX input {
	background: #055787;
	border: 0px;
	padding: 10px 20px;
	margin: 20px 0px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 10px;
}
.report_box {
	display: none;
}
.success_msg {
	padding: 50px;
	text-align: center;
}
.bottom_nav_area .naveps {
	float: none;
	display: inline-block;
	padding:20px 0px;
}
.report_btn {
	color:#fff; 
	background: #f43f5e;
	border-radius: 50%;
	display: inline-block;
	padding: 5px;
	margin: 0px 10px;
	cursor: pointer
}
@media only screen and (max-width: 767px) {

	.report_box {
		width: 100%;
	}
	.author_content {
		width: 100%;
	}
	.btns {
		float: right;
		width: 100%;
		text-align: center;
	}
	.btns a img {
		width: auto;
	}


	.btns {
		text-align: left;
	}
	.buy_coffe img {
		height: 30px;
	}
	.patreon_btn img {
		height: 30px;
	}

	
}
