/*
Theme Name:   EzmeDoujin
Description:  Ezme for Doujing web site.
Author:       admin
Author URL:   https://www.miruteam.com
Template:     ezme
Version:      2.4.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  EzmeDoujin
*/

/* Write here your own personal stylesheet */
.custom-logo-link img{
	max-height: 30px;
    width: auto;
}
.nav-item{
	padding: 1.5rem 0.5rem;
}
.mr-auto, .mx-auto {
    margin-left: auto!important;
	margin-right: 5px!important;
}
.ez-c-blue {
    background: #2c2c2c;
}
.mr-auto .active {
    background: #191919;
}
.content-area, .ez-sidebar{
	background: #2c2c2c;
}
.ezd-sf{
	width: 100%;
    padding: 0 25px;
}
.ezd-sf .p-1{
	padding: 0!important;
}
.ezd-sf .rounded-pill{
	border-radius: 0rem!important;
}
.ez-input-search{
	margin-top: 15px;
}
.e-credit-sep{
	display: inline-block!important;
}
.e-credit-content{
	background: #FFEB3B;
    color: #847703;
	display: inline-block!important;
}
.ezd-d-list img{
	width:100%;
}
.ezd-doujin{
	text-align: center;
}
.ezd-full{
	padding: 10px 15px;
    background: #FF5722;
    display: inline-block;
    margin: 5px 0;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
	cursor: pointer;
}
.ezd-full:hover{
	background: #af3812;
}
.ezd-fullscreen{
	z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	overflow-y: scroll;
}
.ezd-doujin-ep{
	margin: 10px 0;
	padding: 10px;
}
.ezd-d-e-l{
	    display: block;
    padding: 10px;
    background: #1d1c1c;
    margin-bottom: 2px;
    border: 1px solid #313131;
}
.ezd-d-e-l:hover{
	text-decoration: none;
	background: #171616;
}
.ezd-d-e-l:visited, .ezd-d-e-l:active{
	text-decoration: none;
	background: #232323;
}
.ezd-ep-control{
	max-width: 327px;
    margin: auto;
    background: #1b1b1b;
    padding: 7px;
    border-radius: 5px;
}
.epl-prev{
	width: 25px;
    display: inline-block;
    margin-right: 97px;
}
.ezd-ep-text{
	width: 40px;
    display: inline-block;
    margin-right: 97px;
}
.epl-next{
	width: 25px;
    display: inline-block;
    margin-right: 2px;
}
.epl-all{
	width: 25px;
    display: inline-block;
    margin-right: 2px;
}
.ez-entry-ex{
	padding: 10px 0 10px 10px;
}
.ez-entry-ex span{
	display: block;
}
.d-ezme-ads-s-top{
    padding: 5px;
    margin-bottom: 5px;
}
.ezd-row{
    margin-right: 10px;
    margin-left: 10px;
}
.ezd-postthumb, .postd-thumbnail img{
    width: 100%;
    height: 268px;
    padding: 1px;
    position: relative;
}
.ezd-relate-title{
    background: #f44;
    display: block;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}
.col-smd-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.bnns-as-bn a img{
    width: 50%;
    display: inline-block;
    height: auto;
}
@media only screen and (max-width: 1200px) {
    .col-smd-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .post-n-1{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .col-smd-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .post-n-1, .post-n-2{
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .col-smd-2 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .post-n-1, .post-n-2, .post-n-3{
        display: none;
    }
}
@media only screen and (max-width: 414px) {
	.ez-container {
	  margin-top: 0;
	}
	.widget {
    margin-top: 5px;
}
	.ez-card {
		background: #2c2c2c;
		max-width: 100%;
		margin-left: 0;
		padding: 0 0 5px 0;
    }
    .d-ezme-ads-s-left{
        display: none;
    }
    .col-smd-2{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .post-n-1, .post-n-2, .post-n-3, .post-n-4{
        display: none;
    }
}
