
         @charset "utf-8"; 
/* CSS Document */ 
.wpresp{
	border:none;
	background:none;
	padding:5px;
  margin-bottom:5px;
  text-align:left 
	}
	.thumbdiv{
	    width: 100%; margin: 0 auto; text-align: center;	
		
		
		} 
#wpre{
	position:relative;
	float:left;
	clear:both;
	width:100%
	}
	.wpres:hover
	{
-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0, 0, 0, 0.18);
-moz-box-shadow:    inset 0px 0px 24px 0px rgba(0, 0, 0, 0.18);
box-shadow:         inset 0px 0px 24px 0px rgba(0, 0, 0, 0.18);

-webkit-transition: all 1s; /* Safari */
    transition: all 1s;	z-index:1;
	}
.wpres{ 
border:1px solid #ccc;
margin-right: -1px;
background-color:eeeeee;
-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
	z-index:0;
  margin-bottom:13px; 
  text-align:left ;
  position: relative;
  float: left;
  min-height:378px; padding:14px;
   

} 
.attachment-thumbnail{vertical-align: top;
  position: relative;
  margin: 10px;
  border:1px solid #ccc;
   
   
  }
  .wpar{
	  word-wrap: break-word;
	    border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 13px 0;min-height: 64px;   
	 
	  }
.wpresh3{ 
color:1577d2  ;  font-size: 18px;
 text-align:center; min-height:33px;   
    }
.wpresh32{ 
color:1577d2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
 text-align:center; min-height:33px;   
    
    }
	.lnk{
	color:red; 
	font-weight:bolder;
	 position:absolute; bottom:0; left:14px
	
	}
	.wpdate2{font-style: italic; font-size:13px; float:left;}
	.wpdate{font-style: italic; font-size:13px; float:right;
	 position:absolute; bottom:0; right:14px
	} 
.wpresh2, .wpreh2,.block .wpreh2, .block .wpresh2{ 
color:000000;     
    } 
    #presscol{ 
    overflow:hidden; 
    height:250px     
    } 
    #vmarquee{    height:250px    } 
    .wlist{ 
         display: block; 
padding: 7px 11px 5px 22px; 
color: #333; 
    }
   @media screen and (max-width: 900px){
   embed, iframe, object, video
{max-width: 100%;}  
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}   
.gallery .gallery-icon img {
height: auto;
 max-width: 90%; 
padding: 5%;
}
}