/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/

.home-widget-section-title h2, .home-widget-section-title p {
    color: #717a8f;
}

.listing-entry-company-image--style-square img {
    border-radius: 0;
}

/* Classic Boat latest posts styling */
#api-posts .api-list {
    margin-bottom: 32px;
}
#api-posts .api-list:after {
    content: "";
    display: table;
    clear: both;
}
#api-posts .post {
    width: 33.3333%;
    float: left;
    margin-bottom: 18px;
    padding: 0 12px;
    text-align: center;
    box-sizing: border-box;
}
#api-posts .post-img {
    height: 250px;
    max-height: max-content;
    overflow: hidden;
    display: block;
}
#api-posts .post-img img {
    width:100%;
    height:100%;
    object-fit: cover;
}
#api-posts .post h3 {
    margin-top: 12px;
}
#api-posts .btn-container {
    text-align: center;
}
#api-posts a.btn-more {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #717a8f;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
}
#api-posts a.btn-more:hover {
    background-color: #959eb3;
}
@media (max-width: 720px) {
    #api-posts .post {
        width: 100%;
    }
    #api-posts .post:nth-child(3) {
        clear: both;
    }
}


#site-navigation .primary.nav-menu {
    display: none;
}

.content-single-job_listing-actions-start {
    margin-bottom: 1em;
    display: none;
}

