/**
 * Current UTRF TechPress plugin frontend overrides.
 *
 * Styles for the innovator/technology button, available-technologies grid,
 * latest-technologies query loop, and single-innovator template markup
 * rendered by the utrf-techpress plugin. Moved verbatim from the theme
 * Customizer's Additional CSS — not yet cleaned up, see ROADMAP.md.
 *
 * @package    UTRF_Extensions
 * @subpackage TechPress
 * @category   Frontend_Styles
 * @author     David W. Couch <http://wadellc.co>
 * @version    1.0.0
 * @since      1.0.0
 */

.utrf-technology .utrf-innovator .button{
	font-size: .5rem;
	padding: 5px 10px;
	margin-top: 10px;
}

/* UTRF TechPress
 * Avaialbale Technologies Section */
div.utrf_tech_cat div.utrf_tech_cat_name {
  background-color: rgba(255,255,255, .75);
  border-bottom: 0;
  color: white;
  font-size: 120%;
  left: 50%;
  margin: 10px auto;
  max-width: 100%;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.2;
  color: teal;
}

div.utrf_tech_grid .utrf_tech_cat_link {
  line-height: unset;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 93%;
	width: 93%;
}

/* Latest Technologies - Query Loop */
.wp-block-query ul.wp-block-post-template{
	margin-left: 0px;
}
.wp-block-query ul.wp-block-post-template li.technologies{
	list-style-type:none;
}
.wp-block-query ul.wp-block-post-template li.technologies h5{
	font-size:1.5rem;
}
.wp-block-query ul.wp-block-post-template li.technologies h5 a{
	text-decoration: none;
	border-bottom: 0px;
	line-height: 1.7;
}

/* UTRF TechPress
 * Innovator Template */
body.single-innovator .utrf-technology ul{
	margin:0;
}

body.single-innovator .utrf-technology ul li{
  list-style-type:none;
	margin:0;
	padding: 10px 0;
}

body.single-innovator .utrf-technology ul li a{
  text-decoration:none;
	border: 0;
}

body.single-innovator .utrf-technology ul li a img{
  margin-right:10px;
}

body.single-innovator .utrf-technology ul li a.wp-block-latest-posts__post-title{
  border-bottom: 1px solid;
	font-weight:bold;
}

body.single-innovator .utrf-technology ul li a.more-link{
  border-bottom: 0px solid;
	font-weight:bold;
}
