/* hide that conversation upload media icon */
body #es .es-convo-composer__action-tab {
	display:none;
}

/* adjust the event categories widget show the arrow obviously*/
body #es .fa.fa-angle-right {
	font-weight: bold;
	font-size: 20px;
}

body #es .es-container.es-events .dl-menu-wrapper .o-tabs__toggle-submenu[data-submenu-link] {
	width: 80px;
	text-align: right;
}

/* adjust the login cover photo */
body #es .es-login-box {
    background-position: center !important;
}

/* Jreviews module */
.jrModuleItems .jrModuleItemContent {
    overflow: initial !important;
}

/* adjust the conversation layout styling only happen if the iPad width is 768px */
@media (max-width:768px) {
     body .mc-md-fixed #es.view-conversations.is-tablet,
     body .mc-sm-fixed #es.view-conversations.is-tablet {
		width: 200% !important;
     }
     
     body #es.view-conversations.is-tablet .es-convo-composer__bd {
		height: 125px !important;
     }
}