/*  MICROTHEMER STYLES  */


/*= Home Page Hover Effect Lily = */

/** Home Page Hover Effect Lily >> Single line break **/
.single_inside_content br {
	
}

/** Home Page Hover Effect Lily >> Effect lilly **/
.effect-lily {
	
}

/** Home Page Hover Effect Lily >> Effect lilly image **/
.effect-lily img {
	
}

/** Home Page Hover Effect Lily >> Effect lilly image : Hover **/
.effect-lily:hover img {
	
}

/** Home Page Hover Effect Lily >> Effect lilly figure caption **/
.effect-lily .effect-lily-cap {
	
}

/** Home Page Hover Effect Lily >> Figure caption div **/
.effect-lily .effect-lily-cap > div {
	
}

/** Home Page Hover Effect Lily >> Effect lily heading 2 **/
.effect-lily h2 {
	
}

/** Home Page Hover Effect Lily >> Effect lily heading 2 : Hover **/
.effect-lily:hover h2 {
	
}

/** Home Page Hover Effect Lily >> Effect lily paragraph **/
.effect-lily p {
	
}

/** Home Page Hover Effect Lily >> Effect lily paragraph : Hover **/
.effect-lily:hover p {
	
}

/** Home Page Hover Effect Lily >> Single paragraph:(1) **/
.single_inside_content > p:nth-of-type(1) {
	
}

/** Home Page Hover Effect Lily >> Code:(1) paragraph **/
.single_inside_content > code:nth-of-type(1) > p {
	
}

/** Home Page Hover Effect Lily >> Effect box **/
.effect-box {
	
}

/** Home Page Hover Effect Lily >> Effect lily paragraph _2 **/
.effect-lily > p {
	
}

/** Home Page Hover Effect Lily >> Effect Cont **/
.effect-cont {
	
}

/** Home Page Hover Effect Lily >> Paypal donations image **/
.paypal-donations img {
	
}

/** Home Page Hover Effect Lily >> Remove Unwanted Paragraphs **/
.effect-cont > p {
	
}


/*= Pages ===================== */

/** Pages >> Sponsor **/
.sponsor_slide {
	height: auto !important;
	max-height: 60px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transition: .2s ease-in !important;
	transition: .2s ease-in !important;
	transform: translateX(-50%) translateY(-50%) !important;
}


/*= Comments ================== */

/** Comments >> No Comments **/
.nocomments {
	
}


/*= Footer ==================== */

/** Footer >> Footer **/
#footer {
	
}

/** Footer >> Paypal donations [type="image"] **/
.paypal-donations [type="image"] {
	
}

/** Footer >> Paypal donations [type="image"] : Hover **/
.paypal-donations [type="image"]:hover {
	
}


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

	/*= Pages ===================== */

	/** Pages >> Shop Images **/
	.home_prod_box img {
	
}


	/*= Footer ==================== */

	/** Footer >> Paypal donations [type="image"] **/
	.paypal-donations [type="image"] {
	
}

	/** Footer >> Paypal donations [type="image"] : Hover **/
	.paypal-donations [type="image"]:hover {
	
}


	/*= Home Page Hover Effect Lily = */

	/** Home Page Hover Effect Lily >> Effect box **/
	.effect-box {
	
}

	/** Home Page Hover Effect Lily >> Effect box last **/
	.effect-cont:nth-last-child(1) .effect-box:nth-last-child(1) {
	
}

	/** Home Page Hover Effect Lily >> Remove Top Margin From Last Effect Cont **/
	.effect-cont:nth-last-child(1) {
	
}


}

