@charset"UTF-8";

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

@media (max-width: 1199px) {
    
    /*********************
     TABLET SHOW/HIDE
    *********************/

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

}


@media (min-width: 992px) and (max-width: 1199px) {

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


    /*********************
     LAYOUT
    *********************/

/*    header .col:nth-of-type(1),
	header .col:nth-of-type(2) {
		padding-top: 0;
		padding: 10px;
		height: auto;
		font-size: 1.1em;
		border-left: none;
        border-bottom: 1px solid #ACA7A7;
        background: #000;
	}

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

}

