/* @override 
	http://localhost:8888/clout/projects/css/projects.css?m=1402669855
	http://localhost:8888/rockraw/news/css/news.css?m=1402770383
	http://localhost:8888/rockraw/news/css/news.css?m=1415281953
	http://localhost:8888/londonlens/tours/css/tours.css?m=1415305682
	http://localhost:8888/londonlens/tours/css/tours.css?m=1416674610
	http://localhost:8888/londonlens/tours/css/tours.css?m=1416785820
	http://localhost:8888/londonlens/tours/css/tours.css?m=1416930578
	http://localhost:8888/muma/Bookings/css/bookings.css?m=1492858973
	http://localhost:8888/hawkes2/events/css/events.css?m=1492859666
	http://localhost:8888/hawkes2/events/css/events.css?m=1495691289
	http://localhost:8888/boundary/events/css/events.css?m=1512424536
	http://localhost:8888/leyton/events/css/events.css?m=1523385529
	http://localhost:8888/leyton/events/css/events.css?m=1545406586
	http://localhost:8888/leyton/events/css/events.css?m=1545408184
	http://localhost:8888/leyton/events/css/events.css?m=1545917885
	http://localhost:8888/leyton/events/css/events.css?m=1553790279
	http://localhost:8888/leyton/events/css/events.css?m=1554456208
	http://localhost:8888/leyton/events/css/events.css?m=1554457541
	http://www.test.pinkpoliceman.com/events/css/events.css?m=1557336908
	http://www.test.pinkpoliceman.com/events/css/events.css?m=1558516410
	http://localhost:8888/leyton/events/css/events.css?m=1558537344
	http://leytonstonetavern.com/events/css/events.css?m=1561455602
	http://www.leytonstonetavern.com/events/css/events.css?m=1564081575
	http://localhost:8888/stu/events/css/events.css?m=1566214462
	http://www.testsite.pinkpoliceman.com/events/css/events.css?*
*/

div#eventwrap {
	padding-right: 30px;
	padding-left: 30px;
}
div.clm-wrp {
	overflow: auto;
	margin-bottom: 10px;
}
div.clm-wrp .clm p{
	margin-bottom: 0px;
}
#clm1 {
	width: 25%;
}
#clm2 {
	width: 23%;
	padding-right: 2%;
}
#clm3{
	padding-right: 2%;
	width: 23%;
}

.eventsection {
overflow: auto;
	margin-bottom: 30px;
}

.clm{
	float: left;
}
/* read more */

a.more, a.moreclose {
	padding-top: 7px;
}



#econtentwrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 350px;
	
}

#econtentwrap div.content p {
	max-width: 600px;
}

div#mailer {
	background-color:#e6e6e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

#eventimage img {
	//border: 5px black solid;
	//background: white;
	//box-shadow: 17px 16px 0px #000;
	width: 100%;
	float: left;
}
div#events {
	//width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	overflow: auto;
}

ul#eventlist {
	margin-top: 0;
	position: relative;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

div#eventimage {
	float: left;
	width: 40%;
	padding-left: 3%;
	overflow: auto;
}

#eventlist li div.content {
	text-align: left;
	width: 48%;
	float: right;
	padding: 0 3% 0.5%;
}

#ani-wrp {
	overflow: visible;
}

#event p {
	width: 99%;
	font-size: 18px;
	line-height: 23px;
		padding: 0px;
	float: left;
}

#eventlist li {
	margin-bottom: 70px;
	
	padding-bottom: 30px;
	overflow: auto;
	overflow-y: hidden;
}
#eventlist li.listitem:after{
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will center the border. */
    width: 10%; /* This creates some space between the element and the border. */
   // border-bottom: 2px solid #97721C;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: absolute;
	left: 45%;
	bottom: 0;
}


div#edeetswrap {
	text-align: left;
	padding-bottom: 0;
}

div#eicon {
	float: left;
	width: 15%;
	margin-right: 3%;
}

#edeetswrap h4 {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}

div#event {
	margin-top: 14px;
}


/* BREAKPOINT 960px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 960px) {

div#events {
	width: 99%;
	margin: 20px auto;
	overflow: auto;
}
div#eventimage {
	float: left;
	width: 46%;
	padding-left: 0;
}
#eventlist li div.content {
	padding-top: 0;
	padding-left: 3%;
	padding-right: 0;
}
}
/* BREAKPOINT 680px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 680px) { 




div#eventwrap {
	padding-right: 20px;
	padding-left: 20px;
}

#clm1 {
	width: 40%;
}
#clm2 {
	width: 60%;
}
#clm3{
	width: 60%;
	float: right;
}
.eventsection {
overflow: auto;
	margin-bottom: 30px;
}

.clm{
	float: left;
}

#econtentwrap {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 500px;
	min-width: 350px;
	
}

#eventimage img {
	//border: 5px black solid;
	background: white;
	//box-shadow: 17px 16px 0px #000;
	width: 100%;
	margin-bottom: 21px;
}

div#eventimage {
	float: none;
	width: 100%;
	margin: 10px auto;
}

#eventlist li div.content {
	width: 94%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 30px;
}

#event p {
	max-width: 99%;
	text-align: left;
}

#eventlist li {
	margin-bottom: 5px;
	overflow: auto;
	text-align: center;
}

div#edeetswrap {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 18px;
}

#link{
	display: block;
	width: 45px;
	float: none !important;
}

div#eicon {
	float: left;
	width: 15%;
	margin-right: 3%;
}

ul#eventlist p{
	text-align: center;
}

}

@media only screen and (max-width: 420px) {

#eventlist li.listitem:after{
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will center the border. */
    //width: 25%; /* This creates some space between the element and the border. */
   // border-bottom: 2px solid #97721C;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	//left: 37.5%;
}

}