/*
 Theme Name:   Hive Child
 Theme URI:    https://pixelgrade.com/demos/hive/
 Description:  Hive Child Theme
 Author:       Dale Painter
 Author URI:   http://dalepainter.com
 Template:     hive
 Version: 		 1.2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hive-child
*/

/* Global | Links, Buttons, Form Elements
	 ===================================== */
h4{
	margin-bottom: 15px;
}
a{
  color: #0071ce;
  text-decoration: none;
}
.site-main a:hover,
.site-main a:focus{
  color: #0071ce;
}
.site-main a:visited{
	color: #4ac9e3;
}
/* Typography | Headers
	 ===================================== */
/* Header, Branding
	 ===================================== */
.site-header{
	text-align: left;
}
.site-branding {
  margin-bottom: 2.25em;
  margin-top: 2.75em;
}
/* Press Kit | List Styles
	 ===================================== */
.section{
	width: 100%;
	margin-bottom: 30px;
}
.three-col-list{
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.three-col-list li{
	float: left;
	width: 28%;
	margin-right: 5%;
}
.three-col-list:after{
	content: '';
	clear: both;
}
.contact-list{
	list-style: none;
	margin: 0 0 30px 0 !important;
	padding: 0;
}
.contact-list li{
	margin: 0;
	padding: 0 0 10px 0;
	color: #444;
}
.three-col-list li img{
	margin-bottom: 15px;
}
clearfix{
	clear: both;
}
div#infinite-footer{
	background: #555555;
	height: 75px;
	padding: 15px 0
}
div#infinite-footer .blog-info, 
div#infinite-footer .blog-credits {
  color: #8c888c;
  display: table-cell;
  float: none;
  font-size: 0.875em;
  line-height: 1.71429;
  line-height: normal;
  vertical-align: middle;
  width: auto;
}
.foot-extras{
	float: left;
	margin-right: 10px;
}
.foot-text{
	float: left;
}
.copyright,
.pending{
	display: block;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0 0 5px 0;
}
.single .featured-portrait .entry-title, .page .featured-portrait .entry-title {
    position: relative;
    background: transparent;
    padding-right: 0.44444em;
    padding-top: 0.22222em;
    padding-bottom: 0.22222em;
}
