/*
 * 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, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   * 
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
  .section-oba .subheader-office-image {
    background-image: url(../images/OBA_subheader_image.jpg);
    height:70px; width:100%;background-repeat:no-repeat;background-size:cover;

}
.section-ocrbp .subheader-office-image {
    background-image: url(../images/OCRB_subheader_image.jpg);
    height:70px; width:100%;background-repeat:no-repeat;background-size:cover;

}
.section-osmr .subheader-office-image {
    background-image: url(../images/OSMR_subheader_image.jpg);
    height:70px; width:100%;background-repeat:no-repeat;background-size:cover;

}
}
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */
@media only screen and (min-width:481px) and (max-width: 660px) {
#logo {max-width:300px;}
}

@media only screen and (min-width: 481px) {

.section-oba .header-title-wrapper {
    background-image: url(../images/OBA_subheader_image.jpg);
}
.section-ocrbp .header-title-wrapper {
    background-image: url(../images/OCRB_subheader_image.jpg);
}
.section-osmr .header-title-wrapper {
    background-image: url(../images/OSMR_subheader_image.jpg);
}
}

@media only screen and (min-width:401px) and (max-width: 660px) {
.page-home .two-66-33-50 > .region-two-66-33-50-second, .page-home .two-66-33-50 > .region-two-66-33-50-first {
  width:50%;
  float:left;
  clear: none;
 }
}
@media only screen and (min-width:481px) and (max-width: 770px) {
.page-blog .two-66-33-50 > .region-two-66-33-50-second, .page-blog .two-66-33-50 > .region-two-66-33-50-first {
  width:50%;
  float:left;
  clear: none;
 }
}
/*@media only screen and (max-width: 399px) {
.blog-bio--block img {
    float: left;
    margin-right:10px;
 }
}
@media only screen and (min-width:478px) and (max-width: 660px) {
.blog-bio--block img {
    float: left;
    margin-right:10px;
 }
}
@media only screen and (min-width:738px) {
.blog-bio--block img {
    float: left;
    margin-right:10px;
 }
}*/
@media only screen and (min-width: 481px) {
#blog-logo-narrow, #blog-logo-narrow + .panel-separator {
  display:none;
}
}
@media only screen and (min-width: 430px) and (max-width: 481px) {

#blog-logo-wide, #blog-logo-wide + .panel-separator {
/*  display:none;*/
}
#blog-logo-narrow img {
  width: 50%;
  float: left;
}
#blog-logo-narrow .blog-author-byline {
  float: left;
  margin-top: 13%;
  width: 50%;
  text-align:left;
}
}

@media only screen and (max-width: 480px) {

#blog-logo-wide, #blog-logo-wide + .panel-separator {
  display:none;
}
#blog-logo-narrow img {

}
#blog-logo-narrow .blog-author-byline {

}
}