/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.ubs-icon-link-col .iwt-icon{
    background: #EAE1F1;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
}
.ubs-icon-link-col .iwithtext{
    margin-bottom: 32px;
}
.ubs-client-portal-col .ubs-client-portal-breadcrumb .wpb_wrapper > span > span:first-of-type{
    display: none;
}
.ubs-client-portal-col .ubs-client-portal-breadcrumb .wpb_wrapper > span > span:nth-of-type(2){
    display: none;
}

.container-wrap .row .ubs-icon-link-col .iwithtext .iwt-icon img{
    width: 16px;
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: unset;
}
.ubs-icon-link-col .iwt-icon i{
    font-size: 14px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
}
.ubs-icon-link-col .iwt-text{
    padding-left: 45px;
}
.ubs-icon-link-col .iwt-text a{
    font-size: 18px;
    text-decoration: none;
}


@media only screen and (max-width: 1000px){
    .ubs-portal-nav .col .ubs-portal-nav-logo{
        max-width: 200px;
    }
    .ubs-portal-nav .col .img-with-aniamtion-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

