/*
   Theme Name: Metric Child Theme
   Theme URI: http://www.studiopress.com/themes/metric
   Description: Metric is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
   Author: StudioPress
   Author URI: http://www.studiopress.com/

   Version: 1.0.2
   
   Template: genesis
    Template Version: 1.8
   
   License: GNU General Public License v2.0
   License URI: http://www.opensource.org/licenses/gpl-license.php
   */

/* fallback */

#inner {
   width: 1170px;
   margin: 20px auto 20px;
   padding: 0;
   overflow: hidden;
}

.metric #inner {
   margin: 0;
}

.searchform {
   position: relative;
}

.search-input {
   position: relative;
   width: 100%;
   border-radius: 0;
   box-shadow: none;
   min-height: 40px;
   padding: 0 10px;
}

.searchsubmit {
   position: absolute;
   right: 0;
   top: 0;
   background: #8142ea;
   text-transform: uppercase;
   color: #fff;
   font-size: 13px;
   border-radius: 0px;
   padding: 9px 12px;
}

.gch-header-image {
   margin: 0 auto;
   text-align: center;
}

.gch-header-image-inner {
   display: inline-block;
   position: relative;
}

.gch-header-image-inner img {
   vertical-align: top;
}

.gch-caption {
   bottom: 0px;
   position: absolute;
   text-align: right;
   width: 100%;
}

.gch-caption-inner {
   background: rgba(0, 0, 0, .4);
   color: #fff;
   padding: 10px 20px;
}
