.elongated-image{
	height : auto !important;
}
@media (min-width:1200px) {
	.elongated-image{
		height : 350px !important;
	}
}

@media (max-width:1199px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:991px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:767px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (max-width:479px) {
	.elongated-image{
		height : 200px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media only screen and (max-width: 479px) {
	.elongated-image{
		height : 200px !important;
	}
	
}

@media (min-width: 768px) {
	.elongated-image{
		height : auto !important;
	}
	
}

@media (min-width: 992px) {
	.elongated-image{
		height : 440px !important;
	}
	
}

@media (min-width:1200px) {
	.elongated-image{
		height : 370px !important;
	}
}

}

.a-color-white{
	color:#fff !important;
}

.a-color-grey{
	color:#31404b !important;
}

.a-color-black{
	color:black !important;
}

.a-color-crimson{
	color:crimson !important;
}

.teamhome{
	background: #024088;
    color: white;
    border-radius: 20px 40px 20px 40px;
	padding:10px;
}
.teamhome h5{
    color: white !important;
}
.teamhome figure{
	background: #fff;
    border-radius: 35px;
	margin: 10px;
}
.teamaway{
	background: #ed1d24;
    color: white;
    border-radius: 40px 20px 40px 20px;
	padding:10px;
}
.teamaway h5{
    color: white !important;
}
.teamaway figure{
	background: #fff;
    border-radius: 35px;
	margin: 10px;
}

.height45{
	height:45px !important;
}

.form-points-w{
	background: #01A54B;
    color: white;
    width: 4px;
    height: 4px;
    font-size: 8px;
    padding: 3px 3px 3px 3px;
	margin-left:0px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.form-points-l{
	background: crimson;
    color: white;
    width: 4px;
    height: 4px;
    font-size: 8px;
    padding: 3px 4px 3px 4px;
	margin-left:3px;
    border-radius: 5px;
    text-align: -webkit-center;
}

.title-back{	
	background: black;
    opacity: 0.8;
    color: white !important;
    padding: 5px 5px 2px 5px;
}

.adsinfo{
	position: absolute;
    right: 28px;
    background: #07c2ffa3;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
}

.right-46{
	/* right:40px !important; */
}

.right-4{
	right:4% !important;
}

.right-12{
	right:12% !important;
}

.right-10{
	right:10% !important;
}

.right-23{
	/* right:23% !important; */
}

.right-31{
	right:31% !important;
}

.galleryimage{
	float: right;
    margin-right: 8px;
	font-family: fantasy;
    font-weight: normal;
    color: #1c0f6e;
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    margin-top: -50px;
    padding: 5px;
}

.gallerypost{
	font-family: fantasy;
    font-weight: normal;
    color: #1c0f6e;
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
	margin-left: 35%;
}

/* 
.widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
    max-height: none;
}
.widget-game-result__team-logo {
    height: 95px;
    display: block;
    position: relative;
} */

/*  Syed Bilal : Designing  */
.posts__excerpt {
	text-align: justify !important;
}
.posts__excerpt>a{
	color:#000 !important;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: end;
}
.posts__title a {
text-transform: none !important;
line-height: 25px;
}
.align__right{
	text-align: right;
}

.posts__date_new{
	margin-left: -100px;
}

.posts__excerpt.text-clipping.p-0>.posts__excerpt{
	text-align: right !important;
}

.posts__item--card .posts__title{
	font-size:18px !important;
}
.text-clipping{
	margin-bottom: 5px !important;
}
.posts__thumb img {
	object-fit: cover !important;
}

.widget-banner__img img
{
	width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}

.posts__cat-label {
    padding: 1em !important;
}
.posts__cat {
     left: 0px !important;
	 top: 0px !important;
}

.posts--carousel-featured .posts__title {
	text-transform: none !important;
	letter-spacing: .3px;
}

.posts__item--card .posts__date + .posts__title {
    font-size: 16px !important;
}
.team-title-font{
	font-size: 24px;
}

.sidebar-padding
{
	padding: 10px;
}

.toggle2>a {
    color: #ffdc11 !important;
    background: #ffdc11;
    /* text-decoration: none; */
    /* outline: none; */
}

.text-clipping-line-1 {
    color: #575b67;
    /* font-weight: 600 !important; */
    display: block !important;
    display: -webkit-box !important;
    width: 100% !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}