/* 
Theme Name:		 Silk
Theme URI:		 https://wp-experten.ch/
Description:	 silk is a child theme of Hello Elementor
Author:			 WP Experten
Author URI:		 https://wp-experten.ch/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 silk-career
*/


/*
    Add your custom styles here
*/
button:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}
.site_header {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.site_header.fixed {
    background-color: #000000d9;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}


ul.category_list {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.category_list li {
    display: inline-block;
    margin-right: 48px;
    margin-bottom: 20px;
}
li.archive_link {
    float: left;
}
ul.category_list li:last-child {
    margin-right: 0;
}
ul.category_list li a {
    font-size: 24px;
    color: #333232;
    font-weight: normal;
    border-bottom: 20px solid transparent;
    padding-bottom: 11px;

    font-family: "Tapestry", Sans-serif;
}
ul.category_list li a.active,
.home ul.category_list li.archive_link a {
    border-bottom-color: #D86522F5;
}
ul.category_list li a:hover {
    color: #D86522F5;
}
@media (max-width: 1024px) {
    ul.category_list li a.active, .home ul.category_list li.archive_link a {
        border-bottom-color: #D86522F5;
        border-width: 8px;
        padding-bottom: 4px;
    }
    ul.category_list li a {
        font-size: 17px;
    }
    ul.category_list li {
        margin-right: 14px;
        margin-bottom: 10px;
    }
}


@media (min-width: 1025px) {
    .shortcode_posts_global .card-columns {
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }
    .shortcode_posts_global .card-columns .card {
        margin-bottom: 65px;
        padding-top: 10px;
    }
}
@media (max-width: 1024px) {
    .shortcode_posts_global .card-columns {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
    .shortcode_posts_global .card-columns .card {
        margin-bottom: 40px;
        padding-top: 10px;
    }
}
@media (max-width: 991px) {
    .shortcode_posts_global .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (max-width: 640px) {
    .shortcode_posts_global .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


.shortcode_posts_global .card-columns .card {
    border: none;
    border-radius: 0;
    position: relative;
}
.shortcode_posts_global .card-columns .card:after {
    content: '';
    position: absolute;
    right: -28px;
    background-color: #707070;
    width: 1px;
    height: 100%;
    display: none;
    z-index: 3;
    top: 0;
}
.shortcode_posts_global .card-columns .card:before {
    content: '';
    position: absolute;
    bottom: -35px;
    background-color: #707070;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 1px;
}

@media (max-width: 1024px) {
    .shortcode_posts_global .card-columns .card:after {
        right: -13px;
    }
    .shortcode_posts_global .card-columns .card:before {
        bottom: -20px;
    }
}


@media (min-width: 992px) {
    .shortcode_posts_global .card-columns .card:nth-last-child(n+3)::after {   /* skip the last 4 element and start for the fifth */
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .shortcode_posts_global .card-columns .card:nth-last-child(n+2)::after {   /* skip the last 4 element and start for the fifth */
        display: block;
    }
}
.shortcode_posts_global .card-columns .card .card-body {
    padding: 20px 0 0 0;
    text-align: center;
}
.shortcode_posts_global .card-columns .posts_cats_wrap h4 a {
    color: #333232;
}
.shortcode_posts_global .card-columns .posts_cats_wrap h4 {
    font-family: "Tapestry", Sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 9px;
}
.shortcode_posts_global .card-columns p.post_title {
    line-height: 28px;
    color: #666666;
}
.card.post_list_item {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 35px;
    margin-bottom: 35px;
}
.card.post_list_item .card-body {
    padding: 0;
    margin: 0;
}
.card.post_list_item .posts_title a h3 {
    color: #3A1E4F;
    margin-top: 0;
    margin-bottom: 16px;
}
@media (min-width: 1024px) {
    .card.post_list_item .posts_title a h3 {
        font-size: 32px;
        line-height: 44px;
    }
}
.card.post_list_item .post_excerpt {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.card.post_list_item a.read_more_button {
    color: #F1575C;
    font-size: 17px;
    display: table;
    margin-left: 0;
    border: 2px solid #F1575C;
    font-weight: normal;
    padding: 10px 25px;
    border-radius: 50px;
}
.card.post_list_item a.read_more_button:hover {
    background: #F1575C;
    color: #fff;
}

.card.post_list_item .icons_box {
    text-align: center;
}
.percentage_with_icon {
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.percentage_with_icon .percentage {
    position: absolute;
    text-align: center;
    left: -12px;
    width: 100%;
    font-size: 29px;
    font-weight: normal;
}
.percentage_with_icon.without_travel .percentage {
    top: 50%;
    transform: translateY(-50%);
}
.percentage_with_icon.with_travel .percentage {
    top: 13px;
}
.card-body .col-lg-4 .icons_box {
    margin: 0 auto 30px auto;
    max-width: 262px;
}
.card-body .col-lg-4 .icons_box:last-child {
    margin-bottom: 0;
}

.card.post_list_item .location_icon img {
    max-width: 96px;
    margin: 0 auto;
}
.percentage_with_icon.with_travel svg#silk_energy_careers_icon2 {
    max-width: 90px;
    height: auto;
}


.posts_loadmore {
    font-size: 26px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    color: #333232;
    font-weight: normal;
    cursor: pointer;
    margin-top: 40px;
}
.posts_loadmore:hover {
    color: #D86522F0;
}
.posts_loadmore_icon {
    display: table;
    margin: 0 auto 30px auto;
    text-align: center;
}
.posts_loadmore_icon img {
    width: 70px;
    border-radius: 50px !important;
}


@media (max-width: 1024px) {
    .card.post_list_item {
        text-align: center;
    }
    .card.post_list_item a.read_more_button {
        margin: 20px auto 40px auto;
    }
    .card.post_list_item {
        padding: 20px;
        margin-bottom: 20px;
    }
    .card.post_list_item .post_excerpt {
        font-size: 17px;
        line-height: 27px;
    }
    .posts_loadmore {
        font-size: 17px;
    }
}


/*===== Single Product ====*/
.single_post_job_requirements {
    font-size: 17px;
    color: #333333;
}
.single_post_job_requirements .single_requirement_row {
    font-weight: bold;
    margin-bottom: 8px;
}
.single_post_job_requirements .single_requirement_row:last-child {
    margin-bottom: 0;
}
.single_post_job_requirements .single_requirement_row span {
    font-weight: 300;
}
.single_post_job_requirements .single_requirement_row span {
    font-weight: 300;
    min-width: 130px;
    display: inline-block;
}
.single_post_job_location .location_icon, .single_post_job_location .location_name {
    text-align: center;
}
.single_post_job_location .location_name {
    color: #F05C63;
    font-weight: normal;
    padding: 18px 0 20px 0;
}
.single_post_job_location .location_details,
.ask_question_details{
    font-size: 17px;
    color: #333333;
    line-height: 24px;
}
.single_post_job_location {
    margin-bottom: 50px;
}
.ask_question_icon, .ask_question_label {
    text-align: center;
}

.ask_question_label {
    margin: 25px 0;
    font-weight: normal;
    color: #F05C63;
}
.ask_question_email span {
    font-size: 17px;
    padding-left: 3px;
}
@media (max-width: 1024px) {
    .single_post_job_location {
        margin-bottom: 25px;
    }
    .single_post_job_requirements .single_requirement_row span {
        display: table;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .location_icon {
        padding: 0 5px;
        display: inline-block;
    }
    .card.post_list_item .location_icon img {
        max-width: 65px;
        margin: 0 auto;
    }
    .percentage_with_icon.with_travel svg#silk_energy_careers_icon2 {
        max-width: 65px;
    }
    .percentage_with_icon .percentage {
        font-size: 21px;
    }
    .percentage_with_icon.with_travel .percentage {
        top: 8px;
    }
}

/*#kollektion .card .collection{
display: none !important;
}
#kollektion .card .post-523 {
display: none !important;
}
.elementor-element  #kollektion .card .collection {
display: none !important;
}*/