@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,400italic);

* {
    background: none;
    border: 0;
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #888;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

p {
    margin: 1em 0;
}

img {
    height: auto;
    max-width: 100%;
}

hr {
    background: url(../images/line-br.png) no-repeat center center;
    height: 20px;
    margin-top: 40px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

header,
footer,
article,
address,
aside,
section {
    display: block;
}

address {
    font-style: normal;
}

blockquote {
    background: url(../images/quoteleft.jpg) no-repeat 10% top, url(../images/quoteright.jpg) no-repeat 90% top;
    color: #999;
    display: block;
    font-family: 'EB Garamond';
    font-size: 19px;
    font-style: italic;
    margin: 0 20px;
    padding: 0 50px;
    text-align: center;
    margin-bottom: 20px;
}

/* HEADERS
-------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 1em 0;
}

h1 {
    color: #222;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    text-transform: uppercase;
}

.hometest h1 {
    margin:0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

h2 {
    color: #222;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    text-transform: uppercase;
}

h3 {
    color: #222;
    font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}

h4 {
    color: #8dd9da;
    font-size: 16px;
}

h5 {
    color: #8dd9da;
    font-size: 16px;
}

h6 {
    color: #ccc;
    font-size: 16px;
}

/* LINKS
-------------------------------------------------------------------------------------------------------------------*/

a {
    color: #6F5B4E;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
}

th, .first td {
    background: #333;
    color: #fff;
    text-align: left;
}

tr.odd td {
    background: #f8f8f8;
}

/* LISTS
-------------------------------------------------------------------------------------------------------------------*/

ol, ul, dl {
    margin: 1em 0 1em 20px;
}

ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 20px;
}

ul li {
    /*background:url(../images/bullet.gif) no-repeat left 6px; */
    padding-left: 20px;

}
article ul li{
    list-style: disc;
}

article ul li::before {
    /*content:	url(../images/bullet.png);*/
    position: absolute;
    left: 45px;
}
dt {
    color: #222;
}

dd {
    margin: 0 0 20px 20px;
}

#cookie-policy{
    color: #888;
    display: block;
  }

/* LOGO
-------------------------------------------------------------------------------------------------------------------*/
.center-block{
    padding-right:96px;
}



@media only screen and (max-width:580px) {
    .kilford-logo {
        padding: 0px 0px 0px 0px;
        max-width: 68%;
        margin-left: 0 !important;
    }
    .searchbox {
        background: rgba(97, 75, 62, 0.9);
        color: #333;
        font-weight: bold;
        padding: 0px 0 11px 0;
    }
}