/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/

/*********************
HEADER STYLES
*********************/
.page-template-template-home-php .header {
	background-image: url(../images/header-color-800x358.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 144px;
}
.page-template-template-home-php #toplogo, .page-template-template-home-php #toplogo a {
	width: 250px;
	height: 106px;
}
.page-template-template-home-php #toplogo {
	margin: 15px auto -115px;
}
.page-template-template-home-php #toplogo a {
    background: transparent url(../images/webunc-logo-tablet.png) center center no-repeat;	
    margin: 0 auto;
    display: block;
}


/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1 {
  font-size: 3.0em;
}

/* Support taxonomy header & News post header h2's  */
.category-news h2,
h2.single-cat-title,
h2.single-title{
  /* font-weight: 600; */
}

.category-news h2{
	font-size: 1.75em;
	font-weight: 400;
}

/*********************
MAIN SECTION STYLES
**********************/
#inner-content {
	min-height: 500px;	
}

/*********************
POSTS & CONTENT STYLES
*********************/
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

/*********************
SEARCH STYLES
*********************/
#search-submit { /* the button—base btn styles in main.css */
 font-size: 1.0em;
} 
  
/*********************
SUPPORT & TRAINING LANDING PAGE
*********************/
section.support-grid .support-box{
	margin-right: 6.666%;
	width: 43.334%;
	height: 175px;
	position: relative;
}

section.support-grid .support-box:last-child{
	border-bottom: 2px solid #b8b8b8;
}

section.support-grid .support-box a.more{
	position: absolute;
	bottom: 15px;
}
.forum-grid .freshness {
	display: block;
}

/*********************
SHOWCASE LANDING PAGE
*********************/
/* FlexSlider for Showcase items */
section.showcase-grid .support-box{
	margin-right: 6.666%;
	width: 43.334%;
	height: 175px;
	position: relative;
}

section.showcase-grid .support-box:last-child{
	border-bottom: 2px solid #b8b8b8;
}

section.showcase-grid .support-box a.more{
	position: absolute;
	bottom: 15px;
}

/* Showcase Template */
.showcase-grid{
	display: table;
}

.showcase-grid .row{
	display: table-row;
}

.showcase-grid .cell{
	margin-right: 3.3333%;
	float: left;
	display: table-cell;
}

.showcase-grid .cell h2{
	margin: 0;
}

.showcase-grid .cell img{
	margin: 0; 
}

/*********************
SHOWCASE ARCHIVE (TAXONOMY CUSTOM TEMPLATE)
*********************/
article.showcase_item{
	margin: 6.666% 0;
}

figure.showcase-thumb{
	float: left;
	width: 24.40678%;
	margin-right: 3.333%;
}

figure.showcase-thumb img{
	width: 100%;
	height: auto
}

section.showcase-list-item{
	float: left;
	width: 72.26022%;
}

section.showcase-list-item h3{
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

/*** Signup Page ***/
.signup-page .suffix_address {
	font-size: 24px;
}
.signup-page.mu_register #blogname {
	padding-right: 212px;
	line-height: 36px;
	font-size: 24px;
}
#forum-search .text {
	width: 72%;
}
li.bbp-forum-info, 
li.bbp-topic-title {
	width: 65%;
}
li.bbp-forum-freshness, 
li.bbp-topic-freshness {
	display: block;
	width: 25%;
}