.site-info {
    float: right;
    display: none;
}

.entry-meta .byline::before, .single-post-meta .byline::before {
    content: "\f007";
    display:none;
}

.comment-navigation .nav-previous:hover, .posts-navigation .nav-previous:hover, .post-navigation .nav-previous:hover, .comment-navigation .nav-next:hover, .posts-navigation .nav-next:hover, .post-navigation .nav-next:hover, #infinite-handle span:hover {
    background: #ff6600;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    background-color: #920000;
}

.entry-meta > span a, .single-post-meta > span a, .entry-footer > span a {
    color: rgb(104, 104, 104);
    font-style: italic;
    display:none;
}

.entry-meta > span, .entry-footer > span, .single-post-meta > span {
    margin: 0 10px 0 0;
    display: none;
}

.trade_line_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 380px;
}

.trade_line_widget_latest_news .latest-news-wrapper:hover {
    border-bottom: 5px solid #050552;
    box-shadow: 0 0 8px;
}

.trade_line_widget_latest_news .latest-news-text-wrap {
    background: #f9f9f9 none repeat scroll 0 0;
    border-top: 3px solid #050552;
    padding: 15px;
}

#main-slider .cycle-prev::after, #main-slider .cycle-next::after {
    background-color: #ff6600;
    padding: 5px 15px;
    text-shadow: 0 0 1px #000000;
    display: block;
    font-size: 42px;
    padding: 5px 15px;
    text-shadow: 0 0 1px rgb(0, 0, 0);
}

#main-slider h3 {
    background-color: #050552;
    display: inline-block;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-weight: normal;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #ff6600;
    border-color: #fff;
}

#sidebar-front-page-widget-area .widget-title span {
    background-color: #050552;
    color: #ffffff;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 3px 20px;
    position: relative;
}

#footer-widgets ul li::before {
    color: #ff6600;
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 3px;
}

.site-header {
    padding: 20px 0 10px;
    position: relative;
}

.search-box > a {
    background: #ff6600 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 6.2px 8.7px;
}

button:hover, .comment-reply-link, a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #ff6600;
}

button, .comment-reply-link, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #920000 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #920000;
    font-family: 'Philosopher', sans-serif;
    font-weight: normal;
}
.sidebar .widget {
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 0 30px;
    padding: 20px;
    border-bottom: 5px solid #920000;
}

a:visited {
    color: #ff6600;
}

.trade_line_widget_latest_news .latest-news-meta {
    margin-bottom: 15px;
    display: none;
}

#colophon {
    background-color: #050552;
    border-top: 1px solid #050552;
    clear: both;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

#footer-widgets .widget-title {
    border-bottom: 1px solid #ff6600;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

#footer-widgets h3.widget-title::after {
    background-color: #ff6600;
    bottom: -3px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 85px;
}

#footer-widgets {
    background-color: #920000;
    border-top: 4px solid rgb(255, 102, 0);
    color: #fff;
    overflow: hidden;
    padding: 30px 0;
}

.scrollup:hover {
    background-color: #920000;
    color: #fff;
    border-radius: 100%;
}

.scrollup {
    background-color: #920000;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 1px 10px 4px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}

.main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation li.current_page_item a, .main-navigation li:hover > a {
    background-color: #ff8f1f;
    box-shadow: 0 0 1px #ff8f1f;
    color: #ffffff;
}

#main-nav {
    background-color: #ff6600;
    border-top: 1px solid #ff6600;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.81) inset;
    display: block;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

#primary article {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 20px;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
    padding-left: 945px;
}

#footer-navigation li a {
    display: block;
    padding: 0px 0;
    margin-right: 15px;
}