/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

html,
.tm-navbar,
.tm-frame-true .tm-footer,
.tm-wrapper,
.tm-block {
    background: #000 !important;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #000 !important;
}

.tm-teaser-heading {
    color: rgba(255, 255, 255, .8);
    font-size: 86px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    float: left;
}

.tm-block-primary {
    background: #17330D;
}

.uk-navbar-nav > li > a {
    height: 28px;
    line-height: 40px;
}

img.uk-align-left {
    width: 50%;
}

p {
    margin: 0 0 15px 0;
    line-height: 30px;
}

.tm-noblog.tm-content-boxed .tm-content,
.tm-content-boxed .uk-article {
    padding: 30px;
    background: #000;
    border: 1px #383838 solid;
    border-width: 1px 0;
}

form.ProformsForm label.pfmQuestion {
    color: #fff;
}

.pfmElement {
    margin-bottom: 20px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: rgba(255, 255, 255, 1);
}

.m4jAttachment {
    border: 0px solid #ababab;
    */
}

span.divider {
    margin: 0 22px;
}

@media (min-width: 767px) {
    .tm-heading-main {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .tm-heading-main:after {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .tm-teaser-heading {
        display: none;
    }
    span.divider {
        display: none;
    }
    span.footer-content {
        width: 100%;
        float: left;
    }
}