/*  MICROTHEMER STYLES  */


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

/** General >> Heading 2 span:(1) **/
h2 > span:nth-of-type(1) {
	font-size: 26px !important;
}

/** General >> Content site main **/
#content > .site-main {
	padding: 0 100px 5px 100px !important;
}

/** General >> Content widget area **/
#content > .widget-area {
	padding-top: 24px !important;
}

/** General >> Nav menu 17 **/
#nav_menu-17 {
	
}

/** General >> Text 4 mashpw inner **/
#text-4 .mashpw-inner {
	
}

/** General >> Site title link **/
.site-title > a {
	font-size: 24px !important;
	width: 341px !important;
}

/** General >> Content entry title **/
#content .entry-title {
	font-size: 26px !important;
	padding-bottom: 3px !important;
}

/** General >> Page heading 2 **/
.page h2 {
	font-size: 24px !important;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

/** General >> Content article **/
#content article {
	padding-top: 0 !important;
	margin-top: 5px !important;
}

/** General >> Dpe fp widget 2 floatton article **/
#dpe_fp_widget-2 .floatton-article {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** General >> Content entry content **/
#content .entry-content {
	margin-top: 2px !important;
}

/** General >> Content code block 9 **/
#content .code-block-9 {
	color: rgb(0, 0, 255) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	background-color: rgb(255, 255, 255) !important;
	margin-top: 3px !important;
	margin-bottom: 0 !important;
}

/** General >> Content widget title **/
#content .widget-title {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

/** General >> Wp embed responsive site header **/
.wp-embed-responsive > .site-header {
	background-color: rgb(43, 94, 140) !important;
	margin-top: -30px !important;
	margin-bottom: 0 !important;
}


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

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

	/** General >> Content site main **/
	#content > .site-main {
	padding-top: 0 !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

	/** General >> Content entry title **/
	#content .entry-title {
	font-size: 18px !important;
	padding-bottom: 5px !important;
}

	/** General >> Page heading 2 **/
	.page h2 {
	
}

	/** General >> Heading 2 span:(1) **/
	h2 > span:nth-of-type(1) {
	font-size: 18px !important;
}

	/** General >> Wp embed responsive site header **/
	.wp-embed-responsive > .site-header {
	margin-top: -30px !important;
}


}

