/*
Theme Name: Careerfy Child
Theme URI: http://demo.eyecix.com/careerfy/
Template: careerfy
Author: Eyecix
Author URI: http://eyecix.com/
Description: Careerfy brings you the most simple solution to display jobs on any type of websites. You may already know, some really big Job Portals provides the option to use their database and extend your website with job offers. This Theme can make everything automatically, some job providers also pay commission when any of your visitors click on the job links.
Tags: two-columns,left-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.4
Updated: 2018-05-02 14:27:32

*/

/* Invite-Button und Save-Kandidat bei Kandidaten entfernen */
.candinvite-btn-con {
    display: none;
}
.jobsearch_candidate_info .jobsearch-candidate-default-btn {
    display: none;
}

/* Blur Profilfotos von Kandidaten
.jobsearch-candidate-default figure a img {
    height: 80px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.jobsearch_candidate_info figure img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.jobsearch-joblisting-classic figure {
	filter: blur(3px);
    -webkit-filter: blur(3px);
} */

/* Werbung entfernen */
.jobsearch-pumflit-banner-con a {
    display: none;
}

.jobsearch-pumflit-banner-con a {
    display: none;
}

/* Job-Seite anpassen */
/* List Item */
.careerfy-wrapper .careerfy-jobdetail-four-options li{
	display: none;
}

/* List */
.careerfy-wrapper .careerfy-column-12 ul{
	display: none;
}

/* Division */
.careerfy-column-4 .careerfy-typo-wrap .jobsearch_side_box .jobsearch-map > div{
	display: none;
}

/* Jobsearch map */
.careerfy-column-4 .careerfy-typo-wrap .jobsearch-map{
	display: none;
}

/* Span Tag */
.careerfy-wrapper .careerfy-column-12 span{
	display: none;
}

/* Figure */
.careerfy-wrapper .careerfy-column-12 figure{
	display:inline-block;
	transform:translatex(0px) translatey(0px) !important;
}

/* Image */
.careerfy-wrapper figure img{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}

.careerfy-jobdetail-four-list-text h1 {
    margin-top: 12%;
}

/* Border bei der Startseite bei Willkommen, ... ausblenden */
.careerfy-categories-styletwo ul li {
    border-right: 0px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
}

/* Schatten bei Fotos der Kandidaten entfernen */
.jobsearch_candidate_info figure {
    box-shadow: 0px 0px 0px 0px !important;
}

/* weißen Hintergrund bei Logo bei Jobdetail entfernen */
.careerfy-jobdetail-four-list figure {
	background-color: transparent !important;
	border: 0px solid #ffffff !important;
}

/* Titel bei Jobdetail-Seite mittig setzen */
.careerfy-jobdetail-four-list-text h1 {
    margin-top: 20%;
}