

@charset'UTF-8';

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


@media (max-width: 767px)
{
	header
	{
	    height: 60px !important;
	    background-size: cover !important;
	    padding: 20px 0 21px !important;
	}

	#wildfire-wrapper > .container-fluid
	{
		padding: 0 !important;
	}

	section#nav-primary{
		background: #fff;
	}

	section#nav-primary > .container
	{
		padding: 10px;
	    border-top-left-radius: 0 !important;
	    border-top-right-radius: 0 !important;
	    background: transparent !important;
	    /*margin-top: -106px !important;*/
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
	}

	section#glory > .container
	{
	    min-height: 80px !important;
	}

	section#glory > .container > .img-fluid
	{
	    margin-bottom:  0 !important;
	}

	section#live-area > .container
	{
	    border-bottom-right-radius: 0 !important;
	    border-bottom-left-radius: 0 !important;
	}

	img.responsimg,
	img.img-fluid
	{
		margin-bottom: 30px !important;
	}

	/*Gallery*/
	#engine_18 .post.listitem a span
	{
		bottom: 60px;
	}

	.mobile-hide
	{
		display: none !important;
	}

}