/*
    santa fe scottish rite temple
    style_m6.scss
    since august 2015
    loads after the unchanged style.css of the underscores.me theme
*/
/* SITEWIDE LAYOUT */
@media only screen and (max-width: 600px) {
  html {
    height: 100%;
  }

  body {
    height: 100%;
    overflow-x: hidden;
  }

  #page {
    height: 100%;
    display: table;
    position: relative;
    min-width: 320px;
    max-width: auto;
    margin: 0 auto;
    overflow-x: hidden;
  }

  .header-row {
    display: table-row;
    height: 1px;
  }

  .content-row {
    display: table-row;
    height: 100%;
  }

  .footer-row {
    display: table-row;
    height: 1px;
  }

  #content {
    margin-top: -23px;
    margin-bottom: 40px;
  }

  /* SITEWIDE STYLES */
  body {
    font-family: Georgia;
    font-size: 13px;
    color: #FFF;
    background-color: #000;
  }
  body #page {
    background-color: #555;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: EnglishEngraversRoman;
    font-weight: normal;
    text-transform: uppercase;
  }

  h1 {
    font-size: 23px;
  }

  a,
  a:hover,
  a:focus,
  a:active,
  a:visited {
    text-decoration: none;
    color: inherit;
  }

  ul {
    clear: both;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
  }

  .entry-header {
    margin-top: 50px;
  }

  .horizontal-divider {
    clear: both;
    width: 700px;
    width: 100%;
    height: 5px;
    background-image: url("img/horizontal-divider.jpg");
  }

  .uber-shadow {
    display: none;
  }

  /* HEADER */
  header#masthead {
    font-size: 13px;
    position: relative;
    z-index: 100;
    height: 50px;
    padding-top: 10px;
    color: #CCC;
    background-image: url(img/desktop-header-background.png);
  }
  header#masthead #header-home-button {
    font-family: EnglishEngraversRoman;
    font-size: 17px;
    margin-top: 4px;
    display: block;
    float: left;
    margin-left: 10px;
    text-shadow: 0 3px 6px black;
  }
  header#masthead .main-navigation {
    font-size: 12px;
    float: left;
    clear: none;
    width: auto;
    margin-left: 15px;
    padding-top: 8px;
  }
  header#masthead .main-navigation button.menu-toggle {
    position: absolute;
    top: 5px;
    right: 3%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
    background-image: url("img/menu-toggle-button-background.png");
    background-size: 40px 40px;
    box-shadow: none;
  }
  header#masthead .main-navigation .menu-primary-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  header#masthead .main-navigation .menu-primary-container ul li {
    display: block;
    float: none;
    border-bottom: 1px solid #CCC;
    padding: 30px 0;
    font-size: 15px;
    margin-left: 4%;
    margin-right: 4%;
    height: auto;
    line-height: auto;
    border-left: 0;
    color: #000;
  }
  header#masthead .main-navigation .menu-primary-container ul li:hover {
    color: #000;
  }
  header#masthead .main-navigation ul {
    background-color: #FFF;
  }
  header#masthead .main-navigation ul > li {
    line-height: 13px;
    display: inline-block;
    height: 13px;
    margin: 0;
    padding: 0 14px;
    text-transform: uppercase;
    border-left: 1px solid #CCC;
  }
  header#masthead .main-navigation ul > li ul {
    top: 1em;
  }
  header#masthead .main-navigation ul > li a:hover {
    color: #FFF;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 10000;
    margin-left: 0;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-buffer {
    width: 100%;
    height: 26px;
    display: none;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-content {
    width: 100%;
    height: auto;
    padding-top: 0px;
    background-color: #4C5575;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu.custom-sub-menu-about {
    left: 0;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu.custom-sub-menu-rental {
    left: 0;
    top: -40px;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-icon {
    display: none;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu ul {
    position: static;
    float: none;
    clear: none;
    overflow: hidden;
    width: 100%;
    margin-right: 35px;
    background-color: #4C5575;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
  }
  header#masthead .main-navigation ul > li .custom-sub-menu ul li {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #888;
  }
  header#masthead .ig-link, header#masthead .fb-link {
    display: none;
  }
  header#masthead #header-member-button {
    display: none;
  }

  /* FOOTER */
  footer#colophon {
    font-size: 12px;
    line-height: 1.7rem;
    height: 96px;
    padding-top: 24px;
    text-align: center;
    background-color: #1D1E20;
  }
  footer#colophon .social {
    display: none;
  }
  footer#colophon .site-info {
    display: none;
  }
  footer#colophon .site-info-mobile {
    display: block;
  }
  footer#colophon .footer-pipe {
    display: inline-block;
    margin: 0 5px;
  }

  /* PAGE DEFAULTS */
  body:not(.home) #content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body:not(.home) #content .featured-image {
    float: none;
    width: auto;
    min-width: 100%;
    margin-left: 0;
  }
  body:not(.home) #content .featured-image img {
    display: block;
    width: 100%;
  }
  body:not(.home) #content .left-column {
    padding: 0 4%;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  body:not(.home) #content .left-column .entry-header .entry-title {
    margin-bottom: 0;
  }
  body:not(.home) #content .left-column .entry-content {
    margin-top: 0;
    color: #FFF;
  }
  body:not(.home) #content .left-column .entry-content a:hover {
    text-decoration: underline;
  }
  body:not(.home) #content .right-column {
    display: none;
    font-family: EnglishEngraversRoman;
    float: none;
    width: 225px;
    padding: 60px 40px;
    text-align: center;
  }
  body:not(.home) #content .right-column .horizontal-divider-short {
    width: 144px;
    height: 5px;
    margin: 12px 0;
    background-image: url("img/horizontal-divider-short.jpg");
  }
  body:not(.home) #content .right-column .horizontal-divider-short:first-child {
    margin-top: 0;
  }
  body:not(.home) #content .right-column .large-text {
    font-size: 22px;
  }
  body:not(.home) #content .right-column a {
    display: block;
    color: #FFF;
  }
  body:not(.home) #content .bottom-content-responsive {
    display: block;
  }
  body:not(.home) #content .bottom-content-responsive img {
    min-width: 90%;
    max-width: 90%;
    width: 90%;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  body:not(.home) #content .bottom-content {
    display: none;
    overflow: auto;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #BBB;
  }
  body:not(.home) #content .bottom-content h1 {
    font-size: 19px;
    display: none;
  }
  body:not(.home) #content .bottom-content .colorbox {
    clear: both;
    width: 100%;
    margin-left: 0px;
  }
  body:not(.home) #content .bottom-content .colorbox a {
    display: inline-block;
    margin-bottom: 21.5px;
    margin-left: 21.5px;
  }
  body:not(.home) #content .bottom-content .colorbox a img {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* HOME */
  body.home .responsive-image {
    display: block;
    width: 100%;
  }
  body.home .responsive-image img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  body.home #main {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 30px;
  }
  body.home .home-slideshow {
    display: none !important;
  }
  body.home .home-slideshow-left-mask {
    display: none;
  }
  body.home .home-slideshow-right-mask {
    display: none;
  }
  body.home .home-slideshow-shadow {
    display: none;
  }
  body.home .home-left-column {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-right: 0px;
    border-right: 0;
  }
  body.home .home-left-column .entry-header {
    display: none;
  }
  body.home .home-left-column .entry-title {
    display: none;
  }
  body.home .home-left-column .entry-content {
    font-size: 13px;
    width: auto;
    margin-top: 30px;
  }
  body.home .home-left-column .entry-content strong {
    font-weight: normal;
  }
  body.home .home-left-column h1 {
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    margin-top: -3px;
    text-transform: none;
  }
  body.home .home-left-column iframe {
    display: none;
  }
  body.home .home-right-column {
    font-size: 13px;
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0px;
    border-left: 1px solid #666;
  }
  body.home .home-right-column li {
    overflow: auto;
    margin-bottom: 24px;
  }
  body.home .home-right-column li img {
    float: left;
    margin-right: 30px;
  }
  body.home .home-right-column li .news-summary-content .item-title {
    color: #949494;
  }
  body.home .home-right-column li .news-summary-content .article-title {
    margin-top: 6px;
    text-transform: uppercase;
  }
  body.home .home-right-column li .news-summary-content .article-title:hover {
    text-decoration: underline;
  }
  body.home .home-right-column li .news-summary-content p {
    margin-top: 4px;
  }

  /* CALENDAR */
  body.tribe-theme-rite2015 #content .right-column {
    display: none;
  }
  body.tribe-theme-rite2015 #content .left-column {
    float: none;
    width: 83%;
    margin: 0 auto;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-bar-filters {
    display: none !important;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-notices {
    display: none !important;
  }
  body.tribe-theme-rite2015 #content .left-column h2.tribe-events-page-title {
    text-align: left;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-month-event-title .entry-title .summary {
    color: #FFF;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-tooltip {
    display: none !important;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-ical {
    display: none !important;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td {
    height: 110px;
    width: 14.28%;
    color: #FFF;
    vertical-align: top;
    padding: 0px 0px 0.5em;
    font-size: 12px;
    box-sizing: border-box;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #D2D2D2 #D2D2D2;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td:hover {
    background-color: transparent;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td.tribe-events-othermonth {
    background-color: #333;
  }
  body.tribe-theme-rite2015 #content .left-column .cat_requested {
    color: #AAA;
  }
  body.tribe-theme-rite2015 #content .left-column #tribe-bar-form {
    display: none;
  }
  body.tribe-theme-rite2015 #content .left-column .tribe-events-day-time-slot > h5 {
    display: none !important;
  }

  body.single-tribe_events #content .left-column {
    width: auto;
  }
  body.single-tribe_events #content .left-column .entry-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding: 0;
  }
  body.single-tribe_events article {
    margin-top: 50px;
  }
  body.single-tribe_events article .entry-content {
    padding: 0;
  }
  body.single-tribe_events article .entry-content h2.tribe-events-single-event-title {
    padding: 0 !important;
  }
  body.single-tribe_events article .entry-content .tribe-events-cal-links {
    display: none !important;
  }
  body.single-tribe_events article .entry-content .tribe-events-event-meta {
    background-color: transparent !important;
  }

  /* PHOTO GALLERY */
  body.page-template-page-gallery #main {
    margin: 0 auto;
    width: 100%;
  }
  body.page-template-page-gallery #main .horizontal-divider {
    display: none;
  }
  body.page-template-page-gallery #main .colorbox {
    display: none;
    width: 721.5px;
    margin-top: 10px;
    margin-left: -21.5px;
    border-top: 0;
  }
  body.page-template-page-gallery #main .colorbox a {
    margin-bottom: 21.5px;
    margin-left: 21.5px;
  }
  body.page-template-page-gallery #main .colorbox img {
    width: 120px;
    height: 120px;
  }

  /* ARTICLES */
  body.blog #main {
    padding: 0;
    margin-left: 4%;
    margin-right: 4;
  }
  body.blog #main .entry-header {
    margin-left: 5%;
  }

  /* RENTAL AREAS */
  .page-id-23 #main {
    padding: 0;
  }

  ul.articles {
    margin-top: -4px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  ul.articles li {
    overflow: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    background-image: url(img/horizontal-divider.jpg);
    background-repeat: no-repeat;
  }
  ul.articles li:last-child {
    border-bottom: 0;
  }
  ul.articles li .summary-image {
    float: left;
    margin-right: 40px;
  }
  ul.articles li .summary-image img {
    display: block;
  }
  ul.articles li .summary-content .summary-title {
    font-family: EnglishEngraversRoman;
    font-size: 19px;
    margin-bottom: -10px;
    text-transform: uppercase;
  }
  ul.articles li .summary-content .summary-title:hover {
    text-decoration: underline;
  }
  ul.articles li .summary-content .summary-excerpt {
    font-size: 13px;
  }
  ul.articles li .summary-content .summary-excerpt p {
    margin-bottom: 0;
  }

  /* ARTICLE */
  body.single #content .featured-image {
    float: none;
  }
  body.single #content .entry-title {
    padding: 0;
    margin-bottom: 0;
  }
  body.single #content .entry-header {
    margin-left: 5%;
  }
  body.single #content .entry-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
  }
  body.single #content .entry-content img {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  body.single #content .entry-content p {
    clear: left;
  }

  /* CONTACT */
  body.page-id-19 #main {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 12px;
    padding: 0 225px;
    padding: 0;
  }
  body.page-id-19 #main .entry-content {
    display: none;
  }
  body.page-id-19 #main .contact-left-column {
    float: none;
    width: 100%;
  }
  body.page-id-19 #main .contact-right-column {
    float: none;
    width: 100%;
  }
  body.page-id-19 #main iframe {
    display: none;
  }
}

/*# sourceMappingURL=responsive_m6.css.map */
