/*
Theme Name: Bellfield Speech Pathology
Version: 1.0
*/

body {
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12pt;
    background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: sans-serif;
}
#title {
    text-align: left;
    border-bottom: 2px dotted #333;
    padding: 10px;
    margin-left: 15px;
    color: #b1256b;
}
#text {
    width: 250px;
    margin: 0 auto;
}
#wrapper {
    width: 100%;
    margin: auto;
}
#margin {
    width: 1200px;
    margin: auto;
}
header {
    width: 100%;
    height: 190px;
    margin: auto;
    background-color: #fff;
}
#slider {
    width: 100%;
    height: 300px;
    background-image: url('images/slider_1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
}
#logo {
    width: 893px;
    height: 136px;
    background-image: url(http://www.bellfieldsp.com.au/wp-content/uploads/2016/08/Header.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 50px;
}
#cssmenu {
    width: 100%;
    background-color: #175783;
}
#cssmenu .margin {
    width: 1200px;
    margin: 0 auto;
}
#contact-header {
    text-decoration: none;
    float: right;
    padding-top: 10px;
    text-align: right;
}
#contact-header a {
    text-decoration: none;
    color: #333;
}
#contact-header .fa {
    padding-left: 10px;
}
#ph-us {
    font-size: 16pt;
    float: right;
    margin-top: -110px;
    margin-right: 30px;
    text-align: right;
}
#fastword {
    width: 170px;
    height: 40px;
    float: right;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
    color: #333;
}
#fastword:hover {
    color: #efefef;
}
#holder {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#content {
    width: 1200px;
    margin: auto;
    line-height: 25px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.page-title {
    font-size: 18pt;
    padding: 15px 0;
    color: #b1256b;
}
.page-title:before {
    height: 1px;
    width: 100%;
    background-color: #ececec;
    content: '';
    display: block;
}
.page-title span {
    margin-top: -15px;
    position: absolute;
    background-color: #fff;
    padding-right: 25px;
}
.contact-content {
    width: 700px;
    float: left;
}
.contact-sidebar {
    width: 450px;
    float: right;
}
#left {
    width: 900px;
    float: left;
    padding-left: 20px;
}
.ai1ec-calendar-toolbar {
    display: none !important;
}
.ai1ec-title-buttons .ai1ec-btn-group {
    margin-left: 0 !important;
}
footer {
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #175783;
    color: #fff;
    font-family: 'Arvo', serif;
    font-size: 10pt;
}
#footer_margin {
    width: 1200px;
    margin: 0 auto;
}
#facebook {
    width: 120px;
    height: 36px;
    background-image: url('images/facebook.png');
    float: right;
    position: relative;
    margin-top: 20px;
}
.ffw_btn {
    background-color: #b1256b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b1256b;
    display: inline-block;
    color: #ffffff !important;
    font-family: 'Arvo', serif;
    font-size: 15px;
    font-weight: bold;
    padding: 30px 41px;
    text-decoration: none;
    float: right;
    margin-top: 35px;
}
.ffw_btn:hover {
    background-color: #a85e83;
}
.ffw_btn:active {
    position: relative;
    top: 1px;
}
.login_btn {
    background-color: #b1256b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b1256b;
    display: inline-block;
    color: #ffffff;
    font-family: 'Arvo', serif;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
    float: right;
    margin-top: -50px;
}
.login_btn:hover {
    background-color: #a85e83;
}
.login_btn:active {
    position: relative;
    top: 1px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 15px;
    border: 1px solid #175783;
    background: white;
    border-radius: 3px;
    width: 90%;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 10px;
}
.wpcf7 input[type="submit"] {
    width: 90%;
    height: 50px;
    background: #175783;
    border: 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12pt;
    border-radius: 3px;
    border-bottom: 3px solid #3B83B3;
}
#message-box {
    font-size: 12pt;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 15px;
    border: 1px solid #afbfd3;
    background: white;
    border-radius: 3px;
    width: 90%;
    height: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 10px;
    padding-top: 10px;
}
form p {
    -webkit-margin-before: 0;
}

