﻿/* General */
.widget-title {
    text-align: left;
    font-size: 26px;
    font-family: Lato;
    color: #666666;
    text-transform: uppercase;
}

.widget-title-separator, .alt-widget-title-separator {
    color: #cc6600;
    font-weight: bold;
}

.widget-subtitle {
    font-style: oblique;
    font-size: 28px;
    font-family: Times New Roman;
    font-weight: bold;
    color: #a3c2c2;
    text-transform: none;
}

.alt-widget-title {
    font-size: 28px;
    color: #d3d3d3;
    font-weight: 600;
    text-align: left;
    margin: 0px; 
    padding: 10px; 
    font-family: trebuchet MS,sans-serif;
}

.alt-widget-subtitle {
    font-style: italic;
    font-family: Times New Roman;
    color: #cc6600;
}

/* Article(Trading Publications) Box */
.article-box-widget {
    color: #FFF;
    margin-bottom: 20px;

    overflow: hidden;
}

.article-box a {
    color: #FFF;
    text-decoration: none;
}

.article-box {
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 98% !important;
    background-color: #000;

    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.article-box-post-date {
    color: #C2CED8;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    height: 30px;
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.article-box-image-container {
    height: 175px;
    overflow: hidden;
    position: relative;
}

.article-box-image {
    width: 100%;
}

.article-box-overlay {
    display: block;
    z-index: 10;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 175px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    white-space: nowrap;
    opacity: 0;

    text-align: center;
}

.article-box-overlay-read {
    display: inline-block;
    position: relative;
    top: 60px;
    /* top: 40% */
    background: #000;
    background: rgba(0, 0, 0, .85);
    -webkit-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
    border: 2px solid #000;
    width: 120px;
    padding: 15px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    opacity: 0;
}

.article-box-overlay-read:hover {
    border: 2px solid #fff;
}

/*.article-box-post:hover .article-box-overlay, .article-box-post:hover .article-box-overlay-read {*/
.article-box:hover .article-box-overlay, .article-box:hover .article-box-overlay-read {
    opacity: 1;
}

.article-box-text-container {
    position: relative;
    padding: 20px;
    background-color: #1e1d24;
    height: 250px;
}

.article-box-post-title {
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
}

.article-box-post-title:after {
    display: block;
    position: absolute;
    bottom: 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3b86c4;
}

.article-box-post-summary {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    color: #C2CED8;
    line-height: 1.10;
    text-shadow: 1px 1px 1px 0.1 #000;
}

.article-box-readmore {
    border-top: 1px solid #858485;
    padding: 8px 10px 8px 15px;
    text-transform: uppercase;
}

.article-box-readmore a {
    color: #858485;
    font-size: 14px;
    font-weight: 400;

    -webkit-transition: background-color .14s ease-out, color .14s ease-out;
    -moz-transition: background-color .14s ease-out, color .14s ease-out;
    -ms-transition: background-color .14s ease-out, color .14s ease-out;
    -o-transition: background-color .14s ease-out, color .14s ease-out;
    transition: background-color .14s ease-out, color .14s ease-out;
}

/* More Articles */

.more-articles-col {
    padding-top: 20px;
}

.more-articles-date {
    font-size: 9px;
    color: #666666;
}

.more-articles-title {
    font-size: 14px;
    font-family: Lato;
}

/* Other Article Box and More News */

.other-article-box {
    border: 2px solid #d3d3d3;
    margin-right: 10px;
}

.other-article-box-container {
    display: table;
    table-layout: auto !important;
}

.other-article-mainrow {
    display: table-row;
}

.other-article-leftcol, .other-article-rightcol {
    display: table-cell;
    vertical-align: top;
}

.other-article-leftcol {
    width: 230px;
    padding-left: 20px;
}

.other-article-box-image-container {
    max-height: 140px;
    overflow: hidden;
    width: 196px;
}

.other-article-rightcol {
    padding: 0 10px 10px 10px;
}

.other-article-links {
    padding-bottom: 15px;
}

.other-article-box-post-title {
    padding: 8px;
    color: #666666;
    font-size: 12px;
}

.other-article-box-post-date {
    font-size: 9px;
    color: #666666;
    padding: 4px;
}

@media (max-width: 768px) {
    .other-article-box-container, .other-article-mainrow, .other-article-leftcol, .other-article-rightcol, .other-article-box-image-container {
        display: block;
        width: auto;
    }

    .other-article-leftcol, .other-article-rightcol {
        padding: 10px;
    }

    .other-article-box-image-container {
        max-height: 240px;
    }
}


/* Trading Service / Featured Products */

.trading-services-container {
    border: none;
    background-color: #003366;
    background: -webkit-linear-gradient(45deg, 0%, 100%) no-repeat;
    background: -o-linear-gradient(45deg, 0%, 100%) no-repeat;
    background: -moz-linear-gradient(45deg, 0%, 100%) no-repeat;
    background: -ms-linear-gradient(45deg, 0%, 100%) no-repeat;
    background: linear-gradient(45deg, 0%, 100%) no-repeat;
    background-repeat: repeat;
    background-position: left top;
    padding-top: 45px;
    padding-bottom: 35px;
    color: #FFF;
}

.trading-services-products {
    padding-top: 25px;
    padding-bottom: 15px;
}

.trading-services-product {
    overflow: hidden;
    padding: 5px;
}

.trading-services-product img {
    max-width: 100%;
}

.trading-services-review-author {
    font-weight: normal;
    text-transform: uppercase;
    color: #d3d3d3;
    letter-spacing: 3pt;
    word-spacing: 3pt;
    font-size: smaller;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    line-height: 1;
    margin: 10% 0% 0% 20%;
    padding: 0px;

}

.trading-services-review-text {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.trading-services-review blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    text-shadow: none ! important;
    color: coral;
}

.trading-services-review blockquote::before {
    content: '\201C';
    color: #e0f1f9;
    font-size: 162px;
    font-weight: 700;
    opacity: 0.3;
    position: absolute;
    top: -30px;
    left: -32px;
    text-shadow: none;
    line-height: 1;
    z-index: -300;
}

.trading-services-description-title, .trading-services-description-text, .trading-services-description-readmore {
    font-family: Open Sans;
}

.trading-services-description-title {
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 22px;
    padding-right: 10%;
}

.trading-services-description-text, .trading-services-description-readmore {
    color: #d3d3d3;
    font-size: 15px;
    line-height: 1.5;
}

.trading-services-description-readmore {
    margin-top: 30px;
}

.trading-services-description-readmore a {
    color: #d3d3d3;
    text-decoration: none;
}