@media screen and (max-width: 949px) {
/* Force 100% Device Width */
	.colx1, .colx2, .colx3, .colx4, .col-1, .col-2, .col-3, .col-4, .directory-thumb, .directory-content, #sidebarnav, #main, #content, #sidebar-primary, #sidebar-secondary, .sidebar-content, .related-content-widget ul li, .midstoryad, .archive-featuredimg, .archive-featuredimg-grid, .inner-wrapper, #post-area-archive-2, #post-area-archive-3, #post-area-archive-4, #post-area-archive ul li, #post-area-archive-1 ul li, #post-area-archive-3 ul li, #post-area-archive-4 ul li, .more-content-dropdown, .more-content-search, .search-field {
		width: 100% !important;
		float: left !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
	}
	#post-area-archive-columns ul {
		column-count: 1 !important;
	}
	#header, #post-header, #post-area, #post-area-bottom, #related-content, #sidebar-inner, .search-section-default-container, .store-header-bottom, #content-inner   {
		width: 96%;
		padding: 10px 2% !important;
	}
    #post-area {
      width: 98% !important;
      padding: 2% !important;
      border-radius: 0 !important;
      margin-left: -1%;
    }
    .header-left {
      text-align: center;
    }
    .header-right {
      float: left;
    }
    .header-book-link {
      float: left !important;
    }
	.classified-header-featuredimg {
		width: 100% !important;
		padding: 0 !important;
		background: none !important;
	}
	.post-meta-item {
		width: 96%;
		padding: 0 2%;
		margin: .5em 0;
	}

	.wp-caption, .post-image-float, .post-image {
		width: 104% !important;
		border: none;
		margin-left: -2%;
		max-width: none;
		float: left;
		padding: 0 !important;
	}
	.wp-caption-text, .featuredimagdesc-float {
		width: 96% !important;
		padding: 2% !important;
		font-size: 80%;
		background: #000;
		color: #fff;
	}
/* Hide and Show */
	#main-nav, .header-icon-title, #sidebarnav, .hidemobile {
		display: none !important;
	}
	.nav-icon-menu, .hidedesktop {
		display: inline !important;
	}
/* General Edits */
	h1 {
		font-size: 1.75em !important;
	}
	#post-area h2 {
		font-size: 1.5em !important;
		line-height: 1.2em !important;
	}
	#leadin {
		font-size: 1em;
	}	
	.archive-text, .archive-text-grid {
		width: 96%;
	}
	.wp-caption {
		padding: 0;
	}
	.more-content-search {
		float: left;
		margin-bottom: 1em;
	}
	.floatermobilead-container {
		background: #fff none repeat scroll 0 0;
		border-top: 3px solid #e1e1e1;
		bottom: 0px;
		display: block !important;
		margin-left: -4%;
		overflow: hidden;
		position: fixed;
		width: 100%;
		z-index: 5000;
		margin-bottom: 0 !important;
	}
	.floatermobilead {
		width: 320px;
		margin: auto;
	}
    #home-floating-icon {
        display: block !important;
    }
    #home-floating-icon a {
      width: 22px;
      height: 22px;
      border-radius: 100%;
      background: #012f66;
      color: #fff !important;
      font-size: 20px;
      padding: 10px;
      position: fixed;
      bottom: 22px;
      right: 22px;
    }

    #home-intro {
        padding: 0 3%;
    }


}