/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

.pp-custom-grid-post-title {
	
}


/*= General =================== */

/** General >> 1+ **/
.age-1 a {
	background-color: rgb(237, 41, 121);
}

/** General >> 2+ **/
.age-2 a {
	background-color: rgb(237, 41, 121);
}

/** General >> 3+ **/
.age-3 a {
	color: rgb(0, 0, 0);
	background-color: rgb(254, 225, 5);
}

/** General >> 4+ **/
.age-4 a {
	background-color: rgb(1, 167, 159);
}

/** General >> 5.+ **/
.age-5 a {
	background-color: rgb(0, 58, 238);
}

/** General >> 6+ **/
.age-6 a {
	background-color: rgb(140, 98, 57);
}

/** General >> 1.5+ **/
.age-1-5 a {
	background-color: rgb(255, 123, 172);
}

/** General >> 2.5+ **/
.age-2-5 a {
	background-color: rgb(247, 147, 31);
}

/** General >> 3.5+ **/
.age-3-5 a {
	background-color: rgb(123, 200, 67);
}

/** General >> 4.5+ **/
.age-4-5 a {
	background-color: rgb(64, 169, 245);
}

/** General >> 5.5+ **/
.age-5-5 a {
	background-color: rgb(180, 35, 142);
}

/** General >> Pp custom grid application **/
.pp-custom-grid .application {
	padding: 10px 10px 20px 10px;
	position: relative;
}

/** General >> read more **/
.pp-custom-grid-post-excerpt .read_more {
	color: rgb(0, 86, 216);
	font-size: 12px;
	text-transform: capitalize;
	background-color: rgb(244, 242, 242);
	padding: 0 5px 0 5px;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	right: 8px;
}

/** General >> Pp custom grid post text **/
.pp-custom-grid-post-text {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto';
	font-size: 14px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

/** General >> Pp custom grid post excerpt paragraph **/
.pp-custom-grid-post-excerpt p {
	font-weight: 300;
	height: 65px;
	min-height: 65px;
	max-height: 65px;
	clear: left;
	overflow: hidden;
}

/** General >> Pp custom grid col right heading 2 **/
.pp-custom-grid-col-right h2 {
	color: rgb(51, 51, 51);
	margin-top: 0;
	margin-bottom: 0;
}

/** General >> Pp custom grid col right **/
.pp-custom-grid-col-right {
	position: relative;
}

/** General >> Pp custom grid col right heading 5 **/
.pp-custom-grid-col-right h5 {
	color: rgb(0, 0, 0);
	margin-top: 0;
	margin-bottom: 0;
}

/** General >> taxonomy value **/
.pp-custom-grid-col-right span {
	font-weight: 300;
}

/** General >> Categories widget **/
.categories-widget .fl-node-content {
	font-size: 0.9em;
	line-height: 1em;
	font-weight: normal;
	text-transform: capitalize;
}

/** General >> Categories widget title **/
.categories-widget .widgettitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

/** General >> Single app col left **/
.single-app-col-left {
	text-align: left;
	float: left;
}

/** General >> Single app col right **/
.single-app-col-right {
	margin-left: 90px;
}

/** General >> Single app col right heading 5 **/
.single-app-col-right h5 {
	color: rgb(5, 5, 5);
	margin-top: 0;
	margin-bottom: 0;
}

/** General >> Single app col right heading 1 **/
.single-app-col-right h1 {
	font-size: 32px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 5px;
}

/** General >> Single app post content **/
.single-app-post-content {
	padding-right: 10px;
	margin-top: 20px;
}

/** General >> Logo image **/
.logo-image {
	float: left;
}

/** General >> Application pp custom grid post excerpt **/
.application .pp-custom-grid-post-excerpt {
	/* MT [ google_font: 1 ] */
	font-family: 'Roboto';
	color: rgb(5, 5, 5);
	font-size: 14px;
	font-weight: lighter;
	clear: left;
}

/** General >> Menu ages link **/
#menu-ages a {
	color: rgb(255, 255, 255);
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	width: 60px;
	max-width: 60px;
	height: 60px;
	max-height: 60px;
	padding: 20px 0 0 0;
	margin: 3px;
	border-radius: 100%;
}

