#wrapper,
.container-inner { min-width: 320px; }


/* ------------------------------------------------------------------------- *
 *  Sidebar : 960px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {
	
	/* s1 general */
	.s1 { width: 100%; border-top: 1px solid #eee; }
	.s1 .sidebar-content { width: 100%; }
	
	.col-2cr .s1 { margin-left: 0; }
	.col-2cr .main-inner { background: none!important; padding-left: 0; }
	
	.col-2cl .s1 { margin-right: 0; }
	.col-2cl .main-inner { background: none!important; padding-right: 0; }
	
	#nav-header.nav-container { margin-right: 0; border-right: 0; }
	#nav-header:after { display: none; }
}


/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
	
	/* layout */
	#header { background: #fff; }
	#page:after { display: none; }
	#wrapper { margin: 0; }
	#page { padding: 0; }
	#page > .container-inner { border-radius: 0; box-shadow: none; }
	.container { padding: 0; }
	.grid { width: 100%; margin: 0 0 10px; }
	.sidebar .widget { padding-left: 20px; padding-right: 20px; }
	.pagination { margin-left: 20px; margin-right: 20px; }
	
	/* hide */
	.site-description,
	.image-caption { display: none; }
	
	/* base */
	.pad { padding: 20px 20px 10px; }
	.notebox { margin-bottom: 20px; }
	.entry,
	.entry.excerpt { font-size: 15px; }
	
	/* text */
	.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
	.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
	.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
	.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
	.entry h5 { font-size: 18px; }
	.entry h6 { font-size: 16px; text-transform: uppercase; }

	/* header */
	#header,
	#header .pad { padding-top: 0; padding-bottom: 0; }
	.site-title { padding: 20px 0; margin: 0; width: 100%; float: none; line-height: 50px; }
	.site-title a { text-align: center; }
	#nav-mobile.nav-container,
	#nav-header.nav-container,
	#nav-footer.nav-container { padding-left: 0; padding-right: 0; }
	#nav-header.nav-container,
	#nav-mobile.nav-container { float: left; width: 100%; padding: 0; }
	#nav-header.nav-container .nav-toggle,
	#nav-mobile.nav-container .nav-toggle { height: 62px; }
	#nav-header.nav-container .nav-toggle i,
	#nav-mobile.nav-container .nav-toggle i { padding: 17px 0; }
	.toggle-search { background: transparent; padding-top: 14px; padding-bottom: 14px; right: auto; left: 0; top: 0; }
	.toggle-search.active { padding-top: 14px; padding-bottom: 14px; }
	.search-expand { bottom: auto; right: 70px; left: 58px; top: 0; width: auto; z-index: 99; }
	.search-expand-inner { padding: 9px; }
	#header .social-links { float: none; text-align: center; margin: 0 0 20px; }
	
	/* footer */
	#footer-bottom .pad { padding-top: 50px; padding-bottom: 40px; }
	#footer-bottom .one-half.last { margin-bottom: 0; }
	#footer-bottom { text-align: center; }
	#footer-bottom #footer-logo { margin-left: auto; margin-right: auto; }
	#footer-bottom .social-links { float: none; }
	#footer-bottom .social-links li { margin-left: 4px; margin-right: 4px; }
	
	/* comments */
	.comment-tabs { font-size: 14px; }
	.commentlist li { font-size: 13px; }
	.commentlist li ul li { padding-left: 10px; }
	
	/* page */
	#page { margin-top: 0; }
	.notebox { font-size: 15px; }
	
	/* blog */
	.post-details-thumb { margin-top: 0; }
	#flexslider-featured.featured .post-inner { background: #333; }
	#flexslider-featured.featured .post-title { color: #333; background: transparent; font-size: 20px; position: static; box-shadow: none; }
	
	.front-widgets { padding: 10px 20px 10px 20px; }
	.front-widget-col { width: 100%; }
	.front-widget-inner { margin: 0; }

	.post-title,
	.single .post-title,
	.post-standard .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
	.post-format { margin-bottom: 20px; }
	.format-gallery .post-format .flexslider .slides img { max-height: 340px; }
	
	article > .pad { padding-top: 20px; padding-bottom: 20px; }

	.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
	.content .post-nav li a { min-height: 0; }
	.content .post-nav li.previous { border-top: 1px solid #eee; }
	
	.single .related-posts .post-title { font-size: 15px; }
	.related-posts li { width: 50%; }
	.related-posts li:nth-child(2) article { border-right-color: transparent; } 
	.related-posts li:nth-child(3),
	.related-posts li:nth-child(4) { display: none; }
	
	/* shortcodes */
	.dropcap { font-size: 80px; }
	
}

/* ------------------------------------------------------------------------- *
 *  Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
	
	/* layout */
	.content,
	.sidebar.s1 { width: 100%; float: none; margin-right: 0!important; margin-left: 0!important; }
	.sidebar.s1 { width: 100%; display: block; float: left; }
	.main,
	.main-inner { background-image: none!important; padding: 0!important;  }
	
	/* hide */
	.mobile-sidebar-hide-s1 .s1,
	.mobile-sidebar-hide .sidebar,
	.format-circle,
	.gallery-caption { display: none; }
	
	/* base */
	.pad { padding: 15px 15px 5px; }
	.sidebar .widget { padding-left: 15px!important; padding-right: 15px!important; }
	.notebox { margin-bottom: 15px; }
	
	/* sidebar s2 */
	.main { margin-left: 0; border-right: none; }
	.sidebar.s2 { width: 100%; margin-left: 0; position: relative; padding-bottom: 0; }
	
	#btn-mode,
	#btn-sidebar-home,
	#sidebar-top { padding: 10px 0; }
	#header:after,
	#btn-mode:after,
	#btn-sidebar-home:after { display: none; }
	#sidebar-top:before { top: 44px; left: auto; }
	
	.post-details { background: transparent; width: 160px; margin: 0 auto; padding: 20px 0; position: static; border-radius: 4px; }
	.post-details:before { display: none; }
	.post-details-thumb { padding: 0; }
	.post-details-day { color: #999; }
	.post-details-month { color: #bbb; }
	.post-details-year { color: #bbb; background: #e5e5e5; box-shadow: none; }
	
	.single .post-details { padding-top: 0; }
	.single .post-details-thumb { display: none; }
	
	.post-meta li { display: inline-block; float: none; }
	
	/* header */
	.site-title { font-size: 32px; }
	#nav-header.nav-container { border-top-color: #e5e5e5; }
	#nav-header.nav-container { margin-right: 0; border-right: 0; }
	#nav-header:after { display: none; }
	.s2:after { display: none; }
	#header .social-links .social-tooltip { font-size: 20px; }
	
	/* blog */
	#flexslider-featured.featured .post-title { font-size: 16px; }
	
	.front-widgets { padding: 10px 15px 10px 15px; }

	.blog .post-list, 
	.single .post-list, 
	.archive .post-list, 
	.search .post-list,
	.blog .post-standard, 
	.single .post-standard, 
	.archive .post-standard, 
	.search .post-standard { padding: 0 15px 20px 15px; }
	
	.post-list .post-content,
	.post-standard .post-content { width: 100%; text-align: center; }
	
	.sharrre-container { position: static; width: 100%; text-align: center; }
	.sharrre { display: inline-block; }
	.sharrre .box { padding-left: 0; padding-right: 0; width: 60px; }
	.sharrre .count { width: 80%; margin: 0 10%; }
	.sharrre .share { width: 100%; margin-left: 0; margin-top: 10px; }
	
	.sharrre .box:hover .share,
	.sharrre .box:hover .count { color: #333!important; }
	.sharrre .count { background: #fff; box-shadow: none; }
	.sharrre .count:after { border-top-color: #fff; }
	
	/* sidebar */
	.child-menu { padding: 0 15px; }

}

