	/* =Responsive Structure 
	----------------------------------------------- */ 
@media (max-width: 1920px) { 
	body.mobile {-webkit-text-size-adjust: 100%;} /* Iphone browser fix*/ 
	body.mobile #forbottom {min-height:0;}	
	body.mobile	#site-title, body.mobile #site-description { margin-left: 5px; }
} 

@media (max-width: 1280px) {
	#content {padding:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
	#topbar-inner {padding:0 5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
}	
	
@media (max-width: 800px) {	
	#header, #access, #branding, #topbar-inner,  #footer-widget-area { width:100%; }
	#header-full, #footer { min-width: 100%; }
	#wrapper, #colophon,  #main, article.post, #container, #linky {width: auto;}
	#branding, #bg_image { min-height:100px; }
	#footer2 {margin-bottom:0;}
	#footer {margin-top:0;}
	
	#bg_image {width:100%;}
	#header-container > div {height:100%;}
	
	a#logo { height:100%; display: block !important; }
	a#logo img { width:auto; max-width:90%;height:80%; }
	.safari a#logo img { max-height: 80px;height:auto; }
	
	#slefts, #srights {display:none;}
	
	#access .menu-header, div.menu {margin:0 5px;}
	#container[class*='column'] #primary, #container[class*='column'] #secondary, 
	#container[class*='column'] #content {width:100%;float:none;margin:0;clear:both;} 
	#container[class*='column'] #content {margin-bottom:25px !important;}
	
	#content img, #content article.post img, #content article .wp-caption, article embed {
		max-width:100% !important;
	}
	
	#site-title span a {font-size:35px;line-height: 40px;}
	#site-description {font-size:15px;line-height: 20px;}
	
	#site-title, #site-description { margin-left: 10px; }
	
	article.post, article.page {margin-bottom:25px;}
	.footertwo .widget-area, .footerthree .widget-area, .footerfour .widget-area {width:100%;}	
	#toTop {right:2px;margin-bottom:-18px;padding:7px;font-size:14px;z-index:9999;}
	body {-webkit-text-size-adjust: 100%;} /* Iphone browser fix*/	
}

@media (max-width: 640px) {
	body, #content, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote, table, table td, #content dt, #content dd, .ppbox, .column-text{
		font-size: 15px !important;}

	#forbottom, #colophon {margin:0px;}
	
	#branding {	height:auto; }
	a#logo img {max-height:75%;max-width:90%;width:auto;height:auto;}
	#header-container > div { margin-top:5px; }
	
	#site-title span a {font-size:25px;line-height: 30px;}
	#site-description {margin-top:3px;font-size:12px;line-height: 15px;}
	#front-text1 h1, #front-text2 h1 {font-size:2em;line-height:1.3em;}
	#front-text2 h1{margin-bottom:0px;}
	
	article.intro .entry-content {font-size: 12px;}
	.featured-post .entry-title {font-size: 14px;}
	.entry-meta span, .entry-utility span {margin-right:7px;}
	.entry-meta a , .entry-meta, .comments-link {font-size: 14px !important;}	
	.icon-metas:before {font-size:11px;margin-right:5px;}
	.icon-time:before, .icon-folder-close:before, .icon-folder-open:before {font-size:12px;} 

	#content .entry-title {font-size:30px !important;}
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		margin-left:0 !important;}
		
	.widget-area a:link, .widget-area a:visited , .widget-area li { font-size:14px !important; }	
	
	#header .socials a { width: 20px; height: 20px; }
	#header .socials a img { width: 20px; height: 20px; }
	
	.footermenu {display:table;margin:0 auto;float:none;}
	
	#main {margin-top:0px;}		
	#nav-toggle { display: block; float: left; margin: 0 auto; cursor:pointer;
				  width: 100%; height: 44px; padding: 0px 4%; 
				  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	#nav-toggle span { }
	#nav-toggle span:before { content: "\e820"; font-family: "elusive"; font-size: 16px; height: 40px; line-height: 40px; }
	#access { display: none; margin-top: 0; padding-bottom: 5px; }
	#access .menu ul, #access .menu ul li {margin:0; width: 100%; }
	#access ul ul {min-width:1px;} #access ul li {white-space: normal;}
	#access > .menu li ul { position: inherit; margin: 0 !important; }
	#access > .menu ul ul ul { left: 0; text-indent: 1em; }
	#access > .menu ul ul ul ul { left: 0; text-indent: 1em; }
	#access a span {padding:15px 10px;}	
	#access > .menu ul li > a:not(:only-child) span:after {
	font-family:"Elusive"; content: '\e80a';
    position: absolute; right: 5px; top: 16px; z-index: 251;
	-moz-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; 
	-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; }
	#access > .menu ul li:hover > a:not(:only-child) span:after { top:20px; opacity:0; }
	#access > .menu ul li > a:not(:only-child) span { padding-right:18px; }
	#access ul li:hover, #access ul ul li, #access ul ul {background-color: rgba(255,255,255, .05) !important;}
}

@media (max-width: 480px) {	
	body, #content, #content p, #content ul, #content ol,#content code, #content pre, #content blockquote, table, table td, #content dt, #content dd, .ppbox, .column-text{
		font-size: 14px !important;}
	body {padding: 0;}
	#site-title span a{font-size: 22px;line-height:26px;}
	
	#page {margin-top: 0;}
	.magazine-layout #content article.post, .magazine-layout .search #content article{margin:5px 0;width:100%;}
	
	#sheader, .topmenu {display:table;float:none;margin:5px auto;}
	#sheader a {margin-right:5px;}
	#topbar {height:auto;margin-top:7px;position:inherit;} #header-full {margin-top:0;}
	.menu-header-search #searchform {width:100%;margin-left:0;left:0;max-width:100%;}
	#author-avatar {width:75px;}
}