/*
Theme Name: Jobify
Theme URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604
Author: Astoundify
Author URI: http://astoundify.com/
Description: A beautiful job board site completely integrated with WP Job Manager. Use 10+ custom widgets including an interactive map, multiple sliders, testimonials, and more to create a unique homepage in seconds. Also supports all official WP Job Manager addons including Resume Manager, WooCommerce Paid Listings, and more.
Version: 1.7.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, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;

    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'TradeGothicLTBoldRegular';
    src: url('fonts/tradegothicltbold.eot');
    src: url('fonts/tradegothicltbold.eot') format('embedded-opentype'),
        url('fonts/tradegothicltbold.woff2') format('woff2'),
        url('fonts/tradegothicltbold.woff') format('woff'),
        url('fonts/tradegothicltbold.ttf') format('truetype'),
        url('fonts/tradegothicltbold.svg#TradeGothicLTBoldRegular') format('svg');
}
@font-face {
    font-family: 'opensansregular';
    src: url('fonts/opensansregular.otf');
    src: url('fonts/opensansregular.otf') format('opentype'),
        url('fonts/opensansregular.ttf') format('truetype'),
        url('fonts/opensansregular.svg') format('svg');
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    min-width: 1140px;
    height: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "Varela Round", Helvetica, sans-serif;
}

body {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    color: #818080;
    line-height: 1.5;
    margin: 0;
    background: #ffffff;
}

a {
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.3;
}

h1 {
    font-size: 34px;
    margin: 33px 0;
}

h2 {
    font-size: 28px;
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: disc;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
    opacity: 0.8;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    height: 1px;
    margin: 0 0 24px;
}


/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.site-header .container:after,
.footer-widgets:after,
.copyright:after,
.job_listing:after,
.homepage-widget:after,
.callout:after,
.search_jobs:after,
.search_resumes:after,
.job_types:after,
.job-overview-content:after,
.job-dashboard-actions:after,
.pricing-table-widget:after,
.hentry:after,
.blog-archive:after,
.content-grid:after,
.rcp_user_fieldset:after,
.entry-summary form:after,
#content:after,
.single-job-spotlight-actions:after,
#searchform:after,
.gfield:after,
.job_listing_preview_title input[name="continue"]:after {
    clear: both;
}

.clear:before,
.clear:after,
.site-header .container:before,
.site-header .container:after,
.footer-widgets:before,
.footer-widgets:after,
.copyright:before,
.copyright:after,
.job_listing:before,
.job_listing:after,
.homepage-widget:before,
.homepage-widget:after,
.callout:before,
.callout:after,
.search_jobs:before,
.search_jobs:after,
.search_resumes:before,
.search_resumes:after,
.job_types:before,
.job_types:after,
.job-overview-content:before,
.job-overview-content:after,
.job-dashboard-actions:before,
.job-dashboard-actions:after,
.pricing-table-widget:before,
.pricing-table-widget:after,
.hentry:before,
.hentry:after,
.blog-archive:before,
.blog-archive:after,
.content-grid:before,
.cotnent-grid:after,
.rcp_user_fieldset:before,
.rcp_user_fieldset:after,
.entry-summary form:before,
.entry-summary form:after,
#content:before,
#content:after,
.single-job-spotlight-actions:before,
.single-job-spotlight-actions:after,
#searchform:before,
#searchform:after,
.gfield:before,
.gfield:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text,
.site-description,
.search_jobs label,
.search_resumes label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    top: 5px;
    left: 5px;
    text-decoration: none;
    height: auto;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
label {
    font: bold 14px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
}

button,
input,
textarea {
    font: 400 17px "Varela Round", Helvetica, sans-serif;
    padding: 11px 15px;
    border: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
select {
    font-size: 16px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

body .wp_themeSkin table.mceLayout,
#wp-resume_content-wrap,
.wp-editor-wrap {
    border: 1px solid #ccc;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {

}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption,
.campaign-feature-image img {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.wp-caption-text {
    margin: 12px 0;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/** Buttons */
.button,
.button-small,
.button-medium,
.button-secondary,
input[type="submit"],
button,
.load_more_jobs,
.load_more_resumes,
#wp-submit,
#submitcomment,
#searchsubmit {
    font: bold 18px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    /*padding: 20px 50px;*/
	padding: 15px 35px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid transparent;

    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

a.button {
    color: #fff;
}

#wp-submit,.mfp-close{
    background: #e20000 !important;
}

.mfp-close:hover,
.mfp-close:focus{
    opacity: 1
}

.button:hover,
#wp-submit:hover,
#submitcomment:hover,
#searchsubmit:hover,
input[type="submit"]:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #fff !important;
    text-decoration: none;
    color: #e20000 !important;
}

.home_search_jobs .button:hover{
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
     border: 2px solid #f00;
    color:#f00;
}

/*.button-secondary:hover,
.load_more_jobs:hover,
.load_more_resumes:hover {
    text-decoration: none;
    color: #fff;
}*/
.button-secondary:hover, .load_more_jobs:hover, .load_more_resumes:hover {
    border: 2px solid #e20000 !important;
    color: #e20000;
    text-decoration: none;
background: #fff none repeat scroll 0 0 !important;
}

.button-small,
input.button-small {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
}

.woocommerce .button-small {
    font-size: 13px;
    padding: 8px 10px;
}

.woocommerce .woocommerce-message .button-small,
.woocommerce .woocommerce-checkout .button-secondary.button-small {
    float: right;
    font-size: 12px;
    padding: 5px 10px;
}

.woocommerce .checkout_coupon .button-small {
    padding: 11px;
}

.button-medium,
input.button-medium,
#wp-submit,
#submitcomment,
#searchsubmit,
.entry-summary form input[type="submit"] {
    font-size: 15px;
    padding: 14px 24px;
}

.application_button,
.resume_contact_button,
.job-tag {
    font: bold 15px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #f08d3c;
    padding: 15px 50px;
}

.application_button:hover{
    border:2px solid #f08d3c;
    color:#f08d3c;
    background:#fff;
}

.job-meta .application_button {
    width: 100%;
}

.job_listing .job-tag,
.resume .job-tag,
.resume_preview .job-tag,
.job_listing_preview .job-tag {
    font-size: 13px;
    color: #fff;
    padding: 8px 15px;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    display: inline-block;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#page {
    overflow-x: hidden;
}

.site-main,
.footer-cta,
.site-footer {
    position: relative;
    z-index: 2;
}

.site-header {
    position: relative;
    z-index: 3;
}

.outer-wrapper {
    overflow-x: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.container,
.site-content.full,
.site-main .textwidget {
    margin: 0 auto;
    /*width: 1170px;*/
    float: none;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    padding: 35px 0;
    box-shadow: inset rgba(0, 0, 0, .10) 0 -4px 0;
    /*box-shadow: inset rgba(0, 0, 0, 0.1) 0 -4px 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;*/
}

.site-branding {
    float: left;
}

.site-primary-navigation {
    float: right;
}

/**
 * Branding
 */
.site-branding {
    color: #fff;
    text-decoration: none;
}

.site-branding:hover {
    text-decoration: none;
}

.site-title {
    font: bold 36px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.site-title span,
.site-title img {
    float: left;
}

/**
 * Primary Navigation
 */
.nav-menu-primary ul,
.nav-menu-primary {
    /*font: bold 14px/normal 'Montserrat', sans-serif;*/
    font: bold 12px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-primary ul li,
.nav-menu-primary li {
    margin-left: 25px;
    float: left;
    position: relative;
}

.nav-menu-primary li.login > a {
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
}

.nav-menu-primary ul li a,
.nav-menu-primary li a {
    vertical-align: middle;
    color: #fff;
    margin: 2px 0;
    padding: 8px 7px;
    display: block;
    border: 2px solid transparent;
}

.nav-menu-primary ul li a:hover,
.nav-menu-primary li a:hover {
    text-decoration: none;
}

.nav-menu-primary li.has-children a:after {
    content: '\e874';
}

.nav-menu-primary li.has-children li a:after {
    content: '';
}

.nav-menu-primary .sub-menu,
.nav-menu-primary .children {
    display: none;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    /*border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
    box-shadow: inset rgba(0, 0, 0, .10) 0 -4px 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform:     translate(-50%, 0);
    transform:         translate(-50%, 0);
}

.nav-menu-primary .sub-menu li,
.nav-menu-primary .children li {
    margin: 0;
    padding: 0;
}

.nav-menu-primary .sub-menu li:last-child,
.nav-menu-primary .children li:last-child {
    border-bottom: 0;
}

ul.nav-menu-primary ul a, .nav-menu-primary ul ul a {
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    /*width: 270px;*/
    width: 181px;
}

/*ul.nav-menu-primary ul a,
.nav-menu-primary ul ul a {
        line-height: 1;
        text-align: center;
        margin: 0;
        padding: 8px 10px;
        width: 180px;
        display: block;
}*/

ul.nav-menu-primary ul a:hover,
.nav-menu-primary ul ul a:hover {

}

ul.nav-menu-primary li:hover > ul,
.nav-menu-primary ul li:hover > ul,
ul.nav-menu-primary li:hover ul > ul,
.nav-menu-primary ul li:hover ul > ul {
    display: block;
}


ul.nav-menu-primary li:hover ul ul,
.nav-menu-primary ul li:hover ul ul {
    top: 0;
    margin-top: 0;
    left: 270px;
    border-radius: 6px;
}

.primary-menu-toggle {
    line-height: 40px;
    height: 40px;
    display: none;
    float: right;
}

.primary-menu-toggle i {
    font-size: 44px;
    color: #fff;
}

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

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.page-header {
    font: normal 38px/normal 'Varela Round', sans-serif;
    text-align: center;
    padding: 0 0;
    background: #fafafa;
    /*border-bottom: 1px solid #ccc;*/
    /*margin-top: 40px;*/
}

.page-header.has-image {
    padding: 0;
    border: 0;
    max-height: 400px;
    overflow: hidden;
}

.page-header.has-image img {
    min-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

/*.page-title {
        font-weight: normal;
        color: #797979;
}*/
.page-title {
    color: #e20000;
    font-family: Roboto Slab;
    font-size: 38px;
    font-weight: bolder;
    position: absolute;
    text-align: left;
    top: 0;
    margin-top: 88px;
    width: 100%;
}

.page-title1{
	color: #e20000;
    font-family: Roboto Slab;
    font-size: 38px;
    font-weight: bolder;
    position: absolute;
    text-align: center;
    top: 0;
    margin-top: 100px;
    width: 100%;
	/*top: 3%;*/
	top: 9%;
	left: 4%;
	right: 32.5%;
}

.banner-image {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    position: relative;
    width:100%;
    height:300px;
    
}

.page-subtitle {
    font: normal 14px/normal 'Montserrat', sans-serif;
    color: #9a9b9e;
    /*margin-top: -15px;*/
}

.page-subtitle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-subtitle li {
    padding: 0 20px 0 10px;
    border-right: 1px solid #ccc;
    display: inline-block;
}

.page-subtitle li.job-type {
    text-align: center;
    padding: 3px 10px;
    border-right: 0;
}

.page-subtitle li:last-child {
    border-right: 0;
}

.page-content {
    margin: 60px 0;
}

.blog-archive {
    margin: 100px 0 0;
}

.entry-content {
    margin: 60px auto 0;
}

.entry-content .job-manager-form,
.entry-content .job-manager-error {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.entry-content form[name="loginform"] .job-manager-error {
    max-width: 100%;
    width: 100%;
}

.entry-content p,
.contact-form div {
    color: #8c8d90;
    line-height: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: normal;
}

.entry-summary form {
    margin: 20px 0;
}

.entry-summary form p label {
    width: 80%;
    float: left;
}

.entry-summary form p input[type="submit"] {
    width: 18%;
    float: right;
    padding: 10px 24px;
    margin-top: 17px;
}

.paginate-links {
    text-align: center;
    margin: 40px auto;
}

.paginate-links .page-numbers {
    font: normal 13px/normal 'Montserrat', sans-serif;
    text-align: center;
    padding: 8px 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.paginate-links .page-numbers:hover {
    color: #fff;
    text-decoration: none;
}

.paginate-links .page-numbers.prev,
.paginate-links .page-numbers.next {
    padding: 8px;
}

.blog-archive .hentry {
    margin-bottom: 75px;
}

.blog-archive .hentry:last-child,
.blog-archive .hentry:last-of-type {
    margin-bottom: 0;
}

.hentry {

}

.entry-feature {
    margin: 0 0 34px;
    border-radius: 6px;
    overflow: hidden;
}

.entry-header a {
    color: #8c8d90;
}

.entry-header a:hover {
    text-decoration: none;
}

.entry-author img {
    margin: 0 0 18px;
    border-radius: 50%;
    display: block;
}

.entry-meta,
.entry-share {
    font-size: 13px;
    margin: 8px 0;
}

.entry-share .twitter-share-button,
.entry-share .fb-share-button,
.entry-share .IN-widget {
    margin-bottom: 10px;
    display: block !important;
    text-align: left !important;
}

.zilla-likes:before,
.zilla-likes.active:before {
    font-size: 16px;
    content: '\e808';
    vertical-align: baseline;
}

.zilla-likes.active:before {
    content: '\e807';
}

.entry-title {
    font-size: 38px;
    font-weight: normal;
    margin: 0 0 24px;
}

.entry-title a {
    color: #8c8d90;
}

.entry-title a:hover {
    text-decoration: none;
}

.comments-link {
    display: block;
}

.jobify_widget_blog_posts .comments-link {
    display: inline-block;
}

.comments-title {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}

.comments-title,
#reply-title {
    font-size: 19px;
    font-weight: normal;
    margin: 40px 0;
}

#reply-title {
    margin: 80px 0 40px;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}

.comment {
    margin-bottom: 35px;
}

.comment-list .children {
    margin-left: 100px;
}

.comment-avatar {
    display: block;
    margin-bottom: 10px;
    width: 75px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.comment-list .children .comment-avatar {
    width: 40px;
}

.comment-list .children .comment-avatar img {
    width: 40px;
    height: 40px;
}

.comment-meta,
.comment-meta a {
    color: #919191;
}

.comment-meta,
.comment-content,
.comment-awaiting-moderation {
    margin-left: 100px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.comment-list .children .comment-meta,
.comment-list .children .comment-content,
.comment-list .children .comment-awaiting-moderation  {
    margin-left: 60px;
}

.comment-author .fn,
.comment-reply-link {
    font-size: 14px;
    font-style: normal;
}

.comment-list .edit-link {
    float: right;
}

.comment-reply-link {
    margin-left: 10px;
}

.comment-meta,
.comment-meta a {
    font-size: 13px;
    margin-bottom: 18px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

#commentform input[type="submit"] {
    display: inline-block;
    width: auto;
}

#commentform input[type="text"] {
    width: 50%;
    display: block;
}

/**
 * None
 */
#searchform input[type="text"] {
    padding: 15px;
    width: 80%;
    float: left;
}

#searchform input[type="submit"] {
    width: 18%;
    float: right;
}

/**
 * Misc
 */
.sticky,
.bypostauthor {

}

/**
 * Grid
 */
.content-grid .hentry {
    width: 31%;
    margin-right: 3%;
    float: left;
}

.content-grid .hentry:nth-child(3n) {
    margin-right: 0;
}

.content-grid .hentry .entry-header,
.content-grid .hentry .entry {
    width: 100%;
    float: none;
}

.content-grid .entry-header img {
    border-radius: 6px;
}

.content-grid .featured-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.content-grid .featured-image .overlay {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 6px;

    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

.content-grid .featured-image i {
    font-size: 40px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    transform:         translate(-50%, -50%);
}

.content-grid .featured-image:hover .overlay {
    opacity: .8;
}

.content-grid .entry-title {
    font-size: 24px;
    margin: 30px 0 10px;
}

.content-grid .entry-meta {
    margin: 0 0 10px;
}

.jobify_widget_blog_posts .content-grid {
    margin: 60px 0 0;
}

/* =Global Widgets
----------------------------------------------- */
.widget {
    margin-bottom: 30px;
}

.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget li {
    margin: 5px 0;
}

.widget a {
    text-decoration: none;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
    min-width: 100%;
}

/** Calendar */
#wp-calendar {
    margin: 0;
    width: 100%;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: left;
}

#wp-calendar caption {
    text-transform: uppercase;
    font-weight: bold;
}

#wp-calendar #next {
    padding-right: 24px;
    text-align: right;
}

/** RSS */
.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss li:before {
    content: ' ';
}

.widget_rss li a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

.widget_rss li a:hover {
    background: none;
}

.widget_rss .rss-date {
    font-size: 13px;
    display: block;
    margin: 5px 0;
}

/** Text */
.widget_text {
    margin: 40px 0;
}

/** Search */
.widget.widget_search #searchform input[type="text"] {
    margin-right: 5%;
    width: 72%;
}

.widget.widget_search #searchform #searchsubmit {
    font-size: 24px;
    padding: 9px;
}

/**
 * 6.0 Jobs
 * ----------------------------------------------------------------------------
 */

.job-manager-error,
.job-manager-message,
.rcp_message.error,
.gform_wrapper .validation_error,
.ninja-forms-response-msg.ninja-forms-error-msg,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    margin: 40px auto;
    padding: 20px;
    background-color: #fcf2f2;
    border: 0;
    border-left: 5px solid #df7c7b;
}

div.wpcf7-mail-sent-ok {
    background-color: #fafcf2;
    border-left-color: #87df7b;
}

.ninja-forms-field-error,
body span.wpcf7-not-valid-tip {
    color: #df7c7b;;
    font-size: 90%;
}

div.wpcf7-response-output {
    margin-bottom: 0;
}

.rcp_message p {
    margin-bottom: 0;
}

.job-manager-message {
    background-color: #f9fcf2;
    border-left: 5px solid #a1df7b;
}

.entry-content .add-job {
    margin: 40px 0;
    text-align: right;
    display: block;
}

.entry-content div.job_listings,
.entry-content div.resumes {
    clear: both;
    margin: 40px 0 0;
    text-align: center;
}

.search_jobs,
.resume_filters .search_resumes {
    padding: 30px 30px 15px;
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, .50);
    background-color: #404345;
}

.search_jobs input,
.search_jobs select,
.search_resumes input,
.search_resumes select {
    background: #fff;
    border: 0;
    border-radius: 4px;
}

.search_jobs input[type="submit" ],
.search_resumes input[type="submit"] {
    font-size: 14px;
    background: #E20101;
    color: #fff ;
    padding: 10px 11px;
    margin-right: 0;
    width: 100%;
    border: 2px solid #E20101;
}

.search_jobs [class^="col-"],
.search_resumes [class^="col-"] {
    margin-bottom: 15px;
}

.live-map .filter_by_tag,
.live-map .job_types,
.live-map .showing_jobs,
.live-map .showing_resumes {
    display: none;
}

.search_jobs .filter_by_tag {
    color: #fff;
    text-align: left;
    float: none;
    clear: left;
    margin: 15px 15px 0;
    width: 100%;
}

.search_jobs .filter_by_tag a {
    color: #fff;
    font: bold 12px/normal 'Montserrat', sans-serif !important;
}

.filter_wide.filter_by_tag a.active:before {
    content: '\2715';
}

.job_types {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-width: 0 1px;
display:none;
}

.job_types li {
    font: bold 12px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    float: left;
    border-right: 1px solid #ccc;
    padding: 20px;
}

.no_job_listings_found {
    padding: 20px;
}

.showing_jobs,
.resume_filters .showing_resumes {
    font-size: 1em;
    text-align: left;
    background: #fafafa;
    border: 1px solid #ccc;
    border-width: 1px 1px 0;
    padding: 15px 20px;
}

.showing_jobs span,
.showing_resumes span {
    font-size: 13px;
}

.showing_jobs .reset,
.showing_jobs .rss_link,
.showing_jobs .alert,
.showing_resumes .reset {
    font: bold 12px/normal 'Montserrat', sans-serif;
    color: #ccc;
    text-transform: uppercase;
    float: right;
    margin: 6px 0 0 10px;
}

.showing_jobs .reset:hover,
.showing_jobs .rss_link:hover,
.showing_jobs .alert:hover,
.showing_resumes .reset:hover {
    text-decoration: none;
}

.showing_jobs .reset:before,
.showing_resumes .reset:before {
    content: '\2715';
}

.showing_jobs .rss_link {
    color: #f08d3c;
}

.showing_jobs .rss_link:before {
    content: '\e854';
}

.showing_jobs .alert {
    color: #bf3737;
}

.showing_jobs .alert:before {
    content: '\e861';
}

.job_listing a,
.job_listing_preview a,
.type-resume a,
.resume_preview a,
.company-social a {
    color: #787878;
}

ul.job_listings,
ul.resumes {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #fff;
}

ul.job_listings.loading,
ul.resumes.loading {
    min-height: 96px;
    position: relative;
}

ul.job_listings.loading:before,
ul.resumes.loading:before {
    font-size: 20px;
    content: '\e892';
    position: absolute;
    top: 45%;
    left: 45%;

    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
}

.entry-content ul.job_listings.related {
    border-radius: 6px;
}

.job_listing,
.job_listing_preview,
ul.resumes li.resume {
    font: 16px/normal 'Varela Round', sans-serif;
    text-align: left;
    color: #787878;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

ul.resumes li.resume a,
ul.resumes li.no_resumes_found a {
    padding: 0;
}

li.job_listing img,
li.job_listing .position,
li.job_listing .location,
li.job_listing .meta,
li.type-resume img,
li.type-resume .candidate-column,
li.type-resume .candidate-location-column,
li.type-resume .resume-meta {
    margin-right: 3%;
    float: left;
}

li.job_listing img,
li.type-resume img {
    width: 50px;
    border-radius: 4px;
}

.job_listing .position,
.type-resume .candidate-column {
    width: 43%;
}

.job_listing .position h3,
.type-resume .candidate-column h3 {
    font-size: 16px;
    margin: 4px 0;
    padding: 0;
}

.job_listing .company,
.type-resume .candidate-title {
    font-size: 14px;
    color: #919191;
    margin: 4px 0;
}

.job_listing .location,
li.type-resume .candidate-location-column {
    width: 25%;
    line-height: 50px;
}

.job_listing .location:before,
li.type-resume .candidate-location:before {
    font-size: 24px;
    content: '\e843';
    vertical-align: middle;
    margin-right: 0;
}

li.job_listing .meta,
.job_listing_preview .meta,
li.type-resume .resume-meta {
    text-align: center;
    width: 15%;
/*    max-width: 160px;*/
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

.job_listing .meta .date,
.job_listing_preview .meta .date,
li.type-resume date,
li.type-resume .resume-category {
    font-size: 14px;
    margin-top: 3px;
}

.job-type {
    font: bold 12px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
}

.job_listing:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.job_listing:last-child,
ul.resumes li.resume:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.job_listing:only-child,
ul.resumes li.resume:only-child {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.home ul.resumes,
.home .job_listing:only-child,
.home ul.resumes li.resume:only-child {
    border-radius: 5px ! important;
}

.entry-content .job_listings ul.job_listings .job_listing:first-child,
.site-main .textwidget ul.job_listings .job_listing:first-child {
    border-radius: 0;
}

.load_more_jobs,
.load_more_resumes {
    font: bold 14px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    margin: 20px auto;
    border-radius: 6px;
}

.load_more_jobs:before,
.load_more_resumes:before {
    content: '\e817';
}

.no_resumes_found {
    padding: 10px;
}

.job_listings li.indeed_job_listing+li.job_listing,
.indeed_attribution.job_listing {
    border-top-width: 0;
}

.job_listings li.indeed_attribution a {
    float: none;
}

.job_listings li.indeed_attribution img {
    float: none;
    width: auto;
}

/**
 * Single Job
 */
.page-subtitle span.job-type {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    border-right: 0;
}

.job-overview-content,
.single-resume-content {
    line-height: 24px;
}

.job-overview-title,
.job_listing-widget-title-top,
.sidebar-widget-title {
    font-weight: normal;
    font-size: 23px;
    color: #787878;
    margin-top: 0;
}

.job_listing-widget-title {
    font-weight: normal;
    text-align: center;
    font-size: 13px;
    color: #919191;
    margin: 10px 0 25px;
}

.job_listing-widget {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.job_listing-widget.jobify_widget_job_apply,
.job_listing-widget.jobify_widget_job_type,
.job_listing-widget.jobify_widget_job_company_logo,
.single-job_listing .job_listing-widget.default-widget:nth-child(-n+3),
.single-resume .job_listing-widget.default-widget:nth-child(-n+2) {
    padding: 0;
    margin-bottom: 15px;
    border: 0;
}

.job_listing-widget:last-child {
    border: 0;
}

/** Top Widgets */
.job-meta-top {
    border-bottom: 1px solid #eee;
    padding: 0 0 60px;
    margin: 0 0 60px;
}

.job_listing-widget-top {
    margin-bottom: 25px;
}

.single-resume .col-md-3 .job_listing-widget-top.default-widget:first-child,
.single-job_listing .col-md-3 .job_listing-widget-top.default-widget:first-child {
    margin-bottom: 0;
}

.single-resume .col-md-3 .job_listing-widget-top.default-widget:first-child img {
    min-width: 100%;
}

.job_listing-widget-top.jobify_widget_job_share .entry-share > *,
.col-md-5 .job_listing-widget-top.default-widget .entry-share > * {
    float: left;
    margin-right: 20px;
}

#twitter-widget-0 {
    width: 80px !important;
}

.job_listing-widget-top.jobify_widget_job_company_logo a {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    background: #eee;
}

.company_logo {
    max-width: 100%;
}

.job_listing-widget ul,
.job_listing-widget-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job_listing-widget li {
    margin: 0 0 15px;
}

.job_listing-widget-top li {
    margin-bottom: 5px;
}

.company-social-title {
    font-size: 13px;
    color: #919191;
}

.company-social,
.resume-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-social li:last-child,
.resume-categories li:last-child {
    margin-bottom: 0;
}

.company-social a:hover {
    text-decoration: none;
}

.job-category {
    text-align: center;
    display: block;
}

.company-social li i {
    text-align: center;
    width: 25px;
}

.job_listing-widget-top.jobify_widget_job_company_social,
.job_listing-widget-top.jobify_widget_resume_links,
.col-md-4 .job_listing-widget-top.default-widget:first-child {
    margin-bottom: 5px;
}

.job_listing-widget-top .company-social,
.job_listing-widget-top .resume-links {
    overflow: hidden;
}

.job_listing-widget-top .company-social li,
.job_listing-widget-top .resume-links li {
    margin: 0 15px 20px 0;
    float: left;
}

.job-overview-content h2,
.job-overview-content h3,
.job-overview-content h4,
.job-overview-content h5 {
    font-weight: normal;
}

/**
 * Submit Job
 */
.job-manager-form {
    margin: 0 auto;
}

.job-manager-form h2 {
    font-size: 23px;
    color: #787878;
    font-weight: normal;
    margin: 40px 0;
}

.job-manager-form fieldset,
body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
    margin: 0 0 40px;
    padding: 0;
    border: 0;
}

.entry-content .job-manager-form p {
    margin: 40px 0;
}

.job-manager-form .fieldset-job_type,
.job-manager-form .fieldset-job_category,
.job-manager-form .fieldset-company_name,
.job-manager-form .fieldset-company_website,
.job-manager-form .fieldset-company_twitter,
.job-manager-form .fieldset-company_facebook,
.job-manager-form .fieldset-company_google,
.rcp_user_fieldset p {
    margin-right: 6%;
    width: 47%;
    float: left;
}

.job-manager-form .fieldset-job_category,
.job-manager-form .fieldset-company_tagline,
.job-manager-form .fieldset-company_website,
.job-manager-form .fieldset-company_facebook,
.rcp_user_fieldset #rcp_user_email_wrap,
.rcp_user_fieldset #rcp_user_last_wrap,
.rcp_user_fieldset #rcp_password_again_wrap {
    margin-right: 0;
}

.fieldset-job_description,
.fieldset-job_tags {
    clear: left;
}

.fieldset-company_logo,
.fieldset-company_linkedin {
    clear: both;
}

.job-manager-form .account-sign-in {
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.job-manager-form .account-sign-in .button {
    font-size: 12px;
    margin-top: -3px;
    padding: 5px 10px;
    border-radius: 4px;
    float: right;
    margin-left: 10px;
}

.job_listing_preview_title,
.resume_preview_title {
    font-weight: normal;
    text-align: center;
    line-height: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow:  hidden;
}

.job_listing_preview_title input[name="continue"],
.resume_preview_title input[name="continue"] {
    float: right;
}

.job_listing_preview_title input[name="edit_job"],
.resume_preview_title input[name="edit_resume"] {
    float: left;
}

.job_listing_preview_title h2,
.resume_preview_title h2 {
    padding-top: 40px;
}

.job-manager-form .field.has-select,
.search_category,
.search_categories {
    position: relative;
}

.job-manager-form .field.has-select,
.search_category,
.search_categories {
    font-size: 16px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    /**width: 100%;*/
    overflow: hidden;
}

.job-manager-form .field.has-select .select,
.search_category .select,
.search_categories .select {
    width: 120%;
}

.job-manager-form .field.has-select .select:before,
.search_category .select:before,
.search_categories .select:before {
    content: '\e86f';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    background: none;
    border: 0;
}

.job-manager-form .field.has-select .select select,
.search_category .select select,
.search_categories .select select {
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 120%;
    position: relative;
    z-index: 10;
}

.search_categories,
.search_category {
    border: 0px none;
    padding: 8px 14px;
    border-radius: 4px;
}

.chosen-container {
    /*padding: 6px 12px;*/
    padding: 8px 12px;
    background: #fff;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 4px;
    color:gray;
}

.chosen-container .chosen-choices {
    background: none;
    border: 0px;
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 16px;
    font-family: 'Varela Round', sans-serif !important;
    height: auto;
}

/**
 * Dashboard
 */
#job-manager-job-dashboard p {
    margin-bottom: 40px;
}

.job-manager-jobs td,
.resume-manager-resumes td {
    padding: 20px 10px 20px 0;
}

.job-manager-jobs td.job_title,
.resume-manager-resumes td.resume_title {
    font-size: 18px;
}

.job-dashboard-actions,
.candidate-dashboard-actions {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-dashboard-actions li,
.candidate-dashboard-actions li {
    line-height: normal;
    margin-right: 20px;
    float: left;
}

.job-dashboard-actions a,
.candidate-dashboard-actions a {
    font: normal 12px/normal 'Montserrat', sans-serif;
    color: #6e6e6e;
}

.job-dashboard-actions a:hover {
    text-decoration: none;
}

.job-dashboard-action-edit:before,
.candidate-dashboard-action-edit:before {
    content: '\e856';
}

.job-dashboard-action-mark_filled:before {
    content: '\e813';
}

.job-dashboard-action-mark_not_filled:before {
    content: '\2796';
}

/**
 * Spotlight
 */
.single-job-spotlight,
.job_summary_shortcode {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.single-job-spotlight-feature-image img {
    min-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-job-spotlight-content {
    padding: 8%;
}

.single-job-spotlight-content p,
.job_summary_shortcode p {
    margin-bottom: 18px;
}

.single-job-spotlight-content p:last-child {
    margin-bottom: 0;
}

.single-job-spotlight-content a,
.single-job-spotlight-actions .action a {
    color: #787878;
}

.single-job-spotlight-content p:first-child a {
    font-weight: bold;
}

.single-job-spotlight-actions {
    margin: 0 0 8px;
}

.single-job-spotlight-actions .action {
    font-size: 14px;
    text-align: center;
    padding: 18px;
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    border-radius: 0;
}

.single-job-spotlight-actions .action:last-child {
    border-right: 0;
}

/**
 * Job Summary
 */
.job_summary_shortcode {

}

.job_summary_shortcode a:hover {
    text-decoration: none;
}

.job_summary_shortcode .job-type {
    margin: 20px;
    display: inline-block;
}

.job_summary_content {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #fcfcfc;
    border-top: 1px solid #ccc;
    padding: 20px;
}

.job_summary_content h1 {
    font-size: 20px;
    margin: 10px 0;
}

.job_summary_content .meta {
    font-size: 14px;
    margin: 0;
}

/**
 * Company
 */
.company-profile {
    margin: 60px auto 0;
}

.company-profile-jobs .job_listings {
    margin: 0;
}

.company-profile-jobs .job_listings ul.job_listings {
    border-radius: 6px;
}

.company-profile-info .meta {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-letters {
    margin-bottom: 60px;
    border-bottom: 2px solid #ddd;
    background: #fbfbfb;
    text-align: center;
}

.company-letters a {
    font: bold 14px/normal 'Montserrat', sans-serif;
    display: inline-block;
    padding: 14px 10px;
}

.companies-overview,
.companies-overview ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.companies-overview {
    margin: 0 auto;
}

.companies-overview .company-group {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    display: inline;
}

.companies-overview .company-group:nth-child(3n) {
    margin-right: 0;
}

.company-letter {
    font: bold 24px/normal 'Montserrat', sans-serif;
    padding: 0 0 8px;
    border-bottom: 2px solid #eee;
}

.companies-overview li li a {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    display: block;
}

/**
 * 7.0 Homepage Content
 * ----------------------------------------------------------------------------
 */

.homepage-widget {
    /*margin: 100px 0;*/
    margin: 50px 0 0 0;
}

.page .homepage-widget {
    /*margin-bottom: 50px;*/
}

.homepage-widget.jobify_widget_slider_hero:first-child,
.homepage-widget.jobify_widget_map:first-child,
.homepage-widget.jobify_widget_map_resumes:first-child {
    margin-top: 0;
}

.homepage-widget:last-child {
    margin-bottom: 0;
}

.homepage-widget-title {
    font: normal 38px/normal 'Varela Round', sans-serif;
    text-align: center;
    color: #787878;
    margin: 0 0 50px;
    padding: 0;
}

.homepage-widget-description {
    text-align: center;
    margin: -25px auto 40px;
    max-width: 700px;
}

/**
 * Map
 */
#jobify-map-canvas,
#jobify-map-canvas-resumes {
    width: 100%;
    height: 500px;
}

#map-canvas-wrap {
    position: relative;
}

.map-filter {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    z-index: 100;
    display: none;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
}

.map-tooltip {
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .70);
    border-radius: 4px;
    margin-top: 16px;
    padding: 10px;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    position: relative;
}

.map-tooltip:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent rgba(0, 0, 0, .70) transparent;
    position: absolute;
    display: block;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.cluster {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.cluster:after {
    width: 38px;
    height: 38px;
    border: 2px dashed;
    content: ' ';
    position: absolute;
    border-radius: 50%;
    top: -4px;
    left: -4px;

    -webkit-animation: clusterScale 4s infinite;
    -moz-animation:    clusterScale 4s infinite;
    animation:         clusterScale 4s infinite;
}

@-webkit-keyframes clusterScale {
    0%, 100% {
        -webkit-transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(1.1) rotate(90deg);
    }
}

@-moz-keyframes clusterScale {
    0%, 100% {
        -moz-transform: scale(1) rotate(0deg);
    }
    50% {
        -moz-transform: scale(1.1) rotate(90deg);
    }
}

@keyframes clusterScale {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(90deg);
    }
}

/**
 * Job Listings
 */
.jobify_widget_jobs .homepage-widget-title {
    text-align: left;
}

.recent-jobs.has-spotlight {
    width: 100%;
    float: left;
}

.job-spotlight {
    width: 38%;
    float: right;
	display:none;
}

.jobify_widget_jobs ul.job_listings {
    border-radius: 6px;
}

ul.job_listings .job_listing:hover,
.job_position_featured,
ul.resumes .resume:hover {
    background: #fafafa;
}

.jobify_widget_jobs .load_more_jobs,
.jobify_widget_resumes .load_more_resumes {
    display: none !important;
}

.recent-jobs .job_listing .meta {
    margin-top: 15px;
}

.recent-jobs .job_listing date,
.recent-jobs .job_listing .tagline {
    display: none;
}

/**
 * Callout
 */
.callout {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 30px;
}

.callout-description {
    margin-top: 11px;
    width: 65%;
    float: left;
}

.callout-description p {
    font-size: 15px;
    line-height: 24px;
    color: #8c8d90;
}

.callout-description p:last-child {
    margin-bottom: 0;
}

.callout-action {
    width: 30%;
    float: right;
}

.callout-action a.button {
    width: 100%;
}

/**
 * Companies
 */
.jobify_widget_companies {
    margin-bottom: 150px;
}

.company-slider-wrap {
    margin: 20px 0 0;
    padding: 0 70px;
    position: relative;
}

.company-slider-item {
    text-align: center;
    padding: 0;
    width: 200px !important;
    height: auto !important;
    float: left;
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    color: #8c8d90;
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -21px;
    opacity: 0.50;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-prev {
    left: 0;
}

.flex-next {
    right: 0;
}

/**
 * Stats
 */
.job-stats {
    text-align: center;
    margin: 60px auto 0;
    padding: 0 0 80px;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.job-stat {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ddd;
    display: inline-block;
}

.job-stat.col-md-2 {
    padding-left: 0;
    padding-right: 0;
    width: 19%;
    float: none;
}

.job-stat:last-child {
    border-right: 0;
}

.job-stat strong {
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
    display: block;
}

/**
 * Slider
 */
.jobify_widget_slider .soliloquy-container {
    max-width: 1140px;
    margin: 0 auto;
    display: block;
}

.soliloquy-container .soliloquy .soliloquy-slides img {
    width: auto;
    height: auto;
}

.jobify_widget_slider {
    background-size: cover;
}

.soliloquy-image-wrap {
    width: 45%;
    float: left;
    position: relative;
}

.soliloquy-caption-wrap {
    width: 52%;
    float: right;
    padding: 80px 0;
}

body .soliloquy-container .soliloquy .soliloquy-slides > li {
    padding: 0 80px;
}

body .soliloquy-container .soliloquy-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
}

body .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    text-shadow: none;
    background: none;
    padding: 0;
}

h2.soliloquy-caption-title {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}

body .soliloquy-control-nav.soliloquy-control-paging {
    display: none;
}

.jobify_widget_slider a.button-secondary {
    color: #fff;
    border-color: #fff;
    width: auto;
    display: inline-block;
    float: left;
}

.jobify_widget_slider .button-secondary:hover {
    background: #fff;
}

/**
 * Hero Slider
 */
body .jobify_widget_slider_hero .soliloquy-container .soliloquy .soliloquy-slides > li {
    padding: 0;
}

body .jobify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging {
    display: block;
    position: absolute;
    bottom: 10px;
    /*left: 50%;*/
    /*bottom: 100px;*/
        left:46%;
}

body .jobify_widget_slider_hero .soliloquy-control-nav.soliloquy-control-paging a {
    -webkit-transition: none;
    -moz-transition:    none;
    transition:         none;
}

body .soliloquy-container .soliloquy-direction-nav,
body .soliloquy-container .soliloquy-direction-nav {
    display: block;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-direction-nav,
body .jobify_widget_slider_hero .soliloquy-container .soliloquy-direction-nav {
    display: none;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap {
    text-shadow: #000 0 0 13px;
    margin-left: -570px;
    width: 1140px;
    position: absolute;
    /*top: 50%;*/
	top:85%;
    left: 50%;
    z-index: 10;

    -webkit-transform: translate(0, -50%);
    -ms-transform:     translate(0, -50%);
    transform:         translate(0%, -50%);
}

.jobify_widget_slider_hero .soliloquy-caption {
    max-width: 30%;
}

body .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    font-size: 22px;
    text-shadow: #000 0 0 13px;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap .soliloquy-caption-title {
    font-size: 32px;
    margin: 0 0 12px;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap p {
    font-size: 23px;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap .button {
    text-shadow: none;
    float: left;
}

.jobify_widget_slider_hero .soliloquy-caption-wrap a.button:hover {
/*    color: #fff;
    text-shadow: #000 0 0 13px;
    border-color: #fff;*/
}

/**
 * Video
 */
.jobify_widget_video {
    overflow: hidden;
}

.video-description {
    width: 55%;
    float: left;
}

.video-description .homepage-widget-title {
    text-align: left;
}

.video-preview {
    width: 40%;
    float: right;
    display: none;
}

.video-preview.static {
    display: block;
}

/**
 * Testimonials
 */
.jobify_widget_testimonials {
    color: #fff;
    padding: 75px 0;
}

.jobify_widget_testimonials .flex-direction-nav a i,
.jobify_widget_testimonials .homepage-widget-title {
    color: #fff;
}

.testimonial-slider-wrap {
    margin: 60px 0 0;
    padding: 0 60px;
    position: relative;
}

.individual-testimonial {
    margin: 0 40px 0 0;
    padding: 0;
    text-align: center;
    width: 220px !important;
    height: auto;
    float: left;
    opacity: 0;
}

.page-template-page-templatestestimonials-php .individual-testimonial,
.jobify_widget_testimonials .static .individual-testimonial {
    opacity: 1;
}

.individual-testimonial p {
    color: #8c8d90;
    font-size: 15px;
    line-height: 23px;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.individual-testimonial p:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    display: block;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

.individual-testimonial-author {
    margin: 0 auto;
}

.individual-testimonial-author img {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

blockquote .individual-testimonial-author cite {
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin: 4px 0 0;
}

.jobify_widget_testimonials .flex-direction-nav .flex-prev,
.jobify_widget_testimonials .flex-direction-nav .flex-next {
    top: 32%;
}

.page-template-page-templatestestimonials-php .jobify_widget_testimonials,
.post-type-archive-testimonial .jobify_widget_testimonials {
    padding: 0;
}

.page-template-page-templatestestimonials-php .testimonial-slider-wrap,
.post-type-archive-testimonial .testimonial-slider-wrap {
    margin-top: 0;
}

.page-template-page-templatestestimonials-php .individual-testimonial p,
.post-type-archive-testimonial .individual-testimonial p {
    border: 1px solid #ccc;
}

.page-template-page-templatestestimonials-php .individual-testimonial p:before,
.post-type-archive-testimonial .individual-testimonial p:before {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    display: block;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
}

.page-template-page-templatestestimonials-php .jobify_widget_testimonials .flex-direction-nav a i,
.post-type-archive-testimonial .jobify_widget_testimonials .flex-direction-nav a i {
    color: #8c8d90;
}

/**
 * Pricing
 */
.pricing-table-widget-1,
.pricing-table-widget-2,
.pricing-table-widget-3,
.pricing-table-widget-4,
.pricing-table-widget-5 {
    overflow: hidden;
}

.pricing-table-widget-1 > div {
    width: 100%;
}

.pricing-table-widget-2 > div {
    width: 48%;
    margin-right: 2%;
}

.pricing-table-widget-3 > div {
    width: 31%;
    margin-right: 3%;
}

.pricing-table-widget-4 > div {
    width: 22%;
    margin-right: 3%;
}

.pricing-table-widget-5 > div {
    width: 20%;
    margin-right: 2%;
}

.pricing-table-widget-2 > div:last-child,
.pricing-table-widget-3 > div:last-child,
.pricing-table-widget-4 > div:last-child
.pricing-table-widget-5 > div:last-child {
    margin-right: 0;
}

.pricing-table-widget {
    float: left;
    background: #fff;
}

.pricing-table-widget-title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pricing-table-widget-description {
    text-align: center;
    padding: 40px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pricing-table-widget-description h2:first-child {
    margin-top: -10px;
    font-weight: normal;
    font-size: 70px;
}

.pricing-table-widget-description h2:first-child sup {
    top: -1.25em;
    font-size: 25px;
}

.pricing-table-widget-description ul,
.pricing-table-widget-description ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-table-widget-description li,
.pricing-table-widget-description p {
    line-height: 32px;
}

.pricing-table-widget-description p {
    margin: 24px 0;
}

.pricing-table-widget-description > *:last-child {
    margin-bottom: 0;
}

.jobify_widget_price_table + .jobify_widget_callout,
.jobify_widget_price_table_rcp + .jobify_widget_callout {
    margin-top: -50px;
}

/**
 * 8.0 Restrict Content Pro
 * ----------------------------------------------------------------------------
 */
.rcp_level_duration {
    font: bold 14px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.rcp_subscription_message {
    display: none;
}

.rcp_subscription_fieldset {
    margin: 40px 0;
}

.rcp_subscription_fieldset > div {
    clear: both;
}

.rcp_subscription_fieldset .pricing-table-widget-description h2:first-child {
    font-size: 60px;
}

.rcp_subscription_fieldset input[name="rcp_level"] {
    display: none;
}

.rcp_subscription_level_fake {
    background: #fff;
}

.page-template-page-templatespricing-php .rcp_subscription_level_fake {
    opacity: 1;
}

.rcp_subscription_level:hover,
.rcp_subscription_level_fake:hover {
    cursor: pointer;
}

.rcp_subscription_level.selected {
    box-shadow: 0 0 10px rgba(0, 0, 0, .20);
    border-radius: 7px;
}

.rcp_subscription_level.selected .pricing-table-widget-description {
    border-color: #bbb;
}

#rcp_registration_form .card-expiry-month,
#rcp_registration_form .card-expiry-year {
    width: 10% !important;
}

input#card-cvc.edd-input.required {
    width: 20% !important;
}

/**
 * 9.0 WooCommerce
 * ----------------------------------------------------------------------------
 */

.woocommerce-checkout #customer_details .col-1 {
    width: 100%;
    float: none;
}

.woocommerce-checkout #customer_details .col-2 {
    display: none;
}

body.woocommerce form.checkout_coupon .form-row,
body.woocommerce-page form.checkout_coupon .form-row {
    margin-bottom: 0;
}

.job_listing_packages_title,
.entry-content .job_listing_packages_title {
    margin: 0 0 40px;
    padding: 0;
    background: none;
    border: 0;
}

.job_listing_packages_title h2 {
    padding: 0.55em 0;
}

.job_listing_packages {
    background: none;
    border: 0;
    padding: 0;
}

.existing-packages {
    margin-top: 40px;
    clear:both;
}

.job-packages {
    margin: 60px 0;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row{
    margin-bottom: 0;
}

/**
 * 10.0 Footer
 * ----------------------------------------------------------------------------
 */

.footer-cta {
    text-align: center;
/*    margin: 100px 0 -100px;*/
/*    margin: 100px 0 0;*/
    padding: 50px 0 25px 0;
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, .10 )
}

.footer-cta h2 {
    font-size: 38px;
    font-weight: normal;
}

.site-footer {
    color: #adadad;
/*    margin-top: 100px;*/
    background: #24262b;
}

.site-footer a {
    color: #adadad;
}

.site-footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

/** Copyright */
.copyright {
    font: bold 12px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 30px 0;
    overflow: hidden;
    box-shadow: inset rgba(255, 255, 255, .10 ) 0 4px 0;
    position: relative;
}

.site-info {
    float: left;
}

/** Social */
.footer-social {
    float: right;
}

.footer-social a {
    margin: 0 8px;
    font-size: 20px;
}

.footer-social a.hidden {
    display: none;
}

/** Facebook */
.resume-link a[href*="facebook.com"]::before,
.footer-social a[href*="facebook.com"]::before {
    content: '\e8f4';
}

.resume-link a:hover[href*="facebook.com"]::before,
.footer-social a:hover[href*="facebook.com"]::before {
    color: #3b5998;
}

/** Twitter */
.resume-link a[href*="twitter.com"]::before,
.footer-social a[href*="twitter.com"]::before {
    content: '\e8f2';
}

.resume-link a:hover[href*="twitter.com"]::before,
.footer-social a:hover[href*="twitter.com"]::before {
    color: #33ccff;
}

/** Google Plus */
.resume-link a[href*="plus.google.com"]::before ,
.footer-social a[href*="plus.google.com"]::before {
    content: '\e8f7';
}

.resume-link a:hover[href*="plus.google.com"]::before,
.footer-social a:hover[href*="plus.google.com"]::before {
    color: #dd4b39;
}

/** Linkedin */
.resume-link a[href*="linkedin.com"]::before,
.footer-social a[href*="linkedin.com"]::before {
    content: '\e8fd';
}

.resume-link a:hover[href*="linkedin.com"]::before,
.footer-social a:hover[href*="linkedin.com"]::before {
    color: #069;
}

/** Instagram */
.resume-link a[href*="instagram.com"]::before,
.footer-social a[href*="instagram.com"]::before {
    content: '\e90a';
}

.resume-link a:hover[href*="instagram.com"]::before,
.footer-social a:hover[href*="instagram.com"]::before {
    color: #3f729b;
}

/** Pinterest */
.resume-link a[href*="pinterest.com"]::before,
.footer-social a[href*="pinterest.com"]::before {
    content: '\e8f9';
}

.resume-link a:hover[href*="pinterest.com"]::before,
.footer-social a:hover[href*="pinterest.com"]::before {
    color: #c8232c;
}

/** Vimeo */
.resume-link a[href*="vimeo.com"]::before,
.footer-social a[href*="vimeo.com"]::before {
    content: '\e8f0';
}

.resume-link a:hover[href*="vimeo.com"]::before,
.footer-social a:hover[href*="vimeo.com"]::before {
    color: #1AB7EA;
}

/** RSS */
.resume-link a[href$=".rss"]::before ,
.footer-social a[href$=".rss"]::before {
    content: '\e854';
}

.resume-link a:hover[href$=".rss"]::before,
.footer-social a:hover[href$=".rss"]::before {
    color: #FF6600;
}

.btt i {
    left: 50%;
    top: 50%;
    left: 50%;
    font-size: 28px;
    position: absolute;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform:     translate(-50%, -50%);
    transform:         translate(-50%, -50%);
}

/** Widgets */
.footer-widgets {
    /*padding: 100px 0;*/
    padding: 50px 0 0 0;
   /* background: #2e3137;*/
background: #51545a;
    box-shadow: inset rgba(255, 255, 255, .10 ) 0 4px 0;
}

.footer-widget {
    margin-right: 2%;
    width: 21%;
    float: left;
}

.footer-widget:first-child {
    width: 30%;
}

.footer-widget:last-child {
    margin-right: 0;
}

.footer-widget.widget_text {
    margin-top: 0;
}

.footer-widget-title,
.footer-widget #wp-calendar caption {
    font: normal 18px Varela Round, sans-serif;
    color: #fff;
    margin: 0 0 12px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: inside disc none;
}

/** Calendar */
.footer-widget #wp-calendar,
.footer-widget #wp-calendar td,
.footer-widget #wp-calendar th {
    border: 0;
}

.footer-widget #wp-calendar a,
.footer-widget #wp-calendar th {
    color: #fff;
}

/** Search/Inputs */
.footer-widget form label {
    display: block;
}

.footer-widget input[type="text"],
.footer-widget input[type="search"],
.footer-widget input[type="email"] {
    color: #6e6e6e;
    padding: 15px;
    background: #fff;
    border-radius: 2px;
}

.footer-widget input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #484848;
    padding: 16px;
    border-radius: 2px;
}

.footer-widget form input[type="text"],
#pmc_mailchimp div:first-child {
    width: 65%;
}

.footer-widget form input[type="submit"],
#pmc_mailchimp div:last-of-type {
    width: 35%;
    margin-left: 0;
}

#pmc_mailchimp label {
    display: none;
}

#pmc_mailchimp div {
    float: left;
}

#pmc_mailchimp div br,
.mailbag-wrap br {
    display: none;
}

#pmc_mailchimp div input[type="text"],
.mailbag-wrap input[type="text"],
.mailbag-wrap input[type="email"] {
    width: 100%;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 0;
}

.mailbag-wrap input[type="email"]:focus {
    border-color: #fff;
}

.footer-widget .mailbag-wrap input[type="text"],
.footer-widget .mailbag-wrap input[type="email"] {
    border-radius: 4px;
    width: 100%;
}

#pmc_mailchimp div input[type="submit"],
.mailbag-wrap input[type="submit"] {
    font-size: 14px;
    border-radius: 4px;
    margin: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 16px;
    width: 100%;
}

.mailbag-wrap input[type="submit"] {
    border-radius: 4px;
}

#pmc_mailchimp div input[type="submit"]:hover,
.mailbag-wrap input[type="submit"]:hover {
    color: #fff;
}

#pmc_mailchimp,
.mailbag-wrap {
    margin-top: 20px;
}

.mailbag-input {
    margin-bottom: 15px;
}

.mailbag-input label {
    font: normal 16px/normal "Varela Round", Helvetica, sans-serif;
    color: #adadad;
    text-transform: none;
    margin-bottom: 4px;
}

/** Recent */
.widget_recent_entries ul,
.widget_twitter ul {
    list-style: none;
}

.widget_recent_entries li,
.widget_twitter li {
    margin: 0 0 10px;
}

.widget_recent_entries .post-date,
.widget_twitter .timesince {
    display: block;
    font-size: 80%;
}


/**
 * 8.0 Modals
 * ----------------------------------------------------------------------------
 */

.modal,
.resume_contact_details {
    display: none;
}

.mfp-content .modal,
.mfp-content .resume_contact_details {
    display: block !important;
}

.application_details,
.resume_contact_details,
.modal {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 6px;
}

.modal {
    padding: 0;
    background: #fafafa;
}

.modal-title {
    font-weight: normal;
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal #loginform,
.modal #register-form,
.application-content,
.resume-contact-content,
.modal .rcp_form {
    padding: 0 30px 30px;
}

.cluster-list {
    margin: 0 0 0 30px;
    padding: 0;
}

.modal #loginform .login-submit,
.modal #register-form .register-submit,
.modal .rcp_form #rcp_submit_wrap,
.modal .rcp_login_data p:last-child,
.modal .gform_footer,
.modal .ninja-forms-all-fields-wrap .field-wrap.submit-wrap {
    margin: 0 -30px -30px;
    padding: 30px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal .job-manager-form fieldset {
    margin-bottom: 24px;
}

.application_details p:last-of-type,
.resume_contact_details p:last-of-type {
    margin-bottom: 0;
}

button.mfp-close {
    color: #fff !important;
    top: 33px;
    right: 30px;
    line-height: 31px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}

button.mfp-close:active {
    top: 30px;
}

/**
 * Misc
 */
.entry-content #loginform,
.entry-content #register-form,
.entry-content .rcp_form,
.entry-content .job-manager-error {
    margin: 0 auto;
    max-width: 500px;
    min-width: 250px;
}

.entry-content .job-manager-error {
    margin-bottom: 20px;
}

.rcp_header {
    display: none;
}

.modal-login .login-remember {
    display: none;
}

.contact-form input[type="text"],
.contact-form textarea {
    width: 100% !important;
}

.contact-form textarea {
    height: 195px;
}

.two_third.last_column div {
    width: 95%;
    float: right;
}

.contact-submit {
    margin-top: 20px;
}

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gfield,
.ninja-forms-all-fields-wrap .field-wrap {
    margin: 0 0 20px;
}

.ninja-forms-all-fields-wrap .field-wrap.hidden-wrap,
.ninja-forms-all-fields-wrap .field-wrap.submit-wrap {
    margin-bottom: 0;
}

.modal .ninja-forms-all-fields-wrap .field-wrap.submit-wrap {
    margin-top: 40px;
}

.ginput_container {
    margin: 0 0 8px;
}

.gfield_description {
    font-size: 80%;
    float: left;
}

.gfield_description.validation_message {
    color: #df7c7b;
    float: right;
}

.modal .gform_wrapper .validation_error,
.ninja-forms-required-items {
    margin: 0 0 30px;
}

body .field-wrap.label-left .ninja-forms-field {
    margin-left: 0;
}

/**
 * 9.0 Resumes
 * ----------------------------------------------------------------------------
 */

.fieldset-links .fieldset-name,
.fieldset-links .fieldset-url {
    margin-bottom: 0;
    float: left;
}

.fieldset-links .fieldset-name {
    width: 30%;
    margin-right: 4%;
}

.fieldset-links .fieldset-url {
    width: 66%;
}

.fieldset-links .resume-manager-data-row,
.fieldset-candidate_education .resume-manager-data-row,
.fieldset-candidate_experience .resume-manager-data-row {
    margin-bottom: 20px;
    padding: 30px;
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.resume-manager-data-row fieldset:last-child {
    border: 0;
}

.fieldset-links .resume-manager-data-row {
    overflow: hidden;
}

.fieldset-links > .field,
.fieldset-candidate_education > .field,
.fieldset-candidate_experience > .field {
    margin-top: 10px;
}

.fieldset-candidate_education .resume-manager-data-row fieldset,
.fieldset-candidate_experience .resume-manager-data-row fieldset {
    margin-bottom: 20px;
}

.fieldset-candidate_education .resume-manager-data-row fieldset:last-child,
.fieldset-candidate_experience .resume-manager-data-row fieldset:last-child {
    margin-bottom: 0;
}

.resume_filters .search_resumes div.search_categories {
    clear: none;
}

.resume_filters .search_resumes div.search_categories .select {
    width: 100%;
    margin-right: 0;
}

.resume-info h2:not(:first-child) {
    margin-top: 1.5em;
}

li.type-resume .resume-meta {
    margin-top: 3px;
}

li.type-resume .resume-meta .resume-category {
    font-weight: bold;
    text-align: center;
}

.single-resume-content .meta {
    margin: 15px 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    list-style: none;
}

.single-resume-content dl {
    margin: 0;
}

.single-resume-content dt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.single-resume-content dd {
    margin: 15px 0;
    padding-left: 15px;
    border-left: 1px solid #eee;
}

.single-resume-content dd .date {
    font: normal 12px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #919191;
    display: block;
}

.single-resume-content dd .date:before {
    content: '\e85c';
    margin-left: 0;
    margin-right: 5px;
}

.single-resume-content dd .qualification,
.single-resume-content dd .job_title {
    margin: 8px 0 0;
    display: block;
}

.resume-manager-skills {
    margin: 0;
    padding-left: 18px;
}

.resume_contact {
    margin: 15px 0;
}

.resume-links .resume-link {
    margin: 5px 0;
}

.resume-link a:hover {
    text-decoration: none;
}

.resume-link a:before {
    content: '\e823';
}

.resume-file {
    font-weight: bold;
    display: block;
}

.resume-file:before {
    content: '\e84e';
}

/**
 * 10.0 Misc
 * ----------------------------------------------------------------------------
 */

body .soliloquy-container.soliloquy-preloader {
    background: none;
}

.application-deadline:before,
.application-deadline.expiring:before,
.application-deadline.expired:before {
    content: '\e863';
}

.jobify_widget_job_application_deadline .application-deadline:before {
    padding-top: 3px;
    vertical-align: top;
}

.application-deadline.expiring {
    color: #f39c12;
}

.application-deadline.expired {
    color: #e74c3c;
}


body .pac-container {
    border: 0;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08) !important;
}

.mfp-container {
    -webkit-perspective: 1300px;
    -ms-perspective: 1300px;
    -o-perspective: 1300px;
    perspective: 1300px;
}

.mfp-content{
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mfp-ready .mfp-content {
    zoom: 1;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    visibility: visible;
}

.mfp-removing .mfp-content {
    zoom: 1;
    opacity: 0;
    transform: rotateY(-60deg);
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    visibility: visible;
}

@-o-keyframes rotate {
    from {-o-transform:rotate(0deg);}
    to {-o-transform:rotate(360deg);}
}
@-moz-keyframes rotate {
    from {-moz-transform:rotate(0deg);}
    to {-moz-transform:rotate(360deg);}
}
@-ms-keyframes rotate {
    from {-ms-transform:rotate(0deg);}
    to {-ms-transform:rotate(360deg);}
}
@-webkit-keyframes rotate {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}
@-keyframes rotate {
    from { transform:rotate(0deg);}
    to { transform:rotate(360deg);}
}

/********* New Custom CSS ***********/

.top-bar
{
    background:url(images/top_bar_bg.PNG) repeat-x left top;
}
.top-bar i {
    margin:0px;
    font-family: 'TradeGothicLTBoldRegular';
    color:#fff;
    font-size:13px;
}
.no-padding
{
    padding:0 0 0 0 !important;
}
.contact-info
{
    width:auto;
}
.number
{
    font-family: 'TradeGothicLTBoldRegular';
    color:#fff;
    font-size:16px;
    font-weight:normal;
    margin:12px 0 0 0;
}
.number a
{
    font-family: 'TradeGothicLTBoldRegular';
    color:#fff;
    font-size:16px;
    font-weight:normal;
    margin:12px 0 0 0;
	text-decoration:none;
}

.or{
    background:#fff;
    border-radius:50px;
    color:#000;
    font-family: 'TradeGothicLTBoldRegular';
    padding:0px 3px 1px;
    font-size:12px;
    position:relative;
    bottom:2px;

}
.pull-right
{
    text-align:right !important;
}
.signup
{
}
.signup h1
{
    font-family: 'TradeGothicLTBoldRegular';
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    margin:0 0 0 0;
    padding:0 0 22px 0;
}
.col-lg-12.no-padding.p-top-6 {
    padding-top: 6px !important;
}
.signup-login{
    background:url(images/sign_up_bg.PNG) no-repeat right;
    min-width: 160px;
}
.signup-login ul{
    margin: 0 0 0 25px;
    padding: 0 0 0 0;
    text-align: center;
}
.signup-login ul li{
    list-style: none;
    display: inline-block;
    color:#fff;
    padding-bottom: 10px;
    padding-top: 8px;
}
.signup-login ul li a{
    color: #fff;
    font-weight: bold;
    font-family: 'TradeGothicLTBoldRegular';
    font-weight: normal;
}

.jo_alerts{
    padding: 6px 0;
    text-align: right;
}
.jo_alerts a{
    color: #fff;
    font-size: 13px;
    font-family: 'TradeGothicLTBoldRegular';
}
.jo_alerts a:hover{ color:#dd1f27; text-decoration:none;}
.banner_wrap
{
    /*background:url(images/banner_bg.PNG) no-repeat right;*/
    /*background:url(http://captics.net/wp-content/uploads/2014/11/banner_bg.png) no-repeat right;*/
    background:url(http://captics.net/wp-content/uploads/2014/11/banner_bg.png) no-repeat center center;
    height:396px;
    width:100%;
}

.nav-menu-primary .sub-menu {
    background: none repeat scroll 0 0 #4e4e4d !important;

}

/*******************************************************************************/

.nav:before, .nav:after{
    content: " ";
    display: table;
}

.nav:after{
    clear:both;
}

.padding-10{
    padding:10px 25px !important;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    display: block;
    position: relative;
}

.custom-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #db1c24 !important;
    border-color: #db1c24 #db1c24 transparent !important;
    color: #fff !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color:#555;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent
}
.custom-tabs .nav-tabs > li > a{
    background: #212427 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    font-family: 'TradeGothicLTBoldRegular';
    text-transform: uppercase;
    margin-left:20px;
    padding: 7px 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*width: 145px;*/
    text-align: center;
}
.nav-tabs>li>a {
    margin-right:2px;
    line-height:1.42857143;
    border:1px solid transparent;
    border-radius:4px 4px 0 0
}

.nav>li>a {
    position:relative;
    display:block;
    padding:10px 15px
}

.custom-tabs {
    margin-top: 15px;
}


.custom-tabs .tab-content{
    background: #fff;
    padding: 15px;
    border: 4px solid #DB1C24;
    height:238px;
}

.helper-img{
    position: absolute;
    bottom: 14px;
    right:7%;
}
.tab-panel-inner{
    width: 75%;
}

.tab-content>.active {
    display:block
}

.custom-tabs .tab-content .tab-panel-inner h2{
    font-family: 'opensansregular';
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    font-size:16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px;
    color: #333;
}
.custom-tabs .tab-content .tab-panel-inner h3{
    font-family: 'TradeGothicLTBoldRegular';
    padding: 0 0 10px 0;
    font-size:15px;
    text-transform: uppercase;
    margin: 0;
    color: #db1c24;
}
.custom-tabs .tab-content .tab-panel-inner ul{
    padding: 0 0 0 22px;
}

.custom-tabs .tab-content .tab-panel-inner ul li{
    list-style-image: url(http://captics.net/wp-content/uploads/2014/11/bullet-point.png) ;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 26px;
}

.btn-custom{
    margin: 7px 0 !important;
}
.btn.btn-custom.btn-danger{
    background: url(http://captics.net/wp-content/uploads/2014/11/btn-danger-bg.png) repeat-x center center;
    padding: 5px 15px;
    font-family: 'TradeGothicLTBoldRegular';
    color: #fff;
    font-weight: normal;
    font-size:14px;
    text-transform:uppercase;
}

.tab-panel-inner ul, .tab-panel-inner ol {
    margin-bottom: 10px;
    margin-top: 0;
}

ul.nav-tabs{
    margin: 0;
    padding: 0;
}

/*ul.nav-menu-primary ul a, .nav-menu-primary ul ul a {
color: #fff !important;
display: block;
float: left !important;
font-size: 11px;
font-weight: normal !important;
line-height: 1;
margin: 0;
padding: 8px 21px !important;
text-align: center;
width: 10% !important;
}*/

/****************************************************************/
.homepage-widget.topdocs_widget
{
    background: url(http://captics.net/wp-content/uploads/2014/11/stethoscope.png) no-repeat left top #f4f4f4;
}

.title_changes
{
    font-family: 'TradeGothicLTBoldRegular';
    color:#454545;
    font-size:21px;
    text-transform:uppercase;
    background: url(http://captics.net/wp-content/uploads/2014/11/title_border.png) no-repeat center 12px;
    text-align:center;
    font-weight: normal;
}

.testimonial h3
{
    font-family: 'TradeGothicLTBoldRegular';
    color:#dd1f27;
    font-size:18px;
    text-align:center;	
    background: url(http://captics.net/wp-content/uploads/2014/11/quote_r_icon.png) no-repeat left top;
    padding:0 0 10px 0;
    font-weight: normal;
    margin-bottom: 0; //added
}
.testimonial h2
{
    font-family: 'TradeGothicLTBoldRegular';
    color:#dd1f27;
    font-size:18px;
    text-align:center;	
    padding:0 0 10px 0;
    font-weight: normal;
}
.testimonial p
{
    color:#6d6d6d;
    font-size:12px;
    text-align:center;
    line-height:24px;
    border-bottom:1px solid #d6d6d6;
    padding:0 0 35px 0;
    font-family: 'opensansregular';
    background: url(http://captics.net/wp-content/uploads/2014/11/quote_l_icon.png) no-repeat right 170px;
}
.left_link
{
   /* background: url(http://topdocs.net/wp-content/uploads/2015/09/curve_img-02.png) no-repeat left top;*/
    background: url(http://dochide.com/wp-content/uploads/2015/10/curve-4.png) no-repeat left top;
    margin:0;
    color:#363636;
    font-size:13px;
    text-transform:uppercase;
}
.left_link ul
{

    margin:0 0 10px 0;
    padding:0px;
    list-style:none;
    height: auto;
}
.left_link ul li
{
    padding:29.5px 42px 0;
    line-height:11px;
    font-family: 'opensansregular';

}
.left_link ul li:nth-child(1){
    margin:0 0 0 0px;
}
.left_link ul li:nth-child(2){
    margin:-7px 0 0 26px;
}
.left_link ul li:nth-child(3){
    margin:-4px 0 0 46px;
}
.left_link ul li:nth-child(4){
    margin:0 0 0 58px;
}
.left_link ul li:nth-child(5){
    margin:2px 0 0 66px;
}
.left_link ul li:nth-child(6){
    margin:-6px 0 0 61px;
}
.left_link ul li:nth-child(7){
    margin:-1px 0 0 54px;
}
.left_link ul li:nth-child(8){
    margin:-7px 0 0 42px;
}
.left_link ul li:nth-child(9){
    margin:-14px 0 0 18px;
}
.left_link ul li:nth-child(10){
    margin:-23px 0 45px 12px;
}
.left_link ul li a
{
    color:#363636;
    font-size:12px;
    text-transform:uppercase;
}
.left_link ul li a:hover
{
    text-decoration:none;
    color:#dd1f27;
}

.team_img {
    margin-top: 90px;
}

ul.nav-menu-primary ul a:before, .nav-menu-primary ul ul a:before{
/*    content:">> ";*/
}

.single-job-spotlight-content > p {
    color: #6d6d6d;
    font-size: 13px;
    font-family: 'opensansregular';
    padding:0 0 2px 0;
}


.homepage-widget .job_listing .meta .permanent-placement {
    font-size: 10px !important;
}

.homepage-widget .job_listing .position h3, .type-resume .candidate-column h3,
.homepage-widget .job_listing .company,
.homepage-widget .job_listing .location

{
    font-size: 13px !important;
}

.search_jobs.standalone-search-jobs.row {
    margin-top: -100px;
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.single-job-spotlight-feature-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 100%;
}

.footer-cta {
    background: none repeat 0 0 #fff;
    color: #ffffff ;
}
.footer-cta img{
    width: 100%;
}

.support_cantain
{
    background: url(http://captics.net/wp-content/uploads/2014/11/support-img.png) no-repeat left top;
    padding:6px 0 25px 113px;
}

.support_cantain h1
{
    font-size: 23px;
    font-family: 'TradeGothicLTBoldRegular';
    color: #dd1f27;
    text-transform:uppercase ;
    text-align:left ;
    font-weight: normal;
    margin:12px 0 0;
}
.support_cantain p
{
    color:#6d6d6d;
    font-size:15px;
    font-family: 'opensansregular';
    text-align:left;
}

/*.home_search_jobs {
    /*background: #F9F6ED;
    position: absolute;
    width: 100%;
    left: 4%;
    /*top: 160px;
	top: 11.5%;
}


.home_search_jobs .button {
   /* left: 4%;
    position: absolute;
    top: 15.6%;
}*/

.home_search_jobs {
    /*background: #F9F6ED;*/
    position: absolute;
    width: 100%;
    left: 4%;
    top: 190px;
}

.home_search_jobs .button {
   /* left: 4%;
    position: absolute;
    top: 15.6%;*/
}

.social-bar {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 17% !important;
}

.social-bar li {
    display: inline-block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-right: 10px;
}

.textwidget.border-add
{
    background: url(http://captics.net/wp-content/uploads/2014/11/footer_border.png) no-repeat 87% top;
}
.textwidget.border-add2
{
    background: url(http://captics.net/wp-content/uploads/2014/11/footer_border.png) no-repeat 77% top;
    min-height:150px;
}

.footer-widget:first-child h3{
    display: none;
}
.job-type.term-2, .job-type.freelance{
    background-color: #3399cc;
}
.search_jobs div {
    /*margin-bottom: 15px;*/
}
widget_text.textwidget
{
	background: url(http://captics.net/wp-content/uploads/2014/11/footer_border.png) no-repeat 87% top;
}

.qualifications_contact{
    float: left; 
    width: 100%; 
    margin: 16px 0 0 0;
}

.qualifications_contact p{
    width:33%;
    float:left;
}

.search_jobs.standalone-search-jobs.row{
    z-index: 99 !important;
    position: relative !important;
}

.search_jobs_container {
    float: left;
    margin-top: 10%;
	margin-bottom: 2%;
    width: 100%;
}

.button.button-medium:hover {
   color:#fff !important;
}
.col-md-2.col-sm-12 > input:hover { color:#fff !important;}

.copyright .icon-up-circled {
    display: none;
}

.search_keywords {
    width: 41%;
}
.search_location {
    display: block;
}
.search_jobs .col-md-3 {
    width: 21%;
}
.chosen-container {
    width: 100% !important;
}
.job_listings {
    margin-bottom: 20px !important;
}
.home .search_location {
    display: block;
}
.logo {
    height: auto;
    width: 300px;
}
.search_jobs input {
    float: left !important;
}
.page-id-2200 .banner-image, .page-id-2200 .home_search_jobs, .page-id-2200 .page-header {
    display: none;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 19% !important;
}
.homepage-widget.jobify_widget_slider_hero {
    margin-bottom: 0 !important;
}
.post-2200 .entry-content {
    margin: 0 !important;
}

.page-title {
	/*right: 41% !important;*/
	/*left: 4%;*/
    margin-top: 5%;
	
}

/***media query***/
@media (min-device-width: 768px) and (max-device-width: 1023px) {
.search_keywords {
    float: left;
    margin: 0 0 10px;
    width: 41%;
}
.search_jobs .col-md-3 {
    float: left;
    width: 29%;
}
.home_search_jobs {
    left: 7% !important;
    position: absolute !important;
   
    top: 50px !important;
    
}
.search_jobs_container{
margin-bottom: 3% !important;
    margin-top: 13% !important;
}
.page-title {
    right: 0% !important;
    top: 8% !important;
	/*left: 7% !important;
    top: 10% !important;*/
}
.jobify_widget_slider_hero .soliloquy-caption-wrap .soliloquy-caption-title{
font-size:25px !important;
}
}
@media (min-device-width: 1280px) and (max-device-width: 1280px){
	
}
@media (min-device-width: 1024px) and (max-device-width: 1279px) {
.home_search_jobs {
    left: 7% !important;
    position: absolute !important;
    
    top: 5% !important;
    
}
	.page-title {
		/*right: 35% !important;
    	top: 7% !important;*/
		left: 0% !important;
    	top: 8% !important;
	}
.search_jobs_container{
margin-bottom: 3% !important;
    margin-top: 12% !important;
}
}

@media (min-device-width: 600px)and (max-device-width: 900px) {
.home_search_jobs {
        left: 9% !important;
        position: absolute !important;
        /*top: 80px !important;*/
        width: 100% !important;
    }
.search_keywords {
    float: left !important;
    width: 33% !important;
}
.search_jobs .col-md-3 {
    width: 33% !important;
}
.search_location {
    display: inline-block !important;
}
.search_jobs_container{
margin-bottom: 3% !important;
    margin-top: 17% !important;
}
.search_jobs [class^="col-"], .search_resumes [class^="col-"] {
    margin-bottom: 15px;
    margin-top: 10px;
}
#gallery-1 .gallery-item {
        width: 17% !important;
}
.page-title {
    /*right: 34.5% !important;
    top: 6% !important;*/
	left: 0% !important;
    top: 8% !important;
}
.jobify_widget_slider_hero .soliloquy-caption-wrap .soliloquy-caption-title{
font-size:20px;
}
	
	
}
@media (min-device-width: 320px) and (max-device-width: 480px) {
.page-title {
/*top: 1% !important;
right: 22.5% !important;*/
	left: 0.5% !important;
    top: 1.6% !important;
}
.search_keywords {
    width: 100% !important;
}
.jobify_widget_slider_hero .soliloquy-caption-wrap .soliloquy-caption-title {
    font-size: 16px !important;
    margin: 0 !important;
}
.search_location {
    display: inline-block !important;
    margin: 3px 0 0 !important;
    width: 100% !important;
}
.search_jobs input[type="submit"] {
    margin: 6px 0 0;
}
.home_search_jobs{
/*top: 60px !important;*/
}
.search_jobs > div input[type="submit"]{
width:100% !important;
}
.search_jobs_container{
margin-bottom: 3% !important;
    margin-top: 35% !important;
}
#gallery-1 .gallery-item {
    width: 100% !important;
}

	
}
@media (min-device-width: 640px) and (max-device-width: 767px) {
.home_search_jobs{
	top: 55px !important
}
.search_location {
    display: inline-block !important;
    margin: 3px 0 0 !important;
    width: 100% !important;
}
.search_jobs input[type="submit"] {
    margin: 6px 0 0;
}
.search_keywords {
    width: 100%;
}
.search_jobs_container {
    margin-bottom: 3% !important;
    margin-top: 18% !important;
}
.search_location {
    
    margin: 0 !important;
    
}
.page-title {
	/*top: 4% !important;
	right: 35% !important;*/
	left: 0% !important;
    top: 6% !important;
}
	


}
@media (min-device-width: 360px) and (max-device-width: 599px) {
.search_jobs_container {
    margin-bottom: 5% !important;
    margin-top: 30% !important;
}
#gallery-1 .gallery-item {
    width: 36% !important;
}
