/* CSS Document */

/* nomal */
.ez-container{
	margin-top: 1rem;
    padding: 1rem;
	min-height: 500px;
}
.ez-c-fade{
	background: #2c2c2c;
}
.ez-c-danger{
	color:#dc001f !important;
}
.ez-c-primary{
	color:#0e62e0 !important;
}
.ez-c-blue{
	background: #0e62e0;
}
.ez-bf-dark{
	background: #191919;
}
.ez-bg-dark{
	background: #333333;
}
.ez-bg-danger{
	background: #dc001f;
}
.ez-bg-gray{
	background: #a9a9a9;
}
.ez-bg-green{
	background: #afd637;
}
.ez-badge{
	display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.ez-badge-gray{
	background: #333;
    color: #989898;
}
a.ez-badge-gray:focus, a.ez-badge-gray:hover{
	background: #1d1c1c;
    color: #e8e8e8;
}
.ez-border{
	border: 1px solid rgba(255, 255, 255, 0.03);
}
.ez-h1{
	font-size: 1.5rem;
}
.ez-f1{
	font-size: 1rem;
	margin: 5px;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5rem;
}
.ez-row {
	margin-right: -1px;
    margin-left: -1px;
}
.ez-pt-link{
	display: inline-block;
    
}
.h7 {font-size: 0.5rem; font-weight: 700;}
.skip-link{display:none;}
.site-branding{
	text-align: center;
}
.breadcrumb {
    background-color: #1b1b1b;
    border-radius: 0;
}
.col-sm-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.ez-bt5{
	margin-bottom: 10px;
}
/* nav */
.navbar{padding: 0 1rem;}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.nav-item{padding: 0.5rem}
.dropdown-menu{
	padding: 0;
}
.dropdown-menu li{
	padding: 0;
}
.dropdown-menu li a{
	padding: 0.5rem;
}
.mr-auto .active, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: rgba(255, 255, 255, 0.25) !important;
}
.navbar-dark .navbar-toggler{
	margin: 5px 0;
}
.ez-searc-btn{
    background: none;
    border: none;
}
.esb-mobile{
	display: none;
}
.card{
	margin-bottom: 5px;
}
.ez-card{
	background: #4891fd;
    max-width: 434px;
    margin-left: auto;
	padding: 15px;
}
.input-group{
	margin-left: 5px;
}
.menu-item-has-children{position: relative;}
.dropdown-item:focus, .dropdown-item:hover{
	background: #0d62e0;
}
.page-link {
    color: #989898;
    background-color: #191919;
    border: 1px solid #191919;
}
.letter-nav{
    margin-bottom: 10px;
    margin-top: -16px !important;
    margin-left: -16px;
    margin-right: -16px;
    overflow-y: auto;
    white-space: nowrap;
	text-align: center;
}
.letter-nav a{
	padding: 10px;10
	display: inline-block;
}
.letter-nav a:hover{
	background: #007bff;
	color:#fff;
	text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: rgba(0, 0, 0, 0.28);
}
.btn-primary:hover{
	background-color:rgba(255, 255, 255, 0.38);
}
/* post loop */
.ez-grid{
	position: relative;
}
.ez-ab {
	position: absolute;
}
.ez-title{
	z-index: 1;
    bottom: 0;
    right: 6px;
    left: 6px;
    background: rgba(16, 16, 16, 0.77);
	margin: 0 1px;
	text-align: center;
}
.ez-postthumb, .ez-postthumb .post-thumbnail img{
	width: 100%;
	height: 330px;
}
.ez-postthumb-3, .ez-postthumb-3 .post-thumbnail img{
	width: 100%;
	height: 260px;
}
.ez-postthumb-2, .ez-postthumb-3 img {
    object-fit: cover;
}
.ez-postthumb-2, .ez-postthumb-3{
	padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 10px;
}
.entry-detail{
	position: absolute;
    z-index: 2;
    top: 3px;
    right: 7px;
}
.ez-index-tag{
	display: block;
    font-size: 0.7rem;
    padding: 2px 4px;
    margin-bottom: 2px;
	color:#fff;
    font-weight: 700;
	min-width: 75px;
}
.ez-new{
	display: block;
	color:#fff
}
.pagination{
	margin: 15px auto 0 auto;
}
/* post */
.ez-p-thum{
	max-width: 200px;
	margin: auto;
    margin-bottom: 10px
}
.ez-p-thum img {
	width: 100%;
	height: auto;
	border-radius: 0.25rem;
}
.ez-row-post .col-sm-3{
	padding-right: 5px;
	border-right: 1px solid #353535;
}
.ez-row-post .col-sm-9{
	padding-left: 5px;
}
.ez-detail-title{
	display: block;
    text-align: center;
    padding: 5px;
    background: #8516ff;
    color: #fff;
	margin-bottom: 0;
	border-bottom: 2px solid #252525;
}
.ez-entry-content{
	margin: 10px;
    background: #252525;
    color: #9e9e9e;
    padding: 5px;
    font-size: 1rem;
	border-radius: 5px;
	min-height: 144px;
}
.ez-entry-content h2{
	display: inline-block;
	font-size: 1rem;
    margin-bottom: 0;
}
.ez-entry-content p{
	display: inline;
	margin-bottom: 0;
}
.ez-entry-catgory{
	margin: 10px 10px 10px 0;
	min-height: 119px;
}
.ez-entry-catgory a{
	font-size: 1rem;
	margin-bottom: 5px;
	font-weight: 400;
}
.entry-post-detail{
		margin-bottom: 10px;
	}
.ez-entry-tags{
	font-size: 1rem;
    color: #fff;
	font-weight: 700;
}
.ez-entry-tag{
	padding: 10px 10px 10px 0;
}
.ez-e-t-second{
	display: inherit;
}
.ez-entry-meta {
	border-radius: 5px;
    padding: 10px;
	margin-bottom: 10px;
}
.eem-title{
	display: block;
    font-weight: 600;
    color: #3e3e3e;
}
.eem-content{
	color: #565656;
    font-weight: 400;
    display: block;
    font-size: 95%;
	margin-bottom: 5px;
}
.eem-content a{
	color: #565656;
}
.ez-entry-share a{
	display: block;
	margin-bottom: 5px;
}
.ez-entry-score{
	text-align: center;
}
.ees-first{
	font-size: 2.5rem;
    color: #dc3545;
    font-weight: 600;
}
.ees-second, .eed-title{
	color: #007bff;
    font-weight: 700;
    font-size: 1rem;
}
.ees-third{
	display: block;
    font-size: 75%;
    font-weight: 700;
    color: #6d6d6d;
}
.ez-entry-all-taxonomy a{
	font-size: 0.8rem;
}
.ez-hide{
	display: none;
}
.ez-score{
	background: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    margin-bottom: 15px;
}
.card-text{
	margin: 10px;
}
.media-body{
	margin-bottom: 5px;
}
/* Archive */
.ez-archive{
	display: table;
    background: #1b1b1b;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto 10px auto;
}
.ez-archive h1{
	display: inline-block;
    font-size: 1rem;
	margin-right: 5px;
    margin-bottom: 0;
}
.ez-archive h1 svg{
	color: #ffc107;
}
.eez-mobile{display: none;}
/* sider bar */
.ez-sidebar{
	border-left: 2px solid #191919;
}
/* Footer */
.ez-footer-row{
	margin-right: 0;
	margin-left: 0;
}
.site-footer{
	margin-top: 15px;
    background: #252525;
}
.site-info{
	padding: 10px;
    background: #191919;
    text-align: center
}
.ez-footer-row{
	padding-bottom: 10px;
}
/* widget */
.ez-c-tags{
	font-size: 0.8rem !important;
}
.widget{
	margin-top: 10px;
}
.widget-title{
	font-size: 1.2rem;
    padding: 10px;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
}
.widget ul{
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}
.widget ul li{
	display: block;
    padding: 10px;
	background: rgba(0,0,0,.075);
    border-radius: 5px;
    margin-bottom: 2px;
}
.widget ul li:hover{
	background: rgba(0,0,0,.5);
	text-decoration: none;
}
.ez-social-widget{
	text-align: center;
}
.ez-social{
	font-size: 1.5rem;
	margin-right: 5px;
}
.ezt-card-body a{
	width: calc(33.333333% - 2px);
    margin: 0 2px 2px 0;
	white-space: nowrap;
    overflow: hidden;
    display: inline-table;
}
/* post loop widget */
.vwg-post{
	padding: 3px;
    border: 1px solid #191919;
    margin-bottom: 3px;
    background: #191919;
    border-radius: 3px;
}
.vwg-title{
	font-size:1rem;
	margin-top: 16px;
}
.vwg-thumb{
	display: inline-block;
    width: 85px;
	float: left;
}
.vwg-thumb img{
	width: 85px;
	height: auto;
}
.vwg-title-div{
    margin-left: 110px;
}
.vwg-tag{
	color: #949494;
    font-size: 0.8rem;
}
.vwg-tag-span{
	line-height: 1.5em;
    height: 3em;
    overflow: hidden;
	display: inline-block;
}
.vwg-clear{
	clear:both;
}
@media only screen and (max-width: 1024px) {
	.col-sm-2, .col-sm-3 {
		-ms-flex: 0 0 33.3333333%;
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%;
	}
	.ez-postthumb, .ez-postthumb .post-thumbnail img{
		height: 438px;
	}
}
@media only screen and (max-width: 768px) {
	.col-sm-2, .col-sm-3 {
		-ms-flex: 0 0 33.3333333%;
		flex: 0 0 33.3333333%;
		max-width: 33.3333333%;
	}
	.ez-postthumb, .ez-postthumb .post-thumbnail img{
		height: 320px;
	}
	.esb-mobile{
		display: inline-block;
	}
	.esb-desktop{
		display: none;
	}
}
@media only screen and (max-width: 414px) {
	.col-sm-2, .col-sm-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.ez-col-post{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ez-postthumb, .ez-postthumb .post-thumbnail img{
		height: 247px;
	}
	.ez-row-post .col-sm-9 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ez-row-post .col-sm-3 {
		padding-right: 15px;
	}
	.entry-post-detail{
		margin-bottom: 0;
	}
	.ez-bf-dark{
		margin-top: 10px;
	}
	.ez-entry-catgory{margin: 10px;}
	.ez-entry-tag{margin: 0 10px 10px 10px;}
	
	.ez-p-thum{
		width: 50%;
		margin: 0;
		float: left;
		margin-bottom: 10px;
	}
	.ez-p-thum img{
		width: 90%;
	}
	.ez-entry-meta{
		width: 50%;
		float: left;
	}
	.ez-entry-share{
		clear:both;
	}
	.eez-desktop{display: none;}
	.eez-mobile{
		display: block;
		margin-top: 10px;
		width: 90%;
	}
	.ezt-card-body a{
	width: calc(50% - 2px);
    margin: 0 2px 2px 0;
}
}