/*
 Theme Name:  Overheards child
 Theme URI:    http://www.overheardinnewyork.com
 Template:     overheards
*/
@import url("../overheards/style.css");
#sidebar(
	z-index:99999
)
.desktop_only{
	display:block;
}
.mobile_only{
	display:none
}
/* Default Layout: 992px.  */
@media (min-width: 768px) and (max-width: 1199px) { 

}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.desktop_only{
	display:none;
}
.mobile_only{
	display:block;
}

#photoset-top{
	width:100%;  
}
}



/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.desktop_only{
	display:none;
}
.mobile_only{
	display:block;
}
#photoset-top{
	width:100%;
  margin:0 auto;
}
#logo > img {
  width: 160px;
}
#next-arrow{
width:100%;
background-size: 100%!important;
background-position: 0px 12px;
    padding-top:5px;
  }


a.linksatthebottom{
  text-align:center;
  display:block
  }
  
  #page-footer .row img{
  	width:100%
  }
  .ui-menu{
  	padding:0px!important;
  }
.ui-menu .ui-menu-item{
  	width:45%!important
  }

}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #photoset-top{
	width:100%;  
}
  
#next-arrow{
	background-position:inherit;
}
#next-arrow{
width:100%;
  }




}