
/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s2 : 1200px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 1200px) {
	


}

@media only screen and (min-width: 961px) and (max-width: 1200px) {

		.post-home, .pyre_anasayfa_1col { width: 48%; }
		.block-item-small .block-small-right {width:67%}
		#main { max-width: 65%;}
		.share {display:none}
		.related-post ul li { width: 179px;}
		.author-box .right { width: 80%}
		.content, .breadcrumb  { margin-left:0;}
		.related-post ul li {width:23%}
}

/* ------------------------------------------------------------------------- *
 *  Toggle Sidebar s1 : 960px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {
		.post-home, .pyre_anasayfa_1col { width: 49.7%; margin-left: 0px; }
		.block-item-small .block-small-right {width:60%}
		#sidebar { display:none;}
		#main { width: 100%}
		.author-box .right { width: 80%}
		.share {display:none}
		.content, .breadcrumb  { margin-left:0;}
		.related-post ul li {width:24%}
}


/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
		.post-home, .pyre_anasayfa_1col { width: 49.6%; margin-left: 0px; }
		.block-item-small .block-small-right {width:55%}
		.share {display:none}
		.author-box .right { width: 75%}
		.content, .breadcrumb { margin-left:0;}
}

/* ------------------------------------------------------------------------- *
 *  Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
		.post-home, #main, .pyre_anasayfa_1col { max-width: 100%; width: 100%; margin-left:0px;}
		#header .search { display: none;}
		#sidebar { display: none;}
		.divider, .content {margin-left:0}
		.share {display:none}
		.author-box .right { width: 65%}
		.related-post ul li {width:100%}
		.related-post .block-image img { height:auto}
		.content, .breadcrumb  { margin-left:0;} { margin-left:0;}
		.menu {
	display:none;
}
.toggle:hover .menu {
	display:block;
	transition: all .3s ease;
}
.sub-menu {
	position: initial;
	width: 100%;
}
.menu>li:hover .sub-menu  { border:0;}
.toggle span.menu-title  { display:block;}
.menu>li {display:inline}
}
