/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   This is the custom css file for Akesmere Farm v1.0
 ========================================================================== */
/* sort grid spacing */
/* Only large screens */


/* add background image */
body {
    background: url(../images/background_6.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent
}

.uk-subnav>li>a {
    color: #444;
}

[class*='uk-icon-'] {
    font-size: 1.2em
}

Style the logo header .tm-headerbar,
.tm-logo {
    max-height: 170px;
}

/* Change the Breadcrumb Separator */
.uk-breadcrumb>li:nth-child(n+2):before {
    content: ">";
}

.uk-container-center {
    background: white;
}

/* Style the content boxes */
.uk-panel-box {
    background: rgba(245, 245, 245, 0.9);
    box-shadow: 0px 0px 5px #bebebe;
}

.uk-article {
    background-color: rgba(245, 245, 245, 0.9);
    border: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0px 0px 5px #bebebe;
}

.uk-article .accom-art {
    min-height: 340px;
}

p.center-style {
    text-align: center;
}

h3,
.uk-h3 {
    font-size: 1.5em;
    border: 0;
}

.uk-panel-box {
    border: 5px;
    border-radius: 7px;
    margin-left: 5px;
}

.uk-panel-title,
h1.uk-article-title {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 30px;
}

/*.uk-article-title a {
    margin-left: 10px;
}*/

.tm-toolbar {
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
}

.tm-toolbar,
.tm-navbar,
.tm-footer {
    margin-top: 25px;
    margin-bottom: 15px;
}
.comments .introtext p::before {
    content: open-quote;
}
.comments .introtext p::after {
    content: close-quote;
}

.comments p {
    font-size: 1.2em;
    line-height: 24px;
    margin: -5px 5px 5px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.tm-footer {
    color: #949494;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 3em;
    border: 5px solid;
    border-color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 25px;
    -moz-background-clip: border;
    /* Firefox 3.6 */
    -webkit-background-clip: border;
    /* Safari 4? Chrome 6? */
    background-clip: border-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */

    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */

    -moz-background-clip: content;
    /* Firefox 3.6 */
    -webkit-background-clip: content;
    /* Safari 4? Chrome 6? */
    background-clip: content-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */

}

.tm-footer p {
    float: left;
    text-align: left;
    margin-left: 3.8em;
}

.tm-footer h3 {
    color: #949494;
    margin-bottom: -10px;
}

.tm-footer a {
    color: #949494;
}

/* sort p spacing */
div.uk-panel.uk-panel-box p {
    margin-bottom: -10px;
}

article img {
    margin: 0 0 10px 0;
}

/*contact form*/
body>div.uk-container.uk-container-center>section.tm-top-a.uk-grid.uk-grid-divider>div:nth-child(1),
body>div.uk-container.uk-container-center>section.tm-bottom-b.uk-grid>div {
    padding-left: 15px;
}

div#b2jcontainer_c104.b2jcontainer {
    background-color: whitesmoke;
    padding-left: 30px;
    border-radius: 7px
}

.standard-bg {
    background-color: whitesmoke;
}

.b2j_contact_full h2 {
    padding-top: 10px
}