

/* accordian menus for off-canvas see main.js */
.off-canvas-list > li ul { display: none; }
/* works but needs the offcanvas to only move the same amount. */
/* .right-off-canvas-menu { width: 10rem; } */

/* hide offcanvas menu by default */
.tab-bar { display: none; }
.tab-bar-section { text-align: center; }
.tab-bar-section h1 a {
    color: white;
    text-decoration: none;
}
.tab-bar a { text-align: center; }
.tab-bar a span {
    display: block;    
    height: 45px;
    padding-top: 9px;
    color: #fff;
    font-size: 30px;
}
.tab-bar a span:hover {
    color: #b3b3b3;
    cursor: pointer;
}
.off-canvas-list label {
    line-height: 34px !important;
}

/*@media (max-width: 987px) {*/
@media (max-width: 1000px) {

	.maincontainer { width: auto; }

	.ta-span { display: none; }
    .row-logo { text-align: center; }
    .navtop { text-align: center; }
    .navtop-nosearch { text-align: left; }
    .navtop-social { margin-right: 16px; }
    .navtop-search { display: none; }

	.contentrow { text-align: center; padding: 0 5px; }
    .maincontent { text-align: left; }

    .bigimage { }
    .bigimage.medimage { float: none; text-align: left; padding-right: 16px; }

	.onesidebar { float: none; text-align: left; }
    .bigsidebar { display: none; }

    .post img { 
        /* width: auto !important; */
        max-width: 644px;
    }

    .footer-categories { display: none; }
    .footer-links { width: 97%; margin: auto; }

}
/*@media (max-width: 667px) {*/
@media (max-width: 714px) {
	
	/* http://dev.w3.org/csswg/css-device-adapt/#the-atviewport-rule */
	@viewport {
		width: auto;
	}

    .tab-bar { display: block; }
    .maincontainer { 
        padding-top: 30px;
        float: none;
    }
    .row-logo { display: none; }
    .logo-span { display: none; }

	.navtop { display: none; }

    .bigimage img { width: auto !important; }
    .bigimage.medimage { width: 100%; text-align: center; padding: 0; }

    .onesidebar { width: auto; }
    .maincontent { }
	.smallsidebar { display: none; }

	#footer-links { min-width: 478px; padding: 0; }
	#footer-links p { margin: 0; }
}
@media (max-width: 487px) {
    
    .maincontent { width: auto; }

    /* front */

    .post-listing-item {
        clear: left;
    }
    .post-listing-item p {
        display: none;
    }
    .post-listing-img.pull-left {
        /* float: none; */
    }
    .post-listing-item h3 {
        height: auto;
    }
    .pagenum { display: none !important; }


    /* single */
    .post img {
        width: 100%;
    }
    ul.pagination li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .urb-ads-top {
        width: 300px;
        margin: auto;
        margin-bottom: 5px;
    }
    .post-social-wide {
        display: none;
    }
    .addthis_counter {
        margin: auto;
        float: none !important;
        display: block !important;
    }
    .post-bottom-links {
        text-align: center;
    }
    .post-bottom-linksgroup {
        display: none;
        float: none;
        margin: auto;
    }
    .post-bottom-linksbox {
        float: none;
        width: auto;
        padding: 2px 0 0 0;
        padding-right: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 400px) {}
