/*
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/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-rank-it
Template: rank-it-wp
*/

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

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

/* Che Modification 14 Sep 2018 */
textarea#wpri-excerpt {
    height: 300px !important;
}
/* Che Modification 11 Oct  2018. Hide Submit Link */
.submit-menu-item {
    display: none !important;
}

.loop-listing-wrap .excerpt p{
	margin:10px !important;
}
/* Che Modification 27 Nov 2019 */
.score:before {
  /* content: "2"; */
}
a {
    color: #35a519;
}