/*

Theme Name: Madara - Child

Description:  Madara Child-Theme

Author:       Madara

Author URI:   http://demo.mangabooth.com/

Template: madara

Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready

Version: 1.0.1.1

*/

.shark-item-wrap {
	margin-left: -5px;
	margin-right: -5px;
}
.shark-item-wrap .col-lg-2 {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	margin-bottom: 10px;
}
.shark-item-wrap .popular-content {
	position: absolute;
	left: 5px;
	bottom: 0;
	padding: 5px 20px;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,0.9));
	width: calc(100% - 10px);
}
.shark-item-wrap .widget-title {
	font-size: 1em;
	color: #fff;
	font-weight: normal;
	display: -webkit-box ;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shark-item {
	border-bottom: 1px dashed #ccc;
	align-items: center;
	justify-content: space-between;
	min-height: 45px;
}
.shark-item h4.widget-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
}
.shark-item:nth-child(2n+1) {
	border-right: 1px dashed #ccc;
	padding-left: 0;
}
.shark-item > a {
	flex: 0 0 60%;
}
.shark-item .vol.font-meta {
	display: none;
}
.shark-item .chapter.font-meta {
	margin-right: 10px;
	font-size: 12px;
}
.shark-item .list-chapter {
	flex: 0 0 30%;
	padding: 5px 0;
}
.widget-manga-popular-display.heading-style-2 .style-1 .c-blog__heading.style-2 {
	margin-bottom: 15px;
}

.shark-item .chapter-item {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.site-header .main-navigation .main-menu ul.main-navbar > li > a {
	font-weight: 600;
	padding: 13px 14px;
}
	#custom_html-15 .custom-html-widget > p {
		display: none;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.shark-item-wrap .col-lg-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.shark-item-wrap .col-lg-2:last-child {
		display: none;
	}
	#manga-shark-2 {
		margin: 0;
	}
	#manga-shark-3 {
		margin: 0;
	}
	.c-page-content .sidebar-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.c-page-content .main-col:not(.sidebar-hidden) {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px){
	.shark-item {
		padding-left: 0;
	}
	.shark-item > a {
		flex: 0 0 50%;
	}
	.shark-item:nth-child(2n+1) {
		border-right: none;
	}
	.list-chapter {
		flex: 0 0 50%;
		padding-left: 10px;
	}
}

@media screen and(max-width: 414px){
	.c-sidebar.c-top-sidebar {
		padding: 30px 0 0 !important;
	}
	.c-sidebar.c-top-second-sidebar {
		padding: 30px 0 0 !important;
	}
	.c-blog__heading.style-2 {
		margin-bottom: 15px;
	}
}