/*
Theme Name: New Matilda
Theme URI: http://newmatilda.com/
Description: New Matilda Theme
Author: New Matilda
Author URI: http://newmatilda.com
Template: motive
Version: 1.0
*/

@import url("../motive/style.css");

/* Job Manager Customisations */

.job-manager-form .button {
    color: #ffffff !important;
    background: #017777;
    border: none;
}

.job_listing .meta .date {
    font-size: .8rem;
    ;
}

.single_job_listing .company {
    overflow: hidden;
}

.single_job_listing .company img {
    height: auto;
    object-fit: contain;
}


/* Donate Box */

.donate-box {
    margin-bottom: 49px;
    background: #f9f9f9;
    padding: 22px;
    border: 1px solid #e6e6e6;
    text-align: center;
}

.donate-box h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.donate-box .blurb {
    margin-bottom: 1em;
}

.donate-box form input[type="image"] {
    border: none;
    background: transparent;
}

.boxed .navigation .menu>li:first-child,
.boxed .navigation .sticky-logo+li {
    margin-left: 29px;
}

.navigation.alt .menu>li>a {
    padding: 1px 18px;
}

.post-header .featured a {
    display: block;
}

.post-header .featured img {
    width: 100%;
}

.featured .caption,
.gallery-caption,
.main .tiled-gallery-caption {
    width: 100%;
    text-align: left;
}

.posts-grid img {
    margin-bottom: 1em;
}

.newsletterform-wrap {
    padding: 20px;
    background-color: #009994;
    color: #fff;
}

.newsletterform-wrap p {
    color: #fff;
}

.tnp-subscription {
    margin: 0;
}