/*
Theme Name: ipchoisetheme2021
Author: ImsBishkek
*/

.our-attorney .pic {
    filter: grayscale(1);
}

div#breadcrumbs {
    text-align: left;
    margin: 0 auto;
    display: table;
}



div#breadcrumbs a {
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 0 0.5rem 0 0;
}

div#breadcrumbs span {
    float: left;
    color: white;
    font-weight: bold;
    display: flex;
    margin: 0 0.5rem;
}

span.breadcrumb_last {
    color: #4573f5 !important;
}

.langmobile {display: none;}
@media only screen and (max-width: 1000px) {

    .langmobile 
    {
        display: block;
        position: fixed;
        left: 5rem;
        top: 0.5rem;
        z-index: 9;
}



.langmobile p a {
	color: #777
}

.langmobile p a i {
	margin-right: 3px
}

.langmobile ul li {
	display: inline-block;
	margin-top: 7px;
	margin-right: 1px
}

.langmobile ul li a {
	font-size: 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    border: 2px solid #777;
    color: #777;
    line-height: 2rem;
    border-radius: 50%;
    font-weight: bold;
}


}