/*
 Theme Name:   Paeon Child
 Template:     paeon
 Description:  Child theme for Paeon
 Version:      1.0
*/

/* === Your custom CSS goes below === */

/* Example: make header background green */
#header {
    background-color: #73ac94 !important;
	border-bottom: 7px solid rgba(0,0,0,0.1);
    color: white;
}

/* Add more custom styles here */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	color: #73ac94 !important;
}

#navigation .nav li:hover a,
#navigation .nav li.current_page_item a,
#navigation .nav li.current-menu-item a
#navigation .nav li.current-menu-ancestor a,
#navigation .nav li.current-menu-parent a,
#navigation .nav li.sfHover {
	background-color: #73ac94 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}

.nav li ul {
	display: none;
	position: absolute;
	left: -999em;
	width: 170px;
	z-index: 999;
	margin: 0;
	background-color: #73ac94 !important;
	background-position: center top;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}

#top #navigation .nav li ul li a {
	-webkit-border-radius: 0;
	-moz-border-radius:	0;
	border-radius:		 0;
	padding: 8px 10px;
	width: 170px;
	background-color: #73ac94 !important;
	margin: 0;
	color: #fff;
	text-decoration: none;
}

body #sidebar .widget_nice_appointments h3,
.home-block h3 {
	color: #73ac94 !important;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.welcome-message h2 b,
.welcome-message h2 strong,
.welcome-message h2 span {
	color: #73ac94 !important;
}

.home-staff li .staff-deparment a {
	color: #a4a7ab;
	font-size: 12px;
}

.home-staff li .staff-deparment a:hover {
	color: #73ac94 !important;
}

body.single-staff .staff-info header h1 {
	color: #73ac94 !important;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 5px;
}

.page-head h1.entry-title {
	color: #73ac94 !important;
	float: left;
	font-size: 34px;
	line-height: 34px;
	margin: 0;
}

body.page-template-template-contact-php #content h3 {
	color: #73ac94 !important;
	font-size: 26px;
	font-weight: 500;
}

#nice_appointment label,
.nice-contact-form label {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
	color: #777;
}

span.required {
	color: #73ac94 !important;
	margin-left: 5px;
}

.nice-contact-form #node {
	float: left;
	width: 100%;
	display: none;
	color: #73ac94 !important;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.nice-contact-form input[type=submit],
.flex-caption a.read-more {
	background-color: #73ac94 !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:    0 -3px rgba(0, 0, 0, 0.1) inset;
	box-shadow:         0 -3px rgba(0, 0, 0, 0.1) inset;
	clear: both;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	margin-top: 10px;
	padding: 12px 20px;

}


.call-now {
	color: #696D71;
}

.call-number {
	color: #73ac94 !important;
}

#commentform input[type="submit"], #footer-widgets .textwidget .read-more-link, #nice_appointment input[type="submit"], .button-bg {
    background: #73ac94 !important;
}
