/*	author box */

.author_box {
	float: left;
	width: 100%;
	padding: 15px 10px;
	box-shadow: 0px 0px 3px #CACACA;
	background: #fff;
	border-radius: 5px;
	box-sizing: padding-box;
}

.author_box > img {
	float: left;
	margin: 0 15px 5px 0;
}

.author_box .author_desc {
	margin-left: 210px;
}

.author_box .author_desc h2 {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 22px;
	border-bottom: 1px solid #37B8EB;
}

.author_box .author_desc p {
	display: block;
	min-height: 122px;
	line-height: 20px;
	font-size: 16px;
}

/* tabs */
.tab-content {
	padding: 20px 0;
	display: none;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.tab-current {
	display: block;
}

.tab-content .view_all {
	float: right;
	margin: 10px 0;
	font-size: 18px;
}

.tab-content .view_all a {
	color: #37B8EB;
}

.tab-content .view_all a:hover {
	color: #638C9C;
	text-decoration: none;
}

.mybook_box {
	width: 100%;
}

.mybook {
	float: left;
	display: inline-block;
	width: 23%;
	margin: 10px 1%;
	color: #37B8EB;
	height: 480px;
}

.mybook:hover img {
	opacity: 0.7 !important;
}

.mybook:hover {
	text-decoration: none;
}

#my_books .mybook > a  {
	color: #37B8EB;
	    line-height: 140%;

}

#my_books .mybook p {
	color: #444;
	line-height: 130%;
}

#my_books .mybook p:first-of-type {
	margin-top: 10px;
}
.mybook img {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
}

.mybook span {
	display: block;
}

#ap-book .post-inner .entry > img {
	float: left;
}

#ap-book .post-inner .entry p:first-of-type {
	width: 75%;
	margin-left: 2%;
	float: left;
	margin-bottom: 10px;
}

#ap-book .post-inner .entry p {
	margin-left: 2%;
	margin-bottom: 5px;
	float: left;
	width: 70%;
}

#ap-book .button,.custombutton {
	color: #fff;
	text-decoration: none;
}

.post-inner .entry .wp-post-image {
	float: left;
	margin-right: 2%;
}

.post-inner .entry p:first-of-type {
	margin-bottom: 10px;
}
.post-inner .entry p {
	margin-bottom: 10px;
}

#top .button,.custombutton {
	color: #fff;
	text-decoration: none;
}

.books-box .attachment-medium.size-medium.wp-post-image.tie-appear {
    width: 190px;
    height: 300px ;
}

.books-box .post-box-title {
	margin-bottom: 5px;
}

.books-box .entry p {
	margin-bottom: 5px;
}
.new-the-tabs {
	width: 100%;
	display: block;
	float: left;
	margin: 20px 0;
	box-shadow: 0px 0px 3px #CACACA;
	background: #fff;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: padding-box;
}

.new-the-tabs li {
	float: left;
	display: inline-block;
	width: 14.2%;
}

.new-the-tabs li a {
	display: block;
	height: 50px;
}

.my-books-new > a{
	background: url('../images/book-new.png') no-repeat center bottom;
}

.my-video-new > a{
	background: url('../images/movie.png') no-repeat center bottom;
}

.my-full-bio-new > a {
	background: url('../images/data-new.png') no-repeat center bottom;
}

.my-articles-new > a {
	background: url('../images/icon33.png') no-repeat center bottom;
}

.my-audio-new > a {
	background: url('../images/audio-new.png') no-repeat center bottom;
}

.my-ratings-new > a {
	background: url('../images/starr.png') no-repeat center bottom;
}

.my-major-keyords-new > a {
	background: url('../images/tagg.png') no-repeat center bottom;
}

.icon-heading-new {
	padding: 10px 0 0;
	display: block;
}

.icon-heading-new a{
	text-align: center;
	font-size: 16px;
}

.new-the-tabs .active, .new-the-tabs li:hover {
	opacity: 0.8;
	color: #37B8EB;
}

.new-the-tabs li:hover span a {
	color: #37B8EB;
	text-decoration: none;
}

.new-the-tabs .active span a {
	color: #37B8EB !important;
	text-decoration: none;
}

.author_content {
	padding: 10px;
	line-height: 21px;
}

.order_buttons a {
	background-color: #37b8eb;
	padding: 5px 12px 5px 28px;
	margin: 15px 0 15px 5px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out 0s;
}

.order_buttons a.active,
.order_buttons a:hover {
	background-color: #777;
	color: #fff;
}

.order_buttons .order_asc {
	background-image: url("../images/arrow_asc.png");
	background-repeat: no-repeat;
	background-position: left 8px center;
}

.order_buttons .order_desc {
	background-image: url("../images/arrow_desc.png");
	background-repeat: no-repeat;
	background-position: left 8px center;
}

@media screen and (max-width: 480px) {
	.author_box img {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}	
	
	.author_box .author_desc {
		margin: 0;
	}
	
	.new-the-tabs li {
		width: 25%;
	}
	
}