/*
Theme Name: WP Rank It - CHILD
Theme URI: http://www.theproperweb.com/
Description: A Product Hunt-like WordPress theme to rank submitted content
Version: 1.0.0
Author: PROPER Web Development
Author URI: http://www.theproperweb.com/
Template: rank-it-wp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-rank-it-child

*/

/*
All CSS files can be found in the assets/css directory
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700);

.wpri-email-field {
	color: #999;
	border-radius: 25px;
	padding: 0 4px 2px 3px;
	border: 1px solid #999;
	display: inline-block;
	line-height: 1em;
}

body, a, a:visited {
	color:#472d06;
}

.sticky-nav .site-header {
	background:url(images/fur.svg) bottom repeat-x;
	background-size:100%;
}

.sticky-nav .main-content {
	padding-top:140px;
}

header .inner-wrapper, .sticky-nav .site-header .inner-wrapper {
	background:none;
	padding-bottom:14px;
}





.navigation a, .navigation a:visited {
	color:#fff;
}

.site-branding {
	background:#e95200;
	font-family: "Montserrat Alternates"
}

.site-branding a {
	display:block;
	padding:14px 0 14px 50px;
	background:url(images/eye.svg) center left no-repeat;
	background-size:60px;
	color:#FFF;
	font-size:28px;
}

.voted.wprmi-vote-box {
	color:#e95200
}

.site-footer .inner-wrapper p {
	width:100%;
	float:none;
}

footer {
	text-align:center;
	padding-top:80px;
	background:url(images/aphunt.svg) center top no-repeat;
	background-size:80px;
	margin-top:40px;
}

footer.site-footer .inner-wrapper {
	background:none;
	padding-top:20px;
}

#viglink {
	margin-top:20px;
	display:block;
}