/*
Theme Name: CA Technologies: Insight Center
Description: Wordpress template for CA Technologies: Insight Center.
Version: 1.7.0
Author: John McNeil Studio
Author URI: http://www.johnmcneilstudio.com/
Tags: white, two-columns

*/

/* Overrides the same in  */


@media handheld, screen and (max-width: 962px){
	.featured-post-bg .featured-post-overlay .featured-post-text {
  		margin-top: 75px;
  		padding: 50px 0;
  		height: 445px;
	}
}

@media handheld, screen and (max-width: 707px){
	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story .featured-story-title {
  		font-size: 50px;
  		line-height: 1em;
	}
	/*
	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story-meta .featured-story-meta-item {
  		display: table-cell;
  		padding: 0 10px;
  		vertical-align: middle;
  		font-size: 12pt;
	}
	*/
}




@media handheld, screen and (max-width: 640px){
	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story .featured-story-title {
  		font-size: 44px;
  		line-height: 1em;
	}

	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story-meta .featured-story-meta-item {
  		display: table-cell;
  		padding: 0 10px;
  		vertical-align: middle;
  		font-size: 13pt;
	}
}

@media handheld, screen and (max-width: 380px){

	.featured-post-bg .featured-post-overlay .featured-post-text {
		margin-top: 45px;
  		padding: 50px 0;
  		height: 445px;
	}


	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story .featured-story-title {
  		font-size: 40px !important;
  		line-height: 1em !important;
	}

	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story-meta .featured-story-meta-item {
  		display: table-cell;
  		padding: 0 5px;
  		vertical-align: middle;
  		font-size: 11pt;
	}


	.featured-post-bg .featured-post-overlay .featured-post-text .featured-story .featured-story-sub {
  		font-size: 13.2pt;
  		font-weight: lighter;
  		margin: 20px 0;
	}

}




/* WordPress Required Styles */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.sticky {
  background: #f7f7f7;
  padding: 0 10px 10px;
}
  
.sticky h2 {
  padding-top: 10px;
}