/*!
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);
    }

    /*------------------------------*/
    /*- 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;
    }

    .button.btn-massive{
        font-size: 18px;
        max-width: 550px;
        padding: 12px;
        width: 100%;
    }
    
    .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;
    }

    /*------------------------------*/
    /*- 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;
    }
    .lighten-block{
        background: rgba(255, 255, 255, 0.95);
    }
    .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);
    }*/

/*-------------------------------*/
/*- BORDER AND PADDING ----------*/
    .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;
    }

    .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 marquee{
        display: inline-block;
        height: 100%;
        margin-top: 7px;
    }
    .coin-ticker ul{
        display: inline-block;
        width: calc(100% - 160px);
    }
    .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.sticky{
        background-color: #fff9f4;
        width: 100%;
    }
    .header-site{
        top: 0px;
        padding: 0;
        z-index: 99;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

        /*--------------------------*/
        /*- RESPONSIVE NAV ---------*/
        .responsive-nav{
            padding: 15px 20px;
        }
        .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;
        }
        .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;
        }


/*------------------------------*/
/*- 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;
    }

    .highlight{
        color: rgb(32, 51, 91);
        background-color: rgb(245, 255, 0);
    }

/*------------------------------*/
/*- 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{
        /*padding-bottom: 20px;
        margin-bottom: 20px;*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .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%;
        }

    .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;
    }
    .subscribe-box .section-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{
        border: none;
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
    }
    .subscribe-box a.button{
        color: #4da1a9;
        display: inline;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        background: none;
        border-radius: 3px;
        border: solid 1px #4da1a9;
        padding: 6px 18px;
        width: auto;
    }

    /*--------------------*/
    /*- RELATED ARTICLES -*/
    .bib--box-4 .bib__tile--1 .bib__title span, .bib--box-5 .bib__tile--1 .bib__title span, .bib--box-5 .bib__tile--2 .bib__title span, .bib--box-6 .bib__tile--1 .bib__title span {
        font-family: 'Playfair Display', serif;
        line-height: 1.2;
    }
    .bib--hover .bib__preview, .bib--title-only .bib__attributes, .bib--title-only .bib__preview {
        font-family: Nunito, sans-serif;
    }
    .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;
}

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

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

    .post-title{
        border-top: none;
        margin-bottom: 10px;
    }

    .page-template-template-review .post-title{
        margin-bottom: 0px;
    }

    .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{
        padding-bottom: 10px;
        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;
    }

/*--------------------------------------------*/
/*- 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; */
        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;
    }
    .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 iframe{
        margin-bottom: -6px;
    }
    .coin-list-table .coin-value{
        text-align: right;
        color: rgba(0, 0, 0, 0.55);
        font-size: 1.2rem;
    }

/*-------------------------------*/
/*- 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: 32px;
    }

    div[class*=' off-canvas-']{
        background: #454545;
        color: #fff;
        padding-top: 30px;
        position: fixed;
        top: 0;
        z-index: 1;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        transition: all 0.3s ease-in-out 0s;
        font-size: 1.4rem;
    }
    div[class*=' off-canvas-'] a{
        color: #fff;
    }
    .admin-bar div[class*=' off-canvas-']{
        padding-top: 66px;
    }
    .off-canvas-right{
        width: 240px;
        height: 100%;
        right: 0;
    }
    .off-canvas-left{
        width: 240px;
        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 ~ .wrapper-site{
        left: -240px;
        opacity: 0.85;
    }
    .off-canvas-left.open ~ .wrapper-site{
        left: 240px;
        opacity: 0.85;
    }
    .off-canvas-top.open ~ .wrapper-site{
        top: 200px;
        opacity: 0.85;
    }

    /*---------------------------*/
    /*- OFF CANVAS WIDGETS ------*/
    div[class*=' off-canvas-'] .sub-menu li{
        width: auto;
    }
    div[class*=' off-canvas-'] li{
        padding: 5px 0;
    }
    div[class*=' off-canvas-'] li a{
        color: rgba(255, 255, 255, 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;
        }
        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;
        }

/*--------------------------------------------*/
/*- 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: #fff;
    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;
    }

/*--------------------------------------------------------------*/
/*- EVERYTHING BIGGER THAN TABLETS -----------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (min-width: 769px) {

    .responsive-nav{
        display: none;
        position: relative;
    }
    .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;
    }
}

/*--------------------------------------------------------------*/
/*- SMALL SCREENS ----------------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 480px){
    /* Coin ticker*/
    .coin-ticker ul {
        width: 100%;
    }

    .coin-ticker li{
        margin-right: 6px;
        width: auto;
    }
    
    .coin-ticker li:nth-child(3),
    .coin-ticker li:nth-child(4),
    .coin-ticker li:nth-child(5){
        display: none;
    }

    .coin-ticker .markets-data {
        display: none;
    }

    /*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;
    }
}

.review-badge{
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    border-bottom: 2px solid #227078;
    box-shadow: 0 5px 5px #f2e5da;
    padding: 20px;
    align-items: center;
    margin: auto;
    width: 100%;
}

.review-badge .funnel-logo{
    display: flex !important;
}

.sidebar .review-badge img{
    padding: 10px;
}
.review-badge img{
    display: block;
    max-height: 90px;
    width: auto;
}
.review-badge .stars{
    display: none;
    margin-top: 8px;
}
.review-badge .stars img{
    max-width: 20px;
}

.review-badge div.rating{
    padding: 10px 0px;
    background: rgba(247,233,221,.18); 
    border-radius: 4px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    align-items: flex-start;
}

.review-badge .rating .score{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
}

.review-badge .rating .score p.rating{
    width: 100%;
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0px;
}


.review-badge .rating strong{
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.review-badge ul{
    list-style: none;
    margin: 0px;
}
.review-badge ul li{

    list-style: none;
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
}

.review-badge ul li svg{
    margin-right: 5px;
}

.review-badge a.button{
    clear: both;
    margin-bottom: 10px;
    float: none;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.review-badge a.button.btn-secondary{
    border: none;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    padding: 0px;
    text-transform: none;
    text-decoration: underline;
}
.review-badge a.button.btn-secondary:hover{
    background: none;
    color: #000;
}

/* .review-badge .column{
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
} */

.review-badge .column:last-child p{
    margin-bottom: 0px;
}

.sidebar .review-badge .ff-grid{
    flex-direction: column;
}

.sidebar .review-badge .column{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0px;
    width: 100%;
}

.sidebar .review-badge .column .rating{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar .review-badge{
    padding: 0px;
}

.sidebar .review-badge .column{
    padding: 0px 20px;
}

.sidebar .review-badge .column:nth-child(2),
.sidebar .review-badge .column:nth-child(3){
}

.sidebar .review-badge .column{
    margin-bottom: 20px;
}

.sidebar .review-badge h2{
    margin-top: 10px;
}

.review-badge h2{
    font-weight: bold;
}
.review-badge .button.btn-primary{
    background: #FED831;
    color: #000;
}

span.verified{
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}

p.verified{
    color: rgba(0,0,0,0.55);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    color: black;
    margin-bottom: 0px;
}

#register{
    padding: 10px;
}
#register .funnel-logo{
    display: flex;
}

#register h4.heading{
    font-family: 'Nunito', sans-serif;
}

#register .error{
    background: #ff4400;
    border-radius: 4px;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 5px;     
    display: inline-block;
    width: 100%;
}
#register .error.hidden{
    display: none;
}

#register .ff-grid{
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    border-bottom: 2px solid #227078;
    box-shadow: 0 5px 5px #f2e5da;
}

#register input{
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    max-width: 550px;
}

.iti.iti--allow-dropdown{
    width: 100%;    
}

.iti__flag-container{
    border: 1px solid #eee;
    border-radius: 4px 0px 0px 4px;
}

#register #phone_number{
    border-radius: 0px 4px 4px 0px;
    padding-left: 45px;
    max-width: 100%;
    width: 100%;
}

#register input[type="submit"]{
    border: none;
    background: #6bbd61;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}

#register .column.span-7{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.page-template-template-account-activation{
    background: #fff;
}

.page-template-template-account-activation .header-site{
    background: #fff9f4;
}

.page-template-template-account-activation .header-block{
    margin: auto;
    max-width: 760px;
    text-align: center;
}

.page-template-template-account-activation .logo{
    display: inline-block;
    width: auto;
}

.page-template-template-account-activation .sitename{
    font-size: 26px;
    text-align: left;
}

.page-template-template-account-activation .header-block .float-right{
    display: none;
    float: right;
}

.page-template-template-account-activation .header-block .button{
    max-width: 260px;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 12px;
}


.page-template-template-account-activation .story h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 26px;
}

.page-template-template-account-activation .story p{
    line-height: 28px;
    font-size: 17px;
}

.page-template-template-account-activation .excerpt{
    background: #fff9f4;
    padding: 20px;
    border: 1px solid #e5e0db;
    border-radius: 4px;
    margin-top: 15px;
}
.page-template-template-account-activation .excerpt p{
    color: #444;
    font-weight: 600;
}
.page-template-template-account-activation .important{
    color: #ff1100;
    text-decoration: underline;
}


@media only screen and (min-width: 481px){
    .sidebar .review-badge.sticky{
        position: fixed;
        top: 10px;
        max-width: 214px;
    }
}

@media only screen and (max-width: 769px){

    .header-block{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0px 20px;
        width: 100%;
    }

    .responsive-nav {
        padding: 15px 0px;
    }


    .logo{
        display: flex;
    }

    .review-badge .ff-grid{
        flex-direction: column;
    }

    .review-badge .column{
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 0px;
        width: 100%;
    }

    .review-badge .column .rating{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .review-badge{
        padding: 0px;
    }

    .review-badge .funnel-logo img{
        padding: 10px;
    }

    .review-badge .column{
        flex-direction: column;
    }

    .review-badge .column:nth-child(2),
    .review-badge .column:nth-child(3){
        padding: 0px 20px;
    }

    .review-badge .column{
        margin-bottom: 20px;
    }

    .review-badge h2{
        margin-top: 10px;
    }
    .sidebar .review-badge.sticky,
    .sidebar .review-badge.sticky{
        display: none;
    }

    #register .column.span-7{
        padding-left: 0px;
        border-left: none;
    }

}
