/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Paragraph Spacing Body **/
div.entry-content p {
	padding-top: 12px !important;
	margin-top: 0 !important;
}

/*= Main Menu ================= */

/** Main Menu >> Sidemenu Reported Cases Count **/
div.avhec-widget-count {
	color: rgb(68, 68, 68) !important;
	font-style: italic !important;
}

/** Main Menu >> Recently Reported Cases Title Link **/
aside#sticky-posts-3 a {
	font-family: Verdana !important;
	color: rgb(68, 68, 68) !important;
	font-size: 12px !important;
	line-height: 12px !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

/** Main Menu >> Recent Cases A: **/
h3.rpwe-title a {
	font-family: Verdana !important;
	color: rgb(50, 173, 173) !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: bold !important;
}

/** Main Menu >> Recent Cases A:hover **/
h3.rpwe-title a:hover {
	color: rgb(255, 0, 0) !important;
	text-decoration: underline !important;
}

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

/** Pages >> Staff - Name **/
div.myStaffName {
	font-family: "Trebuchet MS" !important;
	color: rgb(0, 0, 0) !important;
	font-size: 28px !important;
	line-height: 28px !important;
	font-weight: bold !important;
}

/** Pages >> Staff - Title **/
div.myStaffTitle {
	color: rgb(50, 172, 172) !important;
	font-size: 18px !important;
	font-weight: bold !important;
	padding-top: 6px !important;
	padding-right: 0 !important;
	padding-bottom: 6px !important;
	padding-left: 0 !important;
}

/** Pages >> Staff - Table Spacing **/
div.abcfslLstRowCntr {
	padding-top: 20px !important;
	padding-right: 0 !important;
	padding-bottom: 50px !important;
	padding-left: 0 !important;
}

/** Pages >> Staff - Profile Photo **/
img.abcfslImgCenter {
	-webkit-box-shadow: 6px 6px 6px 0 #CCCCCC !important;
	-moz-box-shadow: 6px 6px 6px 0 #CCCCCC !important;
	box-shadow: 6px 6px 6px 0 #CCCCCC !important;
	margin-top: 16px !important;
	margin-bottom: 0 !important;
	border-top-color: rgb(0, 0, 0) !important;
	border-right-color: rgb(0, 0, 0) !important;
	border-bottom-color: rgb(0, 0, 0) !important;
	border-left-color: rgb(0, 0, 0) !important;
	border-top-width: 2px !important;
	border-right-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-top-style: solid !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
}

/** Pages >> Contact Us **/
div.myContactUs {
	font-family: 'BenchNine' !important;
	color: rgb(50, 173, 173) !important;
	font-size: 36px !important;
	margin-top: 20px !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
	margin-left: 0 !important;
}

/** Pages >> Sub Header For Gallery Contact Us **/
div.mySubHeader {
	font-family: 'BenchNine' !important;
	color: rgb(50, 173, 173) !important;
	font-size: 36px !important;
	line-height: 36px !important;
	margin-top: 30px !important;
	margin-bottom: 5px !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-bottom-style: dotted !important;
}

/** Pages >> Contact Us - Enquiry Form - BoxTitle **/
div.wpforms-field label {
	font-weight: bold !important;
}

/** Pages >> Contact Us - Enquiry Form - SubmitBut **/
button.wpforms-submit {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
	-webkit-box-shadow: 3px 3px 3px 0 #CCCCCC !important;
	-moz-box-shadow: 3px 3px 3px 0 #CCCCCC !important;
	box-shadow: 3px 3px 3px 0 #CCCCCC !important;
	background-color: rgb(50, 173, 173) !important;
	-webkit-border-radius: 16px 16px 16px 16px !important;
	-moz-border-radius: 16px 16px 16px 16px !important;
	border-radius: 16px 16px 16px 16px !important;
}

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

/** Footer >> Hide By ColorLib **/
div.copyright {
	display: none;
}


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

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

	/** Pages >> Contact Us - Enquiry Form - BoxTitle **/
	div.wpforms-field label {
		font-weight: bold !important;
	}
}

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

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

	/** Pages >> Contact Us **/
	div.myContactUs {
		text-align: left !important;
	}

	/** Pages >> Sub Header For Gallery Contact Us **/
	div.mySubHeader {
		text-align: left !important;
	}
}

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

	/*= Header ==================== */

	/** Header >> Paragraph Spacing Body **/
	div.entry-content p {
		line-height: 27px !important;
	}

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

	/** Pages >> Staff - Profile Photo **/
	img.abcfslImgCenter {
		margin-bottom: 20px !important;
		float: left !important;
	}

	/** Pages >> Contact Us **/
	div.myContactUs {
		text-align: left !important;
	}

	/** Pages >> Sub Header For Gallery Contact Us **/
	div.mySubHeader {
		text-align: left !important;
	}

	/** Pages >> Contact Us - Enquiry Form - BoxTitle **/
	div.wpforms-field label {
		font-size: 12px !important;
		font-weight: bold !important;
	}
}