/*
Theme Name: Sigma
Theme URI: http://www.omegafi.com
Author: OmegaFi
Author URI: http://www.omegafi.com
Description: OmegaFI Customized Child theme of salient theme
Version: 1.0.6
Template: salient

*/
@import '../salient/style.css';

@font-face {
    font-family: proxima-nova;
    src: url('../sigma/fonts/proximanova-bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: proxima-nova;
    src: url('../sigma/fonts/proximanova-light.otf');
    font-weight: 300;
}

#poweredby {
    height: 26px;
    width: 91px;
    float: right;
    position: relative;
    left: -10px;
    background: url('../../images/shared/powered_by_logo2.png') no-repeat;
}