/*
 Theme Name:   Jobtex Child
 Theme URI:    https://themeforest.net/item/jobtex-real-estate-wordpress-theme/26372986
 Description:  Jobtex Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     jobtex
 Version:      1.0.0
 Text Domain:  jobtex-child
*/

.apus-vertical-menu > li > a {
	   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 12px;
    font-size: 1rem;
    line-height: 1.6;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    margin-top: 13px;
}

.select2-selection__placeholder {
	text-transform: math-auto;
}

/* Hide the old bird or the broken icon */
.fa-x-twitter:before, .fa-twitter:before {
    content: "" !important;
    display: block;
    width: 15px;
    height: 15px;
    
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM365.7 442.1h39.1L153.2 80.4H114.2L365.7 442.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}