/*  Event Lisiting Page CSS Adjustments */


@media (max-width: 767px) {
    .cities .EventView{padding:10px;}
	.discovery-card-wrapper, .discovery-card{height:154px !important; width:100%;}	
	.cities .title h2 {
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        margin: 0px;
        line-height: 25px;
        overflow: hidden;
        height: 30px;
        color: #666;
        margin-top: 5px;
    }
    
	
	.cities .discovery-tiles{display:none;}
	.cities h1{margin-top:130px;font-weight:300;font-size:30px;}
	.cities .EventView .rm-padding-sm{padding:0px;}
	.cities .evinfo{margin-top:0px;height:auto;}
	.cities .head{
					/*background: -webkit-linear-gradient( rgba(255,0,0,0), rgba(35, 163, 107,1)); 
					background: -o-linear-gradient( rgba(255,0,0,0), rgba(35, 163, 107,1));
					background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 0, 0, 0), rgb(35, 163, 107)) repeat scroll 0 0;
					background: linear-gradient( rgba(255,0,0,0), rgba(35, 163, 107,1)); */
					padding: 10px 3px 0px 15px;
					/*text-shadow:1px 0px 2px black;border-radius:5px;*/
					}

	.head .event-id {
        font-size: 12px;
        text-align: left;
        font-weight: 400;
        color: #f45e2b;
        margin: 0px;
        width: fit-content;
        /* padding: 1px 11px 0px; */
        /* border: #f45e2b 1px solid; */
        line-height: 21px;
        border-radius: 21px;
        height: auto;
    }
        .cities .head .date, .cities .head .venue{margin:0px;}
	.cities .head .date i, .cities .head .venue i{margin:0px;font-size:14px;width:18px;height:34px;color:#666;display:none;}
	.cities .head .date p{        
	    font-size: 14px;
        height: 26px;
        color: #333;
        overflow: hidden;
        font-weight: 500;}
	.cities .head .venue p{
	    font-size: 13px;
        height: 27px;
        overflow: hidden;
        /* letter-spacing: 0.5px; */
        color: #666;
        font-weight: normal;}
	.cities .head .eo-box .name{display:none;}
	
	.cities .tick, .cities .spl, .cities .catlabel {display:none;}
	.cities .facil{display:none;}		
	.cities .stallinfo{display:none;}
	.cities .catego{display:none;}
	.cities .time{display:none;}
	.cities .head  hr{display:none;}
	.cities .contact-button{width:100%;margin-top:0px;}
	.cities .secondcontact .con-orgnzr {
	    background-color: #f45e2b;
        border-radius: 45px;
        font-weight: 400;
        color: #fff;
        padding: 0px;
        font-size: 14px;
        margin: 0px;
        width: 35px;
        height: 35px;
	    float:right;
	}
	.cities .contact-button .con-orgnzr span {color:#fff;font-weight:400;font-size:14px;line-height:30px;}
}

@media (min-width: 768px) {
    .cities .title h2 {
    font-size: 21px;
    color: #666;
    font-weight: 300;
}

.date p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.venue p{
    color: #222;
    font-size: 17px;
    font-weight: 300;
}

.stallinfo .box2 {
    
}

.stallinfo .details ul li{
    text-align: center;
}
.stallinfo .box2 .line {
	padding: 4px;
	min-height: 105px;
}
.stallinfo .box2 .inactive {
	background-color: #f1f1f1;
	height: 105px;
}

.head i{
    display: none;
}

.evinfo{
    padding-left: 30px;
}
.head hr {
    border-color: #ffecec;
}
.EventView .stallinfo .total {
	background-color: #888;
	height: 42px;
	margin-bottom: -72px;
	margin-left: 36px;
	margin-top: 30px;
	overflow: hidden;
	width: 140px;
	box-shadow: 0 2px 0 0 #ddd;
	border-radius: 2px;
}
.EventView .stallinfo .count {
	line-height: 52px;
	height: 100px;
	/* float: ; */
	width: 200px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
}
.catego {
    margin-top: 3px;
    display: inline-table;
    display: none;
}
.evorg{
    display: none;
}
.secondcontact{
    margin-bottom:10px;
}
.con-orgnzr {
    padding: 11px 30px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 0 4px 1px #bbb;
    /* border: none; */
    margin-top: 20px;
    letter-spacing: 1px;
}

.mrdtls{
    padding: 13px 35px;
    background-color: #f45e2b;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0px 0 4px 1px #bbb;
    /* border: none; */
    margin-top: 20px;
    letter-spacing: 1px;
}