/*
Theme Name: Custom
Theme URI: http://fi.net.au
Author: Firefly
Author URI: http://fi.net.au
Description: Your handcrafted directory.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Text Domain: listify
Domain Path: /languages/
Tags: white, two-columns, one-column, right-sidebar, left-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
Template: listify
*/

body {
    font-size: 15px;
}

/* FONT DEFAULTS */
:not(.wp-core-ui) button,
body,
input,
select,
textarea {
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* REMOVE CONTENT HYPHENATION */
.comment-content, .entry-content,
.entry-summary, .page-title, .widget {
    -moz-hyphens: none;
    word-wrap: normal;
    line-height: 1.5;
}

/* HIDE THESE */
LI a.job-dashboard-action-delete,
.job_listing-author-info-more A:last-child,
.category .type-post .content-box-inner .entry-author,
.search .type-post .content-box-inner .entry-author,
.tertiary.nav-menu UL,
#menu-primary .search-overlay-toggle {
    /*display: none;*/
}

/* Hide Ratings */
#wpjmr-submit-ratings, .comment-form-rating,
.job_listing-rating-wrapper,
.job_listing-rating-stars,
.job_listing-rating-stars, .star-rating-wrapper {
    display: none !important;
}

/* MAIN MENU */
#menu-primary LI {
    font-weight: bold;
}

#menu-primary LI#menu-item-845 {
    background: #0ddbbb !important;
    border-radius: 10px;
}

#menu-primary LI#menu-item-845 A {
    padding: 10px;
}

/* HOMEPAGE*/
.home-feature { /*min-height: 470px;*/
    text-align: center;
}

.home-feature .home-feature-description A {
    display: block;
    margin: 20px auto 0 auto;
    width: auto;
    padding: 10px;
    font-weight: bold;
    color: #FFF;
    background: #0ddbbb;
    border-radius: 5px;
    text-align: center;
}

.homepage-cover {
    padding: 3em 0 4em;
}

.homepage-cover .home-widget-section-title {
    padding-top: 50px;
}

@media only screen and (max-width: 768px) {
    .homepage-cover .home-widget-section-title {
        padding-top: 50px;
    }

}

/* Fix width for the number of search filters on the homepage */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home .job_search_form .col-sm-4 {
        width: 50% !important;
    }
}

/* POST LISTINGS */
.custom-header > img {
    height: 45px;
    width: auto;
}

/* A-Z Jump list */
#box-anchors {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #FFF;
}

#box-anchors LI {
    display: inline-block;
    width: auto;
    margin: 0 1% 1% 0;
}

#box-anchors LI A {
    display: block;
    padding: 2px 5px;
    min-width: 15px;
    background: #0ddbbb;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

/* BLOG LISTINGS */
.search .type-post,
.category .type-post,
.blog .type-post {
    vertical-align: top;
    width: 46%;
    margin-right: 3%;
    display: inline-block;
    padding: 20px
}

.search .type-post .entry-header,
.category .type-post .entry-header {
    width: 25%;
    height: 140px;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 4px;
}

.search .type-post .entry-header H1,
.category .type-post .entry-header H1 {
    display: none;
    left: 100%;
    margin-left: 1.35em;
    top: 0;
    width: 200%;
    text-align: left;
}

.search .type-post .entry-cover.has-image::after,
.category .type-post .entry-cover.has-image::after {
    border-radius: 4px
}

.search .type-post .content-box-inner H1,
.category .type-post .content-box-inner H1 {
    margin: 0 0 0 0;
    text-align: left;
    line-height: 1;
}

.search .type-post .content-box-inner H1.entry-title A,
.search .type-post .entry-header H1 A,
.category .type-post .content-box-inner H1.entry-title A,
.category .type-post .entry-header H1 A {
    padding: 0;
    text-align: left;
    font-size: 18px;;
}

.search .type-post .content-box-inner,
.category .type-post .content-box-inner {
    width: 74%;
    display: inline-block;
    padding-top: 0;
}

.search .type-post .content-box-inner .entry-meta,
.category .type-post .content-box-inner .entry-meta {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.search .type-post .entry-footer,
.category .type-post .entry-footer {
    margin-top: 1em;
}

.search .type-post .entry-footer .button.button-small,
.category .type-post .entry-footer .button.button-small {
    background: #DDD;
}

/* LISTINGS */
.content-single-job_listing-actions-start .popup-trigger {
    padding: 5px 10px;
    background: #2fb5c4;
    border-radius: 5px;
}

/* CATEGORIES WIDGET */
.widget_categories {
    display: none;
}

.category-pedia .widget_categories {
    display: block;
}

/* Search form controls */
.search-form .search-field,
.gform_body SELECT,
.gform_body INPUT,
#content .facetwp-search,
#content #facetwp-location,
#content SELECT.facetwp-dropdown,
.comment-form-comment #comment,
#bbpress-forums #bbp_search,
#facetwp-radius {
    border: 1px solid #CCC !important;
}

.site-footer-widgets {
    padding: 3em 0;
}

.footer-widget-column:first-child {
    margin-bottom: 0;
}

/* No border on homepage */
#content .homepage-cover .facetwp-search,
#content .homepage-cover #facetwp-location,
#content .homepage-cover SELECT.facetwp-dropdown,
#content .homepage-cover #facetwp-radius {
    border: none !important;
}

#content #facetwp-location,
#content .facetwp-search {
    padding-top: 14px;
    padding-bottom: 14px;
}

#content .facets .facetwp-filter H2 {
    margin-bottom: 10px;
}

.job_search_form input[type="submit"] {
    font-weight: bold;
}

.locate-me {
    padding-top: 0 !important;
}

/* POST FoRMATS*/
.single-format-aside .no-image,
.single-format-video .no-image,
.single-format-aside .page-cover,
.single-format-video .page-cover {
    display: none;
}

/* Facebook share */
#content .share-wrapper {
    width: auto;
    min-width: 200px;
    display: inline-block;
    background: rgba(51, 51, 51, 0.6);
    padding: 10px;
}

.fb-share-button {
    margin-right: 10px;
    float: left;
}

.twitter-share {
    display: inline-block;
    float: right;
}

.twitter-share IFRAME {
    margin-bottom: 0 !important;
}

/* Forums */
#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px;
}

#bbpress-forums .bbp-topic-permalink {
    font-size: 18px;
    font-weight: bold;
}

.bbpress .content-box-inner {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 20px;
}

#bbpress-forums code,
kbd, pre, samp, tt, var {
    font-family: 'Raleway', sans-serif;
}

#bbpress-forums #subscription-toggle {
    float: right;
}

#bbpress-forums .wp-user-avatar {
    width: 30px;
    height: auto;
}

#bbp-search-form {
    margin-bottom: 20px;
}

.bbpress .page-cover.no-image {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0px, transparent 0px, rgba(0, 0, 0, 0.65) 100%) repeat scroll center top;
    background-image: url("/wp-content/uploads/2015/06/shutterstock_177534446.jpg") !important;
    padding-bottom: 3em;
}

.bbpress H1 {
    color: #FFF !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

#bbpress-forums .bbp-breadcrumb-home,
.bbpress .entry-header {
    display: none;
}

#bbpress-forums LI.bbp-header {
    background: #004f59;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

#bbpress-forums #subscription-toggle,
#bbpress-forums #favorite-toggle {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 10px;
    margin-top: -5px;
}

#bbpress-forums LI.bbp-header .bbp-reply-author {
    padding: 5px 10px;
}

#bbpress-forums LI.bbp-header .bbp-reply-content {
    padding-top: 5px;
}

#bbpress-forums .bbp-topics ul.super-sticky {
    background: #e5f7f4 !important;
}

#bbpress-forums span.bbp-admin-links A {
    color: #333;
}



.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.footer-widget li::before {
    width: 12px;
}

/*article {*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*background-position: top center;*/
/*}*/

/*article h1 {*/
/*color: white;*/
/*text-align: center;*/
/*}*/

.entry-date:before {
    content: "";
}

.listing-cover.has-image {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.job_listing-phone, .job_listing-url, .job_listing-contact {
    font-size: 15px !important;
}

.school-dollar-icon {
    margin-right: 4px;
    font-size: 22px;
}

#stats-container h3 {
    font-size: 18px;
    margin-top: 16px;
}

.school-stat-header {
    font-size: 18px;
}

.wp-caption-dd {
    font-size: 10px !important;
}

.share-container:first-of-type {
    margin-top: -30px;
    margin-bottom: 16px;
    text-align: right;
}

.flip-card .back a {
    color: black;
}

.custom-social-media-icons {
    padding-right: 24px;
}

.custom-social-media-icons a {
    color: white;
    font-size: 26px;
    margin-left: 6px;
}

.custom-social-media-icons a:hover {
    color: #ddddff;
    cursor: pointer;
}

.site-footer {
    padding: 1em 0 !important;
}

.widget-area .widget {
    padding: 0 12px 12px 12px;
    border-radius: 0;
}

body.single-job_listing .widget-area .widget {
    padding: 2em;
}

.home .widget-area .widget {
    background-color: #f0f3f6;
}

h3.widget-title {
    margin: 0 -12px 12px -12px; /* Override the widget div padding */
    background-color: #004f59;
    padding: 12px 8px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: white;
}

.home.page-template-template-home-revised {
    background-color: white;
}

/* WP POLLS CSS OVERRIDES */

.wp-polls .Buttons {
    background-color: #0ddbbb !important;
    min-width: 100% !important;
}

.wp-polls-ul {
    margin-bottom: 12px !important;
}

.wp-polls-ul li {
    line-height: 1.8rem !important;
}

/* NEW HOMEPAGE CLASSES */

.featured-tag {
    display: inline;
    clear: right;
    background-color: #004f59;
    padding: 6px 12px;
    text-transform: uppercase;
    color: white;
    border-radius: 2px;
    font-size: 12px;
}

.featured-tag.slider-tag {
    display: inline;
    clear: right;
    color: white;
    padding: 6px 12px;
    text-transform: uppercase;
    background-color: #0ddbbb;
    border-radius: 2px;
    font-size: 11px;
}

.featured-title {

}

.featured-content {
    margin-bottom: 12px;
    min-height: 122px;
    clear: both;
}

.featured-content h3 {
    margin: 12px 0 6px;
    font-size: 18px;
    color: #002c32;
}

.sy-slides-crop {
    max-height: 320px;
}

.slick-dots li button {
    border: none;
}

.type-job_listing.style-list .job_listing-entry-thumbnail {
    vertical-align: top; /* Align the search results thumbnail to the top of the box */
}

.endorse-buttons {
    margin-top: 12px;
}

/* Remove the unnecessary padding from the meta in the search results */
.type-job_listing.style-list .job_listing-entry-meta {
    padding-top: 0;
    padding-bottom: 0;
}

/* CRP Widget Styling */
.crp_related_widget ul > li > a {
    display: block;
    width: 100%;
    text-align: center;
}

.crp_related_widget ul > li > a > img {
    width: 100%;
}

.crp_title {
    display: block;
    margin: 12px 0 36px;
    text-transform: uppercase;
}

a.anchor {
    display: block;
    position: relative;
    top: -230px;
    visibility: hidden;
}

a.button {
    color: white;

}

.content-single-job_listing-hero-inner a.button {
    padding: 8px;
}

.alike-compare-widget-wrapper {
    z-index: 1000 !important;
}

.job_search_form .row.facetwp-submit {
    margin-top: 0 !important;
}

.type-job_listing .job_listing-entry-header .job_listing-location.job_listing-location-formatted {
    max-height: none !important;
}

.sgv-reviews {
    margin-bottom: 30px;
}

.sgv-rating span {
    color: #0ddbbb;
    margin-right: 5px;
    margin-bottom: 8px;
}

.sgv-time {
    font-size: 11px;
    text-transform: none;
    float: right;
    margin-top: 2px;
    color: #bbb;
}

.sgv-author {
    margin-top: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.sgv-review {
    font-size: 14px;
    font-style: italic;
}

div.listing-action-button-container {
    float: right;
    display: table-cell;
    vertical-align: top;
}

div.listing-action-button-container .button {
    padding: 8px 16px;
    color: white !important;
    /*border: 1px solid #004f59;*/
    /*background-color: white;*/
    display: block;
    text-align: center !important;
    margin-bottom: 12px !important;
}

ul.job_listings .type-job_listing .job_listing-entry-header .job_listing-location {
    white-space: pre-wrap;
}

ul.job_listings .content-single-job_listing-title-category {
    margin-top: 0 !important;
}

ul.job_listings .job_listing-thumb-meta-container {
    max-width: 75%;
    width: 75%;
}

div.reviews-container a {
    /*text-decoration: underline;*/
}

@media (min-width: 992px) {
    .job_listings-map {
        min-height: 600px;
    }

    .home-widget {
        margin-top: 50px;
    }

    .type-job_listing.style-list .job_listing-entry-header {
        width: 100%;
    }

}

@media (max-width: 992px) {
    .primary.nav-menu .current-cart:before, .primary.nav-menu .search-overlay-toggle {
        float: none !important;
        font-size: 110% !important;
        display: inline-block !important;
    }
    .primary.nav-menu .current-cart:before, .primary.nav-menu .search-overlay-toggle:before {
        font-family: Raleway, san-serif !important;
        content: "Search Schools" !important;
        font-size: 110% !important;
        /*font-size: 110% !important;*/
        /*float: none !important;*/
    }
}

@media (max-width: 980px) {

    .container {
        max-width: 900px;
    }
}

@media (max-width: 768px) {

    .search .type-post .entry-header,
    .category .type-post .entry-header {
        display: none;
    }

    .search .type-post .content-box-inner,
    .category .type-post .content-box-inner {
        width: 99%
    }

    .blog .type-post {
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    #content .facets .facetwp-filter H2 {
        padding-top: 10px;
        margin-top: 10px !important;
        margin-bottom: 0;
    }

    .search .type-post, .blog .type-post,
    .category .type-post, .blog .type-post {
        width: 100%
    }

    .search .type-post .content-box-inner,
    .category .type-post .content-box-inner {
        width: 99%
    }


}

@media (max-width: 1200px) {
    div.listing-action-button-container {
        float: none !important;
        display: block !important;
        clear: both;
    }
    div.listing-action-button-container .button {
        display: inline-block;
        float: left;
        margin-right: 12px;
    }
    ul.job_listings .job_listing-thumb-meta-container {
        max-width: none;
        width: auto;
    }
}

@media (max-width: 550px) {
    div.listing-action-button-container {
        float: none !important;
        display: block !important;
        clear: both;
    }
    div.listing-action-button-container .button {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.back p {
    line-height: normal !important;
}

.job_listing-location:before {
    content: '\f456';
}

.job_listing-location:before,.job_listing-phone:before,.job_listing-url:before {
    position: relative;
    width: 24px !important;
    /*color: #8893ac;*/
}

.job_listing-reviews:before {
    width: 24px !important;
    content: '\f11f';
    font-family: "Ionicons";
    display: inline-block;
    text-align: center;
}