/**
 * Theme Name: Jobify - Extended
 * Theme URI: https://astoundify.com/
 * Author: Astoundify
 * Author URI: http://astoundify.com
 * Description: Everything you need to build a professional job board.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, one-column, right-sidebar, fixed-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
 * Template: jobify
*/
/**
 * The parent theme's CSS is automatically included so there is no need
 * to use the @import rule to include the parent theme CSS.
 *
 * Place Custom CSS Below this.
 */

 body {
     padding-top: 0 !important;
 }
 .content-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#jobify_widget_feature_callout-15 .feature-callout-cover {
    background-image: url();
    background-position: center center;
    background-attachment: scroll;
}

@media(min-width: 768px) {
    #jobify_widget_feature_callout-15 .feature-callout-cover--overlay-full:after {
        background: rgba(0, 0, 0, 0.2);
    }
}
#jobify_widget_feature_callout-15 .feature-callout {
    background-color: #478287;
}

#jobify_widget_feature_callout-15 .callout-feature-content,
#jobify_widget_feature_callout-15 .callout-feature-content p,
#jobify_widget_feature_callout-15 .callout-feature-content a:not(.button),
#jobify_widget_feature_callout-15 .callout-feature-title {
    color: #ffffff
}

.sidebar-new-block h3 {
    color: #478287;
}

.callout-feature-content a:hover {
    background-color: #ffffff;
}

/* Homepage - Top banner button */
a.green_white:hover { background-color: #ffffff; }

/* 2 Clumns Candidates - Clients */
.cta-box {
    width: 385px;
    margin: 22px 10px;
    display: inline-block;
    float: none;
}
.cta-box-header {
    width: 100%;
    text-align: center;
    background-color: #478287;
    color: white;
    font-size: 21px;
    font-weight: bold;
    padding: 8px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.cta-box-content {
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    border: solid thin #478287;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: rgb(202, 202, 202);
    border-top: none;
}
.cta-box-content h2 {
    margin-top: 0;
}
.cta-box-content a button {
    border-radius: 6px;
    border: solid 2px #478287;
    font-size: 16px;
    font-weight: bold;
    background: none;
    color: #478287;
    text-transform: none;
    padding: 10px;
}
.text-center {
    text-align: center;
}

/* Top Contact Info */
.banner-very-top {
    background-color: #e1e1e1;
    padding: 6px 0;
}
.banner-very-top-email {
    float: left;
}
.banner-very-top-phone {
    float: right;
}
.banner-very-top p {
    margin: 0;
}
.site-header {
    z-index: 300 !important;
}
.force-top {
    top: 0 !important;
}

/* Footer CTA */
.footer-cta, .footer-cta h2 { color:#ffffff; }

.custom-page-header-image {
	height:447px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
    padding-top: 200px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px #000;
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media(min-width: 768px) {
 .simpler-header-message {
  display:none !important
 }
}
@media (max-width: 768px) {
	.cta-box {
		width: 100%;
		margin: 20px 0;
	}
	.header-section {
		width: 100%;
	}
	.jobify_widget_map, .jobify_widget_stats {
		display: none !important;
	}
	.banner-very-top {
		text-align: center;
	}
	.banner-very-top-email {
		float: none;
	}
	.banner-very-top-phone {
		float: none;
	}
	.banner-very-top span {
		display: block;
	}
}
/* hide the date from the job listing */
li .job_listing-date {
 display:none!important;
}