/*  MICROTHEMER STYLES  */


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

/** General >> Site navigation col sm 12 **/
#site-navigation .col-sm-12 {
	height: 0 !important;
}

/** General >> Panel 5 1 0 0 widget title **/
#panel-5-1-0-0 .widget-title {
	padding-top: 0 !important;
	padding-bottom: 5px !important;
}

/** General >> Panel 5 1 0 0 so widget image **/
#panel-5-1-0-0 .so-widget-image {
	padding-bottom: 15px !important;
}

/** General >> Panel 5 1 1 0 so widget image **/
#panel-5-1-1-0 .so-widget-image {
	padding-bottom: 15px !important;
}

/** General >> Panel 5 1 0 1 so widget image **/
#panel-5-1-0-1 .so-widget-image {
	padding-bottom: 15px !important;
}

/** General >> Panel 5 1 1 1 so widget image **/
#panel-5-1-1-1 .so-widget-image {
	padding-bottom: 15px !important;
}

/** General >> Panel 5 1 2 1 so widget image **/
#panel-5-1-2-1 .so-widget-image {
	padding-bottom: 15px !important;
}

/** General >> Panel 5 0 0 0 _2 **/
#panel-5-0-0-0 {
	font-size: 20px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: -25px !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}

/** General >> Panel 212 0 0 0 **/
#panel-212-0-0-0 {
	border-top-style: hidden !important;
	border-right-style: hidden !important;
	border-bottom-style: hidden !important;
	border-left-style: hidden !important;
}


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

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

	/** General >> Header nav wrapper row **/
	.header-nav-wrapper .row {
		height: 0 !important;
	}

	/** General >> Panel 212 0 0 0 **/
	#panel-212-0-0-0 {
		border-top-style: hidden !important;
		border-right-style: hidden !important;
		border-bottom-style: hidden !important;
		border-left-style: hidden !important;
	}
}

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

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

	/** General >> Header nav wrapper row **/
	.header-nav-wrapper .row {
		width: 0 !important;
		height: 0 !important;
	}
}