/**START DEFAULT CSS**/
/*text event width*/
.smt-page-events .feed-row .listing {
    display: inline-block;
    font-size: 15px;
    position: relative !important;
    width: 65%;
    float: left;
}

/*margin below text event*/
.smt-page-events .listing .info {
    margin-bottom:10px;
    min-height:100px;
}

.smt-page-events .listing a {
    line-height:1.2em;
}

.smt-page-events .event-title {
text-transform: capitalize;
}

/*event image position*/
.smt-page-events .feed-row .image {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    float:right;
}
/*event image size*/
.smt-page-events .feed-row img {
    height: auto;
    max-width: 135px;
}
/*gap between event*/
.smt-page-events .feed-row {
    border-top: 2px solid #EEEEEE;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 0;
    width: 98%;
}

/**/
/**BUTTON**/
.smt-page-events a.uiButton {
    font-family: verdana,arial,sans-serif;
    background-color: #5B74A8;
    color: #FFFFFF;
    border:1px solid #000000;
    font-size: 12px;
    font-weight: bold;
    /* line-height: 16px; */
    padding: 4px 7px;
    display: inline-block;
    float: right;
    margin-top: 0px !important;
    line-height: 1.2em !important;
    margin-left: 5px;
	text-decoration: none;
}

.smt-page-events a.fbEventJoinButton .img {
    background-image: url("http://socialmediatickets.com/files/images/hJLyaPZeSvx.png");
    background-position: -190px -515px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 12px;
    overflow: hidden;
    width: 16px;
    margin-right:2px;
}

/*buy ticket and share button position */
.smt-page-events .event-wrapper {
    float: right;
}


/**END DEFAULT CSS**/

/**/
/**START THEMING STYLE **/
/**optional - you may change or remove this to match with your site**/
/**/
/*buy ticket button*/
.smt-page-events a.ticket-link {
    background: none repeat scroll 0 0 #F67B1C !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
    font-family: verdana,arial,sans-serif;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 2px 10px 5px 10px;;
    text-decoration: none !important;
}

/**END THEMING STYLE **/

/**START RESPONSIVE**/

@media screen and (min-width:500px) and (max-width:960px) {
.smt-page-events .feed-row .listing {
    width:58%;
    margin-bottom:15px;
}
}

@media screen and (max-width:550px) {
.smt-page-events .feed-row .listing {
    width:100%;
    margin-bottom:15px;
}
.smt-page-events .feed-row .image {
    text-align:center;
    display:block;
    margin-left:0;
    float:left;
}
}

/**END RESPONSIVE**/

/** CUSTOM THESE BITS TO MAKE THE TEXT AND STYLE MATCH YOUR SITE **/
/* Primarily the main fonts style is what create a cohesive fit with your site, so style this below to match your website */

/* Match the heading font (typically H2) on your website */
/* Event Title */

.smt-page-events .event-title {
    /* Style your font here if you want to make it match your website */
	/* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 21px; */
	margin-bottom: 15px;
	vertical-align: baseline;
	display: block;
}

/*Date Position*/
.smt-page-events .date-distinct {
    /* Style your font here if you want to make it match your website */
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px; */
    display: inline-block;
    float: left;
    margin-top: 7px;
}

.smt-page-events .feed-row img {
border: 7px solid #a67852;
padding: 5px;
}

/*custom css new */
/*
.smt-page-events .feed-row {
width: 95%;
}

.smt-page-events .feed-row .listing {
width: 70%;
}*/

/*title size*/
.smt-page-events .event-title {
font-size: 22px;
}

/*date bold and size*/
.smt-page-events .date-distinct {
font-weight: bold;
font-size: 16px;
}

/*info increase text size*/
smt-page-events .listing .info {
font-size: 14px;
}