/* ----- These styles used by 'Evenets' column on Main page ----- */

.events {
    max-width: 1200px;
}

.event {
    padding: 2em 4% 0;
    margin-bottom: 2em;
    background-color: rgba(255, 255, 255, 0.7);
}

    .event-header {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        border-bottom: 1px dashed #999;
        padding-bottom: 1em;
    }

        .event h3.header
        {
            margin:0;
            font-size: 1.5em;
            color: black;
        }

        .event h3.date
        {
            margin: 0;
            font-weight: normal;
            font-size: 1em;
        }

    .event-body {
        padding: 2em 0;
    }

.event p, .event h3.date
{
    color:#666;
    text-shadow: #eee 1px 1px 1px;
}

.event p
{
    font-size: 1.3em;
}

.event img
{
    max-height: 600px;
    max-width: 600px;
}

.event img, .event iframe
{
    margin-right: 20px;
    margin-bottom: 20px;
}

.event audio
{
    width: 50%;
}

.load_more
{
	background-color: #aaa;
	border-radius: 6px;
	padding: 4px;
	text-align: center;
	cursor:pointer;
}

.event .flyer
{
	background-image: url("http://static.parastorage.com/services/wix-users/2.123.0/client/img/htmlLogin/bg_shadow.png");
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 32px;
}