/* Custom Gallery Post CSS */
.gallery-size {
	font-size:22px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:left;
	background-color:rgba(170, 255, 255, 1);
}
.gallery-post {
	height: auto ;
	width: 23%;
	margin:1%;
	color: #333;
	float:left;
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	overflow: hidden;
}
.gallery-post:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.gallery-post img {
	padding:0;
	margin:0;
	height:250px ;
	width:100% ;
	float:left;	
}
.gallery-post img:hover {
	box-shadow:20px rgba(0,0,0,0.6);
}
.gallery-post .title {
	position:absolute;
	bottom:0;
	  background: rgba(0, 0, 0, .7); /* Black see-through */
	  color: #f1f1f1; 
	  width: 100%;
	  transition: .5s ease;
	  opacity:0.8;
	  color: white;
	  font-size: 16px;
	  padding: 5% 2%;
	  text-align: center;
}
.gallery-post:hover .title {
  opacity: ;
  background-color:rgba(158, 255, 255, .7);
  color:#000;
  bottom:0;
  top:0;
  transition: .2s ease;
  font-size:20px;
  padding-top:35%;
}

/** Single Gallery Post  **/

.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery .title{
	font-size:22px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.single-gallery p img {
  margin: .8%;
  max-width:23%;
  height:200px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
}
.single-gallery p img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}



.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery ul{
	margin:0;
	padding:0;
	list-style: none;
}

.single-gallery li img {
  margin: .8%;
  width:23.2%;
  height:150px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
 float:left;
}
.single-gallery li img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}


/* Event CSS */
.event {
  float: left;
  width: 32%;
  margin: .5%;
  padding: 0 8px;
}
.event .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.event .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.event .card .top {
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 2px 5px #000;
	color:#fff;
	padding:5px;
	margin:2%;
	background-color:rgba(0, 0, 0, .6);
	top:0;
	position:absolute;
	border-radius:2px;
}
.event .card img{
	width:100%;
  height:250px;
}
.event .card .title a{
  font-size:20px;
	color:#000;
	font-weight:bold;
}
.event .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:1% 3%;
}
.event .card .decs{
	margin:0 4%;
	padding-bottom:10px;
	text-align:left;
}
.event .card .time-loc {
	padding:1% 3%;
	color:blue;
	text-align:left;
}

/** Single Events Post **/

.single-event {
	clear: both ;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align:justify;
}
.single-event .heading {
	color: #000;
	font-size: 26px;
	padding:0 ;
	margin:0;
	font-weight: bold;
}
.single-event .img img {
	width:100% ;
	height:auto;
	display:block;
	margin-top:3%;
	margin-bottom:3%;
	vertical-align:top;
}
.single-event img.alignright {
	float:right;
	margin:.5em 0 1em 1em;
}
.single-event img.alignleft {
	float:left;
	margin:.5em 1em 1em 0;
}
.single-event img.aligncenter {
	width:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.single-event p iframe {
	width:100%;
	height:400px;
}
.single-event small {
	font-size:12px;
}
/* Notification CSS */
.notifi {
  float: left;
  width: 98%;
  margin: .5%;
  padding: 0 8px;
}
.notifi .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:;
}
.notifi .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.notifi .card .top {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px 5px yellow;
	color:#000;
	padding:5px;
	margin:2%;
	background-color:rgba();
	border-radius:2px;
	float:left;
	width:120px;
	height:auto;
	border-right:2px solid blue;
}
.notifi .card .top h1{
	padding:0;
	margin:0;
	line-height:90%;
	font-size:36px;
}
.notifi .card img{
	width:100%;
  height:250px;
}
.notifi .card .title a{
  font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.notifi .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:2%;
	float:left;
	width:auto;
}
.notifi .card .decs{
	margin:4%;
	padding-bottom:10px;
	text-align:left;
}
/* Style buttons */
.notifi .btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  float: right;
  max-width: 100%;
  border-radius:4px;
  margin-top:2%;
}
.notifi .btn a {
	color: #fff;
}
/* Darker background on mouse-over */
.notifi .btn:hover {
  background-color: RoyalBlue;
}

/* SideBar Notification CSS */
.sid-notifi {
  float: none;
  width: 98%;
  margin: .5%;
  padding: 0 8px;
}
.sid-notifi .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.sid-notifi .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.sid-notifi .card .top {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px 5px yellow;
	color:#000;
	padding:5px;
	margin:2%;
	background-color:rgba();
	border-radius:2px;
	float:left;
	width:35%;
	height:auto;
	border-right:2px solid blue;
}
.sid-notifi .card .top h1{
	padding:0;
	margin:0;
	line-height:90%;
	font-size:22px;
	max-width:50%;
}
.sid-notifi .card img{
	width:100%;
  height:250px;
}
.sid-notifi .card .title a{
  font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.sid-notifi .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:2%;
	float:left;
	width:96%;
}
.sid-notifi .card .decs{
	margin:4%;
	padding-bottom:10px;
	text-align:left;
}
/* Style buttons */
.sid-notifi .btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  float:none;
  max-width: 100%;
  border-radius:4px;
  top:5px;
  right:5px;
  position:absolute;
}
.sid-notifi .btn a {
	color: #fff;
}
/* Darker background on mouse-over */
.sid-notifi .btn:hover {
  background-color: RoyalBlue;
}

/** ------------------------------ tablet layout --------------------- **/

@media screen and (max-width:720px){
/* Custom Gallery Post CSS */
.gallery-size {
	font-size:22px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.gallery-post {
	height: auto ;
	width: 31%;
	margin:0.8%;
	color: #333;
	float:left;
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	overflow: hidden;
}
.gallery-post:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.gallery-post img {
	padding:0;
	margin:0;
	height:200px ;
	width:100% ;	
}
.gallery-post img:hover {
	box-shadow:20px rgba(0,0,0,0.6);
}
.gallery-post .title {
	position:absolute;
	bottom:0;
	  background: rgba(0, 0, 0, .7); /* Black see-through */
	  color: #f1f1f1; 
	  width: 100%;
	  transition: .5s ease;
	  opacity:0.8;
	  color: white;
	  font-size: 16px;
	  padding: 5% 2%;
	  text-align: center;
}
.gallery-post:hover .title {
  opacity: ;
  background-color:rgba(158, 255, 255, .7);
  color:#000;
  bottom:0;
  top:0;
  transition: .2s ease;
  font-size:20px;
  padding-top:40%;
}
/** Single Gallery Post  **/

.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery .title{
	font-size:22px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.single-gallery p img {
  margin: .8%;
  max-width:31%;
  height:200px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
}
.single-gallery p img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}

.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery ul{
	margin:0;
	padding:0;
	list-style: none;
}

.single-gallery li img {
  margin: .8%;
  width:31%;
  height:150px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
 float:left;
}
.single-gallery li img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}

/* Event CSS */
.event {
  float: left;
  width: 48%;
  margin: .5%;
  padding: 0 8px;
}
.event .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.event .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.event .card .top {
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 2px 5px #000;
	color:#fff;
	padding:5px;
	margin:2%;
	background-color:rgba(0, 0, 0, .5);
	top:0;
	position:absolute;
	border-radius:2px;
}
.event .card img{
	width:100%;
  height:200px;
}
.event .card .title a{
  font-size:20px;
	color:#000;
	font-weight:bold;
}
.event .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:1% 3%;
}
.event .card .decs{
	margin:0 4%;
	padding-bottom:10px;
	text-align:left;
}
.event .card .time-loc {
	padding:1% 3%;
	color:blue;
	text-align:left;
}


/** Single Events Post **/

.single-event {
	clear: both ;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align:justify;
}
.single-event .heading {
	color: #000;
	font-size: 26px;
	padding:0 ;
	margin:0;
	font-weight: bold;
}
.single-event .img img {
	width:100% ;
	height:auto;
	display:block;
	margin-top:3%;
	margin-bottom:3%;
	vertical-align:top;
}
.single-event img.alignright {
	float:right;
	margin:.5em 0 1em 1em;
}
.single-event img.alignleft {
	float:left;
	margin:.5em 1em 1em 0;
}
.single-event img.aligncenter {
	width:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.single-event p iframe {
	width:100%;
	height:400px;
}
.single-event small {
	font-size:12px;
}

/* Notification CSS */
.notifi {
  float: left;
  width: 98%;
  margin: .5%;
  padding: 0 8px;
}
.notifi .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.notifi .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.notifi .card .top {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px 5px yellow;
	color:#000;
	padding:5px;
	margin:2%;
	background-color:rgba();
	border-radius:2px;
	float:left;
	width:30%;
	height:auto;
	border-right:2px solid blue;
}
.notifi .card .top h1{
	padding:0;
	margin:0;
	line-height:90%;
	font-size:28px;
}
.notifi .card img{
	width:100%;
  height:250px;
}
.notifi .card .title a{
  font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.notifi .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:2%;
	float:left;
	width:96%;
}
.notifi .card .decs{
	margin:4%;
	padding-bottom:10px;
	text-align:left;
}
/* Style buttons */
.notifi .btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
  float: right;
  max-width: 100%;
  border-radius:4px;
  top:2%;
  right:2%;
  position:absolute;
}
.notifi .btn a {
	color: #fff;
}
/* Darker background on mouse-over */
.notifi .btn:hover {
  background-color: RoyalBlue;
}
}

/** ------------------------ Mobile Landscap Layout ------------------------- **/
@media screen and (max-width:480px){
/* Custom Gallery Post CSS */
.gallery-size {
	font-size:20px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.gallery-post {
	height: auto ;
	width: 96%;
	margin:2 auto
	color: #333;
	float:left;
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	overflow: hidden;
}
.gallery-post:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.gallery-post img {
	padding:0;
	margin:0;
	height:250px ;
	width:100% ;	
}
.gallery-post img:hover {
	box-shadow:20px rgba(0,0,0,0.6);
}
.gallery-post .title {
	position:absolute;
	bottom:0;
	  background: rgba(0, 0, 0, .7); /* Black see-through */
	  color: #f1f1f1; 
	  width: 100%;
	  transition: .5s ease;
	  opacity:0.8;
	  color: white;
	  font-size: 16px;
	  padding: 5% 2%;
	  text-align: center;
}
.gallery-post:hover .title {
  opacity: ;
  background-color:rgba(158, 255, 255, .7);
  color:#000;
  bottom:0;
  top:0;
  transition: .2s ease;
  font-size:20px;
  padding-top:20%;
}
/** Single Gallery Post  **/

.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery .title{
	font-size:20px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.single-gallery p img {
  margin: .8%;
  max-width:47%;
  height:180px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
 
}
.single-gallery p img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}
.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery ul{
	margin:0;
	padding:0;
	list-style: none;
}

.single-gallery li img {
  margin: .8%;
  width:48%;
  height:150px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
 float:left;
}
.single-gallery li img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}
/* Event CSS */
.event {
  float: left;
  width: 98%;
  margin: 2% auto;
  padding: 0 8px;
}
.event .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.event .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.event .card .top {
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 2px 5px #000;
	color:#fff;
	padding:5px;
	margin:2%;
	background-color:rgba(0, 0, 0, .5);
	top:0;
	position:absolute;
	border-radius:2px;
}
.event .card img{
	width:100%;
  height:250px;
}
.event .card .title a{
  font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.event .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:1% 3%;
}
.event .card .decs{
	margin:0 4%;
	padding-bottom:10px;
	text-align:left;
}
.event .card .time-loc {
	padding:1% 3%;
	color:blue;
	text-align:left;
}

/** Single Events Post **/

.single-event {
	clear: both ;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align:justify;
}
.single-event .heading {
	color: #000;
	font-size: 26px;
	padding:0 ;
	margin:0;
	font-weight: bold;
}
.single-event .img img {
	width:100% ;
	height:auto;
	display:block;
	margin-top:3%;
	margin-bottom:3%;
	vertical-align:top;
}
.single-event img.alignright {
	float:right;
	margin:.5em 0 1em 1em;
}
.single-event img.alignleft {
	float:left;
	margin:.5em 1em 1em 0;
}
.single-event img.aligncenter {
	width:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.single-event p iframe {
	width:100%;
	height:400px;
}
.single-event small {
	font-size:12px;
}

/* Notification CSS */
.notifi {
  float: left;
  width: 98%;
  margin: .5%;
  padding: 0 8px;
}
.notifi .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.notifi .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.notifi .card .top {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px 5px yellow;
	color:#000;
	padding:5px;
	margin:2%;
	background-color:rgba();
	border-radius:2px;
	float:left;
	width:35%;
	height:auto;
	border-right:2px solid blue;
}
.notifi .card .top h1{
	padding:0;
	margin:0;
	line-height:90%;
	font-size:26px;
}
.notifi .card img{
	width:100%;
  height:250px;
}
.notifi .card .title a{
  font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.notifi .card .title {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:1%;
	float:left;
	width:98%;
}
.notifi .card .decs{
	margin:4%;
	padding-bottom:10px;
	text-align:left;
}
/* Style buttons */
.notifi .btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  float: right;
  max-width: 100%;
  border-radius:4px;
  top:2%;
  right:2%;
  position:absolute;
}
.notifi .btn a {
	color: #fff;
}
/* Darker background on mouse-over */
.notifi .btn:hover {
  background-color: RoyalBlue;
}
}

/** ------------------------ Mobile 320 Layout ------------------------- **/
@media screen and (max-width:320px){
/* Custom Gallery Post CSS */
.gallery-size {
	font-size:18px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.gallery-post {
	height: auto ;
	width: 96%;
	margin:2%;
	color: #333;
	float:left;
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	overflow: hidden;
}
.gallery-post:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}
.gallery-post img {
	padding:0;
	margin:0;
	height:220px ;
	width:100% ;	
}
.gallery-post img:hover {
	box-shadow:20px rgba(0,0,0,0.6);
}
.gallery-post .title {
	position:absolute;
	bottom:0;
	  background: rgba(0, 0, 0, .7); /* Black see-through */
	  color: #f1f1f1; 
	  width: 100%;
	  transition: .5s ease;
	  opacity:0.8;
	  color: white;
	  font-size: 16px;
	  padding: 5% 2%;
	  text-align: center;
}
.gallery-post:hover .title {
  opacity: ;
  background-color:rgba(158, 255, 255, .7);
  color:#000;
  bottom:0;
  top:0;
  transition: .2s ease;
  font-size:20px;
  padding-top:35%;
}
/** Single Gallery Post  **/

.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery .title{
	font-size:18px;
	font-weight:bold;
	margin:3% 0 0 0;
	padding:3% 0;
	text-align:center;
	background-color:rgba(170, 255, 255, 1);
}
.single-gallery p img {
  margin: .8%;
  max-width:98%;
  height:auto;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
}
.single-gallery p img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}
.single-gallery {
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.single-gallery ul{
	margin:0;
	padding:0;
	list-style: none;
}

.single-gallery li img {
  margin: .8%;
  width:98%;
  height:150px;
  border-radius: 4px;  /* Rounded border */
  box-shadow: 0 0 10px  rgba(0,0,0,0.2);
 transition: 0.3s;
 float:left;
}
.single-gallery li img:hover {
  box-shadow: 0 0 4px 4px rgba(0, 140, 186, 0.5);
}
/* Event CSS */
.event {
  float: left;
  width: 98%;
  margin: 2% auto;
  padding: 0 8px;
}
.event .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.event .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.event .card .top {
	font-size:16px;
	font-weight:bold;
	text-shadow: 1px 2px 5px #000;
	color:#fff;
	padding:5px;
	margin:2%;
	background-color:rgba(0, 0, 0, .6);
	top:0;
	position:absolute;
	border-radius:2px;
}
.event .card img{
	width:100%;
  height:200px;
}
.event .card .title a{
  font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.event .card .title {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:1% 3%;
}
.event .card .decs{
	margin:0 4%;
	padding-bottom:10px;
	text-align:left;
}
.event .card .time-loc {
	padding:1% 3%;
	color:blue;
	text-align:left;
}

/** Single Events Post **/

.single-event {
	clear: both ;
	width: 100%;
	font-size: 18px;
	color: #666;
	text-align:justify;
}
.single-event .heading {
	color: #000;
	font-size: 22px;
	padding:0 ;
	margin:0;
	font-weight: bold;
}
.single-event .img img {
	width:100% ;
	height:auto;
	display:block;
	margin-top:3%;
	margin-bottom:3%;
	vertical-align:top;
}
.single-event img.alignright {
	float:right;
	margin:.5em 0 1em 1em;
}
.single-event img.alignleft {
	float:left;
	margin:.5em 1em 1em 0;
}
.single-event img.aligncenter {
	width:90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}
.single-event p iframe {
	width:100%;
	height:250px;
}
.single-event small {
	font-size:12px;
}

/* Notification CSS */
.notifi {
  float: none;
  width: 98%;
  margin: .5%;
  padding: 0 8px;
}
.notifi .card {
  box-shadow: 0 4px 5px 5px rgba(0, 0, 0, 0.2);
  background-color:#fff;
  border-radius:2px;
  position:relative;
}
.notifi .card:hover {
  box-shadow: 0 0 4px 5px rgba(0, 140, 186, 0.5);
}
.notifi .card .top {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 2px 5px yellow;
	color:#000;
	padding:5px;
	margin:2%;
	background-color:rgba();
	border-radius:2px;
	float:left;
	width:35%;
	height:auto;
	border-right:2px solid blue;
}
.notifi .card .top h1{
	padding:0;
	margin:0;
	line-height:90%;
	font-size:22px;
	max-width:50%;
}
.notifi .card img{
	width:100%;
  height:250px;
}
.notifi .card .title a{
  font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
.notifi .card .title {
	font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:2%;
	float:left;
	width:96%;
}
.notifi .card .decs{
	margin:4%;
	padding-bottom:10px;
	text-align:left;
}
/* Style buttons */
.notifi .btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  float:none;
  max-width: 100%;
  border-radius:4px;
  top:5px;
  right:5px;
  position:absolute;
}
.notifi .btn a {
	color: #fff;
}
/* Darker background on mouse-over */
.notifi .btn:hover {
  background-color: RoyalBlue;
}
}