/*------------------------------------------------------***Style for Dev 2***------------------------------------------------------*/

.prest-col .slick-arrow:before {
    display: none !important;
}

/*------------------------------------------------------******SAV******------------------------------------------------------*/

.buttons_port a.post-item-read-more{
    position:relative !important;
    padding-bottom:10px !important;
    background-color:unset !important;
    color:var(--e-global-color-color_2) !important;
}
 
.buttons_port a.post-item-read-more:after  , .buttons_port a.post-item-read-more:before{
    content: "" !important;;
    width: calc(100% + 0px) !important;;
    height: 2px !important;;
    position: absolute !important;;
    background-color: var(--e-global-color-color_2) !important;
    left: 0 !important;;
    bottom: 0 !important;;
}
 
.buttons_port a.post-item-read-more:before{
    background-color: var(--e-global-color-color_3) !important;
    z-index:999 !important;;
    width:30% !important;
    transition:0.5s all !important;;
}
 
.buttons_port a.post-item-read-more:hover{
	color:var(--e-global-color-color_1) !important;
    &::before  {
        width: calc(100% + 0px)!important;
		background-color: var(--e-global-color-color_1) !important;
    }
}
.tabs_projects span.e-n-tab-icon {
    display: none  !important;
}



