/*

 * responsive.custom.css is for custom media queries that are not set via the

 * theme settings, such as cascading media queries.

 *

 * By default all the other responsive stylesheets used in Adaptivetheme use a

 * "stacking method", however cascading media queries use a waterfall method so

 * you can leverage the cascade and inheritance for all browsers that support

 * media queries.

 *

 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack

 *

 * NOTE: this file loads by default, to disable go to your theme settings and

 * look under the "CSS" settings tab.

 */



/*

 * Really small screens and up

 */

/* @media only screen and (min-width: 220px) {} */



/*

 * Smalltouch sizes and up

 */

/* @media only screen and (min-width: 320px) {} */



/*

 * Smalltouch sizes and down

 */

@media only screen and (max-width: 480px) {

  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }

}




@media only screen and (max-width: 767px) {
	h2 {
		margin: 0 0 .25em;
	}
	
	.node-type-album .two-33-66 > .region-two-33-66-second {
		float: none;
		margin: 1em 0 0;
		width: auto;
	}

	#main-content {
		margin: 2em 20px 1em;
	}
	
	#branding {
		  float: left;		
		  padding: 20px 8px 0;
		  text-align: center;
		  width: 60%;
	}
	
	#logo {
		max-width: 100%;
		padding: 0;
	}
	
	#sidr-wrapper-0 {
		float: right;
		margin: 20px 20px 0 0;
	}
	
	a#sidr-0-button {
		display: block;
	}
	
	.view-albums .views-row {
		width: 29.325%;
	}
	
	.view-albums .views-row:nth-child(3n+0) {
		margin: 0 0 25px 0;
	}
	
	.view-albums .views-row:nth-child(4n+0) {
		margin: 0 4% 25px 0;
	}
	
	.field-collection-container .field-items .field-item {
		margin-bottom: 5px;
	}
	
	#footer p {
		  font-size: .9em;
		  line-height: 120%;
	}
	
	.sidr ul li,
	.sidr ul li:hover {
		line-height: 38px;
	}
	
	.sidr ul li ul li,
	.sidr ul li ul li:hover {
		font-size: 14px;
		line-height: 32px;
	}
	
	.page-archive #main-content, 
	.page-news #main-content {
		border-right: none;
		margin: 2em 20px 1em;
		padding: 0;
	}
	
	.region-sidebar-second .region-inner {
		margin: 0 10px;
	}
	
	.sidr-inner h2 {
		display: none;
	}

	.sidr {
		background: #666;
		box-shadow: none;
	}
	
	.sidr ul li {
		border-top: none;
		border-bottom: 1px solid #424242;
		font-family: "Roboto Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
	
	.sidr ul li li {
		border-top: 1px solid #424242;
		border-bottom: none;
	}
	
	.sidr ul {
		border-top: none;
		border-bottom: none;
	}
	
	.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span, .sidr ul li ul li:hover>a {
		background: #d22c28;
		box-shadow: none;
	}
	
	.sidr ul li ul li li a {
		padding-left: 45px;
	}

}



/*

 * Desktops/laptops and up

 */

/* @media only screen and (min-width: 1025px) {} */


