@charset"UTF-8";

/**
 * Filename:        bs-lg.css
 * Revision:        v3.0 => 2016.10
 * Organization:    ignitr => https://wildfirecms.com
 * Author:          Trevor Lettman / Space2Burn
*/

 @media (min-width: 1200px) {

    /*********************
     TAGS
    *********************/


    /*********************
     LAYOUT
    *********************/
/*
    header .col:nth-of-type(1),
    header .col:nth-of-type(2) {
        padding-top: 23px;
        width: 13%;
        height: 69px;
        font-size: 1.2em;
        border-left: 1px solid #FFF;
    }

    header .col:nth-of-type(1) {
        font-size: .8em;
        background: #9F1715;
    }

    header .col:nth-of-type(3) {
        padding-right: 0;
        width: 74%;
    }*/


    /*********************
     TABLET SHOW/HIDE
    *********************/

    .tablet-show {
        display: block;
    }
    .tablet-hide {
        display: none !important;
    }

}

