@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Section titles */

.big-title, .medium-title {
    font-weight: 600;
    font-size: 38px;
    text-align: left;
    font-family: trebuchet MS, sans-serif; 
    line-height: 1;
    margin: 20px 0 0 0;
    padding: 10px;
    color: #666666;
    text-transform: uppercase;
}

.big-subtitle, .medium-subtitle {
    font-style: oblique;
    font-family: Times New Roman;
    font-size: 48px;
    color: #8aacb8;
    text-transform: none;
}

.medium-title, .medium-subtitle {
    font-size: 36px;
}

.small-title {
    font-size: 18px;
    color: #666666;
    font-family: Open Sans;
    text-transform: uppercase;
}

.small-title-author {
    font-family: Open Sans;
    font-size: 16px;
    color: #b3b3b3;
    text-transform: none;
}

.small-title-small-author {
    font-family: Open Sans;
    font-size: 12px;
    color: #c3c3c3;
    text-transform: none;
}

@media(max-width: 480px) {
    .big-title {
        font-size: 32px;
    }

    .big-subtitle {
        font-size: 32px;
    }
}

/* Trading Publications */

.mmo_iotw_container {
    background-color: #F0F7FF;
    background: -webkit-radial-gradient(center, ellipse cover, , 0%, 100%) no-repeat;
    background: -o-radial-gradient(center, ellipse cover, , 0%, 100%) no-repeat;
    background: -moz-radial-gradient(center, ellipse cover, , 0%, 100%) no-repeat;
    background: -ms-radial-gradient(center, ellipse cover, , 0%, 100%) no-repeat;
    background: radial-gradient(ellipse at center, 0%, 100%) no-repeat;
    background-repeat: repeat;
    background-position: left top;
    padding: 10px;

    margin-bottom: 20px;
}

.from-the-top-description {
    font-size: 12px;
    line-height: 2.0;
    font-family: Lato;
}

.mmo-description, .iotw-description {
    font-size: 12px;
    line-height: 2.0;
    font-family: Lato;
    color: #8aacb8;
    margin-bottom: 10px;
}

/* Video Content Section */
.video-content-section iframe {
    max-width: 100%;
}

@media(max-width: 1024px) {
    .video-content-video {
        width: 50%;
        padding: 10px;
    }

    .video-content-video:nth-child(2n+1){
        clear: both;
    }

    .video-content-video .sf_colsIn {
        margin: 0;
    }
}

@media(max-width: 768px) {
    .video-content-video {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .video-content-section iframe {
        width: 100%;
        height: 240px;
    }
}

/* Social Media Icons/Links */
.social-icons-container {
    /* width: 350px;
    margin: 0 auto; */

    display: table;
    border-left: whitesmoke;
    border-left-width: 3px;
    border-left-style: solid;
    padding-left: 4px;
    padding-bottom: 6px;
}

h4.social-icons-title {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #527a7a;
}

.social-icons {
    text-align: center;
    vertical-align: top;
    display: inline;
    height: 100px; 
}

a.social-icon {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.social-icon .fa {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #527a7a;
}

.fa-facebook {
    padding: 10px 14px;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding: 10px 12px;
}

.fa-twitter:hover {
    background-color: #00aced;
}

.fa-rss {
    padding: 10px 14px;
}

.fa-rss:hover {
    background-color: #eb8231;
}

.fa-youtube {
    padding: 10px 14px;
}

.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin {
    padding: 10px 14px;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}

.fa-google-plus {
    padding: 10px 9px;
}

.fa-google-plus:hover {
    background-color: #e25714;
}
