/*  MICROTHEMER STYLES  */


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

/** General >> Sub menu link **/
.sub-menu a {
	
}

/** General >> donation button **/
.give-donation-level-btn {
	color: rgb(255, 255, 255) !important;
	font-size: 24px !important;
	background-color: rgb(60, 184, 121) !important;
	border-color: rgba(0, 0, 0, 0) !important;
	border-width: 0 !important;
}

/** General >> Give currency symbol **/
.give-currency-symbol {
	color: rgb(255, 255, 255) !important;
	font-size: 24px !important;
	background-color: rgb(60, 184, 121) !important;
	border-width: 0 !important;
}

/** General >> Give amount **/
#give-amount {
	color: rgb(17, 85, 149) !important;
	font-size: 20px !important;
	text-align: center !important;
	width: 160px !important;
	min-width: 150px !important;
	border-color: rgb(60, 184, 121) !important;
}

/** General >> Give btn **/
.give-btn {
	font-size: 18px !important;
}

/** General >> Give btn reveal **/
.give-btn-reveal {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(17, 85, 149) !important;
	border-width: 0 !important;
}

/** General >> .tent > div **/
.tent > div {
	position: relative !important;
	z-index: 1 !important;
}

/** General >> .menu a **/
.menu a:hover {
	transform: translateY(-3px) !important;
}
.menu a {
	-webkit-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}
.menu > li > a {
	color: #fff !important;
	display: block !important;
	text-align: center !important;
	text-decoration: none !important;
}
.menu ul {
	background: #ddd !important;
	height: 0 !important;
	left: 0 !important;
	opacity: 0 !important;
	position: absolute !important;
	-webkit-transition: all .5s ease !important;
	transition: all .5s ease !important;
	top: 35px !important;
	width: 100% !important;
}
.menu li:hover ul {
	opacity: 1 !important;
	transform: translateY(0) !important;
}
.menu ul a {
	display: block !important;
}

/** General >> .give-form-title **/
.give-form-title {
	color: rgb(19, 90, 124) !important;
	font-size: 24px !important;
	line-height: normal !important;
}

/** General >> .uabb-ih-hover .uabb-ih-info-back **/
.uabb-ih-hover .uabb-ih-info-back {
	border-radius: 20px !important;
}

/** General >> a .fl-heading-text:hover **/
a .fl-heading-text:hover {
	
}

/** General >> .rpwe-title > a **/
.rpwe-title > a {
	font-size: 16px !important;
	font-weight: 100 !important;
}

/** General >> #rpwe_widget-2 .rpwe-alignleft **/
#rpwe_widget-2 .rpwe-alignleft {
	height: 60px !important;
}

/** General >> #fl-post-175 .uabb-blog-post-content **/
#fl-post-175 .uabb-blog-post-content {
	width: 400px !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** General >> #fl-post-175 .uabb-blog-post-content **/
	#fl-post-175 .uabb-blog-post-content {
	width: 300px !important;
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> #fl-post-175 .uabb-blog-post-content **/
	#fl-post-175 .uabb-blog-post-content {
	width: 300px !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> #fl-post-175 .uabb-blog-post-content **/
	#fl-post-175 .uabb-blog-post-content {
	width: 300px !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General >> #fl-post-175 .uabb-blog-post-content **/
	#fl-post-175 .uabb-blog-post-content {
	width: 300px !important;
}


}

