/*
    santa fe scottish rite temple
    style_m6.scss
    since august 2015
    loads after the unchanged style.css of the underscores.me theme
*/
/* SITEWIDE LAYOUT */
html {
  height: 100%;
}

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

#page {
  height: 100%;
  display: table;
  position: relative;
  min-width: 1150px;
  max-width: 1150px;
  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;
  height: 5px;
  background-image: url("img/horizontal-divider.jpg");
}

.uber-shadow {
  position: absolute;
  z-index: 10000;
  top: 71px;
  left: 0;
  width: 1150px;
  height: 22px;
  background-image: url(img/uber-shadow.png);
}

/* HEADER */
header#masthead {
  font-size: 13px;
  position: relative;
  z-index: 100;
  height: 71px;
  padding-top: 24px;
  color: #CCC;
  background-image: url(img/desktop-header-background.png);
}
header#masthead #header-home-button {
  font-family: EnglishEngraversRoman;
  font-size: 22px;
  display: block;
  float: left;
  margin-left: 65px;
  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 ul {
  display: block;
  background-color: #FFF;
}
header#masthead .main-navigation ul > li {
  line-height: 13px;
  display: inline-block;
  height: 13px;
  margin: 0;
  padding: 0 12px;
  text-transform: uppercase;
  border-left: 1px solid #CCC;
}
header#masthead .main-navigation ul > li:last-child {
  border-right: 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: 700px;
  height: 270px;
}
header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-buffer {
  width: 700px;
  height: 26px;
}
header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-content {
  width: 700px;
  height: 230px;
  padding-top: 50px;
  background-color: #4C5575;
}
header#masthead .main-navigation ul > li .custom-sub-menu.custom-sub-menu-about {
  left: -170px;
}
header#masthead .main-navigation ul > li .custom-sub-menu.custom-sub-menu-rental {
  left: -240.5px;
}
header#masthead .main-navigation ul > li .custom-sub-menu .sub-menu-icon {
  font-family: EnglishEngraversRoman;
  font-size: 24px;
  line-height: 1.1em;
  float: left;
  width: 140px;
  height: 140px;
  margin-right: 50px;
  margin-left: 30px;
  padding-top: 30px;
  text-align: center;
  border: 1px solid #CCC;
  background-color: #393F58;
}
header#masthead .main-navigation ul > li .custom-sub-menu ul {
  position: static;
  float: left;
  clear: none;
  overflow: hidden;
  width: 170px;
  margin-right: 35px;
  background-color: #4C5575;
  background-color: transparent;
  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 .fb-link {
  display: block;
  float: left;
  width: 20px;
  background-image: url("img/socialmedia.png");
  height: 20px;
  background-size: 46px 40px;
  background-position: 0 0;
  margin-right: 8px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}
header#masthead .fb-link:hover {
  background-position: 0 20px;
}
header#masthead .ig-link {
  display: block;
  float: left;
  width: 20px;
  background-image: url("img/socialmedia.png");
  height: 20px;
  background-size: 46px 40px;
  background-position: 20px 0;
  position: relative;
  top: 3px;
}
header#masthead .ig-link:hover {
  background-position: 20px 20px;
}
header#masthead #header-member-button {
  line-height: 14px;
  display: block;
  height: 14px;
  float: left;
  margin-top: 7px;
  margin-left: 46px;
}
header#masthead #header-member-button:hover {
  color: #FFF;
}
header#masthead #header-member-button span {
  width: 16px;
  height: 17.6px;
  background-image: url(img/members-icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 16px 17.6px;
}

/* FOOTER */
footer#colophon {
  position: relative;
  font-size: 12px;
  line-height: 1.7rem;
  height: 96px;
  padding-top: 24px;
  text-align: center;
  background-color: #1D1E20;
}
footer#colophon .social {
  position: absolute;
  top: 42px;
  right: 75px;
}
footer#colophon .social .fb-link {
  display: block;
  float: left;
  width: 20px;
  background-image: url("img/socialmedia.png");
  height: 20px;
  background-size: 46px 40px;
  background-position: 0 0;
  margin-right: 8px;
  margin-left: 12px;
  position: relative;
  top: 3px;
}
footer#colophon .social .fb-link:hover {
  background-position: 0 20px;
}
footer#colophon .social .ig-link {
  display: block;
  float: left;
  width: 20px;
  background-image: url("img/socialmedia.png");
  height: 20px;
  background-size: 46px 40px;
  background-position: 20px 0;
  position: relative;
  top: 3px;
}
footer#colophon .social .ig-link:hover {
  background-position: 20px 20px;
}
footer#colophon .site-info-mobile {
  display: none;
}
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: left;
  width: 700px;
  margin-left: 225px;
}
body:not(.home) #content .featured-image img {
  display: block;
  width: 100%;
}
body:not(.home) #content .left-column {
  float: left;
  width: 700px;
  margin-left: 225px;
}
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 {
  text-decoration: underline;
}
body:not(.home) #content .right-column {
  font-family: EnglishEngraversRoman;
  float: right;
  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: none;
}
body:not(.home) #content .bottom-content {
  overflow: auto;
  width: 700px;
  margin-left: 225px;
  border-top: 1px solid #BBB;
}
body:not(.home) #content .bottom-content h1 {
  font-size: 19px;
}
body:not(.home) #content .bottom-content .colorbox {
  clear: both;
  width: 721.5px;
  margin-left: -21.5px;
}
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: 120px;
  height: 120px;
}

/* HOME */
body.home .responsive-image {
  display: none;
}
body.home .home-slideshow {
  width: 1150px;
  height: 435px;
}
body.home .home-slideshow-left-mask {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 10000;
}
body.home .home-slideshow-right-mask {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 10000;
}
body.home .home-slideshow-shadow {
  width: 1150px;
  height: 20px;
  margin-bottom: 46px;
  background-image: url(img/home-slideshow-shadow.png);
}
body.home .home-left-column {
  float: left;
  width: 460px;
  height: 426px;
  margin-left: 120px;
  padding-right: 30px;
  border-right: 1px solid #333;
}
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: 550px;
  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-right-column {
  font-size: 13px;
  float: left;
  width: 480px;
  height: 426px;
  padding-left: 30px;
  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-content table.tribe-events-calendar {
  border: 0;
}
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-calendar div[id*="tribe-events-daynum-"] a {
  background-color: transparent !important;
}
body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar thead th {
  font-weight: normal;
  background-color: transparent;
  border: 0;
}
body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td.tribe-events-othermonth > div {
  background-color: #333 !important;
}
body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
  background-color: #BBBBBB;
}
body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar div[id*="tribe-events-daynum-"] {
  background-color: #BBBBBB;
}
body.tribe-theme-rite2015 #content .left-column #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  font-size: 12px;
}
body.tribe-theme-rite2015 #content .left-column .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background-color: #6779B2;
}
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 {
  width: 700px;
  margin: 0 auto;
}
body.page-template-page-gallery #main .colorbox {
  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 225px;
}

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

ul.articles {
  margin-top: -4px;
}
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 225px;
  margin-bottom: 0;
}
body.single #content .entry-content {
  margin-top: 0px;
  padding: 0 225px;
}
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 {
  font-size: 12px;
  padding: 0 225px;
}
body.page-id-19 #main .entry-content {
  display: none;
}
body.page-id-19 #main .contact-left-column {
  float: left;
  width: 310px;
}
body.page-id-19 #main .contact-right-column {
  float: left;
}
body.page-id-19 #main iframe {
  margin-top: 20px;
}

body.page-id-2350 #main .entry-content p:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 600px) {
  body.page-id-2350 #main .entry-content p:nth-child(1) {
    display: none;
  }
  body.page-id-2350 #main .entry-content p:nth-child(2) {
    display: block;
  }
}

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