/*General*/
body {
    background: fixed url("images/background.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 20px;
    font-family: verdana, Geneva, sans-serif;
}
h1 {
    margin-top: 20px !important;
}
h2 {
    font-size: 22px !important;
}
label {
    font-weight: normal;
}
.home-content {
    padding-top: 50px;
}
.title-underline {
    width: 10%;
    margin-top: 0;
    background-color: #d07611;
    height: 3px;
    margin-bottom: 90px;
}
#site-opaque-bg {
    background: rgba(250, 250, 250, 0.3);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 15px 25px 35px 25px;
}
div.bwg_standart_thumbnails_0 {
    text-align: left !important;
}
@media (max-width: 767px) {
    .title-underline {
        width: 25%;
    }
    .staff-img {
        text-align: center !important;
    }
    .confirm-send {
        transform: scale(0.77) translateX(22.5%);
    }
}
@media (max-width: 500px) {

}
/*Contact*/
.contact-getintouch {
    font-size: 16px;
}
.getintouch {
    line-height: 16px;
    font-size: 12px;
    color: #246DA8;
}
.getintouch-mail-phone {
    text-decoration: underline;
}
.getintouch-underline {
    width: 37%;
    margin-top: 0;
    background-color: #d07611;
    height: 3px;
    margin-bottom: 15px;
}
.contact-form {
    font-size: 14px;
    width: 81%;
    background-color: #F6E4CF;
    padding: 34px 34px 30px 34px;
    border: 1px solid #E3AD70;
}
    .contact-form label {
        font-size: 12px;
        width: 18%;
        margin-right: 25px;
    }
    .contact-form p input {
        padding: 4px;
        width: 67%;
        float: right;
        border: 1px solid #E3AD70;
    }
#textarea-content {
    border: 1px solid #E3AD70;
    width: 100%;
}
#textarea-label {
    display: block;
}
#contact-submit {
    text-align: right;
}
#contact-submit input {
    width: 65px;
    padding: 5px;
    background-color: #d07611;
    color: #fff;
    transition: 0.1s ease-in-out;
    border: unset;
}
    #contact-submit input:hover {
        background-color: #adadad;
    }
#form-message {
    margin-bottom: 20px;
}
.confirm-send {
    margin-bottom: 25px;
    margin-left: 100px;
}
 /*Header*/
    #site-header-image {
    border-radius: 19px 19px 0 0;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.page-header {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    width: 350px;
}
.sub-header {
    color: #CA5902;
    font-size: 20px;
    font-weight: bold;
}

/*Content*/
.about-us-staff div h3 {
    color: #246DA8;
    font-weight: bold;
    font-size: 20px;
}
.page-content h2 {
    color: #CA5902;
    font-size: 20px;
    font-weight: bold;
}
.staff-img {
    text-align: right;
}
    .staff-img img {
        width: 225px;
        height: auto;
        border: 1px solid #d07611;
        margin-bottom: 20px;
        padding: 2px;
    }
#clare-walton-img {
    width: 169px;
}
/*Footer*/
.site-footer {
    background-color: #d07611;
    color: #fff;
    height: auto;
    margin-bottom: 30px;
}
.footer-content {
    padding: 15px;
}
.footer-content div h4 {
    font-size: 14px;
    padding-bottom: 5px;
    //border-bottom: 1px solid #fff;
    color: #E3AD70;
}
.footer-content {
    font-size: 13px;
    color: #F6E4CF;
}
.footer-hr {
    width: 20%;
    display: inline-block;
}
.social-media-link {
    font-size: 36px !important;
}
.footer-site-links {
    list-style-type: none;
    font-size: 14px;
    color: #fff;
}
    .footer-site-links li {
        display: inline-block;
    }
        .footer-site-links li a {
            color: inherit;
            cursor: pointer;
        }
        .footer-site-links li:not(:last-child) a:after {
            content: ' | ';
        }
        .footer-site-links li a:hover {
            text-decoration: none;
            color: #d3d3d3;
        }
.footer-copyright {
    color: #fff;
    font-size: 14px;
}
    .footer-copyright a:hover {
        text-decoration: none;
        color: #d3d3d3;
    }
a#footer-email {
    color: #cdcdcd !important;
}
    a#footer-email:hover {
        color: #fff !important;
        text-decoration: none;
    }
.footer-lower {
    padding: 15px 20px;
}
.footer-line {
    background: url("images/footer-line.png") 0 50% repeat-x;
    display: block;
    margin: 15px 0 8px 0;
}
    .footer-line h4 {
        display: inline;
        background-color: #d07611;
    }
        .footer-line h4 b {
            margin-right: 20px;
        }
.footer-address {
    font-size: 14px;
}
/*Bootstrap Overwrite*/
.navbar {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-radius: 0px;
    max-width: 99% !important;
    background-color: #d07611;
    margin-bottom: 0;
}
.nav.navbar-nav > li{
    padding-right: 19px;
}
ul.nav.navbar-nav li {
    //padding-right: 19px;
}
ul.nav.navbar-nav li a {
    color: #fff !important;
    font-weight: bold;
}

ul.nav.navbar-nav li a:hover {
    background-color: #7D470A;
    color: #fff;
}

.collapse.navbar-collapse {
}

.container {
    max-width: 1020px;
}
.navbar-default .navbar-nav > .open > a {
    border: unset;
    background-color: #7D470A !important;
    color: #fff !important;
}
ul.dropdown-menu {
    background-color: #d07611;
    padding: 0;
}
    ul.dropdown-menu li a {
        padding: 7px 15px;
        padding-right: 90px;
        font-weight: normal !important;
        font-size: 13px !important;
    }
    ul.dropdown-menu li:not(:last-child) a {
        border-bottom: 1px solid #fff;
    }
.icon-bar {
    background-color: #fff !important;
}
@media (max-width: 1200px) {

}
@media (min-width: 768px) {
    .navbar {
        padding-left: 0;
    }

    #site-nav-container {
        padding: 0;
    }

    .navbar-collapse.collapse {
        padding-left: 0;
    }

    nav.navbar-nav. {
    }

    #site-nav-container {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .footer-site-links {
        float: left !important;
        padding-left: 0 !important;
    }
}
    /*Font Awesome Overwrite*/
    .fa-facebook {
    color: #3B5998;
}
.fa-facebook:hover {
    color: #4E69A2;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
/*Gallery Plugin Overwrite*/
.bwg_standart_thumbnails_0 a span {
    //border: 1px solid #d07611;
    margin-right: 5px;
}
#bwg_container1_0 {
    padding-top: 20px;
}
span.bwg_standart_thumb_spun1_0 {
    border: 1px solid #d07611;
}

