/**
 * Theme Name: Jobify - Classic
 * 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.
 */

.blog_post a {
    text-decoration: none;
}

.search_jobs {
    display: flex;
    flex-direction: column;
}

.search_jobs>div.search_submit {
    margin-bottom: 5px;
}

.more {
    display: flex;
    justify-content: center;
}

.modal .woocommerce .woocommerce-customer-login {
    margin-top: -65px;
    position: relative;
}

.fieldset-application_attachment .file-field-label {
    width: 165px;
}
.slick-list img.wp-post-image{
    height: auto;
    width: auto;
    max-height: 155px;
}
.company-slider .slick-slider{
     height: 155px!important;
}
@media only screen and (min-width: 768px) and (max-device-width: 991px)  {
    .search_jobs {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .search_jobs {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .search_jobs>div.search_submit {
        margin-right: 15px;
    }
}

.widget:last-child:not(:only-child) {
    margin:  2em 0;
}

.widget:last-child:not(:only-child) .widget-title.widget-title--home {
    margin-bottom : 32px;
}

@media screen and (min-width: 1200px) {
    .widget:last-child:not(:only-child) {
        margin:  4em 0;
    }
    
    .widget:last-child:not(:only-child) .widget-title.widget-title--home {
        margin-bottom : 59px;
    }
}

@media screen and (min-width: 992px) {
    .widget:last-child:not(:only-child) {
        margin:  3em 0;
    }
    
    .widget:last-child:not(:only-child) .widget-title.widget-title--home {
        margin-bottom : 48px;
    }
}

.image-desc-contact-container {
    width : 50%;
    display: flex;
    justify-content : center;
}

@media screen and (max-width:767px) {
    .image-desc-contact-container {
        width : 100%;
    }
}

@media screen and (min-width:768px) {
    .image-desc-contact {
        margin-right: 30px;
    }
}

.ginput_container_text input {
	padding: 10px 14px !important;
}

