/*
Theme Name: SasSofia

Author: Codopolis Ltd. 
Author URI: https://codopolis.com/
Description: Theme created specially for Sofema Aviation Services
Version: 1.0
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.
*/

.links-box-anchor {
    opacity: 0;
    float: right;
    color: #146286;
    margin-right: 16px;
    width: 40px;
    text-align: right;
    transition: all ease .3s;
}

.links-box-anchor:hover {
    opacity: 1;
}

div.features a.feature {
    transition: all ease .3s;
}

div.features a.feature:hover {
    opacity: 0.85;
}

div.commenced-item a {
	color:#000 !important;
    transition: all ease .3s;
}

div.commenced-item a:hover {
    opacity: 0.5 !important;
}
