/*** Microthemer Styles ***/

/* =Body
-------------------------------------------------------------- */
/* Submit Button */
 div#wpcf7-f6-o1 input.wpcf7-submit {
	background-color: rgb(8, 19, 173) !important;
	padding-top: 10px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
}
/* Need Support Font Edit */
 div#kode-parallax-wrapper-4 p {
	font-size: 17px !important;
}
/* Support H1 */
 div#kode-parallax-wrapper-4 h1 {
	font-size: 36px !important;
}

/* =Header
-------------------------------------------------------------- */
/* THeader */
 div.header-8 {
	background-color: rgb(8, 19, 173) !important;
	height: 90px !important;
}
/* Logo Edit */
 div.logo img {
}

/* =Footer
-------------------------------------------------------------- */
/* Footer BG */
 footer#footer1 div.footer-medium {
	background-color: rgb(216, 0, 0) !important;
}
/* Blog Footer Text Color */
 div#recent-posts-3 a {
	color: rgb(0, 0, 0) !important;
}
/* Footer H3 Color */
 div.kode-widget h3.widget-title {
	color: rgb(0, 0, 0) !important;
}
/* Footer Menu Link Color */
 li.menu-item-object-page a {
	color: rgb(0, 0, 0) !important;
}




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

	/* =Header
	-------------------------------------------------------------- */
	/* THeader */
	 div.header-8 {
	}
}



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

	/* =Header
	-------------------------------------------------------------- */
	/* Logo Edit */
	 div.logo img {
		width: 175px !important;
		height: 139px !important;
		margin-top: -25px !important;
		margin-left: 275px !important;
	}
	/* THeader */
	 div.header-8 {
	}

	/* =Footer
	-------------------------------------------------------------- */
	/* Footer BG */
	 footer#footer1 div.footer-medium {
	}
}



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

	/* =Header
	-------------------------------------------------------------- */
	/* Logo Edit */
	 div.logo img {
		width: 150px !important;
		height: 119px !important;
	}
}



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

	/* =Header
	-------------------------------------------------------------- */
	/* Logo Edit */
	 div.logo img {
		margin-left: 140px !important;
	}
}