/* = Child Theme Custom CSS File
-------------------------------------------------------------- */

nav.main-menu ul > li {
    margin-left:1px;
    text-transform:uppercase;
}
nav.main-menu ul > li > a {
    font-size:14px;
    font-weight:500;
    padding:8px 12px;
}
#header {
    padding: 15px 0;
}
#header .logo img {
    margin-top:0;
}
/*nav.main-menu > ul > li:first-child {
    content: "\f015";

    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
nav.main-menu > ul > li a i {
    font-size: 18px;
}
.home-slider .appointment-form {
    background:#4d7c99;
}
.home-slider input[type="submit"] {
    background-color: #3a3c41;
    color:#FFF;
}
.home-slider input[type="submit"]:hover {
    background:#FFF;
    color:#3a3c41;
}
.slogan-section h2 {
    margin: 0 0 10px;
    font-weight: 200;
}
.home-blog .common-blog-post .entry-meta {
    display:none;
}
.entry-content {
    font-family:"Helvetica", Arial, sans-serif;
}
.entry-content p {
    line-height: 18px;
}
.contact-sidebar address strong {
    display:block;
}
.blog-page span.entry-author {
    display:none;
}