#wrapper,
.container-inner { min-width: 300px; }

@media only screen and (max-width: 1025px) {
	.main { border-left: 0; border-right: 0; }
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s2 
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	
	.container { padding: 0; }
	
	/* s2 general */
	.s2 { width: 23%; }
	.s2 .sidebar-content { display: none; ; width: 100%; }
	.s2 .sidebar-toggle { display: block; }
	.sidebar:after, .main:after {display:none;}

	
	/* s2 expand/collapse */
	.s2-expand .s2 { background: #fff; position:absolute; width: 290px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
	.s2-expand .s2 .sidebar-content { display: block; }
	.s2-collapse .s2 { width:50px; }
	.s2-collapse .s2 .sidebar-content { display: none; }
	
	/* s2 toggle icon */
	.col-3cm.s2-expand .s2 .icon-sidebar-toggle:before { content: "\f101"; }
	
	
	/* s2 3 column, content middle */
	.col-3cm .main {max-width: 70% ; margin-right: 5.5%; }

	.col-3cm.s2-expand .s2 { right: 0; }
	
	/* ipad, iphone fix */
	.safari .s2 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s2-expand .s2 { min-width: 340px; max-width: 340px; width: auto; }

}
@media only screen and (max-width: 1200px) {

	.s2 .sidebar-toggle { height: 60px; }
	.s2 .sidebar-toggle i { padding: 10px 0; }

}

@media only screen and (max-width: 1100px)  {
.col-3cm .main {max-width: 69% ; margin-right: 6.5%;
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 1010px) {
	
	/* s1 general */
	.s1 { width: 50px; }
	.s1 .sidebar-content { display: none;  width: 100%; }
	.s1 .sidebar-toggle { display: block; }
	
	/* s1 expand/collapse */
	.s1-expand .s1 { background: #fff; position:absolute; width: 290px; margin: 0!important; z-index: 9; overflow: auto;
	-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }	
	.s1-expand .s1 .sidebar-content,
	.s1-expand .s1 .post-nav { display: block;  }
	.s1-collapse .s1 .sidebar-content,
	.s1-collapse .s1 .sidebar .post-nav { display: none; }
	
	/* s1 toggle icon */
	.col-2cl.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f101"; }
	.col-2cr.s1-expand .s1 .icon-sidebar-toggle:before,
	.col-3cm.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f100"; }


	/* 2 column, content right */
	.col-2cr .main {margin-right:0; max-width: 93% }
	.col-2cr.s1-expand .s1 { left: 0; }
	
	/* 2 column, content left */
	.col-2cl .main {max-width: 93% ; margin: 0 auto; margin-left: 0px; }
	.col-2cl.s1-expand .s1 { right: 0; }
	.col-2cl.s1-expand .sidebar-toggle { float: left; margin-left: 0; margin-right: 290px;}
	
	/* 3 column, content middle */
	.col-3cm .main {max-width: 86% ; margin-right: 7%; }
	.col-3cm.s1-expand .s1 { left: 0; }
	.col-3cm.s2-expand .s2 { right: 0; }
	
	/* ipad, iphone fix */
	.safari .s1 { min-width: 50px; max-width: 50px; width: auto; }
	.safari.s1-expand .s1 { min-width: 340px; max-width: 340px; width: auto; }
	
}


@media only screen and (max-width: 768px) {
.col-3cm .main {max-width: 84% ; margin-right: 8%; }
.col-2cl .main {max-width: 92% ;  }
.col-2cr .main {max-width: 92% ;  }
.site-title {width: 60% !important; }
}
/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) 
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
	
	/* layout */
	.container { padding: 0; }
	.grid { width: 100%; margin: 0 0 10px; }
	
	/* sidebar toggle 60 > 50px height */
	.page-title.pad { padding-top: 12px; padding-bottom: 4px; }

	
	/* hide */
	.site-description,
	.image-caption,
	.social-links .social-tooltip:hover:after,
	.social-links .social-tooltip:hover:before { display: none; }
	
	/* base */
	.pad { padding: 20px 20px 10px; }
	.notebox { margin-bottom: 20px; }	
	.entry { 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 */
	.topbar-enabled #header { padding-top: 0; }
	#header-top { padding: 0; }
	#header .pad { padding-top: 0; padding-bottom: 0; }
	.site-title a { text-align: center; }
	#header .social-links { float: none; text-align: center; padding: 15px 0; }
	#header .social-links li { margin: 0 4px; }
	.toggle-search { right: auto; left: 0; top: 0; padding-top: 10px; padding-bottom: 10px; }
	.search-expand { left: 0; right: auto; top: 42px; width: 100%; }
	.search-expand-inner { border-left: 0; border-right: 0; }
	#header-ads { margin: 0; padding-bottom: 0; }
	
	/* 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; }
	.pagination { margin-bottom: 30px; }
	.page-title { font-size: 14px; }
	.page-image-text { margin-top: -15px; }
	.page-image-text .caption { font-size: 26px; line-height: 30px;  }
	.page-image-text .description { font-size: 13px; }
	
	/* blog */
	.featured-posts {  }
	.post .post-inner { margin: 0; padding: 0; }

	.post-inner .post-comments { left: auto; right: 0; top: -40px; }
	
	.single .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
	.post-byline { font-size: 13px; }
	.post-format { margin-bottom: 20px; }
	.format-gallery .post-format .flexslider .slides img { max-height: 240px; }
	.format-quote .post-format blockquote,
	.format-link .post-format p { font-size: 18px; }
	.format-link .post-format p { margin-bottom: 10px; }
	.single .format-status .entry { font-size: 20px; line-height: 1.4em; }
	.post-format .format-container .fa { font-size: 28px; }
	
	.sharrre .box { padding-left: 0; padding-right: 0; }
	.sharrre .count { width: 70%; margin: 0 15%; }
	.sharrre .share { width: 100%; margin-left: 0; margin-top: 10px; }
	.author-bio .bio-desc { font-size: 13px; }

	.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
	.content .post-nav li a { min-height: 0; }
	
	.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; }
	
}



@media only screen and (max-width: 641px) {
	.main {overflow: hidden; }
	.col-3cm .s1-expand .main {}
}

@media only screen and (max-width: 550px) {
	.pad { padding: 20px 0; }
	ul.meta-single.group {padding: 0 20px; }
	.s1-collapse .s1, .s2-collapse .s2 {width: 0 ;}
	.col-3cm .main {max-width: 100%; margin-left: 0 ; margin-right: 0 }
	.page-title.group {padding: 0 35px; }
	.home .page-title.group {padding: 0 60px; }
	.home .post-meta .group {padding: 0 20px;}
	.col-3cm .post-title {padding: 20px; padding-bottom: 0; margin-bottom: 0;} 
	.col-3cm .post-byline {padding: 20px; padding-top: 0; margin-bottom: 0; }
	.col-3cm .entry p {padding: 0 20px;}
	.col-2cl .s2 {width:0px;}
	.col-2cl .sidebar-toggle {float: left; margin-left: -50px;}
	.col-2cl .main {max-width:100%;}
	.col-2cl .main article,
	.full-width-content .main article,
	.col-2cr .main article { margin: 15px 15px;}
	.col-2cl .home .page-title.group, 
	.full-width-content.home .page-title.group, 
	.col-2cr .home .page-title.group {padding: 0 15px }
	.col-2cr .main {max-width: 100%; }
	.slick-prev:before, .slick-next:before {font-size: 60px;}
	.slick-prev {left: -63px;}
	.post-meta.group {padding: 0 20px;}




@media only screen and (max-width: 400px) {
	.site-title {width: 70% !important; }
}

