﻿.bg-container {
	background-color: #F2F2F3;
	padding-top: 62px;
}
.fr-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.fr-img-box {
	width: 291px;
	height: 291px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.fr-container .col {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.fr-item {
	margin-bottom: 25px;
	padding: 10px 20px 30px;
	background: #FFFFFF;
	border: 1px solid #F9F9FA;
	box-sizing: border-box;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);	
}
.fr-item .tape {
	transform: translateX(-50%) rotate(15deg);
	left: 50%;
	top: 10px;
}
.fr-name h1 {
	color: #CB2AA0;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	margin-top:30px;
}
.fr-pic {
	border-radius: 5px;
}
.fr-img {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;	
}
.fr-details {
	margin:  0 10px 20px;
}
.fr-details h4 {
	color: rgb(100,100,100);
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 10px;
	height: 60px;
}
.fr-ownername, .fr-text-wrapper {
	display: none;
}
.fr-details .g-btn-link {
	padding-right: 0px;
}
.fr-text-wrapper p {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5;
    height: 95px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-background-clip: content-box;
}
.fr-details .fr-meter {
	height: 50px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	background: white;
	border: 2px solid #808083;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	line-height: 2;
	padding: 5px;
}
.fr-meter span {
	display: block;
	height: 100%;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: #874EA1;
	background-image: linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
	position: relative;
	overflow: hidden;
	color: white;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	min-width: 40px;
}
.fr-meter span p {
	margin: 8px 0 0 0;
	font-size: 16px;
}
.fr-goal {
	height: 45px;
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.fr-goal h4 {
	font-family: Everygirl-Regular;
	color: #CB2AA0;
	font-size: 30px;
	line-height: 29px;
}
.fr-pager-nav {
	text-align: center;
	padding-top: 40px;
}
.fr-pager {
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
}
.fr-pager .g-btn i {
	padding-left: 7px;
}
.fr-details .daysleft {
	padding-top: 40px;
	padding-bottom: 40px;
	color: rgba(0, 179, 153, 1);
	text-align: center;
	font-size: 20px;
	height: 30px;
}
.overflow-text p {
}
.search-controls {
	display: flex;
	max-width: 515px;
	margin-bottom: 40px;
	height: 48px;
}
.search-controls .g-btn {
	font-size: 18px;
	padding: 5px 30px;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
}

.search-controls .g-btn i {
	font-size: 18px;
	padding-right: 8px;
}
h4.search-lbl {
	font-family: Avenir-Heavy;
	font-size: 18px;
	color: #C5299B;
	padding-left: 10px;
}
.fund-header h1.find-fund {
	font-family: Clarendon;
	color: #7A4692;
	font-size: 44px;
	padding-bottom: 10px;
}
.fund-header h1.find-fund span {
	font-family: Everygirl-Script;
	color: #C5299B;
}
.fund-header p {
	max-width: 525px;
	font-size: 26px;
	color: #4D4D4F;
}
.search-controls input.g-search-input {
	border: 2px solid #CB2AA0;
	box-shadow: none;
	border-radius: 4px;
	font-size: 16px;
	padding-left: 7px;
	color: #4D4D4F;
}
.search-controls input.g-search-input:focus {
	border: 2px solid #6E3F83;
	outline: none;
}
.fr-empty {
	text-align: center;
	padding: 30px 0px;
}
.fr-empty img {
	padding: 30px 0px;
}
.fr-empty h3 {
	font-size: 30px;
	color: #4D4D4F;
	
}
.fr-empty p {
	font-size: 20px;
	color: #4D4D4F;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.fr-item {
		margin: 10px 10px 0;
		padding: 10px 20px 15px;
	}
}
/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {
	.fr-item {
		margin: 10px 10px 20px;
		padding: 10px 5px 15px;
	}
	.search-controls .g-btn {
		margin-left: -3px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.fund-header {
		text-align: center;
	}
	.cta-upper h4 {
		line-height: 55px;
	}

}