/*!
Theme Name: Coin Insider
Theme URI: http://pere.co/
Author: Perel & Co.
Author URI: http://pere.co/
Description: Crypto Currency news desination
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coin-insider
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Coin Insider is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*------------------------------*/
/*- ADMIN BAR POSITION OVERRIDE */
#wpadminbar {
    position: absolute !important;
}


/*------------------------------*/
/*- DEFAULTS -------------------*/
body{
    font-family: 'Nunito', sans-serif;
    background-color: #fff9f4;
    color: rgba(0, 0, 0, 0.75);
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.related-articles,
.section-nav-title{
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}

    /*------------------------------*/
    /*- SUB MENU -------------------*/
    .sub-menu{
        border: none;
        border-radius: 4px;
        font-size: 1.2rem;
    }
    .sub-menu li{
        border-color: rgba(0, 0, 0, 0.05);
    }
    .sub-menu li a{
        margin: 4px;
        padding: 4px 8px;
        border-radius: 2px;
    }
    .sub-menu li a:hover{
        background: #4da1a9;
    }

    /*------------------------------*/
    /*- TABLES ---------------------*/

    .table-wrapper{
        overflow-x: scroll;
    }
    .table-wrapper table{
        min-width: 728px;
    }

    table{
        width: 100%;
        overflow: hidden;
        font-size: 1.3rem;
    }
    table td,
    table th{
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        vertical-align: middle;
    }
    table th{
        font-weight: 700;
    }
    table a{
        color: #4da1a9;
        font-weight: 700;
    }
    table a:hover{
        color: #000;
    }
    .t-name{
        text-align: left;
    }
    .t-label{
        text-align: left;
    }
    .t-date{
        text-align: left;
    }
    .t-number{
        text-align: right;
    }
    .t-price{
        text-align: right;
    }
    .t-volume{
        text-align: right;
    }
    .t-change{
        text-align: right;
    }
    table .subtle{
        color: rgba(0, 0, 0, 0.5);
    }

    table td img{
        float: left;
        margin-right: 6px;
        max-width: 30px;
    }

    /*------------------------------*/
    /*- HEADINGS -------------------*/
    .heading a{
        color: #000;
    }
    .heading a:hover{
        color: #4da1a9;
    }

    /*------------------------------*/
    /*- BUTTONS --------------------*/
    input[type="button"]{
        padding: 4px 12px;
        background: #4da1a9;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-family: 'Nunito', sans-serif;
    }
    .button{
        padding: 4px 12px;
        display: inline-block;
        background: #4da1a9;
        border-radius: 3px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
    }
    .btn-secondary{
        background: none;
        border: solid 1px #4da1a9;
        color: #4da1a9;
    }
    .btn-secondary:hover,
    .btn-secondary.active{
        background-color: #4da1a9;
        color: #fff;
    }
    .button-group{
        overflow: visible;
    }
    .button-group .button{
        border-radius: 0;
    }
    .button-group .button:not(:last-of-type){
        border-right-width: 0px;
    }
    .button-group .button:first-of-type{
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .button-group .button:last-of-type{
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .button-group .label{
        float: left;
        margin-right: 10px;
        font-weight: 700;
        line-height: 26px;
    }

    .btn-arrow{
        display: block;
        background-size: 16px 11px;
        font-family: "Playfair Display", serif;
        font-weight: bold;

    }

    /*------------------------------*/
    /*- FORMS ----------------------*/
    .form-row.form-row-inline{
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
    }
    .form-row-inline .input-append{
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
    }
    .input-append input{
        border-radius: 0;
    }
    .input-append input:first-of-type{
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .input-append input:last-of-type{
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /*------------------------------*/
    /*- INLINE DROP DOWNS ----------*/
    .inline-drop-down{
        float: left;
        position: relative;
        margin-left: 4px;
    }
    .inline-drop-down a{
        position: relative;
    }
    .inline-drop-down .sub-menu{
        left: 0;
        top: 38px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
        max-height: 220px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .inline-drop-down:hover > .sub-menu{
        visibility: visible;
        opacity: 1;
        top: 32px;
        transition: all 0.2s ease-in-out;
    }

    /*------------------------------*/
    /*- OTHER ----------------------*/
    .text-center{
        text-align: center;
    }
    .text-right{
        text-align: right;
    }

    .darken-block{
        background: rgba(247, 233, 221, 0.7);
    }
    .darken-block .section-title .heading,
    .darken-block .section-nav-title{
        padding-left: 10px;
        padding-right: 10px;
    }

    /*[class*="column"]{
        background: rgba(0, 0, 0, 0.1);
    }*/

/*-------------------------------*/
/*- OFF CANVAS ------------------*/

    /*---------------------------*/
    /*- CLOSE CANVAS BUTTON -----*/
    .close-canvas{
        padding: 4px 8px 3px;
        background: rgba(0, 0, 0, 0.2);
        z-index: 100;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0 0 3px;
        font-size: 1.1rem;
        text-transform: uppercase;
        text-align: right;
        cursor: pointer;
        z-index: 2;
    }
    .close-canvas i{
        margin-right: 4px;
        font-size: 1rem;
    }
    .close-canvas:hover{
        color: #fff;
    }
    .admin-bar div[class*=' off-canvas-'] .close-canvas{
        top: 46px;
    }

    div[class*=' off-canvas-']{
        box-shadow: -5px 0 5px -5px #c0c0c0;
        padding-top: 30px;
        position: fixed;
        top: 0;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        transition: all 0.3s ease-in-out 0s;
        font-size: 1.4rem;
    }
    .admin-bar div[class*=' off-canvas-']{
        padding-top: 30px;
    }
    .off-canvas-right{
        background: #fff9f4;
        width: 260px;
        height: 100%;
        right: 0;
    }
    .off-canvas-left{
        width: 260px;
        height: 100%;
    }
    .off-canvas-top{
        width: 100%;
        height: 200px;
    }

    .open[class*=' off-canvas-']{
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        overflow-y: scroll;
    }

    /*---------------------------*/
    /*- WRAPPER POSITIONING -----*/
    .off-canvas-right.open ~ #site-wrapper{
        right: -260px;
        opacity: 0.85;
        position: relative;
    }
    .off-canvas-left.open + #site-wrapper{
        left: 260px;
        opacity: 0.85;
        position: relative;
    }
    .off-canvas-top.open ~ #site-wrapper{
        top: 200px;
        opacity: 0.85;
        position: relative;
    }

    /*---------------------------*/
    /*- OFF CANVAS WIDGETS ------*/
    div[class*=' off-canvas-'] .nav.nav-vertical{
        width: 100%;
    }
    div[class*=' off-canvas-'] .sub-menu li{
        width: 100%;
    }
    div[class*=' off-canvas-'] li{
        padding: 5px 0;
    }
    div[class*=' off-canvas-'] li a{
        color: rgba(0, 0, 0, 0.8);
    }
    div[class*=' off-canvas-'] .section-nav-title{
        color: #888;
    }
    div[class*=' off-canvas-'] .widget.widget_nav_menu{
        padding: 20px;
    }
    div[class*=' off-canvas-'] .widget.widget_nav_menu li{
        display: block;
        margin: 0;
        text-align: left;
    }
    div[class*=' off-canvas-'] .searchform label{
        display: none;
    }
    div[class*=' off-canvas-'] .searchform input[type="text"]{
        background: none repeat scroll 0% 0% rgb(51, 51, 51);
        border: 2px solid rgb(85, 85, 85);
    }
    div[class*=' off-canvas-'] .searchform input[type="submit"]{
        display: block;
        width: 100%;
        height: 32px;
        background: #555;
        color: #ccc;
        font-size: 1.2rem;
    }

        /*-----------------------*/
        /*- OFF CANVAS MENU -----*/
        div[class*=' off-canvas-'] .nav-mobile{
            margin-top: 0;
            padding-top: 0;
            position: relative;
            z-index: 1;
        }
        .admin-bar div[class*=' off-canvas-'] .nav-mobile{
            padding-top: 20px;
        }
        div[class*=' off-canvas-'] .nav-vertical li{
            padding: 0;
            font-size: 1.6rem;
            text-transform: uppercase;
        }
        div[class*=' off-canvas-'] .nav-vertical .sub-menu{
            display: block;
            width: auto;
            visibility: visible;
            opacity: 1;
            position: static;
            border: none;
            box-shadow: none;
            font-size: 1.2rem;
        }
        div[class*=' off-canvas-'] .nav-vertical .sub-menu li{
            border: none;
        }

/*-------------------------------*/
/*- BORDER AND PADDING ----------*/
    .push-top-small{
        margin-top: 10px;
    }

    .push-bottom-small{
        margin-bottom: 10px;
    }
    .push-top{
        margin-top: 20px;
    }

    .push-bottom{
        margin-bottom: 20px;
    }

    .inset{
        padding: 20px;
    }
    .inset-top{
        padding-top: 20px;
    }
    .inset-right{
        padding-right: 20px;
    }
    .inset-bottom{
        padding-bottom: 20px;
    }
    .inset-left{
        padding-left: 20px;
    }

    .inset-small{
        padding: 10px;
    }
    .inset-top-small{
        padding-top: 10px;
    }
    .inset-right-small{
        padding-right: 10px;
    }
    .inset-bottom-small{
        padding-bottom: 10px;
    }
    .inset-left-small{
        padding-left: 10px;
    }

    .define{
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .define-top{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .define-right{
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .define-bottom{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .define-left{
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .define-bottom-hard{
        border-bottom: 2px solid #227078;
    }

/*--------------------------------------------*/
/*- SITE HEADER ------------------------------*/

    /*------------------------------*/
    /*- COIN TICKER ----------------*/
    .coin-ticker {
        padding-bottom: 0px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.3rem;
        width: 100%;
        height: 33px;
        overflow: hidden;
        position: relative;
    }
    .coin-ticker .coin-ticker-container{
        display: inline-block;
        overflow: hidden;
        width: calc( 100% - 120px );
    }

    .coin-ticker .coin-ticker-container:after {
        content: '';
        width: 50px;
        height: 100%;
        position: absolute;
        right: 120px;
        top: 0;
        background: linear-gradient(90deg, transparent 10px, #000);
    }

    .coin-ticker ul{
        display: inline-block;
        width: 200%;
    }
    .coin-ticker li{
        display: inline-block;
        font-weight: bold;
        float: left;
        margin: 0 20px 0 0;
        padding: 8px 0;
        /* opacity: 0.65; */
        transition: opacity ease-in-out 0.1s;
    }
    .coin-ticker:hover li{
        opacity: 1;
    }
    .coin-ticker a{
        display: block;
        color: #fff;
    }
    .coin-ticker span{
        padding: 2px 4px;
    }
    .coin-ticker .coin-name{
        color: #fff;
    }
    .coin-ticker .coin-price{
        color: rgba(255, 255, 255, 0.7);
    }
    .coin-ticker .coin-value{
        border: 1px solid;
        border-radius: 3px;
        color: rgba(255, 255, 255, 0.7);
        transition: all ease-in-out 0.1s;
    }
    .coin-ticker .coin-value.up-change{
        border-color: #b8e986;
        color: #b8e986;
    }
    .coin-ticker .coin-value.down-change{
        border-color: #ff767c;
        color: #ff767c;
    }
    .coin-ticker .markets-data {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 8px;
        margin-right: 8px;
    }

        /*--------------------------*/
        /*- COIN TICKER HOVER ------*/
        .coin-ticker a:hover .coin-value.up-change{
            background: #b8e986;
            color: #000;
        }
        .coin-ticker a:hover .coin-value.down-change{
            background: #ff767c;
            color: #000;
        }

    /*------------------------------*/
    /*- LOGIN MENU -----------------*/
    .login-menu-wrapper{
        display: none;
    }

    /*------------------------------*/
    /*- HEADER BLOCK ---------------*/
    .header-site{
        width: 100%;
        position: sticky;
        top: 0px;
        padding: 0;
        z-index: 99;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #fff9f4;
    }

        /*--------------------------*/
        /*- RESPONSIVE NAV ---------*/
        .responsive-nav{
            padding: 15px 20px;
            position: absolute;
            cursor: pointer;            
        }
        .responsive-nav span{
            display: block;
            font-size: 1.4rem;
            line-height: 2rem;
        }

        /*--------------------------*/
        /*- LOGO -------------------*/
        .logo{
            padding: 15px 0;
        }
        .logo .sitename{
            font-family: 'Playfair Display';
            font-size: 2rem;
            font-weight: 600;
            line-height: 1;
            text-align: center;
            text-transform: uppercase;
            color: #000;
            -webkit-transition:  0.2s all ease-out;
            -moz-transition:  0.2s all ease-out;
            transition:  0.2s all ease-out;
        }
        .logo a{
            color: #000;
        }
        /*
        .logo a:hover{
            color: #4da1a9;
        }
        */

        /*--------------------------*/
        /*- HEADER NAVIGATION ------*/
        .navigation-block{
            display: none;
            padding: 10px 0;
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            text-align: center;
            font-size: 1.3rem;
        }
        .navigation-block .navigation-container{
            position: relative;
            max-width: 1040px;
            margin: auto;
            padding: 0 20px;
        }

        .header-site .nav-horizontal > ul > li > a{
            padding: 4px 12px;
            padding-top: 6px;
            border-radius: 100px;
            text-transform: uppercase;
        }
        .header-site .nav-horizontal > ul > .current-menu-item > a,
        .header-site .nav-horizontal > ul > li > a:hover{
            background: #4da1a9;
            color: #fff;
        }
        .header-block{
            position: relative;
        }
            /* SEARCH BUTTON */
            .header-block  a.search-toggle,
            .navigation-block .navigation-container a.search-toggle{
                float: right;
                font-size: 17px;
                right: 24px;
                top: 0px;
                line-height: 29px;
                position: absolute;
            }
            .header-block  a.search-toggle{
                display: none;
            }

            .header-block  a.search-toggle.active
            .navigation-block .navigation-container a.search-toggle.active{
                color: #4da1a9;
            }
            .search-block{
                padding: 0;
                margin: 0px auto;
                background: #f7e9dd;
            }

            .search-block form{
                max-width: 1040px;
                margin: auto;
                padding: 10px 20px;
            }

            .search-block form input[type="search"]{
                float: left;
                height: 36px;
                display: block;
                width: 85%;
                max-width: none;
                border: 1px solid #c9c9c9;
                border-right: none;
                border-radius: 4px 0px 0px 4px;
            }

            .search-block form input[type="submit"]{
                display: block;
                background: #4da1a9;
                border-radius: 0px 4px 4px 0px;
                height: 36px;
                width: 15%;
            }
            .search-block label{
                margin: 0;
                padding: 0;
            }

            .search-block .screen-reader-text{
                display: none;
            }
    


/*------------------------------*/
/*- COMMON PAGE ELEMENTS -------*/

    .title-container{
        padding-top: 30px;
        margin-bottom: 30px;
        /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    }
    .title-container span.cat-link a{
        color: #4da1a9;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .title .heading{
        font-size: 4rem;
        text-transform: uppercase;
        color: #13505c;
    }
    .title .excerpt{
        margin-top: 10px;
        font-size: 1.8rem;
        color: rgba(0, 0, 0, 0.45);
    }

    .bread-crumbs{
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .bread-crumbs li{
        font-size: 1rem;
        font-weight: 700;
    }
    .bread-crumbs .current{
        color: #4da1a9;
    }

/*------------------------------*/
/*- WIDGET NEWS BLOCKS ---------*/

    /*--------------------------*/
    /*--------------------------*/
    .widget .section-title{
        padding: 8px 0;
        margin-bottom: 20px;
        /* border-top: 1px solid rgba(0, 0, 0, 0.1); //temporarily removed util design approved */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .widget .section-title a{
        display: block;
        background: right no-repeat url(images/arrow-right.png);
        background-size: 16px 11px;
    }
    .widget .section-title .heading{
        font-weight: 700;
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    /*--------------------------*/
    /*--------------------------*/
    .news-block{        
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block;
    }

    .search-results .news-block{        
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .news-block:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .news-block .thumbnail-media{
        margin-bottom: 10px;
        text-align: center;
    }

        .thumbnail-body .thumbnail-media{
            float: right;
            margin: 15px 0 10px 0;
            padding-left: 8px;
            width: 33%;
        }

    .news-block .read-more{
        color: #666;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        
        text-transform: uppercase;
    }

    .article-title .sub-heading{
        margin-bottom: 5px;
        font-family: 'Nunito', sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        text-transform: uppercase;
    }
    .article-title .sub-heading a{
        color: #4da1a9;
    }
    .article-title .sub-heading a:hover{
        color: #000;
    }

    .article-title .heading{
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .article-title .heading.large{
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
    .thumbnail-body .excerpt{
        margin-top: 10px;
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .article-meta{
        margin-top: 10px;
        font-size: 1.1rem;
        text-transform: uppercase;
    }

    /*-------------------*/
    /*- TIME STAMP ------*/
    .time-stamp{
        color: rgba(0, 0, 0, 0.4);
    }
    .time-stamp.breaking{
        color: #bd2229;
    }    
    .time-stamp.breaking:before{
        content: '';
        background-color: #bd2229;
        border-radius: 5px;
        display: block;
        height: 7px;
        width: 7px;
        float: left;
        margin-right: 4px;
        margin-top: 4px;
        padding: 0px;
    }

    /*--------------------------*/
    /*---- SUBSCRIBE BLOCK -----*/

    .subscribe-box{
        background-color: #f7e9dd;
        text-align: center;
    }

    .subscribe-box .section-title,
    .subscribe-box .gform_title,
    {
        border: none;
    }

    .subscribe-box .section-title .fa-envelope{    
        font-size: 22px;
        color: #4da1a9;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .subscribe-box .section-title .heading,
    .subscribe-box .gform_title{
        border: none;
        font-size: 16px;
        font-weight: 600;
        max-width: 350px;
        margin: auto;
        text-transform: none;
    }
    
    .subscribe-box .gform_heading{
        padding: 24px 0px;
        max-width: 75%;
        margin: 0 auto;
    }
    
    .subscribe-box .gform_description{
        font-size: 14px;
    }

    .subscribe-box .gform_title{
        font-size: 22px;
        margin-bottom: 24px;
    }

    .subscribe-box .gfield_label{
        display: none;
    }
    .subscribe-box ul li.gfield{
        padding: 0px;
        margin-bottom: 8px !important;
    }

    .subscribe-box .ginput_container input[type="email"],
    .subscribe-box .ginput_container input[type="text"]{
        border-radius: 3px;
        border: solid 1px #cccccc;
        text-align: center;
    }

    .subscribe-box a.button,
    .subscribe-box input[type="submit"]{
        color: #fff;
        display: inline;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        background: #4da1a9;
        border-radius: 3px;
        max-width: 500px;
        padding: 6px 18px;
        width: 100%;
    }


    .subscribe-box .gform_footer{        
        margin-bottom: 24px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .subscribe-box .gform_confirmation_message{
        padding: 24px;
    }

        /* Sidebar specific styling
        .single .sidebar #text-3,
        .page .sidebar #text-3{
            display: none;
        } */

        /* Sidebar specific styling */
        .sidebar .subscribe-box{
            background: #fff;
            border: 1px solid #f0f0f0;
            padding: 12px;
        }

        .sidebar .subscribe-box .gform_heading{
            padding: 0px;
            padding-bottom: 6px;
            max-width: 100%;
        }

        .sidebar .subscribe-box .gform_title{
            margin-bottom: 12px;
        }

        .sidebar .subscribe-box .gform_body{
            padding: 0px;
        }

        .sidebar .subscribe-box .gform_footer{
            margin-bottom: 0;
        }

    /*--------------------*/
    /*- RELATED ARTICLES -*/
    .bib__title span{
        font-family: 'Playfair Display', serif !important;
        line-height: 1.2;
    }
    .bib__preview {
        font-family: Nunito, sans-serif !important;
    }
    .bib__tile a{
        background-size: cover;
        background-position: 0 0;
    }
    .news-block .related-articles{
        max-width: 90%;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 1.3rem;
    }
    .news-block .related-articles li{
        padding: 0 0 6px 26px;
        margin: 0 0 8px;
        background: 0 3px no-repeat url(images/arrow-right.png);
        background-size: 16px 11px;
    }
        .news-block .related-articles li:last-child{
            border-bottom: none;
        }

    .news-block .related-articles a{
        color: #4da1a9;
    }
    .news-block .related-articles a:hover{
        color: #000;
    }
    .specific-category .news-block .heading {
        font-size: 1.6rem;
        line-height: 2rem;
    }


    /*--------------------------*/
    /*- CATEGORY HIGHLIGHTS ----*/
    .category-highlights .sub-heading{
        font-size: 1.2rem;
    }
    .category-highlights .heading{
        font-size: 1.4rem;
        font-weight: 600;
    }

    /*--------------------------*/
    /*- REGULAR POST LIST ------*/
    .headline-list .headline-item{
        padding: 0 0 16px 26px;
        margin: 0 0 16px 0;
        background: 0 7px no-repeat url(images/arrow-right.png);
        background-size: 16px 11px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .headline-list .headline-item:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .headline-list .article-meta{
        margin-top: 6px;
    }


/*--------------------------------------------*/
/*- LAYOUT STUFF -----------------------------*/

.grid-flush{
    display:-webkit-flex;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    position: relative;
}
.grid-flush .column{
    margin-left: 0;
    margin-right: 0;
}

aside.widget {
    margin-bottom: 20px;
}

/*--------------------------------------------*/
/*- SINGLE POST ------------------------------*/

    .post-title{
        border-top: none;
        margin-bottom: 10px;
    }
    .post-title .heading{
        font-size: 4rem;
        text-transform: none;
        /* color: #13505c; */
        color: #000;
    }
    .post-title .excerpt{
        margin-top: 10px;
        font-size: 1.8rem;
        color: rgba(0, 0, 0, 0.45);
    }
    .post-title .meta-info{
        margin-top: 20px;
        color: rgba(0, 0, 0, 0.5);
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 100px;
        padding: 0 6px;
    }

    /*----------------------------------------*/
    /*- STORY --------------------------------*/
    .story-wrapper{
        margin-bottom: 20px;
    }
    
    .story blockquote {
        background: #f7e9dd;
        border-left: 5px solid #dcbea5;
        font-family: 'Nunito', sans-serif;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.6;
        font-style: italic;
    }

    .story + .advert{
        margin-bottom: 20px;
    }

    .story-wrapper .meta-info{
        font-size: 1.1rem;
        color: rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
    }
    .story-wrapper .meta-info .meta-item{
        display: block;
        padding: 8px 0 0;
        margin: 8px 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .story-wrapper .meta-info strong{
        font-weight: 700;
    }
    .story-wrapper .meta-info a{
        color: #4da1a9;
    }
    .story-wrapper .meta-info a:hover{
        color: #000;
    }
    .story-wrapper .meta-info .meta-category a,
    .story-wrapper .meta-info .meta-tags a{
        background: rgba(0, 0, 0, 0.05);
        border-radius: 100px;
        padding: 2px 8px;
        font-weight: 700;
    }
    .story-wrapper .meta-info .meta-category a:hover,
    .story-wrapper .meta-info .meta-tags a:hover{
        background-color: #4da1a9;
        color: #fff;
    }

    #disqus_thread{   
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 4px;
        padding: 12px;
    }

    /*----------------------------*/
    /*- AUTHOR TITLE CONTAINER ---*/
    .author-title-container{
        background-color: #f7e9dd;
        display: inline-block;
        font-family: Nunito, sans-serif;
        padding: 12px;
        position: relative;
        width: 100%;
    }

        /*------------------------*/
        /*- AUTHOR IMAGE ---------*/
        .author-title-container .author-image{float: left; max-width: 100px; margin-right: 12px; overflow: hidden;}

        /*------------------------*/
        /*- AUTHOR BODY ----------*/
        .author-title-container .author-body{
            float: left;
            width: calc( 100% - 112px );
        }
        .author-title-container .author-body p a{
            color: #0084b4;
            font-weight: bold;
            position: absolute;
            right: 8px;
            top: 8px;
            text-decoration: none;
        }
        .author-title-container .author-body .author-name{
            font-size: 14px;
            font-family: Nunito, sans-serif;
            font-weight: bold;
            line-height: 20px;
            margin-bottom: 0;
            text-transform: uppercase;
        }
        .author-title-container .author-body .author-name a{color: #000;}
        .author-title-container .author-body .author-name a:hover{color: rgba(0, 0, 0, 0.75);}
        .author-title-container .author-body p{margin-top: 10px; font-size: 16px; magin-bottom: px;}

    /*--------------------------------------------*/
    /*- GFORMS INSIDE STORIES --------------------*/
    .story .gform_wrapper{
        background-color: #f7e9dd;
        padding: 24px;
        margin-bottom: 24px;
    }
    .subscribe-box.telegram-box .section-title,
    .subscribe-box .subscribe-box_wrapper,
    .subscribe-box .subscribe-box,
    .subscribe-box .subscribe-box .gform_footer{
        background: none;
        padding: 0px;
        margin: 0px;
    }
    .subscribe-box.telegram-box .gform_heading, 
    .subscribe-box.telegram-box .gform_heading h3{
        text-align: center;
        max-width: 100%;
    }

    .subscribe-box.full .subscribe-box{ 
        max-width: 350px;
        margin: auto;
        padding-bottom: 24px;
    }

    .story .gform_description{
        margin: 0px !important;
        padding: 0px;
        text-indent: none;
    }
    .story .gform_heading{
        margin: 0px;
        margin: 0px;
        margin-bottom: 12px;
        padding: 0px;
    }
    .story .gform_heading h3{
        padding: 0px;
        margin: 0px;
        margin-bottom: 12px;
        text-align: left;
    }

    .story .gform_wrapper ul{
        margin: 0px;
    }
    .story .gform_wrapper ul li{
        text-align: left;
    }
    .story .gform_wrapper ul li{
        list-style: none;
    }

    .story .gform_wrapper input[type="submit"] {
        color: #fff;
        display: inline;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        background: #4da1a9;
        border-radius: 3px;
        margin: 0px;
        max-width: 100%;
        padding: 6px 18px;
        width: 100%;
    }

/*--------------------------------------------*/
/*- SEARCH PAGE ------------------------------*/
.search-results .news-block .thumbnail-media{
    float: left;
    max-width: 20%;
    margin-right: 3%;
}

.search-results .thumbnail-body{
    display: inline-block;
    float: left;
    width: 77%;
}
/*--------------------------------------------*/
/*- LEARNING  ------------------------------*/
.learning .thumbnail-media{
    float: left;
    max-width: 15%;
    margin-right: 24px;
}

.learning .news-block{
    border-bottom: none;
}

.learning .thumbnail-body{
    display: inline-block;
    float: left;
    width: 80%;
}
.learning .thumbnail-body .heading{
    color: #13505c;
    font-family: 'Nunito', sans-serif;
}
.learning .thumbnail-body .excerpt{
    margin-top: 6px;

}

/*--------------------------------------------*/
/*- COINS COINS COINS ------------------------*/

    .coin-title{
        border-top: none;
        margin-bottom: 10px;
    }
    .coin-title .heading{
        font-size: 2rem;
        text-transform: none;
        color: #13505c;
        font-family: 'Nunito', sans-serif;
    }
    .coin-title .coin-value{
        font-size: 4rem;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.75);
        font-family: 'Nunito', sans-serif;
    }
    .coin-title .excerpt{
        margin-top: 10px;
        font-size: 1.8rem;
        color: rgba(0, 0, 0, 0.45);
    }

    /*----------------------------------------*/
    /*- COIN BREAKDOWN -----------------------*/
    .coin-breakdown-wrapper{
        background: #fff;
        padding: 12px 20px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;

        display: flex;
        align-items: center;
    }
    .coin-breakdown{
        border-collapse: separate;
        font-size: 1.3rem;
    }
    .coin-breakdown tr{
        border-radius: 4px;
    }
    .coin-breakdown td{
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .coin-breakdown tr:hover td{
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .coin-breakdown tr:last-child td{
        border-bottom: none;
    }
    .coin-breakdown .breakdown-label{
        text-align: left;
        color: rgba(0, 0, 0, 0.55);
    }
    .coin-breakdown .breakdown-value{
        text-align: right;
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
    }

    /*----------------------------------------*/
    /*- BIG GRAPH ----------------------------*/
    .coin-graph{
        margin-bottom: 10px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        overflow: hidden;
    }
    .coin-graph .coin-details{
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-family: 'Nunito', sans-serif;
        color: rgba(0, 0, 0, 0.5);
    }
    .coin-graph .coin-details .long-name{}
    .coin-graph .coin-details .short-name{
        font-weight: 700;
    }
    .coin-graph .controls{
        padding: 10px;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .controls .column{
        margin-bottom: 0;
    }
    .coin-graph .section-title{
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .coin-graph .section-title .heading{
        font-size: 1.6rem;
        font-family: 'Nunito', sans-serif;
        color: rgba(0, 0, 0, 0.5);
    }

    /*----------------------------------------*/
    /*- MINI GRAPH ---------------------------*/
    .mini-graphs > .column{
        margin: 20px auto;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .mini-graphs .section-title{
        margin-bottom: 15px;
        padding: 10px 20px;
        text-align: center;
    }
    .mini-graphs .current-value{
        font-size: 2.4rem;
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.85);
    }
    .mini-graphs .coin-details{
        font-size: 1.2rem;
        font-family: 'Nunito', sans-serif;
        color: rgba(0, 0, 0, 0.5);
    }
    .mini-graphs .coin-details .long-name{}
    .mini-graphs .coin-details .short-name{
        font-weight: 700;
    }

    .mini-graphs .coin-highs{
        padding: 10px 20px;
        font-size: 1.2rem;
    }
    .mini-graphs .coin-highs .column{
        margin-bottom: 0;
        text-align: center;
    }
    .mini-graphs .coin-highs .amount{
        font-weight: 700;
    }
    .mini-graphs .coin-highs span:not(.amount){
        display: block;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.3);
        font-weight: 700;
        font-size: 1rem;
    }

    /*----------------------------------------*/
    /*- COIN DATA ----------------------------*/
    .controls{
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }
    .controls input{
        height: 26px;
        border: none;
        font-size: 1.3rem;
    }
    .input-append input[type="submit"],
    .input-append input[type="button"],
    .input-append button,
    .controls .input-append input[type="button"]{
        height: 26px;
    }
    .table-nav-wrapper{
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .table-nav-wrapper .column{
        margin-bottom: 0;
    }
    .table-nav-wrapper .section-title .heading{
        font-size: 1.6rem;
        line-height: 2.6rem;
        font-family: 'Nunito', sans-serif;
        color: rgba(0, 0, 0, 0.5);
    }
    table + .table-nav-wrapper{
        border-bottom: none;
    }

    td .long-name{
        display: block;
    }
    td .short-name{
        color: rgba(0, 0, 0, 0.5);
    }

/*--------------------------------------------*/
/*- SIDEBAR STUFF ----------------------------*/

    .sidebar{
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 20px;
    }

    .section-nav-title{
        padding: 8px 0;
        margin-bottom: 20px;
        /* border-top: 1px solid rgba(0, 0, 0, 0.1); temp removal pending design approval*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
        font-weight: 700;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    .section-nav-title a{
        display: block;
        background: right no-repeat url(images/arrow-right.png);
        background-size: 16px 11px;
    }

    /*--------------------------*/
    /*- RECENT NEWS ------------*/
    .recent-news ol,
    .widget_recent_entries ul{
        font-family: 'Playfair Display', serif;
        counter-reset: my-badass-counter;
        vertical-align: top;
    }
    .recent-news ol li,
    .widget_recent_entries ul li,
    .widget ul li{
        color: #000;
        font-size: 1.3rem;
        position: relative;
        padding: 0 0 12px 25px;
        margin-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
        vertical-align: top;
    }
    .recent-news ol li:before,
    .widget_recent_entries ul li:before{
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        display: block;
        float: left;
        width: 28px;
        padding: 0 0 8px;
        border-radius: 100%;
        /* background: none; */
        list-style: decimal;
        font-size: 50px;
        line-height: 52px;
        color: rgba(0, 0, 0, 0.15);
        text-align: center;
        /* transition: background-color ease-in-out 0.1s; */
        top: -15px;
        padding: 0px;
        position: absolute;
        left: 0;
    }
    .recent-news ol li:last-child,
    .widget ul  li:last-child{
        margin-bottom: 0;
        border-bottom: none;
    }
    .recent-news ol li a,
    .widget_recent_entries ul li a{
        float: left;
        margin-left: 10px;
        width: 100%;
    }
    .recent-news ol li h4{
        line-height: 1.4;
    }
    .recent-news img{
        float: right;
        max-width: 110px;
        margin-left: 10px;
    }

    /*--------------------------*/
    /*- COIN LIST --------------*/
    .coin-list .section-nav-title{
        margin-bottom: 0;
    }
    .coin-list-table{
        width: 100%;
        margin-bottom: 8px;
    }
    .coin-list-table td{
        padding: 10px;
    }
    .coin-list-table.mini{
        font-size: 1.3rem;
    }
    .coin-list-table .coin-name{
        text-align: left;
    }
    
    .coin-list-table .coin-name a{
        color: #000;
    }

    .coin-list-table .coin-change{
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

        .coin-change.up-change{
            color: #6fb92e;
        }
        .coin-change.up-change::after{
            content: "\f0d8";
            font: normal normal normal 14px/1 FontAwesome;
        }
        .coin-change.down-change{
            color: #bd2229;
        }
        .coin-change.down-change:after{
            content: "\f0d7";
            font: normal normal normal 14px/1 FontAwesome;
        }

    .coin-list-table .coin-value{
        text-align: right;
        color: rgba(0, 0, 0, 0.55);
        font-size: 1.2rem;
    }

/*--------------------------------------------*/
/*- ADVERTS ----------------------------------*/

.advert{
    text-align: center;
    display: none; /* hide for go live */
}
.advert-home-header{
    clear: both;
    margin-bottom: 10px;
    padding: 0 20px;
}
.advert img{
    display: block;
    margin: auto;
}

/*--------------------------------------------*/
/*- FOOTER -----------------------------------*/
.footer-site{
    padding: 0;
    background: #f7e9dd;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


    /*--------------------------*/
    /*- FOOTER LOGO SECTION ----*/
    .footer-site .site-brand{
        padding: 0 0 20px;
        text-align: center;
    }
    .footer-site .sitename{
        margin-bottom: 5px;
        color: #000;
        font-size: 2rem;
    }
    .footer-site .tagline{
        color: #227078;
        font-size: 1.2rem;
    }
    .footer-site .social-links i{
        width: 32px;
        line-height: 32px;
        background: rgba(0, 0, 0, 0.1);
        color: #fff;
        border-radius: 100px;
    }

    .social-links i.fa-facebook{background: #3B5998;}
    .social-links i.fa-twitter{background: #049FF6;}
    .social-links i.fa-linkedin{background: #0076B7;}
    .footer-site .social-links i:hover{
        background: #227078;
    }

    /*--------------------------*/
    /*- FOOTER WIDGETS ---------*/
    .footer-site .widget{
        font-size: 1.3rem;
    }
    .footer-site .widget .section-nav-title{
        border: none;
        font-family: 'Nunito', sans-serif;
        font-size: 1rem;
    }
    .footer-site .widget li{
        padding: 0 0 4px;
        margin: 0 0 4px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    }

    /*--------------------------*/
    /*- COPYRIGHT SECTION ------*/
    .footer-site .copyright{
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .footer-site .copyright .column{
        text-align: center;
        margin: 0 0 20px;
    }
    .footer-nav .menu{
        text-transform: uppercase;
        font-size: 1.2rem;
    }
    .brand-copyright{
        color: rgba(0, 0, 0, 0.5);
        font-size: 1.2rem;
    }


/*--------------------------------------------*/
/*- TELEGRAM BADGE ---------------------------*/
.subscribe-box.telegram-box{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 12px;
    margin: 8px;
    text-align: left;
    width: auto;
    max-width: 250px;
}
.subscribe-box.telegram-box.full{
    margin: 12px 0px;
    max-width: none;
    width: 100%;
}
.subscribe-box.telegram-box .heading{
    font-size: 18px;
    margin: unset;
}
.subscribe-box.telegram-box.full .heading{
    margin: auto;
}
.subscribe-box.telegram-box .button{
    clear: both;
    float: none;
}
.telegram-box i{
    color: #0088cc;
    display: block;
    font-size: 32px;
    margin-bottom: 8px;
    position: relative;
}
.telegram-badge{
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    bottom: -1px;
    display: block;
    left: -1px;
    padding: 0px 8px;
    position: fixed;    
}
.telegram-badge.inline{
    position: relative;
    left: unset;
    bottom: unset;
    width: auto;
    max-width: 250px;
}
.telegram-badge a:not(.button){
    display: block;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.telegram-badge span{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;

}
.telegram-badge i{
    color: #0088cc;
    display: block;
    font-size: 26px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
}
/*--------------------------------------------*/
/*- EXIT POP ---------------------------------*/
.snp-theme8 .snp-header {
    padding: 12px 24px;
}

.snp-body{
    font-family: 'Nunito', sans-serif;
}

.snp-theme8 .snp-body {
    padding: 24px;
}

.snp-theme8 .snp-body p {
    font-size: 19px;
    line-height: 24px;
}
.snp-theme8 .snp-form {
    margin-bottom: 18px;
    font-family: 'Nunito';
    margin-bottom: 0;
}
/*--------------------------------------------*/
/*- EVENT CALENDAR----------------------------*/

#tribe-events-content table.tribe-events-calendar{
    overflow: visible;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
    background-color: #f7eadd;
    color: #2b2a29;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{
    background-color: #f7eadd;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{
    background-color: #428085;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{
    color: #428085;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip{
    padding: 25px;
}

.tribe-event-duration,
#tribe-events-content .tribe-events-tooltip h4{
    margin-bottom: 8px;
}

.tribe-events-venue-details{
    display: none !important;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb{
    float: right;
    max-width: 25%;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb img{
    max-width: 100%;
    max-height: none;
}

.tribe-events-calendar .tribe-events-tooltip .tribe-event-description{
    font-size: 15px;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
    padding-right: 8px;
}

.tribe-events-list-separator-month{
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
}
.tribe-events-list-separator-month:after{
    border: none;
}

.tribe-events-list-separator-month span{
    background: right no-repeat url(images/arrow-right.png);
    background-size: 16px 11px;
    display: block;
    display: inline-block;
    padding: 0;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{
    padding: 12px !important;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer{
    border-top: none;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image,
.type-tribe_events .tribe-events-event-image{
    float: left;
    width: 20%;
    margin: 0px;
    margin-right: 12px;
    display: inline-block;
}
#tribe-mobile-container .type-tribe_events~.type-tribe_events,
#tribe-mobile-container .type-tribe_events,
.tribe-events-loop .type-tribe_events,
.single-tribe_events .type-tribe_events{
    background: #fff;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    padding: 12px 12px;
}
#tribe-mobile-container .type-tribe_events{
    margin-bottom: 12px;
}
.tribe-events-loop .tribe-events-content{
    padding: 0px;
    padding-right: 0px;
}
.single-tribe_events .tribe-events-event-meta{
    margin-bottom: 0px;
}
.single-tribe_events .tribe-events-schedule{
    margin: 12px 0px;
}

.single-tribe_events .tribe-events-schedule h2{
    margin-bottom: 12px;
}

.tribe-events-read-more,
.tribe-events-single-event-description a{
    display: inline-block;
    background: #4da1a9;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 24px;
    font-size: 17px;
    margin-top: 8px;
}
.tribe-events-read-more{
    bottom: 12px;
    font-size: 15px;
    float: right;
    padding: 4px 8px;
    position: absolute;
    right: 12px;
}
/*--------------------------------------------------------------*/
/*- EVERYTHING BIGGER THAN TABLETS -----------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (min-width: 769px) {

    .header-site.sticky .logo{
        display: none;
    }

    .responsive-nav{
        display: none;
    }
    .navigation-block{
        display: block;
    }

    .table-wrapper{
        overflow-x: none;
    }
    .table-wrapper table{
        min-width: none;
    }

    .logo .sitename {
        font-size: 5.2rem;
    }

    .header-site.sticky .logo .sitename {
        font-size: 3.5rem;
    }
    .title-container.category {
        padding-top: 0;
    }
}

/*--------------------------------------------------------------*/
/*- TABLETS ----------------------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (min-width: 481px) and (max-width: 768px){
    .home .header-site,
    .archive .header-site{
        margin-bottom: 0px;
    }

    .home .main-news-wrapper > .section-title{
        border-top: none;
    }

    #site-wrapper > .container {
        padding: 0 75px;
    }

    .coin-ticker {
        /*padding-bottom: 5px;*/
    }
    
    .coin-ticker li .coin-price{
        display: none;
    }

    .coin-ticker li:nth-child(5){
        display: none;
    }
    
    .controls .span-4{
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .controls .span-8{
        text-align: left;
    }
    .controls .form-row{
        width: 100%;
        margin-top: 10px;
    }
    .controls .search-coins{
        width: 100%;
        padding-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .controls .search-coins input{
        width: calc(100% - 70px);
    }
    .controls .search-coins button{
        width: 60px;
        margin-left: 10px;
    }

    .main-news-wrapper .article-title .heading {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .main-news-wrapper .article-title .heading.large {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .main-news-wrapper .excerpt {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .column.span-8 {
        margin-bottom: 0;
    }

    /* SIDEBAR */
    .sidebar{
        border-left: none;
        padding-left: 0px;
    }

    .subscribe-box{
        padding-top: 40px;
    }
    .header-block  a.search{
        display: block;
        top: 12px;
    }
}
/*--------------------------------------------------------------*/
/*- MEDIUM & SMALL SCREENS -------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 660px){
    /* Sidebar specific styling */
    .subscribe-box{
        padding: 24px;
    }
    .author-title-container{
        display: none;
    }

    .subscribe-box .gform_heading{
        padding: 0px;
        padding-bottom: 24px;
        max-width: 100%;
    }

    .subscribe-box .gform_body{
        padding: 0px;
    }

    .subscribe-box .gform_footer{
        margin-bottom: 0;
    }
    .header-block  a.search-toggle{
        display: block;
        top: 12px;
    }

    .search-block form input[type="search"]{
        width: 100%;
        border-radius: 4px 4px 0px 0px;
        border-bottom: none;
        border-right: 1px solid #c9c9c9;
    }

    .search-block form input[type="submit"]{
        border-radius: 0px 0px 4px 4px ;
        width: 100%;
    }

    .tribe-events-loop .tribe-events-event-meta{
        padding: 4px 0px;
    }
}
/*--------------------------------------------------------------*/
/*- SMALL SCREENS ----------------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 480px){
    /* Coin ticker*/
    .coin-ticker ul {
        width: 100%;
    }

    .coin-ticker .coin-ticker-container:after {
        display: none;
    }

    .coin-ticker li{
        margin-right: 1px;
        width: auto;
    }
    .coin-ticker li .coin-price{
        display: none;
    }

    .coin-ticker li:nth-child(n+3){
        display: none;
    }

    .coin-ticker .markets-data {
        display: inline-block;
    }

    /*DEFAULTS*/
    .collapse_mobile{
        display: none;
    }

    .button-group,
    .button-group + .button-group{
        display: block;
        margin: 5px 0 0;
    }
    .button-group .button,
    .button-group .button:not(:last-of-type){
        float: left;
        margin: 0 4px 0 0;
        padding: 1px 6px;

        border-radius: 4px;
        border-width: 1px;
    }
    .button-group .label{
        line-height: 20px;
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    /*LOGIN MENU*/
    .login-menu-wrapper{
        display: block;
    }
    .login-menu-wrapper li{
        float: left;
        width: 50%;
    }
    .login-menu-wrapper li a{
        display: block;
        padding: 10px;
        background: rgba(0, 0, 0, 0.05);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
    }
    .login-menu-wrapper li a:hover{
        background: #4da1a9;
        color: #fff;
    }
    .login-menu-wrapper li:first-child a{
        border-left: none;
    }

    /*CONTENT / LAYOUT*/
    .home .main-news-wrapper > .section-title{
        display: none;
    }
    .main-news-wrapper .news-left{
        padding-right: 0;
        border-right: 0;
    }
    .sidebar,
    .main-news-wrapper .news-right{
        padding-left: 0;
        border-left: 0;
    }
    .title-container{
        border: none;
        padding-top: 0px;
    }
    .thumbnail-body .thumbnail-media{
        margin: 0px;
        padding: 8px;
    }
    
    .specific-category .news-block .thumbnail-body{
        float: left; 
        width: 61%;
    }

    .specific-category .column.span-4 {
        margin-bottom: 0;
    }

    .headline-list, .sidebar {
        margin-bottom: 0;
    }

    .news-block .thumbnail-media{
        float: left;
        margin-right: 5%;
        width: 33%;
    }

    .news-right .news-block .thumbnail-media,
    .news-left .news-block .thumbnail-media{
        float: right;
        width: 33%;
    }

    .news-left > .news-block:nth-child(1) .thumbnail-media{
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .news-left > .news-block:nth-child(1) .thumbnail-media img{
        width: 100%;
    }


    .category-highlights .column.inset-top{
        padding-top: 0px;
    }

    .category-highlights .news-block{
        text-align: left;
    }

    .main-news-wrapper .article-title .heading{
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .specific-category .article-title .heading{
        font-size: 1.8rem;
        line-height: 2.1rem;
    }

    /*POST PAGE*/
    .post-title .heading{
        font-size: 3rem;
    }
    .post-title .excerpt{
        font-size: 1.6rem;
    }
    .post-title .meta-info{
        padding: 6px 8px;
        border-radius: 4px;
    }
    .story{
        font-size: 1.4rem;
    }

    .story blockquote{
        margin-left: -20px;
        width: calc( 100% + 40px );
    }

    .news-block .related-articles{
        font-size: 1.6rem;
        line-height: 1.8rem;
    }


    /*CATEGORY PAGE*/
    .title .heading{
        font-size: 3rem;
    }
    .title .excerpt{
        font-size: 1.6rem;
    }
    .article-title .heading.large{
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
    .container.container-flush.widget.define-bottom-hard.specific-category > header {
        display: none;
    }

    /*COIN STUFF*/
    .controls .span-4{
        padding-bottom: 10px;
        margin-bottom: 6px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .controls .form-row{
        width: 100%;
        margin-top: 10px;
    }
    .controls .search-coins{
        width: 100%;
    }
    .controls .search-coins input{
        width: calc(100% - 70px);
    }
    .controls .search-coins button{
        width: 60px;
        margin-left: 10px;
    }

    /*FOOTER*/
    .copyright .nav-horizontal li{
        float: none;
        display: inline-block;
        margin: 5px 5px 0;
    }
    /* ICO CALENDAR */
    .tribe-events-read-more, .tribe-events-single-event-description a{
        margin: auto;
        position: relative;
        right: unset;
        width: 100%;
    }
}