/*--------------------------------------------------------------
Hello, this is the BuddyPress Responsive theme stylesheet

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - iPad
	1.1 - Landscape
	1.2 - Portrait
2.0 - Smartphone
3.0 - iPhone
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.1 - iPad Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	html {
		background-color: #fff;
	}
	body {
		margin-top: -5px !important;
		background: #fff;
	}
	#wpadminbar {
		display: none;
	}
	
	#navigationtop {
		display:none;
	}
	
	div#content .padder {
		margin-right: 0;
		width: auto;
		float: none;
		border: none;
	}
	div#sidebar {
		width: auto;
		float: none;
		margin: 2em 0 0 0;
		border: none;
	}
	ul#nav {
		padding-bottom: 1em;
	}
	ul#nav li {
		width: 46%;
		margin-bottom: 1em;
		margin-right: 0;
	}
	ul#nav li:nth-child(even) {
		margin-left: 3%;
		margin-right: 0;
	}
	ul#nav li a {
		-moz-border-radius: 0.25em;
		-webkit-border-radius: 0.25em;
		border-radius: 0.25em;
		margin-bottom: 0;
	}
	.wp-caption {
		width: 99% !important;
	}
	.entry {
		width: 100%;
	}
	.entry img {
		max-width: 100%;
		height: auto;
	}
	.wp-caption img {
		max-width: 99%;
		height: auto;
	}
	#footer-widgets {
		padding: 19px 10px;
	}
	
	/* By Fl0 */
	
	#logo{
		float: left;
		margin: -15px 0 0 0;
		padding:4px 0;
		width:100%;
		max-width:320px;
		z-index:50;
		position:relative;
	}
	
	#panel-header {
		position:relative;
		float:right;
		z-index:50;
		margin:-15px 0 0 0;
		width:50%;
		padding:0;
	}
}


/*--------------------------------------------------------------
1.2 - iPad Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
	div.dir-search {
		float: none;
		margin: 1.25em 0 0;
	}
	ul.item-list li div.action {
		padding-left: 64px;
		position: relative;
		right: auto;
		text-align: left;
		top: 1em;
		margin-bottom: 1.25em;
	}
	.wp-caption {
		width: 99% !important;
	}
	.entry {
		width: 100%;
	}
	.entry img {
		max-width: 100%;
		height: auto;
	}
	.wp-caption img {
		max-width: 99%;
		height: auto;
	}
	#footer-widget-area div.widget-area > ul {
		float: left;
		width: 100%;
	}
	#footer-widgets {
		padding: 19px 10px;
	}
	
	/* BY Fl0 */
	#panel-header {
		margin:-30px 0 18px;
	}
}


/*--------------------------------------------------------------
2.0 - Smartphone (any)
--------------------------------------------------------------*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
	-webkit-text-size-adjust: none;
}

@media only screen and (max-width: 480px) {
	body {
		width: 100%;
		margin: 0;
	}
	#container {
		border: none;
	}
	div.item-list-tabs ul li {
		float: none;
		margin: 0.3em 0.6em;
		background:none;
	}
	div.item-list-tabs ul li.last {
		float: none;
		margin: 0.3em 0.6em;
	}
	div#subnav.item-list-tabs ul li.last {
		margin-top: 1em;
	}
	div.item-list-tabs ul li.selected,
	div.item-list-tabs ul li.current {
		margin: 0.3em 0.6em;
	}
	div.item-list-tabs ul li.selected a,
	div.item-list-tabs ul li.current a {
		background: #eee;
		font-weight: bold;
	}
	div.item-list-tabs {
		background: none;
	}
	div.item-list-tabs ul li:first-child {
		margin: 0.6em 0.6em 0.5em 0.6em;
	}
	div.item-list-tabs ul li a,
	div.item-list-tabs ul li span {
		padding: 0.3em;
	}
	div#subnav ul {
		padding-top: 0.6em;
	}
	div.pagination {
		padding: 0.6em;
	}
	div.item-list-tabs ul {
		border-top: 1px solid #EAEAEA;
		padding-top: 0;
	}
	div.item-list-tabs ul li {
		margin-top: 0;
	}
	form.standard-form #basic-details-section,
	form.standard-form #blog-details-section,
	form.standard-form #profile-details-section {
		float: none;
		width: 100%;
	}
 	.wp-caption {
		width: 99% !important;
 	}
 	.entry {
		width: 100%;
 	}
 	.entry img {
		max-width: 100%;
		height: auto;
 	}
 	.wp-caption img {
		max-width: 99%;
		height: auto;
 	}
	#footer-widget-area div.widget-area > ul {
		float: left;
		width: 100%;
	}
	#footer-widgets {
		padding: 19px 10px;
	}
	
	/* BY Fl0 */
	
	/* Header */
	
	#me-check, #me-tips, #me-pics {
		background:#eaeaea;
		margin:-5px 0 6px;
		font-size:10px;
		display: block;
		width:100%;
		line-height:none;
		text-align:center;
		padding:0 2px;
		border-radius: 3px; 
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px;
	}
	
	#me-check span, #me-tips span, #me-pics span {
		font-size:12px;
		font-weight:bold;
		background:#eaeaea;
		display: inline;
		margin:0;
		padding:0;
	}
	
	/*Page City */
	
	.city-top-left {
		width:100%;
	}
	
	.city-top-right {
		display:none;
	}
	
	#bpci-map {
		width: 100%;
		height:150px; 
		float:none;

	}
	
	#place-description {
		float:none;
		display:bloc;
		width:100%;
		margin: 10px 0 5px;
	}
	
	#socialbox {
		display:none;
	}
	
	header .places-avatar {
		display:none;
	}
	
	.places-title-area h1 {
		font-size:18px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	#place-title-address {
		display:none;
	}
	
	#place-have-thumb-title {
		position:static;
		bottom:0;
		padding:3px 0;
		height:314; 
		background-color:rgba(11, 149, 189, 0.8); 
		width:100%; 
	}
	
	#place-desc-check, #place-desc-tips, #place-desc-pics {
		margin:0 4px;
		display:inline-block;
		text-align:center;
		width:65px;
		padding:7px 2px 4px;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}
	#place-desc-check span, #place-desc-tips span, #place-desc-pics span {
		font-size:36px;
		font-weight:bold;
		background:#eaeaea;
		display:block;
		margin:4px auto 8px;
	}
	#footer-widget-area #first {
		display:none;
	}
	#footer-widget-area #fourth {
		display:none;
	}
}


/*--------------------------------------------------------------
3.0 - iPhone
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
	ul#nav li {
		float: none;
		width: 100%;
		margin-bottom: 0.6em;
		margin-right: 0;
		margin-left: 0;
	}
	ul#nav li:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
	}
	ul#nav li a {
		-moz-border-radius: 0.25em;
		-webkit-border-radius: 0.25em;
		border-radius: 0.25em;
		margin-bottom: 0;
	}
	form#groups-directory-form h3 a {
		display: block;
		margin-top: 0.6em;
	}
	div.post div.author-box,
	div.comment-avatar-box {
		display: none;
	}
	div.post div.post-content,
	div.comment-content {
		margin-left: 0px;
	}
	form#whats-new-form div#whats-new-avatar {
		display:none;
	}
	form#whats-new-form h5 {
		margin: 0 0 0 0px;
	}
	form#whats-new-form #whats-new-content {
		margin-left: 0px;
		padding-left: 0px;
	}
	ul#activity-stream.item-list li div.activity-avatar {
		display: none;
	}
	body.activity-permalink .activity-list li .activity-content {
		margin-left: 0;
	}
	body.activity-permalink .activity-list li.mini .activity-meta {
		left: 0;
	}
 	div.post .entry {
		width: 100%;
 	}
 	.wp-caption {
		width: 99%!important;
 	}
 	.entry {
		width: 100%;
 	}
 	.entry img {
		width: 100%;
		height: auto;
 	}
 	.wp-caption img {
		width: 99%;
		height: auto;
 	}
 	#footer-widget-area div.widget-area > ul {
		float: left;
		width: 100%;
 	}
 	#footer-widgets {
		padding: 19px 10px;
	}
	
	/* By Fl0 */
	
	#panel-off {
		display:none;
	}
}
/*
     FILE ARCHIVED ON 17:26:44 Jun 10, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:55:45 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.514
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.049
  esindex: 0.009
  cdx.remote: 10.592
  LoadShardBlock: 395.564 (3)
  PetaboxLoader3.datanode: 516.361 (4)
  load_resource: 208.631
  PetaboxLoader3.resolve: 68.809
*/