/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.5.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

#et-info{
    float: right;
}

#et-info-phone::before{
    content: none;
}

#et-info a{
    display: none;
}

#cookie-banner{
    position: fixed;
    bottom: -1px;
}

.et_pb_fullwidth_header{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.et_pb_fullwidth_header h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 36px;
}

.et_pb_section_0.et_pb_section.et_pb_fullwidth_section{
    background: #0ca3de; /* Old browsers */
    background: -moz-linear-gradient(left, #0ca3de 0%, #c53479 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0ca3de 0%,#c53479 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0ca3de, #c53479);
}

.et_pb_text{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.et_pb_text h2,
.et_pb_text h3{
    color: #606060;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

div.job_listings{
    margin-top: -115px;
    position: relative;
    z-index: 100;
}

.home div.job_listings{
    margin-bottom: -80px;
}

.job_filters{
    background: #2991ce;
}

.search_jobs{
    padding: 30px;
}

.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location{
    width: 100%;
    padding: 0;
}

.job_filters .search_jobs div.search_keywords{
    margin-bottom: 16px;
}

.job_filters .search_jobs input,
.job_filters .search_jobs select{
    padding: 8px 14px;
    border-radius: 4px;
}
/*.job_filters .search_jobs div.search_categories{*/
/*display: none;*/
/*}*/

.chosen-container-single{

    margin-top: 6px;

}

.chosen-container-single .chosen-single {

    box-shadow: none;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background: #fff;
    height: auto;
    padding: 4px 14px;
    border-radius: 4px;

}

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position-y: 7px;
}

.job_filters .job_types{
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
    background: #fff;
}

.job_filters .job_types li{
    border-right-color: #d2d2d2;
    width: 100%;
    border: none;
}

.job_filters .job_types li:last-child{
    border-right: 1px solid #d2d2d2;
}

.et_pb_button:after{
    top: 3px;
}

.job_filters .showing_jobs{
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
}

.job-listing-content .et_pb_button{
    color: #2ea3f2;
    border-color: transparent;
    width: 100%;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #fff;
    background-clip: padding-box;
    font-size: 16px;
    font-weight: 600;
}

.job-listing-content .et_pb_button:before{

    background: linear-gradient(to right, #0ca3de, #c53479);
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    content: '';
    z-index: -1;
    border-radius: 3px;
    opacity: 1;

}

.job-listing-content p{
    margin-bottom: 0;
    padding-bottom: 0;
}

.job_filters .showing_jobs a{
    display: none;
}

.job-listing-content{
    float: left;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

div.job_listings ul.job_listings{
    padding: 0;
    border: 1px solid #d2d2d2;
}

ul.job_listings li.job_listing{
    border-bottom-color: #d2d2d2;
}

ul.job_listings li.job_listing:hover{
    background: transparent;
    box-shadow: inset 5px 0 0 #2991ce;
}

ul.job_listings li.job_listing:hover a{
    background: transparent;
}

ul.job_listings li.job_listing:last-of-type{
    border-bottom: none;
}

#main-header .mobile_menu_bar:before{
    color: #2ea3f2;
    z-index: 8;
}

#footer-info a,
#main-footer a:not(.icon){
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

#footer-widgets .footer-widget li{
    margin-bottom: 0;
    padding-left: 0;
}


#footer-widgets .footer-widget li:before{
    content: none;
}

.fa.fa-whatsapp{
    color: #00e981;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

body #main-content .gform_wrapper .top_label input{
    padding: 10px 15px;
    width: 100%;
}

.et_pb_button{
    font-size: 16px;
    font-weight: 600;
}

.single_job_listing .application .application_button,
body #main-content .gform_wrapper .gform_footer input.button,
.job_listings .et_pb_button {
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid #2ea3f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    color: #2ea3f2;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 600;
}

.single_job_listing .job-listing-meta div{
    margin-bottom: 0;
    color: #666;
}

.single_job_listing .job-listing-meta .job-type{
    display: inline-block;
}

.single_job_listing .job-listing-meta a{
    color: #2ea3f2;
}

.job_application a{
    color: #2ea3f2;
}

.job_application a:hover{
    text-decoration: underline;
    color: #2ea3f2;
}

.single_job_listing .application .application_button{
    cursor: pointer;
}

body .gform_wrapper .gform_footer input.button:hover{
    color: #2ea3f2;
}

.et_pb_row_application{
    max-width: 768px !important;
}

.home .et_pb_section.et_pb_section_2.et_section_regular{
    background: transparent;
}

.job_listings .et_pb_button {
    color: #FFF;
    background-color: #02a4e0;
    padding: 0.3em 0.7em;
}
.job_listings .et_pb_button:hover {
    background-color: #02a4e0;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button{
    border-color: transparent;
    background-clip: padding-box;
    position: relative;
    background-color: #fff;
    padding: 6px 14px;
}

.home .et_pb_bg_layout_light.et_pb_module.et_pb_button::after{
    content: none !important;
}

.et_pb_bg_layout_light.et_pb_module.et_pb_button:before{
    background: linear-gradient(to right, #0ca3de, #c53479);
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    content: '';
    z-index: -1;
    border-radius: 3px;
    opacity: 1;

}

.et_pb_text a{
    color: #2ea3f2;
    text-decoration: underline;
}

.et_pb_text a:hover{
    color: #2ea3f2;
    text-decoration: none;
}

.home .et_pb_text h3{
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
}

.home .showing_jobs,
.home ul.job_types,
.home ul.job_listings,
.home .load_more_jobs{
    display: none !important;
}

.job_filters .search_jobs div.search_button button{
    cursor: pointer;
    border: none;
    background: #fff;
    padding: 0 14px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px !important;
}

.job_filters .search_jobs div.search_button button:hover{
    padding: 0 14px;
}

.job_filters .search_jobs div.search_button button:after{
    content: none;
}

div.job_listings .load_more_jobs{
    color: #2ea3f2;
}

/**
 * company logo workaround
 */
.job_listing .entry-title + img{
    max-width: 200px !important;
    height: auto;
}

#top-menu-nav li.menu-item-type-custom a {
    background: #c53479;
    font-weight: bold;
    padding: 10px 15px !important;
    margin-top: -15px;
    border-radius: 3px;
    color: #fff;
}

#mobile_menu li.menu-item-object-custom a {
    background: #c53479;
    font-weight: bold;
    padding: 10px 5% !important;
    border-radius: 3px;
    color: #fff;
}

@media only screen and (min-width: 768px) {

    .job_filters .job_types li{
        border-right: 1px solid #d2d2d2;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .job_filters .job_types li{
        border-bottom: 1px solid #d2d2d2;
    }

}

@media only screen and (min-width: 1024px) {

    .job_filters .search_jobs div.search_keywords{
        margin-bottom: 0;
        padding-right: 8px;
    }
    .job_filters .search_jobs div.search_location{
        padding-left: 8px;
    }

    .job_filters .search_jobs div.search_keywords,
    .job_filters .search_jobs div.search_location{
        width: 50%;
    }

    .job_filters .job_types li{
        width: auto;
    }

    .job-listing-content{
        width: 25%;
    }

    .job-listing-content.job-time{
        text-align: right;
        float: right;
    }

    .et_pb_fullwidth_header .header-content{
        padding: 70px 10px 10px;
    }

    .home .et_pb_fullwidth_header .header-content{
        padding-top: 170px;
    }

    .footer-widget.last{
        float: right;
    }

    .job_filters .search_jobs div.search_keywords,
    .job_filters .search_jobs div.search_location{
        width: 40%;
        float: left;
    }

    .job_filters .search_jobs div.search_button{
        float: right;
        text-align: right;
        width: 20%;
    }

}

#field_3_8 .gfield_label {
    display: none;
}

#gform_fields_4 input[type="email"],
#gform_fields_4 input[type="number"],
#gform_fields_4 input[type="password"],
#gform_fields_4 input[type="tel"],
#gform_fields_4 input[type="text"],
#gform_fields_4 input[type="url"],
#gform_fields_4 textarea.textarea {
    background: #ffffff;
    border-color: rgba(51,51,51,0.12);
}

#gform_submit_button_4 {
    background-color: #02a4e0 !important;
    color: #ffffff !important;
    border-width: 5px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase !important;
    width: 100% !important;
}

.et-social-icons .footer__social-list-item svg {
    width: 1.5625rem;
    height: 1.5625rem;
    fill: #fff;
    transition: all .2s cubic-bezier(.2, 0, 0, 1);
}

.et-social-icons .footer__social-list-item:hover svg {
    fill: #ccc;
}

body #main-content .gform_wrapper .gchoice_4_3_1 .gfield-choice-input {
    width: auto;
}

body #main-content .gform_wrapper .gchoice_4_3_1 #label_4_3_1 a {
    color: #ffffff;
}