@charset "UTF-8";
/* CSS Document */

body {

font-family: 'PT Serif', serif;
}


#newswrapper{
	width:85%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}


.lft-eve{

	float:left;
	width:80%;
	margin-top:5%;
	margin-bottom:8%;
  
	
	
}


.rgt-eve{

	float:left;
	width:15%;
	margin-left:5%;
	margin-bottom:8%;
	margin-top:5%;

}


header nav ul li a{

	color:#000;

	text-decoration:none;

	font-size:14px;

	font-weight:normal;

	margin: 0 5px;

}
	
	/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/*this will control up to iphone 6+ in portrait*/
@media screen and (max-width: 750px){

	
	
.lft-eve{
	float:left;
	padding-bottom:30px;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-top:10%;

}
	
	
.rgt-eve{
	float:left;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}


	
}



