/*
Theme Name: Waterly Child Theme
Theme URI: http://waterly.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Waterly
Template: waterly
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: waterly

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Chenla&display=swap');
html{
    font-family: var(--font-main),"Chenla", sans-serif;
}
.elementor-shape{direction:ltr;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;left:50%;position:relative;transform:translateX(-50%);width:calc(100% + 1.3px)}.elementor-shape .elementor-shape-fill{fill:#fff;transform:rotateY(0deg);transform-origin:center}
.social_icon .lte-block-icon .lte-item a:hover i{color:#d72020;}
.job_summary_detail .lte-inner i{font-size: 12px !important; width: 30px; text-align: center;}
.job_summary_detail .lte-inner i:after{
    border: 1px solid var(--main);
    width:30px !important;
    height:30px !important;
}
.job_summary_detail .lte-icon-content{margin-left: 20px !important;}
.tags-line-left .lte-sharing-header{float: none;}
.tags-line-left .lte-sharing{left: 25px;}
.career-list{margin-bottom: 100px;}
.career-item{
    background-color: var(--gray);
    border: 2px solid #ddd;
    border-radius: 24px;
    padding: 30px;
    max-width: 1320px;
    margin: 15px auto;
    transition: all 0.5s ease;
}
.career-item:hover{
    border:2px solid var(--main);
}
.career-item .lte-description{
    align-items:center;
    display: flex;
    justify-content: space-between;
}
.career-item .lte-header h5{margin: 0 0 15px 0}
.career-item .lte-career-info{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: relative;
    opacity: .7;
}
.lte-career-info li{
    display: inline-block;
    margin-right: 24px;
    margin-inline-end: 24px;
    margin-inline-start: 0;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.career-item .lte-career-info li.devider{position: relative;}
.career-item .lte-career-info li.devider::before{
    content: "";
    border-right: 1px solid var(--black);
    border-color: #0a2d36;
    border-color: var(--black);
    position: absolute;
    left: -12px;
    bottom: 7px;
    height: 16px;
    zoom: 1;
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}
