/*!
Theme Name: Minnow Child
Theme URI: http://laurahilliger.com/wp-content/themes/minnow-child/
Author: Laura Hilliger
Author URI: http://laurahilliger.com/
Template:     minnow
Description: Minnow is designed to put your social presence front and center by displaying your social links menu prominently below the site title and logo, so readers can easily find you on your favorite social networks.
Version: 1.0.6
Text Domain: minnow
Domain Path: /library/languages/
Tags: blog, tumblelog, lifestream, music, journal, light, minimal, modern, clean, professional, simple, white, gray, one-column, right-sidebar, fixed-layout, responsive-layout, custom-colors, custom-menu, custom-background, infinite-scroll, editor-style, post-formats, sticky-post, translation-ready, rtl-language-support, threaded-comments, site-logo

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Minnow WordPress Child Theme, Copyright cc-by Laura Hilliger
Minnow is distributed under the terms of the GPLv2
*/

 @import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
 
.icon {
	color:#666;
	font-size:1.2em;
}

.site-title a {
    font-family: "Raleway",sans-serif;
    text-transform: none;
    font-size: 1em;
    font-weight:300;
	}
	    
.site-title a.hover {
color: #FFF;
    }
    
.home .entry-header{
	display:none;
}
.home .site-content{
	margin:0em auto;
}

.portfolio {
	width:100%;
}

.portfolio-item{
	width:49%;
	padding:2%;
	float:left;

}
.patron-button{
	background-color: #F96854;
	border: 2px solid #F96854;
	border-radius: 3px;
	box-sizing: border-box;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 1rem !important;
	font-weight: 700;
	padding: 1rem 1.5rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 300ms cubic-bezier(0.19,1,0.22,1);
	width:51%;
}