/*  MICROTHEMER STYLES  */


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

/** General >> Undefined sticky wrapper image **/
#undefined-sticky-wrapper img {
	text-shadow: 0 0 rgb(255, 255, 255) !important;
	width: 150px !important;
	height: 150px !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-radius: 1px !important;
}

/** General >> Site wrapper footer **/
.site-wrapper .footer {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/** General >> Site wrapper elementor 34 **/
.site-wrapper .elementor-34 {
	padding-bottom: 0 !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {

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

	/** General >> Undefined sticky wrapper image **/
	#undefined-sticky-wrapper img {
	width: 120px !important;
	height: 120px !important;
}


}


/*( < 980 )*/
@media (max-width: 979.98px) {

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

	/** General >> Undefined sticky wrapper image **/
	#undefined-sticky-wrapper img {
	width: 100px !important;
	height: 100px !important;
}

	/** General >> Site wrapper footer **/
	.site-wrapper .footer {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

	/** General >> Site wrapper elementor 34 **/
	.site-wrapper .elementor-34 {
	padding-bottom: 0 !important;
}


}


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

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

	/** General >> Undefined sticky wrapper image **/
	#undefined-sticky-wrapper img {
	width: 120px !important;
	height: 120px !important;
}


}

